/*  Overrides to base css  */
-webkit-autofill{
   background-color: white;
}
input{
   border-style: solid;
   border-width: 1px;
   border-color: #ddd;
}
input[disabled], select[disabled], label.disabled, button[disabled]{
   color: #afadad;
}
body{
	background: white;
}
body, html{
   min-height: initial;
}

input[type="checkbox"], input[type="radio"] {
   vertical-align: text-bottom;
   margin-right: 5px;
}
#sen-dashboard-deployed-checkbox{
   vertical-align: middle;
}

#sen-dashboard-deployed-checkbox-label{
   color: #333;
   font-weight: unset;
}

.layout-row > input[type="checkbox"], .layout-row > input[type="radio"] {
   margin: initial;
}
div.gw-analysis.layout-row{
   align-items: flex-end;
}
div.gw-analysis > md-checkbox{
   margin-left: 12px;
   margin-bottom: 0;
}
div.gw-analysis button{
   margin-right: 15px;
}
div.gw-analysis.pull-right{
   width: 100%;
}

input.long{
   max-width: 300px;
}
@media (min-width: 415px) {
.dev-edit-tab{
   height: 459px;
}
}
#alertsHeaders {
    position: absolute;
    top: -18px;
    left: 0px;
}

#bstn-table td:not(:first-child):not(.ignore-min-width){
   min-width: 160px;
}
#dt_senet #dev-table_filter input, #dt_senet #application-dev-table_filter input{
   width: 50%;
   min-width: 200px;
}
#dt_senet #dev-table_filter, #dt_senet #application-dev-table_filter{
   padding-bottom: 5px;
}
#dev-table_filter label, #application-dev-table_filter label{
   width: 100%;
}
.col-eui{
   min-width: 155px;
}
.col-notes{
   max-width: 330px;
   min-width: 330px;
}
.col-siteId, .col-tags, .col-hostname, .col-location{
   min-width: 330px;
}
.col-channels{
   min-width: 425px;
}
.col-50{
	min-width: 50px;
}
.col-75{
	min-width: 75px;
}
.col-100{
   min-width: 100px;
}
.col-125{
   min-width: 125px;
}
.col-150{
	min-width: 150px;
}
.col-175{
    min-width: 175px;
}
.col-200{
   min-width: 200px;
}
.col-250{
   min-width: 250px;
}
.col-275{
   min-width: 275px;
}
.col-300{
   min-width: 300px;
}
.col-350{
   min-width: 350px;
}
.col-400{
   min-width: 400px;
}
.col-450{
   min-width: 450px;
}
.bstn-details-order-fix{
   z-index: 0;
}

@media (max-width: 700px) {
.dev-edit-tab{
   height: 459px;
}
}

@media (min-width: 768px){
.gm-iw-content .form-inline .form-control {
   width: 100%;
}
}

/*This is to fix issues with the split panes */
.dashboard-split-top{
   min-height: 70px;
}
@media (max-width: 720px) {
   .dashboard-split-top{
      min-height: 100px;
   }
}

.padded-top-label{
   padding-top: 10px;
}

md-toast{
       z-index: 1051;
       position: fixed !important;
}
md-radio-button.no-native{
	font: bold 12px 'Open Sans', arial, sans-serif;
}
md-radio-button.no-native .md-label {
	margin-left: 20px;
}
md-radio-button.no-native .md-off{
   border-color: rgba(0,0,0,0.54);
}
md-radio-button.no-native .md-on {
	background-color: rgba(0,0,0,0.54);
}
md-radio-button.no-native .md-off, md-radio-button.no-native .md-on {
	width: 13px;
	height: 13px
}
md-checkbox{
   margin-bottom: 0px;
}
md-checkbox.no-native{
	vertical-align: middle;
}
md-checkbox.no-native .md-icon {
   transform: scale(.65);
   border-width: 1px;
   border-color: rgba(0,0,0,0.54);
}
md-checkbox.no-native .md-label{
	margin-left: 20px;
}
md-checkbox.md-checked.no-native div.md-icon:after {
    left: 6.6px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{
   background: #3d5672;
}

.bootstrap-switch.bootstrap-switch-focused{
   border-color: #3d5672;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(61,86,114,.6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(61,86,114,.6);
}

body.modal-open { overflow: hidden;}

@media (max-width: 415px) {
   body.modal-open {position: fixed;}
   body.modal-open .dataTables_scrollBody {overflow: hidden !important;}
   table.dataTable td.dataTables_empty {
      text-align: left;
   }
}

@media (max-width: 408px){
   .btn-gap-xs{
   margin-bottom: 10px;
   }
}

input.hasError, .has-error .form-control {
    border-color: rgba(224, 71, 68, 1) !important;
}

/* Right dropdown sub-menu support */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/* Left dropdown sub-menu support */
.left-dropdown-submenu{position:relative;}
.left-dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.left-dropdown-submenu:hover>.dropdown-menu{display:block;}
.left-dropdown-submenu>a:after{display:block;content:" ";float:left;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 5px 5px 0px;border-right-color:#cccccc;margin-top:3px;margin-left:-10px;}
.left-dropdown-submenu:hover>a:after{border-right-color:#ffffff;}
.left-dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.timepicker button.btn.btn-default.pull-left{
   background-color: white;
   border: none;
}
.input-group.display-initial{
   display: initial;
}
.image-circle{
   background-color: #fafafa;
}
.container-fluid-nopad{
   padding-left: 0px;
   padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
}
.tab-content{
   padding: 10px 20px;
    margin-bottom: 0px;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.nav-tabs > li > a {
   color: #555;
   background-color: #eeeeee;
   border-bottom: 1px solid #d4d3d3
}
.nav-tabs > li:hover, .nav-tabs > li.active:hover, .nav-tabs > li.active > a:hover{
   background-color: #aaaaaa;
}

.nav-tabs > li.active > a:focus:not(:hover)) {
    cursor: default;
    background-color: white;
    color: #333333;
}


.nav-tabs > li.active:before {
    position: initial;
    left: initial;
    bottom: initial;
    margin-left: initial;
    width: initial;
    height: initial;
    border-bottom: initial;
    border-left: initial;
    border-right: initial;
    content: initial;
    z-index: initial;
}

.nav-tabs > li.active:after {
    position: initial;
    left: initial;
    bottom: initial;
    margin-left: initial;
    width: initial;
    height: initial;
    border-bottom: initial;
    border-left: initial;
    border-right: initial;
    content: initial;
    z-index: initial;
}
.chart-time-control label, .chart-stat-control label{
   font-weight: normal;
}
.btn-primary {
    background-color: #3d5672;
    border-color: #3d5672;
    color: white;
}

.view-switcher{
   padding-left: 5px;
}
.panel{
   margin-bottom: 0px;
   border: none;
}
.panel-off-white{
   margin-bottom: 0px;
   border: none;
   background-color: #fafafa !important;
}
.panel-body{
   border: none;
   padding: 15px 15px 0px 15px;
}
.panel-heading{
   border-top: none;
   border-right: none;
   border-left: none;
   border-bottom: 1px solid #e2e8f0;
   padding: 0px;
}
.panel-heading > .row{
   margin-right: -5px;
   margin-left: -5px;
}
.padded-panel{
   padding-left: 20px;
}
.padded-panel-lr{
   padding-left: 20px;
   padding-right: 20px;
}
.padded-subpanel{
   padding-left:5px;
}
.padded-panel input[type="checkbox"]{
   margin-right: 5px;
}
.padded-row-first{
   margin-top: 10px;
   margin-bottom: 10px;
}
.padded-row{
   margin-bottom: 10px;
   padding-left: 10px;
}
.padded-row-compact{
   margin-bottom: 5px;
   padding-left: 10px;
}
.padded-row-last{
   margin-top: 0px;
   margin-bottom: 0px;
}
.padded-row-no-left{
   margin-bottom: 10px;
}

.space-bottom{
   margin-bottom: 10px;
   align-items: center;
}
.align-flex-end, .space-bottom.align-flex-end{
   align-items: flex-end;
}

.space-top{
   margin-top: 10px;
}
.space-right-5{
   margin-right: 5px;
}
.dropdown-menu{
   font-size: 12px;
   min-width: initial;
}
.dropdown-menu>li:focus, .dropdown-menu>li:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-img-btn{
   background-color: white;
   font-size: 12px;
   border: solid 1px lightgrey;
   padding: 6px 12px;
   width: 211px;
}
.dropdown-img-btn .caret{
   margin-top: 6px;
}
.image-dropdown{
   padding: 5px;
   width: 211px;
}
.image-dropdown li{
   padding-top: 2px;
   padding-botom: 2px;
}
.image-dropdown .dropdown-image{
   width: 14px;
   height: 14px;
}
.image-dropdown text{
   vertical-align: middle;
}
.image-dropdown text.noicon{
   margin-left: 19px;
}
.vs-status-menu-img{
   width: 12px;
   height: 14px;
   margin-left: 5px;
   vertical-align: top;
}
.appnotify-website{
   font-size: 14px;
}
/* Removes dotted outline on focused list nav item on Firefox and IE */ 
:focus {outline:none !important;}

a {
   color: #5b90bf;
}
a:hover, a:focus {
   color: #23527c;
   text-decoration: underline;   
}
   
td a{
   color: #4d4d4d;
}
   
.logo-shape{ 
   position: absolute;
   top: -70px;
   left: -80px;
   z-index: 1;
   height: 140px;
   width: 325px;
   padding: 11px;
   background-color: #FFFFFF;
   -moz-border-radius: 150px;
   -webkit-border-radius: 150px;
   border-radius: 150px;
}

header{
   line-height: initial;
   height: 40px;
   padding: 0 10px;
   min-width: 300px;
}

header .logo {
    width: 100px;
    float: left;
    margin-top: 8px;
    height: 20px;
}

.logo-normal{
   background-color: #afc5de;/* background-color: #CCD7E4; */
}
.logo-red{
   background-color: #b53d3d;
}
.logo-blue{
   background-color: #4949f3;
}
.local-banner{
   background-color: #e0c684;
   color: #2b3d51;
}
.test-banner{
   background-color: #12ca12;
   color: #2b3d51;
}
.dev-banner{
   background-color: #4949f3;
}
.prod-banner{
   background-color: #b53d3d;
}
.na2-banner{
   background-color: #b53d3d;
}
@media (max-width: 767px) {
   header .logo {
      width: 100px; }
aside#sidebar {
   left: 0px;
   }
}

header .btn{
   padding-right: 0px;
   padding-left: 10px;
}
header .logo a img {
   max-width: 100px;
   max-height: 30px;
   z-index: 2;
   position: relative;
}

.top-nav {
   margin-left: 40px;
   padding-left: 0px;
   background: #2B3D51 none repeat scroll 0% 0%;
   height: 38px;
}

.topnav-end{
   display: inline-table;
   margin-right: 5px;
}
.status-nav{
   line-height: 40px;
   color: #bac9da;
}
.top-nav .loading, .top-nav .server-warning{
   color: #bac9da; /* color: #CCD7E4; */
   padding-top: 0px;
   padding-bottom: 4px;
   line-height: 40px;
   border-right: 0px;
   padding-right: 5px;
   padding-left: 10px;
   margin-left: 10px;
   font-size: 14px;
}

@media (max-width: 415px) {
   .top-nav .loading, .top-nav .server-warning{
       position: absolute;
      left: 103px;
      padding-top: 0px;
      padding-bottom: 4px;
   }
   .top-nav{
      width: 25%;
   }
   #top-menu-right{
      width: 25%;
   }
}

@media (max-width: 1215px){
   .user-name{
      display: none !important;
   }
}

.top-nav .nav li a {
   color: #afc5de; /* color: #CCD7E4;*/
   padding-top: 0px;
   padding-bottom: 4px;
   line-height: 40px;
   border-right: 0px;
   padding-right: 5px;
   padding-left: 10px;
   font-size: 16px;
}
.top-nav .nav li.highlight a {
   color: white;
   font-weight: bold;
}
.top-nav .nav li a:hover {
   color: rgba(255,255,255, 0.95);
}
   
.top-nav .nav li a span {
   font-size: 14px;
   color: inherit;
}
.top-nav .nav li a span.highlight{
   color: white;
}

.top-nav > #myNavbar > ul > li.highlight {}
.top-nav > #myNavbar > ul > li.highlight:before {
        position: absolute;
        top: 36px;
        width: 100%;
        /*border-bottom: 2px solid #D66061;*/
        color: rgba(255, 255, 255, 1.0);
        font-weight: bold;
        content: ""; }
.top-nav > #myNavbar > ul > li:hover:before {
        /*border-bottom: 4px solid #466383; */
        color: rgba(255, 255, 255, 1.0);
        font-weight: bold;        
}

.top-nav > #myNavbar > ul > li:hover a {
   background: none;
}
.top-nav > #myNavbar > ul > li.highlight:hover:before {
        bottom: 0px;
        /*border-bottom: 4px solid #466383;*/
        color: rgba(255, 255, 255, 1.0);
        font-weight: bold;
}

.nav > li > a:hover, .nav > li > a:focus {
   background: none;
}

.top-nav > #myNavbar > ul > li{
   margin-right: 20px;
}
.navbar-nav {
   min-width: 160px;
}

.menu-toggle i {
   position: relative;
   z-index: 2;
   color: #afc5de; /* color: #CCD7E4; */  
}

.menu-toggle i:hover {
   color: rgba(255, 255, 255, 0.97);
}

.custom-search {
   display: none;
   height: 60px;
   width: 80px;
   line-height: 60px;
}

.custom-search i {
   top: 15px;
}

.custom-search .search-query {
   width: 60px;
}

.custom-search .search-query:focus {
   width: 120px;
}

.main-container {
   margin-right: 0px;
   border-right: none;
   min-height: initial;
}
   
ul#mini-nav .dropdown-menu {
   min-width: 160px; 
   top: 40px;
   z-index: 1040;
}

ul#mini-nav #mob-nav {
   background: none;
   margin-top: 2px; }

ul#mini-nav li.list-box a {
   padding: 7px 10px; }

   ul#mini-nav li.list-box a span.user-avatar {
      display: inline-block;
      box-shadow: 0px 0px 2px #CCD7E4;
      border-radius: 60px;
      padding: 0px; 
      }

      ul#mini-nav li.list-box a span.user-avatar i {
         font-size: 2em;
         color: #afc5de; /* color: #CCD7E4; */
      }
