/* === global styles // custom === */

/* body - container */

* {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  color: #222;
}

  .container-wide {
    padding: 30px;
  }

.container-fix {
  padding-bottom: 10px;
}

/* visibility */

.hidden {
  display: none !important;
}

/* spacing */

.padding-reset {
  padding: 0;
}

.spacer {
  height: 30px;
}

/* text */

.header {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0px 15px;
}

@media (max-width: 321px) {
  .header {
    font-size: 17px;
  }
}

.font-weight-bold {
  font-weight: 500 !important;
}

/* pointer styles */

.pointer {
  cursor: pointer;
}

/* borders */

.border-simple {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* default table styles */

table input {
  width: 100%;
}

.table th,
.table td {
  border-top: none;
}

/* === restore Bootstrap 3 "hidden" utility classes === */

@media (max-width: 575px) {
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /* removed hidden-sm-down */
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
        display: none !important;
    }
}

/* === bootstrap overrides === */

/* text */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
}

/* card elements */

.card {
  border: none;
  background-color: #FFF;
}

.card-text {
  background-color: #FFF;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  opacity: 0.95;
}

.card-header {
  background-color: #0099d3;
  /* cursor: pointer; */
  color: white;
  font-weight: 500;
  padding: 10px 0px;
}

.card-header span {
  font-weight: 500;
}

.card-header img {
  max-height: 40px;
}

.card-header .col:first-child,
.card-header .col-2:first-child,
.card-header .col-3:first-child,
.table-view .col:first-child,
.table-view .col-2:first-child,
.table-view .col-3:first-child {
  margin-left: 0.5rem;
}

.block-data {
  margin-bottom: 30px;
}

.header-icon {
  font-size: 20px;
}

/* buttons */

.btn.btn-flat {
  border-radius: 0.25rem !important;
}

.btn i {
  margin-right: 5px;
}

button.btn.btn-tertiary .fa {
    color: #333;
}

/* labels */

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500;
}

/* badges */

.badge {
  padding: 0.5em;
  font-size: 100%;
  font-weight: 400;
}

/* === navbar === */

.navbar {
  padding: 0.275rem;
  border-bottom: 1px solid #dee2e6!important;
}

.navbar.has-tablink {
    padding-bottom: 0;
    padding-top: 0;
}

/* === navbar elements === */

.navbar input[type="checkbox"] {
  margin-right: 10px;
  margin-left: 10px;
}

.nav-details {
  margin-right: 10px;
}

.brand-link {
  text-align: center;
}

.brand-link img {
  max-width: 140px;
  width: auto;
  height: auto;
  margin: 5px;
}

li.nav-item {
    font-size: 15px;
}

.nav-treeview .nav-icon {
    font-size: 90% !important;
}

.navbar img {
    max-height: 35px;
}

/* logout button */

@media (min-width: 426px) {
    .logout-button {
        margin-right: 12px;
    }
}

/* Alternate navbar with tab-link */

.navbar-has-tablink .navbar {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-has-tablink #action-buttons {
  visibility: visible;
}

.navbar-has-tablink .additional-menu-left {
  margin-left: 19px;
}

.navbar-has-sublink .additional-menu-left,
.navbar-has-sublink .additional-menu-right {
  padding: 0;
}

.navbar-has-sublink .additional-menu-left {
  margin-left: -4px;
}

.nav-button-group {
  margin-left: 11px !important;
}

/* === navbar > tab headers === */

.tab-header {
  border-radius: 5px;
  cursor: pointer;
}

.actions-link {
  margin: 0px 20px;
  padding: 10px 5px 10px 5px;
  font-weight: 500;
}

.tab-link,
.tab-header-link {
  margin: 0px 20px;
  padding: 13px 5px 13px 5px;
  font-weight: 500;
}

.tab-header .active {
  color: #0099D3;
  border-bottom: 4px solid #0099d3;
  font-weight: 500;
}

/* === tab headers > data status="block-view" === */

