﻿:root {
    font-size: 18px;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(../bootstrap-icons-1.9.1/fonts/bootstrap-icons.woff) format('woff');
}

@font-face {
    font-family: 'OpenSansHebrew-Regular';
    src: url('../fonts/OpenSansHebrew-Regular.eot');
    src: url('../fonts/OpenSansHebrew-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    direction: rtl;
}

body * {
    font-family: OpenSansHebrew-Regular;
    line-height: 1.8;
    color: #3F3844;
    font-size: 1rem;
}

.form_logo {
    max-width: 60px;
    max-height: 30px;
}

.image-wrapper img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 300px;
}

.logo-hit {
    position: absolute;
}

.logo-hit img {
    width: 120px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    text-rendering: optimizeLegibility;
    /* Support for Safari and Chrome. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for Firefox. */
    font-feature-settings: 'liga';
    /* Support for IE. */
}

.scroll-to-bullets {
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
}

.scroll-to-bullets>a {
    display: block;
    border: 3px solid transparent;
    background-color: #E4EFE7;
    margin: 10px 15px;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    transition: all .3s;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.scroll-to-bullets>a:hover {
    background-color: #e8ded2;
}

.scroll-to-bullets a.selected {
    background-color: white;
    border: 3px solid #5eaaa8;
}

#arrow {
    position: fixed;
    left: 5%;
    bottom: 5%;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    border: 3px solid #056676;
    width: 50px;
    height: 50px;
    line-height: 1;
}

#arrow>span {
    font-size: 1.2rem;
    color: #056676;
}

.horizontal-scroll {
    overflow: hidden;
    overflow-x: auto;
    clear: both;
    width: 100%;
}

.horizontal-scroll table {
    width: 100%;
    min-width: 600px;
}

#container {
    width: 960px;
    margin: 0 auto;
}

.contentCollapseDiv {
    display: none;
    margin-bottom: 30px;
}

.tableDesign {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.tableDesign td,
.tableDesign th {
    border: 1px solid lightgray;
    padding: 8px;
}

.tableDesign:not(.tableDesignplane):not(.tableV) tr:nth-child(even) {
    background-color: #FAF1E6;
}

.tableDesignplane td,
.tableDesignplane th {
    text-align: center;
}

.tableV td:not(:first-child) {
    width: 15%;
}

.tableV td {
    text-align: center;
}

.expandCollapseBtn {
    width: 100%;
    cursor: pointer;
    background-color: #E4EFE7;
    color: black;
    border: none;
    padding: 12px;
    margin: 10px 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expandCollapseBtn:after {
    font-family: "Material Icons";
    content: "keyboard_arrow_down";
    font-size: 1.2rem;
    vertical-align: middle;
    float: left;
    transition: all 0.5s ease;
    line-height: 1.2;
}

.expandCollapseBtn.open:after {
    transform: rotate(180deg);
}

.expandCollapseBtn:hover {
    background-color: #c1d7c7;
}

.green {
    background-color: #59A14F;
}

.yellow {
    background-color: #EDC948;
}

.orange {
    background-color: #F28E2B;
}

.red {
    background-color: #E15759;
}

ol,
ul {
    list-style-position: inside;
}

.contentVisual .expandCollapseBtn {
    background-color: white;
    color: black;
    margin: 0;
    padding: 7px;
}

.contentVisual .expandCollapseBtn:last-child {
    border-bottom: 1px solid black;
}

.sectionStyle>.contentCollapseDiv {
    padding: 20px 5% 0 5%;
    margin: 0 auto 25px auto;
}

table,
ul,
ol,
p,
a {
    margin-bottom: 15px;
}

.ulTable a,
a {
    color: #064420;
}

.ulTable {
    list-style-type: none;
    padding: 0;
}

.ulTable img {
    vertical-align: middle;
}

header h3 {
    display: block !important;
    font-size: 1.2rem;
}
.enlargeimage{
    cursor: zoom-in;
}
.image-modal-body{
    display: flex;
    justify-content: center;
}
header h1 {
    font-size: 2rem;
    font-weight: 600;
    margin: 10px 0 0 0;
    line-height: 1.2;
}

.contentVisualFirst .expandCollapseBtn {
    border-top: 1px solid black;
    background-color: #FDFAF6;
}

h2,
h3,
h4 {
    display: block;
    vertical-align: middle;
}

h5 {
    margin-bottom: 10px;
}

.systemsTitle {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 1.4rem;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
}

table img {
    vertical-align: top;
    display: inline-block;
}

p>img {
    vertical-align: middle;
}

.contentCollapseDiv>table tr th:first-child,
.contentCollapseDiv>table tr td:first-child {
    width: 30%;
}

.contentVisual .contentCollapseDiv>table tr td:nth-child(2) {
    padding: 0 10px;
}

.contentVisual .contentCollapseDiv>table {
    background-color: white;
    border-bottom: 1px solid black;
}

.contentVisual .expandCollapseBtn:hover {
    background-color: #FAF1E6;
}

.contentVisual .contentCollapseDiv>table tr th {
    padding: 15px 0 10px 0;
}

.contentVisual .open {
    background-color: #FAF1E6;
}

tr td ul {
    list-style-type: none;
}

#replaceTable tr th:first-child,
#replaceTable tr td:first-child {
    width: 16%;
}

#replaceTable th,
#replaceTable td {
    width: 28%;
}

ul:not(.ulTable),
ol {
    margin-right: 15px;
}

.about-flex {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 25px;
}

#marginSection {
    margin-bottom: 30px;
}

#imgFirstP img {
    max-width: 400px;
}

#center {
    background: linear-gradient(rgba(246, 247, 248, 0), rgba(249, 250, 252, 0)),
        url(../Images/header.jpg);
    text-align: center;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    padding: 15px;
}

header {
    width: 100%;
    margin-bottom: 30px;
}

footer {
    text-align: center;
    background-color: #FDFAF6;
    margin-top: 30px;
    padding: 20px 15px;
}

footer h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.expandCollapseBtn h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

h3 {
    font-size: 1.1rem;
    font-weight: 700;
    position: relative;
}


h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}


.imgwrapper{
display: flex;
justify-content: center;
align-items: center;
margin: 2rem 0;
}
.imgwrapper img{
max-width: 80%;
}


@media only screen and (max-width: 959px) {
    #container {
        margin: 0;
        width: 95%;
        padding: 10px 15px;
    }

    .scroll-to-bullets {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    :root {
        font-size: 16px;
    }

    .logo-hit {
        position: relative;
        margin-bottom: 15px;
    }

    #center {
        background: linear-gradient(rgba(246, 247, 248, 0.7), rgba(249, 250, 252, 0.7)),
            url(../Images/header.jpg);
        text-align: center;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header h3 {
        display: block !important;
        font-size: 1.2rem;
    }

    header h1 {
        font-size: 2rem;
    }

    .expandCollapseBtn h2 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 600px) {
    .about-flex {
        flex-wrap: wrap;
    }

    .about-flex div:last-child {
        margin: 0 auto;
    }

    header h3 {
        display: block !important;
        font-size: 1.1rem;
    }

    header h1 {
        font-size: 1.8rem;
    }
}