﻿.disbaleLink {
    /*    background: #F7F7F7 !important;
*/
    background-color: #eeeeee !important;
    text-decoration: none !important;
    /*    color: #555 !important;
*/
    color: #444 !important;
    cursor: default;
}

    .disbaleLink:hover, .disbaleLink:focus, .disbaleLink:active {
        text-decoration: none;
        color: #ccc;
    }


.TBL_Calendar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

    .TBL_Calendar > li {
        float: right;
        text-align: center;
    }

    .TBL_Calendar .weekActionLink {
        line-height: 64px;
        text-align: center;
        padding: 0 20px;
        border-radius: 8px;
    }

        .TBL_Calendar .weekActionLink a {
            color: #666;
        }

        .TBL_Calendar .weekActionLink a.disbaleLink {
            background-color: transparent !important;
        }

        .TBL_Calendar .weekActionLink a:hover {
            color: #111;
        }

    .TBL_Calendar .daysAction {
        width: 100%;
        position: relative;
    }

.LB_goNextMonth {
    float: left;
}

.LB_goPrevMonth {
    float: right;
}

.LBL_CalendarDayTitle {
    text-align: center;
    color: #cdcdcd;
    font-size: 12px;
}


table.dates {
    border-spacing: 4px 10px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

tr.week-day-header {
    display: table-row;
}

.dates > thead::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    background-color: transparent;
}

th.weekDay {
    text-align: center !important;
}

.calDay {
    background: #FFF;
    margin-bottom: 10px;
    text-align: center;
    cursor: default;
    color: #ccc;
    float: right;
    font-size: 20px;
    /*font-weight: lighter;*/
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 8px;
    /*UPDATED 9-12-2021*/
    /*margin: 0 5px;*/
    margin: 0 2px;
    /*END 9-12-2021*/
    display: inline-block;
    position: relative;
    width: calc(100%/7.57);
}

.dates td {
    display: table-cell;
    float: none;
}

td.calDay,
th.weekDay {
    padding: 10px 8px !important;
}

td.calDay .today {
    top: -5px;
}

.dates td.calDay.disabled,
.calDay.disabled {
    background-color: #eee;
    cursor: default;
}

.calDay:hover, .calDay:focus, .calDay:active {
    text-decoration: none;
    color: #ccc;
}

.calDay .today {
    position: absolute;
    top: -18px;
    font-size: 11px;
    width: 100%;
    right: 0;
    text-align: center;
}



.calDay-active {
    background: #fff;
    border-width: 1px;
    border-radius: 8px;
    border-style: solid;
    color: #333;
    padding-bottom: 10px;
}

    .calDay-active:hover, .calDay-active:focus, .calDay-active:active {
        text-decoration: none;
        color: #333;
    }

.calDay-enabeled {
    color: #333 !important;
    cursor: pointer;
}

    .calDay-enabeled .LBL_CalendarDayTitle, .calDay-active .LBL_CalendarDayTitle {
        color: #666;
    }



.calDay-active:not(.disbaleLink) .LB_CalendarDay {
    color: #333 /*!important*/;
}

.disbaleLink .LBL_CalendarDayTitle {
    color: #555 !important;
}

.calDay-enabeled:hover {
    background: #f5f5f5;
}


.calDay .LB_CalendarDay {
    text-align: center;
    margin: 0 auto;
}

.calDay-enabeled:hover, .calDay-enabeled:focus, .calDay-enabeled:active {
    text-decoration: none;
    color: #333;
}

/***************************/


.timeSlotItem {
    margin: 5px 10px;
    font-size: 22px;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 5px;
}

    .timeSlotItem .btn {
        float: left;
    }

    .timeSlotItem .timeTitle {
        display: inline-block;
        margin-top: 10px;
    }





/*************SumBox**************/
.scheduleTotalBox {
    padding: 10px 15px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07),1px 2px 5px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07),1px 2px 5px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background: #eee;
    margin: 20px 0;
    min-height: 200px;
    font-size: 20px;
    border: 2px solid #DDD;
}

    .scheduleTotalBox .scheduleTotalBox-title {
        color: #555;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px;
        /*border-bottom: 1px solid #ddd;*/
        padding-bottom: 17px;
        font-size: 36px;
    }

    .scheduleTotalBox .scheduleTotalBox-services,
    .scheduleTotalBox-services > ul{
        list-style-type: none;
    }

        .scheduleTotalBox .scheduleTotalBox-services .service-title {
            padding: 5px;
            margin: 5px;
            font-size: 26px;
            /*JULIO*/
            line-height: 21px;
            /*JULIO*/
        }

        .scheduleTotalBox .scheduleTotalBox-services .service-desc {
            padding: 8px;
            margin: 10px;
            font-size: 16px;
            margin-bottom: 0;
            border-bottom: 1px solid #DDD;
            padding-right: 10px;
        }

            .scheduleTotalBox .scheduleTotalBox-services .service-desc:last-child {
                border-bottom: 0;
            }

            .scheduleTotalBox .scheduleTotalBox-services .service-desc .sHead {
                width: 80px;
                display: inline-block;
                font-weight: bold;
                /*JULIO*/
                line-height: 21px;
                /*JULIO*/
            }

            .scheduleTotalBox .scheduleTotalBox-services .service-desc .sBody {
                display: inline-block;
            }


.termsTitle {
    font-size: 20px;
    padding: 0;
    color: #777;
}

.termsContent {
    font-size: 13px;
    text-align: center;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
}

