/*
 * Skin: Hawkeye
 * ----------
 */

body {
	font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:14px;
	color: #424242;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  /*font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;*/
}

.skin-hawkeye .font-italic {
	font-style: italic;
}

.skin-hawkeye .font-weight-bold {
	font-weight: bold;
}

.skin-hawkeye .content-wrapper {
	background-color: #f7f7f7;
}

.skin-hawkeye .main-header {
  max-height: none;
}
 
.skin-hawkeye .main-header .navbar {
  background-color: #f4f4f4;
}
.skin-hawkeye .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-hawkeye .main-header .navbar .nav > li > a:hover,
.skin-hawkeye .main-header .navbar .nav > li > a:active,
.skin-hawkeye .main-header .navbar .nav > li > a:focus,
.skin-hawkeye .main-header .navbar .nav .open > a,
.skin-hawkeye .main-header .navbar .nav .open > a:hover,
.skin-hawkeye .main-header .navbar .nav .open > a:focus,
.skin-hawkeye .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-hawkeye .main-header .navbar .sidebar-toggle {
  color: black;
}
.skin-hawkeye .main-header .navbar .sidebar-toggle:hover {
  color: black;
  background: rgba(0, 0, 0, 0.1);
}
.skin-hawkeye .main-header .navbar .sidebar-toggle {
  color: black;
}
.skin-hawkeye .main-header .navbar .sidebar-toggle:hover {
  background-color: #D9D9D9;
}
@media (max-width: 767px) {
  .skin-hawkeye .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-hawkeye .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-hawkeye .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}
.skin-hawkeye .main-header .logo {
  background-color: #191919;
  color: #ffffff;
  border-bottom: 0 solid transparent;
  text-align: left;
}
.skin-hawkeye .main-header .logo .logo-mini {
  text-align: center;
}

.skin-hawkeye .main-header .logo .logo-mini img {
  width: 35px;
}

.skin-hawkeye .main-header .logo:hover {
  background-color: #232323;
}

@media (max-width: 767px) {
  .skin-hawkeye .main-header .logo {
    text-align: center;
  }
}

.skin-hawkeye .main-header li.user-header {
  background-color: #F7F7F7;
}
.skin-hawkeye .navbar-nav .user-menu .dropdown-menu li.user-header p {
  z-index: 5;
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  margin-top: 10px;
}

.skin-hawkeye .navbar-nav .user-menu .dropdown-menu .user-footer {
  background-color: #F1F1F1;
  padding: 10px;
}

.skin-hawkeye .navbar-custom-menu>.navbar-nav>li {
    border-left: 1px solid transparent;
}

.skin-hawkeye .content-header {
  background: transparent;
}

.skin-hawkeye .content-header > h1 {
  color: #737373 !important;
  font-size: 20px;
}

.skin-hawkeye .trial-banner{
  background: transparent;
  padding:5px 5px 5px 5px;
  background-color:beige;
  margin-bottom:5px;
}
.skin-hawkeye .wrapper,
.skin-hawkeye .main-sidebar,
.skin-hawkeye .left-side {
  background-color: #191919;
}
.skin-hawkeye .user-panel > .info,
.skin-hawkeye .user-panel > .info > a {
  color: #fff;
}
.skin-hawkeye .sidebar-menu > li.header {
  color: #a1a1a1 !important;
  background: #1a2226;
}
.skin-hawkeye .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-hawkeye .sidebar-menu > li:hover > a,
.skin-hawkeye .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #232323;
  border-left-color: #D9D9D9;
}
.skin-hawkeye .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #232323;
}
.skin-hawkeye .sidebar a {
  color: #a1a1a1;
}
.skin-hawkeye .sidebar a:hover {
  text-decoration: none;
}
.skin-hawkeye .treeview-menu > li > a {
  color: #a1a1a1;
  cursor: pointer;
}
.skin-hawkeye .treeview-menu > li.active > a,
.skin-hawkeye .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-hawkeye .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-hawkeye .sidebar-form input[type="text"],
.skin-hawkeye .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-hawkeye .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-hawkeye .sidebar-form input[type="text"]:focus,
.skin-hawkeye .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-hawkeye .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-hawkeye .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-hawkeye.layout-top-nav .main-header > .logo {
  background-color: #191919;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-hawkeye.layout-top-nav .main-header > .logo:hover {
  background-color: #232323;
}

.skin-hawkeye .pace .pace-progress {
  background: #222;
}
.skin-hawkeye .pace .pace-activity {
  display: none;
  border-top-color: #222;
  border-left-color: #222;
}

.skin-hawkeye .time-interval {
	margin-top: 1em;
}

.skin-hawkeye .small-box {
  background-color: #F7F7F7 !important;
  color: #424242 !important;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.skin-hawkeye #dashboard-top-bar .small-box {
  background-color: #ffffff !important;
}

.skin-hawkeye .small-box > .inner {
  text-align: center;
  padding:0px;
}

.skin-hawkeye .small-box p, 
.skin-hawkeye .small-box h3 {
  margin:0 0 0 0;
  overflow-wrap: break-word;
  white-space: normal;
}

.skin-hawkeye .small-box h3 {
  font-size: 36px;
}

.skin-hawkeye .text-small-box-default {  
  color:#9fa1a4 !important;  
}

.skin-hawkeye .text-small-box-maroon {
  color:#ad6666 !important;
}

.skin-hawkeye .probe-site-mesh-dropdown-a-color {
  color: #333 !important;
}

.skin-hawkeye .drilldown-row {
	height: 100%; 
	display:"table-row";
}

