:root{
	--primaryColor: #007aff;
	--dangerColor: #dc3545;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Light.ttf');
  font-weight: 100;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Medium.ttf');
  font-weight: 500;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
}

.header {
  position: fixed;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 106, 196, 0.8);
  height: 50px;
  z-index: 1;

  -webkit-backdrop-filter: saturate(80%) blur(5px);
  backdrop-filter: saturate(80%) blur(5px);

}
  .header div {
    padding: 0; }
    .header div .header-buttons {
      padding: 0;
      margin: 0; }
      .header div .header-buttons ul {
        margin: 0;
        padding: 0;
        float: right;
        position: absolute;
        right: 15px; }
        .header div .header-buttons ul li {
          list-style: none;
          float: left;
          color: #FFF;
          padding: 15px 10px 9px 10px;
          cursor: pointer;
          transition: all 0.3s ease;
          font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important; }
          .header div .header-buttons ul li .dropdown-menu {
            border-radius: 0;
            z-index: 99999; }
            .header div .header-buttons ul li .dropdown-menu li {
              width: 100%;
              padding: 0; }
              .header div .header-buttons ul li .dropdown-menu li:hover {
                background: #FDFDFD; }
              .header div .header-buttons ul li .dropdown-menu li a {
                padding: 5px 0px 5px 5px; }
                .header div .header-buttons ul li .dropdown-menu li a img {
                  width: 30px;
                  margin-right: 2px; }
          .header div .header-buttons ul li i {
            font-size: 26px;
            float: left;
            margin-right: 4px;
            position: relative;
            top: -4px; }
          .header div .header-buttons ul li:hover {
            background-color: rgba(13, 83, 143, 0.4);
            color: #FFF;
            transition: all 0.3s ease; }
    .header div .menu-icon {
      padding: 0;
      margin: 0; }
      .header div .menu-icon div {
        /*border-right: 1px solid #FDFDFD;*/
        height: 50px;
        width: 50px;
        min-width: 45px;
        cursor: pointer;
        padding: 0;
        margin: 0; }
        .header div .menu-icon div i {
          position: absolute;
          top: 12px;
          left: 10px;
          color: #FFF; }
        .header div .menu-icon div:hover {
          background-color: rgba(13, 83, 143, 0.4); }

.sidebarRow {
  position: relative; }
  .sidebarRow .sidebar {
    position: fixed;
    margin-top: 50px;
    background-color: rgb(250, 251, 252);
    height: 100vh;
    padding: 0;
    z-index: 2; }
    .sidebarRow .sidebar ul {
      padding: 0px 0px 0px 15px;
      margin: 0; }
      .sidebarRow .sidebar ul li {
        list-style: none;
        padding: 0 0 11px 10px;
        cursor: pointer;
        color: rgb(66, 82, 110);
        font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important; }
        .sidebarRow .sidebar ul li.sub-menu:after {
          content: 'chevron_right';
          float: right;
          margin-right: 10px;
          margin-top: 5px;
          font-family: 'Material Icons';
          font-size: 25px;
        }
        .sidebarRow .sidebar ul li.sub-menu.open:after {
          content: 'expand_more';
        }
        .sidebarRow .sidebar ul li:hover {
          background-color: rgb(230, 239, 252);
          color: rgb(0, 82, 204);
		}
        .sidebarRow .sidebar ul li.active {
          background-color: rgb(230, 239, 252);
          color: rgb(0, 82, 204);
          position: relative; }
          .sidebarRow .sidebar ul li.active:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 9px 9px 0;
            border-color: transparent #FFF transparent transparent;
            position: absolute;
            top: 50%;
            margin-top: -9px;
            right: 0; }
        .sidebarRow .sidebar ul li i {
          position: relative;
          top: 8px;
          font-size: 27px; }
      .sidebarRow .sidebar ul ul {
        display: none;
        padding: 0;
    }
        .sidebarRow .sidebar ul ul li {
          padding: 10px 10px 10px 20px; }

.login {
  background-color: #286090; }
  .login .form-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
    text-align: center; }
    .login .form-body img {
      margin-bottom: 20px; }
    .login .form-body .form-group .btn {
      background: #FDFDFD;
      box-shadow: none;
      border: 0;
      padding: 12px 12px 13px 12px;
      cursor: default; }
    .login .form-body .form-group input {
      border: 0;
      box-shadow: none;
      border-radius: 0;
      padding: 15px;
      height: 45px; }
    .login .form-body a {
      color: #FDFDFD;
      text-decoration: none; }

.page-container {
  margin-left: 16.66666667%;
  margin-top: 50px;
  padding-right: 20px;
}
  @media screen and (max-width: 1200px) {
    .page-container {
      margin-left: 25%; } }
  .page-container .liveMap {
    width: 100%; }
  .page-container .personnel-list {
    padding: 0;
    overflow-x: scroll; }
    .page-container .personnel-list .areas {
      padding: 0;
      margin-top: 95px; }
      .page-container .personnel-list .areas .personnel {
        font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
        color: #929292;
        border-bottom: 1px solid #929292;
        cursor: pointer; }
        .page-container .personnel-list .areas .personnel i {
          position: relative;
          top: 4px; }
  .page-container div {
    padding: 4px; }
    .page-container div .page-header {
      margin: 15px 0 20px;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important; }
      .page-container div .page-header .btn {
        float: right;
        margin-top: -35px;
        margin-right: 10px; }
    .page-container div .filter-box {
      padding: 0;
      margin-bottom: 30px; }
    .page-container div #timeline {
      padding-top: 40px;
      margin-bottom: 40px; }
    .page-container div .export-buttons a {
      padding: 5px 15px 10px 15px; }
      .page-container div .export-buttons a i {
        position: relative;
        top: 5px;
        font-size: 23px; }
    .page-container div .form-horizontal .form-group {
      padding: 0;
      margin-bottom: 0px; }
      .page-container div .form-horizontal .form-group .dropdown {
        padding: 0; }
        .page-container div .form-horizontal .form-group .dropdown .input-group {
          padding: 0; }
      .page-container div .form-horizontal .form-group .control-label {
        font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
        font-weight: bold; }
        .page-container div .form-horizontal .form-group .control-label span {
          color: #ca2727;
          font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
          font-size: 12px;
          position: relative;
          top: -7px;
          margin-left: 5px;
          margin-right: 3px; }
      .page-container div .form-horizontal .form-group .form-control-feedback {
        top: 4px;
        right: 4px; }
      .page-container div .form-horizontal .form-group .validation {
        color: #a94442;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
        font-size: 13px; }

