/* input(534,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(590,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important' */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ADMIN - INDEX*/

/*!*Dashboard calendar modals*!*/
.modal-header-section {
    margin: 10px 16px 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.modal-body-section {
    padding: 0 16px 0 16px;
}

.modal-divider-top {
    border-top: 1px solid #e9ecef;
}

.modal-change-times {
    padding-top: 10px;
}

.modal-customer-select {
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 10px 0 5px 0;
}

.modal-first-row {
    padding-top: 15px;
    display: flex;
    justify-self: left;
    gap: 15px;
}

.modal-edited-first-row {
    padding-top: 15px;
    display: grid;
}

.modal-first-element p {
    margin: 0;
}

.modal-edited-product {
    display: inline-flex;
    font-size: 16px;
}

.modal-customer-data,
.modal-order-data,
.modal-customer-data-cart {
    display: grid;
    padding-bottom: 10px;
}

.modal-customer-data {
    grid-template-columns: 2fr 4fr;
}

.modal-order-data {
    grid-template-columns: 1fr 1fr;
}

.modal-customer-data-cart {
    grid-template-columns: 4fr 3fr;
}

.modal-order-data-alter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 5px;
}

.modal-customer-data p,
.modal-customer-data label {
    margin-bottom: 6px;
}

.modal-customer-data-cart p,
.modal-customer-data-cart label {
    margin-bottom: 6px;
}

.modal-order-data p,
.modal-order-data label,
.modal-order-data-alter p,
.modal-order-data-alter label {
    margin: 0;
}

.modal-rooms-select {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

#productSelect {
    overflow: auto;
    padding-bottom: 12px;
}

#childProductSelect {
    display: inline-flex;
}

#childProductSelect div:not(:last-child) {
    margin-right: 5px;
}

.modal-child-product {
    background-color: #f5f5f5;
    border: 1px solid black;
    border-radius: 3px;
    padding: 0 2px 0 2px;
    max-height: 22px;
    width: max-content;
}

.modal-child-product:hover {
    cursor: pointer;
    background-color: #d1d1db;
}

.modal-highlighted-element {
    background-color: #68cce3;
}

.modal-highlighted-element:hover {
    background-color: #11b7dd;
}

#selectBoxCustomers {
    width: 287px;
}

.modal-box-nested-products,
.modal-box-discounts,
.modal-box-not-available {
    align-self: center;
}

.modal-box-nested-products {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
}

.modal-box-discounts {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.modal-box-not-available {
    padding-bottom: 10px;
}

.modal-nested-products-section {
    display: inline-grid;
}

.modal-manage-nested-products-section {
    padding-bottom: 10px;
    width: 235px;
}

.modal-optional-section {
    padding: 5px 0 10px 0;
    border-top: 1px solid #e9ecef;
}

.modal-optional-section-header h5 {
    margin: 0 5px 10px 0;
    display: inline-flex;
}

.modal-optional-section-boxes {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-row: auto;
    gap: 10px;
}

.modal-optional-section-box {
    margin-top: 10px;
}

.modal-repeat-day-boxes {
    display: grid;
}

.modal-repeat-day-boxes label {
    margin-bottom: 3px;
}

.modal-box-section,
.modal-box-section-small {
    padding: 10px;
    border: 1px solid black;
}

.modal-box-section {
    height: 282px;
}

.modal-box-section-small {
    height: 120px;
}

.modal-box-section-header {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

.modal-box-section-divided-header {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.modal-box-section p,
.modal-box-section-small p {
    margin: 0;
}

.modal-box-section-divide {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
}

#interval {
    margin: 0 5px 0 5px;
}

.modal-order-repeat-until {
    display: inline-flex;
    margin-top: 5px;
}

.modal-order-repeat-until input {
    width: 80px;
    height: 23px;
}

.modal-order-repeat-interval {
    display: inline-flex;
}

.modal-order-repeat-interval input {
    width: 45px;
    height: 23px;
}

.modal-option-toggle {
    padding-bottom: 5px;
}

.modal-time-selection {
    padding-bottom: 5px;
}

#startOption {
    margin: 0 5px 0 5px;
}

#discount-percentage,
#discount-amount {
    display: none;
    height: 23px;
    width: 60px;
}