.skin-hawkeye .drilldown-col {
	height: 100%; 
	display:"table-cell";
}

.skin-hawkeye .drilldown-metricgraph-row {
	width: 100%;
	height: 100%;
}

.skin-hawkeye .drilldown-metricgraph-col {
	width: 100%;
	/*max-height:33.3%;*/
}

.skin-hawkeye .drilldown-metricgraph-body {
	max-height:400px; 
	overflow: auto;
}

.skin-hawkeye .dashboard-map {
	height: 200px; 
	width: 100%;
}

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

.btn-app {
  position: relative;
  padding: 8px 5px !important;
  margin: 0 0 0px 0px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  color: #666;
  border-left: 1px solid #ededed;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius:0px;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 18px;
  display: block;
}

.glyphicon-refresh {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.box-title {
	color:#244c5a;
}
.box-title b {
	color:#37b0c9;
}

.box {
	border-radius:0px;
	border: 1px solid #ededed;
	box-shadow: none;
}

.bg-light-blue {
	color: #9fa1a4 !important;
	background-color: #ffffff !important
}

.bg-light-blue i {
	color: #1793E5 !important;
}

#divBottom {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	z-index:99;
}

.filters-btn {
	margin:0;
	background-color: #40b5e8;
	text-transform:uppercase;
	font-weight:bold;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-radius:0;
	padding-left:10px;
	padding-right:10px;
	min-width: 80px;
	max-width: 200px;
}

.filters-btn:hover, 
.filters-btn:active,
.filters-btn.hover {
    background-color: #368dbc;
}

.jvectormap-zoomin{
	box-shadow:none !important;
}

.jvectormap-zoomout {
	box-shadow:none !important;;
}

select.changeable {
	position:static !important;	
}

.box-tool-text-btn {
	margin:0px;
	background-color: #40b5e8;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-radius:0px;
	padding-left:10px;
	padding-right:10px;
	min-width: 80px;
	max-width: 200px;
}

.box-tool-text-btn:hover, 
.box-tool-text-btn:active,
.box-tool-text-btn.hover {
    background-color: #368dbc;
}

#map-configuration .select2-container,
#map-configuration .bootstrap-duallistbox-container .filter,
#map-configuration #bootstrap-duallistbox-nonselected-list_,
#map-configuration #bootstrap-duallistbox-selected-list_,
#floorplan-configuration .select2-container,
#floorplan-configuration .bootstrap-duallistbox-container .filter,
#floorplan-configuration #bootstrap-duallistbox-nonselected-list_,
#floorplan-configuration #bootstrap-duallistbox-selected-list_,
#probetablemain5 .bootstrap-duallistbox-container .filter,
#probetablemain5 #bootstrap-duallistbox-nonselected-list_,
#probetablemain5 #bootstrap-duallistbox-selected-list_ {
	font-size: 12px;
}

/* Collapsible tabs */
.skin-hawkeye .collapsible-tabs-panel {
    border: 1px solid #1793E5;
}

.collapsible-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.collapsible-tabs-open {
  border-bottom: 1px solid #f4f4f4;
}

.collapsible-tabs:before,
.collapsible-tabs:after {
  display: table;
  content: " ";
}
.collapsible-tabs:after {
  clear: both;
}
.collapsible-tabs > li {
  position: relative;
  display: block;
}
.collapsible-tabs > li > a {
  color: #333;
  position: relative;
  display: block;
  padding: 7px 12px;
}
.collapsible-tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.collapsible-tabs > li > a:focus {
  text-decoration: none;
}

.collapsible-tabs > li.disabled > a {
  color: #777;
}
.collapsible-tabs > li.disabled > a:hover,
.collapsible-tabs > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.collapsible-tabs > li > a > img {
  max-width: none;
}

.collapsible-tabs-pills > li {
  float: left;
  margin-bottom: -1px;
}
.collapsible-tabs-pills > li > a {
}
.collapsible-tabs-pills > li + li {
  margin-left: 2px;
}

.collapsible-tabs-pills > li.active > a,
.collapsible-tabs-pills > li.active > a:hover,
.collapsible-tabs-pills > li.active > a:focus {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-top: 3px solid #ddd;
  border-bottom-color: transparent;
}

.collapsible-tabs-panel {
  background-color: #f7f7f7;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 2px;
}

/* easy tabs */
.easy-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.easy-tabs:before,
.easy-tabs:after {
  display: table;
  content: " ";
}
.easy-tabs:after {
  clear: both;
}
.easy-tabs > li {
  position: relative;
  display: block;
}
.easy-tabs > li > a {
  color: #333;
  position: relative;
  display: block;
  padding: 6px 12px;
}
.easy-tabs > li > a:hover {
  text-decoration: none;
}
.easy-tabs > li > a:focus {
  text-decoration: none;
}

.easy-tabs > li.disabled > a {
  color: #777;
}
.easy-tabs > li.disabled > a:hover,
.easy-tabs > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.easy-tabs > li > a > img {
  max-width: none;
}

.easy-tabs-pills > li {
  float: left;
  margin-bottom: -1px;
}
.easy-tabs-pills > li > a {
}
.easy-tabs-pills > li + li {
  margin-left: 2px;
}
.easy-tabs-pills > li.active > a,
.easy-tabs-pills > li.active > a:hover,
.easy-tabs-pills > li.active > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #1793E5;
}

.easy-tabs-panel {
  background-color: #fff;
  padding: 10px;
}

.border-left-only {
  border: none;
  border-left: 1px solid #f4f4f4;
}