ul#mini-nav li.list-box a span.user-avatar i:hover {
   color: rgba(255, 255, 255, 0.95);
}

   ul#mini-nav li.list-box a span.user-name {
      color: #afc5de; /* color: #CCD7E4; */
      position: relative;
      display: inline;
}
   ul#mini-nav li.list-box a span.user-name:hover {
      color: rgba(255, 255, 255, 0.95) }     

   ul#mini-nav li.list-box:hover a span.user-name {
      color: #bac9da; }

ul#mini-nav #mob-nav a i {
   color: #333;
}

.btn-nav {
   background-color:  transparent;
   color: #afc5de; /* color: #CCD7E4; */
}

.btn-nav:hover, .btn-nav:focus, .btn-nav.focus {
   /* background-color: #466383; */
   color: rgba(255, 255, 255, 0.9);
}

span.glyphicon-bell.btn-nav{
   font-size: 2em;
   color: #afc5de; /* color: #CCD7E4; */
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-left: 10px;
}
span.glyphicon-bell.btn-nav:hover{
   color: rgba(255, 255, 255, 0.9);
}
.fa-hide{
   display: none !important;
}

.octicon-hide{
   display: none !important;
}

.fa-btn-nav {
        font-size: 1.5em;
}

.fa-status-icon {
    margin-top: 90px;
    padding-left: 2px;
    font-size: 1.1em;
    opacity: 0.75;
}

.fa-success {
    color: #27CA40;
}

.fa-warn {
    color: #FEBE2F; /*Yellow */
}

.fa-critical{
   color: #ea6a32; /*Orange */
}
.fa-error {
    color: #FF6057;
   /* color: #ea3c32; More red than orange. Use this if we use fa-critical in Base Stations */
}

.fa-muted {
    color: #cfcfcf;
}

.fa-icon-gap{
   padding-right: 6px;
}

.top-right{
   position: absolute;
   right: 0px;
   top: 0px;
}

.btn-footer-more{
   float: right;
}

div.eventFooter > button[disabled]{
   background-color: #f9f9f9;
   background-image: none;
   color: rgba(153, 153, 153, 0.64);
}

.bstnLogLastTime, .dataTables_info{
   font-size: 11px;
   color: rgba(129, 129, 129, 1);
}
.eventFooter{
   margin-top: 5px;
   padding-top: 5px;
   border-top: 1px solid #e2e8f0;
}

aside#sidebar{
   background: #3d5672; 
   top: 40px;
}
aside#sidebar #menu > ul > li > a > i {
    line-height: 16px;
}
#sidebar-toggle {
   display: none;
    position: absolute;
    left: 140px;
    top: 10px;
}

.body-internal{
   min-height: 100% !important;  
   background-color: white;
   background: white;
}

.dashboard-wrapper {
   margin-left: 0px;
   min-height: initial;
}

.sideNavShown {
   margin-left: 210px;
}
@media (max-width: 599px){
   .sideNavShown{
      margin-left: 0px !important;
   }
}

@media (max-width: 1227px) {
   .sideNavShown {
      margin-left: 49px;
   }
   aside#sidebar{
      width: 49px;
   }
   aside#sidebar #menu > ul > li a{
      padding-bottom: 24px;
   }
   .mgmt-nav{
      padding-top: 12px;
   }
   .mgmt-nav .nav.navbar-nav{
      min-width: 410px;
   }
}

@media (min-width: 1227px) {
   .mgmt-nav .nav.navbar-nav{
      min-width: 780px;
   }
}

@media (max-width: 800px){
   aside#sidebar{
      top: 64px;
   }
   
   #sidebar-toggle{
      top: 35px;
   }
}

@media (max-width: 1379px) and (min-width: 844px){
       .hidden-custom{
              display: none !important;
       }

       .visible-custom{
               display: block !important;      
       }
}

@media (max-width: 1450px){
   .header-hidden-md {
      display: none!important;
   }
}

@media (max-width: 1227px){
   .mgmt-header-hidden-md {
      display: none!important;
   }
}

@media (max-width: 1227px){
   .mgmt-header-visible-md {
      display: block !important;
   }
}

@media (max-width: 1270px){
   .mgmt-header-hidden-md-user {
      display: none!important;
   }
}

@media (max-width: 844px){
   .mgmt-header-hidden-xs {
      display: none!important;
   }
}

@media (max-width: 844px){
   .mgmt-header-visible-xs {
      display: block !important;
   }
}

.popover{
   background: unset;
}
.popover-title{
   background-color: unset !important;
}

.popup-body{
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 10px;
}
.popup-footer{
   padding-left: 10px;
   padding-right: 10px;
}
.popup-footer .popup-row{
   margin-bottom: 10px;
}
div.popup-header div{
   margin-left: 5px;
}
div.popup-header label{
   margin-right: 10px;
}
.popup-header text{
   font-size: 12px;
}
div.popup-row{
   font-size: 11px;
   margin-bottom: 2px;
   margin-left: 5px;
}
div.popup-row label{
   margin-right: 20px;
   margin-bottom: 0px;
}

div.popup-row p{
   margin-bottom: 0px;
}
div.popup-row p img{
   vertical-align: top;
   margin-right: 5px;
}
.sideNavHidden{
   margin-left: 0px;
}
#dev-srch-row {
   min-height: 110px;
   left: 25px;
}

#dev-srch-pnl {
   position: absolute;
   top: 200px;
   left: 40%;
}

#dev-srch-button {
   height: 23px;
   margin-left: -4px;
}

#dev-rslts-row {
   display: none;
}

.full-spinner {
   font-size: 15em;
   text-align: center;
   margin-top: 25% !important;
}

.fa-spin-custom, .glyphicon-spin {
   -webkit-animation: spin 1000ms infinite linear;
   animation: spin 1000ms infinite linear;
}

.oct-inherit {
   font-size: inherit;
}

@-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

div.summary-header{
   padding-bottom: 10px;
   margin-right: 0px;
   margin-left: 0px;
}

/*
div.summary-header td:not(:first-child) {
   text-align: left;
   padding: 0px 10px;   
}
*/

div.summary-header div{
   text-align: left;
   padding: 0px 10px;   
   display: table-cell;
}

div.summary-header div:not(:last-child){
   border-right: 2px solid;
   border-color: #e2e8f0;  
}
   
div.summary-header div:first-child{
   border-left: 2px solid;
   border-color: #e2e8f0;  
}
   
.summary-header-label{
   color: #717171;
   font-weight: bold;
}
.summary-header-value{
   color: #155686;
}

.table-responsive{
   overflow-x: initial;
   border: unset;
}
div.split-pane-component .table-responsive{
   overflow-y: initial;
   overflow-x: initial;
}
.split-pane-bottom{
   padding-top: 5px;
}

body.table-settings-sm{
   padding-right: 0px !important;
}
.table-settings-sm .modal-sm {
   width: 400px;
}

div#dt_senet.table-compact table thead tr th{
   padding: 0px 6px;
   white-space: nowrap;
   background-color: #3d5672;
   color: white;
   /*
   border-right-width: 1px;
   border-right-color: white;
   border-right-style: solid;
   */   
}

.table-bordered{
	border-left: none;
	border-right: none;
}


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border: none;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th:not(.table-compact), .table-bordered > tfoot > tr > th:not(.table-compact), .table-bordered > thead > tr > td:not(.table-compact), .table-bordered > tbody > tr > td:not(.table-compact), .table-bordered > tfoot > tr > td:not(.table-compact){
    border: none;
}

.trend-table.table-bordered > thead > tr > th, .trend-table.table-bordered > tbody > tr > th, .trend-table.table-bordered > tfoot > tr > th, .trend-table.table-bordered > thead > tr > td, .trend-table.table-bordered > tbody > tr > td, .trend-table.table-bordered > tfoot > tr > td{
    border: 1px solid #ddd;
}

.dataTables_scrollHead .table-bordered > thead > tr > th:not(.table-compact){
	border-bottom: 1px solid #ddd;
}
/* To enable left border on the header row.
.dataTables_scrollHead .table-bordered > thead > tr > th:first-child:not(.table-compact){
   border-left: 1px solid #ddd;
}
*/
.table-bordered > tbody > tr{
	border-bottom: 1px solid #ddd;
}
/* To enable left border on the first cell of the body rows
.table-bordered > tbody > tr:first-child{
   border-left: 1px solid #ddd;
}
*/
table.dataTable{
	border-collapse: collapse;
}
div.table-compact table tbody td{
   padding: 2px 8px;
   white-space: nowrap;
}
div.table-compact td img{
   padding-right: inherit;
}

#table-limits-dropdown td{
   text-align: center;
}
div#table-limits-dropdown .form-group{
   margin-bottom: 0px;
}
.form-table td{
   padding: 5px;  
   text-align: right;
}

.align-right{
   text-align: right;
}
.align-left{
   text-align: left;
}

.form-table td.left-aligned{
   text-align: left;
   vertical-align: baseline;
}
@keyframes wiggle {
    0% { transform: translateX(0px);background-color: rgba(255, 0, 0, 0.6);border-color: red;box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
   20% { transform: translateX(4px); }
   40% { transform: translateX(-4px); }
   60% { transform: translateX(4px);border-color: red;background-color: rgba(255, 0, 0, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
   80% { transform: translateX(-4px); }
  100% { transform: translateX(0px); border-color: #e6e6e6;background-color: white;box-shadow: unset; }
}

.wiggle{
      display: inline-block;
      animation: wiggle 2s 1; 
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
   border-bottom: 0px;  
}
   
/* Datat Tables */   
table.dataTable.no-footer{
   border-bottom: none;
}
#dt_senet .secondaryStat{
   color: rgba(129, 129, 129, .8);
   margin-left: 10px;
}

  #dt_senet .dataTables_length {
    float: right; }
    #dt_senet .dataTables_length label {
      font-size: 0px;
    }
    #dt_senet .dataTables_length select {
      width: 60px;
      height: 30px;
      font-size: 12px;
      margin-bottom: 0;
      margin-left: 4px;
      margin-bottom: 0;
      outline: none;
      border: 1px solid #e6e6e6; }
  #dt_senet .dataTable .progress {
    height: 6px;
    margin: 5px 0 0 0; }
  #dt_senet .dataTable th:not(.table-compact){
    padding-left: 12px; }
  #dt_senet .dataTables_filter {
    float: right; 
    margin-right: 17px;
    /*display: inline-block;*/
    }
    #dt_senet .dt-search-wrapper .dataTablesFilter{
      margin-right: 0px;
      float:right;
    }
    #dt_senet .dataTables_filter input {
      width: 200px;
      height: 32px;
      margin-left: 4px;
      margin-right: -10px;
      margin-bottom: 0;
      outline: none;
      border-top: 1px solid #e6e6e6; 
      border-left: 1px solid #e6e6e6; 
      border-bottom: 1px solid #e6e6e6; 
      border-right: 0px solid #e6e6e6; 
      }
  #dt_senet .dataTables_info {
    float: left;
    margin-bottom: 5px; 
   margin-top: 5px;
   padding-top: 5px;
   border-top: 1px solid #e2e8f0;   
   width: 100%;
   font-size: 11px;
   color: rgba(129, 129, 129, 1);
    }
  #dt_senet .dataTables_paginate {
    margin: 5px 0;
    border: 0px;
    float: right; }
    #dt_senet .dataTables_paginate li a {
      border: 0px; }
    #dt_senet .dataTables_paginate .previous, #dt_senet .dataTables_paginate .next {
      display: none; }
    #dt_senet .dataTables_paginate .first  {
      -webkit-border-radius: 30px 0 0 30px;
      -moz-border-radius: 30px 0 0 30px;
      border-radius: 30px 0 0 30px; }
    #dt_senet .dataTables_paginate .last  {
      -webkit-border-radius: 0 30px 30px 0;
      -moz-border-radius: 0 30px 30px 0;
      border-radius: 0 30px 30px 0; }
    #dt_senet .dataTables_paginate .paginate_button, #dt_senet .dataTables_paginate .active  {
      background: #e6e6e6;
      margin-left: 1px;
      padding: 5px 12px;
      border: none;
      outline: none; }
      #dt_senet .dataTables_paginate .paginate_button a, #dt_senet .dataTables_paginate .active a {
        background: #e6e6e6;
        padding: 0px;
        outline: none;}
      #dt_senet .dataTables_paginate .paginate_button:hover, #dt_senet .dataTables_paginate .current:hover {
        background: #d9d9d9;
        cursor: pointer;
        color: black; 
        outline: none; }
      #dt_senet .dataTables_paginate .paginate_button:hover a, #dt_senet .dataTables_paginate .current:hover a {
        background: #d9d9d9;
        padding: 0px;
        cursor: pointer;
        color: black; 
        outline: none; }
    #dt_senet .dataTables_paginate .current, #dt_senet .dataTables_paginate .current:hover {
      background: #ffaa3a;
      color: white; 
      outline: none; }
    #dt_senet .dataTables_paginate .current a, #dt_senet .dataTables_paginate .current:hover a {
      background: #ffaa3a;
      padding: 0px;
      outline: none;}
  #dt_senet .dataTable .sorting {
    cursor: pointer;
    background-image: url("../img/sorting.png?v=44.87.H16") 
    background-position: center right; 
    background-repeat: no-repeat;}
  #dt_senet .dataTable .sorting_asc {
    cursor: pointer;
   background-image: url("../img/sorting_asc.png?v=44.87.H16"); 
   background-position: center right;
   background-repeat: no-repeat; }    
  #dt_senet .dataTable .sorting_desc {
    cursor: pointer;
    background-image: url("../img/sorting_desc.png?v=44.87.H16"); 
   background-position: right;
   background-repeat: no-repeat;}    
  #dt_senet .dataTable th {
    white-space: nowrap; }
  #dt_senet .dataTable td {
    white-space: nowrap; }
  #dt_senet .dataTable td.allowWrap {
    white-space: normal; }
  #dt_senet .dataTable td.alignRight {
    text-align: right; }
  #dt_senet .dt-button:not(.dt-menu-button):not(.dropdown-toggle){
    width: 25px;
    margin-right: 0px;
    display: inline;
    border: .1px solid rgba(153,153,153,0.2); 
    }
  #dt_senet .dt-button:not(.dt-menu-button):not(.dropdown-toggle):not(:hover):not(.disabled) {
    border: .1px solid rgba(153,153,153,0.2); 
    background-color: #f9f9f9;
    background-image: none;
    color: #4d4d4d;
  }
  #dt_senet .dt-buttons > .dt-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0px; }
  #dt_senet .dt-buttons > .dt-button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0px;
   }
  #dt_senet .dt-buttons > .dt-button:last-child:not(:first-child):not(.dropdown-toggle):not(.buttons-csv)) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; 
    margin-left: 10px;
    }
    #dt_senet .dt-buttons > .dt-button:last-child:not(:first-child):not(.dropdown-toggle) {
    border-radius: 0px;
    }
     #dt_senet .dt-buttons > .dt-button.offset-left:last-child:not(:first-child):not(.dropdown-toggle) {
      margin-left: 10px;
     }
    button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
      background-color: #f9f9f9;
      background-image: none;
      color: rgba(153, 153, 153, 0.64);
    }   
   button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
      background-image: none;
      background-color: #B0BED9; /* row selection color */
      border: .1px solid rgba(153,153,153,0.2);
      
   }
   #dt_senet .dt-buttons > .btn-group-first:not(:first-child){
      margin-left: 10px;
   }
  #dt_senet .dt-buttons > .dt-refresh-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    /* margin-left: 10px; */
   }  
    #dt_senet .dt-buttons .buttons-create span {
      font-size: 1px; }
    #dt_senet .dt-buttons .buttons-create span:before {
      font-family: FontAwesome; 
      font-size: 15px;
      position: absolute;
      margin-left: -5px;
      content: '\f067'; }
    #dt_senet .dt-buttons .buttons-edit span {
      font-size: 1px; }
    #dt_senet .dt-buttons .buttons-edit span:before{
      font-family: FontAwesome; 
      font-size: 15px;
      position: absolute;
      margin-left: -5px;
      content: '\f044'; }
     #dt_senet .dt-buttons .dtViewButton span:before {
      font-family: FontAwesome; 
      font-size: 15px;
      position: absolute;
      margin-left: -5px;
      content: '\f05a '; }     
    #dt_senet .dt-buttons .buttons-remove span {
      font-size: 1px; }
    #dt_senet .dt-buttons .buttons-remove span:before {
      font-family: FontAwesome; 
      font-size: 15px;
      position: absolute;
      margin-left: -5px;
      content: '\f00d';}
    #dt_senet .dt-buttons .buttons-colvis span {
      font-size: 1px; }
    #dt_senet .dt-buttons .buttons-colvis span:before {
      font-family: FontAwesome; 
      font-size: 15px;
      position: absolute;
      margin-left: -5px;
      content: '\f0db';
    }

