@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);

/*accessibility toolbar*/
/******************************tooltip*************************************/
/*riki*/
#menuAceessible {
    background-image: url(https://accessible.org.il/wp-content/themes/wipi-child/accessibility/img/BackgroundImg.png) !important;
    background-size: 333px !important;
}

.helpy {
    position: relative;
    block-size: 38px;
    right: 122px;
    top: 7px !important;
}

div#menuAccessibility {
    top: 90px;
    border: 2px solid #EAECE4;
    z-index: 99999999999999;
    position: fixed;
    width: 322px !important;
    height: 510px !important;
    background: #EAECE4;
    left: -500px;
}

#VAopenMenu {
    background: url(../images/icon-01.png) no-repeat;
    /* background-color: white !important; */
    position: fixed;
    /* outline: 2px solid #fff; */
    z-index: 100000000;
    width: 60px;
    height: 50px;
    left: 0px;
    border-radius: 25px;
    bottom: 15% !important;
    background-size: 58px 48px;
    cursor: pointer;
    /* border: 3px solid #008eb5; */
    bottom: 15% !important;
    background-position-y: 1px;
}

/* Rounded sliders */
#menuAccessibility .switch {
    position: relative !important;
    display: inline-block !important;
    width: 16px;
    height: 13px;
    top: 17px !important;
    margin: -12px 35px 20px 37px;
}

#menuAccessibility .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#menuAccessibility .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -14px;
    right: 5px;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#menuAccessibility .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 1px;
    bottom: 3px;
    background-color: #6400DB;
    -webkit-transition: .4s;
    transition: .4s;
}

#menuAccessibility input:focus+.slider {
    box-shadow: 0 0 1px #666;
}

#menuAccessibility input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}


#menuAccessibility .slider.round {
    border-radius: 34px;
}

#menuAccessibility .slider.round:before {
    border-radius: 50%;
    top: 1px;
    /*border: 4px solid #808080;*/
}


.switch {
    position: relative !important;
    display: inline-block !important;
    width: 30px;
    height: 36px;
    top: 4px !important;
    margin: -12px 35px 20px 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -8px;
    right: -8px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2C96D0;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2C96D0;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    /* border: 5px solid #808080;*/
}

input:checked+.slider:before {
    /* border: 5px solid #08ACDE;*/
    background: #FDB048 !important;
}


.ProfilAcc {
    display: inline-block;
    float: left;
    width: 110px;
    color: #6400DB !important;
    cursor: pointer;
}

img.imgBac {
    /* background-color: #fff;*/
    /* border: 1px solid #000; */
    /* border-radius: 50%;*/
    width: 30px !important;
    height: 30px !important;
}

/*end riki*/

div#menuAccessibility {
    left: -500px;
    top: 21px;
    /* border: 1px #000 solid;*/
}

div#menuAccessibility *,
div#menuAccessibility {
    display: block;
    top: 21px;
}

#menuAceessible {
    display: block;
    border: 1px solid #EAECE4;
    background: #fff;
    width: 335px;
    height: 440px;
}

#VAcloseMenu img {
    background: no-repeat 50% !important;
    position: absolute !important;
    border: 0px !important;
    z-index: 1001 !important;
    width: 29px !important;
    height: 30px !important;
    margin-top: 10px !important;
    right: 9px !important;
    cursor: pointer;
    top: 0px !important;
}

h3#H3Acce {
    text-align: center;
    font-size: inherit;
    font-weight: bold;
}


img#imgAcc {
    /* display: contents; */

    width: 160px;
    margin: 15px 95px;
    background-size: 35px 30px;
}

.clear {
    clear: both;
    line-height: 1px;
}

#iconTop {
    height: 4em !important;
}

#iconTop2 {
    height: 5em !important;
    /* margin: -12px 3px 3px 30px !important;*/
}

.VAhalfBtn {
    display: flex !important;
    flex-direction: column;
    height: 7em;
}

.VA-readable-btn,
.VA-links-btn {
    display: flex !important;
    flex-direction: column;
}

#iconTop3 {
    height: 5em !important;
}

#iconTop4 {
    height: 2.5em !important;
    /* margin: -5px 16px 5px 5px !important;*/
}

div#iconTop4 {
    padding-top: 10px;
}

#menuAceessible,
#menuAceessible * {
    /*-webkit-box-sizing: content-box!important;*/
    display: block;
    top: 21px;
}

.hrAcc {
    margin: 10px;
    border-top: 1px solid #7E50D5;
    opacity: 1;
    position: relative;
    height: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 15em;
}

.ProfilAcc:hover,
.ProfilAcc:focus {
    background-color: gainsboro;
}

