html, body{
    height:100%;
    font-size: 15px;
}
.full-width {
 width:100%;
 }
 .main_container {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
 }
 body.admin .main_container {
    max-width: 100%;
    width: 100%;
 }
 .btn-login {
     width: 100%;
 }
 .btn-white {
     color: white;
 }
 .btn-white:hover {
     color: black;
 }
 .login-form-full {
     max-width: 400px;
     margin-left: auto;
     margin-right: auto;
 }
 .thin-td {
    width: 100px;
}
 .margin-top-10 {
     margin-top: 10px;
 }
 .margin-top-5 {
     margin-top: 5px;
 }
 input.has-error, select.has-error, input.error, select.error, div.error {
     border: 1px solid red;
     background-color: #EED3D7;
 }
 label.error {
     color: red;
 }
 #message-div {
     padding: 0px;
     margin: 0px;
 }
 .alert {
     padding: 12px 0px 0px 10px;
 }
 .alert .btn-close {
     height: 10px;
     float: right;
 }
 div#loader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 1100; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #333 url('/assets/img/loading.gif') no-repeat center center; 
    opacity: 0.8;
    text-align: center;
}
div#loader-msg {
    z-index: 1110; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 25px;
    color: white;
}
.fuel-version{
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.fuel-version-spacer{
	height: 30px;
}
.fuel-development{
    background-color: #d43f3a;
    color: white;
}
.fuel-staging{
    background-color: #4cae4c;
    color: white;
}
.fuel-test{
    background-color: #05B2D2;
    color: white;
}
.fuel-sandbox{
    background-color: #f00;
    color: white;
}
label.has-error {
    font-weight: normal;
    color: #cecece;
}
#booking-details-form {
    float: none;
}
#booking-details-form label{
    font-weight: bold;
}
 .file-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    display: none;
  }
  .file-list.visible {
    display: table;
  }
  .file-list th, .file-list td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
  }
  .file-list img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
  }
  .remove-btn {
    background: crimson;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
  }
.drop-zone {
    text-align: center;
    cursor: pointer;
  }

.dd-upload label{
    font-weight: normal !important;
}
.content-div {
    min-height: 600px;
    /*overflow: auto;*/
    
}
.header-div {
    padding-bottom: 10px;
}
.header-div>.row {
    margin-left: 0px;
}
.header-div .logo-div div {
    padding: 0px;
}
.booking-details {
    padding-left: 20px;
    padding-right: 20px;
}
.input-daterange input {
    text-align: left !important;
}
/**Resp*/
@media only screen and (max-width: 960px) {
  .main_container, .header-div {
/*    margin-left: 10px;
    margin-right: 10px;*/
  }
}
footer {
    margin-top: 20px;
    padding: 20px;
}
.content-div {
    margin-top: 3px;
    padding: 2px;
}
/**Resp*/
.input-daterange {
    width: auto;
}
.bold-text {
    font-weight: bold;
}
.text-left {
    text-align: left;
}
fieldset {
    min-width: 1px;
}
.margin-top-10 {
	margin-top: 10px;
}
.container {
    max-width: 100% !important;
}
body.admin .container {
    max-width: 99.5% !important;
}