.modal-header-bottom {
    padding: 10px 0 5px 0;
    border-top: 1px solid #e9ecef;
}

#orderButtons,
#pendingTaskButtons,
#makeAvailableButton {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

#pendingOrderButtons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.modal-edited-overview {
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-gap: 10px;
    padding-top: 10px;
}

.modal-edited-overview-current {
    grid-column: 1;
}

.modal-edited-overview-new {
    grid-column: 2
}

.modal-edited-checkOrderBtn-section {
    display: flex;
    justify-self: left;
    gap: 15px;
}

.label-spacing-product {
    margin-right: 10px;
}

.modal-edited-overview-header {
    padding-bottom: 3px;
}

/*Modal centering*/
.modal {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-12.5%, -50%);
    position: fixed !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.modal .modal-content {
    -webkit-animation-name: modal-animation;
    -webkit-animation-duration: 0.5s;
    animation-name: modal-animation;
    animation-duration: 0.5s;
}

@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
    .modal {
        transform: translate(-15%, -50%);
    }

    .modal-content {
        max-height: 90vh;
        overflow-y: auto;
    }
}

/*Modal Buttons*/
#modalButton {
    margin-top: 15px;
    margin-right: 40px;
    opacity: unset;
}

#modalButton span {
    position: absolute;
    height: 25px;
    width: 25px;
    color: white;
    background-color: #dd4b39;
    border-radius: 18%;
}

.checkOrderBtn {
    display: block;
    display: block;
    width: fit-content;
    padding: 2px 15px;
    text-align: center;
    color: white;
    background-color: #3c8dbc;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
}

.customBtnGreen,
.customBtnRed,
.customBtnBlue {
    border: 0;
    border-radius: 4px;
    color: white;
    height: 30px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
}

.customBtnGreen {
    background: #3d9970;
}

.customBtnRed {
    background: #dd4b39;
}

.customBtnBlue {
    background: #3D9AF6;
}

.checkOrderBtn:hover {
    cursor: pointer;
}

#checkOrderBtn:hover {
    outline: 2px solid #3c8dbc;
    color: black;
}

#newOrderButton:hover,
#updateOrderBtn:hover {
    background-color: white;
    outline: 3px solid #3d9970;
    color: black;
}

#cancelOrderBtn:hover,
#cancelOrderStreakBtn:hover {
    background-color: white;
    outline: 3px solid #dd4b39;
    color: black;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Dashboard calendar filters*/

#rentals-calendar #filterBoxSection {
    width: 16% !important;
}

#rentals-calendar .col-xs-9 {
    width: 83% !important;
}

#filterBoxSection {
    margin-top: 100px;
    padding-right: 10px;
}

#filterBoxSection h4 {
    font-weight: bold;
}

#customerFilterBox, #productFilterBox, #searchFilterBox {
    margin-bottom: 10px;
}

#searchFilterBox {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

#searchFilterBox input {
    height: 20px;
    width: 90%;
}

#searchFilterBox h4 {
    margin: 10px;
}

.filterBox {
    border: 1px solid #ddd;
}

#search-button-icon {
    margin-left: -20px;
}

#search-button-icon:hover {
    cursor: pointer;
}

#customerHeader, #customerFilterHeader {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding-left: 10px;
}

#customerHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

#customerHeader h4 {
    margin-right: 40%;
}

#filterBox-switch-section,
#select-switch-section {
    display: inline-flex;
    align-items: center;
}

#filterBox-switch-section p {
    margin: 0 5px 0 0;
}

#select-switch-section p {
    margin: 0 5px 0 10px;
}

#filterBox-switch-section label,
#select-switch-section label {
    margin: 0;
}

#customerFilterHeader {
    padding: 6px 0 6px 0;
}

#customerFilterHeader label {
    margin: 0;
}

#customerFilter {
    height: 363px;
!important;
    padding-top: 6px;
    padding-left: 8px;
    overflow-y: auto;
}

#customerFilter li, #productFilter li {
    list-style-type: none;
}

#customerFilter input, #productFilter input {
    margin-right: 5px;
}

.productFilterHeader {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    margin: 0;
}

