/*
 * Skin: Hawkeye IxProbe for Existing UI
 * ----------
 */
 
/* ixprobe */

/*.skin-hawkeye .ixprobe-probes .small-box {
  background-color: #5a7e8e !important; 
  color: #fff !important;
  border: 1.5px solid lightslategray;
  cursor:pointer;
  background: rgba(0,0,0,0.1);
  box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}*/

.skin-hawkeye .ixprobe-probes .small-box {
  background-color: #FFFFFF !important;
  color: #424242 !important;
  border: 1px solid #1793E5;
  cursor:pointer;
  background: rgba(0,0,0,0.1);
  box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}

.skin-hawkeye .ixprobe-probes .small-box:hover:not(:active),
.skin-hawkeye .ixprobe-probes .small-box:focus-within:not(:active) {
  /*box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);*/
  box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

/*.skin-hawkeye .ixprobe-probes .small-box > .inner {
  padding-left:1em; 
  text-align:left;
  color: rgba(255,255,255,0.8);
}

.skin-hawkeye .ixprobe-probes .small-box > .inner:hover {
    color: #fff;
    background: rgba(0,0,0,0.15);
}*/

.skin-hawkeye .ixprobe-probes .small-box > .inner {
  padding-left:1em; 
  padding-right:1em;
  text-align:left;
}

.skin-hawkeye .ixprobe-probes .small-box > .inner:hover {
    /*color: #fff;*/
    background: rgba(0,0,0,0.05);
}

.skin-hawkeye .ixprobe-probes .small-box #ixprobe-icon {
	margin-left:7px;
	margin-top:5px;
	width:35px;
	float:left;
}

.skin-hawkeye .ixprobe-probes .small-box .ixprobe-box-state {
	margin:4px;
	float: right;
	width: 25px;
}

.skin-hawkeye .ixprobe-probes .small-box .port-state,
.skin-hawkeye #ixprobe-details #ixprobe-config-portstatus .port-state {
	margin-left:10px;
	width: 25px;
}

.skin-hawkeye .ixprobe-probes .small-box .port-state img,
.skin-hawkeye #ixprobe-details #ixprobe-config-portstatus .port-state img {
	width: 25px;
	vertical-align:bottom;
}

.skin-hawkeye .ixprobe-probes .small-box:hover .ixprobe-box-action {
	display:inline-block;
}

.skin-hawkeye .ixprobe-probes .small-box .ixprobe-box-action {	
	display:none;
	font-size:20px; 
	margin:6px;
	float: right;
}

.skin-hawkeye #ixprobe-details .modal-header #ixprobeDetailsStatus {
	margin-right:5px;
	float: right;
	width: 30px;
}

.skin-hawkeye .ixprobe-status-filter-span {
	width: 20px;
}

.skin-hawkeye .ixprobe-status-filter-span img {
	width: 20px;
	height: 17px;
	vertical-align:top;
}

.skin-hawkeye .ixprobe-probes .small-box h4 {
  font-size:14px;
  font-weight:600;  
}

.skin-hawkeye .ixprobe-probes .small-box p {
  font-size:14px;  
}

.skin-hawkeye .ixprobe-probes .small-box p, 
.skin-hawkeye .ixprobe-probes .small-box h4 {
  margin:0 0 0 0;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.skin-hawkeye .ixprobe-probes .small-box p:hover, 
.skin-hawkeye .ixprobe-probes .small-box h4:hover {
  margin:0 0 0 0;
  overflow-wrap: break-word;
  word-wrap:break-word;
  white-space: normal;
  overflow: visible;
}

/*.skin-hawkeye .ixprobe-probes .small-box>.small-box-footer {
  background: rgba(0,0,0,0.3);
}*/

.skin-hawkeye .ixprobe-probes .small-box>.small-box-footer {
  background-color: #1793E5 !important;
  color: #FFFFFF !important; 
  background: rgba(0,0,0,0.3);
}

.skin-hawkeye .ixprobe-probes .small-box>.small-box-footer:hover {
  background: rgba(0,0,0,0.35);
}

.skin-hawkeye .ixprobe-probes .small-box>.small-box-footer #name {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.skin-hawkeye .ixprobe-probes .small-box>.small-box-footer #name:hover {
  overflow-wrap: break-word;
  word-wrap:break-word;
  white-space: normal;
  overflow: visible;  
}