[data-status="block-view"] .card-header {
  background: white;
  color: #333;
  padding: 0.9rem 1rem !important;
}

[data-status="block-view"] .card-text {
  border: none !important;
  padding: 10px !important;
}

[data-status="block-view"] .card-body {
  padding: 0;
}

[data-status="block-view"] .card .nav.flex-column>li {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

[data-status="block-view"] .block-data {
  margin-bottom: 16px;
}

[data-status="block-view"] {
  margin-bottom: -12px;
  /* fix bug where pdf export fails if block-view has no content */
  border: 2px solid #f4f6f9;
}

[data-status="block-view"] .badge {
  padding: 7px 10px;
}

.block-view-img img {
  max-height: 64px;
}

/* === form elements > readonly form === */

.form-readonly .form-control-plaintext {
  padding: 0;
}

textarea.no-resize {
  resize: none;
}

/* === form elements > checkboxes === */

input[type="checkbox"] {
  /* keep */
  width: auto;
  display: inline;
}

.custom-control,
.custom-checkbox,
.custom-control-label,
.custom-control-label::before,
.custom-control-label::after {
  cursor: pointer;
}

/* === form elements > input/select === */

input,
select:not(.hourselect):not(.minuteselect):not(.ampmselect) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  /*color: #495057;*/
  background-color: #fff;
  /* background-clip: padding-box; */
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  color: #495057;
}

input.btn {
  width: auto;
}

/* === form elements > inline form === */

.inline-form {
  margin-left: 10px;
}

/* === form elements > date range picker === */

.daterangepicker {
  font-size: 13.5px;
}

/* === form elements > dropdown multiselect === */

.multiselect-container.dropdown-menu.show {
  width: 100%;
  padding-left: 8px;
  padding-bottom: 2px;
}

.checkbox,
.multiselect-container a {
  color: #333;
}

button.multiselect.dropdown-toggle.btn.btn-default {
  text-align: left;
  background: white;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

.multiselect-btn-default {
  background-color: white;
  color: #444;
  border-color: #ddd;
  text-align: left;
}

.multiselect-container .disabled {
  display: none;
}

.multiselect-container input[type=radio] {
  /* keep */
  width: auto;
  display: inline;
  margin-right: 5px;
}

/* === login form === */

#messagebox {
  font-size: 13.5px;
}

/* === sidebar === */

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #0099d3;
}

.nav-sidebar .menu-open>.nav-link .right {
  -ms-transform: rotate(-90deg);
  transform: rotate(90deg);
}

.navbar-expand .navbar-nav .nav-link {
  margin-bottom: 5px;
}

.sidebar {
  font-weight: 500;
  font-size: 14px;
}

i.nav-icon.fa.fa-car {
  font-size: 1.4rem;
}

/* === small box / info box (colored detail box) === */

.small-box p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.small-box-footer {
  font-weight: 500;
  padding: 9px !important;
}

.small-box {
  padding: 8px;
  padding-top: 5px;
  height: 100%;
}

.info-box-icon img {
  height: 50px;
}

/* === report select ops > container === */

.additional-menu-left,
.additional-menu-right {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.additional-menu-left {
  margin-left: 10px;
}

.additional-menu-right {
  margin-right: 12px;
}

@media (min-width: 0px) and (max-width: 426px) {
  .additional-menu-left {
    padding: 0;
    margin: 0px 0px 15px 0px;
  }
  .additional-menu .menu-item {
    margin-top: 15px;
  }
}

.additional-menu.block-data .form-group {
  margin: 0;
  padding: 10px 0px 10px 12px;
}

/* #action-buttons,
#loader {
  display: none;
} */

.mobile-additional-menu {
  background-color: #fff !important;
  color: #1f2d3d !important;
  border-bottom: 1.5px solid #dee2e6 !important;
  margin: 0 !important;
  flex-wrap: wrap;
}

.mobile-additional-menu:not(.validation-shop-menu) {
  display: flex;
}

.mobile-additional-menu .tab-header {
  margin-bottom: -1px;
}

@media (max-width: 321px) {
  .mobile-additional-menu .tab-link {
    font-size: 15px;
  }
}

/* === report select ops > custom/individual styles === */

#carpark_name {
  float: left;
  background-color: #D3D3D3;
  pdding: 10px;
  font-weight: bold;
}