#productFilter {
    height: 136px;
    padding-top: 6px;
    padding-left: 8px;
    overflow-y: auto;
}

.dashboard-filter-button {
    display: grid;
    height: max-content;
    width: 100%;
    padding: 3px 5px 3px 5px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    background-color: #F3F3F3;
    color: black;
    margin-top: 10px;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.dashboard-filter-button:hover {
    text-decoration: none;
    color: initial;
}

/*laptop query*/
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {

    #customerFilter {
        height: 374px;
    !important;
    }

    .productFilterHeader {
        padding: 6px 0 6px 10px;
    }

    #rentals-calendar #filterBoxSection {
        width: 22% !important;
    }

    #rentals-calendar .col-xs-9 {
        width: 77% !important;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Dashboard unavailable warning section*/

.unavailable-times td {
    width: 33.3%;
    text-align: center;
}

#unavailableTable {
    text-align: center;
    margin-top: 45px;
    width: 100%;
    margin-left: 0;
}

#unavailableTable tbody {
    overflow-y: scroll;
    display: block;
    max-height: 500px;
}

#unavailableTable-mainHeader {
    text-align: center;
    font-size: larger;
}

.unavailableTable-subHeader {
    width: 33.3%;
    text-align: center;
}

#unavailableTable tbody tr {
    display: flex;
    justify-content: center;
}

