@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Calibri.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Calibri.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Calibri.svg#svgFontName') format('svg'); /* Legacy iOS */
  }
  
  html, body {
      height: 100%;
      margin: 0;
      padding: 0;
      background: #21242d;
      overflow: hidden;
      -moz-user-select: text; -webkit-user-select: text; -ms-user-select:text; user-select:text;-o-user-select:text;
      font-family: 'Calibri', Fallback, open-sans;
  }
  
  .unit-info, .tool-bar {
      -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;cursor: default;
  }
  .leaflet-bottom.leaflet-right {
      display: none;
  }
  /* Scrollbars */
  ::-webkit-scrollbar {
      width: 0px;
      display: none;
  }
  ::-webkit-scrollbar-track {
      background-color: #f4f4f5;
      border-radius: 0px !important;
  }
  ::-webkit-scrollbar-thumb {
      background-color: #393937;
      border: 0px solid #d6d6d6b3;
      border-radius: 0px;
  }
  ::-webkit-scrollbar-corner {
      background-color: #d6d6d6b3;
  }
  a.add-another-group, a.add-another-location {
      background: #2577b2;
      padding: 10px;
      min-width: 80%;
      text-align: center;
      border-radius: 6px;
      color: white;
      text-decoration: none;
  }
  
  #map input {
      width: auto !important;
  }
  a.leaflet-draw-draw-circlemarker {
      display: none !important;
  }
  
  a.leaflet-draw-show-linklines {
      background-position-x: 2px;
      background-position-y: 2px;
  }
  
  a.leaflet-draw-show-linklines.show {
      background-color: rgb(89, 123, 162) !important;
      border: 1px solid white;
      box-sizing: border-box;
      color: white !important;
      background-position: 1px 1px;
  }
  
  div#sensorRTUAlert {
      display: none;
      position: absolute;
      top: 30%;
      left: 33%;
      height: 100px;
      width: 33%;
      z-index: 9999999;
      background: white;
      padding: 8px;
      border-radius: 6px;
      border: 2px solid red;
      box-shadow: 2px 1px 9px #443e3e;
      padding-bottom:45px;
  }#sensorRTUAlert .message {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 15px;
  }#sensorRTUAlert .button {
      width: 100px;
      float: right;
      margin-top: 0px;
      margin-right: 5px;
      background: #921515;
      border-radius: 3px;
      height: 22px;
      font-weight: bold;
      cursor: pointer;
  }
  
  div#update-bar {
      width: 40%;
      z-index: 9999;
      position: fixed;
      background: rgba(64, 86, 111, 0.95);
      color: white;
      padding: 15px 25px;
      box-sizing: border-box;
      overflow: hidden;
      top: -1px;
      border: 1px solid #000;
      left: 30%;
      min-width: 450px;
      display: none;
      font-size: 14px;
      text-align: center;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      box-shadow: 1px 6px 23px #000000;
  }
  div#update-bar .dismiss-update {
      float: right;
      padding: 5px 10px;
      border: 1px solid #000;
      background: #000;
      width: 100px;
      cursor: pointer;
  }
  div#update-bar .apply-update {
      float: right;
      margin-right: 10px;
      padding: 5px 10px;
      border: 1px solid #000;
      background: #9b1a1a;
      width: 100px;
      cursor: pointer;
  }
  div#update-bar .txt {
      padding-top: 5px;
      margin-bottom: 15px;
      font-size: 14px;
  }
  
  div#update-bar #update-text {
      font-family: sans-serif !important;
  }
  
  html.mobile {
      -moz-transform: scale(0.80, 0.80); zoom: 0.8; zoom: 80%;
      height: 95%;
      overflow: hidden;
  }
  body.mobile {
      height: 95%;
      overflow: hidden;
  }
  body.operator .view-saved-logs {
      margin-top: 10px;
  }
  /*html.console { -moz-transform: scale(1, 1); zoom: 1; zoom: 100%; }*/
  
  .mobile-bar-top {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 22px;
    background: #40566f;
  }
  #toast {
      display: none;
      position: fixed;
      bottom: 45px;
      z-index: 99999999;
      padding: 10px 25px;
      border-radius: 22px;
      font-size: small;
      margin: 0 auto;
  }
  #toast.showing {
      display: block !important;
  }
  #toast.message {
      background: black;
      color: white;
  }
  #toast.alert {
      background: red;
      color: black;
  }
  p.clear {
      clear: both;
  }
  .tooltip_templates { display: none; }
  div#log-file-tree {
      width: 60%;
      float: left;
      height: 100%;
  }
  div#log-file-tree ul {
      overflow-y: auto;
      height: 100%;
  }
  @keyframes blinkerCircle {
    50% { opacity: .4; }
  }
  
  @keyframes blinkerIcon {
    50% { opacity: .6; }
  }
  
  @keyframes blinker {
    50% { opacity: 0; }
  }
  .sir-logo {
      width: 95%;
      margin: 0 auto;
      margin-top: 12px;
      height: 50px;
      margin-left: 2.5%;
  }
  
  img.sir-logo-onair2 {
      position: relative;
      top: -62px;
      margin-bottom: -56px !important;
      animation: blinker 1.25s linear infinite;
  }
  
  img.sir-logo-onair1, img.sir-logo-onair2 {
      width: 95%;
      margin: 0 auto;
      margin-top: 12px;
      height: 50px;
      display: none;
  }
  
  .onair img.sir-logo {
      display: none;
  }
  
  .onair img.sir-logo-onair1,.onair img.sir-logo-onair2 {
      display: block;
  }
  button#audioFile {
      border-radius: 10px;
      background: rgba(89, 123, 162, 0.95);
      font-size: 13px;
      padding: 5px 13px;
      font-family: calibri;
      color: white;
      border: 0px !important;
      cursor: pointer;
  }
  
  .script-button.hot.always.stop-all {
      float: none;
      width: 96.4%;
      margin-left: 1px;
      background-color: #af0e0e;
      margin-top: -11px;
      border: 1px solid #DDD;
  }
  a,p,div,span {font-family: 'Calibri';}
  a { cursor: pointer !important; }
  
  /* CONSOLE */
  .console #map {
       visibility: hidden !important;
  }
  
  body.console.splitscreen #login .wrapper {
      margin: 0 auto !important;
      min-height: 210px;
      height: 210px !important;
      margin-top: 15% !important;
  }
  .console nav#filters {
      display: none;
  }
  .console #coordinates {
      display: none;
  }
  .console .third-party-logo {
      display: none;
  }
  .console .stop-active-script-big.all {
      top: 73px !important;
  }
  .console #legend {
      right: calc(300px + 15px + 5px + 15px);
      left: auto !important;
      bottom: 14px;
  }
  .console.splitscreen .confirm-alarm-dialog, .console.splitscreen .confirm-beacon-dialog, .console.splitscreen .confirm-script-dialog {
      left: 40%;
  }
  .scriptLineBreakdown {
      padding: 10px;
      background: whitesmoke;
      margin-top: 20px;
      margin-bottom: 10px;
      border: 1px solid #DDD;
  }
  
  #jstreex .hot-select-bar {
      display: block !important;
      /*display: none !important;*/
      right: 23px !important;
      width: 260px;
      background: rgba(64, 86, 111, 0.95);
      top: 15px;
  }
  #jstreex .hot-select-bar .selected {
      background: red !important;
  }
  
  #jstreex #jstree {
      /*width: calc(100% - 310px) !important;*/
      width: 97% !important;
      height: 94.8%;
      margin-top: 7px;
      margin-bottom: 0px !important;
      margin-left: 5px;
  }
  
  /* MAP STYLES */
  #map {
      height: 100%;
      margin-left: 0px;
      margin-top: 0px;
      /*background: #FFF;*/
      background: rgba(21, 36, 53, 0.95);
      z-index: 0 !important;
  }
  .tooltipster-base div {
      word-break: break-all !important;
  }
  .tooltipster-base {
      max-width: 250px !important;
  }
  .menu-ui {
    background:#fff;
    position:absolute;
    top:10px;
    left:47px;
    z-index:1;
    border-radius:3px;
    width:120px;
    border:1px solid rgba(0,0,0,0.4);
  }
  .menu-ui a {
      font-size:13px;
      color:#404040;
      display:block;
      margin:0;padding:0;
      padding:10px;
      text-decoration:none;
      border-bottom:1px solid rgba(0,0,0,0.25);
      text-align:center;
  }
  .menu-ui a:first-child {
    border-radius:3px 3px 0 0;
    }
  .menu-ui a:last-child {
    border:none;
    border-radius:0 0 3px 3px;
    }
  .menu-ui a:hover {
      background: rgba(89, 123, 162, 0.95);
      color: #FFF;
    }
  .menu-ui a.active,
  .menu-ui a.active:hover {
    background:#40546b;
    color:#FFF;
    }
  
  .ui-select {
    background:#fff;
    position:absolute;
    top:10px;
    right:10px;
    z-index:100;
    padding:10px;
    border-radius:3px;
  }
  
  /* SMART ALERT STYLES */
  
  .command-box { position: absolute;background: rgba(53, 60, 72, 0.96); box-shadow: 3px 4px 4px 3px rgba(0, 0, 0, 0.43); }
  label {
      font-family: 'Calibri';
      font-size: 15px;
  }
  
  .selected-units, .selected-recipients {
      font-family: 'Calibri';
      font-size: 12px;
      text-align: left;
      padding: 10px;
      overflow-x: hidden;
      overflow-y: auto;
      margin-top: 10px;
      padding-top: 0px;
      padding-bottom: 15px;
      box-sizing: border-box;
      max-height: 500px;
  }
  body.splitscreen .selected-units, .console .selected-units, .selected-recipients {
      height: calc(100% - 58px - 50px - 25px);
	    padding-bottom: 6px;
	    max-height: unset;
	    border: 1px solid #9c9999;
	    width: 92%;
	    margin: 0 auto;
	    margin-top: 10px;
	    padding-top: 10px;
	    margin-bottom: 10px;
	    border-radius: 3px;
	    font-size: 14px;
	    line-height: 21px;
  }
  .selected-units div, .selected-recipients div {
      padding: 7px;
      border: 1px solid #777474;
      margin-bottom: 5px;
      border-radius: 4px;
      background: #2f2f2f;
      box-sizing: border-box;
  }
  //map-circle-bounce leaflet-interactive
  path.map-circle-bounce.leaflet-interactive {
      animation: blinkerCircle 1.25s linear infinite;
  }
  
  .map-circle-bounce.leaflet-interactive {
      animation: blinkerCircle 1.25s linear infinite;
  }
  .selected-units div.activated, .selected-recipients div.activated {
      background: #1da06d !important;
  }
  #remove-link {
      font-weight: 900;
      background: red;
      padding: 0px 5px 3px 3px;
      width: 10px;
      height: 10px;
      overflow: hidden;
      position: relative;
      top: -2px;
      margin-right: 6px;
      border-radius: 10px;
      text-align: center;
      padding-left: 5px;
      cursor: pointer;
  }
  a.remove-link {
      color: white;
      font-weight: 900;
      text-decoration: none;
      position: relative;
      top: 1.1px;
      left: -0.5px;
  }
  #remove-link:hover, #remove-link:hover a {
      color: white;
      background: black;
  }
  .top-bar {
      display: none;
      position: absolute;
      top: 0px;
      width: 100%;
      height: 40px;
      left: 0px;
      background: #6485A9 !important;
  }
  
  .mobile .right-bar {
      top: 35px;
  }
  
  .right-bar {
      position: absolute;
      top: 15px;
      width: 300px;
      height: 100%;
      right: 15px;
      overflow: hidden;
      z-index: 9999;
  }
  .hot-select-bar {
      position: absolute;
      top: 15px;
      background: rgba(64, 86, 111, 0.95);
      text-align: center;
      color: white;
      padding: 10px;
      height: calc(100% - 53px);
      overflow-y: hidden;
      overflow-x: hidden;
  }
  .quick-select {
      width: 95%;
      background: #2f363e;
      padding: 10px 6px;
      border: 1px solid #989898;
      box-sizing: border-box;
      margin: 0 auto;
      margin-bottom: 5px;
  }
  .quick-select a {
      font-family: 'Calibri';
      font-size: 14px;
      text-decoration: none;
      color: white;
      font-weight: bold;
  }
  .quick-select:hover {
      background: rgba(89,123,162,0.95);
      cursor: pointer;
  }
  .quick-select:hover a {
      color: white;
  }
  .quick-select a:hover {
      color: white;
  }
  .buttons .script-button.fa, .buttons .script-button.fas, .buttons .script-button.far, .buttons .script-button.fab {
      display: grid !important;
  }.buttons .script-button {
      height: 60px;
      font-size: 13px !important;
      font-weight: 400 !important;
      font-family: calibri !important;
  }
  
  .fab::before {
      font-family: "Font Awesome 5 Brands";
  }
  .jstree .fa::before {
      color: #444141;
      font-weight: 100;
  }
  .buttons .script-button.fa::before, .buttons .script-button.fas::before, .buttons .script-button.far::before, .buttons .script-button.fab::before {
      font-size: 20px;
      margin-top: 10px;
      font-weight: 900;
  }
  .selection-box.none {
      /* display: none !important; */
  }
  
  .selection-box, .selection-box-recipients {
      position: absolute;
      top: 36px;
      left: 65px;
      background:rgba(39, 39, 36, 0.94);
      min-width: 250px;
      text-align: center;
      min-height: 70px;
      color: white;
      padding: 10px;
      display: none;
      border: 1px solid #3d4b5b;
      z-index: 999;
  }
  .splitscreen .selection-box.none, .splitscreen .selection-box-recipients.none {
      display: block !important;
  }
  .splitscreen .selection-box {
      position: absolute;
      top: 15px;
      left: auto !important;
      background: rgba(64, 86, 111, 0.95);
      text-align: center;
      color: white;
      padding: 10px;
      height: calc(100% - 45px);
      overflow-y: hidden;
      overflow-x: hidden;
      border: 0px;
      left: unset;
      min-width: unset;
      max-height: unset;
  }
  .splitscreen .selection-box .title, .hot-select-bar .title {
      margin-top: -5px;
      margin-left: -5px;
      margin-bottom: 20px;
      border: 0px !important;
      width: calc(100% + 10px);
  }
  .splitscreen .selection-box .title,.splitscreen .hot-select-bar .title {
      height: 58px !important;
      padding-top: 17px;
      box-sizing: border-box;
      background: #3d4b5b;
      overflow: hidden;
      font-size: 1.1vw;
      line-height: 1.5vw;
  }
  .selection-box .title,  .selection-box-recipients .title {
      margin-top: -8px;
      margin-left: -8px;
      margin-bottom: 20px;
      border:0px !important;
      width: 105.5%;
  }
  
  .clear-all.none, .clear-all-recipients.none {
      background: #2f363e;
      border: 1px solid #615e5e;
      color: #DDD;
  }
  .clear-all.none a, .clear-all-recipients.none a {
      color: #DDD !important;
      font-style: italic;
  }
  .clear-all.none:hover, .clear-all-recipients.none:hover {
      background: #2f363e;
      border: 1px solid #615e5e;
      color: #DDD !important;
      cursor: auto !important;
  }
  .clear-all.none:hover a, .clear-all-recipients.none:hover a {
      color: #DDD !important;
      cursor: auto !important;
  }
  .clear-all.none a:hover, .clear-all-recipients.none a:hover {
      color: #DDD !important;
      cursor:default !important;
  }
  
  .clear-all, .clear-all-recipients {
      width: 92%;
      background: #a21e1e;
      padding: 10px 6px;
      position: relative;
      bottom: 0px;
      border: 1px solid #989898;
      box-sizing: border-box;
      margin: 0 auto;
  }
  .clear-all a, .clear-all-recipients a {
      font-family: 'Calibri';
      font-size: 14px;
      text-decoration: none;
      color: whiteSmoke;
      font-weight: bold;
  }
  .clear-all:hover, .clear-all-recipients:hover {
      background: white;
      cursor: pointer;
  }
  .clear-all:hover a, .clear-all-recipients:hover a {
      color: red;
  }
  .clear-all a:hover, .clear-all-recipients a:hover {
      color: red;
  }
  
  .selection-box-recipients {
    display: none;
    left: 365px;
}
.selection-box-recipients.none {
    display: none !important;
}
.selection-box-recipients.no-units {
    display: block !important;
    left: 65px !important;
}

  .leaflet-overlay-pane path {
      cursor: inherit !important;
  }ul.leaflet-draw-actions {
      left: 36px;
  }.leaflet-draw-actions a {
      height: 36px !important;
      line-height: 36px !important;
  }
  .ui-dialog-titlebar-close {
      visibility: hidden;
  }
  input#unit-search {
      display: block;
      padding: 4px;
      border-radius: 4px;
      border: 1px solid silver;
      width: 50%;
      height: 28px;
      margin: 0 auto;
      margin-bottom: 13px;
      margin-left: 6px;
      background: white;
  }
  div#jstree {
      overflow-y: scroll;
      background: #f1f0f0;
      margin: 20px;
      width: 88% !important;
      border: 1px solid #DDD;
      padding: 0.5em 0.1em !important;
      overflow-x:hidden;
  }ul.jstree-children {
      font-size: 13px;
  }
  i.jstree-icon.jstree-themeicon.jstree-themeicon-custom {
      background-size: 70% !important;
  }
  i.jstree-icon.jstree-themeicon.green {
      background-color: lime;
      border-radius: 20px;
  }
  i.jstree-icon.jstree-themeicon.red {
      background-color: #ff0005;
      border-radius: 20px;
  }
  i.jstree-icon.jstree-themeicon.orange {
      background-color: #ffe200;
      border-radius: 20px;
  }
  
  .toolbar {
      height: 60px;
  }
  .middle-bar .toolbar {
      background: transparent;
  }
  /*.toolbar.one-third a {
      width: 33.33%;
  }*/
  
  .toolbar.one-third a {
      width: 50%;
  }
  
  .toolbar.selection.one-third a:hover {
      background: rgba(89, 123, 162, 0.95);
      cursor: pointer !important;
  }
  .toolbar.selection.one-third a.selected:hover {
      background: rgba(64,86,111,0.95);
      cursor: default !important;
  }
  
  .toolbar a {
      float: left;
      text-align: center;
      color: white;
      padding-top: 10px;
      padding-bottom: 5px;
      text-decoration: none;
      font-family: 'Calibri';
      font-size: 13px;
      height: 45px;
      background: rgba(51,66,83,0.84);
  }
  
  .toolbar a i {
      font-size: 20px;
      padding-bottom: 5px;
  }
  .middle-bar .toolbar .selected {
      background: rgba(64,86,111,0.95);
  }
  
  .toolbar a.selected {
      background: rgba(72, 93, 117, -0.24);
     /* background: rgb(64, 86, 111);*/
  }
  .middle-bar .toolbar.selection a:hover {
      background: rgba(63, 85, 108, 0.76);
      cursor: pointer !important;
  }
  .middle-bar .toolbar.selection a.selected:hover {
      background: rgba(64,86,111,0.95);
      cursor: default !important;
  }
  .right-bar a:hover {
      background: rgba(89, 123, 162, 0.95);
  }
  
  .right-bar a.selected:hover {
      cursor: default !important;
         background: rgba(72, 93, 117, -0.24);
  }
  .hot-select-bar, .middle-bar {
      display: none !important;
  }
  .hot-select-bar .zone-list {
      padding: 1px;
      padding-bottom: 25px;
      box-sizing: border-box;
      overflow-y: auto;
      overflow-x: hidden;
      height: calc(100% - 58px - 25px);
  }
  .splitscreen .selection-box, .splitscreen .hot-select-bar, .splitscreen .middle-bar {
      display: block !important;
  }
  .hot-select-bar hr {
      width: 55%;
      margin: 15px auto;
  }
  .middle-bar .action-sections ul {
      list-style: none;
  }
  
  .toolbar.selection.one-third {width: 40.5%;}
  
  .middle-bar .action-sections.new ul li {
      float: left;
      width: 97%;
      padding: 21px;
      background: #2f363ebd !important;
      border: 1px solid #d2d0d0;
      border-radius: 1px;
      margin-right: 0.5%;
      margin-bottom: 10px;
      text-align: center;
      cursor: pointer;
      box-shadow: 1px 1px 1px #000;
      height: 140px;
      box-sizing: border-box;
      overflow: hidden;
      vertical-align: middle;
      padding-top: 10px;
      font-size: 14px;
      font-weight: bold;
      box-sizing: border-box;
      color: white;
  }
  .middle-bar .action-sections.new li div.unit-title {
      float: left;
      height: 23px !important;
      text-align: left;
      position: relative;
      top: -10px;
      left: -21px;
      background: #807979;
      width: 178px !important;
      padding: 3px 10px !important;
      border-bottom-right-radius: 10px;
      overflow: hidden !important;
      font-size: .7vw;
  }
  .middle-bar .action-sections.new ul li.selected div.unit-title, .middle-bar .action-sections.new ul li:hover div.unit-title {
      background: #807979 !important;
  }
  .action-sections.new li.status-0 .unit-title {
      background: #ce8808 !important;
  }
  .action-sections.new li.status-1 .unit-title {
      background: #bd0a0a !important;
  }
  .action-sections.new li.status-2 .unit-title {
      background: #169316 !important;
  }
  .middle-bar .action-sections.new li div {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      display: unset !important;
      padding: unset !important;
      overflow-x: unset !important;
      overflow-y: unset !important;
      margin: unset !important;
  }
  .middle-bar .action-sections.new table {
      width: 100%;
  }
  .middle-bar .action-sections.new li td {
      width: 12.5%;
      padding: 1px 10px;
  }
  .middle-bar .action-sections.new li .health-info td.fault {
      color: red !important;
  }
  .middle-bar .action-sections.new li td.unit-title {
      text-align: left;
      padding: 0px 4px;
      background: unset !important;
      padding-bottom: 7px;
  }
  .middle-bar .action-sections.new li img {
      width: 35px;
      margin: 0 auto;
      text-align: center;
  }
  
  .middle-bar .action-sections ul li {
      float: left;
      width: 16%;
      padding: 10px;
      background: whiteSmoke;
      border: 1px solid #d2d0d0;
      border-radius: 1px;
      margin-right: 0.5%;
      margin-bottom: 5px;
      text-align: center;
      cursor: pointer;
      box-shadow: 1px 1px 1px #000;
      height: 71px;
      box-sizing: border-box;
      overflow: hidden;
      vertical-align: middle;
      padding-top: 10px;
      font-size: 14px;
      font-weight: bold;
  }
  .middle-bar #unitid {
      float: left;
      position: relative;
      top: -21px;
      margin-bottom: -25px;
      padding-top: 0px !important;
      margin-top: 0px !important;
      font-size: 11px;
      display: none;
  }
  
  .middle-bar .action-sections ul li:hover, .middle-bar .action-sections ul li:hover div, .middle-bar .action-sections ul li:hover td {
      background: rgba(89,123,162,0.95) !important;
      color: white;
      cursor: pointer !important;
  }
  
  .middle-bar .action-sections ul li.selected, .middle-bar .action-sections ul li.selected div, .middle-bar .action-sections ul li.selected td,
  .middle-bar .action-sections ul li.selected:hover, .middle-bar .action-sections ul li.selected:hover div, .middle-bar .action-sections ul li.selected:hover td,
  .middle-bar .action-sections ul li.selected:hover, .middle-bar .action-sections ul li.selected div:hover , .middle-bar .action-sections ul li.selected td:hover {
      background: #0083d2  !important;
      color: white;
      cursor: pointer !important;
  }
  
  .action-sections li span.status {
      width: 14px;
      height: 14px;
      background: #06c546;
      float: right;
      position: relative;
      top: -15px;
      border-radius: 20px;
      margin-top: 8px;
      margin-bottom: -25px;
      right: -6px;
  }
  .splitscreen .select-units,.splitscreen .clear-all-selected-units, .splitscreen .clear-all-selected-recipients { display: none !important;}
  
  .middle-bar {
      display: none;
      position: absolute;
      top: 15px;
      height: 100%;
      overflow: hidden;
  }
  .console .middle-bar {
      right: 325px;
      width: calc(70% - 325px);
  }
  .console .hot-select-bar {
      right: calc(325px + calc(70% - 325px) + 12px);
      width: calc(15% - 40px);
  }
  .console .selection-box {
      right: calc(320px + calc(70% - 325px) + calc(15% - 40px) + 50px);
      width: calc(15% - 40px);
      max-height: unset;
  }
  
  .action-sections ul {
      padding-left: 3%;
  }
  .action-sections {width:100%;height: calc(100% - 30px - 145px);background: rgba(64,86,111,0.95);/* prev high 76.1 */}
  #home-section, #status-section, #admin-section {width:90%;height:100%;padding:0% 5%;overflow: hidden;/* z-index: 100000010; *//* position: relative; */}
  #status-section, #admin-section {display: none;}
  #home-section.selected, #status-section.selected, #admin-section.selected {display: block;}
  
  .middle-bar .action-sections {     overflow-y: auto;height: calc(100% - 85px);}
  .middle-bar .action-sections div {
      display: none;
      width: 99%;
      height: calc(100% - 29px - 14px - 15px);
      padding: 2% 0%;
      overflow-x: hidden;
      overflow-y: auto;
      box-sizing: border-box;
      margin-top: 15px;
      padding-top: 0px;
  }
  .middle-bar .action-sections div.selected {display: block !important;}
  
  .middle-bar .toolbar.selection a {
      width: 20%;
      border-right: 1px solid rgba(25, 40, 56, 0.67);
  }
  .middle-bar .toolbar.selection a:hover {
      background: rgba(63, 85, 108, 0.76);
  }
  
  .logo {
      display: none;
      background: #6485A9;
      margin-top: -30px;
      max-width: 235px;
      padding: 10px;
      overflow: hidden;
  }
  .logo img {width: 100%;}
  
  .command-box {
      display: none;
      width: 15%;
      height: 85%;
      top: 65px;
      right: 25px;
      min-width: 275px;
  }
  
  .status-loggedin {
      position: fixed;
      background: #3f536a;
      width: 300px;
      text-align: center;
      color: white;
      margin-top: 5px;
  }
  
  .top-half {height: 75%;}
  .bottom-half {height: 25%;border-top: 2px solid #CACACA;width: 100%;background: rgba(197, 195, 195, 0.39);}
  
  
  /* ACTIVE SCRIPTS */
  .active-scripts {
      margin: 10px auto;
      height: 12%;
      min-height: 100px;
      background: #FFF; /* #d6d6d6 */
      border: 1px solid #5a5757;
      overflow-x: hidden;
      overflow-y: scroll;
  }
  .active-scripts ul {
      padding: 0px 10px;
      list-style: none;
      margin: 7px 0 0 0;
  }
  .active-scripts ul li {
      font-family: 'Calibri';
      font-size: 14px;
      border-bottom: 1px solid #b9b3b3;
      padding: 11px 3px;
      color: #483f3f;
  }
  .active-scripts ul li.no-active-scripts {
      background: #afabab !important;
  }
  .active-scripts ul li:first-child {
      background: red;
      padding: 11px 5px !important;
      color: white;
      margin-bottom: 5px;
  }
  .active-scripts ul li span.stop-active-script {
      float: right;
      background: #ffffff;
      padding: 4px 5px;
      border-radius: 13px;
      color: red;
      font-family: 'Calibri';
      font-size: 10px;
      margin-top: -2px;
  }.active-scripts ul li span.stop-active-script:hover {
      background: black;
      cursor: pointer;
      color: white;
  }span.stop-active-script.cancel {
      background: red !important;
      color: white !important;
  }
  span.stop-active-script.cancel:hover {
      background: black !important;
      color: white !important;
  }
  .stop-active-script-big {
      display: none;
      position: absolute;
      top: 15px;
      right: 325px;
      z-index: 99999999;
      background: red;
      padding: 19px 134px;
      height: 60px;
      overflow: hidden;
      box-sizing: border-box;
      color: white;
      border: 2px solid white;
      cursor: pointer;
  }
  .stop-active-script-big:hover {
      background: #c70d0d;
  }
  .stop-active-script-big.all {
      top: 73px;
      padding: 5px 115px;
      height: 35px;
      background: #7b2626;
  }
  
  .active-scripts span.stop-active-script {
      /*display: none !important;*/
  }
  .active-scripts span.stop-active-script.cancel {
      display: inline !important;
  }
  
  /* CUSTOM ACTIONS & CUSTOM SCRIPTS */
  .custom-actions {
      overflow: hidden;
      overflow-y: auto;
      margin-top: 5px;
      height: 80%;
  }
  
  /* CREAT SCRIPTS */
  .select-units {
      width: 95.4%;
      text-align: center;
      background: #2f363e;
      padding-top: 15px;
      border: 1px solid #615e5e;
      cursor: pointer;
      font-size: 13px;
      font-family: 'Calibri';
      color: #FFF;
      margin: 1%;
      padding-bottom: 15px;
  }
  .select-units:hover {
      color: #FFF;
      text-decoration: none;
      background: rgba(89, 123, 162, 0.95);
  }
  .clear-all-selected-units, .clear-all-selected-recipients {
      text-align: center;
      font-family: 'Calibri';
      font-size: 10px;
      padding: 9px 0px;
      margin-bottom: -17px;
      color: red;
      cursor: pointer;
      font-weight: bolder;
      visibility: hidden;
  }
  .clear-all-selected-units, .clear-all-selected-recipients {
      display: none;
  }
  .clear-all-selected-units:hover , .clear-all-selected-recipients:hover {
      color: white;
  }
  
  /* SCRIPT BUTTONS */
  .buttons {
      display: table;
      padding: 0px;
      padding-bottom: 30px;
  }
  .activate-alarm, .beacon-alert, .activate-stored-message {width: 93% !important;}
  .script {
      display: none !important;
  }
  .script-button.disabled {
      background: #6f6e6e !important;
      color: #484747 !important;
      font-style: italic !important;
      cursor: default !important;
  }
  .script-button {
      vertical-align: middle;
      width: 47%;
      float: left;
      background: #393b3e;
      text-align: center;
      margin: 1%;
      height: 39px;
      padding: 3px !important;
      display: -ms-flexbox;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      display: -moz-box;
      -moz-box-pack: center;
      -moz-box-align: center;
      display: -webkit-box;
      -webkit-box-pack: center;
      -webkit-box-align: center;
      box-pack: center;
      box-align: center;
      font-family: 'Calibri';
      font-size: 13px;
      border: 1px solid #615e5e;
      color: #585656;
      cursor: default;
      font-style: italic;
  }
  .script-button.tooltip.hot.always {
      background: #5d0303;
  }
  .script-button.tooltip.hot.always:hover {
      background: maroon;
  }
  .script-button.hot, .script-button.enabled {
      cursor: pointer;
      color: #FFF;
      font-style: normal;
      background: #2f363e;
  }
  .main-actions .script-button.hot {
      background: #5d0303;
  }
  .main-actions .script-button.hot:hover {
      background: maroon;
  }
  .beacon-alert, .stream-audio, .activate-alarm, .activate-stored-message {
      width: 44.5% !important;
      margin: 0.5% !important;
      margin-left: 1% !important;
  }
  .script-button.hot:hover, .script-button.enabled:hover {
      color: #FFF;
      background: rgba(89, 123, 162, 0.95);
      font-style: normal;
  }
  .ui-widget-overlay {
      background: #000 !important;
      opacity: .5 !important;
      filter: Alpha(Opacity=50) !important;
  }
  
  /* LOG / STATUS */
  .save-log {
      width: 98%;
      text-align: center;
      background: #2f363e;
      padding-top: 7px;
      height: 25px;
      border: 1px solid #615e5e;
      cursor: pointer;
      font-size: 14px;
      font-family: 'Calibri';
      color: #FFF;
      margin-top:10px;
      float: left;
      width: 48%;
      margin-right: 1%;
  }
  .save-log:hover {
      color: #FFF;
      text-decoration: none;
      background: rgba(89, 123, 162, 0.95);
  }
  
  .clear-log {
      width: 98%;
      text-align: center;
      background: #2f363e;
      padding-top: 7px;
      height: 25px;
      border: 1px solid #615e5e;
      cursor: pointer;
      font-size: 14px;
      font-family: 'Calibri';
      color: #FFF;
      margin-top:10px;
      float: left;
      width: 48%;
      margin-left: 1%;
      margin-bottom: 10px;
  }
  .clear-log:hover {
      color: #FFF;
      text-decoration: none;
      background: rgba(89, 123, 162, 0.95);
  }
  
  .view-saved-logs {
      width: 98%;
      text-align: center;
      background: #2f363e;
      padding-top: 7px;
      height: 25px;
      border: 1px solid #615e5e;
      cursor: pointer;
      font-size: 14px;
      font-family: 'Calibri';
      color: #FFF;
      float: left;
      margin-right: 1%;
      margin-bottom: 5%;
      margin-top: 15px;
  }
  .view-saved-logs:hover {
      color: #FFF;
      text-decoration: none;
      background: rgba(89, 123, 162, 0.95);
  }
  
  
  #status-section .wrapper {
      height: 95%;
      overflow: hidden;
      width: 100%;
  }
  .system-log {
      height: calc(100% - 34px - 5px); /* was 79 */
      background: #FFF;
      border: 1px solid #5a5757;
      overflow-x: hidden;
      overflow-y: scroll;
      width: 98%;
      margin-bottom: 10px;
  }
  .system-log ul {
      padding: 0px 10px;
      list-style: none;
      margin: 7px 0 0 0;
  }
  .system-log ul li {
      font-family: 'Calibri';
      font-size: 12px;
      border-bottom: 1px solid #b9b3b3;
      padding: 15px 5px;
      color: #483f3f;
  }.system-log ul li span.date-time {
      float: right;
      border-radius: 12px;
      color: #a09f9f;
      font-family: 'Calibri';
      font-size: 9px;
      position: relative;
      top: 0px;
      right: -4px;
  }.system-log .message {
      text-align: left;
      padding-top: 5px;
      margin-bottom: 5px;
      word-break: break-word;
  }
  ul.system-log-list li:hover, ul.system-log-list li div:hover, ul.system-log-list li span:hover {
      background: whitesmoke;
      cursor: pointer;
  }
  li.selected {
      color: #FFF;
      background: rgb(89, 123, 162);
  }
  
  /* UNIT STATUS TOOLTIP BOX */
  .leaflet-popup-tip {
      border-top-color: rgb(138, 138, 138) !important;
      background: rgb(138, 138, 138) !important;
  }
  .leaflet-popup-content, .unit-info-box, .leaflet-popup-content-wrapper {
      background: rgb(138, 138, 138) !important;
      border-top-color: rgb(138, 138, 138) !important;
      background-color: rgb(138, 138, 138) !important;
  }.leaflet-popup-content {
      min-height: 195px !important;
      margin-right: 10px !important;
      margin-left: 13px !important;
      margin-bottom: 20px !important;
  }
  .unit-info-box {
      width: 260px;
      color: white;
      font-family: 'Calibri';
      height: 283px;
  }
  .unit-info-box.small {
      height: 213px;
      float: left;
  }
  .unit-info-box.wide {
      width: 480px !important;
  }
  .unit-info-box.TRX {
      height: 367px;
  }
  .unit-info-box.TRX-SPT {
      height: 456px;
  }
  .zones {
      float: left;
      margin-left: 10px;
      width: 205px;
      height: 161px;
      margin-top: 39px;
      box-sizing: border-box;
      border-left: 1px solid white;
      padding-left: 15px;
  }
  .zone-title {
      font-size: 18px;
      font-weight: bolder;
      margin-top: -36px;
      margin-bottom: 8px;
  }
  .zone-selector {
      border: 1px solid darkgrey;
      margin-bottom: 5px;
      height: 38px;
      box-sizing: border-box;
      padding: 7px;
      font-size: 16px;
      background: #585858;
      font-style: italic;
      color: grey;
      cursor: default;
  }
  .zone-selector.enabled {
      cursor: pointer;
      color: white;
      font-style: normal;
      background: #16576b;
  }
  .zone-selector.selected {
      background: #761818;
  }
  .zone-selector input {
      margin-right: 10px !important;
      position: relative;
      top: -1px;
  }
  .zone-selector.disabled {
      font-size: 13px;
      padding-top: 10px;
  }
  .select-unit, .move-unit, .edit-unit {
      float: left;
      background: #2f363e;
      color: #FFF;
      cursor: pointer;
      font-size: 14px;
      width: 32%;
      margin: 1px;
      margin-top: 20px;
      text-align: center;
      padding: 5px;
      border: 1px solid #615e5e;
  }
  .select-unit:hover, .move-unit:hover, .edit-unit:hover {
      color: #FFF;
      background: rgb(89, 123, 162);
  }
  
  .unit-type {
      position: relative;
      top: -7px;
  }.unit-type span {
      font-weight: bold;
      font-size: 20px;
  }
  
  .unit-id, .unit-status, .unit-comm,
  .unit-battery, .unit-solar, .unit-ac,
  .unit-door, .unit-amps, .unit-drivers,
  .unit-source, .unit-rssi, .unit-quality, .unit-rs232,
  .unit-crc, .unit-miscor, .unit-bwdrssi {
      float: left;
      width: 31%;
      background: #354454;
      color: #FFF;
      text-align: center;
      padding-top: 5px;
      margin: 1%;
      height: 75px;
      position: relative;
      top: 10px;
      line-height: 14px;
  }
  .unit-source, .unit-rssi, .unit-quality, 
  .unit-crc, .unit-miscor, .unit-bwdrssi {
      /*height: 35px;*/	
  }
  
  .unit-info-box div.no-fault {
      background: #1d6f1b;
  }
  .unit-info-box div.fault {
         background: red !important;
  }
  .unit-info-box.status-0 .fault, .unit-info-box.status-0 .no-fault {
      background: #72720d !important;
  }
  
  .unit-info-box.status-0 .unit-status {
      background: #72720d;
  }
  .unit-info-box.status-1 .unit-status {
      background: #1d6f1b;
  }
  .unit-info-box.status-2 .unit-status {
      background: red;
  }
  
  .unit-info-box .label {
      font-size: 15px;
      font-weight: bolder;
  }
  .unit-info-box img {
      width: 33px;
  }
  
  /* Select Units Box */
  .select-units-box {
      display: none;
      position: absolute;
      top: 20%;
      left: 35%;
      width: 30%;
      height: 60%;
      background: whiteSmoke;
      overflow: hidden;
      z-index: 1001;
  }
  .select-units-list {
      height: 91%;
      overflow-y: scroll;
      overflow-x: hidden;
  }.title {
      text-align: center;
      font-family: 'Calibri';
      font-weight: bolder;
      font-size: 21px;
      color: white;
      width: 98.5%;
      background: #3d4b5b;
      height: 9%;
      min-height: 42px;
      border: 1px solid white;
      margin: 0 auto;
      padding-top: 7px;
      height: 40px;
      box-sizing: border-box;
  }
  .modal {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: black;
      opacity: .85;
      z-index: 1000;
  }
  
  .select-units-list ul li span {
      font-family: 'Calibri';
      font-size: 15px;
  }.select-units-list ul li {
      padding: 10px 5px;
      border: 1px solid #DDD;
      margin-bottom: 10px;
      border-radius: 10px;
      cursor: pointer;
  }.select-units-list ul {
      list-style: none;
      margin: 0;
      padding: 11px;
  }.select-units-list ul li span.unitID {
      float: right;
      margin-right: 10px;
      background: #bfbebe;
      width: 60px;
      text-align: center;
      padding: 4px;
      font-size: 12px;
      border-radius: 6px;
  }.select-units-list ul li span.name {
      padding-left: 10px;
  }.select-units-list ul li:hover {
      background: #8ea7c3;
      color: white;
  }
  .select-units-list ul li.selected {
      background: #8ea7c3;
      color: white;
  }
  .unitTypeSmall span {
      float: left;
      height: 15px !important;
      width: 100%;
      margin-top: -10px;
      font-size: 11px !important;
  }
  
  .edit-unit {
      display: none !important;
      float: right;
      margin-top: -16px;
      background: transparent;
      color: black;
      border: 0;
      text-transform: uppercase;
      font-weight: bold;
      width: 42px;
      margin-right: 10px;
      padding: 0px;
      position: relative;
      z-index: 99999999;
  }
  .edit-unit:hover {
      background-color: #c9ced4;
      color: black;
  }
  
  .move-unit, .select-unit {display:  none !important;}
  div#legend {
      position: absolute;
      left: 155px;
      border: 25px;
      background: #212121;
      height: 7px;
      z-index: 999;
      bottom: 10px;
      padding: 10px;
      font-size: 11px;
      font-family: 'Calibri';
      text-transform: uppercase;
      font-weight: bolder;
      width: 340px !important;
      padding-right: 0px !important;
      overflow: hidden;
      border: 1px solid #999;
      border-radius: 3px;
      color: white;
  }div#legend div {
      width: 33%;
      float: left;
      text-align: left;
  }.count-operational, .count-degraded, .count-unknown {
      width: auto !important;
  }div#legend div span {
      height: 12px;
      width: 12px;
      float: left;
      margin-right: 5px;
      border-radius: 10px;
  }.legend-green, .legend-red, .legend-orange {
      margin-top: -2px;
      box-sizing: border-box;
  }.legend-green, .legend-red {
      padding-right: 12px !important;
  }.legend-green span {
      background: green;
  }.legend-orange span {
      background: #b7b433;
  }.legend-red span {
      background: red;
  }
  .count-operational, .count-degraded, .count-unknown {
      padding-right: 5px;
  }
  .third-party-logo img {
      width: 100%;
  }
  .third-party-logo {
      background: #212121;
      position: absolute;
      bottom: 36px;
      left: 10px;
      padding: 10px;
      width: 142px;
      box-sizing: border-box;
      border: 1px solid #999;
      border-bottom: 0px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      z-index: 1000;
  }
  div#coordinates {
      position: absolute;
      left: 10px;
      border: 25px;
      background: #212121;
      height: 7px;
      z-index: 999;
      bottom: 10px;
      padding: 10px 5px;
      font-size: 10px;
      font-family: 'Calibri';
      text-transform: uppercase;
      font-weight: bold;
      width:130px !important;
      border: 1px solid #999;
      border-radius: 3px;
      overflow: hidden;
      text-align: center;
      color: white;
  }.filter-ui.no-gv {
    left: 155px !important;
 }.filter-ui {
      background: #212121;
      position: absolute;
      bottom: 10px;
      left: 509.5px;
      z-index: 100;
      width: 140px;
      font-family: 'Calibri';
      text-transform: capitalize;
      padding-bottom: 10px;
      border: 1px solid #999;
      border-radius: 3px;
      overflow: hidden;
      height: 16px;
      color: white;
  }.filter-ui label {
      font-size: 11px;
      padding-left: 5px;
      cursor: pointer;
      color: white;
  }.filter-ui div {
      padding: 0px 10px;
  }#filters div.filter-title {
      background: #212121;
      font-family: 'Calibri';
      font-size: 11px;
      color: white;
      padding: 5px 13px !important;
      text-align: center;
      margin: 0px;
  }.leaflet-top {
      top: 26px !important;
  }
  nav#filters div {
      padding: 2px 10px;
      background: #505050;
      border: 1px solid #585656;
      margin-bottom: 0px;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 5px;
      color: #f30000;
      cursor: pointer;
  }
  .leaflet-label {
      z-index: 99999999 !important;
      position: relative !important;
      right: -15px !important;
  }
  /* a.leaflet-draw-draw-circle,*/
  a.leaflet-draw-draw-polyline, a.leaflet-draw-draw-marker, a.leaflet-draw-edit-edit, a.leaflet-draw-edit-remove {
      display: none !important;
  }.leaflet-draw-toolbar.leaflet-bar {
      display: none !important;
  }.leaflet-draw-toolbar.leaflet-bar.leaflet-draw-toolbar-top {
      display: block !important;
  }
  .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
      border-width: 1px !important;
  }
  .leaflet-draw-toolbar .leaflet-draw-draw-circle {	background-position: -87px 1px !important; display: none;}
  .leaflet-bar a, .leaflet-control-layers-toggle, .map-tooltip.closable .close, .mapbox-button-icon:before, .mapbox-icon {
      width: 35px !important;
      height: 35px !important;
      background-repeat: no-repeat;
  }a.leaflet-control-zoom-in {
      background-size: 35px 336px !important;
  }a.leaflet-control-zoom-out {
      background-size: 35px 281px !important;
  }a.leaflet-control-layers-toggle {
      background-size: 22px !important;
  }.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
      background-position: -27px 2px !important;
  }.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
      background-position: -57px 2px !important;
  }
  a.leaflet-control-layers-toggle:hover {
      border-width: 2px !important;
      border-bottom-left-radius: 4px !important;
      border-bottom-right-radius: 4px !important;
  }
  
  div.zoom-out a, div.zoom-out-popup a, div.zoom-out-popup-location a, div.zoom-out-popup-location-edit a{
      background-image: url('images/earth-icon.png');
      /*background-size: 50% !important;
      background-repeat: no-repeat;
      background-position: 48% 55%;*/
  }
  div.zoom-out, div.zoom-out-popup, div.zoom-out-popup-location, div.zoom-out-popup-location-edit  {
      margin-top: -4px !important;
      border-top: 1px solid #f3f3f3 !important;
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important;
  }.leaflet-retina div.zoom-out a, .leaflet-retina div.zoom-out-popup a, .leaflet-retina div.zoom-out-popup-location a, .leaflet-retina div.zoom-out-popup-location-edit a {
      background-image: url('images/earth-icon-2x.png');
  }
  
  
  .btnSignOut {
      width: 97%;
      text-align: center;
      background: #f5f5f5;
      padding-top: 5px;
      height: 23px;
      border: 1px solid #615e5e;
      cursor: pointer;
      font-size: 14px;
      font-family: 'Calibri';
      color: #a21e1e;
      margin-top: -17px;
      margin-bottom: 3px !important;
      margin: 0 auto;
      font-weight: bold;
  }
  .btnSignOut:hover {
      color: red;
      text-decoration: none;
      background: #FFF;
  }
  input#opensplitscreen {
      width: 10% !important;
  }
  
  
  /* MANAGE SECTION */
  #admin-section .wrapper {
      height: 94%;
      margin-top: 15px;
      overflow-y: scroll;
  }
  
  .manage-app, .manage-map, .manage-units, .manage-users {
      border: 1px solid #8e8e8e;
      padding: 25px;
      font-size: 15px;
      font-family: 'Calibri';
      margin-bottom: 20px;
      background: #FFF;
      color: #344355;
      width: 75%;
      margin-top: 1px;
  }
  
  .manage-app .admin-title, .manage-map .admin-title, .manage-units .admin-title, .manage-users .admin-title {
      margin-top: -24px !important;
      margin-left: -24px;
      background: #8b96a5; /* #344355 */
      padding: 8px;
      width: 116.5%;
      font-size: 13px;
      margin-bottom: 15px;
      color: #FFF;
      font-weight: bolder;
      cursor: pointer;
  }
  
  .admin-title img {
      width: 20px;
      float: right;
      margin-top: -3px;
  }
  div#admin-section div.closed {
      height: 0px;
      overflow: hidden;
      padding-bottom: 8px;
  }
  
  .button {
      width: 98%;
      text-align: center;
      background: #2f363e;
      padding-top: 7px;
      height: 25px;
      border: 1px solid #615e5e;
      font-size: 14px !important;
      font-family: 'Calibri';
      cursor: pointer;
      color: #FFF;
  }
  .button:hover {
      color: #FFF;
      text-decoration: none;
      background: rgba(89, 123, 162, 0.95);
  }
  
  .manage-app div, .manage-map div, .manage-units div, .manage-uders div {
      margin-bottom: 10px;
  }
  .manage-app label, .manage-map label, .manage-users label, .manage-units label{
      font-weight: bold;
      line-height: 22px;
  }
  
  
  /* Login Screen */
  .loading #login .wrapper {
      margin-top: 5%;
      margin-left: 10%;
      min-height: 300px;
  }
  #login {
          display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10001;
  }
  body.splitscreen #login .wrapper {
      margin-left:9% !important;
      height: 31% !important;
      margin-top: 9% !important;
  }
  #login .wrapper {
      width: 20%;
      margin: 0 auto;
      min-height: 25%;
      margin-top: 14%;
      background: whitesmoke;
      padding: 70px;
      min-width: 300px;
      box-shadow: 0px 0px 16px 6px #3c3b3b;
      min-height: 200px;
  }.login-welcome {
      margin-bottom: 22px;
      font-family: 'Calibri';
      font-size: 28px;
      color: #404040;
      margin-top: -35px;
  }#login label {
      width: 100%;
      float: left;
  }#login input.username, #login input.password {
      width: 96.1%;
      margin-bottom: 15px;
      margin-top: 2px;
      height: 30px;
      padding-left: 10px;
      font-size: 15px;
      font-family: 'Calibri';
  }a.btnSignIn {
      float: right;
      background: #2d7d2d;
      padding: 8px 25px;
      color: white;
      cursor: pointer;
  }a.btnSignIn:hover {background: #4a5f4a;}
  
  a.btnSignIn.loading {
      background-image: url('images/loading.gif') !important;
      background-color: #314831;
      background-size: 15%;
      background-repeat: no-repeat;
      background-position: 93% 50%;
  }
  a.btnSignIn.loading:hover {
      background-image: url('images/loading.gif') !important;
      background-color: #314831 !important;
      background-size: 15%;
      background-repeat: no-repeat;
      background-position: 93% 50%;
      cursor: default !important;
  }
  div.checkbox-wrapper {
      float: left;
      width: 165px !important;
      background: #DDD;
      padding: 5px 0px 5px 15px;
      border-radius: 2px;
  }
  div.checkbox-wrapper .label {
      cursor: pointer;
  }
  input#opensplitscreen {
      width: 30px;
      padding: 11px;
      height: 13px;
      margin-right: 10px;
      margin-left: 0px;
  }
  .error-msg {
      margin-top: -10px;
      margin-bottom: 10px;
      color: red;
      text-align: center;
      font-size: 13px;
      font-weight: bold;
      display: none;
  }
  
  /* HIDE SHOW ADMIN TOOLS */
  body.admin .hidden-admin {
      display: none !important;
  }
  
  body.operator .hidden-operator {
      display: none !important;
  }
  
  body.operator a.home, body.operator a.status { width: 50% !important;}
  
  .confirm-script-dialog .ui-dialog-buttonset button:last-Child,
  .confirm-alarm-dialog .ui-dialog-buttonset button:last-Child,
  .confirm-beacon-dialog .ui-dialog-buttonset button:last-Child  {
      background: red !important;
      color: white !important;
  }.ui-dialog {
       z-index: 10005 !important;
  }
  #alert-dialog-popup span.date-time {
      float: right;
      font-size: 10px;
      margin-top: 18px;
      margin-right: 8px;
  }
  .confirm-select-dialog .ui-dialog-buttonset button:last-Child  {
      background: #54595e !important;
      color: white !important;
  }
  
  select {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      line-height: 20px !important;
      height: 40px !important;
      padding-left: 19px !important;
      background: #d8d8d8;
      font-weight: bolder;
      color: #4a4d50;
  }.splitscreen .confirm-alarm-dialog, .splitscreen .confirm-beacon-dialog, .splitscreen .confirm-script-dialog {
      position: fixed;
      left: 75%;
  }
  
  /* File tree */
  div#log-box {
      display: none;
      overflow: hidden;
  }
  div#file-tree {
      float: left;
      width: 60%;
      height: 100%;
      overflow-x: auto;
      overflow-y: auto;
  }
  div#file-data {
      float: right;
      margin-left: 1%;
      width: 37%;
      background: #f2f2f2;
      height: 99%;
      border: 1px solid #DDD;
      padding-left: 10px;
      overflow: hidden;
  }div#file-data p, div#file-data td {
      font-size: 12px;
      font-family: 'Calibri';
  }.selected-item-data {
      display: none;
  }p.selected-item-title {
      font-weight: bolder;
      font-size: 14px;
      margin-bottom: -8px;
  }.selected-item-actions {
      margin-top: 15px;
  }.selected-item-actions a {
      background: blue;
      color: white;
      padding: 5px 10px;
      text-transform: none;
      font-size: 15px;
      font-family: 'Calibri';
      text-decoration: none;
      margin-top: 10px !important;
  }a.selected-item-delete-btn {
      padding: 6px 25px;
      background: red;
      margin-left: 0%;
  }.fa-8x {
      font-size: 8em !important;
      margin-bottom: 15px;
  }
  
  .status_0 i.jstree-themeicon {
      background-color: rgba(255, 255, 0, 0.79);
      border-radius: 15px;
  }
  .status_1 i.jstree-themeicon {
      background-color: rgba(0, 128, 0, 0.4);
      border-radius: 15px;
  }
  .status_2 i.jstree-themeicon {
      background-color: rgba(255, 0, 0, 0.65);
      border-radius: 15px;
  }
  
  /* Audio File tree */
  div#stream-audio-dialog {
      overflow-y: hidden;
  }
  div.stream-audio-dialog {
      overflow: hidden;
  }
  div#audio-file-upload-box {
      box-sizing: border-box;
      background: #f2f2f2;
      height: 19%;
      margin-top: 1%;
      padding: 10px;
      border: 1px solid #DDD;
      min-height: 101px;
  }
  .audio-file-box {
      height: 78%;
  }
  .audio-file-upload-title {
      font-family: 'Calibri';
      font-weight: bolder;
      color: #7d0303;
  }
  div#progress-div {
      height: 20px;
      background: #DDD;
      border-radius: 9px !important;
      overflow: hidden;
      text-align: center;
      color: white;
      font-size: 14px;
  }
  div#progress-bar {
      background: green;
      height: 100%;
      padding-top: 1px;
      width: 0px;
  }
  input#audioFile {
      font-family: 'Calibri';
      font-size: 14px;
  }
  div#audio-file-tree {
      float: left;
      width: 60%;
      height: 100%;
      overflow-x: auto;
      overflow-y: auto;
  }
  div#audio-file-data {
      float: right;
      margin-left: 1%;
      width: 36%;
      background: #f2f2f2;
      height: 99%;
      border: 1px solid #DDD;
      padding-left: 10px;
      overflow: hidden;
  }div#audio-file-data p, div#audio-file-data td {
      font-size: 12px;
      font-family: 'Calibri';
  }div#audio-file-data .selected-item-data {
      display: none;
  }div#audio-file-data p.selected-item-title {
      font-weight: bolder;
      font-size: 14px;
      margin-bottom: -8px;
  }div#audio-file-data .selected-audio-item-actions {
      margin-top: 10px;
      height: 30px;
      box-sizing: border-box;
      height: 50px;
      width: 50%;
      float: left;
  }div#audio-file-data .selected-audio-item-actions a {
      background: blue;
      color: white;
      padding: 2px 10px;
      text-transform: none;
      font-size: 15px;
      font-family: 'Calibri';
      text-decoration: none;
  }div#audio-file-data a.selected-audio-item-delete-btn {
      padding: 2px 25px;
      background: red;
      margin-left: 1%;
  }div#audio-file-data .fa-8x {
      font-size: 8em !important;
      margin-bottom: 15px;
  }
  div#audio-file-data .selected-audio-item-preview {
      margin-top: 20px;
      height: 30px;
      box-sizing: border-box;
      height: 50px;
      width: 70%;
      float: left;
  }div#audio-file-data .selected-audio-item-preview a {
      background: #262419;
      color: white;
      padding: 10px;
      text-transform: none;
      font-size: 15px;
      font-family: 'Calibri';
      text-decoration: none;
      margin-left: 1%;
  }
  div#audio-file-data .selected-audio-item-broadcast {
      margin-top: 80px;
      height: 30px;
  }div#audio-file-data .selected-audio-item-broadcast a {
      background: #ff1100;
      color: white;
      padding: 20px 11px;
      text-transform: none;
      font-size: 15px;
      font-family: 'Calibri';
      text-decoration: none;
      margin-left: 0.5%;
      border: 1px solid #000;
  }
  
  /* MAP ONLY CSS */
  body.map .leaflet-draw-section {display: none;}
  body.map div#userLoginBox {
      position: fixed;
      top: 5%;
      right: 2%;
      z-index: 10000001;
      background: white;
      width: 200px;
      min-height: 90px;
      box-sizing: border-box;
      border: 2px solid #DDD;
  }
  body.map div#userLoginBox .title {
      font-size: 18px;
      height: 28px !important;
      min-height: 28px;
      padding-top: 0px;
  }
  
  
  .right-bar.wide.assets {
      width: 35%;
      height: 97%;
      background: #FFFFFF;
      padding: 10px;
      box-sizing: border-box;
      overflow: hidden;
      min-width: 675px;
      border: 2px solid #2a2a2a;
  }
  
  .right-bar.wide.assets.manage {
      display: none;
  }
  
  
  .wide.assets .action-sections {
      height: 100%;
      background: rgba(64, 86, 111, 0.98);
  }
  

