body.frozen
{
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.yith-pos
{
    background: rgba(0, 74, 141, 0.2);
}
.displayNone
{
    display: none !important;
}
.yith-pos-product-list__logo img
{
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,1);
}

/* HIDE HORIGINAL CLOSE REGISTER REPORT */
div.yith-pos__register-close div.modal
{
    display:none !important;
}

/* TABS */
/* hide favorites and promos */
div.yith-pos-product-list__filters > span
{
    display: none;
}
div.yith-pos-product-list__filters > span:first-child
{
    display:inline-block;
}
/* hide add product */
/*
div.yith-pos-product__actions span.yith-pos-product__actions-add-product,
div.yith-pos-product__actions span.scanner-active-add-product
{
    display:none;
}*/

/* added near appointment btn */
div.yith-pos-product__actions a
{
    color:#ffffff;
}
div.yith-pos-product__actions .appointments-list i
{
    font-size: 11px;
}
/* /added near appointment btn */

/* CART */
.yith-pos-cart .yith-pos-tabs,
.yith-pos-cart__buttons
{
    background-color: rgba(0, 74, 141, 0.5);
}
.yith-pos-cart__buttons > span
{
    background: none;
    color:#ffffff;
}
span.yith-pos-cart__buttons-cart.active,
.yith-pos-cart__buttons > span:hover
{
    background:rgba(0, 74, 141, 1);
}
/* /CART */

/* correct little glitches in module */
.form-group label
{
    min-height: 50px;
}


/* top bar custom btns */
#closeRegisterShortcutButton
{
    cursor:pointer;
    color:#ffffff;
    padding: 10px 20px;
    margin-left:20px;
    background-color: rgb(112,33,18);
    border:none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);

    transition: all 0.2s;
}
#closeRegisterShortcutButton:hover,
#closeRegisterShortcutButton:focus
{
    filter: brightness(1.3);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,1);
}
/* /top bar custom btns */


/* OVERLAY */
#pos-overlay
{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    text-align: center;
}
#pos-overlay .cashier_pin_prompt input,
#pos-overlay input.pinInput
{
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color:#0e3e6c;
}
#pos-overlay .cashier_pin_prompt input:focus,
#pos-overlay input.pinInput:focus
{
    border-color:#0e3e6c;
    border-width: 2px;
}
#pos-overlay.coupons
{
    background-color: rgba(0,0,0,0.95);
}

