﻿@font-face {
    font-family: 'delekHebReg';
    src: url('fonts/OENaPro-Regular.woff') format('opentype');
    /* Add additional properties if needed, e.g., font-weight, font-style */
}

@font-face {
    font-family: 'delekHebLight';
    src: url('fonts/OENaPro-Light.woff') format('opentype');
    /* Add additional properties if needed, e.g., font-weight, font-style */
}

@font-face {
    font-family: 'delekEngReg';
    src: url('fonts/MazdaType-Regular.woff') format('opentype');
    /* Add additional properties if needed, e.g., font-weight, font-style */
}

/*********Site command model selection (selectSiteTemplate)*********/
body {
    background-color: #f5f5f5;
    font-family: delekHebReg,delekEngReg, sans-serif !important;
}

.hiddenCss {
    display: none !important;
}
#flowNB {
    background-color: #f5f5f5 !important;
}
/*8-4-2024*/
.topPageServiceTitle {
    display: block !important;
}

#dServiceTitle {
    /*border: none !important;*/
    /*8-4-2024*/
    display: none;
}

    #dServiceTitle .sectionTitleLarge {
        font-size: 22px !important;
    }

.sectionTitle {
    color: #333 !important;
}
/*.siteSection {
    padding: 10px 0px 20px !important;
}*/
.siteSection .sectionTitle {
    margin-bottom: auto !important;
}

.siteSection {
    background: #f5f5f5;
}

.btnLocation {
    /*background: #fff;*/
    background: #f5f5f5;
    color: #607D8B !important;
    border: 0 !important;
    width: fit-content;
    box-shadow: none;
    padding: 10px;
    float: right;
    margin: 5px 10px;
    padding-bottom: 0px;
    font-weight: 400;
}

.btnLocation.active {
    /*background: #fff !important;*/
    background: #f5f5f5;
    color: #333 !important;
    box-shadow: none;
    border-bottom: solid 2px #333 !important;
    padding-bottom: 0px
}

.btnLocation:hover {
    /*background-color: #fff;*/
    background: #f5f5f5;
    opacity: 1 !important;
    color: #333 !important;
    box-shadow: none;
    border-bottom: solid 2px #333 !important;
}

.btnLocation.active:hover {
    /*background-color: #fff;*/
    background: #f5f5f5;
    opacity: 1 !important;
    color: #333 !important;
    box-shadow: none;
}

.areaBtnDiv {
    width: fit-content;
    float: right;
    background: #f5f5f5;
}

    .areaBtnDiv:last-child {
        border-left: none;
    }

#locationsContainerRow {
    width: 50%;
    margin: 0 auto;
}

#locationsContainerDiv {
    width: fit-content;
    margin: 0 auto;
}

#AllOverTheCountryTxt {
    display: none;
}

#btnAllOverTheCountry:after {
    content: 'הכל' !important;
}

#noSitesLinkText {
    color: #333;
}

    #noSitesLinkText:hover {
        color: #03a9f4;
    }

#selectedresourceItem, #selectedresourceItem1 {
    display: none !important;
}

#selectedresourceItemClean {
    display: block !important;
}

#selectedresourceItemCleanTitle {
    text-align: center;
    font-size: 22px;
    /*font-family: delekEngReg;*/
}

#selectedRGParentItem {
    display: none !important;
}

#selectedRGParentItemClean {
    display: block !important;
    margin: -40px 0px 20px 0px;
    /*font-family: delekEngReg;*/
}

#selectedRGParentItemCleanTitle {
    text-align: center;
    font-size: 22px;
    /*font-family:delekEngReg;*/
}

#ddlLeadSites {
    background: #f5f5f5;
}

.resourceContainer {
    box-shadow: none;
}

.resourceParentContainer {
    box-shadow: none;
}

.resourceTitleInner {
    background-color: transparent;
    color: #333;
    opacity: 1;
    font-size: 22px;
    /*font-family: delekEngReg sans-serif;*/
}

.resourceSubTitleInner {
    font-size: 18px;
}

.resourceDescriptionTitleInner {
    color: #8b8b8b;
    font-size: 12px;
}

.footer {
    /*display: none;*/
    background-color: #f5f5f5;
}

    .footer > a {
        /*display: none;*/
        color: #bbb;
    }

    .footer .desc {
        display: none !important;
    }
