﻿

@font-face {
    font-family: Assistant;
    src: url(/css/Assistant-VariableFont_wght.ttf);
}

body {
    direction: rtl;
    font-family: "Assistant";
    font-size: 18px;
    margin: 0;
}

* {
    font-family: "Assistant";
}

a {
    color: #1776B5;
}

    a:hover {
        text-decoration: underline;
    }

.header {
}

a {
    text-decoration: none;
    color: #1776B5;
}

    a.menora {
        float: right;
        margin-left: 5px;
    }

.masterlog {
    position: absolute;
    top: 0;
    left: 0;
}

a.edulink, a.edulink:visited {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
}

.userinfo {
    font-size: 20px;
    font-weight: 600;
}

    .userinfo * {
        display: inline-block;
        vertical-align: middle;
    }

.innerheader {
    max-width: 1400px;
    margin: 18px auto 0;
    position: relative;
}

.masterlog span, .masterlog a {
    display: inline-block;
    margin-left: 5px;
}

.header h1 {
    margin-top: 10px;
    font-size: 42px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}

    .header h1 a {
        text-decoration: none;
        color: #000000;
    }

.burger {
    display: none;
}

.mainnav {
    clear: both;
    padding-top: 10px;
    line-height: 40px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    display: flex;
    border-bottom: solid 3px #DEE0E4;
    justify-content: space-around;
}

.whiteBorderBox h2 {
    color: #123A5E;
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
    margin-top: 6px;
    margin-bottom: 12px;
}

.spancelltop.whiteBorderBox h2 {
    margin: 0;
}