table #head {
  background-color: #444;
  font-weight: bold;
  color: #FFF;
}

.weekdays {
  float: left;
  height: 25px;
  width: auto;
}

.weekdays ul {
  float: left;
  list-style: none;
}

.weekdays ul li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0 10px 0 10px;
  color: #333;
  float: left;
}

.weekdays ul li:first-child {
  padding-left: 0px;
}

/* === report select ops > loader === */

div#loader img {
  max-height: 35px;
  display: block;
  width: auto;
}

/* === modals > global styles === */

[data-toggle="modal"] {
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 55%;
    /* adjust me */
    max-width: 1200px !important;
  }
}

/* fix extra padding issue */

.modal-body p {
  margin: 0;
}

.modal-open {
  padding-right: 0px !important;
}

.modal-body .card-header {
  padding: 15px;
  /* text-align: center; */
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 460px;
  }
}

.modal-lg {
  max-width: 580px;
}

.modal-content {
  border: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 4.75rem auto;
  }
}

/* fix card-header border bug */

.modal-body .card {
  border-top-left-radius: 10%;
  border-top-right-radius: 10%;
}

/* === modals > pdf receipt modal === */

#pdfReceiptModal .modal-lg {
  max-width: 750px;
}

#pdfReceiptModal .modal-lg .modal-body {
  height: auto !important;
  padding: 1.25rem;
}

#pdfReceiptModal .modal-lg .modal-body .modal-title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

#pdfReceiptModal .modal-lg .modal-body .table-receipt tr.net-amount {
  border-top: 1px solid #333333b0;
}

#pdfReceiptModal .modal-lg .modal-body .table-receipt tr.gross-amount {
  border-top: 1px solid #333333b0;
  border-bottom: 4px double #333333b0;
}

#pdfReceiptModal .modal-lg .modal-body .table-receipt span {
  display: block;
}

#pdfReceiptModal .modal-lg .modal-body .table-receipt span > span {
  display: inline;
}

#pdfReceiptModal .modal-lg .modal-body .table-receipt .parking-fee-details {
    margin-top: 15px;
}

#pdfReceiptModal .modal-lg .modal-body .table-receipt .parking-fee-details span {
    font-size: 15px;
}

#pdfReceiptModal .table-receipt th:first-of-type,
#pdfReceiptModal .table-receipt td:first-of-type {
  width: 5%;
}

#pdfReceiptModal .table-receipt th:nth-of-type(2),
#pdfReceiptModal .table-receipt td:nth-of-type(2) {
  width: 75%;
}

#pdfReceiptModal .table-receipt th:last-of-type,
#pdfReceiptModal .table-receipt td:nth-of-type(2) {
  width: 20%;
}

/* === modals > error log modal === */

#error-log-modal img#device_img {
  /* border: 1px solid teal; */
  width: 200px;
  height: 200px;
}

/* === tables > new ui === */

.card-table-blue {
  border: 1px solid #0099d3;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  background: #0099d3;
}

.table.table-blue {
  margin: 0;
}

.table.table-blue thead tr {
  background-color: #0099d3;
  /* cursor: pointer; */
  color: white;
  font-weight: 500;
  padding: 10px 0px;
  background-clip: padding-box;
}

.table.table-blue thead th {
  border-bottom: none;
}

.table.table-blue tr {
  border-radius: 0px;
  border-bottom: 1px solid #0099d3;
  background: white;
}

.table.table-blue thead td {
  vertical-align: middle;
  font-size: 16px;
  color: white !important;
  background-color: #0099d3;
}

.table.table-blue td {
  vertical-align: middle;
  font-size: 15px;
  color: #333;
}