.footerRelative .desc {
    display: none !important;
}
.footerRelative a {
    float: right;
}


.btnSite {
    box-shadow: none;
    /*box-shadow: hsl(0, 0%, 70%) 0 0 16px;*/
    /*background-color: #222 !important;*/
    /*color: #fff !important;*/
    color: #333 !important;
    border-radius: 15px !important;
    /*max-width: 350px;*/
    text-align: right;
    padding-right: 20px;
}

    .btnSite:hover {
        background-color: #fff !important;
        color: #333 !important;
        opacity: 1 !important;
        border-color: #fff !important;
    }

.btnSiteTitle {
    font-weight: 500;
    font-size: 22px;
}

.btnSiteAddress {
    font-size: 20px;
    color: #607D8B;
}

/*8-4-2024*/

.selectSiteIcon {
    display: block;
}

.whereTo {
    font-size: 22px;
}

.alert-info {
    background-color: #333;
    color: #fff;
    font-size: larger;
}
/*.loadingDiv {
    color: #333;
    opacity: 0.8;
}*/
/*#SitesLoading {
    position: fixed;
    top: 140px;
    left: 45%;
}*/

/*********Site level*********/
#btnBackToSiteSelection {
    display: none;
}

/*6-6-2024 REMOVED*/
/*.btnBackToSiteSelection2 {
    color: #333 !important;
    text-decoration: none !important;
    display: block !important;
}*/

.siteTitleLarge {
    background: #f5f5f5;
    margin-top: 20px;
    /*13-5-2024*/
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*END*/
}

.minSelectedRG {
    display: inline-block !important;
}

#sectionSelectRG {
    display: none;
}
/*9-10-2023*/
#sectionSlotsTitle:after {
    content: 'מתי נוח לך להגיע?' !important;
}

#sectionSlotsTitle {
    font-size: 26px;
    padding-bottom: 10px;
}

.sectionSlotsTitleTxt {
    display: none;
}
/*.sectionSlotsTitleTxt {
    display:none;*/ /* Remove any existing content */
/*}
.sectionSlotsTitleCustomTxt::before {
    text-align: center;
    display: block;
    content: 'מתי נוח לך להגיע?';
}*/
/*END*/
#s-titleRef {
}

    #s-titleRef::before {
        content: 'בחרו מועד' !important;
    }

.mobileH2 {
    font-size: 22px !important;
}

/*time selection*/
.calDay {
    border-radius: 5px;
    border: none;
}

    .calDay:hover {
        background-color: #000;
        color: #fff !important;
    }

.calDay-active {
    background-color: #000;
    color: #fff !important;
}

    .calDay-active > .LB_CalendarDay {
        color: #fff !important;
    }

    .calDay-active .LBL_CalendarDayTitle {
        color: #fff !important;
    }

.today {
    color: #333 !important;
}

.slotBtn {
    border: none;
    transition: transform 0.5s ease;
    /*color: #fff !important;*/
    /*background-color: #003158 !important;*/ /*#333 !important;*/
}

    .slotBtn.active {
        border: none;
        color: #fff !important;
        background-color: #000 !important; /*#333 !important;*/
    }

    .slotBtn:hover {
        border: none;
        color: #fff !important;
        background-color: #000 !important; /*#333 !important;*/
        transform: scale(0.9);
    }

/*booking details*/
#cbRememberMeLbl {
    font-size: 18px;
}

input[type="text"],
input[type="number"] {
    background: #f5f5f5;
}

.group > input {
    border: 1px solid #999;
    border-radius: 8px;
}
/*2-6-2024*/
#saveForm {
    min-width:250px;
}
#nextFromSlotsPickBtn {
    min-width: 250px;
}
.timeSum {
    margin-top: 0px !important;
    padding-left: 30px;
}
/*2-6-2024 END*/

#saveForm, #btnClearTime, #displayMonth, #nextFromSlotsPickBtn, #backToSlotsBtn {
    border: none;
    color: #fff !important;
    background-color: #000 !important;
}

#saveForm, #nextFromSlotsPickBtn, #backToSlotsBtn {
    border-radius: 6px !important;
}

    #saveForm:hover, #btnClearTime:hover, #displayMonth:hover {
        transform: scale(0.9);
    }

.loadingDivLBL {
    display: none;
}

.loadingDivContent:after {
    content: 'כבר איתך :)' !important;
}