.wbbig h2 {
    font-weight: 600;
    color: #123A5E;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

nav li.selected {
    border-bottom: solid 4px #1E63A1;
}

.mainnav a, .mainnav span {
    color: #1F486D;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    /* white-space: nowrap;*/
}

.mainnav > nav > ul > li {
    display: inline-block;
    margin: 0 28px;
    position: relative;
}

    .mainnav > nav > ul > li li:hover {
        background-color: #DCEAF4;
    }

    .mainnav > nav > ul > li li.thirdmenuitem:hover {
        background-color: #DCEAF4;
    }

    .mainnav > nav > ul > li li {
        /*margin-bottom: 10px;*/
        padding: 5px 0 5px 20px;
    }

nav .topmainmenuitem > div, nav .topmainmenuitem > div div div {
    position: absolute;
    display: none;
    right: 0;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 30px;
    z-index: 10;
    background-color: #ffffff;
}

    nav .topmainmenuitem > div div div {
        position: absolute;
        right: 100%;
        top: 0;
        background-color: #ffffff;
        width: 400px;
    }

        nav .topmainmenuitem > div div div a {
            white-space: normal;
        }

nav .topmainmenuitem > div {
    width: 400px;
}

div.outershadow div.whiteBox {
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

nav .topmainmenuitem div.outershadow {
    padding-top: 20px;
    background: none;
}

nav .topmainmenuitem div a, nav .topmainmenuitem div span {
    font-size: 20px;
    margin: 0 10px;
    display: inline-block;
    line-height: 24px;
}

nav .topmainmenuitem:hover > div {
    display: block;
}

.thirdmenuitem {
    position: relative;
    background: url(/img/arrow-left-small.png) no-repeat 20px center;
}

nav .thirdmenuitem:hover div {
    display: block;
}

div.hoverable {
    display: inline-block;
    position: relative;
}

.mainnav li div.hoverable:hover div {
    display: block;
}

.mainnav button {
    color: #1F486D;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.mainnav li.selected > a {
    font-weight: bold;
}

.mainnav ul, .nav li {
    padding: 0;
    margin: 0;
}

    .mainnav ul ul {
        padding-top: 10px;
    }

        .mainnav ul ul li {
            padding-right: 10px;
        }

.mainnav > nav > ul > li:last-child {
    margin-left: 0;
}

.mainnav li {
    list-style-type: none;
}

.masterBody {
    padding: 30px 0;
    background-color: #F2F4F6;
}

.masterFooter {
    clear: both;
    padding: 60px 40px 40px 40px;
    background-color: #123A5E;
}

.footerView {
    max-width: 1400px;
    margin: 0 auto;
    overflow: auto;
    display: grid;
    grid-template-columns: 280px 280px 280px 280px 280px;
    row-gap: 40px;
}

.footerItem {
}

    .footerItem ul {
        padding: 0;
        margin: 0;
    }

    .footerItem li {
        list-style-type: none;
        margin-bottom: 5px;
    }

    .footerItem h3 {
        margin: 0 0 10px 0;
        color: #ffffff;
        font-weight: 600;
        font-size: 20px;
    }

    .footerItem .hr {
        width: 40px;
        margin-bottom: 10px;
        border-bottom: solid 3px #1776B5;
    }

    .footerItem a {
        color: #ffffff;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
    }

input[type="text"], select {
    font-size: 16px;
}

select {
    border: solid 1px #D1DAE2;
    border-radius: 3px;
}

.searchrow span {
    display: inline-block;
    flex: 1;
    width: 24%;
    max-width: 262px;
}
.searchrow span:empty {
    display: none; 
}

.searchrow3 span {
    display: inline-block;
    width: 32%;
}

.searchrow span.searchcell2 {
    width: 48%;
}

    .searchrow span.searchcell2 span {
        width: auto;
    }

.searchrow.narrow span {
    width: 23%;
}

.searchrow label, .searchrow .searchcell2 input, .searchrow .searchcell2 select {
    display: inline-block;
    max-width: 150px;
}

.searchrow3 label, .searchrow3 .searchcell2 input, .searchrow3 .searchcell2 select {
    display: inline-block;
    max-width: none;
}

.linkbutton {
    text-decoration: underline;
    background: none;
    border: 0;
    color: #1776B5;
    margin: 0 0 20px 0;
    padding: 0 0 5px 5px;
    font-size: 16px;
}

.nowrap {
    white-space: nowrap;
}

.divrelative {
    position: relative;
}

.opc {
    opacity: .5;
}

.absloader {
    position: absolute;
    text-align: center;
}

.access img {
    vertical-align: middle;
}

.cloakMasterMain {
    width: 100%;
    position: absolute;
    display: none;
    z-index: 1000;
}

    .cloakMasterMain .cloak {
        background-color: #ffffff;
        opacity: .6;
        z-index: 2;
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .cloakMasterMain .dialog {
        z-index: 3;
        position: absolute;
        border: solid 1px gray;
        font-size: 20px;
        font-weight: 600;
        padding: 20px;
        background-color: #ffffff;
        text-align: center;
        width: 506px;
        height: 350px;
        border-radius: 5px;
        background: url(/img/succeessDownload.png) no-repeat center 90px white;
    }

        .cloakMasterMain .dialog .header-text {
            position: relative;
            display: inline-block;
            margin-bottom: 10px;
            color: #0D3A64;
        }

            .cloakMasterMain .dialog .header-text::after {
                content: '';
                display: block;
                position: absolute;
                left: -39%;
                bottom: -10px;
                width: 100%;
                height: 2px;
                background-color: #00000029;
            }

            .cloakMasterMain .dialog .header-text span {
                position: absolute;
                top: -30px; /* Adjust as needed to position the text above the line */
                right: 0;
            }

        .cloakMasterMain .dialog div {
            margin-bottom: 20px;
        }

        .cloakMasterMain .dialog img {
            position: absolute;
            top: 80px;
            bottom: 212px;
            left: 50%;
            transform: translateX(-50%);
        }
        /*---------the excel download-----------*/
        .cloakMasterMain .dialog .message {
            position: absolute;
            bottom: 20%;
            width: 100%;
            right: -2%;
        }

        .cloakMasterMain .dialog h3 {
            position: absolute;
            top: 38%;
            right: -10%;
            transform: translate(-50%, -50%);
            margin-top: 100px;
            /* font-size: large; */
            color: #033562;
        }

        .cloakMasterMain .dialog span {
            position: absolute;
            top: -60px;
            left: 90%;
            transform: translate(-50%, -50%);
            margin-top: 15px;
            font-size: 26px;
            bottom: 40px;
            width: 100%;
        }

#dialogProgressPoint {
    border: solid 1px #123A5E;
    border-radius: 5px;
    width: 100%;
    background-color: white;
    height: 20px;
}

#dialogProgressBar {
    width: 1%;
    height: 20px;
    background-color: #123A5E;
    line-height: 20px;
    font-size: 16px;
    color: white;
}

.cloakMasterMain .close {
    float: left
}

    .cloakMasterMain .close button {
        background: none;
        border: none;
        font-size: 31px;
        top: -20px;
    }

#tomechbutton {
    background: none;
}

