@import url("scripts/normalize.min.css");
@import url("__font_assistant/fonts.css");
@import url("__font_icons/style.css");
@import url("scripts/swiper-bundle.min.css");
@import url("scripts/jquery.mCustomScrollbar.min.css");
@import url("header.css");

HTML {
    font-size: 100%; /* IE hack */
}

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

* {
    box-sizing: border-box;
}

    *[aria-hidden="true"] {
        display: none;
    }

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

    *:focus {
        outline: 1px dashed #1b72e4;
        outline-offset: 1px;
    }

    *:active:focus {
        outline: 1px dashed #1b72e4;
        outline-offset: 1px;
    }

BODY {
    direction: rtl;
    font-weight: 400;
    font-family: 'Assistant', Arial, Helvetica, sans-serif;
    background-color: #f1f2f6;
    color: #2b2d3a;
}

.centeredContent {
    padding: 0px 66px;
}

IMG {
    border: 0px;
}

button {
    cursor: pointer;
}

input, select, textarea {
    font-family: 'Assistant', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #2b2d3a;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.comboHolder {
    position: relative;
    display: block;
}

    .comboHolder select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
    }

        .comboHolder select::-ms-expand {
            display: none;
        }

h1, h2, h3, h4, h5, strong, B {
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #2b2d3a;
}

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0;
    display: block;
    width: 100%;
}

legend {
    position: static;
    text-align: right;
    width: 100%;
    display: block;
}

i[role="img"][aria-hidden="true"] {
    display: inline;
}

/* -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- */
a.skip-main {
    font: 400 12px arial;
    color: #1b72e4;
    background-color: white;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 0px;
    padding: 2px 4px;
    opacity: 0;
}

    a.skip-main:focus, a.skip-main:active {
        opacity: 1;
        z-index: 999;
    }

.tzurLogo {
    padding: 90px 0px 15px;
    text-align: center;
}

    .tzurLogo a {
        display: inline-block;
        font-size: 14px;
        text-decoration: none;
    }

    .tzurLogo img {
        width: 50px;
    }

.popup_trapFocus {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

@media screen and (max-width: 1280px) {
    .centeredContent {
        padding: 0px 40px;
    }
}

@media screen and (max-width: 767px) {
    .centeredContent {
        padding: 0px 18px;
    }

    .tzurLogo {
        padding: 40px 0px 15px;
    }
}

/* right click menu */
.generalContextMenu {
    position: absolute;
    background-color: white;
    border-radius: 6px;
    padding: 0px 15px 0px;
    box-shadow: 0px 0px 10px rgba(17, 18, 19, 0.24);
    z-index: 4;
}

    .generalContextMenu li {
        border-top: 1px solid #f1f2f6;
    }

        .generalContextMenu li:nth-child(1) {
            border-top: 0;
        }

        .generalContextMenu li a {
            display: flex;
            align-items: center;
            height: 46px;
            text-decoration: none !important;
        }

            .generalContextMenu li a span {
                padding-right: 6px;
                white-space: nowrap;
            }

            .generalContextMenu li a:hover span {
                text-decoration: underline;
            }

    .generalContextMenu.anchored {
        margin-top: 10px;
    }

        .generalContextMenu.anchored:before {
            content: '';
            position: absolute;
            left: 14px;
            bottom: 100%;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom-color: white;
        }

/* dockOpen */
.dockOpen {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%;
}

    .dockOpen body {
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
    }

/* Adde By Yoni */
.General1 a:hover {
    text-decoration: underline;
}

:root {
    --general: #2b2d3a;
    --bgGrey: #f1f2f6;
    --grey: #CECFD0;
    --grey2: #e4e5e6;
    --grey3: #f1f2f6;
    --greyMenu: #FAFBFF;
    --blueMenu: #d1eaff;
    --blueRO: #A3D6FF;
    --green: #00C337;
    --graphBlue: #1b72e4;
    --pink: #C94092;
    --orange: #e9741f;
}

.nativeScrollingCustomized::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #F4F5F8;
}

.nativeScrollingCustomized::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F4F5F8;
}

.nativeScrollingCustomized::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #409EA7;
}