#pos-overlay .overlayTopBtnsContainer
{
    position:absolute;
    right:5px;
    top:5px;
}
#pos-overlay .overlayTopBtnsContainer button
{
    cursor: pointer;
    padding:5px 10px;
    border-radius: 7px;
    border:none;
}
#pos-overlay .overlayTopBtnsContainer button.closeBtn
{
    background:#702112;
    color:#ffffff;
    margin-left:5px;
}
#pos-overlay .overlayTopBtnsContainer button.backToTodayListBtn
{
    background:#ac740b;
    color:#ffffff;
}
#pos-overlay .overlayTopBtnsContainer button:hover
{
    filter: brightness(125%);
}
#pos-overlay > div.content
{
    max-height: 95%;
    overflow: auto;

    min-width: 350px;
    padding:40px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.76);
    box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.76);
}
#pos-overlay.coupons > div.content
{
    min-width: 750px;
}
#pos-overlay > div.content > h2
{
    margin-top:0;
    color:#004A8D;
}
#pos-overlay > div.content > fieldset
{
    margin-bottom:20px;
    border-color: #004A8D;
    border-radius: 5px;
}
#pos-overlay > div.content > fieldset legend
{
    color:#004A8D;
    font-weight: bold;
}
#pos-overlay > div.content .nameAndDate
{
    color:#004A8D;
    font-weight: bold;
}
#pos-overlay > div.content .mailAndPhone
{
    font-size:12px;
}
#pos-overlay > div.content .paymentMethod
{
    font-size:13px;
    font-weight: bold;
}
#pos-overlay > div.content .status
{
    color:#004A8D;
    font-weight: bold;
}
#pos-overlay > div.content .status.pending,
#pos-overlay > div.content .status.unpaid
{
    color:#c65338;
}
#pos-overlay > div.content .status.failed
{
    color:darkred;
}
#pos-overlay > div.content .status.completed,
#pos-overlay > div.content .status.to-pos,
#pos-overlay > div.content .status.paid
{
    color:#067977;
}
#pos-overlay > div.content .status.partialPayment
{
    color:#ac740b !important;
}
#pos-overlay > div.content > .total
{
    font-size: 20px;
    margin-top:20px;
    font-weight: bold;
}
#pos-overlay > div.content .appointments > .appointment
{
    margin:20px;
}
#pos-overlay > div.content .appointments > .appointment.notFirst
{
    border-top:1px solid #004A8D;
    padding-top:15px;
}
#pos-overlay > div.content .appointments > .appointment .productTitle
{
    font-size:18px;
    font-weight: bold;
    color:#004A8D;
}
#pos-overlay > div.content .appointments > .appointment .details
{
    font-size:16px;
}
#pos-overlay > div.content .appointments > .appointment .details .options
{
    font-size: 12px;
}
#pos-overlay > div.content .options ul.optionProducts
{
    margin:0 0 0 18px;
    padding:0;
    text-align: left;
}
#pos-overlay > div.content table.price
{
    width:100%;
}
#pos-overlay > div.content table.price td
{
    width:50%;
    text-align: left;
    vertical-align: top;
}
#pos-overlay > div.content table.price td.label
{
    text-align: right;
    color:#004A8D;
    font-weight: bold;
    vertical-align: top;
}
#pos-overlay > div.content table.price tr.remaining td
{
    font-weight:bold;
}
#pos-overlay > div.content table.price div.priceAlign
{
    text-align: right;
    width:45px;
}
#pos-overlay > div.content table.price div.coupons
{
    font-size: 14px;
    color: darkgreen;
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
    margin-top: -5px;
    min-height: 25px;
    line-height: 10px;
}
#pos-overlay > div.content table.price div.coupons .label
{
    font-weight: bold;
}
#pos-overlay > div.content table.price div.coupons > div
{
    display: inline-block;
    vertical-align: middle;
}
#pos-overlay > div.content table.price div.coupons .label.icon-container
{
    font-size: 24px;
}

#pos-overlay > div.content button.addOrder,
#pos-overlay > div.content button.changeAppointmentStatus
{
    cursor:pointer;
    margin-top:40px;
    background-color: #004A8D;
    font-size: 20px;
    border: 2px solid #004A8D;
    color:#fff;
    padding:10px 20px;
    text-transform: uppercase;
    border-radius:5px;
    transition: all 0.3s;
}
#pos-overlay > div.content button.changeAppointmentStatus
{
    padding:5px 10px 3px 10px;
    font-size: 18px;
    margin-top:10px;
    text-transform: none;
}
#pos-overlay > div.content button.addOrder:hover,
#pos-overlay > div.content button.addOrder:focus
{
    background-color: #fff;
    color:#004A8D;
}