p.ipaws-uri_en, p.ipaws-uri_es {
    text-align: left !important;
}

  p.assets-title {
      font-size: 22px;
      margin-bottom: 6px;
      margin-top: 0px;
      color: dimgrey;
      text-align: center;
      background: #ececec;
      padding: 10px;
  }
  
  .filter-categories p {
      float: left;
      width: 32.4%;
      margin-top: 0px;
      background: #ffffff;
      margin-right: 0.7%;
      padding: 5px 0px;
      font-family: calibri;
      font-weight: bolder;
      margin-bottom: 0px;
      padding-left: 2px;
      box-sizing: border-box;
  }
  
  select#filter-type, select#filter-bldg, select#filter-dept {
      width: 32.35%;
      margin-right: .07%;
      background: white;
      margin-top: -7px;
  }
  
  .asset-tracker-list {
      height: calc(100% - 150px);
      overflow-y: auto;
  }
  .script-button.hot.always {
      height: 47px;
      padding: 13px !important;
  }
  /*
  .asset-tracker-list table {
      background: white;
      width: 99%;
      margin-top: 15px;
      padding: 0;
      font-size: 13px;
      border: 1px solid #DDD;
      border-bottom: 0px;
  }
  .asset-tracker-list table td {
      border-right: 1px solid #DDD;
      border-bottom: 1px solid #DDD;
      padding: 8px;
      text-align: center;
  }
  .asset-tracker-list table tr:first-child td {
      font-weight: bold;
      background: #dedfe6;
  }
  .asset-tracker-list table td:last-child {
      border-right: 0px;
  }
  .asset-tracker-list table tr:hover {
      cursor: pointer;
      background: #a4a8c3;
  }
  */