table .table-buttons {
  margin: 0;
  padding: 0;
  padding-right: 6px;
  padding-top: 12px;
}

table .table-buttons .btn {
  margin: 0px 6px 12px 6px;
}

/* === tables > previous table ui === */

.table-view {
  padding: 0px;
}

.table-view .card-text {
  font-size: 15px;
}

.table-view .card-header,
.table-view .card-text {
  padding: 10px 0px;
}

.table-view .card-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.table-view .card-header {
  font-size: 16px;
  font-weight: 500;
}

.table-view .card-text:hover {
  opacity: 0.9;
}

.table-view .card-text {
  border-radius: 0px;
  border-bottom: 1px solid #0099d3;
  border-left: 1px solid #0099d3;
  border-right: 1px solid #0099d3;
}

.table-detail {
  margin: 0;
  font-size: 15px;
}

.table-row-detail {
  margin-left: 10px;
}

.counter-view .table-row-detail {
  margin-left: 10px;
  margin-right: -10px;
}

.counter-view h6 {
  margin: 0px;
}

/* === tables > subheading === */

.subhead {
  background-color: lightgray;
  font-weight: 500;
  font-size: 16px !important;
  color: #333;
}

/* === tables > scrollable === */



.table-scroll {
  max-height: 227px;
  overflow-y: scroll;
}
/* === charts > container elements === */

.chart-header {
  font-weight: 500;
  font-size: 1.25rem;
  color: #343a40!important;
}

.chart-box {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  background-color: white;
  padding: 15px 10px 10px 10px;
  /* margin-bottom: 30px; */
}

.barchart-box {
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.barchart-box.report-chart {
  margin-top: 0px;
  margin-bottom: 30px;
}

#bar-chart,
.barchart-box {
  display: block;
}

/* === charts > edits for pdf export === */

/* align all graphs by normalizing margin + padding */

.row.jspdf-graph {
  margin-left: 0;
  margin-right: 0;
}

.jspdf-graph .col-lg-12,
.jspdf-graph .col-lg-5 {
  padding: 0;
}

/* fix bug where left margin and left padding increases left margin on pdf export */

.row.mb-4.jspdf-graph {
  margin-left: 0;
}

.jspdf-graph>.col-lg-3.col-6:first-child,
.jspdf-graph>.col-auto:first-child {
  padding-left: 0;
}

/* === charts > progress bar === */

.progress-box {
  margin-top: 30px;
}

.progress {
  font-size: 15px;
  height: 40px;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.taken-spots {
  background-color: #FF6384;
}

.free-spots {
  background-color: #0099d3;
}

/* === charts > gauge indicator === */

.gauge-val {
  font-weight: 500;
  font-size: 20px;
}

/* === keymanager === */

.keymanager.d-flex.row {
  margin-left: -7.5px;
}

.position-inactive {
  background-color: #D3D3D3;
  float: left;
  height: 60px;
  width: 100%;
  margin: 0 0 0px 0px;
  font-size: 28px;
  padding: 0 0 5px 0;
  text-align: center;
  color: #FFF;
}

/* === counter alerts === */

.form-box {
  padding-right: 30px;
}

#left,#right {
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: white;
  
}

#left {
  width: 40%;
  float: left;
  /* border: solid; */
  padding: 10px;
  

}

#right {
  width: 45%;
  float: left;
  /* border: solid; */
  min-height: 5px;
  padding: 10px;
  
}

#middle {
  width: 10%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.draggable {
  /* border: inset; */
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  padding: 5px;
}

.alert-container {
  /* background-color: #EFEFEF; */
  background-color: #FFF;
  /* border: 1px solid #0099d3; */
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 5px;
}

.txtCorrection {
  width: 80px;
}

/* === carpark counters === */

#secondary-carpark-counters-right p,
#secondary-carpark-counters-left p {
  margin-bottom: 0;
}

/* === add user role form === */

form#test {
  width: 100%;
}

