﻿@import url('/Areas/Admin/Content/css/font-awesome.min.css');
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body { font-family: 'Rubik', sans-serif; line-height: 1.5; font-size: 20px; direction: rtl; text-align: right; background: url(/Areas/Client/Content/images/dektop_bg.jpg) no-repeat; }

.appointment-body { max-width: 400px; background-color: white; /*box-shadow: 0px 2px 36px -9px grey;*/ min-height: 200px; }

.appointment-body-outer { min-height: calc(100% - 100px); }

.business-name { text-align: center; color: #16254f; font-size: 20px; font-weight: bold; }

.appointment-description { text-align: center; font-weight: lighter; font-size: 20px; margin-bottom: 20px; }

.select-proper-appointment { margin-right: 20px; margin-bottom: 20px; }

.business-logo { margin-top: 20px; margin-bottom: 20px; }

.business-logo-img { max-width: 250px; max-height: 104px; }

.field-error { font-size: 13px; color: red; text-align: right; font-weight: bold; }

    .field-error::after { content: "*"; }

.appointment-footer { height: 100px; margin-bottom: 10px; }

.appointment-footer-image { height: 40px; }

.appointment-footer-text { text-align: right; color: black; font-size: 13px; }

.form-control { border-top: none; border-left: none; border-right: none; direction: rtl; border-radius: 0; padding-right: 1.55rem !important; padding-bottom: 0 !important; }

.form-check { border-bottom: solid 1px #c8c8c8; height: 50px !important; padding: 1rem; }

input:focus::-webkit-input-placeholder { color: #4eacff !important; }


.form-check-label { margin-right: 20px; margin-top: -2px; }

.location-input-icon { background: url(/Areas/Client/Content/images/down-chevron.svg) right bottom no-repeat, url(/Areas/Client/Content/images/blue_placeholder.svg) left top no-repeat; background-position: 7px 15px, 99% 15px; }

.note-input-icon {
    background: url(/Areas/Client/Content/images/icons8-note-22.png) right bottom no-repeat;
    background-position: 100% 12px, 1% 15px;
}


    .location-input-icon:focus { background: url(/Areas/Client/Content/images/down-chevron.svg) right bottom no-repeat, url(/Areas/Client/Content/images/blue_placeholder.svg) left top no-repeat; background-position: 7px 15px, 99% 15px; }

.calendar-input-icon { background: url(/Areas/Client/Content/images/down-chevron.svg) right bottom no-repeat, url(/Areas/Client/Content/images/time-and-date.svg) left top no-repeat; background-position: 7px 15px, 99% 15px; }

    .calendar-input-icon:focus { background: url(/Areas/Client/Content/images/down-chevron.svg) right bottom no-repeat, url(/Areas/Client/Content/images/time-and-date.svg) left top no-repeat; background-position: 7px 15px, 99% 15px; }

.time-input-icon { background: url(/Areas/Client/Content/images/down-chevron.svg) right bottom no-repeat, url(/Areas/Client/Content/images/time_1.svg) left top no-repeat; background-position: 7px 15px, 99% 15px; }

    .time-input-icon:focus { background: url(/Areas/Client/Content/images/down-chevron.svg) right bottom no-repeat, url(/Areas/Client/Content/images/blue_clock.svg) left top no-repeat; background-position: 7px 15px, 99% 15px; }

.user-input-icon { background-image: url(/Areas/Client/Content/images/user.svg); background-position: 99% 15px; background-repeat: no-repeat; }

.freetext-input-icon {
    background-image: url(/Areas/Client/Content/images/hashtag.png);
    background-position: 99% 15px;
    background-repeat: no-repeat;
}


    .user-input-icon:focus { background-image: url(/Areas/Client/Content/images/blue_user.svg); }

.phone-input-icon { background-image: url(/Areas/Client/Content/images/tel.svg); background-position: 99% 15px; background-repeat: no-repeat; }

    .phone-input-icon:focus { background-image: url(/Areas/Client/Content/images/blue_tel.svg); }

input { font-size: 20px !important; }

select { color: #7a7f9 }

    select:focus { color: #16254f; }

input { color: #7a7f91; }

    input[type=radio]:checked { color: #0c5460; }

.form-control:focus { border-color: #4eacff; -webkit-box-shadow: none; box-shadow: none; color: #4eacff; }

.form-control:disabled { background-color: white !important; opacity: 50% !important; }

.form-control[readonly] { background-color: white !important; }

.text-align-right { text-align: right; }

.text-align-center { text-align: center; }

.notification { text-align: center; font-size: 20px; font-weight: bold; color: red; }

.button-save { background-color: #4eacff; border-color: #4eacff; border-radius: 30px; width: 100%; min-height: 50px; }

.button-cancel { background-color: white; border-color: #c8c8c8; border-radius: 30px; width: 100%; min-height: 50px; color: #c8c8c8; }

.select-popup-panel { width: 100%; }

.select-popup-panel-header { height: 30px; background-color: #4eacff; border-top-left-radius: 10px; border-top-right-radius: 10px; padding-left: 10px; padding-right: 10px; padding-top: 2px; color: white; }

.select-popup-panel-body { padding-left: 10px; padding-right: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top: none; border: solid 1px #c8c8c8; }

.modal-filter { margin-bottom: 5px; }

.modal-filter-content { }

.modal-filter-input { width: 100%; border-radius: 20px; border: 1px solid #4eacff; padding-right: 15px; background-image: url(/Areas/Client/Content/images/icons8-search.svg); background-position: 15px 10px; background-repeat: no-repeat; }

    .modal-filter-input:focus { outline: none; }

.modal-header-custom { background-color: #4eacff; color: white; border-top-left-radius: 10px; border-top-right-radius: 10px; padding-right: 0.5rem; height: 52px; }

.modal-header-custom-content { padding: 10px 10px 5px 10px; }

.modal-body-content { padding: 0 !important; }

.list-item-modal-content { /*min-height: 60px;*/ max-height: 220px; overflow-y: scroll; }

/*.list-item-modal-content::-webkit-scrollbar{
    height: 100px;
    display: block;
}*/

/*
::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 3px;
}
*/
.daterangepicker { width: 291px !important; top: 150px !important; margin-left: 1.6rem; border-radius: 10px; }

    .daterangepicker:after { content: none; }

    .daterangepicker:before { content: none; }

.daterangepicker-selected-date-header { background-color: #4eacff; margin-right: -14px; margin-left: -12px; height: 40px; margin-bottom: 6px; color: white; margin-top: -13px; padding-top: 6px; font-size: 16px; border-top-left-radius: 10px; border-top-right-radius: 10px; }

.date-range-picker-overlay { display: none; background-color: rgb(33, 37, 41); width: 100%; height: 100%; position: absolute; z-index: 1050; top: 0; left: 0; opacity: 0.6; }

.calendar { width: 100%; }

.calendar-table { padding-left: 0 !important; }

    .calendar-table .table-condensed thead tr:nth-child(2) th { opacity: 0.4; }

    .calendar-table .table-condensed tbody td { height: 33px; }

    .calendar-table .table-condensed tbody td { width: 33px; }

        .calendar-table .table-condensed tbody td.start-date.active.end-date > div.date-range-picker-container-cell { /*width: 20px !important;*/ }

        .calendar-table .table-condensed tbody td.off.active.start-date.active.end-date.date-range-picker-free-date.available { background-color: #4eacff; color: white; }

.daterangepicker td.active, .daterangepicker td.active:hover { background-color: #4eacff; border-radius: 20px !important; padding: 2px !important; padding-left: 0px !important; }

td.active > .date-range-picker-container-cell { /*padding: initial !important;*/ }

.date-range-picker-free-date { }

.date-range-picker-container-cell { border: 1px solid #4eacff; border-radius: 20px !important; padding: 7px !important; width: 35px; height: 35px; }

.margin-t-50 { margin-top: 50px !important; }

.margin-b-minus-20 { margin-bottom: -20px !important; }

.time-slot { display: flex; color: #4eacff; }

.time-slot-hours-minutes { font-size: 30px; margin-right: 10px; }

.appointment-details-container { border-radius: 10px; margin-top: 5px; margin-left: 25px; margin-right: 25px; }

.border-color-green { border: 1px solid #60da59; }

.border-color-red { border: 1px solid #ff6465; }

.border-color-blue { border: 1px solid #3848c8; }

.border-color-light-blue { border: 1px solid #4eacff; }

.appointment-details-container-green { background-color: #edfbec; color: #50c449; border-bottom: 1px solid #60da59; }

.appointment-details-container-red { background-color: #ffe3e3; color: #ff6465; border-bottom: 1px solid #ff6465; }

.appointment-details-container-blue { background-color: rgba(56, 72, 200, 0.11); color: #3848c8; border-bottom: 1px solid #3848c8; }

.appointment-details-container-light-blue { background-color: rgba(78, 172, 255, 0.18); color: #4eacff; border-bottom: 1px solid #4eacff; }

.appointment-details-container-header { padding-top: 30px; border-top-left-radius: 10px; border-top-right-radius: 10px; padding-bottom: 30px; }


.appointment-details-container-booking-info { margin-top: 30px; margin-bottom: 20px; }

    .appointment-details-container-booking-info .form-group { margin-bottom: 0 !important; }

.appointment-details-buttons-row { margin-top: 25px; display: flex; margin-bottom: -10px; }

.appointment-details-date { font-size: 24px; font-weight: bold; }

.appointment-details-time { font-size: 24px; font-weight: bold; }

.appointment-details-address { font-size: 16px; font-weight: normal; }

.appointment-details-first-last-name { font-size: 20px; }

.appointment-details-phone { font-size: 20px; }

.appointment-notification-one-hour-time-icon { background-image: url(/Areas/Client/Content/images/blue_clock.svg); width: 28px; height: 28px; background-size: contain; background-repeat: no-repeat; margin-right: 10px; }


.appointment-notification-one-hour-time-icon { background-image: url(/Areas/Client/Content/images/blue_clock.svg); width: 28px; height: 28px; background-size: contain; background-repeat: no-repeat; margin-right: 10px; }

.appointment-notification-one-hour-time-description { font-size: 20px; font-weight: bold; }

.appointment-notification-one-hour-location-icon { background-image: url(/Areas/Client/Content/images/blue_placeholder.svg); width: 28px; height: 28px; background-size: contain; background-repeat: no-repeat; margin-right: 10px; }

.appointment-notification-one-hour-location-description { font-size: 20px; font-weight: bold; }

.appointment-notification-one-hour-queue-icon { background-image: url(/Areas/Client/Content/images/tube-queue.svg); width: 28px; height: 28px; background-size: contain; background-repeat: no-repeat; margin-right: 10px; }

.appointment-notification-one-hour-queue-description { font-size: 20px; font-weight: bold; }

.appointment-notification-one-hour-legend { font-size: 14px; font-weight: bold; }


.div-link { text-decoration: underline; font-size: 20px; color: #484848; /*opacity: 0.6;*/ cursor: pointer; line-height: 1.5; }

.row-without-left-right-margin { margin-left: 0 !important; margin-right: 0 !important; }

.modal-dialog { padding-left: 20px; padding-right: 20px; }

.modal-content { border-radius: 10px !important; }

.ticket-container { border-top-left-radius: 45px; border-top-right-radius: 45px; flex-grow: 1; min-height: 100%; margin-bottom: 20px !important; }

.ticket-greeting-title { font-size: 24px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-align: center; color: #ffffff; padding-top: 25px; }

.ticket-notes { text-align: center; }

.ticket-notes-title { font-size: 18px; font-weight: 500; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; text-align: center; color: #ffffff; }

.ticket-notes-hours { display: flex; flex-direction: row; justify-content: center; font-size: 18px; font-weight: 500; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: normal; text-align: center; color: #ffffff; margin-top: 20px; }

.plus-sign-circle-o { height: 22px; width: 22px; border: 1px solid white; border-radius: 15px; }

    .plus-sign-circle-o::before { content: " "; position: relative; display: block; background-color: white; height: 13px; width: 2px; margin-top: 4px; margin-right: 9px; }

    .plus-sign-circle-o::after { content: " "; position: relative; display: block; background-color: white; height: 2px; width: 13px; margin-top: -8px; margin-right: 3px; }

.minus-sign-circle-o { height: 22px; width: 22px; border: 1px solid white; border-radius: 15px; }

    .minus-sign-circle-o::before { content: " "; position: relative; display: block; background-color: white; height: 2px; width: 14px; margin-top: 9px; margin-right: 3px; }


.ticket-container-background-color-blue { background-color: #3848c8; }

.ticket-container-background-color-orange { background-color: #ffab34; }

.ticket-container-background-color-green { background-color: #34c452; }

.ticket-container-background-color-grey { background-color: #bcc1cf; }

.ticket-top-part { position: relative; top: 20px; text-align: center; height: 220px; }

.ticket-bottom-part { position: relative; top: 25px; text-align: center; height: 140px; }

.ticket-calculated-time-title { font-size: 18px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: normal; text-align: center; padding-top: 20px; }

.ticket-appointment-time { font-size: 30px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 0.8; letter-spacing: normal; text-align: center; margin-top: 15px; margin-bottom: 45px; }

.ticket-users-count-title { font-size: 18px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: normal; text-align: center; margin-top: 20px; }

.ticket-users-count-number { font-size: 30px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 0.8; letter-spacing: normal; text-align: center; margin-top: 15px; }

.ticket-digit { text-decoration: underline; }

.ticket-nextminutes { font-size: 20px; text-decoration: underline; }

.ticket-star-icon { background-image: url(/Areas/Client/Content/images/star.svg); object-fit: contain; margin: auto; height: 100%; background-repeat: no-repeat; background-position: center; }

.ticket-queue-number-title { margin-top: 20px; font-size: 18px; font-weight: 500; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: normal; text-align: center; }

.ticket-queue-number { height: 40px; border-radius: 22px; border: solid 3px; margin-top: 5px; padding-top: 5px; font-size: 30px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 0.8; letter-spacing: normal; text-align: center; width: max-content; padding-left: 5px; padding-right: 10px; margin-left: auto; margin-right: auto; }

.blue-ticket-container { background-image: url(/Areas/Client/Content/images/light_blue_ticket.svg); object-fit: contain; height: 400px; background-repeat: no-repeat; background-position: center; color: #3848c8; }

.orange-ticket-container { background-image: url(/Areas/Client/Content/images/orange_ticket.svg); object-fit: contain; height: 400px; background-repeat: no-repeat; background-position: center; color: #ffab34; }

.orange-ticket-title { font-size: 30px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 0.93; letter-spacing: normal; text-align: center; color: #34c452; margin-top: 35px !important; margin-left: 20% !important; margin-right: 20% !important; }

.green-ticket-container { background-image: url(/Areas/Client/Content/images/green_ticket.svg); object-fit: contain; height: 450px; background-repeat: no-repeat; background-position: center; color: #34c452; margin-right: 20px; }

.green-ticket-title { font-size: 45px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 0.84; letter-spacing: normal; text-align: center; padding-top: 20px; margin-bottom: 20px; }

.green-ticket-subtitle { font-size: 27px; line-height: 30px; }

.grey-ticket-container { background-image: url(/Areas/Client/Content/images/light_grey_ticket.svg); object-fit: contain; height: 450px; background-repeat: no-repeat; background-position: center; color: #54669b; margin-right: 20px; }

.grey-ticket-title { font-size: 60px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 0.84; letter-spacing: normal; text-align: center; padding-top: 50px; }

.rotate-11-degrees { transform: rotateY(0deg) rotate(12deg); margin-left: 10px !important; }

.book-on-place-container { }

.book-on-place-image { margin-top: 40px; margin-bottom: 25px; }

.book-on-place-title { font-size: 24px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-align: center; color: #484848; margin-bottom: 20px; }

.book-appointment-on-place-button { border-radius: 100px; background-color: #4eacff; text-align: center; color: white; margin-left: 1rem; margin-right: 1rem; margin-bottom: 20px; padding-top: 5px; padding-bottom: 5px; cursor: pointer; }

.book-appointment-on-place-button-bgu {
    border-radius: 100px;
    background-color: #F69220;
    text-align: center;
    color: white;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}


.book-appointment-on-place-next-turn-title { font-weight: bold; font-size: 22px; }

.book-appointment-on-place-details { font-size: 18px; line-height: 1.2em; }

.book-fixed-appointment-button { border-radius: 30px; border: solid 1.5px #4eacff; margin-left: 1rem; margin-right: 1rem; text-align: center; padding-top: 5px; padding-bottom: 5px; color: #4eacff; font-weight: bold; font-size: 22px; cursor: pointer; }

@media (max-width: 768px) {
    body { background-image: none; }

    .daterangepicker { margin-left: 0.45rem; }
}

@media only screen and (min-width : 992px) {
    .modal { width: 24%; left: 38%; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .modal { width: 24%; left: 38%; }
}

.touchscreen-book { width: 955px; height: 510px; background-color: white; position: absolute; top: 0px; right: 0px; font-family: 'Open Sans Hebrew' !important; }



    .touchscreen-book .submited-message { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #16254f; padding: 0px 60px 0 60px; color: white; text-align: center; padding-top: 10%; }




    .touchscreen-book .panel { width: 100%; margin: auto; text-align: center; }

    .touchscreen-book .shaddow { border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); padding-bottom: 10px; text-align: center; height: 340px; }

        .touchscreen-book .shaddow img { margin: auto; }

    .touchscreen-book h1 { text-align: center; margin-top: 10px; font-size: 35px; font-weight: bold; }

.submited-message h1 { text-align: center; margin-top: 10px; font-size: 35px; font-weight: bold; margin-bottom: 40px; }


.submited-message h2 { font-size: 1.8rem; margin-bottom: 40px; }


.touchscreen-book input { width: 350px; margin: auto; height: 50px; font-size: 25px !important; text-align: center; font-weight: bold; }




.touchscreen-book .btn-primary { background-color: #237cd4; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); border-radius: 5px; width: 350px; margin-top: 15px; }

.touchscreen-book .or { text-align: center; font-size: 18px !important; font-style: italic; font-weight: bold; margin-bottom: 5px; margin-top: -10px; }

.touchscreen-book .shaddow h3 { padding-top: 80px; }


.touchscreen-book .google { border: 1px solid #d6d8e0; border-radius: 1000px; display: inline-block; max-width: 250px; padding: 2px 7px 2px 7px; margin-top: 30px; margin-bottom: 35px; }

    .touchscreen-book .google img { margin-top: 1px; width: 28px; float: right; margin-left: 5px; }

.touchscreen-book .bottom-stats { background-color: #16254f; position: absolute; bottom: 20px; left: 20px; right: 20px; color: white; height: 120px; border-radius: 10px; }

    .touchscreen-book .bottom-stats > div { width: 100%; margin: auto; padding-top: 10px; text-align: center; font-size: 35px; }

    .touchscreen-book .bottom-stats h3 { font-size: 30px; font-weight: bold; color: #ffab34; margin-bottom: 10px; }


.touch-menu { margin-top: -10%; overflow: hidden; margin-left: -12px; margin-right: -12px; padding: 10px; font-weight: 700; }


    .touch-menu .header { background-color: #1b398d; color: white; padding: 20px 0px 10px 0px; font-size: 18px; font-weight: 400; }

        .touch-menu .header img { width: 100%; }

    .touch-menu .preorder { background-color: #d1ede4; color: #33aa7f; text-align: center; padding: 20px; }

        .touch-menu .preorder .btn { background-color: #33aa7f; color: #d1ede4; margin-top: 10px; font-weight: 700; padding: 1.1rem 0.75rem; }

    .touch-menu .sections { padding: 20px; color: #265cac; }

        .touch-menu .sections .title { text-align: center; margin-bottom: 20px; }

        .touch-menu .sections .btn { background-color: #265cac; color: white; margin-bottom: 10px; font-weight: 700; padding: 1.1rem 0.75rem; }

    .touch-menu .preorder-popup { position: absolute; top: 50px; left: 0px; right: 0px; bottom: 0px; background-color: #33aa7f; padding: 50px 40px 0px 40px; text-align: center; color: white; display: none; }

        .touch-menu .preorder-popup .btn { background-color: #265cac; color: white; padding: 0.8rem 0.75rem; width: 100%; margin-top: 30px; font-weight: 700; }

        .touch-menu .preorder-popup img { display: block; margin-bottom: 20px; margin: auto; }


.form-control.form-control-checkbox { display: inline; width: 100%; height: calc(1rem + 2px); padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