#redirectLoading > .loadingDivContent:after {
    content: 'מיד יופיעו פרטי הנסיעה שקבעת' !important;
}

.loadingDivContent {
    text-align: center;
}

.loadingDiv {
    /*background-color: #222;*/
    background: rgba(56, 56, 56, 0.81);
    color: #fff;
    min-height: 40px;
    padding: 10px !important;
    text-align: center !important;
    /*opacity: 0.4;*/
    margin: 0 auto;
    border-radius: 5px !important;
    /*width: 30% !important;*/
    /*8-8-2023*/
    z-index: 1;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.resourceImage:hover {
    transform: none !important;
}
/*1-08-2023*/
.clearResourceItemCleanText {
    /*6-6-2024*/
    display: none;
    /*position: absolute;
    right: 20px;*/
    /*top: 15px;*/
    /*top: 75px;*/
    /*top: 90px;
    color: #333;
    font-size: smaller;*/
}

/*EVENT VIEW*/
.mainBtn {
    border: none;
    color: #fff !important;
    background-color: #000 !important;
    border-radius: 6px;
}

    .mainBtn.active {
        border: none;
        color: #fff !important;
        background-color: #000 !important; /*#333 !important;*/
    }

    .mainBtn:hover {
        border: none;
        color: #fff !important;
        background-color: #000 !important; /*#333 !important;*/
        transform: scale(0.9);
    }

.eViewActionBtn {
    border: none;
    color: #fff !important;
    background-color: #000 !important;
    border-radius: 6px;
}

    .eViewActionBtn.active {
        border: none;
        color: #fff !important;
        background-color: #000 !important; /*#333 !important;*/
    }

    .eViewActionBtn:hover {
        border: none;
        color: #fff !important;
        background-color: #000 !important; /*#333 !important;*/
        transform: scale(0.9);
    }
/*END*/


/*li.fNBLI.active a {
    background-color: #222 !important;*/
/*color: #333 !important;
                background-color: #f5f5f5 !important;
                border-bottom: solid 1px #222;*/
/*}*/

/*li.fNBLI.active a > div {
        border-bottom: 2px solid #fff;
    }*/

#sectionSlotsTitle, #sectionSlots {
    text-align: right;
    position: relative;
    right: 15px;
}

#sectionSlotsTitle {
    bottom: 20px;
}

#sectionServices, #sectionSlots {
    padding-top: 0 !important;
}

.calDay .today {
    font-size: 13px;
}


/*BOOKING DETAILS*/
/* Hide the original text in the span */
#NameAlertSpan, #MobileAlertSpan, #EmailAlertSpan {
    display: none !important;
}
/* Show the desired text using the content attribute */
#NameAlertSpanCss::before {
    content: "* נצטרך את השם שלך, בבקשה :)";
    color: red;
}

#MobileAlertSpanCss::before {
    content: "* באיזה מספר נוכל להשיג אותך בקשר לפגישה? ";
    color: red;
}

#EmailAlertSpanCss::before {
    content: "* לאיזה מייל נשלח אישור על הפגישה? מבטיחים לא לשלוח שום דבר אחר ";
    color: red;
}

/*.logoPlaceHolder {
    position: absolute;
    top: 2px;
    left: 2rem;
    background-image: url('../../Images/clients/Delek/MazdaLogo.png');
    height: 58px;
    width: 53px;
    background-repeat: no-repeat;
    background-size: contain;
}*/

.eventType.active {
    margin-bottom: 0 !important;
}

    .eventType.active h2 {
        display: none;
    }

/*עריכת הפגישה מעמוד הפגישה בקליינט*/
.editModalHeader {
    border: none;
}

/*.topNavSep {
    position: absolute;
    border-left: 2px solid #9d9d9d;
    height: 1.5rem;
    top: 2rem;
    left: 0;
}*/

#footerImg {
    content: url("/Content/Images/logo180h.png");
    /*28-11-2023*/
    max-width: 40px;
    height: 12px;
    vertical-align: inherit;
    /*END*/
}
/*6-6-2024 REMOVED*/
/*#btnBackToSiteSelection2 {
    max-width: 50%;
}*/

body {
    overflow-x: hidden;
}

#dvirtualMeetingLink {
    display: none;
}