input#u_rolecode {
  padding: 2px;
}

/* === notification box === */

/* add border radius on all 4 corners only when div is collapsed */

.notification-box .card-header[aria-expanded="false"] {
  border-radius: 0.25rem;
}

.notification-box .fa {
  vertical-align: middle;
}

.notification-box #notification-icon {
  margin-left: 10px;
}

/* === pagination === */

.pagination.split-pagination .page-link {
  border-radius: 5px !important;
  margin-right: 10px;
  padding: 8px 13px;
}

/* === payment transactions > button void === */

.btn-void-trx {
  margin-right: 10px;
}

/* === edits for mini dashboard === */

.chart-header {
  font-size: 17px;
}

.gauge-val {
  font-size: 15px;
}

canvas.gauge {
  width: 205px !important;
  height: 120px !important;
}

/* === indicator === */

.dot-indicator {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

/* === info box with text === */

.info-box {
  margin-bottom: 0 !important;
  padding: 18px;
  padding-top: 15px;
}

.info-box h6 {
  margin-bottom: 8px;
  font-size: 15px;
}

.info-box h6:last-of-type {
  margin-bottom: 0;
}

.info-box .dot-indicator {
  margin-top: -3px;
  margin-right: 2px;
}

.info-box img {
  margin-bottom: 15px;
  max-width: 350px;
}

/* === validator details === */

.validator-details .account-box {
  padding: 0px 1.5rem 0px 0px;
}

.validator-details .table-box {
  padding: 0;
}

@media (min-width: 1441px) {
  .validator-details .account-box {
    flex: 0 0 41.67%;
    max-width: 41.67%;
  }

  .validator-details .table-box {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 1025px) and (max-width: 1441px) {
  .validator-details .account-box {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .validator-details .table-box {
    flex: 0 0 55%;
    max-width: 55%;
  }
}

@media (min-width: 0px) and (max-width: 1025px) {
  .validator-details .account-box,
  .validator-details .table-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 30px 0;
  }

  .validator-details {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 0px) and (max-width: 1300px) {
  div#account-details .col {
      width: 100% !important;
      text-align: left !important;
      flex-basis: unset;
  }

  div#account-details h6:nth-of-type(2) {
    margin-bottom: 8px;
  }
}

.validator-details .table-box #sub-account-table {
  overflow-y: scroll;
}

/* === reporting === */

.container-wide.reporting .validation-table {
    width: 75% !important;
}

@media (min-width: 0px) and (max-width: 1500px) {
  .container-wide.reporting .validation-table {
    width: 100% !important;
  }
}

.report-sort .menu-item {
  padding: 0;
  padding-top: 15px;
  padding-right: 15px;
}

.report-sort .row {
  padding-bottom: 15px;
  margin-left: 7px;
}

/* === report sort options === */

.datepicker-container {
  width: 310px;
}

.report-sort .menu-item:not(.datepicker-container) {
  width: calc((100% - 310px)/5);
}

@media (min-width: 800px) and (max-width: 1400px) {
  .report-sort .menu-item {
    width: calc(100%/3)!important;
  }
}

@media (min-width: 0px) and (max-width: 800px) {
  .report-sort .menu-item {
    width: 100% !important;
  }
}

/* === tab forms === */

.container-wide .tab-form {
  margin-bottom: 0;
}