::placeholder {
  color: #888 !important;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #888 !important;
}
h3.public-header {
    color: #888 !important;
    font-weight: normal;
}
span.required {
    color: red;
}
.main_container .row{
    margin-left: 0px;
    margin-right: 0px;
}
@media (max-width: 768px) {
    .xs-hidden {
        display: none;
    }
}
@media (max-width: 992px) {
    .md-hidden {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .card-form .cc-month, .card-form .cc-year{
        padding-right: 1px;
    }
    .card-form .cc-year {
        padding-left: 1px;
    }
    .card-form .cc-cvv {
        padding-left: 1px;
    }
    .card-form select,.card-form input {
        padding-left: 2px;
        padding-right: 2px;
    }
}
.text-right {
    text-align: right;
}
input[readonly], select[readonly] {
    color: #888;
    background-color: #efefef;
}
.pstatus-paid, .pstatus-paid>td {
    background-color: rgb(187, 255, 187, 0.2) !important;
}
.pstatus-unpaid, .pstatus-unpaid>td {
    background-color: rgb(255, 0, 0, 0.2) !important;
}
.pstatus-canceled, .pstatus-canceled>td {
    background-color: rgb(195, 195, 195, 0.2) !important;
}
.pstatus-denied, .pstatus-denied>td {
    background-color: rgb(0, 174, 239, 0.2) !important;
}
.pstatus-authorized, .pstatus-authorized>td {
    background-color: #4cae4c !important;
}
.pstatus-waiting, .pstatus-waiting>td {
    background-color: #cecece !important;
}
a.active {
    color: red;
}
.menu-right {
    right: 0px !important;
    max-width: 300px;
    left: 80% !important;
}
.pagination span {
    margin: 5px;
}
.pagination span.active {
    font-weight: bold;
    text-decoration: underline;
}
.pay-type-column button {
    width: 100%;
    height: 40px;
}
@media (min-width: 992px) {
    #terms-modal {
        --bs-modal-width: 992px !important;
    }
}
.no-padding .no-padding-row{padding: 0px;}
.bstatus, .bstatus > td {background-color: #fc9ac5 !important;}
.bstatus-accepted, .bstatus-accepted > td {background-color: #F39C12 !important;}
.bstatus-cancelled, .bstatus-cancelled > td {background-color: #00b3ee !important;}
.bstatus-pending, .bstatus-pending > td {background-color: #00ccee !important;}
.bstatus-working, .bstatus-working  > td{background-color: #a9dba9 !important;}
.bstatus-paid, .bstatus-paid > td {background-color: #5fd923 !important;}
.bstatus-closed, .bstatus-closed  > td{background-color: #888 !important;}
.bstatus-not-available-with-other-options, .bstatus-not-available-with-other-options > td{background-color: #888 !important;}
.bstatus-not-available, .bstatus-not-available > td{background-color: #883 !important;}
.hotel-header-image {
    width: 100%;
}
.lightpick__days .is-disabled {text-decoration: line-through;background-color: #cecece;}
.line-through {text-decoration: line-through;}
.denied {color: red;}
.accepted {color: #4cae4c;}
.image-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.image-icon:hover {
    cursor: pointer;
}
.image-icon-selfie {
  background-image: url(/assets/img/happyface-black.svg);
}
.image-icon-card {
  background-image: url(/assets/img/credit_card-01.svg);
}
.image-icon-id {
  background-image: url(/assets/img/id-card.png);
}
.image-icon-signature {
    height: 20px;
    width: 20px;
    background-image: url(/assets/img/signature.svg);
}
.td-loader {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  font-size: 14px;
  color: #555;
  padding: 4px;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #2196f3;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.nobr {
    white-space: nowrap;
}
.image-loading {
  font-family: sans-serif;
  font-size: 25px;
  min-height: 100px;
  padding-top: 50px;
}

.image-loading::after {
  content: 'Loading';
  animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
  0%   { content: 'Loading'; }
  25%  { content: 'Loading.'; }
  50%  { content: 'Loading..'; }
  75%  { content: 'Loading...'; }
  100% { content: 'Loading'; }
}
.select2-selection__rendered {
    font-weight: bold;
}
.select2-results__option {
  white-space: normal;
  padding: 0.5rem 1rem;
  line-height: 1.4;
}
.select2-selection {
    min-height: 50px;
}
.select2-selection__rendered {
    margin-top: 10px;
}
#modalPrev:hover div,
#modalNext:hover div {
  opacity: 0.6;
}
#modalMedia img,
#modalMedia video {
  max-height: 100vh;
  max-width: 100%;
  object-fit: contain;
}
.modal-title, .modal-content {
    color: black;
}
.view-guests{
    width: 50%;
}
.view-guests td{
    padding-left: 0px;
    padding-top: 0px;
}