/* $btn-delete-color: rgba(71, 76, 81, 0.1); */
body {
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: 1px; */ }

.custom-sidebar {
  background-color: #002067; }
  .custom-sidebar a.brand-link {
    /* border-bottom: 1px solid #4b545c; */
    color: rgba(255, 255, 255, 0.8);
    /* .brand-text {
        color: $base-color;
    } */ }
    .custom-sidebar a.brand-link:hover {
      color: rgba(255, 255, 255, 0.8); }
  .custom-sidebar .nav-pills .nav-link {
    color: rgba(255, 255, 255, 0.8); }
    .custom-sidebar .nav-pills .nav-link.active {
      /* background: rgba(56, 153, 207, 0.1); */
      background: rgba(255, 255, 255, 0.3);
      color: #FFFFFF; }
    .custom-sidebar .nav-pills .nav-link:hover {
      color: #FFFFFF; }

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

.text-basic {
  color: #002067; }

.preloader {
  position: fixed;
  background-color: #fff;
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991; }

.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; }

.form-control {
  margin-bottom: 0.5rem;
  border: 1px solid #306CBC; }

.input-group .input-group-text {
  border: 1px solid #306CBC; }

.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: #43bf1a;
    color: #fff; }
  .btn.btn-search {
    background: #43bf1a;
    color: #fff; }
  .btn.btn-ok {
    background: #3399CC;
    color: #fff; }
  .btn.btn-cancel {
    background: #999999;
    color: #fff; }
  .btn.btn-common {
    background: #002067;
    color: #fff; }
  .btn.btn-update {
    background: #002067;
    color: #fff; }
  .btn.btn-notification {
    background: #002067;
    color: #fff; }
  .btn.btn-order {
    background: #3399CC;
    color: #fff; }
  .btn.btn-delete {
    background: #D64215;
    /* color: $base-color; */
    color: #fff; }
  .btn.btn-restore {
    background: #FEA826;
    color: #fff; }
  .btn.btn-upload {
    background: #002067;
    color: #fff; }
  .btn.btn-permission {
    background: #a8a8a8;
    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; }

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; }

.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; }
  .sidebar-dark-primary .nav-sidebar > .nav-item .menu-image-icon.menu-grape-icon {
    background: url(../images/menus/icon_grape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.3rem; }

.dataTable .thead-custom th {
  color: #ffffff;
  background-color: #306CBC;
  border-color: #306CBC; }
  .dataTable .thead-custom th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .dataTable .thead-custom th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
.dataTable thead {
  background: #306CBC; }
.dataTable tr.odd {
  background: #00000013; }
.dataTable tr.even {
  background: #FFFFFF; }
.dataTable tr td {
  vertical-align: middle; }

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #F5F5F5; }

.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5; }

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #323232; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #F5F5F5; }

body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #323232; }

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

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

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

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

.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; }

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