@media (min-width: 1440px){
  .container-wide .tab-form {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .container-wide .tab-form {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (min-width: 0px) and (max-width: 1025px) {
  .container-wide .tab-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-form-custom h5 {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

/* === password strength === */

.row.password-strength .form-group {
  margin-bottom: 10px;
}

#pwd-container,
#pwd-container-edit {
  padding-left: 7.5px;
}

#pwd-container .progress,
#pwd-container-edit .progress {
  margin-right: 7.5px;
  height: 15px;
}

.popover-body ul.error-list {
  padding-inline-start: 17px;
  padding-top: 5px;
}

/* === form validation === */

form {
  margin-block-end: 0;
}

form#updateValidator .error:not(input),
form#update-Password .error:not(input) {
  font-size: 15px;
  margin-top: 8px;
  width: 100%;
  color: #dc3545;
  margin-left: 7.5px;
}

form#createValidators .error:not(input),
form#update-Password .error:not(input) {
  font-size: 15px;
  margin-top: 8px;
  width: 100%;
  color: #dc3545;
}
hr.hr-dark {
  border-top: 2px solid black;
}

/* === Data Tables === */

.dataTables_length{
float:left;
width:200px;
height:30px;

}

.dataTables_length label{
width:100px;
height:30px;
float:left;
}

.dataTables_length select{
float:left;
margin:-28px 50px 0 100px;
}

/* Box color*/
.box-color-parking-fee{
  background-color:#0bc581;
  color:#ffffff;
  }

  .box-color-wallet-fee{
    background-color:#15a872;
    color:#ffffff;
    }
  
  .box-color-lost-fee{
  background-color:#36bea9;
  color:#ffffff;
  }
  
  .box-color-product-fee{
  background-color:#3cb767;
  color:#ffffff;
  }
  
  .box-color-discount-fee{
  background-color:#40c1e1;
  color:#ffffff;
  }

/* Pre Loader */
.preloader{
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: 1;
  width:200px;
  height:180px;
  background-color:#FFF;
  text-align: center;
  border-radius: 10px;
  border-color: #999;
  padding:10px;
  }
  
  
  .preloader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -55px 0 0 -65px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db; 
  border-bottom: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-color: #FFF;
  }
  
  
  
  
  @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }
  
  
  /* -- End . Preloader -- */



#device-status-block .card-header {
    background: white;
    color: #333;
    padding: 0.9rem 1rem !important;
}

/*Review Status Page . */
.CardReviewStatus{
width: 100%;
margin: 10px auto;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
border-radius: 10px;
padding: 15px;
margin-top: 20px;
border: 1px solid #efefef;
border-radius: 5px;
padding:15px 5px 15px 10px;
min-height:100px;
background-color:#F4F6F7;
}

.CardReviewStatus p{
font-size:14px;
}

.CardReviewStatus h3{
font-weight: 500;
margin: 0px;
font-size: 24px;
color:#333;
text-transform: uppercase;
float:left;
}

.CardReviewStatus h5{
font-weight: 500;
margin: 0px;
font-size: 16px;
color:#666;
text-transform: uppercase;
float:left;

}

.CardReviewStatus .row .Pending{
padding:20px;
border: 1px solid #ccc;
background-color:#FFF;
border-radius: 50%;
height:80px;
width:80px;
float:right;
margin:0 10px 0 0;
}



.CardReviewStatus .Pending img{
height:100%;
width:100%;
}

.CardReviewStatus .Approved{
padding:20px;
border: 1px solid #ccc;
background-color:#059911;
border-radius: 50%;
height:80px;
width:80px;
float:right;
margin:0 10px 0 0;
}

.CardReviewStatus .Approved img{
filter: invert(100%);
height:100%;
width:100%;
}

.CardReviewStatus .Rejected{
padding:20px;
border: 1px solid #ccc;
background-color:#E94A3E;
border-radius: 50%;
height:80px;
width:80px;
float:right;
margin:0 10px 0 0;
}

.CardReviewStatus .Rejected img{
filter: invert(100%);
height:100%;
width:100%;
}


