@font-face {
  font-family: "CircularStd-Book";
  src: url(../assets/CircularStd-Book.otf); }
@font-face {
  font-family: "CircularStd-Black";
  src: url(../assets/CircularStd-Black.otf); }
@font-face {
  font-family: "Brandon_reg";
  src: url(../assets/Brandon_reg.otf); }
@font-face {
  font-family: "Brandon_med";
  src: url(../assets/Brandon_med.otf); }
@font-face {
  font-family: "Brandon_bld";
  src: url(../assets/Brandon_bld.otf); }
@font-face {
  font-family: "FiraSans-BoldItalic";
  src: url(../assets/FiraSans-BoldItalic.otf); }
@font-face {
  font-family: "FiraSans-Book";
  src: url(../assets/FiraSans-Book.otf); }
@font-face {
  font-family: "FiraSans-Light";
  src: url(../assets/FiraSans-Light.otf); }
@font-face {
  font-family: "FiraSans-Regular";
  src: url(../assets/FiraSans-Regular.otf); }
@font-face {
  font-family: "FiraSans-ExtraBold";
  src: url(../assets/FiraSans-ExtraBold.otf); }
@font-face {
  font-family: 'icomoon';
  src: url("../assets/icomoon.eot?1hwa12");
  src: url("../assets/icomoon.eot?#iefix1hwa12") format("embedded-opentype"), url("../assets/icomoon.woff?1hwa12") format("woff"), url("../assets/icomoon.ttf?1hwa12") format("truetype"), url("../assets/icomoon.svg?1hwa12#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-medium_logopng:before {
  content: "\e600"; }

body {
  -webkit-font-smoothing: antialiased;
  padding-top: 20px;
  margin: 0;
  background: #f3f3f4;
  height: 100%;
  font-family: "FiraSans-Regular";
  /* overflow: hidden; */ }

img {
  max-width: 100%;
  max-height: 100%; }

button {
  outline: none; }

.body_wrap {
  height: 90%;
  margin-top: 50px; }
  .body_wrap hr {
    margin-top: 10px;
    margin-bottom: 12px; }
  .body_wrap .left_nav {
    width: 20%;
    position: fixed;
    border-right: 2px solid black;
    padding: 10px 10px; }
    .body_wrap .left_nav .site_item {
      text-align: center; }
      .body_wrap .left_nav .site_item h1 {
        font-family: "FiraSans-ExtraBold"; }
      .body_wrap .left_nav .site_item hr {
        opacity: 0.5; }
    .body_wrap .left_nav .link_items ul {
      padding: 0;
      margin: 0;
      padding-left: 10px;
      list-style: none; }
      .body_wrap .left_nav .link_items ul li {
        padding: 20px 0;
        font-size: 18px;
        opacity: 0.6; }
  .body_wrap .right_main {
    width: 80%;
    height: auto;
    position: absolute;
    right: 0; }
    .body_wrap .right_main .row {
      padding-top: 20px;
      margin-bottom: 2px; }
    .body_wrap .right_main .main_div_meter {
      padding: 10px 20px; }
    .body_wrap .right_main .main_items_top p, .body_wrap .right_main .main_items_top input {
      display: inline-block; }
    .body_wrap .right_main .main_items_top p {
      font-size: 20px;
      opacity: 0.8; }
    .body_wrap .right_main .meter_row p {
      font-size: 20px;
      opacity: 0.8; }
    .body_wrap .right_main .meter_row .meter_items {
      text-align: center; }
      .body_wrap .right_main .meter_row .meter_items p {
        font-family: "FiraSans-ExtraBold";
        opacity: 1; }
    .body_wrap .right_main .relay_row p {
      font-size: 20px;
      opacity: 0.8; }
    .body_wrap .right_main .relay_row .relay_items {
      text-align: center; }
      .body_wrap .right_main .relay_row .relay_items p {
        font-family: "FiraSans-ExtraBold";
        opacity: 1; }
    .body_wrap .right_main .measures_row p {
      font-size: 20px;
      opacity: 0.8; }
    .body_wrap .right_main .measures_row .measures_items {
      text-align: center; }
      .body_wrap .right_main .measures_row .measures_items p {
        font-family: "FiraSans-ExtraBold";
        opacity: 1; }
      .body_wrap .right_main .measures_row .measures_items .sensor_item {
        height: 30px;
        width: 30px;
        display: block;
        background: white;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin: 0 auto; }
      .body_wrap .right_main .measures_row .measures_items .off_sensor {
        background: #FC8080; }
      .body_wrap .right_main .measures_row .measures_items .on_sensor {
        background: #5CD98A; }
  .body_wrap .item-box {
    margin-bottom: 20px;
    background: #ffffff;
    color: #676a6c; }
    .body_wrap .item-box .fa-cog {
      color: #e74c3c; }
    .body_wrap .item-box .item-title {
      border-color: #e7eaec;
      border-image: none;
      border-style: solid solid none;
      border-width: 3px 0 0;
      color: inherit;
      margin-bottom: 0;
      padding: 14px 15px 7px;
      min-height: 48px;
      font-family: "Brandon_bld"; }
      .body_wrap .item-box .item-title h5, .body_wrap .item-box .item-title .item-control-title {
        display: inline-block; }
      .body_wrap .item-box .item-title .item-control-title {
        float: right;
        color: #e74c3c; }
        .body_wrap .item-box .item-title .item-control-title .edit_device_button button {
          background: none;
          color: #e74c3c;
          border: 1px solid #e74c3c; }
        .body_wrap .item-box .item-title .item-control-title ul {
          padding: 0;
          margin-bottom: 15px; }
          .body_wrap .item-box .item-title .item-control-title ul li {
            padding: 0 5px 5px 5px;
            margin: 0;
            list-style: none;
            /*            color: #c4c4c4;
            */
            display: inline-block; }
    .body_wrap .item-box .item-box-content {
      background-color: #ffffff;
      color: inherit;
      padding: 12px 20px 15px 20px;
      border-color: #e7eaec;
      border-image: none;
      border-style: solid solid none;
      border-width: 1px 0;
      /* Group all the Ethernet controls together */ }
      .body_wrap .item-box .item-box-content .timerButton {
        margin-top: -3px;
        color: #a59fa4;
        border-radius: 2px;
        border: 1px solid #a59fa4;
        background: none; }
      .body_wrap .item-box .item-box-content .section_header_title {
        font-family: "Brandon_bld";
        font-size: 18px; }
      .body_wrap .item-box .item-box-content input {
        padding: 10px, 10px; }
      .body_wrap .item-box .item-box-content .relay-control-list .btn-success {
        background-color: #26A65B;
        border-color: #0ba62e;
        font-family: "FiraSans-ExtraBold"; }
      .body_wrap .item-box .item-box-content .relay-control-list .btn-danger {
        background-color: #D91E18;
        border-color: #d90008;
        font-family: "FiraSans-ExtraBold"; }
      .body_wrap .item-box .item-box-content .relay-control-list .relay-label {
        padding-left: 15px; }
      .body_wrap .item-box .item-box-content .item-box-button-control {
        text-align: center;
        margin-bottom: 10px; }
        .body_wrap .item-box .item-box-content .item-box-button-control .controllerTempHolder {
          text-align: center; }
        .body_wrap .item-box .item-box-content .item-box-button-control .btn-success {
          background-color: #26A65B;
          border-color: #0ba62e;
          font-family: "FiraSans-ExtraBold"; }
        .body_wrap .item-box .item-box-content .item-box-button-control .btn-danger {
          background-color: #D91E18;
          border-color: #d90008;
          font-family: "FiraSans-ExtraBold"; }
      .body_wrap .item-box .item-box-content .digInput-row {
        min-height: 34px; }
      .body_wrap .item-box .item-box-content .digital-input {
        height: 30px;
        width: 30px;
        display: inline-block;
        border-radius: 20px;
        margin: 0 25px -10px 0; }
        .body_wrap .item-box .item-box-content .digital-input p {
          margin: 10px 0px 0px 0px; }
      .body_wrap .item-box .item-box-content .digital-input-on {
        background: #26A65B; }
      .body_wrap .item-box .item-box-content .digital-input-off {
        background: #D91E18; }
      .body_wrap .item-box .item-box-content .digital-input-ok {
        background: #E4F1FE; }
      .body_wrap .item-box .item-box-content .gauge-item {
        margin-bottom: 10px;
        text-align: center;
        display: block; }
      .body_wrap .item-box .item-box-content .analog-gauge-item {
        /* width: 360px;
        max-width: 360px; */ }
        .body_wrap .item-box .item-box-content .analog-gauge-item .device-name {
          padding-left: 10px; }
      .body_wrap .item-box .item-box-content .new-gauge-item {
        padding-bottom: 15px;
        margin-top: -15px;
        text-align: center; }
      .body_wrap .item-box .item-box-content .meter-linear-horiz-title {
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .body_wrap .item-box .item-box-content .meter-linear-horiz {
        border: none;
        padding: 8px;
        display: flex;
        justify-content: space-around;
        align-items: center; }
      .body_wrap .item-box .item-box-content .ethernet {
        margin-bottom: 5px;
        margin-top: 0;
        /* Hide the browser's default radio button */
        /* Create a custom radio button */
        /* On mouse-over, add a grey background color */
        /* When the radio button is checked, add a blue background */
        /* Create the indicator (the dot/circle - hidden when not checked) */
        /* Show the indicator (dot/circle) when checked */
        /* Style the indicator (dot/circle) */ }
        .body_wrap .item-box .item-box-content .ethernet .title-ethernet {
          border: none;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .body_wrap .item-box .item-box-content .ethernet .title-ethernet .label-ethernet {
            padding-left: 10px; }
          .body_wrap .item-box .item-box-content .ethernet .title-ethernet .button-right {
            padding: 5px;
            display: inline-block;
            float: right; }
        .body_wrap .item-box .item-box-content .ethernet .controls-ethernet {
          border: none;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
        .body_wrap .item-box .item-box-content .ethernet .ethernet-radio-container {
          display: block;
          position: relative;
          padding-left: 35px;
          margin-bottom: 12px;
          cursor: pointer;
          font-size: 18px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .body_wrap .item-box .item-box-content .ethernet .ethernet-radio-container input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
        .body_wrap .item-box .item-box-content .ethernet .checkmark {
          position: absolute;
          top: 0;
          left: 0;
          height: 25px;
          width: 25px;
          background-color: #eee;
          border-radius: 50%; }
        .body_wrap .item-box .item-box-content .ethernet .ethernet-radio-container:hover input ~ .checkmark {
          background-color: #ccc; }
        .body_wrap .item-box .item-box-content .ethernet .ethernet-radio-container input:checked ~ .checkmark {
          background-color: #2196F3; }
        .body_wrap .item-box .item-box-content .ethernet .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        .body_wrap .item-box .item-box-content .ethernet .ethernet-radio-container input:checked ~ .checkmark:after {
          display: block; }
        .body_wrap .item-box .item-box-content .ethernet .ethernet-radio-container .checkmark:after {
          top: 9px;
          left: 9px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: white; }
      .body_wrap .item-box .item-box-content ul .pull-right {
        font-weight: 900;
        font-size: 150%; }

.generatorTemps {
  /* WM1 */ }
  .generatorTemps .generatorReadout .generatorTempReadout {
    text-align: center; }
  .generatorTemps .wmItem {
    text-align: center; }
    .generatorTemps .wmItem .wmTable {
      text-align: center; }

/* Splash */
.splash_body {
  background: white;
  color: #242933; }
  .splash_body .splash_container {
    padding: 50px 0; }
  .splash_body .divider_span {
    display: block;
    height: 5px;
    width: 15px;
    background-color: #19B5FE;
    margin: 15px 0;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto; }
  .splash_body .registration_section .register_buttons .register_button {
    border: 2px solid #989898;
    color: #989898;
    background-color: white;
    border-radius: 4px;
    padding: 10px; }
  .splash_body .registration_section .register_buttons .login_button {
    font-family: "FiraSans-ExtraBold";
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    background-color: #f79d00;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    border: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    margin-bottom: 20px; }
    .splash_body .registration_section .register_buttons .login_button:hover {
      padding-top: -2px;
      background-color: #f7e804; }
  .splash_body .selling_section {
    text-align: center; }
    .splash_body .selling_section .upload_icon {
      text-align: center; }
    .splash_body .selling_section h1 {
      font-family: "Brandon_bld";
      font-size: 20px; }
    .splash_body .selling_section h3 {
      font-family: "FiraSans-ExtraBold";
      font-size: 28px; }
    .splash_body .selling_section p {
      font-family: "FiraSans-Light";
      font-size: 20px; }
  .splash_body .secondary_splash_section {
    text-align: center;
    color: #242933; }
    .splash_body .secondary_splash_section h1 {
      font-family: "FiraSans-Light";
      font-size: 48px; }
    .splash_body .secondary_splash_section p {
      font-family: "FiraSans-Book";
      font-size: 16px; }
    .splash_body .secondary_splash_section ul {
      margin-left: auto;
      margin-right: auto;
      padding: 0px; }
      .splash_body .secondary_splash_section ul li {
        display: inline-block;
        padding: 5px 5px; }
        .splash_body .secondary_splash_section ul li a {
          font-family: "Brandon_bld";
          font-size: 16px;
          color: #19B5FE; }
    .splash_body .secondary_splash_section .image_splash_holder {
      padding: 30px 0;
      text-align: center; }
      .splash_body .secondary_splash_section .image_splash_holder img {
        max-height: 700px;
        margin: 0 auto; }
    .splash_body .secondary_splash_section .sign_off_secondary {
      text-align: left;
      max-width: 80%;
      margin: 0 auto;
      padding: 25px 0; }
      .splash_body .secondary_splash_section .sign_off_secondary h3 {
        font-family: "FiraSans-Light"; }
      .splash_body .secondary_splash_section .sign_off_secondary p {
        font-size: 16px; }
  .splash_body .interface_demo_section {
    text-align: center;
    color: #242933; }
    .splash_body .interface_demo_section h1 {
      font-family: "FiraSans-Light";
      font-size: 48px; }
    .splash_body .interface_demo_section p {
      font-family: "FiraSans-Light";
      font-size: 20px;
      line-height: 200%; }
    .splash_body .interface_demo_section .demo_section_site ul {
      list-style: none;
      text-align: left; }
      .splash_body .interface_demo_section .demo_section_site ul li {
        padding: 10px 0; }
    .splash_body .interface_demo_section .demo_section_site .image_demo_secion {
      overflow: hidden;
      align-content: flex-end; }
  .splash_body .bottom_sign_off {
    text-align: center;
    background: linear-gradient(rgba(39, 185, 255, 0), rgba(109, 132, 255, 0)), url("../img/blur.jpg");
    background-position: center;
    background-size: cover;
    color: white;
    padding: 55px 0; }
    .splash_body .bottom_sign_off h1 {
      font-family: "FiraSans-Light";
      font-size: 48px; }
    .splash_body .bottom_sign_off p {
      font-family: "FiraSans-Light";
      font-size: 20px;
      line-height: 200%; }
    .splash_body .bottom_sign_off .sign_off_item {
      padding: 55px 0 20px 0; }
      .splash_body .bottom_sign_off .sign_off_item i {
        font-size: 48px; }

.nav_login_controller {
  font-family: "Brandon_bld";
  padding: 10px 0 0 10px;
  color: #242933; }
  .nav_login_controller a {
    color: #242933;
    opacity: 0.6; }

.login_container {
  font-family: "Brandon_bld"; }
  .login_container .login_in_link {
    text-align: center;
    padding-top: 10px;
    font-family: "Brandon_reg";
    font-size: 20px; }
    .login_container .login_in_link a {
      color: #242933;
      opacity: 0.6; }
  .login_container .login_header_section {
    text-align: center;
    padding-bottom: 10px;
    color: #242933; }
    .login_container .login_header_section i {
      color: #21ce99;
      font-size: 48px;
      opacity: 0.3; }
    .login_container .login_header_section h1 {
      font-family: "Brandon_bld";
      font-size: 20px; }
    .login_container .login_header_section p {
      font-family: "FiraSans-Light";
      font-size: 24px; }
  .login_container form {
    text-align: center;
    padding: 30px 0;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .login_container form table {
      width: 70%;
      margin: 0 auto; }
      .login_container form table tr th {
        padding: 20px 0;
        font-family: "FiraSans-Light";
        font-size: 24px;
        opacity: 0.8; }
      .login_container form table tr td label {
        padding: 20px 0;
        font-family: "FiraSans-Light";
        font-size: 24px;
        opacity: 0.8;
        color: #242933; }
      .login_container form table tr td input {
        width: 100%;
        border: none;
        border-bottom: 2px solid #21ce99;
        outline: none;
        font-size: 24px;
        color: #21ce99;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        height: auto;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
  .login_container .login_container_button {
    color: white;
    background: #21ce99;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 30px; }

/* Register */
.nav_register_controller {
  font-family: "Brandon_bld";
  padding: 10px 0 0 10px; }
  .nav_register_controller a {
    color: #242933;
    opacity: 0.6; }

.register_container {
  color: #242933;
  font-family: "Brandon_bld";
  color: #242933;
  padding: 40px 0; }
  .register_container .register_sign_in_link {
    text-align: center;
    padding-top: 10px;
    font-family: "Brandon_reg";
    font-size: 20px; }
    .register_container .register_sign_in_link a {
      color: #242933;
      opacity: 0.6; }
  .register_container .register_header_section {
    text-align: center;
    padding-bottom: 10px; }
    .register_container .register_header_section i {
      color: #19B5FE;
      font-size: 48px;
      opacity: 0.3; }
    .register_container .register_header_section h1 {
      font-family: "Brandon_bld";
      font-size: 20px; }
    .register_container .register_header_section p {
      font-family: "FiraSans-Light";
      font-size: 24px; }
  .register_container form {
    text-align: center;
    padding: 30px 0;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .register_container form table {
      width: 70%;
      margin: 0 auto; }
      .register_container form table tr th {
        padding: 20px 0;
        font-family: "FiraSans-Light";
        font-size: 24px;
        opacity: 0.8; }
      .register_container form table tr td input {
        width: 100%;
        border: none;
        border-bottom: 2px solid #19B5FE;
        outline: none;
        font-size: 24px;
        color: #19B5FE; }
  .register_container .register_container_button {
    color: white;
    background: #19B5FE;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 30px; }

/* Sidebar */
/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 250px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #2f4050;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Brandon_bld";
  font-size: 16px; }

#wrapper.toggled #sidebar-wrapper {
  width: 250px; }

#wrapper.toggled .sidebar-custom {
  width: 250px; }

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px; }

/* Key to having the content scroll within the window without over-running the menus */
.tab-content {
  height: 1500px;
  width: 100%;
  overflow-y: scroll; }

.formEdit {
  height: 500px;
  width: 100%;
  overflow-y: scroll; }

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px; }

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  font-size: 18px;
  background: #293847;
  border-left: 4px solid #19aa8d; }
  .sidebar-nav > .sidebar-brand p {
    opacity: 0.7;
    font-family: "FiraSans-ExtraBold";
    font-size: 12px; }

.sidebar-nav > .sidebar-brand a {
  color: #999999; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

.sidebar-custom {
  background: white;
  color: #3B3C3D;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Brandon_bld";
  font-size: 16px;
  font-family: "Open Sans"; }
  .sidebar-custom img {
    max-width: 200px;
    padding-top: 20px; }
  .sidebar-custom .sidebar-section {
    border-bottom: 1px solid #e6e9ea; }
    .sidebar-custom .sidebar-section .sidebar-header {
      color: #A3A3A3;
      font-weight: 700;
      text-transform: uppercase; }
    .sidebar-custom .sidebar-section .active-users {
      text-indent: 20px;
      padding-top: 20px;
      font-size: 14px; }
    .sidebar-custom .sidebar-section .active-techs {
      text-indent: 20px;
      padding-bottom: 20px;
      padding-top: 20px;
      font-size: 14px; }
  .sidebar-custom .sidebar-stats {
    padding: 10px 0; }
    .sidebar-custom .sidebar-stats li {
      font-size: 14px; }
      .sidebar-custom .sidebar-stats li span {
        font-weight: 700; }
  .sidebar-custom .sidebar-profile {
    font-size: 14px;
    color: #3B3C3D;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px; }
    .sidebar-custom .sidebar-profile .logoutButton {
      color: #e74c3c;
      cursor: pointer; }
  .sidebar-custom .user-items {
    padding: 0; }
    .sidebar-custom .user-items li {
      display: inline-block;
      text-indent: 0;
      color: #4455F6;
      border-radius: 100px;
      border: 1px solid #4455F6;
      padding: 2px 15px;
      margin-right: -10px;
      background: white;
      font-weight: 700; }
  .sidebar-custom .sidebar-main-links {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .sidebar-custom .sidebar-main-links li {
      font-weight: 700;
      font-size: 14px; }
  .sidebar-custom .site-locations {
    list-style: none;
    padding: 10px 0;
    margin: 0; }
    .sidebar-custom .site-locations .header-site-location {
      font-weight: 700;
      font-size: 14px; }
    .sidebar-custom .site-locations li {
      font-size: 14px; }
      .sidebar-custom .site-locations li .site-problem-indicator {
        height: 10px;
        width: 10px;
        display: inline-block;
        border-radius: 20px;
        background: #26A65B;
        margin: 15px 10px 0 0; }

.table {
  color: #4B4D4E;
  background: white;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0; }
  .table .tech-table {
    color: #4455F6;
    border-radius: 100px;
    border: 1px solid #4455F6;
    padding: 5px 10px;
    font-weight: 700; }
  .table .table-indicator {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 20px;
    background: #26A65B;
    float: center;
    margin: 0px 10px 0 0; }
  .table .indicator-problem {
    background: #D91E18; }

.dashboard-table #special-table-header {
  height: 500px;
  overflow-y: scroll;
  display: table-header-group !important; }

.dashboard-grid {
  max-height: 700px;
  height: auto;
  overflow-y: scroll; }

.alarm-table {
  height: 200px; }
  .alarm-table tbody {
    overflow-y: scroll; }

/* LED's */
.led-box {
  height: 30px;
  width: 30px;
  margin-left: auto;
  margin-right: auto; }
  .led-box .led-blue {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #24E0FF;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px; }
  .led-box .led-grey {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #fffaf5;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0px 0px 0px, inset #121213 0 -1px 9px, #8c8a85 0 0px 0px; }

.wmTable {
  text-align: center; }
  .wmTable .wmTableHeader {
    text-align: center; }
    .wmTable .wmTableHeader th {
      text-align: center; }

.special-nav {
  font-family: "Open Sans"; }
  .special-nav .navbar-brand {
    font-weight: 700;
    color: #4B4D4E; }

.table .drop-down-table {
  border: none;
  padding: 0; }
  .table .drop-down-table hr {
    margin-top: 5px;
    margin-bottom: 5px; }

.table .drop-down-item-list {
  padding-left: 40px; }
  .table .drop-down-item-list p {
    font-weight: 700;
    font-size: 12px; }

.table .drop-down-item-list-items {
  padding: 0;
  margin: 10px 0px 10px 20px;
  padding-right: 10px; }
  .table .drop-down-item-list-items li {
    padding: 5px 0; }
  .table .drop-down-item-list-items .clickable-row {
    cursor: pointer; }
  .table .drop-down-item-list-items button {
    background: none;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.large-click-row {
  cursor: pointer; }

.site-history-chart {
  font-family: "Open Sans";
  padding-bottom: 10px;
  padding-top: 20px; }
  .site-history-chart ul {
    display: inline-block; }
  .site-history-chart .site-title-item {
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #4B4D4E;
    position: relative;
    text-decoration: none; }
  .site-history-chart .site-chart-controls .site-chart-button {
    margin: 3px;
    font-size: 16px;
    float: right;
    font-weight: bold; }

.site-nav-items {
  font-family: "Open Sans";
  padding-bottom: 10px;
  padding-top: 20px; }
  .site-nav-items ul {
    display: inline-block; }
  .site-nav-items .nav-big-item {
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #4B4D4E;
    position: relative;
    text-decoration: none; }
  .site-nav-items .nav-small-item {
    color: #4B4D4E;
    text-decoration: none; }
  .site-nav-items .navbar-nav {
    position: relative; }
    .site-nav-items .navbar-nav a {
      color: #4B4D4E; }

.navbar {
  margin-bottom: 0px; }

/* mcw Device Navigation */
.navbar-devices-menu {
  overflow: hidden;
  background-color: #264ba2;
  position: fixed;
  top: 0;
  width: 100%;
  /* Change background on mouse-over */ }
  .navbar-devices-menu .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    margin-bottom: 0px;
    border-right: 1px solid #bbb; }
  .navbar-devices-menu ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #264ba2; }
  .navbar-devices-menu ul.topnav li {
    float: left; }
  .navbar-devices-menu ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
    text-decoration: none;
    border-right: 1px solid #bbb; }
  .navbar-devices-menu .navbar a:hover, .navbar-devices-menu a:focus {
    background: #ddd;
    color: black; }
  .navbar-devices-menu .active {
    background-color: #2096c5; }

#searchSites {
  border-radius: 4px;
  border: 2px solid #ddd;
  padding: 5px 10px;
  min-width: 100%;
  font-family: "FiraSans-Regular";
  color: #4B4D4E;
  margin-bottom: 5px;
  outline-width: 0; }

.ham-menu {
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 0px 10px;
  font-size: 20px;
  color: #4B4D4E;
  background-color: white;
  z-index: 10000;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0; }

ul.nav.nav-tabs.specialTabs {
  font-family: "Open Sans";
  padding-left: 30px;
  margin-bottom: 10px; }

.modalButton {
  cursor: pointer; }

.modal {
  color: #4B4D4E; }

#alertsTab h1 {
  font-size: 20px;
  font-family: "Brandon_bld";
  color: #4B4D4E; }

.navTabContainer .backToDashboard {
  margin-bottom: 10px; }
  .navTabContainer .backToDashboard button {
    color: #4455F6;
    border-radius: 2px;
    border: 1px solid #4455F6;
    background: none; }

/* Alarm Page */
.detectedAlarms .containerTitle h1, .configuredAlarms .containerTitle h1, .addAlarms .containerTitle h1 {
  color: #4B4D4E; }

/* For Add Site Button Page */
.addSiteBack {
  margin: 10px 0 0 10px; }
  .addSiteBack button {
    color: #4455F6;
    border-radius: 2px;
    border: 1px solid #4455F6;
    background: none; }

.addSiteContainer {
  text-align: center;
  padding: 10px 0 75px 0;
  color: #242933; }
  .addSiteContainer .controller_form_edit {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    float: inherit; }
    .addSiteContainer .controller_form_edit li {
      width: 100%;
      padding-bottom: 15px; }
  .addSiteContainer .editSiteButtonHolder {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid white; }
  .addSiteContainer .editControllerButtonHolder {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 20px;
    margin-top: 10px; }
  .addSiteContainer i {
    color: #19B5FE;
    font-size: 48px;
    opacity: 0.3; }
  .addSiteContainer h1 {
    font-family: "FiraSans-Light";
    font-size: 24px;
    color: #242933; }
  .addSiteContainer form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 45px; }
    .addSiteContainer form label {
      font-family: "FiraSans-Light";
      font-size: 16px;
      opacity: 0.8;
      padding-right: 20px;
      width: 200px; }
    .addSiteContainer form input {
      width: 40%;
      border: none;
      border-bottom: 2px solid #19B5FE;
      outline: none;
      font-size: 20px;
      color: #19B5FE; }
    .addSiteContainer form button {
      margin-top: 10px;
      color: white;
      background: #19B5FE;
      border: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 10px 30px;
      font-family: "Brandon_bld";
      text-transform: uppercase; }
    .addSiteContainer form .delete {
      color: #8a8a8a;
      background: #ebebeb; }

/* Normal computer screen */
@media (min-width: 768px) {
  #wrapper {
    padding-left: 250px; }

  #wrapper.toggled {
    padding-left: 0; }

  #sidebar-wrapper {
    width: 250px; }

  .sidebar-custom {
    width: 250px; }

  #wrapper.toggled #sidebar-wrapper {
    width: 0; }

  #page-content-wrapper {
    padding: 15px;
    margin-top: 60px;
    position: relative; }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; }

  .item-box-content .radial-gauge {
    width: 100%;
    margin: 0 auto;
    max-height: 60%;
    display: inline-block; }
  .item-box-content .gauge-linear-horiz {
    width: 100%;
    max-height: auto;
    display: inline-block; } }
@media (max-width: 1000px) {
  .body_wrap .right_main {
    width: 70%; }

  .body_wrap .left_nav {
    width: 30%; } }
/* Tablet screen */
@media (max-width: 767px) {
  .body_wrap .right_main {
    width: 60%; }

  .body_wrap .left_nav {
    width: 20%; }

  #page-content-wrapper {
    padding: 15px;
    margin-top: 60px;
    position: relative; }

  .sidebar-custom {
    width: 0px; }

  .ham-menu {
    top: 110px;
    left: 360px;
    opacity: 1; } }
.sidebar-open {
  width: 250px;
  box-shadow: 5px 0px 5px #dadada; }

/* phone screen */
@media screen and (max-width: 560px) {
  #page-content-wrapper {
    padding: 15px;
    margin-top: 80px;
    position: relative; }

  .dashboard-grid {
    width: 85%; }

  .site-grid-wrapper {
    grid-template-columns: 1fr;
    font-size: 12px; }

  .item-box-content .radial-gauge {
    width: 100%;
    max-height: 60%;
    display: inline-block; }

  ul.topnav li {
    float: none; } }
#update-message {
  display: none;
  background-color: #FFFF00;
  color: #00000; }

/*# sourceMappingURL=second.css.map */