#dt_senet .dt-ctrls-wrapper .dt-buttons{
   float: right !important;
    display: inline;
    top: 10px;
}

.dt-buttons .right-aligned-dropdown{
   float: right;
    display: inline;
    position: relative;
    margin-top: -5px;
    color: rgba(0,0,0,0.87);
    font: normal 12px 'Open Sans', arial, sans-serif;
}

.right-aligned-dropdown label{
   font: bold 12px 'Open Sans', arial, sans-serif;
    color: rgba(0,0,0,0.87);
}
   
.dt-button.dropdown-toggle, .dt-button.dropdown-toggle:active, .dt-button.dropdown-toggle:focus, .dt-button.dropdown-toggle:focus:not(.disabled){
   width: 30px;
   padding: 3px 0px;
   margin-left: 10px;
   background-image: none;
    background-color: #f9f9f9;   
    border: .1px solid rgba(153,153,153,0.2);
}

.dt-button.dropdown-compact{
   padding: 0.5em;
}
.dt-ctrls-wrapper .alertfilter{
   margin-top: 15px;
}

.dt-ctrls-wrapper .casefilter{
   margin-top: 15px;
}

.dt-ctrls-wrapper .auditeventsfilter{
   margin-top: 15px;
}

.dt-checkbox{
   padding-top: 2px;
   display: inline ;
   vertical-align: sub;
}
#dt_senet .dt-custom-header{
   display: inline;
}
.dt-availability-select{
   /* Content Removed for 5974 but fixes 5993. Original alignment issue was 5150. -cjm 10/5/2017 */
}
.hc-availability-select{
   right: 0px;
   top: 0px;
}
.dt-custom-title{
position: relative;
    top: 15px;
    left: 10px;
    height: 0px;
    font-size: 14px;
}
#availability-title-div.dt-custom-title{
   height: 30px;
   top: 0px;
   width: 10%;
}
.no-pre-border{
   margin-left: 20px;
   margin-right: 20px;
   font: unset;
   background: unset;
   border: unset;
}

.dt-custom-avail-title{
   position: relative;
    top: -5px;
    left: 10px;
    height: 0px;
    font-size: 14px;
}

.split-para{
   word-break: break-all;
   margin-right: 50px;
}

@media(min-width: 770px){
    .dt-custom-title .offset-left{
      margin-left: -30px;
    }
}

.dt-custom-avail-title .offset-left{
   margin-left: -30px;
}
#dt_senet .dt-ctrls-avail-wrapper .dt-buttons {
    float: right !important;
    display: inline;
    top: -10px;
}


#dt_senet .dt-ctrls-wrapper .dataTables_filter{
   margin-top: 0.5em;
}
.dt-checkbox label{
   margin-left: 10px;
   margin-bottom: 0px;
   vertical-align: sub;
}
#dt_senet .dt-img-btn{
   float: left;
   padding: 5px;
}    
#dt_senet .dt-img-btn:hover{
   background-color: #eeeeee;
}    
#dt_senet .dt-buttons .senet-dt-custom-btn {
   padding: 5.3px;
}

#dt_senet .dt-buttons .senet-dt-custom-btn.viewshed-btn{
   padding: 5.3px 7px;
   margin-left: 10px;
}
#dt_senet .dt-buttons .senet-dt-custom-btn-flat {
   padding: 5.3px;
   border: none;
   background: none;
   font-size: 14px;
   color: #717171;
}

#dt_senet .dt-buttons .senet-dt-dropdown-btn-flat {
   border: none;
   background: none;
   font-size: 16px;
   color: #717171;
}

#dt_senet .dt-buttons .senet-dt-custom-btn-flat:hover, #dt_senet .dt-buttons .senet-dt-dropdown-btn-flat:hover{
   color: rgb(229,203,96);
   background-color: #eeeeee;
}

.dt-buttons .dt-menu-button-caret{
   margin-left: 2px;
}
.dt-buttons .dt-menu-button{
   border: none;
   background-color: white;
   background-image: none;
}

#dt_senet .dt-buttons> .dt-menu-button:hover{
   border: none;
}
.dt-button-collection .dt-menu-item{
   border: none;
   background-color: white;
   background-image: none; 
}
div.dt-buttons{
    padding-top: 5px;
}
div.dt-buttons.nosearch{
   padding-bottom: 10px;
}
div.dt-button-collection > a.dt-menu-item:hover{
   border: none;
   background-image: none;
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    z-index: 21;
}
div.dt-button-info h2 {
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
    text-align: left;
    font-size: 14px;
}

div.DTS div.dataTables_scrollBody{
   background: none;
}

/* Data Tables Editor */
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Header {
   top: 0px;
   left: 0px;
   right: 0px;
   background-color: white;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Footer {
   bottom: 0px;
   left: 0px;
   right: 0px;
    width: 100%;  
    background-color: white;
}
div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    position: relative;
    zoom: 1;
    clear: both;
    padding: 5px 20%;
    border: 1px solid transparent;
}
div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {
   text-align: right;
    padding-right: 25px;
    color: #4d4d4d;
}
div.DTE_Field input{
   background-color: #fafafa;
}
div.DTE_Field_Type_textarea textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fafafa;
}

div.DTE_Field_InputControl select{
   border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    color: #4d4d4d;
    background-color: #fafafa;
}
div.DTE_Field_InputControl select[disabled]{
   border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    color: lightgray;
    background-color: #fafafa;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close {
   display: none;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE {
   border: none;
   box-shadow: none;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content {
   position: relative;
   box-shadow: none;
   border: none;
}
   
div.DTE_Field_Type_textarea textarea:disabled {
   color: lightgray;
}

div.DTE button.btn, div.DTE div.DTE_Form_Buttons button {
   border: none;
   border-radius: 0px;
   -webkit-border-radius: 0px;
   color: white;
    background-color: #286090;
    border-color: #204d74; 
    background-image: none;

}

div.DTE button.btn, div.DTE div.DTE_Form_Buttons button:hover {
   color: #fff;
   background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    background-image: none;
}
/* Senet Table Editors */

.sen-table-editor input.text {
   margin-bottom: 12px;
   width: 95%;
   padding: .4em;
}

.sen-table-editor input.number {
   margin-bottom: 12px;
   width: 95%;
   padding: .4em;
}

.sen-table-editor fieldset {
   padding: 0;
   border: 0;
   margin-top: 0px;
}

.sen-table-editor .ui-dialog .ui-state-error {
   padding: .3em;
}

.sen-table-editor .validateTips {
   border: 1px solid transparent;
   padding: 0.3em;
}

.sen-table-editor .ui-widget-header {
   border: 1px solid #dddddd;
   background: #e9e9e9;
   color: #333333;
   font-weight: bold;
}

.sen-table-editor .modal-body {
   height: 500px;
   overflow: auto;
}

.sen-table-editor md-list-item, md-list-item .md-list-item-inner{
   min-height: 33px;
}


table.table thead .sorting_desc:before{
   content: "";
    padding-right: 0px;
}
table.table thead .sorting_asc:before{
   content: "";
    padding-right: 0px;
}

.btn-senet {
   background-color:  transparent;
   color: #4d4d4d;
}

.btn-senet:hover {
   background-color: #E0E2E3;
}

.senet-select-btn{
   background-color: white;
   border: none;
   color: #333;
   font-size: 12px;
}

.senet-select-btn-nocolor{
   background-color: transparent;
   border: none;
   color: #333;
   font-size: 12px;
}

.senet-select-btn-nocolor-light{
   background-color: transparent;
   border: none;
   color: rgba(255,255,255,0.87);
   font-size: 12px;
}

.senet-select-btn-nocolor-light:hover, .senet-select-btn-nocolor-light:focus{
   background-color: #7f97ad;
   border: none;
   color: #4d4d4d;
}
.senet-select-btn:hover{
   background-color: #f5f5f5;
}
.sen-icon-btn:hover{
	background-color: #B0BED9; /* table button hover color */
}

.search-selector{
    width: 200px;
    text-align: end;
}
.search-selector button.senet-select-btn, #dev-table_filter button.senet-select-btn{
    height: 34px;
}
.search-selector.btn-group.open .dropdown-toggle, .btn-group.open button.senet-select-btn.dropdown-toggle{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.devdetails-content table{
   width: 100%;
}
.devdetails-content .icontext-btn{
   margin-right: 10px;
}
.icontext-btn-label{
   margin-left: 5px;
}
.fa-button {
   font-size: 2em;
}

.fa-popup {
   font-size: .75em;
}

.text-decrease {
   color: #d66061 !important;
}

.text-increase {
   color: #76bbad !important;
}

.light-grey-bg {
  background: #fafafa !important;
  color: #666666; 
}
.semi-transparent-bg{
  background: rgba(255,255,255,0.5) !important;
  color: #666666; 
}

.graph-panel-body {
  /* padding: 15px; */
  position: relative;
  min-width: 430px;
  border: 0px; }

.no-border-panel {
  padding: 15px;
  position: relative;
  border: 0px; }
  
.row-panel{
   padding-right: 15px;
   padding-left: 10px;
   padding-bottom: 10px;
}

.top-padded-row{
   padding-top: 10px;
}
 .form-panel label{
   display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    padding: 8px;
 } 
 .small-form{
   max-width: 370px;
   padding: 20px;
 }
 .fixed-width-label{
   width: 175px;
 }
 #loraconfigForm > textarea{
   margin-left: 10px;
   margin-top: -1px;
 }
 #loraconfigForm > input[type="number"] {
   width: 50px;
}

#editDevInfoForm input{
   margin-bottom: 5px;
}
.current-stats {
   padding: 10px 10px 0 10px;
}
 
 .spacer{
   padding: 0px;
 }
 

.spacer-dashboard{
   padding-right: 10px;
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
}
.spacer-notop {
  padding: 0px 10px 5px 10px; }
 .dashboard{
    background-color: #f8f8f8;
 }
.dashboard  > .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.dashboard-panel{
   background: white !important;
   color: #666666; }
}

.tx-dash-panel .col-xs-4:first-child{
   padding-left: 0px;
}

.tx-dash-panel{
   padding-left: 15px;
   padding-right: 15px;
}

.bstn-dash-panel{
   margin-left: 10px;
}

span.mydropdown:hover {
   color: #eeeeee;
}

