﻿.cblbl {
    font-size: 14px !important;
}

/*הסתרת כותרת משנה "מועד" בתצגות סלטיטם פנויים*/
#sectionSlotsTitle {
    display: none !important;
}

.circ {
    height: 2rem;
    width: 2rem;
    border: none;
    border-radius: 32px;
    background-color: rgb(255, 117, 0);
    font-size: 1.125rem;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

#AllOverTheCountryTxt {
    display: none;
}

#btnAllOverTheCountry:after {
    content: 'כלל אולמות התצוגה' !important;
    font-size: 24px;
}

.btnLocation.active {
    background: #2a609d !important;
    color: #fff;
    border-bottom: 1px solid #2a609d;
}

.btnLocation.active:hover {
    color: #fff;
    border-bottom: 1px solid #2a609d;
}

.btnLocation:not(.active):hover {
    border-bottom: 1px solid;
    background-color: transparent;
    color: #2a609d;
    border-color: #2a609d;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#selectedRGParentItemTitle {
    font-weight: bold;
}

.rowMarg {
    margin-right: -15px;
    margin-left: -15px;
}

.btn-primary {
    background: #e11428 !important;
}

.selectSiteBTN {
    color: #e11428 !important;
}

#selectedResourceItemTitle, #selectedResourceItemTitle1 {
    color: #101b20 !important;
}

.sectionTitle {
    color: #101b20 !important;
}

#s-titleRef {
    color: #101b20 !important;
}

.timeSlotsTitle {
    color: #101b20 !important;
}

.slotBtn {
    border-color: #101b20;
}

.calDay-active {
    border-color: #101b20 !important;
}

#btnClearTime {
    color: #e11428 !important;
    border-color: #e11428 !important;
}

/* hebrew */

/*updates 18-10-2022*/
#dServiceTitle {
    margin-right: -30px !important;
}

    #dServiceTitle > .sectionTitleLarge {
        text-align: right;
    }

#selectedRGParentItem, #selectedresourceItem, #selectedresourceItem1 {
    box-shadow: none !important;
    border: #101b20 solid 2px;
}

#dResourcesTitle {
    margin-right: -30px !important;
}

    #dResourcesTitle > .h2 {
        font-size: 20px !important;
        text-align: right;
        margin-top: 10px;
        margin-bottom: 0px;
    }

.resourceContainerUpperDiv {
    /*    width: 100%;
    margin-right: -15px;
    
    */
    margin-bottom: 30px;
}

.resourceContainer {
    float: right !important;
    /*    width: 600px !important;
*/ width: 100% !important;
    box-shadow: none !important;
    border: #CECECE solid 2px;
    padding: 3px;
    margin: 0 !important;
}

    .resourceContainer:hover, .resourceContainer:active {
        border: #101b20 solid 2px;
    }

.resourceParentContainer {
    float: right !important;
    width: 100% !important;
    box-shadow: none !important;
    border: #CECECE solid 1px;
    /*    padding: 3px;
*/ margin: 0 !important;
}

    .resourceParentContainer:hover, .resourceParentContainer:active {
        border: #101b20 solid 1px;
    }

.resourceContainer.pull-right {
    float: right !important;
}

.resourceParentContainer.pull-right {
    float: right !important;
}

.resourceContainer.pull-left {
    float: right !important;
}

.resourceParentContainer.pull-left {
    float: right !important;
}

.resourceTitleInner {
    width: 100% !important;
    opacity: 1 !important;
    color: #111 !important;
    background-color: #FFF !important;
    font-size: 25px !important;
    font-weight: bold;
    padding-top: 10px !important;
    position: relative !important;
    line-height: 1.2em;
    text-align: center;
}

.divResourceImage {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    min-height: 40px;
}

.resourceImage {
    width: 100% !important;
    /*max-height: 270px !important;*/
    object-fit: cover;
    height: auto !important;
}

#SiteLogoContainer {
    text-align: right !important;
}

.box-info {
    color: #101b20;
    background-color: #fff !important;
    border: solid 1px #9e9e9e !important;
    border-radius: 3px;
}

@media (max-width:1000px) {
    #selectedResourceItemImage {
        max-height: none !important;
    }
}

@media (max-width: 768px) {
    .resourceContainer {
        width: 100% !important;
        margin-bottom: auto !important;
    }

    .divResourceImage {
        height: none !important;
        max-height: none !important
    }

    #selectedRGParentItemImage {
        height: auto !important;
        width: 100% !important;
        max-height: none !important;
        max-width: none !important;
    }

    .resourceParentContainer {
        width: 100% !important;
    }

    .rowMarg {
        margin-right: auto;
        margin-left: auto;
    }

    #dResourcesTitle {
        margin-right: -15px !important;
    }

    #dServiceTitle > .sectionTitleLarge {
        margin-right: 15px;
    }

    #selectedResourceItemImage {
        max-height: none !important;
    }

    #selectedResourceItemTitle, #selectedResourceItemTitle1 {
        text-align: center;
    }
    
    .resourceTitleInner {
        width: 100% !important;
    }
    /*//*/ .timeSlots .timeSlotsTitle {
        text-align: center !important;
    }

    #resourceSelectionMain #selectedRGParentItem, #resourceSelectionMain #selectedresourceItem #selectedresourceItem1 {
        margin-right: 15px;
        margin-left: 15px;
    }
}