.border-left {
  border-left: 1px solid #f4f4f4;
}

.border-left-round {
  border-left: 1px solid #f4f4f4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.border-right {
  border-right: 1px solid #f4f4f4;
}

.border-top {
  border-top: 1px solid #f4f4f4;
}

.border-bottom {
  border-bottom: 1px solid #f4f4f4;
}

table.dataTable thead > tr > th {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.table-bordered > tbody > tr > td {
  border-left-width: 0;
  border-right-width: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: middle;
}


.table-bordered > thead > tr > th.highlight {
  background-color: #e7eef5;
}
.table-bordered > tbody > tr > td.highlight {
  background-color: #e7eef5;
}

.table-bordered > tbody > tr:hover > td.highlight {
  background-color: #f5f5f5;
}

.table-bordered > tbody > tr.odd.with-pass {
  background-color: #ddffdd;
}

.table-bordered > tbody > tr.even.with-pass {
  background-color: #eeffee;
}

.table-bordered > tbody > tr.odd.with-fail {
  background-color: #ffdddd;
}

.table-bordered > tbody > tr.even.with-fail {
  background-color: #ffeeee;
}

.table-bordered > tbody > tr.odd.with-error {
  background-color: #ddd;
}

.table-bordered > tbody > tr.even.with-error {
  background-color: #eee;
}
/*
.table-bordered > tbody > tr.odd.with-okprobe {
  background-color: #ddffdd;
}

.table-bordered > tbody > tr.even.with-okprobe {
  background-color: #eeffee;
}

.table-bordered > tbody > tr.odd.with-warningprobe {
  background-color: #ffdddd;
}

.table-bordered > tbody > tr.even.with-warningprobe {
  background-color: #ffeeee;
}

/*
.table-bordered > tbody > tr.odd.with-errorprobe {
  background-color: #ee5959;
}

.table-bordered > tbody > tr.even.with-errorprobe {
  background-color: #ff5959;
}

/*.table-bordered > tbody > tr.with-error {
  background-color: #ff5959;
  color: white;
}

.table-bordered > tbody > tr.with-warning {
    background-color: #ffa659;
    color: white;
}*/

/*table.row-select.dataTable tbody td:not(.table-child-row)
{
  cursor: pointer;
  cursor: hand;
}*/

.table-bordered > tbody > tr > td.table-child-row {
  border-top-width: 0px;
  border-left: 4px solid #00acd6;
}

.table-child-row:hover {
  background-color: #fff;
}

.table-child-row {
  font-size: 12px;
}

.table-bordered > thead > tr > th.table-row-indicator {
  width: 4px;
  background-color: #e0e0e0;
  padding: 0;
  margin: 0;
}
.table-bordered > tbody > tr > td.table-row-indicator {
  width: 4px;
  background-color: #e0e0e0;
  padding: 0;
  margin: 0;
}
.table-bordered > tbody > tr.table-opened-row > td.table-row-indicator {
  width: 4px;
  background-color: #00acd6;
  padding: 0;
  margin: 0;
}
.table-bordered > tbody > tr > td.first-cell {
  padding-left: 14px;
}
.table-bordered > thead > tr > th.first-cell {
  border-right: 0;
}
.table-bordered > tbody > tr > td.button-cell:hover {
  color: #00acd6;
}
.table-bordered > tbody > tr > td.details-control {
	font-size: 12px;
    /*color: #28d637;*/
    cursor: pointer;
}
.table-bordered > tbody > tr > td.last-button-cell {
  padding-right: 10px;
}
.table-bordered > tbody > tr.table-opened-row > td.details-control {
    font-size: 12px;
    /*color: #db4602;*/
    cursor: pointer;
}
.table-bordered > tbody > tr > td.table-action {
	font-size: 14px;
    /*color: #28d637;*/
    cursor: pointer;
}
.table-bordered > thead > tr > th.table-action,
.table-bordered > thead > tr > th.details-control {
  border-right: 0;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after{
  font-size: smaller;
  font-weight: 100;
}

table.dataTable thead .sort-left.sorting:after,
table.dataTable thead .sort-left.sorting_asc:after,
table.dataTable thead .sort-left.sorting_desc:after{
  left: 8px;
  right: inherit;
}

.pagination>li>a {
  padding: 2px 7px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: #00c0ef;
    border-color: #00acd6;
}

.hawkeye-pro-label {
  color:#E8052E;
  padding-left: 5px;
}

.skin-hawkeye .dataTables_length {
    font-size: 13px;
    width: auto;
    padding-top: 6px;
    float: right;
}

.skin-hawkeye .dataTables_length select {
    height: 25px;
}

.dataTables_wrapper {
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  padding-bottom: 0;
  padding-top: 2px;
  overflow-y: auto;
}

.skin-hawkeye table.dataTable thead > tr > th {
    font-size: 12px;
}

.skin-hawkeye table.dataTable thead tr {
    background-color: #1793E5;
    color: #ffffff;
}

.skin-hawkeye .dataTables_wrapper .pagination>.active>a,
.skin-hawkeye .dataTables_wrapper .pagination>.active>a:focus,
.skin-hawkeye .dataTables_wrapper .pagination>.active>a:hover {
    background-color: #1793E5;
    border-color: #00acd6;
}

.skin-hawkeye table.dataTable thead .sorting:after {
    opacity: 0.5;
}

.skin-hawkeye table.dataTable thead .sorting:after,
.skin-hawkeye table.dataTable thead .sorting_asc:after,
.skin-hawkeye table.dataTable thead .sorting_desc:after {
    opacity: 0.8;
}

label {
  font-weight: normal;
}

.filter-control-column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.filter-field {
}

.filter-field-button {
    display: none;
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    top: -6px;
    left: -6px;
    padding: 0px;
    font-size: 8px;
}

.filter-field-button:hover {
  display: table;
  cursor: pointer;
  cursor: hand;
}

.filter-field:hover+.filter-field-button {
    display: table;
}

.filter-field:focus+.filter-field-button {
    display: table;
}

.filter-control.form-control {
  height: 30px;
  font-size: 12px;
}

.filter-control.form-control-feedback {
  /*line-height: 24px;*/
  height: auto;
}

.filter-field-selector {
  border-radius: 0;
  margin: 0;
}

.dropdown .btn[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-menu {
  border-radius: 0;
  margin: 0;
}

.dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
    margin-top: 1px\9;
}

.no-pad-left {
  padding-left: 0px;
}

.no-pad-right {
  padding-right: 0px;
}

.no-cursor {
  cursor: auto !important;
}

.list-group {
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f4f4f4;
  border-color: #ddd;
  padding-top: 0px;
  padding-bottom: : 0px;
  padding-left: 5px;
  padding-right: 5px;
  color: #444;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: #777;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #222;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
}

.input-group-xs>.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 22px;
    font-size: 11px;
    line-height: 1.5;
}

.input-group-xs>.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -10px;
}