ul.ddmenu, ul.ddmenu-list {
   display: inline;
   margin: 0;
   padding: 0;} 

   ul.ddmenu li {display: inline-block;}
   ul.ddmenu li a {color: #4D4D4D;}
   ul.ddmenu li:hover {background: none;}
   ul.ddmenu li:hover ul {display: block;}
   ul.ddmenu li ul {
      position: absolute;
      width: 200px;
      display: none; }

      ul.ddmenu li ul li { 
         background: #F9FBFC;
         display: block; }

         ul.ddmenu li ul li a {
            display: block !important;
            font-size: 1.5em;
            color: #555;
            padding: 2px;
         } 
         ul.ddmenu li ul li:hover {
            background: #eee;
            color: #444;
         }


.ddbtn {
   background: #F9FBFC;
   font-size: 16px;
   border: none;
   cursor: pointer; }

.ddbtn:hover, .ddbtn:focus {
   background-color: #E0E2E3;
}

.ddbtn-wrapper {
   position: relative;
   display: inline-block;
}

.ddbtn-list {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 160px;
   overflow: auto;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.ddbtn-list a {
   color: black;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
}

.ddbtn-wrapper a:hover {background-color: #f1f1f1;}

.show {display:block;}

.tooltip-inner{
   background-color: #2b3d51
}

.tooltip-inner{
   background-color: #fafafa;
   color: black;
   border-color: #155686;
   border: .1px;
   border-style: solid;
}

.tooltip.top .tooltip-arrow{
   border-top-color: #3d5672
}
.tooltip.bottom .tooltip-arrow{
   border-bottom-color: #3d5672
}
.tooltip.in{
   opacity: 1;
}

.fileinput{
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;   
}

.fileinput + label:not(.default-import-btn) {
    font-size: 1.25em;
    font-weight: 700;
    display: inline-block;
}

.fileinput:focus + label,
.fileinput + label:hover {
    color: #729fcf;
}

.row-chart{
   padding-bottom: 0px;
}

.chart-time-control, .chart-stat-control{
   position: absolute;
    display: inline;
    z-index: 1;
}
.chart-time-control{
	margin-top: -200px;
}
.chart-stat-control{
	margin-top: -220px;
}
.blog .form-control-static{
   padding-left: 0px;
   padding-top: 2px;
   padding-bottom: 0px;
   min-height: 30px;
}

.blog .form-group-compressed{
   margin-bottom: 0px;
}
.blog .form-group-compressed .control-label{
   margin-bottom: 3px;
}
.pretty-split-pane-frame .blog-body{
   height: 100vh;
}
.colvis-panel{
    margin-bottom: 5px;
}
.colvis-panel > .panel-body{
    overflow-x: auto; 
    overflow-y: auto; 
    height:150px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.colvis-panel > .panel-header{
   padding-bottom: 5px;
}
.colvis-ul{
   list-style-type:none; 
   -webkit-padding-start: 0px;
}
.colvis-li{
   white-space:nowrap;
}

div.formDiv td{
   padding-bottom: 10px;
   padding-right: 5px;
}

.sim-mode{
   background: darkred;
}
div> .dataTables_scrollHead{
   margin-right: 17px;
}
.default-import-btn{
   -webkit-appearance: button;
   -moz-appearance: button;
    cursor: pointer;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;    
}

.icon-btn-flat:not(:first-child){
   margin-left: 4px;
}
.icon-btn-flat:hover{
   cursor: pointer;
   color: #b3d4fc; 
}

.darkred-gradient {
      background-color: darkred;
      background-image: linear-gradient(top, darkred, #ffa999);  
}
.flagproductionred{
   background-color: darkred;
   background-image: linear-gradient(top, darkred, #ffa999);  
   box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;    
    /* animation: animate-glow 1s ease-out infinite; */
    width: 100%; 
}
.flagproductionblue{
   background-color: blue;
   background-image: linear-gradient(top, blue, #99B9FF);  
   box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;    
    /* animation: animate-glow 1s ease-out infinite; */
    width: 100%; 
}  

.fa.md-16 { font-size: 16px; }
.fa.md-18 { font-size: 18px; }
.fa.md-24 { font-size: 24px; }
.fa.md-36 { font-size: 36px; }
.fa.md-48 { font-size: 48px; }

.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

md-icon[md-font-icon] {
    line-height: 1;
    width: auto;
}
md-icon{
   min-width: unset;
   min-height: unset;
}

.md-chips {
    display: block;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 12px;
    padding: 0px;
    vertical-align: middle;
}

.md-chips md-chip {
    cursor: default;
    border-radius: 0px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 8px 8px 0 0;
    padding: 0 12px;
    float: left;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    font-size: 12px;
}

.md-chips md-chip .md-chip-remove {
    text-align: center;
    width: 20px;
    height: 20px;
    min-width: 0;
    padding: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
    margin: 0;
    position: relative;
}

.md-chips md-chip .md-chip-remove md-icon {
    height: 12px;
    width: 12px;
}

md-checkbox .md-label {
   padding-top: 3px;
}
md-checkbox .md-icon {
   border-width: 1px;
   border-color: lightgray;
}
md-checkbox.md-checked.light-grey .md-icon{
   background-color: rgba(232, 235, 238, .87);
}

md-switch.md-default-theme .md-thumb, md-switch .md-thumb {
    background-color: rgb(206, 206, 206);
}

md-switch.md-default-theme .md-bar, md-switch .md-bar {
    background-color: rgb(158,158,158);
}

md-switch.nomargin{
   margin: 0px;
}

md-select-menu.md-default-theme md-content md-option:not([disabled]):focus, 
md-select-menu md-content md-option:not([disabled]):focus, md-select-menu.md-default-theme md-content md-option:not([disabled]):hover, 
md-select-menu md-content md-option:not([disabled]):hover {
    background-color: #1a9aff;
}
md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
   -webkit-transform: none;
   transform: none; 
}


.map-options-dialog md-radio-button{
   margin-bottom: 0px;
}
.save-btn-group button{
   margin-right: 5px;
}

.tags-row{
   padding-bottom: 10px;
   padding-right: 10px;
}

.warning-well{
   min-height: 20px;
   padding: 19px;
   margin-top: 10px;
   margin-bottom: 20px;
   background-color: #fcf8e3;
   border: 1px solid #8a6d3b;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
   width: 45%
}

.well-warning-msg{
   margin-right: 10px;
}

.adminfilter, .customFilterDiv, .severityfilter, .contractFilter, .tableDataFilter, .roleFilter, .typeFilter, .yearFilter, .monthFilter, .companyfilter, 
.customerfilter, .structureStatusFilter, .regStatusFilterDiv, .billingAccountfilter, .billingContractfilter, 
.billingRegisterContractfilter, .billingRegisterAccountfilter, .billingRegisterYearFilter, .billingRegisterMonthFilter,
.contractConsolidationsContractfilter, .contractConsolidationsAccountfilter, .contractConsolidationsYearFilter, .contractConsolidationsMonthFilter,
.billingEntEngineTypeFilter, .billingEntEngineMonthFilter, .billingEntEngineYearFilter, .appLVNFilter, .appStateFilter, .statusFilter, .mcastDurationFilter {
   float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    margin-right: 15px;
}

.adminfilter .btn-group, .customFilterDiv .btn-group, .severityfilter .btn-group, .contractFilter .btn-group, .roleFilter .btn-group, .typeFilter .btn-group, .yearFilter .btn-group, .monthFilter .btn-group,
 .companyfilter .btn-group, .customerfilter .btn-group, .structureStatusFilter .btn-group,  .regStatusFilterDiv .btn-group,
  .billingAccountfilter .btn-group, .billingContractfilter .btn-group,
  .billingRegisterContractfilter .btn-group, .billingRegisterAccountfilter .btn-group, .billingRegisterYearFilter .btn-group, .billingRegisterMonthFilter .btn-group,
.contractConsolidationsContractfilter .btn-group, .contractConsolidationsAccountfilter .btn-group, .contractConsolidationsYearFilter .btn-group, .contractConsolidationsMonthFilter .btn-group
 .billingEntEngineTypeFilter  .btn-group, .billingEntEngineMonthFilter  .btn-group, .billingEntEngineYearFilter  .btn-group, .appLVNFilter .btn-group, .appStateFilter .btn-group, .statusFilter .btn-group, .mcastDurationFilter .btn-group,{
   vertical-align: sub;
}
.tableDataFilter text{
   margin-left: 10px;
}
.adminFilterLabel, .customFilterLabel, .severityFilterLabel, .contractFilterLabel, .roleFilterLabel, .typeFilterLabel, .yearFilterLabel, .monthFilterLabel, .companyFilterLabel, .customerFilterLabel, .structureStatusFilterLabel, .appLVNFilterLabel, .appStateFilterLabel, .statusFilterLabel, .mcastDurationFilterLabel {
   font-weight: normal;
   vertical-align: baseline;
   /*  vertical-align: text-top; Firefox */
   /* vertical-align: -webkit-baseline-middle; Chrome */
}

.billingContractfilter, .contractConsolidationsContractfilter, .billingRegisterContractfilter{
	margin-top: -1px;
}

.align-items-baseline{
   align-items: baseline;
}
@media (min-width: 641px) {
    .alertfilter{
      float: right;
        font-size: 12px;
        font-weight: normal;
        margin-top: 8px;
        margin-right: 10px;
    }
}
@media (max-width: 640px) {
    .alertfilter{
        float: right;
        font-size: 12px;
        font-weight: normal;
        margin-top: 15px;
        margin-right: 10px;
    }
}

@media (min-width: 641px) {
    .auditeventsfilter{
      float: right;
        font-size: 12px;
        font-weight: normal;
        margin-top: 8px;
        margin-right: 10px;
    }
}
@media (max-width: 640px) {
    .auditeventsfilter{
        float: right;
        font-size: 12px;
        font-weight: normal;
        margin-top: 15px;
        margin-right: 10px;
    }
}

.alertFilterLabel{
   font-weight: normal;
}

.confighistoryFilter{
   font-weight: normal;
}

.casefilter{
   float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    margin-right: 10px;
}

.caseStatusTypeFilter, .caseTypeFilter, .ranTimeSelector{
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    margin-right: 10px;
}

.ranTimeSelector{
	margin-top: 0px;
}

.roleTableFilter{
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    margin-right: 10px;
}

.rolesFilterLi {
	padding: 10px;
}

.caseFilterLabel, .accountFilterLabel, .contractFilterLabel{
   font-weight: normal;
}


#allocate-euis-dialog input, #allocate-euis-dialog select {
    margin-bottom: 1em;
    padding: .4em;
}

#allocate-euis-dialog input:invalid {
    box-shadow:0 0 .2em red;
}

#allocate-dev-euis-dialog input {
    margin-bottom: 1em;
    padding: .4em;
}

#allocate-dev-euis-dialog input:invalid {
    box-shadow:0 0 .2em red;
}

.subpanel-dropdown{
   position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
   width: 95%;
   height: 225px;
   background: white;
    margin-top: 5px;
    border-radius: 0;
    background-clip: padding-box;
    border: 2px solid #ccc;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);    
}
.subpanel-chart{
   margin-left: 10px;   
   margin-top: 10px;
   height: 200px;
}

.subpanel-toggle{
    height: 10px;
    background: transparent;
    border: none;
    margin-right: -10px;
   position: absolute;
    bottom: 5px;
    right: 5px;    
}

.dropdown-dialog{
   position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
   width: 450px;
   background: white;
    margin-top: 5px;
    border-radius: 0;
    background-clip: padding-box;
    border: 2px solid #ccc;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);   
}

.right-aligned-dropdown .tbl-tools-dropdown-dialog{
   right: 0px;
}
.tbl-tools-dropdown-dialog{
   position: absolute;
    z-index: 1000;
   width: 325px;
   background: white;
    margin-top: 5px;
    border-radius: 0;
    background-clip: padding-box;
    border: 2px solid #ccc;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);   
    padding: 10px;
}
.tbl-tools-dropdown-dialog  input:not(#startDateInput){
   margin-left: 10px;
}
.dropdown-dialog label{
   color: #4d4d4d;
   font-weight: normal;
   margin-right: 15px;
}

/* Maps */
.gm-style-iw img{
   padding-top: 5px;
}
.gm-style-iw ul{
   padding-top: 5px;
   -webkit-padding-start: 5px;
}
.gm-style-iw li{
   list-style: none;
   padding-bottom: 2px;
}
.gm-style-iw .no-overflow{
   overflow: initial;
}
.gm-style-iw .hide-overflow{
   overflow: hidden;
}
.gm-iw-content{
   font: normal 12px 'Open Sans', arial, sans-serif;
   overflow:hidden;
}
.gm-iw-content label{
   margin-right: 15px;
}
.gm-iw-content textarea{
   margin-right: 10px;
   height: 80px;
   width: 100%;
   border: 1px solid #d9d9d9;
}
.gm-iw-content img{
   padding-top: 0px;
}
.gm-iw-content.button-footer{
   overflow: auto;
   height: 350px;
   max-width: 420px;
   min-width: 400px;
}
.gm-iw-content table{
   width: 98%;
}
.gm-iw-content table.gateway-analysis{
   width: 150px;
}
.gm-iw-content td input, .gm-iw-content td md-select, .gm-iw-content td md-checkbox{
   float: left;
   padding-bottom: 5px;
}

.gm-iw-confirm-delete{
   height: 300px;
   width: 400px;
}
#sen-map-label-vis text{
	font-size: 15px;
	font-weight: 400;
}
div.modal-footer #errordlg{
   justify-content: left;
   text-align: left;
   width: 75%;
   margin-right: 15px;
   height: 0px;
}
div.error-msg{
   font-size: 12px;
}

.modal-footer .action-text, .modal-footer-left{
   float: left;
   line-height: 32px;
}
label.modal-footer-left{
   margin-left: 10px;
   margin-right: 10px;
}
.action-text, .gm-iw-content a{
   font-weight: normal;
   color: #337ab7;
}
.action-text:hover, .gm-iw-content a:hover{
   text-decoration: underline;
}

.gm-style-iw .error-msg {
   width: 375px;
}
.gm-iw-info{
   padding-left: 0px;
}
.gm-iw-info > div{
   padding-left: 0px;
   word-wrap: anywhere;
   word-break: break-word;
}
.gm-iw-img{
   height: auto; 
    width: auto; 
    max-width: 80px !important; 
    max-height: 80px !important;
    padding-right: 5px;
}
.gm-style-iw .modal-header{
   padding: 10px
   
}
.gm-style-iw .form-control{
   height: 26px;
}

.static-map-info  md-tabs, .static-map-info .map-info-content{
   background-color: white;
}
.static-map-info .map-info-content{
   width: 420px;
   height: 434px;
   padding: 5px;
}
div.map-home-controls{
   padding: 5px;
   margin-right: 10px;
}
div.map-home-controlui{
   cursor: pointer;
   text-align: center;
}
div.map-home-controltext{
   font-family: "Arial, sans-serif";
   font-size: 12px;
   padding-left: 4px;
   padding-right: 4px;
}
.map-tools-container{
   margin-right: 10px;
}
div.map-tools > button{
   width: 26px;
   height: 24px;
   padding: 3px;
   margin-top: 5px;
   background-color: white;
   border: none;
   box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
   border-radius: 2px;
}

