﻿.card-item {
    background-color: #fff;
    max-width: 1000px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
    display: inline-block;
    padding: 3px;
    color: #000;
}

.client-card-item {
    width: 99%;
    margin: 0.5% !important;
}

    .client-card-item .left-foto {
        width: 15%;
        display: table-cell;
        vertical-align: middle;
    }

        .client-card-item .left-foto img {
            height: 58px;
            border-radius: 50%;
        }

    .client-card-item .info-wraper {
        display: table-cell;
        width: 85%;
        vertical-align: middle;
    }

        .client-card-item .info-wraper.serviceAgenda {
            display: table-cell;
            width: 50% !important;
            vertical-align: middle;
        }

        .client-card-item .info-wraper h4 {
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            float: left;
            line-height: 2em;
            width: 60%;
        }

        .client-card-item .info-wraper .info {
            float: left;
            width: 40%;
            overflow: hidden;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
        }

            .client-card-item .info-wraper .info.nif {
                width: 60%;
                font-size: 12px;
            }

            .client-card-item .info-wraper .info img {
                height: 1em;
            }

.clientAppInfo.appnoshow .label-form, .clientAppInfo.late .label-form, .clientAppInfo.cancelled .label-form {
    /*border-left: 7px solid #c93434 !important;*/
    padding: 0px 8px 0px 8px;
}

.clientAppInfo img {
    display: none;
}

.clientAppInfo.appnoshow img, .clientAppInfo.late img, .clientAppInfo.cancelled img {
    padding: 3px;
    border-radius: 50%;
    height: 26px;
    display: block;
}

.clientAppInfo.late img {
    content: url('/Img/icons/user (1).png');
    background-color: #ffc378;
}

.clientAppInfo.appnoshow img {
    content: url('/Img/icons/remove-user (1).png');
    background-color: #eb8787;
}

.clientAppInfo.cancelled img {
    content: url('/Img/icons/remove-user (1).png');
    background-color: #f6e488;
}

.appnoshow .selected-service-name.date {
    background-color: #c93434 !important;
}

.late .selected-service-name.date {
    background-color: #f78f0f !important;
}

.cancelled .selected-service-name.date {
    background-color: #e9cf13 !important;
}

/*.ConfPayed {
    display: block;
    background: #00aa00 !important;
    border-bottom: 12px solid #00aa00 !important;
}*/
.affirmative {
    width: 32px;
    height: 32px;
    margin-top: 14px;
}


.appnoshow .selected-service-name.date:before {
    content: url('/Img/icons/remove-user (1).png');
    height: 20px;
}

.late .selected-service-name.date:before {
    content: url('/Img/icons/user (1).png');
    height: 20px;
}

.cancelled .selected-service-name.date:before {
    background-image: url('/Img/icons/blocked_cancel_forbidden_icon_178049.png');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
}






.register-field.full {
    width: 100% !important;
    max-width: 100% !important;
}




.btn-adicional-info-full {
    width: 99% !important;
    margin: 0.5% !important;
}

.modal-app-scroll {
    height: 0px;
}

.client-card-item.edit {
    cursor: default;
}

    .client-card-item.edit .left-foto {
        width: 15%;
        display: inline-block;
    }

        .client-card-item.edit .left-foto img {
            height: 70px;
        }


    .client-card-item.edit .info-wraper .info.full {
        width: 100%;
    }

    .client-card-item.edit .info-wraper .info {
        width: 50%;
    }

        .client-card-item.edit .info-wraper .info img {
            height: 1.5em;
        }

        .client-card-item.edit .info-wraper .info.nif {
            font-size: 14px;
            font-weight: 900;
        }

.register-field.clientRecord {
    width: 83%;
    max-width: 83%;
}

    .register-field.clientRecord.edit {
        width: 50%;
        max-width: 80%;
    }

.add-adicional-service {
    height: 40px;
    width: 90%;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
    margin: 0 auto;
    cursor: pointer;
}

    .add-adicional-service:hover {
        background-color: #dddddd;
    }

    .add-adicional-service img {
        height: 32px;
        margin-top: 3px;
        float: left;
        margin-left: 5px;
    }