.input-group-xs>.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px;
}

.filter-control-column .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    /*height: 23px;
    font-size: 12px;
    line-height: 1.5;*/
}

.filter-control-column .select2-container .select2-selection--single .select2-selection__rendered {
    /*margin-top: -10px;*/
}

.filter-control-column .select2-container--default .select2-selection--single .select2-selection__arrow {
    /*height: 16px;*/
}


.pair {
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #adadad;
}

.nav>li>a.metric {
  cursor: pointer;
  cursor: hand;
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.nav>li>a.metric-selected {
  background-color: #f7f7f7;
}

.bg-ok {
  background-color: #28d637;
}
.bg-warning {
  background-color: #ffa659;
}
.bg-error {
  background-color: #ff5959;
}

.btn-group-xs>.btn, .btn-xs {
    font-size: 11px;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

td.gradeRunning {
	background-color: #000000;
	color: #FFF;
}
td.gradeQueuing {
	background-color: #ffc4c4;
}
td.gradeWaiting {
	background-color: #c4ffc4;
}
td.gradeHolding {
	background-color: #C6F3ED;
}
 
.skin-hawkeye .installProbeType .btn-primary,
.skin-hawkeye .installProbeType .btn-info,
.skin-hawkeye .dashboard-menu-group-buttons .btn-primary,
.skin-hawkeye .dashboard-menu-group-buttons .btn-info {
	color: #444;
    background-color: #fff;
    border-color: #122b40;
}

.skin-hawkeye .installProbeType .btn-primary.active,
.skin-hawkeye .installProbeType .btn-info.active,
.skin-hawkeye .dashboard-menu-group-buttons .btn-primary.active,
.skin-hawkeye .dashboard-menu-group-buttons .btn-info.active {
    color: #fff;
    background-color: #1793E5;
    border-color: #204d74;
}

.skin-hawkeye .shell-command{
  margin: 0;
  padding: 5px;
  list-style: none;
  background: #141414;
  color: #45D40C;
  font: 1.1em 'Andale Mono', Consolas, 'Courier New';
  line-height: 1.6em;
  overflow-wrap: break-word;
  overflow: auto;
  margin-top: 10px;

  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skin-hawkeye #copy-hostId {
	font-size: 14px;
    /*color: #28d637;*/
   	color: #00acd6;
    cursor: pointer;
}

.skin-hawkeye #copy-hostId:hover {
	color: #00acd6;
}

.skin-hawkeye .licenses-label {
	font-weight: 700;
}

.skin-hawkeye #activation_codes,
.skin-hawkeye #activation_quantity {
	height: 30px;
}

#outlier-tables .dataTables_wrapper {
    overflow-y: inherit;
}

.skin-hawkeye .modal-header {
    background-color: #1793E5;
    border-color: #00acd6;
    color: #fff;
}

.menuItemLink {
    cursor: pointer;
    color: #003366;
}

.menuItemLink:hover, .menuItemLink:focus {
    color: #006699;
}

.bssid-greater {
    color: #81AB5D;
}

.bssid-smaller {
    color: #AD6666;
}

.bssid-row {
    cursor:pointer;
}

.connected-bssid {
    cursor:pointer;
    font-weight:bold;
    background-color:#f4f4f4;
    color:#81AB5D
}


table.floatThead-table thead tr {
    background-color: #1793E5;
    color:#ffffff;
}