.map-header-chart{
   width: 200px;
   height: 120px;
   margin: 5px;
}
.mapHeaderControl{
   font-weight: BOLD;
   font-size: 12px;
   margin-top: 10px;
   background-color: white;
   height: 29px;
   padding: 5px;
}
.mapHeaderControl input{
   margin-left: 5px;
   margin-top: 2px;
   vertical-align: middle;
   padding-top: 2px;
}
.mapHeaderControl label{
   vertical-align: middle;
   margin-bottom: 0px;
}
#mapContainer .dropdown-menu{
   top: 30px;
   left: -155px;
   margin: 0px;
   width: 180px;
}
#mapContainer .dropdown-menu > li > a.selected{
   font-weight: bold;
}
#mapContainer .left-dropdown-submenu .dropdown-menu{
   top: -4px;
   left: -140px;
   margin: -1px;
   width: 150px;
   border-radius: 6px 6px 6px 6px;
}
.dev-statselector-div{
    margin-top: 10px;
    margin-left: 10px;
    height: 29px;
    position: absolute;
}
.dev-statselector-div button{
   padding: 5px;
   padding-bottom: 7px;
   font-size: 12px;
   font-weight: BOLD;
}

.dev-statselector-div .btn .caret{
   margin-left: 5px;
}

.dev-statselector-div label{
   vertical-align: -webkit-baseline-middle;
   white-space: nowrap;
}

.map-marker-label{
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 12px;
   color: #454545;
   text-align: center;
   white-space: nowrap;
   text-shadow: 
   -1px -1px 0 rgba(255, 255, 255, 0.8),
   1px -1px 0  rgba(255, 255, 255, 0.8),
   -1px 1px 0  rgba(255, 255, 255, 0.8),
   1px 1px 0   rgba(255, 255, 255, 0.8);
}
.sen-map-tooltip{
   width: 300px;
   height: auto;
   background: white;
   border: solid 1px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(61,86,114,.6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(61,86,114,.6);
   padding: 10px;
   font-size: 11px;
   font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
   textAlign: left;
}
.map-struct-tooltip{
	width: 250px;
   height: auto;
   background: white;
   border: solid 1px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(61,86,114,.6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(61,86,114,.6);
   padding: 10px 5px 0px 5px;
   font-size: 11px;
   font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
   textAlign: left;	
}
ul#map-struct-tooltip-list {
	list-style: none;
    padding-inline-start: 10px;
    margin-bottom: 0px;
}

ul#map-struct-tooltip-list li.sen-clickable:hover{
	background-color: #f5f5f5;
}
#dev-footer-snr.selectedText,
#dev-footer-rssi.selectedText,
#dev-footer-psr.selectedText{
	color: rgba(0,0,0,1);
}
#dev-footer-snr.unselectedText,
#dev-footer-rssi.unselectedText,
#dev-footer-psr.unselectedText{
   color: rgba(129,129,129,.7);
}
/*
.panel-body.structureInfo{
   font: normal 12px 'Open Sans', arial, sans-serif;
   width: 400px;
   height: 300px;
    overflow-y: auto;
}
.structureInfo .panel-body{
   font: normal 12px 'Open Sans', arial, sans-serif;
   height: 300px;
   width: 400px
   overflow-y: auto;
}
.structureInfo .modal-footer{
   padding: 15px 0px 15px 15px;
}

.structureInfo img{
   padding-top: 0px;
   padding-bottom: 3px;
}
*/
.modal-footer.no-hz-pad{
   padding: 15px 0px;
}
.modal-footer .footer-message{
   margin-right: 10px;
}

.info-group.wide-labels label{
   width: 200px;
}
.info-group label{
   text-align: right;
   min-width: 106px;
   margin-right: 15px;
}
.info-group label.align-left{
   text-align: left;
}
.info-group-title{
   font-weight: bold;
}
.map-options-dialog{
   width: 700px
}

.map-options-dialog .md-select-value .md-select-icon {
   width: 16px;
}

.map-options-dialog .md-select-value :first-child {
   flex: initial;
   -webkit-flex: initial;
}
   
.map-options-dialog .filter-group label{
   margin-bottom: 0px;
   width: 90px;
}
.map-options-dialog .display-group label{
   margin-bottom: 0px;
   width: 140px;
}

.map-options-dialog .modal-body .layout-row:not(.no-align):not(.space-bottom){
   margin-bottom: 0px;
}
.map-options-dialog .layout-row label:not(.disabled){
   margin-bottom: initial;
    color: rgba(0,0,0,0.87);
    font-weight: bold;
}
.map-options-dialog table{
   margin-top: 10px;
}
.map-options-dialog td{
   padding-right: 10px; 
}

.map-options-dialog md-checkbox{
   margin-bottom: 0;
}

.map-options-body{
   width: 100%;
   height: 350px;
}

.map-options-dialog md-input-container{
   margin: 0 0 0px 0;
   padding: 0px;
   max-width: 500px;
}

.md-options-dialog md-select-value{
   min-height: 18px;
}
.map-options-dialog .options-panel{
   overflow: auto;
   height: 235px;
}
.map-options-dialog .md-select-value{
   min-width: initial;
}
.map-options-dialog .filter-btn{
   margin: 0px;
   line-height: 29px;
    font-size: 14px;
}
.map-options-dialog .filter-btn md-icon{
   height: initial;
}

.map-options-dialog .filter-btn .fa-times-circle:hover{
   color: rgba(0,0,0,0.8);
}
.map-options-dialog .md-button.disabled{
   color: rgba(0,0,0,0.26);
}

#map-info-view, #map-rp-info-view{
   box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
   left: 10px;
}
#map-info-view md-content, #map-rp-info-view md-content{
   overflow: hidden;
}
#map-info-view .modal-footer, #map-rp-info-view .modal-footer{
   padding: 15px 15px 0px 15px;
}
#map-info-view .delete-btn, #map-rp-info-view .delete-btn{
   line-height: 16px;
}
#map-info-view .delete-btn md-icon, #map-rp-info-view .delete-btn md-icon{
   height: 14px;
}
#map-rp-info-view .delete-btn .fa-times-circle:hover{
   color: rgba(0,0,0,0.8);
}
#map-info-view .modal-footer.planning-info-footer {
    background: white;
    padding-bottom: 10px;
}
#map-info-view h2.map-info-status{
   font-size: 16px;
   font-weight: normal;
}
.height-input{
   width: 50px;
}

text.disabled{
   color: rgba(0,0,0,0.26);
}
/* Angular overrides */
.ng-pristine .ng-invalid-required {
    box-shadow: none;
}

/* Angular Bootstrap/Angular UI overrides */
span[uib-accordion-header]{
   margin-left: 10px;
}

span[uib-accordion-header] > i{
   top: -6px;
   background-color: #3d5672;
   color: #b2c6de;
   border-radius: 50%;
   font-size: 24px;
    width: 24px;
    height: 24px;
   text-align: center;  
}

div.ng-active, .form-error text{
   color: rgba(224, 71, 68, 1) !important;
}  

/* Angular Material overrides */
.md-button{
   background-color: #4984b8;
   border-radius: 0px;
   color: white;
}

md-toast.md-default-theme .md-toast-content .md-button.md-highlight, md-toast .md-toast-content .md-button.md-highlight {
    color: white;
}
md-select{
   margin: 0px;
}
td md-input-container, td md-checkbox{
   margin: 0px;
}

md-select .disabled{
   color: rgba(0,0,0,0.26);
}

.md-select-value{
   border-bottom-style: none;
}
md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 2px;
    border-bottom-style: none;
    padding-bottom: 0;
}
md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder {
   color: #4d4d4d;
}
.md-select-value.md-select-placeholder.disabled{
   color: rgba(0,0,0,0.26);
}

md-select[disabled=disabled] > md-select-value{
       color: rgba(0,0,0,0.26);
}

md-option{
   height: 32px;
}
md-option .md-text {
   font-size: 12px;
}

md-button.vert-init{
	vertical-align: initial;
}
.pretty-split-pane-frame{
   height: 800px;
   padding: 0px;
   background: white;
}
.data-split-pane-divider{
   background: silver;
}
.pretty-split-pane-component{
   overflow: initial;
}
.split-pane-divider{
   background-color: #3d5672;
}

.split-pane.fixed-top > .split-pane-component, .split-pane.fixed-bottom > .split-pane-component, .split-pane.horizontal-percent > .split-pane-component{
   overflow: hidden;
   background: white;
   z-index: initial;
}

div.splitterImage{
   content: url("../../assets/img/sorting_dark.png?v=44.87.H16");
   position: relative;
    display: inline;
    top: 292px;
    z-index: 1;
    left: 50%; 
}

.col-field, .offset-col-field{
   padding-left: 3px;
}

.odd-col-field{
   padding-left: 2px;
}
.col-field .text-div, .odd-col-field .text-div, .offset-col-field .text-div, .text-div{
   margin-bottom: 3px;
}
.col-field input, .col-field select{
   margin-top: 2px;
   margin-bottom: 4px;
   border-style: solid;
    border-width: 1px;
    border-color: lightgray;  
}

.offset-col-field input{
   margin-top: 3px;
   margin-bottom: 3px;
   border-style: solid;
    border-width: 1px;
    border-color: lightgray;  
}

.odd-col-field input{
   margin-top: 4px;
   margin-bottom: 4px;
}
.col-field input[type="url"], .col-field .inherit-width{
   width: inherit;
}
.padded-5{
   padding: 5px;
}
.padded-top{
   padding-top: 2px;
}
.padded-top-10{
   padding-top: 10px;
}
.left-padded-col{
   padding-left: 2px;
}

.form-error input{
   border-color: #a94442;
   border-width: 1px;
   border-style: solid;
}
.form-error text, .error-color{
   color: #a94442;
}

.modal-header i{
   margin-right: 5px;
}
.modal-header md-icon{
   margin-bottom: 5px;
}
.modal-body .layout-row:not(.no-align):not(.space-bottom){
   align-items: center;
   margin-bottom: 5px;
}
.modal-body .row-panel{
   padding-bottom: 0px;
}
.modal-body .layout-row.indented{
   padding-left: 20px;
   padding-top: 5px;
}
.modal-body .layout-row > label{
   margin-top: 5px;
   margin-right: 15px;
}
.devdetails-tools{
   display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
}
.devdetails-tools label, .devdetails-tools input{
   font-weight: normal;
   color: #4d4d4d;
   font-size: 12px;
   margin-bottom: 4px;
}
.tbl-tools-dropdown-dialog .msg{
   margin-left: 10px;
   font: normal 12px 'Open Sans', arial, sans-serif;
    color: #4d4d4d;
}
.devdetails-toolbar-div{
   display: inherit;
   min-height: 30px;
   margin-top: 2px;
   margin-bottom: 2px;
   width: 100%;
}
.devdetails-toolbar-div .btn-group{
   float: left;
   margin-top: 2px;
}
.devdetails-toolbar-div .right-aligned-dropdown .btn-group{
   float: initial;
   margin-top: initial;
}
.devdetails-toolbar-div .hide-dupes-div{
    display: inherit;
    color: rgba(255,255,255,0.87);
    align-items: center;
    font-size: 12px;
    margin-left: 15px;
}
.hide-dupes-div text{
   margin-right: 5px;
}
.hide-dupes-div md-checkbox .md-icon, .hide-dupes-div md-checkbox.md-checked .md-icon{
   width: 16px;
   height: 16px;
   background-color: rgba(236,236,236,0.87)
   /*background-color: #b2c6de;*/
}
.hide-dupes-div md-checkbox.md-checked .md-icon:after {
   left: 5.67px;
   height: 12.33px;
}
.hide-dupes-div md-checkbox .md-container {
   top: 60%;
}
.devdetails-info-panel{
   margin-bottom: 10px;
   padding-top: 10px;

}
.devdetails-info-panel .devdetails-content{
      padding-left: 10px;
}
.devdetails-info-panel-header{
   margin-bottom: 10px;
   height: 100px;
}
.devdetails-content{
   padding-top: 10px;   
}
.devdetails-content .layout-row{
   padding-bottom: 5px;
}
.devdetails-content #devportal-img{
   color: rgba(255, 255, 255, .87);
    font-size: 16px;
    margin-right: 5px;
}

.detail-response-msg{
   margin-top: 10px;
}
.dd-content-row{
   line-height: 20px;
}
.empty-row{
   height: 10px;
}
/*
.devdetails-info-panel text, .devdetails-content text{
   color: #fafafa;
}
*/
.devdetails-info-panel .dd-dev-image{
   height: 100px;
   width: 100px;
   margin-left: 100px;
}
.devdetails-info-panel .dd-status-image{
    height: 5.7px;
    width: 17px;
    margin-top: 90px;
    font-size: 20px;
    color: white;
    line-height: 5px;
}

.devdetails-info-panel .status-image{
   height: 12px;
    width: 12px;
    margin-top: 90px;
}
.battery-none{
   background-color: transparent;
}
.battery-red{
   background-color: rgba(201, 12, 0, .8);
}
.battery-green{
   background-color: rgba(0, 178, 46, .8);
}
.battery-blue{
   background-color: rgba(56, 138, 228, .8);
}
.battery-yellow{
   background-color: rgba(220, 217, 0, .8);
}
.sen-green-text{
	color: rgba(0, 178, 46, .5);
}
.sen-blue-text{
   color: rgba(0, 73, 154, .5);
}
.sen-purple-text{
   color: rgba(152, 0, 190, .5);
}
.sen-yellow-text{
   color: rgba(220, 217, 0, .5);
}
.sen-orange-text{
   color: rgba(201, 105, 0, .5);
}
.sen-red-text{
	color: rgba(201, 12, 0, .5);
}
.sen-grey-text{
	color: rgba(147, 163, 178, .5);
}
.nopadding-right{
   padding-right: 0px;
}
.nopadding-left{
   padding-left: 0px;
}
.nopadding-bottom{
   padding-bottom: 0px;
}
.nopadding-top{
   padding-top: 0px;
}
.padding-right-5{
   padding-right: 5px;
}
.padding-left-10{
   padding-left: 10px;
}

.nomargin-right{
   margin-right: 0px;
}
.nomargin-left{
   margin-left: 0px;
}
.nomargin-bottom{
   margin-bottom: 0px;
}
.nomargin-top{
   margin-top: 0px;
}

