/************ Header *********/

.HeadrLanguage + .dropdown-menu .dropdown-item {
    padding: 0;
}

    .HeadrLanguage + .dropdown-menu .dropdown-item.selected {
        color: var(--primary-color);
        font-weight: 800;
        background: transparent !important;
        padding: 5px 10px 8px;
        cursor: default
    }

    .HeadrLanguage + .dropdown-menu .dropdown-item.btn:hover,
    .HeadrLanguage + .dropdown-menu .dropdown-item:hover {
        color: #fff !important;
        background: var(--primary-color) !important
    }

    .HeadrLanguage + .dropdown-menu .dropdown-item button {
        padding: 5px 10px;
        display: block;
        width: 100%;
        text-align: start;
        box-shadow: none !important
    }

    .HeadrLanguage + .dropdown-menu .dropdown-item:hover button {
        color: #fff
    }
/****** General styles ******/
.nav-tabs {
    width: 100%;
}

.actionButtonsContainer {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

    .actionButtonsContainer > * {
        min-width: 100px
    }

    .actionButtonsContainer > * {
        margin-right: 10px;
    }

.modal-header {
    background: var(--primary-color);
    color: #fff;
    padding: 12px;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

.asterisx::after {
    color: red;
    display: inline-block;
    content: '*';
    font-size: 12px;
}

/*********************** spinner *************/
#ReloadDataDiv {
    display: block;
    position: fixed;
    z-index: 1000000000;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 30px;
}

    #ReloadDataDiv i {
        top: calc(50% - 50px);
        position: absolute;
        left: calc(50% - 30px);
    }
/*****************/
.k-grid-content {
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.table-bordered .k-grid .k-grid-content tbody tr td {
    border: 1px solid #ddd;
    font-size: 13px;
}

/************ Reservation ***********/
.ReservationCalendar .k-calendar > .k-header {
    padding: 8px
}

.ReservationCalendar .k-calendar {
    border: 1px solid #eee !important;
    border-radius: 6px;
    width: 100%;
}

    .ReservationCalendar .k-calendar .k-calendar-view {
        width: 100%;
    }

.ReservationTime {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.appointmentDiv {
    cursor: pointer;
    flex: 0 0 calc(40% - 20px);
    margin: 10px;
    padding: 10px !important;
}

    .appointmentDiv.selected {
        background-color: var(--secondary-color);
        border-color: var(--primary-color-focus) !important;
        color: #fff;
    }

.message-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
}

.message-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-width: 420px;
    text-align: center;
}

.message-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-image: url(../images/success.png);
    background-size: contain;
}
.message-title {
}
.message-success .message-title {
    color: #29aa0a
}
.message-description {
    font-size: 14px;
    font-weight: normal;
    color: #777
}
    .message-description span {
        font-weight: bold
    }

        .message-description span#RfNumber {
            display: block;
            margin-top: 10px;
            color: #171717
        }
.message-footer {
    margin-top:10px;
}

div#searchResult {
    margin: 0 !important;
    text-align: right;
    margin-right: 30px !important;
    background: #ab8b24;
    padding: 0;
    width: 91.5%;
    border-radius: 4px;
}

    div#searchResult a.btn.btn-sm.mb-2 {
        width: 100%;
        text-align: right !important;
        /* display: flex; */
        justify-content: flex-start;
        /* align-items: self-start; */
        color: aliceblue;
    }

        div#searchResult a.btn.btn-sm.mb-2:hover {
            background: #b19029;
        }

.BannerSearchInput input#searchServicesInput {
    padding: 0 40px;
}


div#searchHeaderResult {
    position: absolute;
    top: 35px;
    right: 0;
    background: #ab8b24;
    border-radius: 4px;
    min-width: 166%;
}



    div#searchHeaderResult a.btn.btn-sm.mb-2 {
        margin: 0px 4px;
        color: aliceblue;
        /*width: 100%;*/
        justify-content: flex-start;
        padding: 7px 5px;
        text-align: right;
        margin-right: 0;
        display: block;
    }


        div#searchHeaderResult a.btn.btn-sm.mb-2:hover {
            background: #b19029;
        }