.bottom-5 {
    margin-bottom: 5px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.top-10 {
    margin-top: 10px;
}

.right-5 {
    margin-right: 5px;
}

.left-10 {
    margin-left: 10px;
}

.left-5 {
    margin-left: 5px!important;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-default.center {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.alert .ok, .alert .error {
    color: inherit;
}

.no-margin {
    margin: 0;
}

.bar-content {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}
.bar-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

.bar-chart .bar-track {
    position: relative;
    width: 90%;
    height: 10px;
    background: #ebebeb;
}

.bar-chart .bar-fill {
    position: relative;
    background: #cdcdcd;
    height: 10px;
    width: 0%;
    min-width: 2%;
    text-align: center;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode:both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode:both;
}

.bar-chart .bar-track,
.bar-chart .bar-fill {
    border-radius: 0 20px 20px 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

@-webkit-keyframes progressBar {
    0% { width: 0; }
}

@-moz-keyframes progressBar {
    0% { width: 0; }
}

.has-tooltip:hover + .tooltip-bar,
.has-tooltip:focus + .tooltip-bar,
.has-tooltip.hover + .tooltip-bar {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}

.tooltip-bar {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75) rotate(5deg);
    transform-origin: bottom center;
    padding: 10px 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    color: white;
    transition: 0.15s ease-in-out;
    opacity: 0;
    max-width: 100vw;
    pointer-events: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
}
.tooltip-bar:after {
    border-top: 5px solid rgba(0, 0, 0, 0.75);
}
.tooltip-bar:hover {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}
.tooltip-bar:after {
    content: "";
    display: block;
    margin: 0 auto;
    widtH: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}
table.tooltip-bar-table tr>th {
    background-color: inherit!important;
}
table.tooltip-bar-table tr>th, table.tooltip-bar-table tr>td {
    padding: 0  5px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.widget_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.widget_desc {
    font-size: 1.5rem;
    color: #737373;
    font-weight: 500;
    display: block;
    text-align: left;
}
.widget_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    margin-left: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #737373;
}
.overflow-container {
    overflow: scroll;
    overflow: auto;
}

.container-fluid {
    margin: 25px 0;
}

.grid-stack-item-content {
    background: #fff;
    border-radius: 2px;
    display: block;
    float: left;
    position: relative;
    width: 300px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.grid-stack-item.ui-draggable .grid-stack-item-content{
    cursor: move;
}

.grid-stack-item.ui-draggable.ui-draggable-disabled .grid-stack-item-content{
    cursor: default;
}

.grid-stack-item-content:hover, .grid-stack-item-content:focus, .grid-stack-item-content:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ui-draggable-dragging {
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari */
    transform: rotate(2deg); /* Standard syntax */
}

.control-label.required:after, .required-only:after {
    content:"*";
    color:red;
}

.dashboard-widget-configured {
    color: green;
}

.dashboard-widget-not-configured {
    color: red;
}

.skin-hawkeye .modal-header.dashboard-map-modal-header {
    color: initial;
    background-color: initial;
    border-color: #dee2e6;
}

#widgetMapFormModal .modal-dialog, #maplistModal .modal-dialog {
    width: 90%;
}

.grid-stack-item[data-gs-width="4"]  { width: 100% }
.grid-stack-item[data-gs-width="3"]  { width: 75% }
.grid-stack-item[data-gs-width="2"]  { width: 50% }
.grid-stack-item[data-gs-width="1"]  { width: 25% }

.grid-stack-item[data-gs-x="3"]  { left: 75% }
.grid-stack-item[data-gs-x="2"]  { left: 50% }
.grid-stack-item[data-gs-x="1"]  { left: 25% }

#probesStatusContainer .small-box {
    margin-bottom: 0;
}

.grid-stack-item-content .box-body-container {
    position: relative;
    overflow-x: auto;
}
#widgetMapBox {
    overflow-y: hidden;
}
.notification-alert {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1031;
    top: 20px;
    right: 20px;
    animation-iteration-count: 1;
}
.notification-alert .notification-title {
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px;
}
.notification-alert .notification-message {
    font-weight: bold;
    text-align: center;
    padding-right: 5px;
}

.pac-container {
    z-index: 100000;
}

.table-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-container .col-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.hidden-item {
    display: none;
}

.skin-hawkeye .grid-stack-item .small-box h3 {
    font-size: 36px;
}
.dashboard-row {
    margin-right: -10px;
    margin-left: -10px;
}

.ui-autocomplete {
    z-index: 9999;
}

.ui-menu .ui-menu-item {
    padding: 6px 12px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none;
    background-color: #1793E5;
    color: #ffffff;
    border: none;
}
.dashboard-map-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #00bfff;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.map-cloud-icon:before {
    content: "\f0c2";
}
.map-probe-icon:before {
    content: "\f111";
    font-size: 12px;
}
.dashboard-map-icon.map-icon-green:before {
    color: #52c41a;
}
.dashboard-map-icon.map-icon-yellow:before {
    color: #fadb14;
}
.dashboard-map-icon.map-icon-orange:before {
    color: #f16e00;
}
.dashboard-map-icon.map-icon-red:before {
    color: #ff0000;
}
.dashboard-map-icon.map-icon-blue:before {
    color: #337ab7;
}
.dark-mode .dashboard-map-icon.map-icon-white:before {
    color: #ffffff;
}
.dashboard-map-icon.map-icon-white:before {
    color: #000000;
}
.marker-white {
    background-color: #ffffff;
    filter: drop-shadow(0 0 5px #ffffff);
    color: #000000;
}
.marker-blue {
    background-color: #337ab7;
    filter: drop-shadow(0 0 5px #337ab7);
    color: #ffffff;
}
.marker-red {
    background-color: #ff0000;
    filter: drop-shadow(0 0 5px #ff0000);
    color: #ffffff;
}
.marker-orange {
    background-color: #f16e00;
    filter: drop-shadow(0 0 5px #f16e00);
    color: #ffffff;
}
.marker-yellow {
    background-color: #fadb14;
    filter: drop-shadow(0 0 5px #fadb14);
    color: #ffffff;
}
.marker-green {
    background-color: #52c41a;
    filter: drop-shadow(0 0 5px #52c41a);
    color: #ffffff;
}

.skin-hawkeye .table-bordered.borderless>thead>tr>th, .skin-hawkeye .table-bordered.borderless>tbody>tr>td {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-left: none;
    border-right: none;
}

.alert-info.alert-info-default {
    color: #31708f!important;
    background-color: #d9edf7!important;
    border-color: #bce8f1!important;
}

.skin-hawkeye .table-default-header tr>th {
    background-color: #cdcdcd;
    color: #000000;
}
#modalDashboardMapForm .modal-body {
    padding-bottom: 80px;
}

.leaflet-popup-content-wrapper {
    border-radius: unset;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #ddd
}

.leaflet-popup-content {
    margin: 10px;
}
.leaflet-popup-button {
    width: 100%;
    border-radius: unset;
    margin-top: 5px;
}
.leaflet-cluster-marker {
    background-clip: padding-box;
    cursor: pointer;
    transform-origin: 0 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0.2px;
brightness(60%);
    border-radius: 20px;
    color: #000000;
}
.leaflet-cluster-marker-inside-circle {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
}

.leaflet-cluster-marker-text {
    line-height: 20px;
}

.grid-stack-item-content .box-body {
    position: relative;
}
.dashboard-map-sidebar {
    height: 100%;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: #202631;
    overflow-x: hidden;
    transition: 0.5s;
    width: 0;
    opacity: 90%;
}
.sideba-container {
    padding: 0px 20px;
    color: #fff;
}
.btn-sidebar {
    background-color: #333A45;
    border-color: #3A4450;
    width: 100%;
    border-radius: 0;
    color: #069FB6;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-sidebar:hover, .btn-sidebar:focus {
    background-color: #B1C0CC;
    color: #069FB6;
}
.sideba-container table tr {
    border-bottom: 1px solid #f4f4f4;
}
.skin-hawkeye .sideba-container table tr>th {
    border-bottom: 1px solid #f4f4f4;
    background-color: #292e35;
}
.sideba-container table tr {
    background-color: #333A45;
}
#widgetMapBox .box-body {
    padding: 0;
}
#widgetMapBox .settings-drawer-toggle-button {
    padding: 10px;
}

.dashboard-management-box-body {
    display: table;
    height: calc( 100% - 41px );
    width:100%;
}
.dashboard-management-box-body-container {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: table;
    height: 100%;color: #737373;
    cursor: pointer;
}
.dashboard-management-box-body .box-body-middle {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.button-trunc {
    overflow:hidden;
    max-width: unset;
    width: 100%;
    text-overflow: ellipsis;
}

.button-hawkeye {
    background-color:#1793E5;
    border-color:#1793E5;
}

.left-3 {
    margin-left: 3px;
}

.skin-hawkeye table tr>th, .skin-hawkeye table.Dashboard th.helpHed1 {
    background-color: #1793E5;
    color: #ffffff;
}

.skin-hawkeye #maptable th.helpHed {
    background-color: #1793E5;
    color: #000000;
}

.skin-hawkeye img.reportheaderimage {
    width: 993px;
}

.skin-hawkeye .TableResults {
    margin: 0 auto;
}

.skin-hawkeye .Dashboard td.metric-graph-column {
    padding-top: 5px;
}

hr.report-delimiter {
    width: 1000px;
}
.report-footer {
    width: 1000px;
    margin: 0 auto;
}

/** jquery prompt */
div.jqi {
    border: 0;
    border-radius: 0;
}

div.jqi .jqimessage {
    padding: 0;
}

div.jqi .title {
    padding: 10px;
    font-size: 13px;
}

div.jqi .message {
    padding-top: 12px;
}

.skin-hawkeye .swal2-title {
    font-size: 14px;
}
#report-create-form {
    padding-top: 10px;
}
.table-list-link, .table-list-link:visited {
    color: #424242;
}

.notification {
    color: #1793E5 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.notification.enabled::before {
    content: "\f0f3";
    font-family: "FontAwesome";
    display: block;
    font-size: 18px;
}

.notification.silent::before {
    content: "\f1f6";
    font-family: "FontAwesome";
    display: block;
    font-size: 18px;
}

.notification.notify::before {
    animation: bell 1s ease-out;
    animation-iteration-count: infinite;
    transform-origin: center top;
}

@keyframes bell {
    0% {transform: rotate(35deg);}
    12.5% {transform: rotate(-30deg);}
    25% {transform: rotate(25deg);}
    37.5% {transform: rotate(-20deg);}
    50% {transform: rotate(15deg);}
    62.5% {transform: rotate(-10deg)}
    75% {transform: rotate(5deg)}
    100% {transform: rotate(0);}
}

.dropdown-notifications {
    max-height: 225px;
    overflow-y: scroll;
}

.dropdown-notifications::-webkit-scrollbar-track
{
    background-color: #f4f4f4;
}

.dropdown-notifications::-webkit-scrollbar
{
    width: 3px;
    background-color: #f4f4f4;
}

.dropdown-notifications::-webkit-scrollbar-thumb
{
    background-color: #555555;
    border: 1px solid #f4f4f4;
}

.btn-app > .badge.notification-counter {
    top: 0px;
    right: 5px;
    background-color: #ff0000;
}

.notification-content {
    display: block;
    padding: 3px 20px;
    min-height: 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
}

.notification-content:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

#notifications-list-content {
    padding-top: 10px;
}
#notifications-list-content>li#actions>a {
    display: inline;
}
#notifications-list-content>li#actions {
  padding-bottom: 10px;
}
.navbar-nav>.notifications-menu>#notifications-list-content {
    width: 400px;
}