.margin-bottom-10{
   margin-bottom: 10px;
}
.full-width{
   width: 100%;
}
.rotated{
   -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.reverse-rotated{
   -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.pdu-input{
   width: 200px;
   margin-right: 10px;
}

#notTargSelect{
   background: transparent;
    border: 1px solid #d3d3d3;
    border-left-width: 0px;
    border-left-style: none;
}
#notTargInput{
   border-right-width: 0px;
   border-left-width: 0px;
   padding-left: 5px;
}
#notTargImgAddon{
    height: 34px;
    background: transparent;
    padding: 0px 0px;
    border-right-width: 0px;
}
.notTargHasImg{
   width: 34px;
}
.notTargNoImg{
   width: 0px;
}
#devportal-msg-splitpane{
   height: 566px;
}
/* Angular Material Overrides */
md-toolbar.md-default-theme:not(.md-menu-toolbar) .md-button:not(.md-raised), md-toolbar:not(.md-menu-toolbar) .md-button:not(.md-raised) {
   color: #b2c6de; /* color: #CCD7E4; Color used on main nav*/
}
.mobile-cfg-btn-menu{
    top: 90px;
    display: block;
    right: auto;
    left: 300px;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar) .md-button:not(.md-raised):hover, md-toolbar:not(.md-menu-toolbar) .md-button:not(.md-raised):hover {
   color: rgba(255,255,255, 1.0); 
}
.md-toolbar-tools>div.mobile-cfg-btn{
   margin-right: -24px;
   align-self: end;
}
a.md-button.md-default-theme:not([disabled]).md-icon-button:hover, a.md-button:not([disabled]).md-icon-button:hover, 
.md-button.md-default-theme:not([disabled]).md-icon-button:hover, .md-button:not([disabled]).md-icon-button:hover {
   background-color: transparent;
   color: rgba(255,255,255,1.0);
}

md-toolbar.md-default-theme:not(.md-menu-toolbar) md-icon, md-toolbar:not(.md-menu-toolbar) md-icon {
   color: inherit;
}

.details-togglewrapper-div, .details-togglewrapper-div.flex-15, .layout-row>.details-togglewrapper-div.flex-15 {
   min-width: 300px;
   max-width: 300px;
}
.details-togglewrapper-div .md-toolbar-tools{
   padding-right: 0px;
}
.md-toolbar-tools .senet-select-btn-nocolor-light{
   margin-right: 15px;
}

.md-toolbar-tools.layout-column{
   align-items: flex-end;
}
button.active > md-icon{
   color: rgba(255,255,255,1.0); 
}

.md-button.md-icon-button{
   height: 30px;
   width: 30px;
   margin: 0px;
   border-radius: initial;
   font-size: 24px;
   padding: initial;
}
.md-toolbar-tools  .md-button.md-icon-button:not(:last-child){
   margin-right: 10px;
}

.md-toolbar-tools .md-button.md-icon-button{
   min-width: 25px;
}

.md-button.md-icon-button:hover{
   color: rgba(255,255,255,0.87);
}

.md-button.md-icon-button.toggle-icon-button {
   width: 36px;
   margin-right: 15px;
}
md-icon > span.caret{
   margin-bottom: 8px;
}

.md-sidenav-left{
   min-width: 300px;
   box-shadow: none;
}

.md-sidenav-left > md-toolbar{
   min-height: 42px;
   padding-top: 5px;
}

.md-sidenav-left .layout-row{
   margin-bottom: 10px;
}
.md-sidenav-left .layout-row.no-space{
   margin-bottom: 0px;
   padding-bottom: 0px;
   align-items: center;
}
.md-sidenav-left .layout-row.no-space i{
   margin-left: 5px;
}
.md-sidenav-left .panel-header{
   background-color: rgba(255,255,255,1);/* dark #3d567 */
   color: rgba(0,0,0,0.87);   
   margin-bottom: 10px;
    border-width: 0px 0px .2px 0px;
    border-style: solid;
    border-color: #d8d8d8;
}

.md-sidenav-left .panel-body{
   padding: initial;
   padding-left: 5px;
   background-color: rgba(255,255,255,1);/* dark #3d567 */
   color: rgba(0,0,0,0.87);
}

.md-sidenav-left .tag-editor{
   margin: 10px;
   color: rgba(0,0,0,0.87);
}
.tag-editor .edit-icon{
   font-size: 14px;
   color: rgba(0,0,0,0.87);
}
md-icon[md-font-icon="pe-7s-key"].edit-icon,md-icon[md-font-icon="pe-7s-info"].edit-icon{
   font-size: 16px;
}
i.pe-7s-refresh-cloud{
	font-weight: 600;
   font-size: 16px;
   vertical-align: sub;
}
button.pe-7s-close{
   padding: 3px 6px;
   float: right;
   font-size: 24px;
   background: none;
   border: 1px solid transparent;
   color: rgba(0,0,0,0.87);
}
.btn:hover.pe-7s-close{
   float: right;
   font-size: 24px;
   background: none;
   background-color: #f7f7f7;
   border: 1px solid transparent;
   color: rgba(0,0,0,0.87);
}
.md-button.md-icon-button.tag-edit-button{
   margin: initial;
   top: 5px;
   height: 14px;
}
.md-button.md-icon-button.popup-button{
   margin: initial;
   height: 16px;
   font-size: 16px;
}
.md-button.md-icon-button.popup-button.vert-init{
	vertical-align: initial;
}
.md-button.md-icon-button.detail-copy-button{
   margin: initial;
   height: 16px;
}
.detail-copy-button md-icon{
   font-size: 14px;
   color: rgba(0,0,0,0.87);   
}

.md-button.md-icon-button.dd-notify-target-btn{
   width: 20px;
   height: 20px;
}
.dd-notify-target-btn md-icon{
   font-size: 14px;
   color: rgba(0,0,0,0.4); 
}
.dd-notify-target-btn md-icon:hover{
   font-size: 14px;
   color: rgba(0,0,0,0.8); 
}
.modal-body.padded-vertically .detail-copy-button{
    height: 28px;
    margin-left: 5px;
}

.modal-body.padded-vertically .detail-copy-button md-icon{
   font-size: 22px;
   color: rgba(0,0,0,1.0);
}
.modal-body.padded-vertically .detail-copy-button md-icon:hover{
   background-color: #f5f5f5;
}

.modal-body.padded-vertically .layout-row{
   margin-top: 10px;
   margin-bottom: 10px
}
.tag-row{
   line-height: 2;
}
.tag-editor .edit-icon:hover{
   color: rgba(0,0,0,1.0);
}

.tag-editor .save-btn-group{
   float: right;
}

.tag-editor .form-group{
   margin-bottom: 0px;
}
/* This overrides .md-sidenav-left .panel-body by position below it in CSS */
.sen-accordion-group .panel-body{
   padding-left: 36px;
}

.md-sidenav-left .panel-body .md-sidenav-value{
   color: rgba(0,00,0.6);
}
.md-sidenav-left > input, .md-sidenav-left > button[type="submit"]{
   background-color: rgba(0,0,0,0.6);
}

button[type="submit"] .md-sidenav-left{
   color: rgba(0,0,0, 0.87);
   padding: 2px;
}
   
.md-button.md-icon-button:focus{
   color: #7f97ad;
}

.datepicker .form-group{
   margin-bottom: 0px;
}
th.dow{
   color: rgba(0,0,0,0.87);
}
md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar):not(.devdetails-tools):not(div.datepicker):not(.app-toolbar):not(.js-toolbar):not(.devProf-toolbar):not(.bstnProf-toolbar){
    background-color: #3d5672;
    color: rgba(255,255,255,0.87);
    height: 40px;
}

.light-bg{
   background-color: rgba(255,255,255,1); /*dark #3d5672; */
   height: 100%;
    padding-left: 10px;
    padding-top: 15px;  
    color: rgba(0,0,0,0.87);
}
.light-bg .col-field input, .light-bg input ,.light-bg select{
   color: #4d4d4d;
}

.light-bg input:not([type="checkbox"]){
   margin-bottom: 10px;
   width: 80%;
}
.md-button{
   background-color: initial;
   min-width: initial;
   min-height: initial;
}
md-toolbar{
   min-height: initial;
   max-height: initial;
   border-width: .2px 0px 0px 0px;
   border-style: solid;
   border-color: #4c657b;
}
.md-toolbar-tools{
   min-height: initial;
   max-height: initial;
   height: initial;
   font-size: 14px;
   /* align-items: flex-start; */
}
.md-sidenav-left .md-toolbar-tools{
   padding-left: 15px;  
}
.dd-toggle-wrapper{
   width: 100%;
   line-height: 34px;
   color: #b2c6de;
   margin-top: 3px;
}
.dd-toggle-wrapper a:hover{
   color: rgba(255, 255, 255, .95);
}
.vertical-separator{
   border-width: 0px 0px 0px .5px; 
      border-style: solid; 
    border-color: #5c748a;
    height: 37px;
    margin-right: 15px;
}
.md-sidenav-left{
   background-color: rgba(255,255,255,1);/* dark #3d5672; */
   width: initial;
   max-width: initial;
}
.md-sidenav-left.fixed-sidenav-width{
   max-width: 300px;
   min-width: 300px;
   width: 300px;
   max-height: unset;
}
.md-sidenav-left .light-bg .panel-group, .md-sidenav-left .light-bg .panel{
   background-color: rgba(255,255,255,1);/* dark #3d5672; */
}

.light-bg h5.panel-title{
   margin-bottom: 15px;
   padding-left: 5px;
}
.md-sidenav-left .panel-group .panel-heading{
   border: none;
   margin-bottom: 15px;
}
.md-sidenav-left .panel-group .panel-heading:first-child{
   margin-top: 25px;
}

.md-sidenav-left .pretty-split-pane-frame{
   height: initial;
}
.md-sidenav-label{
   color: rgba(0,0,0,0.87);
   font-weight: bold;
   margin-right: 4px;
   white-space: nowrap;
}
.md-sidenav-label-left{
   text-align: left !important;
}
td.md-sidenav-label{
   padding-right: 10px;
   text-align: right;
   vertical-align: top;
}
td .help-icon{
   margin-top: 5px;
   margin-left: 5px;
}
.md-sidenav-value{
   color: rgba(0,0,0,0.6);
}
.md-sidenav-value .md-icon-button{
   width: 16px;
}
h4.panel-title {
   background-color: #FFFFFF;
   color: rgba(0,0,0,0.6);
   font-size: 12px;
   font-weight: normal;
   padding-left: 5px;
}

.sen-accordion-group h4.panel-title{
   padding-left: 0px;
}
h4.panel-title > a:hover{
   color: rgba(0,0,0,.5);
}
/* Animations */
/* Animated Search */


#searchWrapper {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 3px;
  display: inline-block;
  position: relative;
  height: 24px;
  float: right;
  padding: 0;
  position: relative;
}
#devdetails-clear-search-btn{
    width: 20px;
    height: 24px;
    position: absolute;
    left: -24px;
    border-bottom: 1px solid #BBB;
    color: #BBB;
}

#devdetails-clear-search-btn md-icon{
   vertical-align: super;  
}
#devdetails-clear-search-btn:hover{
   background-color: transparent;
   color: white;
}
#devdetails-clear-search-btn .o-delete-circle-1::before {
    font-size: 14px;
    position: absolute;
    top: 7px;
    right: 2px;
    font-weight: 700;
}
   
.search-input {
  height: 20px;
  font-size: 14px;
  display: inline-block;
  font-family: "Lato";
  font-weight: normal;
  border: none;
  outline: none;
  color: rgba(255,255,255,0.87);
  /*padding: 3px;*/
  padding-left: 3px;
  padding-right: 25px;
  width: 0px;
  position: absolute;
  top: 4px;
  right: 40px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.search-input:focus:hover {
  border-bottom: 1px solid #BBB;
}
@media (min-width: 440px) {
   .search-input:focus {
     width: 200px;
     z-index: 1;
     border-bottom: 1px solid #BBB;
     cursor: text;
   }
}
@media (min-width: 600px) and (max-width: 900px) {
   .search-input:focus {
     width: 60px;
     z-index: 1;
     border-bottom: 1px solid #BBB;
     cursor: text;
   }
}

@media (max-width: 374px) {
   .search-input:focus {
     width: 180px;
     z-index: 1;
     border-bottom: 1px solid #BBB;
     cursor: text;
   } 
}

@media (min-width: 375px) and (max-width: 400px) {
   .search-input:focus {
     width: 180px;
     z-index: 1;
     border-bottom: 1px solid #BBB;
     cursor: text;
   }
}

@media (min-width: 400px) and (max-width: 440px) {
   .search-input:focus {
     width: 180px;
     z-index: 1;
     border-bottom: 1px solid #BBB;
     cursor: text;
   }
}

@media (max-width: 500px) {
   .chart-stat-control{
      margin-top: -210px;
   }   
   div[class*="dt-custom-tools-div"] {
     padding: 10px 0px 0px 0px;
    }  
   .dt-buttons .right-aligned-dropdown {
     position: absolute;
   }
   div.dt-buttons{
     max-width: 50%;
     float: left !important;
   }
   #dt-custom-tools {
     padding: 10px 10px 0px 0px;
   }
    .devEventsLimitBtn, .sysEventsLimitBtn {
      position: absolute;
   }
   #bstnevtlora-table_filter.dataTables_filter, #bstn-devs-table_filter.dataTables_filter  {
      margin-top: 25px;
   }  
   #devdetails-main-search-btn{
      float: right;
   }
   #devdetails-clear-search-btn{
      right: 24px;
      left: unset;
   }
   #gatewaySelectionButton, #contractSelectionButton{
      padding-left: 5px;
   }
   .devdetails-toolbar-div .hide-dupes-div{
      margin-left: 5px;
   }   
  .right-aligned-dropdown .tbl-tools-dropdown-dialog {
    right: 20px;
   } 
   #devdetails-events-view-btn2{
      padding: 3px;
   }
}
.search-input-submit {
  /* height: 14px; */
  /* width: 14px; */
  display: inline-block;
  color: rgba(255,255,255,0.87);
  /* color:red; */
  float: right;
  /*
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
  text-indent: -10000px;
  */
  border: none;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  /* opacity: 0.4; */
  cursor: pointer;
  transition: opacity .4s ease;
}