@media screen and (max-width:568px) {
    #locationsContainerRow {
        width: 100%;
        margin: auto;
    }

    #locationsContainerDiv {
        max-width: fit-content;
        margin: 0 auto;
        position: relative;
        padding-right: 0px;
    }
    /*
    .resourceImage {
        float: left;
    }
    .clearResourceItemCleanText {
        top: 10px;
    }*/
    #dServiceTitle {
        margin-top: 50px !important;
    }

    /* #SitesLoading {
        top: 180px;
        left: 30%;
    }*/
    .loadingDivLBL {
        display: none;
    }

    .loadingDivContent:after {
        content: 'כבר איתך :)' !important;
    }

    .loadingDiv {
        /*width: 70%;*/
    }

    .AlertSpanCss {
        font-size: small;
    }
    /*15-10-2023*/
    #sectionServices {
        border-bottom: none;
    }

    .siteTitleLarge {
        margin-top: 30px;
        padding-bottom: 0px;
    }

    #siteTitleComp {
        color: #333;
        margin-top: 20px;
    }

    .minSelectedRG {
        color: #333;
        border-top: solid 1px #ccc;
        margin-top: 10px;
        padding-top: 10px;
    }
    /*6-6-2024 REMOVED*/
    /*.btnBackToSiteSelection2 {
        font-size: 15px !important;
    }*/

    .topNavSep {
        /*height: 1.5rem;
        top: 2rem;*/
        height: 2rem !important;
        top: 1.5rem !important;
    }

    /* .logoPlaceHolder {
        top: 60px !important;
    }*/

    /*.fnavLink {
        padding: 10px !important;
    }*/
    /*end 15-10-2023*/

    /*23-10-2023*/
    .group input[type="text"],
    .group input[type="number"] {
        min-height: 60px;
    }

    #d-bookingDetails {
        padding-top: 15px;
    }

    /*lead modal*/
    #uaModelLeadModal {
        position: fixed !important;
        top: 0 !important;
    }

    .rgSectionMarginAlt {
        margin: 30px 0 30px 0;
    }
    /*2-6-2024*/
    #saveForm {
        min-width: 100px !important;
    }
    #nextFromSlotsPickBtn {
        min-width: 100px !important;
    }
    /*2-6-2024*/
}

@media screen and (max-width: 768px) {
    .divResourceImage {
        text-align: center;
    }

    li.fNBLI a {
        font-size: 2rem;
        text-align: center;
    }

    /*.logoPlaceHolder {*/
    /*top: 80px;*/
    /*top: 5px;
    }*/

    #nextFromSlotsPickBtn {
        margin-left: 15px;
    }

    #pickResourceHeader {
        font-size: 20px !important;
    }

    #pickChildResourceHeader {
        font-size: 20px !important;
    }

    .resourceImage {
        width: 100% !important;
        height: auto !important;
    }

    #sectionSlotsTitle, #sectionSlots {
        position: initial !important;
    }


    /*EVENT SUM*/
    /*EDIT EVENT*/
    /*#sectionSlotsTitle:after {
        content: 'מתי נוח לך להגיע?' !important;
    }*/

    #sectionSlotsTitle {
        font-size: 20px;
        padding-bottom: 10px;
    }

    /*.sectionSlotsTitleTxt {
        display: none;
    }*/

    .selectedTimeEdit::before {
        content: "האם לקבוע";
    }

    .exCssMainbtn {
        border: none;
        color: #fff !important;
        background-color: #000 !important;
        border-radius: 6px;
    }

        .exCssMainbtn.active {
            border: none;
            color: #fff !important;
            background-color: #000 !important; /*#333 !important;*/
        }

        .exCssMainbtn:hover {
            border: none;
            color: #fff !important;
            background-color: #000 !important; /*#333 !important;*/
            transform: scale(0.9);
        }
}

@media screen and (min-width: 992px) {
    .col-sm-6.selectSiteDiv {
        width: 33.33333333%;
    }    
}
@media screen and (min-width: 768px) {
    div#dMain {
        padding-right: unset;
    }
}
/*lead modal*/
/*REMOVED 3-6-2024*/
/*#uaModelLeadModal {
    position: absolute;
    top: 15%
}*/

.modal-content {
    max-width: 600px;
    margin: auto;
}
/*15-1-2025*/
.cblbl {
    color: #333 !important;
    font-size: 14px !important;
}

.xCheckbox {
    vertical-align: text-bottom;
}