@charset "UTF-8";

#app {
  min-height: 100%;
  padding-bottom: 117px;
}

#main::before {
  content: "";
  background: url(/static/img/nfctag_img@2x.png);
  background-size: cover;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#side-home {
  width: 100%;
}
section .panel-body.no-data::before, #period-chart .panel.no-data::before {
  content: "";
  background: url(/static/img/nodata.jpeg);
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

form div {
  word-break: break-word;
  word-wrap: break-word;
}

.dropdown-item, .ui.select-dropdown .menu > .item, .bootstrap-table .dropdown-menu [role="menuitem"], .bootstrap-table .ui.select-dropdown .menu [role="menuitem"], .ui.select-dropdown .bootstrap-table .menu [role="menuitem"],
tr *, .item {
  word-break: break-word;
  white-space: normal;
}

tr.detail-view td {
  background-color: #e3e3e336;
}

tr.detail-view a {
  vertical-align: middle;
}

.sidebar-wrap .tab-links ul {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: start;
}

hr {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

.bootstrap-table .table:not(.table-condensed) > tbody > tr.groupBy {
  background-color: rgba(30, 19, 85, 0.19);
}

.fa-close.delete {
  padding: 5px;
}

div.ui.select-dropdown .menu.transition.visible {
  max-height: 260px;
}

.sidebar-wrap .sidebar-menu li.menu-item a.active i:not(.new-tab) {
  color: #f0bf1e;
}

.sidebar-wrap .sidebar-menu li.menu-item a i.new-tab {
  font-size: 1.2rem;
}

.sidebar-wrap .sidebar-menu li.menu-item a i.new-tab:hover {
  cursor: pointer;
  color: #ff9d2b;
}

.sidebar-wrap .sidebar-menu ul.sub-menu li.menu-item a.active:hover {
  cursor: default;
}

.sidebar-wrap .sidebar-menu ul.sub-menu li.menu-item a span {
  vertical-align: text-bottom;
}

button.select-clear, button.close {
  font-size: 2rem;
}

footer#footer {
  min-height: 116px;
}

.main-wrap {
  min-height: calc(100% - 60px);
}

form.storePartner-form .ui.selection.select-dropdown > .select-dropdown.icon {
  z-index: 2;
}

footer.fix-bottom {
  width: 100%;
  min-height: 100px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

h2.page-title {
  font-size: 1.3rem;
  margin: 0 0 0 3px;
}

.error input {
  border: 1px solid red;
}

.panel-grid:not(.grid-stack) > .panel-wrap > .panel {
  /*padding-top: 25px;*/
}

.panel-grid:not(.grid-stack) > .panel-wrap > .panel .panel-body-p {
  padding: 1rem 20px 0;
}

.page-size-table .bootstrap-table .table:not(.table-condensed), .page-size-table .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .page-size-table .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .page-size-table .bootstrap-table .table:not(.table-condensed) > thead > tr > td, .page-size-table .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .page-size-table .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  padding: 10px 1rem;
}

.sidebar-option-default.sidebar-bg-default.sidebar-state-compact .sidebar-wrap::after,
.sidebar-option-default.sidebar-bg-default .sidebar-wrap .sidebar-menu,
.sidebar-option-default.sidebar-bg-default .sidebar-wrap .profile .details,
.alink-dark {
  background-color: #1b1f26;
}

.select-dropdown.disabled i.select-dropdown.icon,
.select-dropdown.disabled i.icon.delete {
  display: none;
}

button.disabled:hover,
.select-dropdown .item.disabled:hover {
  cursor: not-allowed;
}

.edit-detail.view {
  font-weight: bolder;
}

.sidebar-wrap .sidebar-menu li .sub-menu li a {
  padding-left: 15px;
  padding-right: 10px;
  text-align: center;
}

a {
  color: #3e2e8e;
}

a.disabled:hover {
  cursor: not-allowed;
}

.cur-pointer:hover {
  cursor: pointer;
}

.btn:not(.btn-sm), .btn:not(.btn-xs) {
  padding: 0.5rem 1rem;
  min-height: 37px;
}

.btn-primary, .wizard > .actions a {
  background-color: #3e2e8e;
  border-color: #3e2e8e;
}

.bgc-allink {
  background-color: #3e2e8e !important;
  color: #f4f9fc !important;
}

.bgc-allink-grad {
  color: #e3e3e3 !important;
  background: rgb(58,68,180);
  background: linear-gradient(90deg, rgba(58,68,180,1) 55%, rgba(252,176,69,1) 100%);
}