.search-input-submit:hover {
  opacity: 0.8;
}
/* http://red-team-design.com/stylish-css3-progress-bars/ */
@keyframes animate-glow {
 0% { box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;} 
 50% { box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;} 
 100% { box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
 }
.animate-if.ng-enter {
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
/*Case 8698 - Removed transitional animation to prevent two views being on the page at the same time.*/
.animate-if.ng-leave {
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity:1;
}


@keyframes slideFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideFromRight {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes slideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
.animate-container{
       overflow: hidden;
       display: inline;
}
.animate-dialog-panel.ng-animate{
    animation-duration: 0.30s;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.30s;
    -webkit-animation-timing-function: ease-in-out;
    overflow: hidden;    
}

.animate-dialog-panel.ng-enter {
    animation-name: slideFromRight;
    -webkit-animation-name: slideFromRight;
}
/* When the page enters and moveToLeft is true, slide it from the left(out of the user view) to the right (left corner) */
.animate-dialog-panel.moveToLeft.ng-enter {
    animation-name: slideFromLeft;
    -webkit-animation-name: slideFromLeft;
}
/* When the page leaves, slide it to left(out of the user view) from the left corner,
    in other words slide it from the left(out of the view) to the left corner but in reverse order */
.animate-dialog-panel.ng-leave {
    animation-name: slideFromLeft;
    animation-direction: reverse;
    -webkit-animation-name: slideFromLeft;
    -webkit-animation-direction: reverse;
    bottom: 0;
    left: 0;
    position: fixed;
}

.rowhighlight-add, .rowhighlight-remove{
   transition: background-color 1000ms linear !important;
}

.rowhighlight,.rowhighlight-add.rowhighlight-add-active{
   background-color: #9bcff3 !important;
   -webkit-transition: background-color .5s ease-out;
   -moz-transition: background-color .5s ease-out;
   -o-transition: background-color .5s ease-out;
   transition: background-color .5s ease-out;
}

.tooltip-inner {
    white-space:pre-wrap;
    max-width: 350px;
    text-align: left;
}

.fixedbtnGroup{
    float: right;
}

.infosidebar{
   display: none;
   height: 100%; 
   top:0px; 
   border-width: 10px; 
   border-left-style: solid; 
   border-color: rgb(43, 61, 81); 
   font-size: 15px; 
   right: 0px;
    position: absolute;
    margin-right: -5px;
}

.collapseControl{
       background-color: rgb(43, 61, 81);
       color: white;
       margin-left: -9px;
       padding: 14px 5px;
       margin-bottom: 0;
       text-align: center;
       white-space: nowrap;
       vertical-align: middle;
       cursor: pointer;
       -moz-user-select: none;
       background-image: none;
       border: 1px solid transparent;
       position: absolute;
       margin-top: 8px;
}

.collapseControl:hover{
color: gray;
}

.dev-img:hover{
       background-color: lightgray;
}

.dev{
   text-align:center;   
}

.bstn{
   text-align:center;   
}

.blocks
{
    padding: 12px 12px;
    border-radius: 0;
}

@-webkit-keyframes new-message {
    0% {
        background-color: #f2dede;
        opacity:1;
    }
    22% {
        background-color: #FFFFE0;
    }
    77% {
        background-color: #f2dede;
    }
    100% {
        background-color: #FFFFE0;
    }
}

.new-message {
    -webkit-animation-name: new-message;
    -webkit-animation-duration: 1200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}  

.devbox{
       /*border-width: 3px;
       border-style: solid;*/
       padding: 10px 12px;
       /*border-radius: 25px;*/
       line-height: 20px;
       width: 255px;
       font-size: 12px;
       background-color: white;
       height: 300px;
       margin-top: 5px;
   margin-left: 5px;
}

.devbox-mobile{
       /*border-width: 3px;
       border-style: solid;*/
       padding: 10px 12px;
       /*border-radius: 25px;*/
       line-height: 20px;
       width: 100%;
       font-size: 12px;
       background-color: white;
       margin-top: 5px;
      margin-left: 5px;
      text-align:unset;
      height: 190px;
}

.margin-left--10{
   margin-left: -10px;
}
.margin-left-10{
   margin-left: 10px;
}
.grayout {
    opacity: 0.6;
    filter: alpha(opacity = 60); /*Support for IE11 or less*/
}

@keyframes img-circle-load{
   from{background-color: transparent;}
   to{background-color: #fafafa;}
}
.img-circle{
   background-color: #fafafa;
   animation-name: img-circle-load;
   animation-duration: 1s;
}
.img-circle:hover{
       background-color: lightgray;
}

.del-btn{
}


.del-btn:hover{
       background-color: gray;
}

.edit-btn:hover{
       background-color: gray;
}

.arrow_box {
       position: relative;
       background: #3d5672;
       border: 3px solid #3d5672;
       color: white;
       float: right;
       left: 15px;
       padding: 11px;
       top: -15px;
}

.arrow_box:after, .arrow_box:before {
   right: 100%;
   top: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
}

.arrow_box:after {
   border-color: rgba(61, 86, 114, 0);
   border-right-color: #3d5672;
   border-width: 30px;
   margin-top: -30px;
}
.arrow_box:before {
   border-color: rgba(61, 86, 114, 0);
   border-right-color: #3d5672;
   border-width: 36px;
   margin-top: -36px;
}

.chart-tx-time-control{
position: absolute;
display: inline;
z-index: 1;
}

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

.alert-drop{
   cursor: pointer;
   padding: 12px 8px 12px 8px;
   display: block;
   border-color: #e3e3e7;
   border-style: solid none none;
   border-width: 1px;
   height: 66px;
   background: white;
}

.alert-drop:hover{
       background-color:#f2dede;
}

.show-all-div{
z-index: 10;border-color: #e3e3e7;border-style: solid none none;border-width: 1px;
}

.show-all-div:hover{
       background-color:lightgray
}

.cell_center{
text-align : center;
}

.battery-status{
position: absolute;
margin-left: 67px;
height: 6.7px;
width: 17px;
margin-top: 62px;
font-size: 20px;
line-height: 5.5px;
}

/* Used by the No data label in the portal for empty charts. Found in all grid controllers*/
.no-data-lbl{
   color:gray;
   z-index: 1;
   width: 100%;
   text-align: center;
   margin-top: 30px;
}

.word-wrapping{
   word-break: break-word;
   word-wrap: break-word;
}

text.wrapped-word{
   word-break: break-word;
   word-wrap: break-word;
}
text.small-font{
   font-size: 10px;
   color: rgba(0,0,0,0.8);
}
/* ID based selection */
#showpendingMsgBtn{
   min-height: 30px; 
   padding-top: 5px;
}
#bstnDetailsMainView{
   border-left: 1px solid rgba(0,0, 0, .2);
}
#devDetailsMainView{
   border-left: 1px solid rgba(0,0, 0, .2);
}
#topNavHelp{
   color: #afc5de;
   font-size: 24px;
   line-height: 40px;
   margin-top: 4px;
   margin-left: 5px;
}
#topNavHelp:hover{
    color: rgba(255,255,255, 0.95);
}
#dash-appstat-ctrl{
   top: 0;
   left: 0;
   position: absolute;
}

#nwkNotifyImg{
   width: 16px;
   height: 16px;
}

@media (max-width: 800px) {
   .fs-bar{
      padding-top: 24px;
      height: 64px;
   }
}
.unrotated-tile{
transform: unset !important;
transform-origin: unset !important;
left: unset !important;
}

.disabled-target{
       color: red;
}

.active-target{
       color: green;
}

.disabled-target{
       color: #d9534f;
}

.active-target{
       color: #5cb85c;
}

.not-target{
margin-left: 73px;
position: absolute;
}

.not-up-arrow{
       position: absolute;
margin-left: -17px;
}

.not-down-arrow{
       position: absolute;
margin-top: 60px;
margin-left: -17px;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #286090 !important;
    background-color:#286090 !important;
}

.shared-dev-footer
{
   color: red;
   font-weight: bold;
   float: left;
   width: 62%;
   word-wrap: break-word;
}

.dev-edit-detail-icon{
   position: absolute;
   top: 5px;
   right: 13px;
}

.dev-edit-detail-icon-mobile{
   position: absolute;
   top: 0px;
   right: 13px;
   margin-right: 0px;
}
.md-toolbar-tools .md-button.md-icon-button.dev-edit-detail-icon-mobile:not(:last-child) {
   margin-right: 0px;
}
#cfg-dropdown-menu-mobile.dropdown-menu{
    position: absolute;
    top: 24px;
}
.md-toolbar-tools.mobile-subnav{
   z-index: unset;
}
.dev-show-app{
   position: absolute;
   top: 32px;
   right: 10px;
   font-size: 18px;
   height: 0px;
}

.devDetTypeIcon{
   color: #2b3d51;
}

.website-link-not{
   margin-top: 9px;
   margin-left: 30px;
}

.senetColor-2-Background{
   background-color: #3d5672;
}

.middle-icon{
   line-height: 15px !important;
   top: -1px;
}

#detailsContent .popover-title{
   background: unset;
   border-bottom: unset;
}

#detailsContent .popover{
   background: white;
   color: black;
   border: unset;
    word-break: break-word;
   max-width: initial;
   margin-right: 10px;
    width: 225px;
    margin-top: -40px;  
}
@media (max-width: 415px) {
   #detailsContent .popover{
   background: white;
   color: black;
   border: unset;
    word-break: break-word;
   max-width: initial;
   margin-right: 10px;
    width: 225px;
    margin-top: -65px;  
}

.map-options-dialog{
   width: 400px;
}
}
.popup-mobile{
   margin-top: -50px !important;
}

.shared-dev-header{
   color: red;
   font-weight: bold;
   word-wrap: break-word;
}

#dateSelectionCtrl table .btn-default{
   background-color: unset;
   border-color: unset;
   border-style: none;
}

#dateSelectionCtrl table .btn-primary{
   color: black;  
}

#dateSelectionCtrl table .btn-info{
       color: #064893;
}

#dateSelectionCtrl table th {
    padding: unset !important;
    white-space: unset !important;
    background-color: unset !important;
    color: unset !important;
    border-right-width: unset !important;
    border-right-color: unset !important;
    border-right-style: unset !important;
}

#dateSelectionCtrl table td {
    padding: unset !important;
    white-space: unset !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.bstn-details-info-modal-window .modal-dialog{
   width: 400px;
}

.bstn-details-info-window .layout-row:not(.no-align):not(.space-bottom){
    margin-bottom: 0px;
}

.bstn-details-info-window {
    padding: 0px;
    max-height: 500px;
    overflow-y: auto;
}

.bstn-details-info-window label {
    min-width: 105px;
}

.details-cfg-btn{
   font-size: 16px;
}
div.bstn-cfg-dropdown, .details-cfg-btn{
   float: right !important;
   margin-right: 10px;
}
md-toolbar .md-menu.details-cfg-btn,  .details-cfg-btn .md-button.md-icon-button{
   margin-right: 10px;
}

#details-cfg-menu>md-menu-item{
   height: 24px;
   min-height: 24px;
   display: block;
   padding: 3px 20px;
   clear: both;
   font-weight: 400;
   line-height: 1.42857143;
   color: #333;
   white-space: nowrap;   
}
#details-cfg-menu>md-menu-item:hover{
   color: #262626;
   text-decoration: none;
   background-color: #f5f5f5;
}
#bstn-cfg-dropdown-menu{
   left: 190px;
}
#hardware-info {
    margin-left: 20px;
}
#hardware-info label {
    min-width: 160px;
}
#hardware-notes-label {
    text-align: left;
    margin-top: 20px;
}
.hardware-info-group label {
    min-width: 160px;
}
.hardware-info-group {
    margin-top: 20px;
}
.map-site-dialog textarea {
    width: 97%;
}

.site-dlgs-data {
    width: 100%
}
.site-dlgs-info .layout-row > label {
    margin-left: 30px;
}
.site-dlgs-data .layout-row > label {
    margin-top: 2px;
    margin-bottom: 2px;
}
.site-dlgs-modal-window .modal-dialog{
   width: 400px;
}
.site-dlgs-siteId-label {
   font-weight: normal;
   max-width: 180px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.site-dlgs-contact-form .fieldLabel {
   min-width: 75px;
   text-align: right;
   margin-left: 0px;
}
.site-dlgs-connection-form .fieldLabel {
   width: 130px;
   text-align: right;
   margin-left: 0px;
}
.site-dlgs-input {
   max-width: 180px;
}
.site-dlgs-dropdown-container {
   z-index: 1060;
}
.site-dlgs-modal-body {
   margin: 0px;
}
.site-dlgs-window .delete-btn .fa-times-circle:hover{
   color: rgba(0,0,0,0.8);
}
.site-dlgs-window {
   max-height: 500px;
   overflow-y: auto;
   overflow-x: hidden;
   padding: 0px;
}
.site-dlgs-footer span{
   float: left;
   width: 250px;
   text-align: left;
}
.site-dlgs-edit {
   border-bottom: 1px solid #ddd;
   padding: 0px;
   margin-top: 10px;
}
.site-dlgs-edit:last-child{
   border-bottom: 0;
}
.site-dlgs-edit:first-child{
   margin-top: 0px;
}
.site-dlgs-sort {
   cursor: move;
   background-color: white;
}
.site-dlgs-sort:hover {
   background-color: #b0bed9;
}
.site-dlgs-contact-select .md-select-value {
   max-width: 180px;
   padding: 0px 0px 3px 0px;
}

.bstn-details-img-link:hover{
   text-decoration: none;
}
.gm-iw-info label{
   min-width: 110px;
}
.ui-menu-item a{ 
   color: white;
}

.ui-state-focus{
        background:#2b3d51!important;
   border:white!important;
   color: white!important;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;   
    overflow-x: hidden;
    z-index:1000 !important;
}

#allocate-bstn-eui{
    padding: 5px;
    font-size: 22px;
    margin-left: 10px;
}

.message-scroll{
   height: 100px;
   overflow-y: auto;
}