/* appointments list overlay */
#pos-overlay .content.appointmentsList
{
    min-width: 30%;
}
#pos-overlay .content.appointmentsList ul
{
    text-align: left;
    list-style: none;
    margin:0;
    padding:0;
}
#pos-overlay .content.appointmentsList ul.topList
{
    border: 1px solid rgba(0, 12, 32, 0.1);
    border-radius: 4px;
}
#pos-overlay .content.appointmentsList ul li.timeSlotStart
{
    /*padding:5px 10px;*/
    background-color: rgba(204, 219, 232, 0.2);
    border-bottom: 1px solid rgba(0, 12, 32, 0.1);
}
#pos-overlay .content.appointmentsList ul li.timeSlotStart:nth-child(even)
{
    background-color: rgba(143, 175, 204, 0.2);
}
#pos-overlay .content.appointmentsList ul li.timeSlotStart:last-child
{
    margin-bottom: 0;
    border-bottom: none;
}
#pos-overlay .content.appointmentsList ul li.timeSlotStart.passed .time
{
    opacity: 0.5;
}
#pos-overlay .content.appointmentsList ul li.timeSlotStart.current .time
{
    font-weight: bold;
}
#pos-overlay .content.appointmentsList ul li .time,
#pos-overlay .content.appointmentsList ul li .appointmentsForTime
{
    display: inline-block;
    vertical-align: top;
}
#pos-overlay .content.appointmentsList ul li .time
{
    color:#000C20;
    width:70px;
    padding:4px;
    float:left;
}
#pos-overlay .content.appointmentsList ul li .appointmentsForTime
{
    width:calc(100% - 70px);
    /*adding:2px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
li.appointmentItem.ended
{
    opacity: 0.5;
}
li.appointmentItem button
{
    text-align: left;
    cursor: pointer;
    /*background-color: #004A8D;*/
    border:none;
    color:#ffffff;
    /*margin: 0 5px 5px 5px;*/
    padding: 5px 10px;
    border-radius: 4px;
    margin:2px;

    transition: all 0.3s;
}
li.appointmentItem button:hover,
li.appointmentItem button:focus,
li.appointmentItem button:active
{
    /*background-color: #000000 !important;*/
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.63);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.63);
}
li.appointmentItem button div.warning_about_appointment
{
    color:darkred;
    background-color: rgba(255,255,255,0.7);
    border:1px solid darkred;
    padding: 0 5px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
}
li.appointmentItem button div.warning_about_appointment i
{
    font-size: 10px;
}
li.appointmentItem button.noPointerEvent
{
    pointer-events: none;
}
li.appointmentItem button .endTime
{
    text-align: left;
    font-size:10px;
}
li.appointmentItem button .status
{
    text-align: left;
    display:inline-block;
    background-color:#fff;
}
li.appointmentItem button .quantityAndProductTitle
{
    font-size: 14px;
    font-weight: bold;
}
/*li.appointmentItem button .comment,
div.appointment .comment*/
#pos-overlay .comment
{
    opacity: 0.8;
    background-color: #ffffff;
    color:#000000;
    border:2px solid darkorange;
    padding:6px 10px;
    border-radius: 5px;
    margin:4px 0;
    font-weight: bold;
    max-width: 400px;
    max-height: 100px;
    overflow-y: auto;
}
#pos-overlay .orderResult .comment
{

    font-weight: normal;
    background-color: #eeeeee;
    border-width: 1px;
    text-align: left;
    font-size: 14px;

}

#pos-overlay li.noResult
{
    text-align: center;
    padding:20px;
}

/* generated coupons */
#pos-overlay ul.couponsList
{
    padding-left: 0;
    list-style: none;
}
#pos-overlay ul.couponsList li
{
    display: inline-block;
    background:#004A8D;
    color:#ffffff;
    border-radius: 15px;
    padding:10px;
    border:2px dashed gold;
    line-height: 24px;

    width: 300px;
    margin:10px;

    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.7);
}
#pos-overlay ul.couponsList li .couponCode
{
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 26px;
    border-bottom: 1px dashed gold;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
#pos-overlay ul.couponsList li .couponValue
{
    font-weight: bold;
}
#pos-overlay #couponsEmailInputContainer
{
    text-align: center;
    color:#004A8D;
}
#pos-overlay #couponsEmailInputContainer input
{
    text-align: center;
    margin: 5px auto;
    min-width: 400px;
    display: block;
    padding: 5px;
    border-radius: 10px;
    border: none;
    background-color: #004A8D;
    color: #ffffff;
    font-size:20px;
    box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.7);
}
#pos-overlay div.msg
{
    color:#004A8D;
    margin-bottom: 10px;
}
#pos-overlay #bottomBtnsContainer
{
    margin-top:20px;
}
#pos-overlay #bottomBtnsContainer button
{
    color:#ffffff;
    cursor:pointer;
    border:none;
    border-radius: 10px;
    margin:0 auto;
    display: block;
    transition: all 0.3s;

}
#pos-overlay #bottomBtnsContainer button.mainBlue
{
    background-color: #004A8D;
    color:#ffffff;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
    border-radius: 5px;
}
#pos-overlay #bottomBtnsContainer button.send
{
    background-color: #0E8A65FF;
    text-transform: uppercase;
    font-size:24px;
    padding:10px 20px;
}
#pos-overlay #bottomBtnsContainer button.cancel
{
    background-color: #AC740BFF;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top:30px;
}
#pos-overlay #bottomBtnsContainer button:hover,
#pos-overlay #bottomBtnsContainer button:focus
{
    filter: brightness(1.3);
}
#pos-overlay #bottomBtnsContainer button:disabled,
#pos-overlay #bottomBtnsContainer button:disabled:hover,
#pos-overlay #bottomBtnsContainer button:disabled:focus
{
    cursor: default;
    opacity:0.5;
    filter: brightness(1);
}