.skin-hawkeye .table-child-row {
    font-size: 14px;
}

.skin-hawkeye .table-bordered > tbody > tr > td.table-child-row {
    border-top-width: 0;
    border-left: 4px solid #1793E5;
}

.skin-hawkeye .table-bordered > tbody > tr.table-opened-row > td.table-row-indicator {
    width: 4px;
    background-color: #1793E5;
    padding: 0;
    margin: 0;
}

.skin-hawkeye .table-bordered>thead>tr>th,
.skin-hawkeye .table-bordered>tbody>tr>th,
.skin-hawkeye .table-bordered>tfoot>tr>th,
.skin-hawkeye .table-bordered>thead>tr>td,
.skin-hawkeye .table-bordered>tbody>tr>td,
.skin-hawkeye .table-bordered>tfoot>tr>td {
    border: 0px solid #f4f4f4;
}

.table-bordered > tbody > tr > td.button-cell:hover {
    color: #1793E5;
}
.skin-hawkeye .table-bordered thead th.select-checkbox {
    position: relative;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.skin-hawkeye .table-bordered thead th.select-checkbox:before,
.skin-hawkeye .table-bordered thead th.select-checkbox:after {
    display: block;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

.skin-hawkeye .table-bordered thead th.select-checkbox:before {
    content: ' ';
    margin-top: -16px;
    border: 1px solid #ffffff;
    border-radius: 3px;
}

.skin-hawkeye .table-bordered th.selected.select-checkbox:after {
    font-weight: normal;
    content: '\2714';
    margin-top: -16px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9
}

.skin-hawkeye .table-bordered tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: -21px;
    position: relative;
}

.skin-hawkeye .table-bordered tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -16px;
  position: relative;
}