.dev-edit-save-btn{
    white-space: normal;
    max-width: 300px;
}
.devEventsLimitBtn, .sysEventsLimitBtn{
   width: auto;
   display: inline-block;
}
.dt-search-wrapper{
   display: inline;
   float: right;
}
div[class*="dt-custom-tools-div"]{
   display: inline-block;
   width: auto;
   vertical-align: sub;
}
#dt-custom-tools{
   display: inline-block;
   margin-right: 15px;
   vertical-align: inherit;
}
#dt-custom-tools text{
   vertical-align: inherit;
}
#dt-custom-tools .btn-group{
   vertical-align: inherit;
}
#selectionStats{
   height: 24px;
}

.map-overlay-dialog{
   position: absolute;
   top:0px;
   left:0px;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .75) none repeat scroll 0% 0%;
}

.map-overlay-dialog .map-overlay-contents{
   background: white;
   width: 35%;
   margin: 0 auto;
   margin-top: 10px;
   box-shadow: 0 5px 15px rgba(0,0,0,.5);
   border: 1px solid rgba(0,0,0,.2);
   border-radius: 6px;
}
.password-dialog .modal-content{
   width: 375px;
}
@media (max-width: 999px) {
   .map-overlay-dialog .map-overlay-contents{
      background: white;
      width: 100%;
      margin: 0 auto;
      margin-top: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
      border: 1px solid rgba(0,0,0,.2);
      border-radius: 6px;
   }
}

@media(max-width: 599px){
    .move-sm{
        left: -41px;
        z-index: 30;
    }
}

.bstn-site-info-size{
    min-height: 250px;
}

.chip-remove-btn{
    position: relative;
    height: 18px;
    width: 18px;
    line-height: 30px;
    text-align: center;
    background: unset;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transition: background 0.15s linear;
    display: block;
    margin-top: 4px;
}

.chip-remove-btn:hover,.chip-remove-btn:focus{
color: rgba(255, 0, 0, 0.8);
}

.chip-remove-btn md-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.7);
    color: black;
    fill: white;
}

.mnu-multiselect md-menu-item{
    height: 35px;
    min-height: 35px;
    padding-left: 30px;
    line-height: 35px;
}

.mnu-multiselect{
    padding: 0px;
    min-height: 50px;
}

.mnu-multiselect md-menu-item:hover, md-select-menu md-content md-option:hover {
   background-color: #1a9aff;
   color: white;
}

.mnu-multiselect-msg{
    color:grey;
    font-size:10px;
    margin-left: 10px;
}

#dev-mgmt-join-eui-select{
    display: inline-block;
}
.font-lightgrey{
   color: lightgrey;
   font-color: lightgrey;
}

.fix-bstn-details-orion-icon{
    line-height: 1px !important;
    font-size: 24px; 
}
.fix-bstn-details-orion-icon.o-scroll-1::before{
   font-size: 21px;
   font-weight: 600;'
}
.fix-admin-orion-icon::before{
   line-height: 0;
 }
#bstndetails-lease-view-btn, #bstndetails-site-view-btn{
   line-height: 1.3;
}

.btn-primary.disabled, 
.btn-primary.disabled.active, 
.btn-primary.disabled.focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled], 
.btn-primary[disabled].active, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, 
fieldset[disabled] .btn-primary.active, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
   background-color: #3d5672;
   border-color: #3d5672;
   color: white;
}

i.locked-column{
   color: lightgrey;
   font-color: lightgrey;
   float: right;
   margin-right: -10px;
   line-height: 1.4;
}
.expand-icon-dark{
   color: #999eb9;
   vertical-align: middle;
}
.italicized{
   font-style: italic;
}
.issue-style{
   font-style: italic;
   color: #ababab;
}
a.dt-button[title^="Delete"], a.dt-button[title^="Add"], a.dt-button[title^="Edit"]{
   padding: 0.5em 0.6em;
}
.pe-7s-clock{
   font-weight: 600;
   line-height: 1.2;
   font-size: 1.5em;
}
a.dt-button i.pe-7s-config{
   font-weight: 600;
   line-height: 1.4;
   font-size: 1.5em;
}

.highcharts-no-data, .highcharts-no-data text{
   font-family:  'Open Sans', arial, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: lightgrey;
}

.usr-maps-table-icons{
    font-size: 16px;
    line-height: 17px;
    vertical-align: -20%;
}
.row-summary-popup p{
   word-wrap: break-word;
}
table.dataTable tbody th, table.dataTable tbody td.row-summary-target-eui{
   min-width: 145px;
}
table.dataTable tbody th, table.dataTable tbody td.row-summary-target-eui-150{
   min-width: 150px;
}
table.dataTable tbody th, table.dataTable tbody td.row-summary-target-time{
   min-width: 180px;
}
table.dataTable tbody th, table.dataTable tbody td.row-summary-target-eui i.info-icon-10, 
table.dataTable tbody th, table.dataTable tbody td.row-summary-target-time i.info-icon-10{
   margin-left: 10px;
}
table.dataTable tbody th, table.dataTable tbody td.row-summary-target-eui i.info-icon-5, 
table.dataTable tbody th, table.dataTable tbody td.row-summary-target-time i.info-icon-5{
   margin-left: 5px;
}
i.fa-times-circle.clear-filter{
   position: relative;
   right: -10px;
   top: -1px;
   cursor: pointer;
   color: lightgray;
   font-size: 14px;
   text-align: center;
   vertical-align: middle;
   height: 32px;
   width: 24px;
   padding: 4px;
   border-top: 1px solid #e6e6e6; 
   border-right: 1px solid #e6e6e6; 
   border-bottom: 1px solid #e6e6e6; 
   border-left: 0px solid #e6e6e6; 
   
}
.clear-filter.fa-times-circle:before {
   vertical-align: -webkit-baseline-middle;
   vertical-align: -moz-middle-with-baseline;
}
.stat-header-sm{
   width: 300px;
   left: -100px;
   top: 10px;
   z-index: 1001;
   position: absolute;
   background: rgba(255,255,255,0.6);
}
.stat-header-sm:hover{
    background: rgba(255,255,255,0.9);
}
.stat-header{
    width: initial;
    top: 10px;
    left: -500px;
    z-index: 1001;
    position: absolute;
    background: rgba(255,255,255,0.6);
    box-shadow: none;
    border: none;
}
.stat-header:hover{
   background: rgba(255,255,255,0.9);
}
#portal-stat-header-btn, #stat-header-btn{
   background: white;
   border: none;
   box-shadow: none;
   -webkit-box-shadow: none;
}
#dt_senet i.pe-7s-cloud-upload{
   vertical-align: middle;
   font-size: 18px;
}

.checkBxCtrl{
    float: right;
    margin-top: 6px;
    margin-right: 5px;
}
.checkBxCtrl label{
    font-weight: normal;
    margin-right: 5px;
}
.busycursor, .btn[disabled].busycursor{
   cursor: progress;
} 
.estimatedloc-msg{
   text-align: left;
   font-size: 14px;
   margin-top: 10px;
}
.info-zone{
   width: 40px;
   height: 16px;
   display:  inline;
   position: absolute;
   vertical-align: baseline;
   margin-left: 5px;
}
.dev-info-zone{
   width: 25px;
   height: 16px;
   display:  inline;
   position: absolute;
   vertical-align: baseline;
}

.chart-top-tower-time-control{
   position: absolute;
display: inline;
top: 0
}

.topTowerLoading{
   text-align: center;
   vertical-align: middle;
      position: relative;
   top: 50%;
   transform: translateY(-50%); 
}

.topTowerLoading > h1{
   margin-top: 0px;
}
.sen-cust-details-cfg{
   cursor: pointer;
   margin-left: auto;
   margin-right: 20px;
}

.dropdown-menu > li[disabled] > a {
    color: lightgray;
}
.time-nav-btn{
   background: transparent;
   height: 18px;
   width: 18px;
   border: none;
}

#timeOffset_btn{
   width: 60px;
}
#timeOffset_btn span{
   margin-left: 5px;
}

.ta-loading{
   position: absolute;
   margin-top: -18px;
   margin-left: -14px;
}

.ta-map-options-loading{
   position: absolute;
   margin-top: -15px;
   margin-left: -18px;
}

.intlTelInputContainer {
   display: block;
}

.dev-confirm-message{
   color: red;
   font-weight: bold;
}

.edit-dlg .modal-body {
   min-width: 500px;
}

.popover-background {
	background: white;
	color: black;
	border: unset;
	word-break: break-word;
	max-width: initial;
	margin-right: 10px;
	width: 225px;
	margin-top: -7px !important;
	margin-left: -1px;
}

.progressMsgSize{
	font-size: 12px;
}
.none-threshold-color {
   background: red; /* For browsers that do not support gradients */
   background: -webkit-radial-gradient(circle, grey, white, white);
   /* Safari */
   background: -o-radial-gradient(circle, grey, white, white);
   /* Opera 11.6 to 12.0 */
   background: -moz-radial-gradient(circle, grey, white, white);
   /* Firefox 3.6 to 15 */
   background: radial-gradient(circle, grey, white, white);
   /* Standard syntax */
}
.low-threshold-color {
   background: red; /* For browsers that do not support gradients */
   background: -webkit-radial-gradient(circle, red, white, white);
   /* Safari */
   background: -o-radial-gradient(circle, red, white, white);
   /* Opera 11.6 to 12.0 */
   background: -moz-radial-gradient(circle, red, white, white);
   /* Firefox 3.6 to 15 */
   background: radial-gradient(circle, red, white, white);
   /* Standard syntax */
}

.medium-threshold-color {
   background: #d7d70f; /* For browsers that do not support gradients */
   background: -webkit-radial-gradient(circle, #d7d70f, white, white);
   /* Safari */
   background: -o-radial-gradient(circle, #d7d70f, white, white);
   /* Opera 11.6 to 12.0 */
   background: -moz-radial-gradient(circle, #d7d70f, white, white);
   /* Firefox 3.6 to 15 */
   background: radial-gradient(circle, #d7d70f, white, white);
   /* Standard syntax */
}

.high-threshold-color {
   background: blue; /* For browsers that do not support gradients */
   background: -webkit-radial-gradient(circle, blue, white, white);
   /* Safari */
   background: -o-radial-gradient(circle, blue, white, white);
   /* Opera 11.6 to 12.0 */
   background: -moz-radial-gradient(circle, blue, white, white);
   /* Firefox 3.6 to 15 */
   background: radial-gradient(circle, blue, white, white);
   /* Standard syntax */
}

.color-box {
   padding: 0px 7px;
   font-size: 12px;
   border-width: 1px;
   margin: 1px;
}

.highest-threshold-color {
   background: green; /* For browsers that do not support gradients */
   background: -webkit-radial-gradient(circle, green, white, white);
   /* Safari */
   background: -o-radial-gradient(circle, green, white, white);
   /* Opera 11.6 to 12.0 */
   background: -moz-radial-gradient(circle, green, white, white);
   /* Firefox 3.6 to 15 */
   background: radial-gradient(circle, green, white, white);
   /* Standard syntax */
}

.hide-tab-header md-tabs-wrapper{
	display: none;
}

.hide-tab md-tab-item{
   display: none;
}
.chart-panel-div{
	margin: 0 10px 0 10px;
}
.chart-panel-div .col-md-1.empty-chart-panel{
	min-width: 100px;
}

.hide-tab-header {
	padding-bottom: 0px !important;
}

div.custom-contract-multi-select md-select.md-default-theme .md-select-icon, 
div.custom-contract-multi-select md-select .md-select-icon {
	color: rgba(255,255,255,0.87);
}
div.custom-contract-multi-select md-select-menu md-content md-option:not([disabled]):hover,
div.custom-contract-multi-select md-select-menu md-content md-option:not([disabled]):active,
div.custom-contract-multi-select md-select-menu md-content md-option:not([disabled]):focus{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
div.custom-contract-multi-select md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon,
div.custom-contract-multi-select md-select-menu[multiple] md-option.md-checkbox-enabled .md-container
{
    width: 14px;
    height: 14px;
    border-color: rgba(0,0,0,0.54);
    border-width: 1px;
    background-color: rgb(255,255,255)
}
div.custom-contract-multi-select .md-checkbox-enabled[selected] .md-icon{
    background-color: rgb(255,255,255);
 }
div.custom-contract-multi-select md-select-menu md-option{
    height: 24px;
}
div.custom-contract-multi-select md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon{
    border-width: 1px;
    border-color: rgba(0,0,0,0.54);
    background-color: rgba(236,236,236,0.87);
}
div.custom-contract-multi-select md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after  {
    box-sizing: border-box;
    -webkit-transform: rotate(
    45deg
    );
    transform: rotate(
    45deg
    );
    position: absolute;
    left: 4.6px;
    top: .22222px;
    display: table;
    width: 4.66667px;
    height: 10.33333px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: "";
}
div.contract-filter-wrapper md-input-container{
	margin: 0 0;
	color: rgba(255,255,255,0.87);
}
div.contract-filter-wrapper md-input-container>md-select {
    margin: 0 15px 0 0;
    order: 2;
    margin-bottom: 3px;

}
div.contract-filter-wrapper md-input-container>md-select span,
div.contract-filter-wrapper text,
div.contract-filter-wrapper label
{
	color: rgba(255,255,255,0.87);
    font-size: 12px;
}
div.contract-filter-wrapper{
    margin-left: 10px;
}
div.contract-filter-wrapper text{
    margin-right: 15px;
    line-height: 2;
}
div.contract-filter-wrapper md-icon[md-font-icon] {
    line-height: 22px;
}
div.contract-filter-wrapper md-input-container{
    margin: 0px;
}
div.custom-contract-multi-select{
   margin-top: 34px;
   top: 40px !important;
}
div.custom-contract-multi-select button.filter-btn{
	line-height: unset;
	margin: 2px 5px;
	right: 0;
	color: #262626;
	font-size: 12px;
	text-transform: unset !important;
	padding: 5px;
}
div.custom-contract-multi-select button.filter-btn:hover{
     background-color: #f5f5f5;	
}
div.custom-contract-multi-select button.filter-btn md-icon{
	height: 16px;
}

.PQ-admin-status-select,  .PQ-admin-status-select md-select md-select-value span{
	font: inherit;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	line-height: 1.42857143;
	font-family: Roboto, Arial, sans-serif;
}
/* Case 16783 Fix for Firefox checkbox display. Note that this only impacts Angular Material checkboxes, not native checkbox inputs. */
md-checkbox.md-checked .md-icon::after {
   display: inline-block;
}