.VAhalfBtn.ProfilAcc:hover,
.VAhalfBtn.ProfilAcc:focus {
    height: 135% !important;
}

.ProfilAcc img {
    display: block;
    margin: auto;
    border-style: none;
    height: 50px;
    width: 50px;
    filter: brightness(0.75);
}

.pAcc {
    text-align: center;
    font-size: 11px;

}

.pAcc1 {
    text-align: center;
    font-size: 10px;
}

div#VAcloseMenu {
    float: left !important;
    left: 300px !important;
}

#iconTop {
    height: 10em;
}


#iconTop,
div#iconTop3 {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}

#iconTop2 .VAhalfBtn.VAhalfBtnFirst {
    margin: 0px 50px 5px 5px;
}

#iconTop2 .VAhalfBtn.VAhalfBtnsec {
    margin: 0px 53px 5px -46px;
}

#iconTop2 {
    padding-top: 10px;
}

.VA-links-btn img {
    height: auto !important;
}

img.imgSize {
    width: 30px !important;
    height: 30px !important;
}

.VAhalfBtn img {
    float: right;
    /*margin-top: 2px;*/
}

.logoAcc {
    height: 25px;
    display: initial !important;
}

#VAopenMenu:focus {
    outline: 3px dashed midnightblue !important;
}

.VA-links-btn a {
    border: 1px solid midnightblue !important;
}


.VA-links-btn img {
    height: 34px;
    filter: contrast(1.5);
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    -ms-filter: contrast(1.5);
}

.VA-hide {
    display: none !important;
}

body.VA_FlashBlocker {
    transition: none !important;
    animation: none !important;
}

div#AcessibleSite {
    background: url(../accessibility/images/nagish.png) no-repeat;
    width: 50px;
    height: 35px;
    margin-left: 10px;
    background-size: 35px;
    float: none;
    display: inline-block;
}

#AcessibleSite a {
    opacity: 0;
    float: right;
}

#menuAccessibility .grayLine a,
body.VA-bright #menuAccessibility .grayLine a {
    direction: ltr;
    color: #000 !important;
    font-size: 20px;
}

.AccssesibleSubMenu {
    display: block !important;
}

.AccssesibleSubMenu>div>div {
    margin-left: 0px !important;
}

#skipLinksNavigation ul {
    list-style: none;
    margin: 0px;
}

#skipLinksNavigation ul li {
    list-style: none;
}

div#menuAccessibility,
div#menuAccessibility * {
    /* box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;*/
    display: block;
    /*left: 0px;*/
    top: 21px;
}

a.VAaccess {
    position: absolute;
    top: -100px;
    right: 50px;
    color: #ffffff !important;
    background-color: black;
    z-index: 99999999;
    border-radius: 5px;
    padding: 5px;
}

/***/
.VA-SReader a.VAaccess:focus,
.VA_keyboardNav a.VAaccess:focus,
a.skipLink.VAaccess:focus {
    top: 20px !important;
    outline: none !important;
}

.VA-SReader [type='checkbox'],
.VA_keyboardNav [type='checkbox'] {
    position: absolute;
    opacity: 1 !important;
    height: 20px !important;
    width: 20px !important;
    border: 1px solid black !important;
    right: 0px;
}

.VA-SReader .switch [type='checkbox'],
.VA_keyboardNav .switch [type='checkbox'] {
    opacity: 0 !important;
}

:focus {
    outline: none !important;
}

.VA_keyboardNav :focus,
.VA-SReader :focus {
    outline: 3px dashed midnightblue !important;
}

.VA_keyboardNav.VA-dark :focus,
.VA-SReader.VA-dark :focus {
    outline: 3px dashed white !important;
}

.VAhidden {
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/********** dark mode ***********/

body.VA-dark,
body.VA-dark *:not(.VA):not(#VAopenMenu):not(.VAaccess):not(img):not(#SITE_CONTAINER):not(#SITE_CONTAINER *) {
    background-color: #000 !important;
    color: #fff !important;
}

html:not(#VAaccessibility) body.VA-dark:not(#VAaccessibility) a:not(.VA):hover {
    background-color: lemonchiffon !important;
    color: #000 !important;
}

body.VA-dark a {
    color: #ffee00 !important;
}

body.VA-dark .slider.round {
    border: 1px solid;
}

.VA-dark #menuAceessible {
    background: black !important;
}

.VA-dark #menuAceessible span,
.VA-dark #menuAceessible h3 {
    color: white !important;
    background: black !important;
}

.VA-dark #VAcloseMenu {
    filter: invert(1) !important;
}