.skin-hawkeye .child-group.table-bordered thead th.select-checkbox:before {
  margin-top: -31px;
}

.skin-hawkeye .child-group.table-bordered thead th.select-checkbox:after {
  margin-top: -16px;
}

.skin-hawkeye #groups-table.table-bordered > tbody > tr > td.table-child-row,
.skin-hawkeye .child-group.table-bordered > tbody > tr > td.table-child-row {
  border-left: 20px solid #ffffff;
}

#testtype_threshold_div .input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.map-input {
    width: 100%;
}

.filter-label {
    color: #737373;
    text-transform: capitalize;
    font-weight: 700;
}

.filter-label-no-caps {
  color: #737373;
  font-weight: 700;
}

.filters-btn {
    margin: 0px;
    background-color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 6px 12px;
    min-width: 80px;
    max-width: 200px;
}

.btn-group-xs>.btn, .btn-group-sm>.btn, .btn-xs, .btn-lg, .btn-sm, .filters-btn {
    font-size: 14px;
    font-weight: 600;
    background-color: #ffffff;
    border-color: #737373;
    color: #737373 !important;
}

.btn-info:not(label) i {
    color: #1793E5;
}

.btn-info:not(label):hover i,
.btn-info:not(label) .hover i,
.btn-info:not(label):active i,
.btn-info:not(label) .active i,
.btn-info:not(label):focus i,
.btn-info:not(label) .focus i {
    color: #ffffff !important;
    background-color: #1793E5;
}

.btn-info:hover, .btn-info:active, .btn-info.hover,
.btn-info.focus, .btn-info:focus,
.filters-btn:hover, .filters-btn:active, .filters-btn.hover {
    color: #ffffff !important;
    background-color: #1793E5 !important;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #ffffff !important;
    background-color: #1793E5 !important;
    border-color: #1b6d85;
}

.btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    color: #ffffff !important;
    background-color: #1793E5;
    border-color: #269abc;
}

.skin-hawkeye .collapsible-tabs-panel {
    border: 1px solid #1793E5;
}

.skin-hawkeye .table-child-row {
    font-size: 14px;
}

.skin-hawkeye .dataTables_wrapper {
	/*font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;*/
	font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 0px;
}

.skin-hawkeye table.dataTable thead > tr > th {
    font-size: 13px;
}

.skin-hawkeye table.dataTable thead tr {
	background-color: #1793E5;
	color: #ffffff;
}

.skin-hawkeye .dataTables_wrapper .pagination>.active>a,
.skin-hawkeye .dataTables_wrapper .pagination>.active>a:focus, 
.skin-hawkeye .dataTables_wrapper .pagination>.active>a:hover {
    background-color: #1793E5;
    border-color: #00acd6;
}

.skin-hawkeye table.dataTable td {
	font-size:13px;
}

.skin-hawkeye .table-bordered > tbody > tr > td.table-child-row {
    border-top-width: 0px;
    border-left: 4px solid #1793E5;
}

.skin-hawkeye .table-bordered > tbody > tr.table-opened-row > td.table-row-indicator {
    width: 4px;
    background-color: #1793E5;
    padding: 0;
    margin: 0;
}

.skin-hawkeye .table-bordered>thead>tr>th, 
.skin-hawkeye .table-bordered>tbody>tr>th, 
.skin-hawkeye .table-bordered>tfoot>tr>th, 
.skin-hawkeye .table-bordered>thead>tr>td, 
.skin-hawkeye .table-bordered>tbody>tr>td, 
.skin-hawkeye .table-bordered>tfoot>tr>td {
    border: 0px solid #f4f4f4; 
}

.table-bordered > tbody > tr > td.button-cell:hover {
    color: #1793E5;
}

.skin-hawkeye table.dataTable thead .sorting:after {
    opacity: 0.5;
}