.editor .left-area {
  float: left; }
  .editor .left-area a {
    color: white;
    padding: 12px 10px 7px 10px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
    cursor: pointer;
    text-decoration: none;
    border-right: 1px solid #286090;
    margin-left: -3px;
    font-weight: 100; }
    .editor .left-area a i {
      position: relative;
      top: 5px; }
    .editor .left-area a:hover {
      background: #2083d8; }

.editor .right-area .icons {
  width: auto; }
  .editor .right-area .icons a {
    text-decoration: none; }

.editor-right {
  width: 30%;
  background: white;
  z-index: 9;
  position: absolute;
  right: 0;
  top: 40px; }

.editor-open.right {
  position: absolute;
  right: 0;
  top: 60px;
  width: 20%; }
  .editor-open.right .floors {
    position: relative;
    width: 100%;
    height: auto;
    top: 10%;
    float: right;
    background: #FDFDFD;
    border: 1px solid #D2D2D2; }
    .editor-open.right .floors .title {
      color: white;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
      width: 100%;
      text-align: center;
      font-size: 13px;
      border-bottom: 1px solid #286090;
      padding: 2px;
      background: #286090; }
    .editor-open.right .floors .buttons {
      background: #E6E6E6;
      width: 100%;
      height: 28px;
      border-bottom: 1px solid #DADADD; }
      .editor-open.right .floors .buttons a {
        padding: 13px;
        position: relative;
        margin-right: -3px; }
        .editor-open.right .floors .buttons a i {
          font-size: 20px;
          position: absolute;
          left: 3px;
          top: 3px; }
    .editor-open.right .floors .contents {
      width: 95%;
      margin-left: 15px;
      margin-top: 15px;
      margin-bottom: 15px;
      background: #E6E6E6;
      height: 160px;
      border: 1px solid #DADADD;
      overflow-y: scroll; }
      .editor-open.right .floors .contents ul {
        padding: 0; }
        .editor-open.right .floors .contents ul li {
          list-style: none;
          padding: 3px;
          background: #EFEFEF;
          border-bottom: 1px solid #E6E6E6;
          position: relative;
          cursor: pointer; }
          .editor-open.right .floors .contents ul li .icon {
            background: #D4D4D4;
            padding: 2px 0px 0px 3px;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 28px;
            color: #666C7A;
            height: 26px; }
            .editor-open.right .floors .contents ul li .icon i {
              font-size: 20px; }
          .editor-open.right .floors .contents ul li .text {
            margin-left: 40px;
            font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
            font-size: 13px; }
  .editor-open.right .layers {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 5px;
    float: right;
    background: #FDFDFD;
    border: 1px solid #D2D2D2; }
    .editor-open.right .layers .title {
      color: white;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
      width: 100%;
      text-align: center;
      font-size: 13px;
      border-bottom: 1px solid #286090;
      padding: 2px;
      background: #286090; }
    .editor-open.right .layers .buttons {
      background: #E6E6E6;
      width: 100%;
      height: 28px;
      border-bottom: 1px solid #DADADD; }
      .editor-open.right .layers .buttons a {
        padding: 13px;
        position: relative;
        margin-right: -3px; }
        .editor-open.right .layers .buttons a i {
          font-size: 20px;
          position: absolute;
          left: 3px;
          top: 3px; }
    .editor-open.right .layers .contents {
      width: 95%;
      margin-left: 15px;
      margin-top: 15px;
      margin-bottom: 15px;
      background: #E6E6E6;
      height: 150px;
      border: 1px solid #DADADD;
      overflow-y: scroll; }
      .editor-open.right .layers .contents ul {
        padding: 0; }
        .editor-open.right .layers .contents ul li {
          list-style: none;
          padding: 3px;
          background: #EFEFEF;
          border-bottom: 1px solid #E6E6E6;
          position: relative;
          cursor: pointer; }
          .editor-open.right .layers .contents ul li .icon {
            background: #D4D4D4;
            padding: 2px 0px 0px 3px;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 28px;
            color: #666C7A;
            height: 26px; }
            .editor-open.right .layers .contents ul li .icon i {
              font-size: 20px; }
          .editor-open.right .layers .contents ul li .text {
            margin-left: 40px;
            font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
            font-size: 13px; }

.editor-open.bottom {
  position: fixed;
  bottom: 0;
  width: 100%; }
  .editor-open.bottom .image-settings {
    background: #FDFDFD;
    display: table;
    width: 100%; }
    .editor-open.bottom .image-settings .title {
      color: white;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
      width: 100%;
      font-size: 15px;
      border-bottom: 1px solid #286090;
      padding: 5px;
      background: #286090; }
      .editor-open.bottom .image-settings .title input {
        margin-top: -5px;
        margin-right: -5px; }
    .editor-open.bottom .image-settings .body {
      background: #FDFDFD; }
      .editor-open.bottom .image-settings .body .form-group div {
        margin-top: 7px; }

.add-floor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 512px;
  height: 140px;
  background: #EFEFEF;
  border: 1px solid #E6E6E6;
  z-index: 2; }
  .add-floor .title {
    width: 100%;
    background: #286090;
    padding: 7px;
    text-align: center;
    color: white; }
  .add-floor .content {
    width: 100%;
    position: relative;
    top: 10px;
    left: 20px;
    right: 0;
    bottom: 0;
    margin: auto; }

.copy-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 35%;
  z-index: 2;
  height: 200px;
  background: #EFEFEF;
  border: 1px solid #E6E6E6; }
  .copy-layer .title {
    width: 100%;
    background: #286090;
    padding: 7px;
    text-align: center;
    color: white; }
  .copy-layer .content {
    width: 100%;
    position: relative;
    top: 10px;
    left: 20px;
    right: 0;
    bottom: 0;
    margin: auto; }

.toolbox .switch {
  position: absolute;
  top: 4em;
  left: 0; }
  .toolbox .switch ul {
    padding: 0; }
    .toolbox .switch ul li {
      list-style: none;
      float: left;
      margin-left: 2px; }
      .toolbox .switch ul li a i {
        margin-top: 2px;
        font-size: 20px; }

.toolbox .tools {
  position: absolute;
  top: 6.5em;
  left: 2px; }
  .toolbox .tools ul {
    padding: 0; }
    .toolbox .tools ul li {
      list-style: none; }
      .toolbox .tools ul li a i {
        margin-top: 5px;
        font-size: 20px; }

.polygon {
  position: absolute;
  display: table;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  z-index: 2;
  height: auto;
  background: #EFEFEF;
  border: 1px solid #E6E6E6; }
  .polygon .select .title {
    width: 100%;
    background: #286090;
    padding: 7px;
    text-align: center;
    color: white; }
  .polygon .select .content {
    width: 97%;
    margin-left: 15px;
    margin-top: 15px;
    background-color: #E6E6E6;
    border: 1px solid #DADADD;
    overflow-y: scroll;
    height: 260px; }
    .polygon .select .content .item {
      margin: 10px 0; }
  .polygon .form .title {
    width: 100%;
    background: #286090;
    padding: 7px;
    text-align: center;
    color: white; }
  .polygon .form .content {
    width: 97%;
    display: table;
    margin-left: 15px;
    margin-top: 15px;
    background: #E6E6E6;
    border: 1px solid #DADADD;
    overflow-x: scroll; }

.marker {
  position: absolute;
  width: 520px;
  height: 430px;
  background: #EFEFEF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2; }
  .marker .select .title {
    background: #286090;
    padding: 7px;
    text-align: center;
    color: white; }
  .marker .select .content {
    width: 495px;
    margin-left: 10px;
    margin-top: 15px;
    background: #E6E6E6;
    height: 340px;
    border: 1px solid #DADADD;
    overflow-y: scroll; }
    .marker .select .content ul {
      padding: 0;
      margin-top: 2px; }
      .marker .select .content ul li {
        list-style: none;
        border-bottom: 1px solid #C7C7C7;
        height: 45px; }
        .marker .select .content ul li .button {
          padding-top: 3px;
          float: rigth; }
        .marker .select .content ul li .text {
          text-align: center;
          padding-top: 8px;
          font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
          font-size: 16px;
          font-weight: 300; }
        .marker .select .content ul li .icon img {
          width: 40px; }
  .marker .form .title {
    width: 100%;
    background: #286090;
    padding: 7px;
    text-align: center;
    color: white; }
  .marker .form .content {
    width: 97%;
    display: table;
    margin-left: 10px;
    margin-top: 15px;
    background: #E6E6E6;
    border: 1px solid #DADADD;
    position: relative;
    padding-top: 20px;
    height: 335px;
    margin-bottom: 3px; }
    .marker .form .content .preview-box {
      width: 64px;
      height: 64px;
      text-align: center;
      border: 1px dashed #C3C3C3;
      padding: 10px;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
      font-weight: 100; }
      .marker .form .content .preview-box:hover {
        border: black; }
    .marker .form .content .preview-file {
      position: absolute;
      height: 64px;
      width: 64px;
      border: 1px solid black;
      top: 0;
      opacity: 0; }

.personnel-list .area-title {
  width: 100%;
  background: #2083d8;
  color: white;
  text-align: center;
  padding: 5px; }

.personnel-list ul {
  padding-left: 0; }

.alarm {
  position: absolute;
  top: 50px;
  right: 0;
  width: 20%;
  height: 250px;
  background: #AD2323;
  border-radius: 5px;
  z-index: 9; }
  .alarm .title {
    background: #EFEFEF;
    padding: 8px;
    color: #545454;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
    font-size: 13px;
    border-bottom: 1px solid #711717; }
    .alarm .title span {
      padding: 4px 8px 4px 7px;
      margin-left: 4px;
      background: #A21A1A;
      border-radius: 100px;
      color: #fff; }
  .alarm .body ul {
    margin-top: 50px; }
    .alarm .body ul li {
      list-style: none;
      color: white;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
      font-size: 16px;
      padding: 5px; }
  .alarm .footer {
    position: relative;
    bottom: 0;
    text-align: center; }

.speacial-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 200px;
  margin: auto;
  background-color: #F3F4F6; }
  .speacial-modal .title {
    background: #C0392B;
    text-align: center;
    color: white;
    padding: 10px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
    font-size: 14px; }
  .speacial-modal .body {
    padding: 10px; }
    .speacial-modal .body input {
      padding: 20px; }
    .speacial-modal .body select {
      margin-top: 10px;
      height: 40px; }

.blackback {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1; }

.area-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 12%;
  margin: auto;
  width: 50%;
  min-height: 650px;
  background: rgba(0, 0, 0, 0.73);
  z-index: 999999; }
  .area-info .info-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .area-info .info-panel .title {
      height: 35px;
      width: 100%;
      background-color: #286090;
      position: relative; }
      .area-info .info-panel .title strong {
        position: absolute;
        top: 8px;
        left: 10px;
        color: #fff;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important; }
      .area-info .info-panel .title .close-button {
        position: absolute;
        width: 35px;
        height: 35px;
        background-color: #bf1b1b;
        right: 0;
        color: #fff;
        padding: 5px;
        cursor: pointer; }
      .area-info .info-panel .title .back-button {
        position: absolute;
        width: 35px;
        height: 35px;
        background-color: #e4ab03;
        right: 35px;
        color: #fff;
        padding: 5px;
        cursor: pointer; }
  .area-info .body {
    position: relative;
    height: 94.6%; }
    .area-info .body .bars {
      height: 100%;
      padding: 30px; }
      .area-info .body .bars .bar {
        position: relative;
        bottom: 0;
        margin-top: 3%;
        text-align: left;
        padding: 15px;
        height: 65px;
        opacity: 0.6;
        cursor: pointer;
        transition: all 0.3s linear; }
        .area-info .body .bars .bar:hover {
          opacity: 1;
          transition: all 0.3s linear; }
        .area-info .body .bars .bar .icon {
          width: 60px;
          background-color: white;
          float: left;
          position: absolute;
          top: -4px;
          left: 0;
          height: 106.4%;
          padding: 5px 0px 0px 8px; }
          .area-info .body .bars .bar .icon i {
            font-size: 45px; }
        .area-info .body .bars .bar strong {
          color: #FFF;
          font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
          font-size: 18px;
          font-weight: 200;
          letter-spacing: 1px;
          float: left;
          margin-left: 60px;
          min-width: 400px; }

    .page-item{
      background-color: #0C7BD3;
      width: 30px;
      height: 30px;
      float: left;
    }

    .ag-paging-panel{
      display: none !important;
    }

    .progress{
      width: 100px !important;
    }

  .nbtable.table{
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
    white-space: nowrap !important;
    margin-bottom: 0px;
  }

  .nbtable.table tbody tr:last-child td:first-child, .nbtable.table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
  }

  .nbtable.table tbody tr:last-child td:last-child, .nbtable.table tbody tr:last-child th:last-child {
    border-bottom-right-radius: 10px;
  }

  .nbtable.table > thead > tr > th{
    background-color: #F9F9F9;
    color: #2083d8;
    border-bottom: none;
    font-weight: normal;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
  }

  .nb-search{
    background-color: #EEE;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 50px;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .nb-search::-webkit-scrollbar {
      display: none;

  }

  .nb-search .nb-filter-select{
    position: relative;
    padding: 0px;
  }
  .nb-search .nb-filter-select select{
    padding-right: 25px;
  }
  .nb-search .nb-filter-select i{
    position: absolute;
    right: 5px;
    top: 9px;
    font-size: 18px;
    color: #2083d8;
  }

  .nb-search .nb-filter-item{
    display: inline-block;
  }


  .nbtable.table tr th:hover, .nbtable.table tr:hover td{
    background-color: #EEE;
    cursor: pointer;
  }

  .nb-search input, .nb-search select{
    border: none;
    border-radius: 15px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
  }
  .nb-search input:focus , .nb-search select:focus{
    box-shadow: none;
    border: none;
  }

  .nbtable.table .nb-actions > div{
    padding: 0px;
  }

  .nbtable.table .nb-actions ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .nbtable.table .nb-actions li:hover{
    opacity: .7;
    cursor: pointer;
  }
  .nbtable.table .nb-actions li:active{
    opacity: 1;
    cursor: pointer;
  }
  .nbtable.table .nb-actions li.danger{
    background-color: #dc3545 !important;
  }
  .nbtable.table .nb-actions li.success{
    background-color: #28a745 !important;
  }
  .nbtable.table .nb-actions li.primary{
    background-color: #2083d8 !important;
  }
  .nbtable.table .nb-actions li.warning{
    background-color: #ffc107 !important;
  }
  .nbtable.table .nb-actions li:first-child{
    margin-left: 0px;
  }
  .nbtable.table .nb-actions li{
    background-color: #333;
    color: #EEE;
    line-height: 20px;
    padding: 1px 10px;
    border-radius: 11px;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    padding: 4px 10px;
    font-size: 14px;
  }
  .nbtable.table td, .nbtable.table th{
    border-top:  none;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px 15px;
  }
  .nbtable.table .nb-actions li i{
    position: relative;
    top: 3px;
    font-size: 16px;
  }
  .nbtable.table th i{
    position: relative;
    top: 5px;
    font-size: 20px;
  }

  .nb-pagination{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    float: right;
  }
  .nb-pagination .page-item:first-child{
    margin-left: 0px;
  }
  .nb-pagination .page-item{
    margin-left: 5px;
    text-align: center;
    background-color: #f5f5f5;
    min-width: 30px !important;
    padding-left: 10px;
    padding-right: 10px;
    width: auto !important;
    border-radius: 15px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
  }
  .nb-pagination .page-item:hover{
    opacity: .7;
    cursor: pointer;
  }
  .nb-pagination .page-item a{
    color: #2083d8 !important;
    line-height: 30px !important;
  }
  .nb-pagination .page-item a:hover{
    text-decoration: none;
  }
  .nb-pagination .page-item.active{
    background-color: #2083d8 !important;
  }
  .nb-pagination .page-item.active a{
    color: #FFF !important;
  }
.nb-nodata{
  text-align: center;
  background-color: #F9F9F9;
  min-height: 400px;
  line-height: 40px;
  padding-top: 180px !important;
  color: #333;
}
.nb-table-responsive{
  padding: 0px !important;
  min-height: 400px;
  /* border-radius: 10px; */
}


input.nb-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 25px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 25px;
  box-shadow: inset -10px 0 0 0 #fff;
}

input.nb-switch:focus {
  outline: none;
}

input.nb-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
  outline: none;
}

input.nb-switch:checked {
  box-shadow: inset 10px 0 0 0 #4ed164;
  border-color: #4ed164;
}

input.nb-switch:checked:after {
  left: 10px;
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}


.info-box-new{
  border-radius: 14px;
}

.box-radius{
  border-radius: 14px !important;
}

.box-radius canvas{
  border-radius: 14px;
}

.btn-radius{
  border-radius: 8px !important;
}
.nb-chart-row{
  margin-left: -5px;
  margin-right: -5px;
}
.nb-chart-col{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.nb-chart-box{
  min-height: 450px;
  background-color: #F9F9F9;
  border-radius: 10px;
  /*margin-top: 15px;*/
  padding: 10px !important;
}

.nb-chart-box .nb-chart-title{
  color: rgba(0, 0, 0, 0.712);
  font-size: 16px;
}

.nb-chart-box .nb-chart-canvas{
  padding: 5px 25px;
}
.nb-chart-no-data{
  text-align: center;
  font-size: 13px;
  color: #999;
  margin-top: 160px;
}

.ng-chart-hits{
  font-size: 13px;
  color: #999;
}

.btn{
  border-radius: 9px !important;
}

.btn:hover{
  opacity: 0.9;
}

.form-control{
  -webkit-appearance: none;
  background-color: rgb(242, 244, 245);
  border: 1px solid #F0F0F0;
  border-radius: 7px;
  box-shadow: none;
}

.form-control.form-white{
  background-color: #FFF;
  border: 1px solid #FFF;
}

.nb-search .form-control{
  background-color: #FFF;
  border: 1px solid #FFF;
}
.form-control:focus{
  box-shadow: none;
  border: 1px solid #c3ddf1;
}

.chosen-choices{
  background-color: #F0F0F0 !important;
  border: 1px solid #F0F0F0 !important;
  box-shadow: none !important;
  border-radius: 9px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.search-choice{
  background-color: #FFF !important;
  background-image: none !important;
  border-radius: 6px !important;
  padding-left: 8px !important;
  padding-right: 18px !important;
  font-size: 12px !important;
  box-shadow: none !important;
  border: 1px solid #F0F0F0 !important;
}

.modal-open .modal{
  backdrop-filter: saturate(80%) blur(2px);
  -webkit-backdrop-filter: saturate(80%) blur(2px);
  margin-top: 50px !important;
}

.nav-tabs.nav-justified > li > a{
  border-radius: 7px 7px 0 0 !important;
}

.nb-page-title{
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #2083d8 !important;
  border-bottom-width: 7px !important;
  border-left-color: #FFF !important;
  border-right-color: #FFF !important;
  border-top-color: #FFF !important;
  border-radius: 0px !important;
}
.nav-tabs.nav-justified > .active > a.nb-tab-red {
  border-bottom-color: #f34235 !important;
}
.nav-tabs > li > a:hover {
  background-color: #FFF;
  border-bottom-color: #EEE !important;
  border-bottom-width: 7px !important;
  border-left-color: #FFF;
  border-right-color: #FFF;
  border-top-color: #FFF;
  border-radius: 0px !important;
}

.np-page-content{
  margin-top: 20px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media (prefers-color-scheme: dark) {
  body{
    color: #FFF;
    background-color: #35526B;
  }

  .header{
    background-color: #213241;
  }

  .sidebarRow .sidebar{
    background-color: #213241;
    color: #FFF;
  }

  .sidebarRow .sidebar ul li{
    color: #FFF;
  }

  .sidebarRow .sidebar ul li:hover{
    background-color: #35526B;
  }

  .sidebarRow .sidebar ul li.active{
    background-color: #35526B;
  }

  .sidebarRow .sidebar ul li.active:after{
    content: none;
  }

  .sidebarRow .sidebar ul ul{
    border-top: 1px solid rgba(228, 228, 228, 0.35);
    border-bottom: 1px solid rgba(228, 228, 228, 0.35);
  }

  .nbtable.table > thead > tr > th{
    background-color: #213241;
  }

  .nb-nodata{
    background-color: #213241;
    color: #FFF;
  }

  .nb-search{
    background-color: #213241;
  }

  .nb-chart-box {
    background-color: #213241;
  }

  .nb-chart-no-data {
    color: #FFF;
  }

  .nb-chart-box .nb-chart-title {
    color: #FFF;
  }

  .daterangepicker {
    color: #213241 !important;
  }

  .info-box.success {
    background-color: #3c8b3f !important;
  }

  .info-box.info {
    background: #196aaf !important;
  }

  .info-box.danger {
    background: #9d1c1c !important;
  }

  .page-header {
    border-bottom: 1px solid rgba(238, 238, 238, 0.2);
  }

  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color: #FFF !important;
  }


  table.dataTable tbody tr {
    background-color: #213241 !important;
  }

  table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1, table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #213241 !important;
  }

  .nav-tabs.nav-justified > .active > a {
    background-color: #35526B !important;
  }

  .nav-tabs .text-primary {
    color: #FFF !important;
  }

  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #FFF !important;
  }

  .nav-tabs.nav-justified > .active > a{
    border-left-color: #35526B !important;
    border-right-color: #35526B !important;
    border-top-color: #35526B !important;
  }

  .nav-tabs > li > a:hover{
    background-color: transparent !important;
    border-left-color: #35526B !important;
    border-right-color: #35526B !important;
    border-top-color: #35526B !important;
    border-bottom-color: #b8b8b8 !important;
  }

  .table-striped > tbody > tr, .table-striped > tbody > tr:nth-of-type(odd){
    background-color: #213241;
  }

  .nbtable.table tr th:hover, .nbtable.table tr:hover td{
    background-color: #213241;
  }

  .panel.custom-panel .full-heigth{
    color: #333;
  }

  .modal-content{
    background-color: #343434;
  }

  .modal-header .close{
    color: #FFF;
    opacity: 0.9;
  }


  .nb-box{
	  background-color: #213241 !important;
	  transition: all linear 1s;
  }

  .nb-box .nb-box-toolbar span{
	  color: #CCC !important;
  }

  .nb-box .nb-box-toolbar span:hover{
	  color: #FFF !important;
  }

  .nb-tabs .nb-tab{
	  background-color: #213241 !important;
  }

  .nb-tabs .nb-tab span.material-icons:hover{
	color: #FFF !important;
  }

  .nb-tabs .nb-tab span.material-icons{
	color: #CCC !important;
  }

  .nb-page-header .nb-page-header-title span{
	  color: #FFF !important;
  }

  .sidebarRow .sidebar ul li:hover, .sidebarRow .sidebar ul li.active{
	  color: #FFF !important;
  }

  .alertify .dialog .msg {
    color: #333 !important;
  }

  .col-xs-6.personnel {
    color: #333;
  }

  .visitor-info {
    color: #333;
  }

  .task-step {
    color: #333;
  }

  .dataTables_wrapper input, .dataTables_wrapper select {
    color: #333;
  }
}

.btn{
  vertical-align: middle;
}

.btn .material-icons{
  vertical-align: middle;
}

.nb-page-header .nb-page-header-title{
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0px;
}

.nb-page-header-title a:hover {
  cursor: pointer;
  text-decoration: none;
}

.nb-page-header .nb-page-header-title span{
  font-size: 20px;
  margin-left: 5px;
  color: rgba(0, 0, 0, 1);
  line-height: 50px;
}

.nb-page-header .nb-page-header-title span.material-icons{
  color: rgba(0, 0, 0, 0.46);
}

.nb-page-header .clearfix{
  padding: 0px;
}

.nb-page-header .nb-page-header-title h4{

  line-height: 50px;
  margin: 0px;

}

.nb-page-header .nb-page-actions{
  float: right;
  height: 50px;
  line-height: 50px;
  padding: 0px;
}

.nb-page-header .nb-page-actions .nb-actions-item{
  float: right;
  padding: 0px;
  margin-left: 10px;
}

.nb-page-header .nb-page-actions .nb-btn{

  padding: 3px 10px;
  vertical-align: middle;
}

.nb-page-header .nb-page-actions .nb-btn i{
  font-size: 17px;
  vertical-align: middle;
  line-height: 24px;
}
.nb-page-header .nb-page-actions .nb-btn span{
  line-height: 24px;
}

.subInput{
  margin-top: 10px;
}


.fix-pad{
  padding: 0px !important;
}

.nb-window{
	position: relative;
}

.nb-window *{
	padding: 0px !important; 
	color: #000;
}

.nb-window .nb-window-close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(249, 253, 255, 0.76);
	z-index: 9;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 3px !important;
	color: rgba(5, 30, 46, 0.76);
	border-radius: 10px;
}

.nb-window .nb-window-close:hover{
	background-color: rgba(249, 253, 255, 0.9);
	cursor: pointer;
}

.nb-filter-settings{
	width: 34px; 
	float: left; 
	text-align: right;
}

.nb-filter-settings i{
	line-height: 34px; 
	vertical-align: middle; 
	color: #333;
}

.nb-filter-settings:hover{
	cursor: pointer;
}

.nb-filter-settings:hover i{
	color: #000;
}

.progress-bar-success{
	background-color: #6ad56a !important;
	box-shadow: none !important;
	background-image: none;
}

.areas-container {
	height: calc(100vh - 395px);
	overflow-y: scroll;
}

.nb-box{
	background-color: #FFF;
	border-radius: 14px;
	padding: 15px !important;
	margin-bottom: 30px;
    min-height: 560px;
}

.nb-box .nb-box-title{
	font-size: 19px;
	padding: 0px !important;
	font-weight: 500;
	margin-bottom: 15px;
}

.nb-box .nb-box-toolbar{
	position: absolute;
	top: 15px;
}

.nb-box .nb-box-toolbar span{
	font-size: 28px;
	color: #676767;
}

.nb-box .nb-box-toolbar:hover span{
	color: #000;
	cursor: pointer;
}

.nb-box .nb-box-close{
	right: 30px;
}

.nb-box .nb-box-settings{
	right: 60px;
}
.nb-box .nb-box-settings span{
	font-size: 25px;
}

.select-dashboard{
	padding: 0px !important;
}

.nb-tabs{
	width: 100%;
	background-color: #e2e2e2;
	border-radius: 10px;
	position: relative;
}

.nb-tabs .glider{
	background-color: #FFF;
	padding: 10px;
	float: left;
	margin-right: 15px;
	border-radius: 10px;
	font-weight: bold;
	vertical-align: middle;
	transition: all 0.15s ease-in;
	z-index: 1;
	width: 160px;
	height: 40px;
	position: absolute;
}

.nb-tabs .clearfix{
	padding: 0px;
}

.nb-tabs .nb-tab{
	padding: 10px;
	float: left;
	margin-right: 15px;
	border-radius: 10px;
	font-weight: bold;
	vertical-align: middle;
	transition: all 0.15s ease-in;
	z-index: 10;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.nb-tabs .nb-tab span{
	line-height: 18px;
}
.nb-tabs .nb-tab input{
	background-color: #FFF;
	border: none;
	cursor: pointer;
}
.nb-tabs .nb-tab div{
	padding: 0px;
	float: left;
}
.nb-tabs .nb-tab span.material-icons{
	vertical-align: middle;
}
.nb-tabs .nb-tab span.material-icons:hover{
	color: #000;
}

.nb-tabs .nb-tab:hover input{
	background-color: #dedede;
}
.nb-tabs .nb-tab:hover{
	background-color: #dedede;
	cursor: pointer;
}

.nb-tabs .nb-tab.active input{
	background-color: #d2d8da;
}
.nb-tabs .nb-tab.active{
	background-color: #FFF;
}

.nb-row > div{
	padding: 0px 15px;
}

::-webkit-scrollbar {
	  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	  background: #FFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
	  background: #ccc;
	  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	  background: #555;
}

.nb-box-new {
	vertical-align: middle;
	text-align: center;
	height: 300px;
	min-height: auto;
	background-color: #f9f9f9;
}
.nb-box-new:hover {
	background-color: #DDD;
	cursor: pointer;
}
.b-filter{
	padding: 0px !important;
}
.b-filter input{
	background-color: #FFF;
} 
.btn-danger{
	background-color: #FF453A !important;
}
.btn-success{
	background-color: #34C759 !important;
}
.btn-primary{
	background-color: #0A84FF !important;
}
.btn-warning{
	background-color: #FF9F0A !important;
}
.text-success{
	color: #34C759 !important;
}
.chosen-container-single .chosen-single{
	background-color: rgb(242, 244, 245) !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 7px !important;
}
.chosen-container-single .chosen-single div{
	padding: 1px !important;
}
.input-group .chosen-container .chosen-single,
.input-group .chosen-container .chosen-choices {
  border: 1px solid #ccc !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.alertify .dialog > div{
	border-radius: 16px;
}
.padding-hero div{
	padding: 0px;
}
.apexcharts-tooltip div{
	padding: 0px !important;
}
.dataFrame, .settingsFrame{
	max-height: 545px;
	height: 545px;
	overflow-y: scroll;
}

@keyframes blinker { 50% { opacity: 0; } }
.blink {
  animation: blinker 1s linear infinite;
}  
  
.quick-menu{
	background-color: #FFF;
	position: absolute;
	top: calc(50% - 25vh);
	left: calc(25%);
	width: 50%;
	height: 50vh;
	z-index: 999;
	color: #000;
	padding: 25px;
	padding-top: 10px;
	border: 1px solid #eee;
	box-shadow: 0 3px 10px rgba(0,0,0 , 0.32);
	border-radius: 20px;
}
.quick-search{
	margin-top: 25px;
}
.action-category{
	padding: 0px;
}
.quick-action .material-icons{
	font-size: 20px;
	float: left;
}
.quick-action.active{
	background-color: rgb(0,122,255);
	color: #FFF;
	cursor: pointer;
}
.quick-action{
	background-color: rgb(242, 244, 245);
	border-radius: 14px;
	padding: 15px;
	float: left;
	font-size: 15px;
	width: calc(100% - 10px);
	margin-bottom: 15px;
}
.cat-name{
	font-size:18px;
	margin: 5px;
	margin-bottom: 15px;
}
.quick-search-back{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100vw;
	height: 100vh;
	top:0;
	left:0;
	z-index: 99;
}
.action-search-input{
	height: 50px;
	border-radius: 14px;
	font-size: 20px;
}
.file-icon{
	border-radius: 14px;
	background-color: whitesmoke;
	padding: 15px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	text-align: center;
	width: 150px;
}
.file-icon .material-icons{
	font-size: 45px;
	text-align: center;
	margin-top: 15px;
}
.file-icon:hover{
	cursor: pointer;
	background-color: #EEE;
}
.file-icon .file-image{
	width: 200px;
	height: 150px;
	border-radius: 10px;
	background-position: center;
	background-size: auto 100%;
}
.file-icon .file-name{
	text-align: center;
	padding: 5px;
	text-overflow: ellipsis;
	width: 100%;
	height: 30px;
	overflow: hidden;
	word-break: keep-all;
}


.hovershow.nb-box{
	min-height: auto !important;
}

.hovershow .dataFrame{
	height: auto;
}

.hovershow:hover .nb-box-toolbar{
	display: block;
}

.hovershow .nb-box-toolbar{
	display: none;
}
.hovershow .nb-box-title{
	text-align: center;
	margin-bottom: 0px;
	font-size: 15px;
	color: var(--primaryColor);
}
.data-box .data-box-count{
	font-size: 48px;
	text-align: center;
}

.licence-notfy{
	position: fixed;
	right: 50px;
	bottom: 50px;
	background-color: var(--dangerColor);
	z-index: 9999999;
	border-radius: 25px;
	padding: 25px;
	color: #FFF;
	display: none;
}

.licence-notfy .licence-close:hover{
	cursor: pointer;
}

.licence-notfy .licence-close{
	position: absolute;
	right: 15px;
	top: 15px;
}

.rzslider .rz-pointer {
  top: -10px !important;
}
.rzslider .rz-tick {
  top: 4px !important;
}

.liveList-card {
  border-radius: 10px;
  text-align: center;
}

.liveList-card .liveList-card-device{
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  font-size: 16px;
}

.liveList-card .liveList-card-area{
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
}

.liveList-card .liveList-card-battery{
  padding: 10px;
  font-size: 10px;
}