body.VA-dark .VA-bright-btn img,
body.VA-dark .VA-grayscale-btn img,
body.VA-dark .VA-dark-btn img {
    background-color: white !important;
}

.VA-dark h1,
.VA-dark h2,
.VA-dark h3,
.VA-dark h4 {
    color: gold;
    text-decoration: underline;
}

.VA-dark ::placeholder {
    color: white !important;
}

.VA-dark ::-webkit-input-placeholder {
    /* Edge */
    color: white !important;
}

.VA-dark :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
}

.VA-dark #VAopenMenu {
    background-color: white !important;
}

.VA-dark.VA_keyboardNav :focus {
    outline: 3px dashed gold !important;
    background-color: lemonchiffon !important;
    color: #000 !important;
}

.VA-dark img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
}

body.VA-dark .fl-row-content-wrap {
    background-image: none !important;
}

.VA-dark .accesToolbar .VAhalfBtn,
.VA-dark .accesToolbar {
    background: black;
}


.VA-dark #menuAccessibility,
.VA-dark #menuAccessibility a,
body.VA-dark #menuAccessibility .grayLine a {
    color: #fff !important;
    outline: none !important;
}

.VA-dark input,
.VA-dark textarea {
    background-color: #000 !important;
    color: #fff !important;
}

.VA-dark ::-webkit-input-placeholder {
    color: #fff;
}

.VA-dark :-moz-input-placeholder {
    color: #fff;
}

.VA-dark ::-moz-input-placeholder {
    color: #fff;
}

.VA-dark :-ms-input-placeholder {
    color: #fff;
}

.VA-dark a font[color] {
    color: #ffee00 !important;
}

.VA-dark a:hover font[color] {
    color: #000;
}

.VA-dark :focus span {
    color: #000 !important;
}

.VA-dark a:hover,
.VA-dark a:focus,
.VA-dark a:hover span,
.VA-dark a:focus span {
    background: lemonchiffon !important;
    color: black !important;
}

.VA-dark select,
.VA-dark input,
.VA-dark textarea {
    border: 1px solid !important;
}

/********** bright mode ***********/

html:not(#VAaccessibility) body.VA-bright:not(#VAaccessibility) a:not(.VA):hover {
    background-color: lemonchiffon !important;
    color: #000 !important;
}

body.VA-bright a {
    color: midnightblue !important;
}

.VA-bright a.VAaccess {
    color: #fff !important;
}

body.VA-bright #menuAccessibility a {
    outline: none;
    background: none !important;
}

.VA-bright #VAopenMenu {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}

.VA-brigt #menuAceessible span {
    color: black !important;
}

.VA-bright ::placeholder {
    color: black !important;
}

.VA-bright :-ms-input-placeholder {
    color: black;
}

.VA-bright ::-webkit-input-placeholder {
    /* Edge */
    color: black !important;
}

.VA-bright :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black !important;
}

.VA-bright .pAcc1 {
    color: black !important;
}

.VA-bright.VA-bright h1,
.VA-bright h2,
.VA-bright h3,
.VA-bright h4,
.VA-bright h5 {
    color: midnightblue !important;
    text-decoration: underline;
}

.VA-bright p {
    color: black;
}

.VA-bright.VA_keyboardNav :focus {
    outline: 3px dashed white !important;
}

.VA-bright img {
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    -ms-filter: contrast(1.5);
    filter: contrast(1.5);
}

.VA-bright ::-webkit-input-placeholder {
    color: black;
}

.VA-bright :-moz-input-placeholder {
    color: black;
}

.VA-bright ::-moz-input-placeholder {
    color: black;
}

.VA-bright input {
    color: #000 !important;
}

.VA-bright a:hover,
.VA-bright a:focus .VA-bright a:hover span,
.VA-bright a:focus span {
    background: lemonchiffon !important;
    color: black !important;
}

.VA-bright select,
.VA-bright input .VA-bright textarea {
    border: 1px solid !important;
}

/********* grayscale mode ************/
body.bg.VA-grayscale {
    background: none;
    background-color: white !important;
}

body.VA-grayscale .page,
body.VA-grayscale #menuAccessibility,
body.VA-grayscale #VAopenMenu {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

body.VA-grayscale #VA_toolbar li button.VA-grayscale {
    background-color: #3d3d3d;
}

/********* readable-font mode ************/
body.VA-readable-font * {
    font-family: "Arial", sans-serif !important;
}

/********* links mode ************/
.VA-links a {
    border: 1px solid midnightblue !important;
}


@media (min-width:1024px) {}

@media only screen and (max-width: 767.98px) {}