label#bypassCashCheck_container
{
    cursor: pointer;
    padding:10px 20px;
    display:inline-block;
    border:1px solid #AC740BFF;
    color:#AC740BFF;
    border-radius: 5px;
}


/* /OVERLAY */

/* open / close register overlay */
#openRegisterMsg,
.warning
{
    border:1px solid #AC740BFF;
    color: #AC740BFF;

    padding: 10px 20px;
    margin-bottom:35px;
    max-width: 500px;
    border-radius: 5px;
    display:inline-block;
}
#pos-overlay .field_label
{
    margin-bottom:0;
}
#pos-overlay h4
{
    color:#004A8D;
}
table#closeRegisterFormFields h4
{
    display:inline;
}
table#closeRegisterFormFields
{
    min-width: 500px;
}
table#closeRegisterFormFields tr
{
    padding:5px 0;
}
table#closeRegisterFormFields td
{
    border-bottom: 5px solid transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}
table#closeRegisterFormFields td.label
{
    text-align: right;
    padding-right:5px;
    width:55%;
}
table#closeRegisterFormFields td.inputContainer
{
    width:45%;
    padding-left:5px;
    text-align: left;
}
/*table#closeRegisterFormFields td.inputContainer input,*/
input.close_register_field,
input#open_register_remaining_cash
{
    height: 40px;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #0e3e6c;
    font-weight: bold;
    font-size: 16px;
}
#closeRegisterFormFields fieldset
{
    text-align: left;
    border-left:none;
    border-right:none;
    padding-bottom: 20px;
    border-bottom: 2px dashed #0e3e6c;
}
#closeRegisterFormFields fieldset legend
{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    color:#0e3e6c;
}
#closeRegisterFormFields fieldset input#report_other_descr
{
    margin-right: 15px;
    width: calc(100% - 215px);
    text-align: right;
    padding-right: 10px;
    padding-left:10px;
}
input#open_register_remaining_cash
{
    margin-bottom: 20px;
}
table#closeRegisterFormFields input.error
{
    border-color: red;
}
/*table#closeRegisterFormFields td.inputContainer input:focus,*/
input.close_register_field:focus,
input#open_register_remaining_cash
{
    border-color:#0e3e6c;
    border-width: 2px;
}





.modal-cash-in-hand
{
    display: none;
}
body.disabledModal .modal-wrap > .modal
{
    display:none;
}






/* spinner */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring.bookingStepsLoader
{
    position:absolute;
    z-index: 999;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.lds-ring.bookingStepsLoader div
{
    border-color:#bbbbbb transparent transparent transparent;
}
.lds-ring.small {
    width: 40px;
    height: 40px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #33587d;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #33587d transparent transparent transparent;
}
.lds-ring.grey div
{
    border: 8px solid #ADADADFF;
    border-color: #ADADADFF transparent transparent transparent;
}

.lds-ring.small div {
    width: 32px;
    height: 32px;
    margin: 4px;
    border-width: 4px;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* /spinner */