﻿body {
}


.ElementText {
    /*font-size: 1.18em;*/
}

/*
.text-content a {
    display: contents;
}*/
.textltr {
    direction: ltr;
}


.g-recaptcha {
    transform: scale(0.90);
    transform-origin: 0 0;
}


.btn-disable {
    cursor: not-allowed !important;
    pointer-events: none;
    /*Button disabled - CSS color class*/
    /*color: #c0c0c0;
    background-color: #ffffff;*/
    opacity: 0.6 !important;
}

.btn-disable-imNotARobot {
    cursor: not-allowed !important;
    pointer-events: none !important;
    /*Button disabled - CSS color class*/
    /*color: #c0c0c0 !important;*/
    /*background-color: #ffffff !important;*/
    opacity: 0.6 !important;
}


/* motti change at 2024-02-20*/
 /*.hideerrorlebel {
   display: none !important;
}
*/

.hideerrorlebel {
    visibility: hidden !important;
}
/*--------------------*/




.comments {
    width: 100% !important;
    height: auto !important;
}

textarea.error {
    border-color: red !important;
    border: 1px solid #888;
}

.googlepiechart {
    width: 100%;
    min-height: 550px;
}

.bullet {
    content: "";
    width: 6px !important;
    height: 6px !important;
    background: #0f7c79 !important;
    position: absolute !important;
    top: 7px !important;
    right: -17px !important;
    border-radius: 0 !important;
    display: inline-block !important;
}

.Icon20x20 {
    width: 20px;
    height: 20px;
}

.Icon24x24 {
    width: 24px;
    height: 24px;
}


.audioForTableCell {
    max-width: 250px !important;
    width: 100%;
    max-height: 20px;
}

/* ---------------------------------------------------------------- */
/* ---------------       Location Map       ----------------------- */
/* ---------------------------------------------------------------- */

div.MapIFrameContainer {
    /*border: thin solid #00FFFF;*/
    text-align: right;
    font-size: 14px;
    width: auto;
    height: 450px;
    margin-bottom: 20px;
}

iframe.MapguideObjectIFrame {
    width: 100%;
    height: 100%;
}

div.Template_Base_Frame {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
}


/*

ContDiv.section h2 a {
    color: rgb(56, 173, 140);
}


*/


.events .buttons .nav-waze a {
    background-image: url(/modiinwebsite/img/iconfinder_370_Waze_logo_4375158.svg) !important;
}

.events .buttons .nav-share a {
    background-image: url(/modiinwebsite/img/share_icon.svg) !important;
}

.events .buttons .nav-googlemap a {
    background-image: url(/modiinwebsite/img/iconfinder_logo_brand_brands_logos_maps_google_1907172.svg) !important;
}


.wanted .top-section .item.third ul li span.text a {
    color: #38ad8c;
    text-decoration: underline;
    font-weight: 700;
}


.wanted .top-section .item.third ul li span.text a {
    color: #38ad8c;
    text-decoration: underline;
    font-weight: 700;
}

.clickme h2 {
    font-size: 90% !important;
}



button.ButtonNotInForm {
    justify-content: center;
    border: 0px;
    float: none;
    margin: 0 0 0 20px;
    padding: 12px 3vw;
    max-width: 220px;
    width: 100%;
    letter-spacing: -.25px;
    font-size: 19px;
    font-weight: 400;
    cursor: pointer
}

.ModiinLoader {
    position: fixed;
    z-index: 999;
    height: 120px;
    width: 120px;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgb(249,249,249);*/
    background: url('/modiinwebsite/img/loader.gif') 50% 50% no-repeat;
}


/*
    Add At 2023-01-02
*/
.inputnewsletter {
    margin: 0 0 10px 0 !important;
}

.inputnewsletterror {
    margin: 0 0 10px 0 !important;
   color: red !important;
}


.ButtonsPad h2 {
    font-size: 2.4em !important;
    margin: 0 0 15px !important;
}

.serviceArticlePage {
    /*position: relative;
	z-index: 11;
	max-width: 890px;*/
    margin: 0vw auto 100px !important;
}

.left-sectionArticlePage {
    max-width: 890px !important;
}

.itemActiclePage {
    margin: 5px !important;
    width: 30% !important;
    /*margin:auto;*/
}

.itemHideFromScreenButAllowScreenReader {
    position: absolute;
    font-size: 0px;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

/*
    ------------------- privacy policy page -------------------
*/

#privacy-modal {
    display: none; /* ברירת מחדל: מוסתר */
    position: fixed;
    inset: 0; /* top/right/bottom/left: 0 */
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 2147483647; /* הכי גבוה שאפשר בפועל */
}

    #privacy-modal.is-open {
        display: flex;
    }

#privacy-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    margin: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

#privacy-button {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    background: #0078D7;
    color: #fff;
    transition: background-color .3s ease;
}

    #privacy-button:hover {
        background: #005fa3;
    }

/*
    ------------------- privacy policy page END -------------------
*/