.skin-hawkeye table.dataTable thead .sorting:after, 
.skin-hawkeye table.dataTable thead .sorting_asc:after, 
.skin-hawkeye table.dataTable thead .sorting_desc:after {
    opacity: 0.8;
}

/* Turn off table sort highlighting */

.skin-hawkeye tr.odd td.sorting_1, 
.skin-hawkeye tr.odd td.sorting_2, 
.skin-hawkeye tr.odd td.sorting_3,
.skin-hawkeye tr.even td.sorting_1, 
.skin-hawkeye tr.even td.sorting_2, 
.skin-hawkeye tr.even td.sorting_3 {
	background-color: transparent !important;
}

.skin-hawkeye tr.odd,
.skin-hawkeye  tr.even {
	background-color: transparent;
}

.skin-hawkeye .main-header .navbar {
  background-color: #ededed;
}

.skin-hawkeye .easy-tabs {
	line-height:30px;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #1793E5;
}

.skin-hawkeye .popover,
.skin-hawkeye .popover .form-control {
	font-size:12px;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}

svg:not (:root ) {
    width:100%;
    height: auto;
}

.border-left-blue {
  border-left: 1px solid #1793E5;
}

.border-bottom-blue {
  border-bottom: 1px solid #1793E5;
}

.skin-hawkeye .border-left-th-white {
  border-left: 1px solid #ffffff !important;
}

.skin-hawkeye .border-right-th-white {
  border-right: 1px solid #ffffff !important;
}

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

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

.skin-hawkeye .toggle-group .toggle-on,
.skin-hawkeye .toggle-group .toggle-off,
.skin-hawkeye .toggle-group .toggle-handle,
.skin-hawkeye .toggle {
    font-size: 12px;
    font-weight: 400;
}
.skin-hawkeye .toggle-group .toggle-on {
  background-color: #1793E5;
  color: #fff !important;
}

.skin-hawkeye .toggle-group .toggle-off {
  color: #333 !important;
}

.skin-hawkeye #systeminformationpage table tr>th, .skin-hawkeye div[id$="modal-traceroute-body"] table tbody tr>th {
  background-color: #ffffff;
  color: #333;
}

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

.skin-hawkeye #dashboard-top-bar {
  border-top: 3px solid #1793E5;
  background-color: #ffffff !important;
  margin-bottom: 20px;
  padding-top: 10px;
}

.skin-hawkeye .small-box {
  background-color: #F7F7F7 !important;
  /* color: #9fa1a4 !important; */
  color: #424242 !important;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.skin-hawkeye .fa-v:before {
  font-weight: bold;
  content: 'V';
}

.skin-hawkeye .fa-i:before {
  font-weight: bold;
  content: 'I';
}

.skin-hawkeye .box.box-solid>.box-header .box-title a[data-toggle="tooltip"] > i.fa-info-circle {
  font-size: 14px;
}
.skin-hawkeye a[data-toggle="tooltip"] > i.fa-info-circle {
  color: #1793E5;
}
.right-5 {
    margin-right: 5px;
}

.skin-hawkeye .filter-icon {
  font-size: 16px;
}

.skin-hawkeye .modal-header .modal-close-times {
  cursor: pointer;
  width:28px;
  margin-left:10px;
}

.skin-hawkeye #probedetails-modal .modal-header #probeDetailsStatus {
  margin-right: 5px;
  float: right;
  width: 30px;
}

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

.skin-hawkeye .port-state {
	width: 25px;
}

.skin-hawkeye .probe-status-filter-span img {
  width: 20px;
  height: 17px;
  vertical-align:top;
}
.skin-hawkeye .port-state img {
	width: 25px;
	height: 21px;
	vertical-align:top;
}

.skin-hawkeye #probeinfo-ipaddress {
  overflow-wrap: break-word;
  word-wrap:break-word;
}

.skin-hawkeye .timezone-abbrev {
    padding-left: 10px;
}

#service-destinations-container .destination-container .panel-title {
    word-break: break-all;
    word-wrap: break-word;
}

.skin-hawkeye #resultdetails-basic-tab .metric-value {
  word-break: break-word;
}

.skin-hawkeye #sitedetails-modal .modal-header #probeDetailsStatus {
  margin-right: 5px;
  float: right;
  width: 30px;
}

.skin-hawkeye .vertical-line{
  display: inline-block;
  border-left: 5px solid #ccc;
  margin: 0 10px;
  height: 125px;
}

.skin-hawkeye #site-details h3 {
  margin-top: 2px;
}

.skin-hawkeye #site-details p {
  margin-bottom: 3px;
}

.skin-hawkeye .site-details-table tr, 
.skin-hawkeye .site-details-table td,
.skin-hawkeye .site-details-table tr td label {
  cursor: pointer;
}

.skin-hawkeye #sites-boxes .small-box > .inner:hover {
  background: #ffffff;
}

.skin-hawkeye #resultsModal-tab-container .scroll-container {
  height:90vh;
  white-space: nowrap;
}

.skin-hawkeye #resultdetails-basic-tab .left {
  float: left;
  white-space: normal;
}

.skin-hawkeye #resultdetails-basic-tab .right {
  display: inline-block;
}

.skin-hawkeye #resultdetails-basic-tab .right .info-field-value {
  white-space: normal;
  overflow-wrap: anywhere;
}

.loader2 {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.loader2 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
}

.loader2 span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}

.loader2 span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}

.loader2 span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.skin-hawkeye #results-table .readmore .allcontent {
  overflow-wrap: anywhere;
}