.linksFooter {
    background-color: #0A2136;
    color: #FFFFFF;
    padding: 0 40px;
}

    .linksFooter .linksContainer {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 4px 0;
    }

    .linksFooter a {
        color: inherit;
    }

    .linksFooter .linksContainer .footerLinks {
        margin: auto 0;
        line-height: 1;
    }

        .linksFooter .linksContainer .footerLinks > * {
            vertical-align: middle;
            margin: auto 0;
            font-size: 16px;
        }

            .linksFooter .linksContainer .footerLinks > *:not(:first-child)::before {
                content: "|";
                margin: 0 5px;
            }

    .linksFooter .linksContainer .socialIcons {
        list-style: none;
        display: flex;
    }

        .linksFooter .linksContainer .socialIcons li:not(:last-child) {
            margin-inline-end: 18px;
        }

.contains-tooltip {
    position: relative;
}
.contains-tooltip-row {
    position: relative;
}

    .contains-tooltip > span {
        display: inline-block;
        max-width: 6REM;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.contains-tooltip .tooltip,
.contains-tooltip-row .tooltip {
    display: none;
    position: absolute;
    bottom: 10%;
    top: -25%;
    left: 30%;
    transform: translateX(-50%);
    border: 1px solid #123A5E;
    background-color: white;
    width: max-content;
    max-width: 250px;
    padding: 7px 8px;
    font-size: 14px;
    border-radius: 5px;
    z-index: 100;
    height: max-content;
}
.contains-tooltip-row > span {
    display: -webkit-box;
    max-width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    -webkit-line-clamp: 2; /* מספר שורות */
    -webkit-box-orient: vertical;
}
.contains-tooltip .tooltip:before,
.contains-tooltip-row .tooltip:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #123A5E;
    border-bottom: 5px solid transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}


.contains-tooltip .tooltip:after,
.contains-tooltip-row .tooltip:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    border-bottom: 5px solid transparent;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}


        .contains-tooltip .tooltip.tooltipLeft {
            left: 0;
            right: 0;
            transform:none;
        }

        .contains-tooltip .tooltip.tooltipLeft:before {
            content: "";
            width: 0px;
            height: 0px;
            position: absolute;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #123A5E;
            border-bottom: 5px solid transparent;
            bottom: -10px;
            left: 80%;
            transform: translateX(-50%);
        }

            .contains-tooltip .tooltip.tooltipLeft:after {
                content: "";
                width: 0px;
                height: 0px;
                position: absolute;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid white;
                border-bottom: 5px solid transparent;
                bottom: -9px;
                left: 80%;
                transform: translateX(-50%);
            }
     

.contains-tooltip .tooltip span {
    display: block;
    max-width: 250px;
}
.contains-tooltip:hover .tooltip,
.contains-tooltip-row:hover .tooltip {
    display: block;
}
.contains-tooltip-row .tooltip span {
    display: block;
    max-width: 250px;
}

      
   
/*teh*/
.tooltip:empty {
    visibility: hidden;
    display: none;
}

@media only screen and (min-width: 769px) {
    .mobile-only {
        display: none;
    }
}

.hide {
    display: none;
}

.flex-items {
    display: flex;
}