.addBtnApp {
    display: flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #7F8286;
    background: #FFF;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    color: #7F8286;
}

    .addBtnApp img {
        width: 24px;
        height: 24px;
        position: initial;
    }

.BookAppointment .button-ConfirmApp {
    width: 100%;
    max-width: 350px;
    background-color: #aedbae;
    color: #7F8286;
}

/* .button-ConfirmApp :hover {
        border: 2px solid #00aa00 !important;
        text-decoration: none;
        background-color: transparent;
        color: #00aa00;
    }*/

.button-RejectApp {
    background-color: #aa0000;
    color: white;
    border-radius: 10px;
    border: 2px solid #aa0000 !important;
    text-align: center;
    font-weight: 600;
    padding: 13px 20px 13px 20px !important;
}

    .button-RejectApp :hover {
        border: 2px solid #aa0000 !important;
        text-decoration: none;
        background-color: transparent;
        color: #aa0000;
    }

.bookApp-ClientArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.bookApp-ClientTitle {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.newClientBool-wraper {
    display: flex;
    height: 21px;
    padding-left: 0px;
    align-items: center;
    gap: 8px;
}

.bookApp-ClientArea .bookApp-ClientTitle .newClientBool-wraper label {
    color: #7F8286;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}


.bookApp-ServiceArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.add-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.validation-summary-errors {
    color: #aa0000;
    font-weight: 800;
}

    .validation-summary-errors li {
        display: block;
    }

.colorArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

    .colorArea label {
        flex: 1 0 0;
    }

    .colorArea .colorSelector {
        background-color: white;
        height: 40px;
        width: 155px;
        padding: 0;
        cursor: pointer;
    }

.deleteExArea {
    width: 105px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.deleteEx {
    cursor: pointer;
}

    .deleteEx img {
        height: 33px;
    }

.bookApp-AnnotationsArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

    .bookApp-AnnotationsArea label {
        flex: 1 0 0;
    }

.annotation {
    padding: 8px 16px;
    width: 100%;
}

.recurrencyArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}



    .recurrencyArea .selectAgenda {
        display: flex;
        height: 21px;
        padding-left: 0px;
        align-items: center;
        gap: 8px;
    }

    .recurrencyArea .recurrency-Title {
        display: flex;
        padding-left: 0px;
        align-items: center;
        gap: 40px;
    }

        .recurrencyArea .recurrency-Title .Bool-lbl {
            color: #7F8286;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
        }

    .recurrencyArea .recurrencyText label {
        color: #28272B;
        /* Mobile Version/Description Bold */
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

.flexDivInner .recurrentFieldsArea {
    display: flex;
    justify-content: space-between;
}

    .flexDivInner .recurrentFieldsArea label {
        color: #7F8286;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        align-self: center;
    }

    .flexDivInner .recurrentFieldsArea .recurrencyNumber {
        width: 50px;
        padding: 0px 10px 0 16px;
    }

#wraper-ClientCardItem {
    align-self: stretch;
}

.bbtvlogo {
    float: none;
    margin: 20px auto;
    height: 50px
}

.bbtvtryBtn {
    position: absolute;
    right: 0;
    padding: 6px 10px 6px 10px !important;
    margin-top: 20px;
    font-size: 13px
}

.appTitle .apptitleLbl, .apptitleLbl {
    color: #28272B;
    /* Desktop/Title */
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.appTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

    .appTitle .tempo-pessoal {
        display: flex;
        width: 163px;
        padding-left: 0px;
        justify-content: space-between;
        align-items: flex-end;
    }

        .appTitle .tempo-pessoal .Bool-lbl {
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex-shrink: 0;
            align-self: stretch;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            color: #28272B;
        }

.back {
    position: absolute;
    top: 2px;
    left: 9px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
    z-index: 12;
}

    .back:hover {
        box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
        background-color: #eee;
    }

.appSelectTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

    .appSelectTitle .btnAdd {
        background: none;
        border: none;
        padding: 0px;
    }

    .appSelectTitle h3 {
        margin: 0;
        color: #4481eb;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
    }


.modal-content-appoint {
    max-width: 550px !important;
    min-height: 200px;
    font-family: Roboto;
}

.paddingModal {
    padding: 32px 40px 40px 40px;
}

.BookAppointment, #SearchClientApp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    z-index: 12;
}

#SearchClientApp {
    height: 99vh;
}

.BookAppointment label {
    margin: 0px;
    color: #4481eb;
    font-size: 18px;
}

.BookAppointment input, select {
    height: 32px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid #7F8286;
    width: fit-content;
}


.EditClientRecordContent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
}