.ps-theme-panel-theme > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #2c1e6e;
}

.btn-primary:hover, .wizard > .actions a:hover {
  color: #ffffff;
  background-color: #2c1e6e;
  border-color: #f0bf1e;
}

.btn-default:hover {
  background-color: #afabab;
  border-color: #f0bf1e;
}

.c-info {
  color: #3e2e8e !important;
}

div.loader-inline {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}

.spin-loader {
  width: 18px;
  display: inline-block;
}

.spin-loader.loading {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loader-wrap {
  background-color: #e6eff38f;
}

.loader-wrap-trans {
  background-color: #e6eff38f;
}

form#admin-basic-detail-form .input-group .input-group-prepend .input-group-text {
  width: 110px;
}

.form-control {
  border-bottom: 1px solid #dee4e8;
}

.form-control.bt-modal-input-partnerStoreId,
.form-control.bt-modal-input-businessLicense {
  display: inline-block;
  width: calc(100% - 124px);
  min-height: 37px;
}

.modal-dialog {
  margin: 10% auto;
}

.modal-dialog.modal-xl, .modal-dialog.modal-xxl {
  margin: 5% auto;
}

.modal-xxl {
  max-width: 90%;
}

.modal {
  overflow: auto;
}

.form-control:focus,
.ui.select-dropdown .menu > .input:not(.transparent) input:focus,
.ui.selection.select-dropdown:focus,
select.ui.select-dropdown:focus,
.ui.selection.active.select-dropdown,
select.active.ui.select-dropdown,
.sp-container .sp-input:focus,
.bootstrap-timepicker-widget table td input:focus {
  border-color: #f0bf1e;
}

.btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.wizard > .actions a:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.wizard > .actions .show > a.dropdown-toggle {
  background-color: #f0bf1e;
  border-color: #f0bf1e;
  color: #3e2e8e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .wizard > .actions .show > a.dropdown-toggle:focus,
.btn-primary:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .actions a.focus,
.btn-success:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus, .wizard > .actions .show > a.dropdown-toggle:focus,
.btn-success:focus, .wizard > .actions a:focus, .btn-success.focus, .wizard > .actions a.focus,
.btn-danger:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, .wizard > .actions .show > a.dropdown-toggle:focus,
.btn-danger:focus, .wizard > .actions a:focus, .btn-danger.focus, .wizard > .actions a.focus {
  box-shadow: 0 0 0 0.2rem rgb(224, 178, 31);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #3e2e8e;
}

.btn-primary.disabled {
  background-color: #bebebe;
  color: #1f1515;
}

.btn-primary.disabled:hover {
  cursor: not-allowed;
}

.btn-outline-primary {
  border-color: #3e2e8e;
  color: #3e2e8e;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  border-color: #3e2e8e;
  box-shadow: 0 0 0 0.2rem rgba(224, 178, 31, 0.5);
}

.btn-outline-primary:hover {
  background-color: #ffffff;
  border-color: #3e2e8e;
  color: #3e2e8e;
}

div.audit-per-menu .btn {
  line-height: 1.4;
}

.bs-datepicker-inline {
  width: 230px;
}

.noUi-value-sub, .noUi-value-large {
  line-height: 0;
}

.btn-outline-primary.disabled:not(.active), .btn-outline-primary:disabled:not(.active) {
  color: #878785;
  background-color: transparent;
}

.btn-outline-primary.active.disabled, .btn-outline-primary.active:disabled {
  color: #3e2e8e;
  background-color: transparent;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  cursor: not-allowed;
}

span.editable-timer-time {
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  opacity: 0.8;
  z-index: 100;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.sidebar-option-theme2.sidebar-bg-default .sidebar-wrap .profile .details {
  color: #ff9d2b;
}

.sidebar-option-theme2.sidebar-bg-default .sidebar-wrap .profile .details .picture {
  text-align: center;
}

.sidebar-option-theme1.sidebar-bg-default .sidebar-wrap .profile .details,
.sidebar-option-theme3.sidebar-bg-default .sidebar-wrap .profile .details,
.sidebar-option-theme4.sidebar-bg-default .sidebar-wrap .profile .details,
.sidebar-option-theme2.sidebar-bg-default .sidebar-wrap .profile .details {
  background: none;
  /*background: !*linear-gradient(rgba(140, 45, 156, 0.1), #282d38), *!url("/static/img/allink/logo-transparency.png");
  background-position: center; !* Center the image *!
  background-size: auto; !* Resize the background image to cover the entire container *!
  background-repeat: no-repeat;*/
  padding: 15px 25px 25px;
}

.aside-open .main-wrap {
  padding-top: 0;
}

.ui.selection.select-dropdown, select.ui.select-dropdown {
  min-width: 10em;
  padding: 0.6rem 1.5rem 0.6rem .9rem ;
}

.ui.selection.select-dropdown.d-none, select.ui.select-dropdown.d-none {
  display: none !important;
}

.bootstrap-table .fixed-table-container table th, .bootstrap-table .fixed-table-container table td {
  position: relative;
}

#option-area .ui.select-dropdown,
.wide-width .ui.selection.select-dropdown, .wide-width .ui.select-dropdown,
.fixed-table-toolbar .ui.selection.select-dropdown, .fixed-table-toolbar .ui.select-dropdown,
.fixed-table-toolbar .ui.select-dropdown, .fixed-table-toolbar .ui.selection.select-dropdown {
  min-width: 500px;
  max-width: 80%;
}

#table-usage .ui.select-dropdown {
  min-width: 0;
  max-width: 100%;
}

.full-wide-width .ui.selection.select-dropdown, .full-wide-width .ui.select-dropdown {
  min-width: 300px;
  max-width: 100%;
}

.bootstrap-table .fixed-table-body,
.page-size-table .bootstrap-table .fixed-table-body {
  min-height: 420px;
  max-height: 982px;
}

.usage-table-wrap .bootstrap-table .fixed-table-body,
.usage-chart-wrap .bootstrap-table .fixed-table-body {
  min-height: auto;
  max-height: none;
}

.usage-chart-wrap .bootstrap-table .fixed-table-toolbar {
  margin-right: 30px;
  margin-bottom: 0;
}

.usage-table-wrap .fixed-table-toolbar {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.bootstrap-table .fixed-table-footer {
  width: 100%;
}

.bootstrap-table .fixed-table-footer td {
  padding: 0;
}

.bootstrap-table .fixed-table-container thead th .th-inner {
  min-height: 54px;
  padding: 20px 8px;
}

.bootstrap-table .fixed-table-container table.no-filter thead th .fht-cell {
  height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

div.tab-pane.active {
  display: inline-block;
}

.nav-link.active {
  font-weight: bolder;
  color: #3e2e8e;
}

.nav-tabs .nav-item:hover .nav-link {
  background: rgba(57, 54, 97, 0.7);
  color: #e3aa00;
}

.nav-tabs .nav-item .nav-link:not(.active) {
  color: #bdbdbd;
}

div.ui.select-dropdown .menu.transition.visible {
  width: 100%;
}

.sidebar-content .profile .table-user-image {
  height: 100%;
  text-align: center;
  color: ghostwhite;
}

.tab-content > .active {
  display: inline-block;
}

form#admin-auth-form .ui.checkbox {
  padding: .58rem .8rem;
}

.ui.checkbox label {
  word-break: keep-all;
}

form#admin-auth-form ul.list ul, ol.list ol,
form#admin-auth-form .list .list {
  padding: 0;
}

form#admin-auth-form .ui.selection.select-dropdown {
  width: calc(100% - 150px) !important;
}

.select-dropdown.w-100, .ui.selection.select-dropdown.w-100, select.ui.select-dropdown.w-100 {
  width: 100% !important;
}

form#admin-auth-form .input-group-text {
  word-break: break-word;
  word-wrap: break-word;
}

.ui.checkbox .box::before, .ui.checkbox label::before, .custom-control label::before,
.ui.checkbox .box::after, .ui.checkbox label::after, .custom-control label::after {
  left: 5px;
}

.ui.disabled.select-dropdown:hover, .ui.select-dropdown .menu > .disabled.item:hover {
  cursor: not-allowed;
}

form#admin-auth-form div.item div.title {
  width: 90px;
  background-color: #dee4e8;
  padding: 0.38rem 0.5rem;
  text-align: center;
  display: inline-block;
}

.toast.success {
  background-color: #a0aafc;
}

.toast.success .toast-body {
  color: darkblue;
}

.toast.error {
  background-color: #ff4747;
}

.red {
  color: #ff4747;
}

.blue {
  color: #1335cc;
}