.invalidField {
    border: 1px solid red;
    text-align: center;
    margin-left: 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Blue slider*/
/*Used in dashboard calendar filters*/

/*box around the slider*/
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

/*hide default HTML checkbox*/
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Full-screen loader for dashboard calendar*/
/*Triggers when a reservation gets updated*/

/* Absolute Center Spinner */
.loading {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    /*font: 0/0 a;*/
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/*Full-screen loader animation*/

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ADMIN - RENTAL TIMES CONFIG*/

@media screen and (max-width: 1350px) {
    .rental-times-section, .rental-times-new, .rental-times-new-product {
        grid-template-columns: 1fr !important;
    }

    .rental-times .rental-times-table-section .rental-times-table .days .start {
        width: 30% !important;
        justify-content: right;
    }

    .rental-times-form {
        display: block !important;
    }
}

.rental-times-config-title {
    margin-bottom: 12px;
}

.rental-discounts {
    display: inline-flex;
    padding-right: 5px;
}

.rental-discounts input {
    height: 30px;
    max-width: 100px;
    border-radius: 5px;
    margin-right: 5px;
}

.rental-discounts p {
    position: relative;
    left: -25px;
    margin: 0;
    align-content: center;
}

.rental-times-card {
    width: 100%;
}

.addRentalExceptionIcon:hover,
.removeRentalExceptionIcon:hover,
.rental-times-card-header:hover,
.calendar-settings-card-header:hover,
.sport-hall:hover {
    cursor: pointer;
}

.rental-times-section,
.rental-times-new,
.rental-times-new-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.rental-times-new-product {
    grid-gap: 20px;
}

.rental-times-form {
    display: grid;
    grid-template-areas: "left mid right";
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.rental-times {
    border: 1px solid lightgrey;
    border-radius: 5px;
    width: 100%;
}

.rental-times-options {
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-gap: 10px;
}

.other-product-times, .days-closed {
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.rental-times .table-header,
.days-closed .table-header,
.other-product-times .table-header {
    border-bottom: 1px solid lightgrey !important;
    padding: 10px;
    font-weight: 700;
    color: #2C3E50;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.rental-times .table-header .name,
.days-closed .table-header .name,
.other-product-times .table-header .name {
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 0;
    font-size: unset;
}

.rental-times-buttons {
    display: flex;
    gap: 5px;
}

.rental-times-button {
    border: 0;
    border-radius: 5px;
    height: 30px;
    width: 100px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.rental-button-delete {
    background: #dd4b39;
}

.rental-button-save {
    background: #57b568;
}

.rental-times .rental-times-table-section {
    border-bottom: 1px solid lightgrey !important;
}

.rental-times .rental-times-table-section .rental-times-table tr:nth-child(odd) {
    background: #FFFFFF;
}

.rental-times .rental-times-table-section .rental-times-table tr:nth-child(even) {
    background: #F5F7F7;
}

.rental-times .rental-times-table-section .rental-times-table .days {
    display: flex;
    flex-flow: row;
    padding: 5px 10px 5px 10px;
    color: #2C3E50;
}

.rental-times .rental-times-table-section .rental-times-table .days .check-box,
.rental-times .rental-times-table-section .rental-times-table .days .day input {
    margin: 0 5px 0 0;
}

.rental-times .rental-times-table-section .rental-times-table .days .day {
    align-items: center;
    width: 40%;
    display: flex;
    margin-bottom: 0;
}

.rental-times .rental-times-table-section .rental-times-table .days .start {
    align-items: center;
    width: auto;
    display: inline-flex;
    margin-bottom: 0;
    margin-left: 20px;
}

.rental-times .rental-times-table-section .rental-times-table .days .start span {
    margin-right: 10px;
}

.rental-times .rental-times-table-section .rental-times-table .days .start input {
    color: #00abf2;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.rental-times-table {
    width: 100%;
}

.rental-times-table td:nth-child(n+2) {
    text-align: right;
    width: 22%;
}

.rental-times .bottom-date {
    display: flex;
    flex-flow: column;
    padding: 10px;
}

.rental-times .bottom-date .start-end-dates {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    font-weight: 700;
}

.rental-times .bottom-date .start-end-dates .start-end-date {
    width: 49%;
}

.rental-times .bottom-date .start-end-dates p {
    margin-bottom: 4px;
}

.rental-times .bottom-date .start-end-dates .dates {
    color: #00abf2;
    border: 1px solid lightgrey;
    width: 100%;
    border-radius: 5px;
}

.days-closed .closed-date .date-head {
    font-weight: 700;
    color: #2c3e50;
    display: inline-flex;
    padding: 5px 0 5px 15px;
    width: 100%;
}

.days-closed .closed-date .date-head .date-title,
.days-closed .closed-date .date-head .date-start-date {
    margin: 0;
    width: 33%;
}

.days-closed .closed-date .date-head .date-end-date {
    margin: 0;
    width: 42%;
}

.days-closed .closed-date .add-closed-date {
    display: inline-flex;
    padding: 0 10px 0 10px;
    background-color: #D5D8DF;
    width: 100%;
}

.days-closed .closed-date .add-closed-date .input-title {
    width: 34%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    color: #00abf2;
    margin: 5px 5px 5px 0;
    padding-left: 5px;
}

.addRentalExceptionIcon,
.removeRentalExceptionIcon {
    margin-top: 2px;
}

.addRentalExceptionIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin: 5px -5px 5px 0;
    border-radius: 5px;
    color: white;
    background-color: #009FE3;
}

.days-closed .closed-date .close-dates tr:nth-child(odd) {
    background: #FFFFFF;
}

.days-closed .closed-date .close-dates tr:nth-child(even) {
    background: #F5F7F7;
}

.days-closed .closed-date .close-dates .closed-dates {
    display: inline-flex;
    padding: 0 10px 0 10px;
}

.days-closed .closed-date .close-dates .closed-dates .input-title {
    width: 45%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    color: #00abf2;
    margin: 5px;
}

.removeRentalExceptionIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin: 5px -5px 5px 0;
    border-radius: 5px;
    color: white;
    background-color: #dd4b39;
}

.days-closed .closed-date .close-dates .closed-dates .input-title::placeholder {
    color: #00abf2 !important;
    opacity: 1;
}

.days-closed .closed-date .add-closed-date .input-title::placeholder {
    color: #00abf2 !important;
    opacity: 1;
}

.other-product-times .other-product-times-bottom {
    padding: 10px;
    overflow-y: auto;
    height: 355px;
    color: #2C3E50;
}

.other-product-times .other-product-times-bottom .sport-hall {
    border-radius: 5px;
    background-color: #f3f3f3;
    padding: 10px;
    margin-bottom: 10px;
}

.other-product-times .other-product-times-bottom .sport-hall .sport-hall-name {
    font-size: 16px;
    color: #747474;
    margin: 0;
}

.rental-times-new {
    margin: 15px 0 15px 0;
}

/*laptop query*/
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {

    .rental-times .rental-times-table-section .rental-times-table .days .day {
        align-items: center;
        width: 60%;
        display: flex;
        margin-bottom: 0;
    }

    .rental-times .rental-times-table-section .rental-times-table .days .start {
        align-items: center;
        width: 30%;
        display: inline-flex;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .rental-times .rental-times-table-section .rental-times-table .days .start span {
        margin-right: 10px;
    }

    .start-end-date p {
        width: 120px;
    }

    .rental-times-buttons {
        text-align: right;
    }

    .rental-times-buttons button:nth-child(n+1) {
        margin-bottom: 2px;
    }

    .days-closed .table-header button {
        text-align: right;
        width: 60px;
    }

    .days-closed .closed-date .date-head .date-title,
    .days-closed .closed-date .date-head .date-start-date,
    .days-closed .closed-date .date-head .date-end-date {
        margin: 0;
        width: 31%;
    }

    .other-product-times .other-product-times-bottom {
        padding: 10px;
        overflow-y: auto;
        height: 377px;
        color: #2C3E50;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ADMIN - RENTAL AND CALENDAR CONFIG*/

.settings-config-title {
    margin: 25px 0 12px 0;
}

@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {

    .settings-config-form {
        margin-left: 120px;
    }
}

.settings-config-number-input {
    -moz-appearance: none;
    width: 60px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*SHARED*/

/*FullCalendar overwrite*/
.fc-bg-event {
    opacity: 0.1 !important;
    height: 26px !important;
}

/*Info icon*/
.fa-question-circle {
    color: #3c8dbc;
    font-size: 16px;
}

/*Buttons*/
.btn:disabled, .btn:disabled:hover, .btn[disabled], .btn[disabled]:hover {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.btn-success, .btn-confirm {
    color: white;
    background-color: var(--darken);
    border: 1px solid var(--darken);
    transition: 0.3s;
    height: 42px;
}

.btn-success:hover, .btn-success:not(:disabled):not(.disabled):active, .btn-confirm:hover {
    color: var(--light-secondary);
    background-color: white;
    border-color: var(--darken);
    box-shadow: unset !important;
}

.order-list-page .status-info hr {
    border: 1px solid lightgrey;
    margin: 8px 0;
    background-color: lightgrey;
}

/*Other*/
.label-spacing {
    margin-right: 5px;
}

.error-span {
    color: red;
    display: none;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*PUBLIC - PRODUCT*/

/*Product url share section*/
.product-link-url-display {
    display: grid;
    grid-template-columns: auto 7fr;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #f57e3d;
    background: white;
    line-height: 20px;
    font-size: 13px;
    color: #f57e3d;
    align-items: center;
}

.product-link-url-display p {
    margin-right: 10px;
}

.rental-attributes-custom {
    margin: 20px 0 20px 0;
    padding: 5px 0 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.rental-attributes {
    grid-template-columns: 1fr 1fr 1fr !important;
}

.rental-url-section {
    margin-top: 20px;
}

.rental-url-section-title {
    margin: 10px 0 25px 0;
}

.rental-url-section-iframe {
    margin: 20px 0 20px 0;
}

.rental-url-section-plc {
    margin-top: 20px;
}

.rental-url-section-iframe-title,
.rental-url-section-plc-title {
    font-weight: bold;
    margin-bottom: 10px;
}

#iframe-link:hover {
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*PUBLIC ACCOUNT*/

.block-account-navigation .list li a {
    text-transform: none;
}

.order-list-page .info span {
    width: unset;
}

.info-grid-wrapper .info li p, .info-grid-wrapper .status-info li p, .order-item li p {
    width: 50%;
    float: left;
    word-wrap: normal;
}

.address-list-page .info, .order-list-page .info {
    margin: 0;
}

.address-list-page .info, .order-list-page .status-info {
    background: #fff;
    text-align: center;
}

.order-list-page .status-info span {
    float: right;
}

.order-list-select-all {
    margin: 0 0 20px;
    padding: 15px;
    border: 1px solid var(--border-color);
    background: white;
    font-size: 13px;
}

.order-list-select-all p {
    text-align: left;
    color: var(--black);
    font-weight: bold;
    width: max-content;
    margin: auto 15px auto 0;
}

input#customer-qr-url {
    width: 100%;
}

.order-shareLink {
    display: flex;
    width: 100%;
}

.order-shareLink label {
    width: 100%;
}

.order-list-checkbox {
    margin: auto 0;
    text-align: right;
}

.order-list-checkbox label {
    color: #3D9AF6;
}

.order-select {
    /*width: 100%;*/
    margin-right: 15px;
}

.order-item .title li p {
    width: 30%;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.title-padding {
    padding-left: 20px;
}

.order-item .status-info {
    border-radius: 0 0 5px 0;
}

.order-list-page .order-item .info {
    background: var(--white);
    padding: 15px;
    font-size: inherit;
    margin-bottom: 0;
}

.order-list-page .info li {
    display: flex;
    max-width: unset;
}

@media (min-width: 768px) {
    .order-list-page .info li:not(:last-child) {
        margin-right: unset;
    }
}

.order-item li {
    list-style-type: none;
}

.order-status {
    border-bottom: 2px solid;
}

.order-status.pending {
    color: #f57e3d;
}

.order-status.processing {
    color: var(--green);
}

.order-status.complete {
    color: #ebb113;
}

.order-status.cancelled {
    color: #A8ADB3;
}

.order-status.active {
    color: #3D9AF6;
}

.expired {
    opacity: 0.7;
}


/*___________________________*/

/*overridden?*/
/*.account-page, .registration-page .fieldset {*/
/*    background-color: #F5F2F0;*/
/*}*/

.qrCode .title p {
    font-size: 13px;
    text-transform: capitalize;
}

li.shipping-status {
    display: none;
}

.html-my-product-reviews-list-page .side-2, .customer-pages-body .side-2 {
    background-color: #F5F2F0;
}

.existing-time {
    background: #F57E3D;
    color: white;
    border: 2px solid white;
    padding: 8px;
}

.existing-time table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.existing-time th {
    border: 1px solid white;
    padding: 8px;
}

.existing-time td {
    border: 1px solid white;
    padding: 6px;
}

.times-exists-box {
    max-height: 540px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*___________________________*/

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.outer-border {
    width: 35vw;
    border: 1px solid white;
    padding: 0 10px;
}

.fc-scrollgrid.fc-scrollgrid-liquid col:nth-child(1) {
    width: 25% !important;
    overflow: auto !important;
}

.html-account-page #calendar {
    margin: 0 -15px 15px;
}

.html-account-page #calendar table.fc-datagrid-body.fc-scrollgrid-sync-table {
    width: auto !important;
}

/*Css for the QR Code email */
.columnLeft {
    background-color: white;
    width: 50%;
    padding: 25px;
    margin-right: 5px;
    border-radius: 5px;
}

.columnRight {
    background-color: white;
    width: 50%;
    padding: 25px;
    border-radius: 5px;
}

.columnRight img {
    width: 200px;
    height: 200px;
}

.account-page, .registration-page .fieldset {
    /*padding: 20px 30px 20px 30px !important;*/
}

.activity-to-update {
    background-color: #253754;
    color: white;
    border: 2px solid black;
    max-width: 120px;
}

.updated-activity {
    background-color: #28a745;
    color: white;
    border: 2px solid black;
    max-width: 120px;
}

.address-list .buttons .button-2, .order-list .buttons .button-2 {
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px;
    background: var(--border-color);
    font-size: 0;
    transition: all .3s;
    border: none;
    color: var(--darken);
}

.address-list .buttons .button-2:hover, .order-list .buttons .button-2:hover {
    background: var(--darken);
    color: var(--white);
}

.address-list .buttons .button-2:after,
.order-list .buttons .button-2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 15px;
    color: inherit;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
}

.order-list .buttons .order-details-button:after{
    content: "\f0c9";
}

input#customer-qr-url {
    padding: 10px;
    border-radius: var(--medium-rounded-corners);
    border: var(--border-width-default) solid var(--darken);
}

.fieldset .title strong, .section .title strong {
    font-size: 14px;
}

.info-grid-wrapper {
    display: grid;
    grid-gap: 4px;
    grid-template-columns: 1fr 1fr;
}

.order-item .title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 4px solid var(--background);
    background: #fff;
    padding: 15px;
    font-size: inherit;
}

.status-info img {
    float: unset !important;
}

@media screen and (max-width: 767px) {
    .fc-button-group:nth-last-child(1) {
        /*flex-direction: column;*/
    }
}

.booqr-calendar #calendar {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .order-shareLink{
        display: block;
    }

    .order-shareLink label {
        width: 100%;
    }

    .container.home-calendar,
    .container.category-calendar,
    .row.product-calendar,
    .container.order-calendar,
    .container.pending-calendar {
        padding: 0;
    }

    .container.home-calendar tbody,
    .container.category-calendar tbody,
    .row.product-calendar tbody,
    .container.order-calendar tbody,
    .container.pending-calendare tbody{
        display: table-row-group;
    }

    .container.home-calendar tbody tr,
    .container.category-calendar tbody tr,
    .row.product-calendar tbody tr,
    .container.order-calendar tbody tr,
    .container.pending-calendar tbody tr{
        display: table-row;
    }

    .container.home-calendar .row,
    .container.category-calendar .row,
    .row.product-calendar .col-12 #calendar{
        margin: auto -35px !important;
    }

    .fc .fc-datagrid-cell-cushion{
        overflow: visible !important;
    }

    .fc .fc-timeline-body{
        z-index: 0 !important;
    }

    .master-column-wrapper  {
        min-height: 360px;
    }

    .html-account-page #calendar tbody, .html-account-page #calendar tbody tr {
        display: table-row-group;
    }

    .html-account-page #calendar tbody tr{
        display: table-row;
    }
}

@media screen and (max-width: 580px) {
    .rental-times .rental-times-table-section .rental-times-table .days{
        display: block;
    }

    .rental-times-section, .rental-times-new, .rental-times-new-product{
        display: block;
    }

    .rental-times .rental-times-table-section .rental-times-table .days .start {
        width: unset !important;
        display: block;
        margin-bottom: 5px;
    }

    .rental-times .table-header, .days-closed .table-header, .other-product-times .table-header{
        display: block;
    }

    .rental-times .table-header .name, .days-closed .table-header .name, .other-product-times .table-header .name{
        margin-bottom: 10px;
    }

    .rental-times-options{
        display: block;
    }

    .rental-times-options .days-closed {
        margin-bottom: 15px;
    }

    .rental-times .bottom-date .start-end-dates{
        display: block;
    }

    .rental-times .bottom-date .start-end-dates .start-end-date{
        width: 100%;
    }

    .title-padding {
        padding-left: 0;
    }

    .order-list-select-all {
        grid-template-columns: 3fr 2fr;
    }

    .order-item .title strong {
        padding-bottom: 10px;
    }

    .info-grid-wrapper {
        grid-gap: 4px;
        display: grid;
        grid-template-columns: 1fr;
    }

    #RentingRecord_BookingStatus {
        float: left;
    }

    .order-item .title{
        grid-template-columns: 1fr;
    }
}

.fc .fc-timeline-event-harness a:hover, .fc .fc-daygrid-event-harness a:hover {
    text-wrap: auto;
}
@media (max-width: 575px) {
    .container.home-calendar .fc .fc-toolbar,
    .container.category-calendar .fc .fc-toolbar,
    .row.product-calendar .fc .fc-toolbar,
    .row.order-calendar .fc .fc-toolbar,
    .row.pending-calendar .fc .fc-toolbar{
        display: block;
        text-align: center;
    }
}

td.fc-datagrid-cell.fc-resource span.fc-icon, .fc .fc-datagrid-header .fc-datagrid-cell-frame span.fc-icon {
    width: 0;
}

@media (min-width: 992px) {
    .fc .fc-datagrid-cell-cushion {
        white-space: normal !important;
    }

    table td:first-child, table th:first-child {
        padding-left: 0;
    }
}

.category-page .page-body {
    display: grid;
}

.category-page .container.category-calendar {
    order: 1;
    padding: 0 0 20px;
}

.category-page .product-selectors.row {
    order: 2;
}

.category-page .products-container {
    order: 3;
}

.category-page .category-description {
    order: 4;
}