/*Bay Activity Formbuilder Page . */
#activity-dropdown {
    margin-top: 20px; /* Adjust as needed */
  }
  
  #activity-dropdown label {
    margin-right: 10px;
  }
  
  #activity-dropdown select {
    padding: 5px;
    font-size: 16px;
  }

  #save-button {
    display: inline-block; /* Display the button as inline block */
    padding: 10px 20px; /* Adjust padding as needed */
    margin-bottom: 200px;
    margin-left:10px; /* Add space below the button */
    background-color: #4CAF50; /* Green background color */
    color: white; /* White text color */
    border: none; /* Remove border */
    border-radius: 4px; /* Add border radius */
    cursor: pointer; /* Change cursor on hover */
    text-decoration: none; /* Remove underline */
    font-size: 16px; /* Adjust font size */
  }
  
  #save-button:hover {
    background-color: #45a049; /* Darker green on hover */
  }

   #main-container {
    display: flex;
    margin-top: 40px;
  }
  
  #left-container {
    flex: 0 0 auto;
    width: 200px;
  }
  
  #right-container {
    /*flex: 1 1 auto;
    margin-left: 20px;*/
    /*width:500px;*/
    position: relative;
    width: 500px;
    display: flex;
    flex-direction: column;
    background-color: rgba(144, 238, 144, 0.5);
    /* Light green with transparency */
    border: 1px dotted #006400;
    /* Dotted border with dark green color */
    padding: 20px;
    /* Add some padding for content */
    margin-bottom: 20px;
  }

  #third-container {
    /*flex: 1 1 auto;
    margin-left: 20px;*/
    /*width:500px;*/
    width: 500px;
    display: flex;
    flex-direction: column;
  }

 .input-container {
  position: relative;
  margin-bottom: 20px;
  /* Required for absolute positioning of close button */
  border: 1px solid #ccc;
  border-radius: 5px;
}

.file-upload-form {

  border: 1px solid #ccc;
  border-radius: 5px;
}

.dropdown-container {

  border: 1px solid #ccc;
  border-radius: 5px;
}


  .draggable {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f2f2f2;
    cursor: pointer;
    z-index: 1000;
  }
  
  .dropped {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #f2f2f2;
  cursor: pointer;
}
  
  .draggable:hover {
    background-color: #e0e0e0;
  }
  
   
  .close {
    position: absolute;
  top: 5px;
  right: 5px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  /* Add cursor pointer for better UX */
  color: #007bff;
  /* Dark blue color */
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Styles for close button */
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  /* Ensure close button stays on top */
  color: #007bff;
  /* Dark blue color */
}

/* Styles for submit button */
.submit-btn {
  /* Your custom styles for submit button */
  background-color: #6c757d;
  /* Dark grey */
  color: #fff;
  /* White text */
  border: none;
  padding: 6px 16px;
  /* Adjust padding */
  border-radius: 20px;
  /* Rounded corners */
  font-size: 14px;
  /* Adjust font size */
  max-width: 100px;
  /* Set maximum width */
  display: block;
  /* Change the display to block */
  margin: 0 auto;
  /* Set margin to auto for center alignment */
}

.white-bg {
  background-color: #ffffff;
  /* White background */
}

.order-label {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  margin-bottom: 10px;
  /* Add margin if needed */
}

.order-label span {
  display: inline-block;
  /*background-color: #3ab8ec;*/
  background-color: #6c757d;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.label-container {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#close-right-container {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  /* Add cursor pointer for better UX */
  color: #007bff;
  /* Dark blue color */
}

.custom-width {
  width: 81.33333333%;
  /* Equivalent to col-10 */
  /* Alternatively, you can use a percentage or fixed width */
}

/**** activity settings page******* */

.activities-container {
  margin: 30px;
  padding: 20px;
}

.activities-container .btn {
  margin-left: auto;
}

/* Basic table styling */
.table th,
.table td {
  text-align: center;
  vertical-align: middle;

}


/* Editable field styling */
.editable-field[contenteditable="true"] {
  background-color: #ffffcc;
  border: 1px solid #ccc;
  padding: 2px;
}

/* Actions column styling */
.edit-buttons {
  white-space: nowrap;
  transition: width 0.3s ease;
}

.edit-buttons .btn {
  margin: 2px;
}


.table-responsive {
  overflow-x: auto;
}

.dataTables_wrapper {
  width: 100%;
}

.card-body .settings-card {
  padding: 0;
  /* Remove all padding */
}

.card-title {
  font-size: 25px;
}