.toast.error .toast-body {
  color: #ffffff;
  word-break: break-all;
  white-space: break-spaces;
  word-wrap: break-word;
}

.bgc-alink,
.bgc-active-alink .active {
  background-color: #f0bf1e !important;
  color: #f4f9fc !important;
}

.c-alink {
  color: #f0bf1e !important;
}

.bc-alink {
  border-color: #f0bf1e !important;
}

.min-w-150 {
  min-width: 150px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-w-250 {
  min-width: 250px !important;
}
.min-w-300 {
  min-width: 300px !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.max-w-200 {
  max-width: 200px !important;
}
.max-w-300 {
  max-width: 300px !important;
}

.max-w-100 {
  max-width: 100px !important;
}

.break-word {
  word-break: break-word;
}

.ft1p_2rem {
  font-size: 1.2rem;
}

.ft1p_4rem {
  font-size: 1.4rem;
}

.admin-editable .ft1p_2rem ,.admin-editable .ft1p_4rem {
  cursor: pointer;
}

.admin-editable .ft1p_2rem:hover ,.admin-editable .ft1p_4rem:hover {
  font-weight: bold;
}

.v-align-m {
  vertical-align: middle;
}

.accordion .card .card-body {
  max-height: 500px;
  overflow-y: auto;
}


@media (max-width: 768px) {
  .col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  #main {
    height: auto !important;
  }

  #main section.central-block.align-self-baseline {
    margin-bottom: 50px !important;
  }

  .sidebar-wrap .tab-links ul {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: distribute;
    justify-content: start;
  }
}

.dropzone .dz-preview .dz-error-message {
  top: -60px !important;
}

.dropzone .dz-preview .dz-error-message::after {
  border-top: 6px solid #be2626 !important;
  border-bottom: 0;
}

i.loading::before {
  border-radius: 500rem;
  border: .2em solid rgba(0, 0, 0, .1);
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.57143rem 0 0 -0.57143rem;
  width: 1.14286rem;
  height: 1.14286rem;
}

i.loading {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 1em;
  width: 1.1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}

i.loading::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  box-shadow: 0 0 0 1px transparent;
  margin: -0.57143rem 0 0 -0.57143rem;
  width: 1.14286rem;
  height: 1.14286rem;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation-iteration-count: 1;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #797e81 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}

.panel-grid section.map .search {
  transition: opacity .3s;
  width: 100%;
  right: 0;
  top: 70px;
  z-index: 11;
  opacity: .9;
  position: absolute;
}

.amcharts-range-selector-range-wrapper input {
  font-size: 1.1em;
}

.background-blink {
  background: #ef9494;
}

.blink {
  -webkit-transition: background 1.0s ease-in-out;
  -ms-transition: background 1.0s ease-in-out;
  transition: background 1.0s ease-in-out;
}

.panel-wrap > .panel.panel-maximized-screen {
  max-height: 100vh;
}

.panel-wrap > .panel .panel-header.panel-header-sm + .panel-body {
  height: calc(100% - 65px);
}

.panel .panel-body.usage-chart-wrap.off {
  background-image: url(/static/img/nfctag_img@2x.png);
  opacity: 0.1;
  background-size: contain;
}
a.panel-on-off-btn {
  width: 20px;
}
.fa.fa-power-off {
  font-size: 17px;
}
.fa.fa-power-off {
  color: #36b92d;
  font-weight: bolder;
}
.fa.fa-power-off.off:hover {
  color: grey;
}
a.panel-on-off-btn.off .fa.fa-power-off:hover {
  color: #3e2e8e;
}
a.panel-on-off-btn.off .fa.fa-power-off {
  color: grey;
}

.no-header-pd-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.admin-allow a.badge, .user-allow a.badge, .super-user-allow a.badge {
  padding: 0.2em 0.5em;
}

div.region-select, select.region-select, div.country-select, select.country-select {
  min-width: 170px !important;
}

.grid-stack > .grid-stack-item .ui-resizable-handle.ui-resizable-se.ui-icon {
  right: 12px;
  bottom: 16px;
  height: 10px;
  width: 10px;
}

.panel-grid > .panel-wrap.panel-grid-item.ui-resizable {
  padding: 10px 12px;
}

.grid-stack > .grid-stack-item[data-gs-max-width="12"].col-lg-12, .grid-stack > .grid-stack-item[data-gs-max-width="12"].col-xl-12 {
  max-width: 100% !important;
}

section.panel-wrap.off .panel-icons {
  display: none !important;
}