.skin-hawkeye #ixprobe-details .modal-header {
  background-color: #1793E5;
  border-color: #00acd6;
  color: #fff;
}
 
 .skin-hawkeye #ixprobe-details .modal-header #ixprobedetails-icon {
 	width: 50px;
 	padding-top:6px;
 }
 
 .skin-hawkeye #ixprobe-details .modal-header #ixprobeDetailsLabel {
 	font-size:22px;
 }

.skin-hawkeye #ixprobe-details .modal-body {
  height:80%;
  padding:0px;
  background-color: #f7f7f7;
}

.skin-hawkeye #ixprobe-details .modal-body #ixprobedetails-page {
	height: 95%;
    max-width: 100%;
	padding-left:0px;
	padding-top:0px;
}

.skin-hawkeye #ixprobe-details .modal-body .easy-tabs-panel{
  background-color: #f7f7f7;
  padding: 20px;
}

.skin-hawkeye #ixprobe-details .box.box-solid.box-hawkeye {
    border: 1px solid #1793E5;
    border-top-width: 3px;
}

.skin-hawkeye #ixprobe-details .box.box-solid.box-hawkeye>.box-header {
    color: #424242;
    border-top-color: #1793E5;
}

.skin-hawkeye #ixprobe-details .box.box-solid.box-hawkeye>.box-header a,
.skin-hawkeye #ixprobe-details .box.box-solid.box-hawkeye>.box-header .btn,
.skin-hawkeye #ixprobe-details .box.box-solid.box-hawkeye>.box-header .box-title {
    color: #424242;
}

.skin-hawkeye #ixprobe-details .toggle-group .toggle-on,
.skin-hawkeye #ixprobe-details .toggle-on {
    background-color: #1793E5;
    color: #ffffff;
}

.skin-hawkeye #ixprobe-details .easy-tabs-pills > li.active > a, 
.skin-hawkeye #ixprobe-details .easy-tabs-pills > li.active > a:hover, 
.skin-hawkeye #ixprobe-details .easy-tabs-pills > li.active > a:focus {
    background-color: #fff;
    border-bottom: 3px solid #1793E5;
}

.skin-hawkeye #ixprobe-details .ranges li.active {
    background-color: #1793E5;
    border: 1px solid #1793E5;
    color: #ffffff;
}

.skin-hawkeye #ixprobe-config .error-container {
	display: none;
	color: #ad6666;
	margin: 10px;
	border: 1px solid;
	padding: 5px;
}

.skin-hawkeye #ixprobe-config .info-container {
	display: none;
	color: #1793E5;
	margin: 10px;
	border: 1px solid;
	padding: 5px;
}

.skin-hawkeye #ixprobes-pageLengthParent #ixprobes-table_length {
	font-size: 13px;
	width: auto;
  padding-top: 6px;
  float: right;
}
.skin-hawkeye #ixprobes-pageLengthParent #ixprobes-table_length select {
	height: 25px;
}
.skin-hawkeye .box.box-solid>.box-header>.box-tools .btn.ixprobe-config-add-btn {
  border: 1px solid #737373;
}
.skin-hawkeye .box.box-solid>.box-header>.box-tools .btn.ixprobe-config-add-btn:hover {
	background-color: #1793E5;
}
.skin-hawkeye #ixprobe-details #ixprobe-config #ixprobe-config-network #managementMode a[data-toggle="tooltip"] > i.fa-info-circle {
  font-size: 14px;
  vertical-align: top;
  padding-top: 4px;
}

.skin-hawkeye .ixprobe-probes .select-checkbox {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 7px;
    margin-top: 4px;
    margin-right: 5px;
}

.skin-hawkeye #ixprobe-select-deselect-all,
.skin-hawkeye #probe-select-deselect-all {
    margin-left: 20px;
    margin-top: 6px;
}

#ixprobes-table_wrapper {
    min-height: 205px;
}

/* Sites */

.skin-hawkeye #site-tabs li {
  cursor:pointer;
}
.skin-hawkeye .site-details-table .site-details-row {
  background-color: #FFFFFF !important;
  color: #424242 !important;
  cursor:pointer;
  background: rgba(0,0,0,0.1);
  box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
  height: 80px;
}

.skin-hawkeye .site-details-table .site-details-row:hover:not(:active),
.skin-hawkeye .site-details-table .site-details-row:focus-within:not(:active) {
  box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
  border: 1px solid #1793E5;
}