.search-client {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border-right: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
}

.search-input {
    padding: 8px 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #28272B;
}

.input_container {
    display: flex;
    position: relative;
    align-self: stretch;
}

    .input_container input {
        padding-left: 46px;
        height: 40px;
    }

    .input_container svg {
        position: absolute;
        bottom: 4px;
        left: 10px;
        width: 32px;
        height: 32px;
    }

    .input_container img {
        position: absolute;
        bottom: 4px;
        left: 10px;
        width: 32px;
        height: 32px;
    }

    .input_container .intl-tel-input {
    }

.lst-clientsApp {
    padding: 0px;
    margin: 0px;
    align-self: stretch;
    overflow: auto;
}

    .lst-clientsApp li {
        display: flex;
        margin: 0 16px;
        padding: 12px 0px;
        align-items: baseline;
        gap: 8px;
        align-self: stretch;
        border-bottom: 1px solid #BFBFBF;
        cursor: pointer;
    }

        .lst-clientsApp li .lblClientName {
            color: var(--main-colors-black, #7F8286);
            /* Mobile Version/Labels Extra Bold */
            font-family: Roboto;
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 150%;
            cursor: pointer;
        }

        .lst-clientsApp li .lblClientPhone {
            color: #7F8286;
            /* Mobile Version/Description Medium Italic */
            font-family: Roboto;
            font-size: 12px;
            font-style: italic;
            font-weight: 500;
            line-height: 150%; /* 18px */
            cursor: pointer;
        }

.flexDivInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

    .flexDivInner.centerItems {
        align-items: center;
    }

.flexDivOuter {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.flexDivRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.app-date-time {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

    .app-date-time .app-date {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        width: fit-content;
    }

    .app-date-time label {
        align-self: stretch;
    }

    .app-date-time input {
        height: 32px;
        padding: 8px 16px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #7F8286;
        width: fit-content;
        max-width: 115px;
    }

.label-form {
    display: flex;
    min-height: 32px;
    padding: 0px 8px 0px 24px;
    align-items: center;
    gap: 32px;
    border-radius: 8px;
    align-self: stretch;
    height: fit-content;
}

    .label-form label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 0 0;
        align-self: stretch;
        color: #28272B;
        /* Mobile Version/Labels Extra Bold */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        height: fit-content;
        min-height: 32px;
    }

    .label-form svg {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        cursor: pointer;
    }

        .label-form svg:hover {
            box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
            background-color: #eee;
        }

.all-info {
    display: flex;
    padding-top: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0px 0px 8px 8px;
}

.stateSMSDiv {
    display: flex;
    border-radius: 20px;
    /*box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
    padding: 10px;*/
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

    .stateSMSDiv img {
        height: 40px;
    }

    .stateSMSDiv label {
        color: #7F8286;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }

.sendRememberBtn {
    padding: 2px 8px;
    border-radius: 8px;
    border: 1px solid #7F8286;
    background: #FFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #7F8286;
}

.btn-save {
    width: 100%;
}

.clientPayAppArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    /* BB - Card Shadow */
    box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
    gap: 4px;
    padding: 8px;
}

    .clientPayAppArea label {
        color: #28272B;
        font-size: 16px;
        min-height: 32px;
    }

.paymentExpireLine {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .paymentExpireLine .paymentViewGroup {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: end;
        gap: 8px;
    }

        .paymentExpireLine .paymentViewGroup label {
            font-family: Roboto;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%;
            text-decoration-line: underline;
            cursor: pointer;
        }

            .paymentExpireLine .paymentViewGroup label:hover {
                color: #4481eb
            }

        .paymentExpireLine .paymentViewGroup img {
            height: 24px;
            width: 24px;
        }

@media(max-width:767px) {
    .bbtvtryBtn {
        position: fixed;
        bottom: 0;
        padding: 6px 10px 6px 10px !important;
        width: 100%;
        z-index: 9999;
        font-size: 16px
    }

    .bbtvlogo {
        margin: 10px 20px;
        height: 30px
    }

    .client-card-item .left-foto {
        width: 10%;
    }

    .modal-app-scroll {
        height: 500px;
    }


    .client-card-item .info-wraper {
        width: 90%;
    }

        .client-card-item .info-wraper h4 {
            font-size: 16px;
            width: 100%;
        }

        .client-card-item .info-wraper .info {
            font-size: 12px;
            width: 50%;
        }

            .client-card-item .info-wraper .info.nif {
                width: 50%;
            }

    .client-card-item.edit .info-wraper .info .register-field {
        font-size: 16px;
        height: 35px;
    }

    .client-card-item.edit .left-foto {
        width: 15%;
        display: inline-block;
        text-align: left;
    }

        .client-card-item.edit .left-foto img {
            height: 60px;
        }

    .register-field.full-sm {
        width: 90% !important;
        max-width: 90% !important;
    }

    .client-card-item.edit .info-wraper .info.full-sm {
        width: 100%;
    }

    .full-sm {
        width: 100% !important;
    }

    .no-margin-left-sm {
        margin-left: 0 !important;
    }
}

@media(max-width:500px) {
    .client-card-item.edit .left-foto img {
        height: 50px;
    }

    .client-card-item .left-foto img {
        height: 50px;
    }

    .clear-sm {
        clear: both;
    }

    .paddingModal {
        padding: 24px 12px 24px 12px;
    }
    .BookAppointment{
        padding-bottom:300px;
    }
    .appTitle {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

@media(max-width:400px) {


    #saveContactsForm .client-card-item .info-wraper .info {
        max-width: 180px;
    }
}

.ui-autocomplete-category {
    font-weight: bold;
    background-color: #222435;
    color: #FFF;
}



/*bool togle*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    margin: 0;
}

    .switch input {
        display: none;
    }

.togle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0;
}

    .togle:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .togle {
    background-color: #2196F3;
}

input:focus + .togle {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .togle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.togle.round {
    border-radius: 34px;
}

    .togle.round:before {
        border-radius: 50%;
    }

.deletebtn {
    float: right;
    margin: 17px 10px 0 0;
    cursor: pointer;
}

    .deletebtn:hover {
        color: #cc1111;
    }

    .deletebtn img {
        height: 33px;
    }

.smsbtn {
    width: 70px;
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
}

    .smsbtn img {
        height: 35px;
    }

.wrapper {
    max-height: 200px;
    overflow-y: scroll;
}


.select-Service {
    min-height: 99%;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(255,255,255,.4);
    cursor: default;
    z-index: 12;
    background-color: #fff;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

    .select-Service .book-step-header::before {
        content: '\2190';
        position: relative;
        float: left;
        color: #fff;
        font-size: 40px;
        font-weight: 900;
        line-height: 30px;
    }

    .select-Service > .service-group {
        width: 200px;
        float: left;
    }

.service-Type {
    background-color: #3B0A9C;
    text-align: left;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.4), 0 0 2px 0 rgba(0,0,0,.4);
    cursor: pointer;
    width: 200px;
    float: left;
    height: 50px;
    line-height: 20px;
    margin: 1%;
    font-weight: 600;
}

    .service-Type + .select-date-content > .salon-service {
        width: 200px;
        float: left;
        height: 85px;
        line-height: 20px;
        margin: 1% !important;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.4), 0 0 2px 0 rgba(0,0,0,.4);
        border-radius: 20px;
        padding: 5px;
        border: 1px solid #3B0A9C;
        background-color: #e2e4e9;
    }

        .service-Type + .select-date-content > .salon-service > .ServiceTypeName {
            width: 100%;
            font-weight: 600;
            height: 40px;
            overflow: hidden;
        }

.select-DateTime {
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(255,255,255,.4);
    position: absolute;
    cursor: default;
    z-index: 10;
    background-color: #fff;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

    .select-DateTime > .book-step-header::before {
        content: '\2190';
        position: relative;
        float: left;
        color: #fff;
        font-size: 40px;
        font-weight: 900;
        line-height: 30px;
    }

.btnViewClientRecord {
    float: right;
    background-color: #000;
    cursor: pointer;
}

    .btnViewClientRecord:hover {
        background-color: #E2970A;
    }

.selectPartner {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid;
    margin-top: 20px;
}

#contact {
    cursor: pointer;
}

.allstatesDiv {
    display: inline-block;
}

.statesArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.stateDiv {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 1 0px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #7F8286;
}

    .stateDiv img {
        height: 15px;
        cursor: pointer;
    }

    .stateDiv label {
        color: #7F8286;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
    }

.deleteArea {
    display: flex;
    flex-direction: column;
    align-items: end;
    align-self: stretch;
}

.deleteDiv {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

    .deleteDiv img {
        height: 30px;
        cursor: pointer;
    }

    .deleteDiv label {
        color: #7F8286;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
    }


/*.stateDiv.late:hover {
    background-color: #ffc378;
}

.stateDiv.miss:hover {
    background-color: #eb8787;
}

.stateDiv.cancelled:hover {
    background-color: #f6e488
}

.stateDiv.pay:hover {
    background-color: #8ac171;
}*/

.stateDiv.late.selected {
    background-color: #ffc378;
}

.stateDiv.miss.selected {
    background-color: #eb8787;
}

.stateDiv.cancelled.selected {
    background-color: #f6e488
}

.stateDiv.pay.selected {
    background-color: #8ac171;
}

.stateDiv.selected:hover {
    opacity: 0.5;
}

.stateDiv.selected label {
    color: #000;
}

.singleMetric h4 {
    float: none !important;
    width: initial !important;
}

.btnBase {
    cursor: pointer;
    border: 1px solid #7F8286;
    border-radius: 8px;
}

    .btnBase:hover {
        box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
        background-color: #eee;
    }

.btnSchedule {
    border: 1px solid #fff;
    display: inline-block;
    background-color: #E2970A;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    margin-left: 10px;
    height: 50px;
    width: 150px
}

.btnSelectAgendaSchedule {
    padding: 7px 10px;
    cursor: pointer;
    border-top: 1px solid #E2970A;
    color: #ffffff;
    height: 50px;
    background-color: #E2970A;
    line-height: 40px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    z-index: 99999 !important;
}

.app-date .ui-datepicker-trigger {
    display: none;
}

.appHask {
    padding: 10px;
}

    .appHask button {
        width: 40%;
        font-weight: 900;
        height: 40px;
    }
    .appHask button+button {
        margin-left: 10%;
    }

@media(max-width:450px) {
    .singleMetric .header {
        height: 40px;
    }

    .appHask button {
        width: 90%;
        margin-bottom: 40px;
    }
        .appHask button + button {
            margin-left: 0;
        }
}

.editServices {
    border: 2px solid #E2970A !important;
    position: absolute;
    bottom: 10px;
    width: 40%;
    left: 30%;
}

#editContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
}

.DayHourSelector {
    width: 60px;
    margin-right: 10px;
}

@media(max-width:767px) {
    .allstatesDiv {
        display: block;
    }

    .editServices {
        width: 90%;
        left: 5%;
    }

    .show-inline-sm {
        display: inline-block;
    }


    .service-Type + .select-date-content > .salon-service {
        width: 140px;
        margin: 5px !important;
        font-size: 14px;
    }

        .service-Type + .select-date-content > .salon-service > .ServiceAgendaGroupPriceDuration {
            font-size: 12px;
        }

    .service-Type {
        width: 140px;
        margin: 5px !important;
        font-size: 14px;
    }

    .deletebtn {
        float: none;
    }
}

@media(max-width:510px) {
    .lblrecurrency {
        display: block;
    }
}


@media(max-width:445px) {
    .affirmative {
        margin: 0px;
    }

    .selected-service-price-small {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
