html {
  background: #f4f6f9; }

body {
  font-size: 16px;
  font-weight: 400; }
  body .main-header {
    height: 3.5rem; }

.content-wrapper {
  background-color: #F1F5F9; }

.control-sidebar.control-sidebar-light {
  overflow-y: auto; }

.custom-sidebar a.brand-link,
.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
  height: calc(65px + 1rem); }

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
  margin-top: calc(65px + 1rem); }

.layout-fixed .wrapper .sidebar {
  height: calc(100vh - (65px + 1rem)); }

.custom-sidebar {
  background-color: #16507A; }
  .custom-sidebar a.brand-link {
    border-bottom: 1px solid #ffffff90;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 0;
    display: flex; }
    .custom-sidebar a.brand-link:hover {
      color: rgba(255, 255, 255, 0.8); }
    .custom-sidebar a.brand-link img {
      max-height: 65px;
      margin-left: 0.4rem;
      margin-right: 0.4rem;
      max-width: calc(100% - 0.4rem - 0.4rem); }
    .custom-sidebar a.brand-link .logo-xl.brand-image-xl, .custom-sidebar a.brand-link .logo-xs.brand-image-xl {
      left: 0;
      top: 14px; }
  .custom-sidebar .nav-pills .nav-link {
    color: rgba(255, 255, 255, 0.8); }
    .custom-sidebar .nav-pills .nav-link > svg {
      width: 1.5rem;
      height: 1rem;
      fill: rgba(255, 255, 255, 0.8); }
    .custom-sidebar .nav-pills .nav-link > i {
      width: 1.5rem; }
    .custom-sidebar .nav-pills .nav-link.active {
      background: rgba(255, 255, 255, 0.3);
      color: #FFFFFF; }
    .custom-sidebar .nav-pills .nav-link:hover {
      color: #FFFFFF; }
  .custom-sidebar .nav-header {
    color: #FFFFFF;
    font-size: 1rem; }
  .custom-sidebar .user-panel {
    border-bottom: 1px solid #ffffff60; }
    .custom-sidebar .user-panel a {
      color: #FFFFFF; }
      .custom-sidebar .user-panel a:hover {
        color: #FFFFFF; }

.navbar-custom {
  background-color: #FFFFFF;
  color: #16507A; }
  .navbar-custom a {
    color: #16507A; }

.text-basic {
  color: #3E78B9; }
  .text-basic a {
    color: #3E78B9; }

/* .modal-dialog  */
.overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1052;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #666f76;
  border-radius: .3rem; }

.form-group label {
  color: #343a40; }

ul.custom-tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 10px;
  letter-spacing: -8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
  ul.custom-tab-nav li {
    display: inline-block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    letter-spacing: normal; }
  ul.custom-tab-nav .nav-link {
    display: block;
    padding: 0;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 0px 0px 0.3em 0px;
    color: rgba(255, 255, 255, 0.8); }
    ul.custom-tab-nav .nav-link.active {
      border-bottom: 4px solid #ffffff;
      font-weight: bold;
      color: #ffffff; }
  ul.custom-tab-nav.custom-tab-nav-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    ul.custom-tab-nav.custom-tab-nav-light .nav-link {
      color: rgba(255, 255, 255, 0.8); }
      ul.custom-tab-nav.custom-tab-nav-light .nav-link.active {
        border-bottom: 4px solid #ffffff;
        font-weight: bold;
        color: #ffffff; }
  ul.custom-tab-nav.custom-tab-nav-dark {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7); }
    ul.custom-tab-nav.custom-tab-nav-dark .nav-link {
      color: rgba(0, 0, 0, 0.8); }
      ul.custom-tab-nav.custom-tab-nav-dark .nav-link.active {
        border-bottom: 4px solid #000000;
        font-weight: bold;
        color: #000000; }

ul.nav-tabs {
  border-bottom: 1px solid #3E78B9; }
  ul.nav-tabs .nav-link {
    color: #343a40; }
    ul.nav-tabs .nav-link:hover {
      border-color: #3E78B9 #3E78B9 #dee2e6; }
    ul.nav-tabs .nav-link.active {
      color: white;
      background-color: #3E78B9;
      border-color: #3E78B9 #3E78B9 rgba(255, 255, 255, 0); }

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link {
  color: white;
  display: flex !important;
  align-items: center !important; }
  .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link i,
  .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link .menu-image-icon {
    margin-right: .3rem; }
.sidebar-dark-primary .nav-sidebar > .nav-item .menu-image-icon {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem; }

.basic-info {
  box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff; }
  .basic-info .col {
    padding: 0; }
  .basic-info table tr:first-child td {
    padding-top: 1.2rem; }
  .basic-info table tr:last-child td {
    padding-bottom: 1.2rem; }
  .basic-info table tr td {
    padding: 0.5rem 1.25rem; }
    .basic-info table tr td:first-child {
      color: #8B8C8E;
      width: 210px; }
  .basic-info .list-group-flush .list-group-item {
    border: none;
    padding: 0.5rem 1.25rem; }
    .basic-info .list-group-flush .list-group-item:first-child {
      /* padding-top: 1.2rem; */
      margin-top: 1.2rem; }
    .basic-info .list-group-flush .list-group-item:last-child {
      /* padding-bottom: 1.2rem; */
      margin-bottom: 1.2rem; }
    .basic-info .list-group-flush .list-group-item .item {
      color: #8B8C8E; }

.input-group .select2.form-control {
  min-width: 100px;
  /* width: 100% !important; */ }
.input-group .select2.select2-container {
  min-width: 100px; }
.input-group .input-group-append .btn.btn-search {
  background-color: #f8f9fa;
  color: #444; }
.input-group .select2-container--default .select2-selection--single {
  padding: 0.46875rem 0.75rem;
  height: calc(2.25rem + 2px); }
  .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    right: 6px; }
  .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    height: auto;
    margin-top: -3px; }

.control-sidebar,
.control-sidebar::before {
  display: none;
  right: -305px;
  width: 305px; }

.nav-tabs .nav-link {
  color: #495057; }

.nav-treeview .nav-link {
  padding-left: 2rem; }

.bootstrap-filestyle .form-control {
  border: none;
  background: unset; }
.bootstrap-filestyle label.btn-file {
  background: #002067;
  color: #fff; }

.custom-card.radius-0, .custom-card.radius-0 .card-header:first-child {
  border-radius: 0 !important; }
.custom-card .card-header {
  background: #3E78B9;
  color: #ffffff; }
.custom-card .field {
  font-weight: bold;
  margin-right: 1rem; }
.custom-card .value {
  /* white-space:pre-wrap; */
  word-wrap: break-word; }

.custom-table.radius-0, .custom-table.radius-0 .card-header:first-child {
  border-radius: 0 !important; }
.custom-table .card-header {
  background: #3E78B9;
  color: #ffffff; }
.custom-table th {
  color: #ffffff;
  background-color: #3E78B9;
  border-radius: 0 !important; }

table.fancytree-ext-table tbody tr.fancytree-active {
  background-color: #5DADE2 !important; }

table.fancytree-ext-table tbody tr.fancytree-selected {
  background-color: #EBF5FB !important; }

.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px) !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.25rem + 2px) !important;
  top: 0 !important; }

.modal-body .preview_img {
  width: 200px;
  height: auto;
  clear: both;
  display: block;
  border: 1px solid #dddddd;
  margin: auto; }

.brand-title {
  display: grid;
  color: #EFF2F8 !important;
  font-weight: 500 !important; }
  .brand-title .title-company {
    font-size: 1.125rem;
    display: flex;
    align-items: center; }
  .brand-title .title-project {
    font-size: 0.875rem;
    display: flex;
    align-items: center; }

.custom-tab-nav .nav-item {
  width: 50%; }

.input-group-sm .custom-file-label:after {
  height: 1.8125rem;
  line-height: 1.25; }
.input-group-sm .input-group-sm .custom-file-label {
  height: calc(1.8125rem + 2px);
  line-height: 1.25; }
.input-group-sm .input-group-sm .custom-file {
  height: calc(1.8125rem + 2px);
  font-size: .875rem; }
.input-group-sm .bootstrap-switch-handle-on, .input-group-sm .bootstrap-switch-handle-off {
  height: 1.8125rem !important;
  font-size: .875rem !important; }
.input-group-sm .select2-selection--single {
  height: calc(1.8125rem + 2px) !important; }
  .input-group-sm .select2-selection--single .select2-selection__rendered, .input-group-sm .select2-selection--single .select2-selection__placeholder {
    font-size: .875rem !important;
    line-height: 2.125; }
.input-group-sm .select2-selection--multiple {
  min-height: calc(1.8125rem + 2px) !important; }
  .input-group-sm .select2-selection--multiple .select2-selection__rendered {
    font-size: .875rem !important;
    line-height: normal; }
.input-group-sm .note-editor {
  font-size: .875rem;
  line-height: 1; }

.input-group-lg .custom-file-label:after {
  height: 2.875rem;
  line-height: 1.6; }
.input-group-lg .custom-file-label {
  height: calc(2.875rem + 2px);
  line-height: 1.6; }
.input-group-lg .custom-file {
  height: calc(2.875rem + 2px);
  font-size: 1.25rem; }
.input-group-lg .bootstrap-switch-handle-on, .input-group-lg .bootstrap-switch-handle-off {
  height: 2.875rem !important;
  font-size: 1.25rem !important; }
.input-group-lg .select2-selection--single {
  height: calc(2.875rem + 2px) !important; }
  .input-group-lg .select2-selection--single .select2-selection__rendered, .input-group-lg .select2-selection--single .select2-selection__placeholder {
    font-size: 1.25rem !important;
    line-height: 2.25; }
.input-group-lg .select2-selection--multiple {
  min-height: calc(2.875rem + 2px) !important; }
  .input-group-lg .select2-selection--multiple .select2-selection__rendered {
    font-size: 1.25rem !important;
    line-height: 1.7; }
.input-group-lg .note-editor {
  font-size: 1.25rem;
  line-height: 1.5; }

.adminlte-invalid-igroup {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); }

.adminlte-invalid-igroup > .input-group-prepend > *,
.adminlte-invalid-igroup > .input-group-append > * {
  border-color: #dc3545 !important; }

.input-group .bootstrap-switch-handle-on,
.input-group .bootstrap-switch-handle-off {
  height: 2.25rem !important; }

.adminlte-invalid-iswgroup > .bootstrap-switch-wrapper,
.adminlte-invalid-iswgroup > .input-group-prepend > *,
.adminlte-invalid-iswgroup > .input-group-append > * {
  box-shadow: 0 0.25rem 0.5rem rgba(255, 0, 0, 0.25); }

.adminlte-invalid-islgroup .slider-track,
.adminlte-invalid-islgroup > .input-group-prepend > *,
.adminlte-invalid-islgroup > .input-group-append > * {
  box-shadow: 0 0.25rem 0.5rem rgba(255, 0, 0, 0.25); }

.adminlte-invalid-islgroup .slider-vertical {
  margin-bottom: 1rem; }

.bootstrap-select.is-invalid {
  padding-right: 0px !important; }

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none; }

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #e9ecef;
  box-shadow: none; }

select[readonly].select2-hidden-accessible + .select2-container .select2-search__field {
  display: none; }

.adminlte-invalid-itegroup .note-editor {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  border-color: #dc3545 !important; }

.btn {
  font-weight: bold;
  border: 0;
  border-radius: 3px;
  opacity: .9;
  min-width: 100px;
  /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); */ }
  .btn:hover {
    opacity: 1; }
  .btn.btn-create {
    background: #28A745;
    color: #fff; }
  .btn.btn-search {
    background: #28A745;
    color: #fff; }
  .btn.btn-icon-search {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #444;
    min-width: unset; }
  .btn.btn-ok {
    background: #3399CC;
    color: #fff; }
  .btn.btn-cancel {
    background: #DFDFDF;
    color: #666666; }
  .btn.btn-common {
    background: #16507A;
    color: #fff; }
  .btn.btn-update {
    background: #16507A;
    color: #fff; }
  .btn.btn-notification {
    background: #16507A;
    color: #fff; }
  .btn.btn-order {
    background: #3399CC;
    color: #fff; }
  .btn.btn-delete {
    background: #FF3838;
    color: #fff; }
  .btn.btn-restore {
    background: #FE8E26;
    color: #fff; }
  .btn.btn-list {
    background: #3399CC;
    color: #fff; }
  .btn.btn-upload {
    background: #16507A;
    color: #fff; }
  .btn.btn-permission {
    background: #FE8E26;
    color: #fff; }
  .btn.btn-toggle-on {
    background: #a8a8a8;
    color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }
  .btn.btn-toggle-off {
    min-width: unset;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16); }
  .btn.toggle-handle.btn-default {
    min-width: unset; }
  .btn.btn-collapse {
    min-width: unset;
    background-color: transparent;
    color: #adb5bd;
    font-size: .875rem;
    margin: -0.75rem 0;
    padding: 0.25rem 0.5rem; }

.dataTable .custom-thead th {
  color: #ffffff;
  background-color: #3E78B9;
  border-color: #3E78B9; }
  .dataTable .custom-thead th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .dataTable .custom-thead th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
.dataTable thead {
  background: #3E78B9; }
.dataTable tr.odd {
  background: #00000013; }
.dataTable tr.even {
  background: #FFFFFF; }
.dataTable tr td {
  vertical-align: middle; }
  .dataTable tr td label {
    font-weight: 400 !important; }
.dataTable.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(48, 108, 188, 0.2); }

.dataTables_length,
.dataTables_info {
  color: #8D8D8D; }

.page-link {
  background: #fff;
  color: #16507A; }

.page-item.disabled .page-link {
  background: #fff;
  color: #6c757d; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #16507A;
  border-color: #16507A; }

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 26px;
    background-color: #AFAFAF;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 3px;
      bottom: 3px;
      border-radius: 50%;
      background-color: #FFFFFF;
      -webkit-transition: .4s;
      transition: .4s; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch input:checked + .slider {
    background-color: #2FABD1; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #FFFFFF; }

select.form-control {
  border: 1px solid #aaa; }

td .device-status {
  display: inline-flex;
  align-items: center; }
  td .device-status .status-online {
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 0.75rem;
    background: radial-gradient(70.71% 70.71% at 33.33% 33.33%, #AED79F 0%, #97C585 11.96%, #7FB46A 23.92%, #68A351 35.88%, #4F9237 47.84%, #286B0F 64.06%, #1E5B08 70.83%, #134700 79.5%, #134700 85.94%, #1D7100 98.9%); }
  td .device-status .status-offline {
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 0.75rem;
    background: radial-gradient(70.71% 70.71% at 33.33% 33.33%, #FFF 0%, #989898 60.94%, #909090 66.67%, #8D8D8D 75%, #8D8D8D 79.17%, #959595 88.54%, #A8A8A8 100%); }

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