.loadingDiv {
    text-align: center;
    font-size: 28px;
    color: #888;
    margin: 40px 0;
}
.loadingDivContent {
    text-align: center;
}

.sectionOptions {
    margin-bottom: 15px;
}

    .sectionOptions .title {
        font-size: 26px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #EEE;
    }

    .sectionOptions .btn {
        color: #FFF !important;
        border: 0;
    }

.btn-success.btn--accessibility {
    background-color: #214A21;
}

.btn-success.btn--accessibility:hover {
    background-color: #1A3B1A
}


.btn-warning.btn--accessibility {
    color: #0A0A0A !important;
}

.btn-danger.btn--accessibility {
    background-color: #910702;
}

.btn-danger.btn--accessibility:hover {
    background-color: #6E0400;
}


.btn-primary.btn--accessibility {
    background-color: #3ABFFD;
    color: #222222 !important;
}

.btn-primary.btn--accessibility:hover {
    background-color: #31A0D3;
}

.btn-info.btn--accessibility {
    background-color: #124859;
}

.btn-info.btn--accessibility:hover {
    background-color: #0C303B;
}

.btn-default.btn--accessibility,
#clearSlot.btn--accessibility,
#saveEventEditBTN.btn--accessibility {
    background-color: #424242 !important;
    color: #fff !important;
}

.btn-default.btn--accessibility:hover,
#clearSlot.btn--accessibility:hover,
#saveEventEditBTN.btn--accessibility:hover {
    background-color: #313131 !important;
}

.timeSlots .timeSlotsTitle {
    font-size: 26px;
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.daySlotsTitle {
    font-size: 22px;
    text-align: right;
    margin-bottom: 10px;
}



.weekDaysDesk {
    display: block;
}

.weekDaysMobile {
    display: none;
}

.weekDaysMobile .weekDay {
    margin: 0 1px;
    /*updated 18-11-2021*/
    /*font-size: 22px;*/
    font-size: 14px;
    padding: 10px 0px;
}


.service-selection-hint {
    text-align: center;
    margin-bottom: 20px;
    color: #666;
}

.serviceItem.lp-multi-select {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.serviceItem.lp-multi-select.selected {
    background-color: #f0f8ff;
    border-left: 4px solid #007bff;
    border-right: 4px solid #007bff;
}

.serviceItem.lp-multi-select.inactive {
    opacity: 0.6;
    pointer-events: none;
}
.service-checkbox {
    font-size: 20px;
    min-width: 24px;
}

.serviceItem.lp-multi-select.selected .service-checkbox .fa-square {
    display: none;
}

.serviceItem.lp-multi-select.selected .service-checkbox::after {
    content: '\f14a';
    font-family: 'Font Awesome 5 Pro';
    color: #007bff;
}

.service-continue-btn {
    margin: 20px auto;
    max-width: 300px;
}

#d-selectedTime {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#d-selectedTime #selectedDateTimeTitle {
    width: fit-content !important;
}

#d-selectedTime .selected-date-time-title-container {
    float: none !important;
    width: fit-content;
    flex-grow: 1;
}

.update-time {
    float: none !important;
    width: fit-content;
    margin-top: 0 !important;
}

@media only screen and (max-width: 800px){

    #d-selectedTime {
        justify-content: center;
    }
    .update-time{
        width: 100%;
    }
}
/*Phone desing*/
@media only screen and (max-width: 500px) {
    .week-day-header .weekDay {
        margin: 0 1px;
        font-size: 14px;
        padding: 10px 0px;
    }
}

.changeDate {
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .calDay {
        width: calc(100%/8);
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .dateTime {
        text-align: center;
    }
    #d-service-btn {
        width: 100%;
    }

        #d-service-btn .btnService {
            width: 100%;
        }

    .btnRemoveLocation {
        width: 100%;
        margin-top: 20px !important;
    }

    .daysForSlots {
        display: none;
    }

    .btn-lg {
        padding: 8px;
        font-size: initial;
        line-height: normal;
    }

    .TATnoPadding-xs {
        padding: 0;
    }

    .weekDaysDesk {
        display: none;
    }

    .weekDaysMobile {
        display: block;
    }

    .changeDate {
        width: 100%;
        text-align: center;
    }

    .calDay {
        margin: 0 1px;
        margin-bottom: 5px !important;
        padding: 0;
        min-height: 41px;
        font-size: 20px;
        padding-top: 8px;
    }
    .weekDaysContainer {
        margin-bottom:0 !important;
    }
    
    .calDay .today {
        top: -20px;
    }

    /*.TBL_Calendar .weekActionLink {
        width: 100%;
        font-size: 24px;
    }

        .TBL_Calendar .weekActionLink .weekTitle {
            display: inline !important;
        }*/

    .TBL_Calendar .daysAction {
        width: 100%;
    }

    .timeSlots .timeSlotsTitle {
        margin-top: 30px;
        font-size:20px;
    }

    .timeSum {
        margin-top: 0 !important;
    }

    .timeSlots {
        margin-top: -20px;
    }

    .serviceImgDiv {
        text-align: center;
    }

    .s-content > .h2 {
        text-align: center;
        margin-top: 5px;
    }

    .s-content > p {
        text-align: center;
    }

    .btnPickEvent {
        min-width: inherit !important;
    }

    .scheduleTotalBox .scheduleTotalBox-services .service-desc {
        padding-top: 10px !important;
    }
}

.btnService {
    min-width: 250px;
}

.btnRemoveLocation {
    min-width: 250px;
}

.btnPickEvent {
    min-width: 250px;
}

.cblbl, input:valid ~ .cblbl {
    color: #333;
}