﻿/* v=15 */
#dateTodayForMobile {
    margin-top: 24px;
    background-color: #ddd;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    color: #FF8F32;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2.3% 0;
    width: 100%;
}

    #dateTodayForMobile h5 {
        margin: 0;
        font-size: 1.2rem; /*font-size: 1.2em;*/
    }

.buttonsList {
    background-repeat: no-repeat;
    position: absolute;
    width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

.he .buttonsList {
    left: 0%;
}

.en .buttonsList {
    right: 0%;
}

.buttonsList [Type=input] {
    display: block;
    width: 100%;
    background-color: #f5f5f0;
    color: gray;
    border: none;
    /*height: 2rem;*/
    font-size: 12px;
    padding-right: 0.8rem;
}

.he .buttonsList [Type=input] {
    text-align: right;
}

.en .buttonsList [Type=input] {
    text-align: left;
}

.heText {
    display: block;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}

.buttonsList input[type=submit] {
    display: block;
    width: 100%;
    background-color: #FE8502;
    color: #fff;
    border: none;
    font-size: 12px;
}

.he .buttonsList input[type=submit] {
    text-align: right;
    padding-right: 0.8rem;
}

.en .buttonsList input[type=submit] {
    text-align: left;
    padding-left: 0.8rem;
}

.buttonsList input[type=submit]:hover {
    background-color: #CB6A02;
}

.redPanel {
    height: 50px;
    background-repeat: no-repeat;
    background-position-x: 8px;
}

.cookies_message {
    font-size: 13px;
}

.he .cookies_message {
    float: right;
}

.en .cookies_message {
    float: left;
}

@media screen and (max-width : 980px) {
    .close_cookies_message {
        width: 100%;
        color: white;
    }

    #UseCookies {
        height: 25%;
    }

    .cookiesMessage {
        text-align: center;
        font-size: 12px;
        width: 100%;
    }

    .cookiesButtons {
        margin-top: 10px;
        width: 100%;
        height: 45%;
        text-align: center
    }

    .closeCookies {
        width: 80vw;
    }

    .cookiesLink {
        margin: 20px;
        width: 100vw;
    }
}

.cookies_link {
    color: gray;
    cursor: pointer;
    text-decoration: underline;
}

#UseCookies {
    background-color: #2a3137;
    position: fixed;
    animation: animateCookie 3s;
    width: 100vw;
    right: 0;
    bottom: 0px;
}

.cookiesMessage {
    color: white;
    margin-top: 20px;
    font-size: 14px;
}

.cookiesLink {
    color: white;
    font-size: 14px;
}

.closeCookies {
    height: 30px;
    background-color: rgb(0, 114, 207);
    border-color: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
}

@keyframes animateCookie {
    0% {
        bottom: -50px;
    }

    100% {
        bottom: 0px;
    }
}

@media screen and (min-width : 981px) {
    .close_cookies_message {
        width: 95px;
        color: #a9aab0;
    }

    #UseCookies {
        height: 8%;
    }

    .he .close_cookies_message {
        margin-right: 5%;
    }

    .en .close_cookies_message {
        margin-left: 2.7%;
    }

    .he .cookiesMessage {
        float: right;
    }

    .en .cookiesMessage {
        float: left;
        margin-left: 30px;
    }

    .he .cookiesButtons {
        float: right;
    }

    .en .cookiesButtons {
        float: left;
    }

    .cookiesMessage {
        margin-top: 20px;
        margin-right: 20px;
        font-size: 18px;
        width: 75%;
    }

    .cookiesButtons {
        margin-top: 15px;
        width: 20%;
        margin-right: 10px;
        text-align: center
    }
}

@keyframes blink {
    to {
        background-color: coral;
    }
}

@-webkit-keyframes blink {
    to {
        background-color: coral;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.closeiconside {
    border: none;
    height:1.5rem;
}

.he .closeiconside {
    float: left
}

.en .closeiconside {
    float: right
}

.he .iconside {
    float: right
}

.en .iconside {
    float: left
}

@media print {
    #UseCookies {
        display: none;
    }
}

@font-face {
    font-family: 'open_sans_hebrew_condensedXBd';
    src: url('../fonts/opensanshebrewcondensed-extrabold-webfont.eot');
    src: url('../fonts/opensanshebrewcondensed-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanshebrewcondensed-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensanshebrewcondensed-extrabold-webfont.woff') format('woff');
}

/* ==================== GLOBAL STYLES ==================== */
/*html { direction: rtl; }
*/
.en {
    direction: ltr;
}

.he {
    direction: rtl;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    color: #333;
}

h1, h2, h3, h4 {
    font-family: 'open_sans_hebrew_condensedXBd',Arial;
}

h1, h2, h3, h4, p, a, div, img, table, tr, th, td, form, span, input {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

img, embed {
    border: none;
}

.hidden {
    display: none;
}

#navigationPanel {
    background-color: #f1f1f1;
}

p#btnMyProfileP {
    margin-top: 0.5em;
}

.clearFix {
    height: 0px;
    visibility: hidden;
    clear: both;
}

.ellipsis input {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*note: ellipsis seen only when no focus */
#statusPanel #btnExit, #buttonsPanel_LoazHeb div#m09Button {
    display: none;
}

.bold {
    font-weight: bold;
}

div.editable {
    color: blue;
    display: inline-block;
}

.bigmarginButtom {
    margin-top: 15rem;
}

#PlaceSelect, .timesSystem {
    margin: 8px 0;
}

#content_inputNumber_labelDiv {
    width: 100%;
}

.textOver {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grayText {
    color: #999 !important;
}

.load {
    background-image: url('../images/Loading_icon.gif');
    background-repeat: no-repeat;
    width: 410px;
    height: 450px;
    background-position: center;
    position: fixed;
    left: 35%;
    top: 20%;
    margin: auto;
    z-index: 45;
    border: 1px solid #e1e1e1;
    background-color: white;
}

.animation {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/Loading_icon.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    opacity: 0.94;
}

.sendRemainder label {
    width: 30% !important;
}

#sendRemainderSpan {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.smallerLoad {
    height: 260px;
}

.he .rightText {
    text-align: right;
}

.en .rightText {
    text-align: left;
}

.show {
    display: none;
}

.bigWidth {
    width: 95% !important;
    top: 0px !important;
    height: 100%;
    z-index: 70;
    border: 1px solid;
}

    .bigWidth .label {
        width: 100%;
    }

    .bigWidth span {
        font-size: 0.65em;
    }

.marginToButtom {
    margin-top: 2rem;
}

#eventFormPhoneInput, #eventFormChekNumberSent {
    height: 2rem;
}



@media screen {
    .forPrintOnly {
        display: none;
    }
}
/*div span.formCaption { background-color: orange; font-size: 1em; text-align: center; }*/

@media screen and (min-width : 981px) {
    html {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    body {
        font-size: 12px;
    }

    h1, h2, h3, h4 {
        font-size: 24px;
        line-height: 1.1em;
    }

        h2.koteretMishne {
            text-align: center;
            font-size: 22px;
            color: #0072C6;
            background-color: #e1e1e1;
            padding: 4px;
        }

    ul, li {
        margin: 0px;
        padding: 0px;
    }

    .btn {
        width: 36px;
    }

    a {
        text-decoration: none;
        color: #333;
        outline: none
    }

    .shidden {
        display: none;
    }

    .buttonSelected {
        text-decoration: underline;
        background-color: #fafafc !important;
        box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
        border: 1px solid rgba(0,0,0,.12) !important;
    }

    .buttonUnSelected:hover {
        text-decoration: underline;
    }

    .link {
        cursor: pointer;
        color: blue;
    }

        .link:hover {
            text-decoration: underline;
        }

    .underline {
        text-decoration: underline;
    }
}

@media screen and (max-width : 980px) {
    body {
        width: 100%;
        display: block;
        margin: auto;
    }

    h1, h2, h3, h4 {
        font-size: 2em;
    }

        h2.koteretMishne {
            background-color: #fafafc;
            padding: 10px;
            line-height: 1em;
            text-align: center;
            font-size: 1.45em;
        }

    form {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0px auto;
    }
    /*.TextBox { width: 90%; text-align: center; height: 1.5em; font-size: 1.5em; display: block; margin: 0; }*/
    a {
        text-decoration: none;
        font-size: 1.2em;
    }

    .selected {
        text-decoration: underline;
    }

    .link {
        cursor: pointer;
    }

        .link:hover {
            text-decoration: underline;
        }

    .buttonSelected {
        background-color: White;
    }

    .mhidden {
        display: none !important;
    }

    h2 span.YearNumber {
        font-size: 0.9em;
    }

    div#logo {
        display: none;
    }

    .placeAndMethodText {
        text-align: center;
    }

    .sendRemainder label {
        width: 25% !important;
    }
}
/* ==================== GLOBAL STYLES - more ==================== */
@media screen and (min-width : 1300px) {
    .leftBanner {
        display: block;
    }
}

@media all {
    .page-break {
        display: none;
    }
}
/* 1 ==================== main_wrapper of whole window ==================== */
/* 1.1 ==================== TOP BAR (menu, logo, title, user) ====================*/
#main_wrapper {
    margin: 0px;
    padding: 0px;
}

#Top {
    background-color: orange;
    color: #fff;
}

.en #Top {
    background-color: DARKORANGE;
}

@media screen and (min-width : 981px) {
    #header1 {
        width: 970px;
        margin: 0 auto;
    }

    .he #header1 {
        height: 44px;
        text-align:left;
    }

    .en #header1 {
        height: 56px;
        text-align:right;
    }
}

@media screen and (max-width : 980px) {
    #main_wrapper {
        width: 100%;
        padding: 0;
        border: none;
        overflow-x: hidden;
    }

    #Top {
        width: 100%;
        max-width: 100%;
    }

    #header1 {
        width: 100%;
        height: 3em;
        text-align: center;
        padding: 0px;
    }
}

/* 1.1.1 ==== MOBILE MENU ==== */
@media screen and (min-width : 981px) {
    #menuRollOver {
        display: none;
        float: right;
        vertical-align: middle;
        margin-left: 8px;
        cursor: pointer;
    }

    #menu {
        width: 970px;
        margin: 0 auto 10px;
        clear: both;
        float: none;
        display: none;
    }

        #menu a {
            background-color: #eee;
            border-bottom: 1px solid #f6f6f6;
            font-size: 1.8em;
            font-weight: bold;
            display: block;
            color: #FF8F32;
            text-decoration: none;
            padding: 0.4em 1.8%;
        }

            #menu a:hover {
                background-color: #e1e1e1;
            }

    #links {
        display: none;
    }
}

.buttonsList input[type=submit] {
    height: 3em;
}

.buttonsList {
    z-index: 100;
}


@media screen and (max-width : 980px) {
    #menuRollOver {
        display: block;
        vertical-align: middle;
        cursor: pointer;
        height: 3em;
    }

    .he #menuRollOver {
        float: right;
    }

    .en #menuRollOver {
        float: left;
    }

    #menu {
        clear: both;
        float: none;
        display: none;
        position: absolute;
        top: 3em;
        width: 100%;
        overflow: hidden;
        z-index: 100;
    }

    .buttonsList {
        background-repeat: no-repeat;
        clear: both;
        float: none;
        position: absolute;
        top: 4.2em;
        overflow: hidden;
        left: 0%;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 100;
    }


    #menu a, #links a {
        background-color: #f1f1f1;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ddd;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        display: block;
        color: #FF8F32;
        text-decoration: none;
        padding: 3.8% 2%;
    }

    .buttonsList input[type=submit] {
        background-color: #f1f1f1;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ddd;
        text-align: center;
        font-size: 1.8em;
        font-weight: bold;
        display: block;
        color: #FF8F32;
        text-decoration: none;
        padding: 3.8% 2%;
    }
    /*#links { display: none; }*/
}

/* 1.1.2 ==== LOGO ==== */
.he #LogoId {
    height: 30px;
    width: 119px;
}

.en #LogoId {
    height: 46px;
    width: 170px;
}

.he #logo {
    float: right;
}

.en #logo {
    float: left;
}

@media screen and (min-width : 981px) {
    #logo {
        height: 100%;
    }

        #logo img {
            padding: 7px 10px;
        }

    .en #logo img {
        padding: 5px 10px 0 0;
    }

    #logo:hover {
        background-color: rgba(0,0,0,.12);
    }

    .en #logo:hover {
        background-color: DARKORANGE;
    }
}

@media screen and (max-width : 980px) {
    #logo {
        padding: 0.15em 0.2em 0 0.8%;
        vertical-align: middle;
    }

        #logo a {
            display: inline-block;
        }

            #logo a img {
                height: 1.6em;
                vertical-align: middle;
                margin-top: 0.6em;
            }
}

/* 1.1.3 ==== H1 TITLE (shidden) ==== */
@media screen and (min-width : 981px) {
    .headerCenterMobile {
        display: none;
    }
}

@media screen and (max-width : 980px) {
    .headerCenterMobile {
        display: inline-block;
        font-weight: bold;
        text-align: center;
        vertical-align: top;
        color: white;
        width:35%;
    }

    .headerCenterMobile {
        font-size: 1.8rem;
        line-height: 1.8rem;
        margin-top: 0.6rem;
        width: 72%;
    }

    .en .headerCenterMobile {
        font-size: 1.2rem;
        line-height: 1.35rem;
        margin-top: 0.25rem;
    }
}

@media screen and (max-width : 370px) {
    .headerCenterMobile {
        font-size: 1.3rem;
        line-height: 1rem;
        margin-top: 0.5rem;
        width: 65%;
    }
}
/* 1.1.4 ==== headerCenter (mhidden) ==== */
@media screen and (max-width : 980px) {
    .headerCenter {
        display: none;
    }
}

@media screen and (min-width : 981px) {
    .en .headerCenter {
       /* float: left;*/
    }

    .he .headerCenter li {
        float: right;
    }

    .en .headerCenter li {
        float: left;
    }

    .headerCenter li a, #userMenue a {
        width: 58px;
        text-align: center;
        color: #fff;
        display: block;
    }
        .he .headerCenter li a, #userMenue a {
            padding: 7px 2px;
            font-size: 14px;
            line-height: 15px;
        }

    .en .headerCenter li a, #userMenue a {
        padding: 7px 3px 5px;
        font-size: 12px;
        line-height: 14px;
    }

    .en .headerCenter li .a_padding, .he .headerCenter li .a_padding {
        padding: 8px;
    }

    .he .headerCenter li .a_padding {
        font-size: 13px
    }

    .headerCenter li a img {
        vertical-align: middle;
    }

    .headerCenter li a:hover, #userMenue a:hover {
        background-color: rgba(0,0,0,.12);
        text-decoration: none;
    }
    /*.headerCenter li a.current, .headerCenter li h1 { background-color:#f1f1f1; color:#222; }*/
    .headerCenter li h1 {
        width: 58px;
        text-align: center;
        font-weight: normal;
        display: block;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        background-color: #f1f1f1;
        color: #222;
        margin: 0px;
    }

    .he .headerCenter li h1 {
        padding: 7px 6px;
        font-size: 14px;
        line-height: 15px;
        height: 30px;
    }

    .he .headerCenter #annualSunTimes_li h1 {
        max-height: 30px;
        height: 30px;
    }

    .en .headerCenter li h1 {
        height: 48px;
        padding: 5px 3px 3px;
        font-size: 12px;
        line-height: 15px;
    }

    /* headerCenter dropdown */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropbtn {
        cursor: pointer;
        color: #fff;
        display: block;
        padding: 0 8px;
        font-size: 14px;
        font-weight: bold;
    }

    .he .dropbtn {
        line-height: 44px;
    }

    .en .dropbtn {
        line-height: 56px;
    }

    .dropdown-content {
        z-index: 9999;
        display: none;
        position: absolute;
        background-color: #D77E00;
        min-width: 100px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        top: 44px;
    }

    .he .dropdown-content {
        right: 0;
    }

    .en .dropdown-content {
        left: 0;
    }

    .dropdown-content a {
        padding-right: 6px !important;
        width: 100px !important;
    }

    .he .dropdown-content a {
        text-align: right !important;
    }

    .en .dropdown-content a {
        text-align: left !important;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #D77E00;
    }
}

/* 1.1.5 ------ asp:Panel notlogedInPanel ------ */
.theLogin {
    background-color: #FE8502;
    text-align: center;
}

.he .theLogin {
    float: left;
}

.en .theLogin {
    float: right;
}

.theLogin h5, .todayDate h5 {
    font-size: 12px;
    margin: 0;
    font-weight: normal;
}

.theLogin a {
    color: #fff
}

@media(min-width: 981px) {
    .theLogin {
        margin-right: 1px;
        white-space: nowrap;
        width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        overflow: visible;
    }

    .he .theLogin {
        min-width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .en .theLogin {
        min-width: 56px;
        height: 56px;
        line-height: 56px;
    }
    /*44px x 44px*/
    .theLogin img {
        width: 50px;
        display: block;
    }

    .he .theLogin img {
        height: 44px;
    }

    .en .theLogin img {
        height: 56px;
        width: 56px;
    }

    .theLogin a:hover {
        text-decoration: underline;
    }
}

@media(max-width: 980px) {
    .theLogin {
        padding: 0.05rem;
        height: 2.9rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .theLogin img {
            width: 3rem;
            height: 3rem; /*margin-top: 0.2rem; margin-left: 6px;
        margin-left: 0em;*/
        }

    .theLogin /*a:hover*/ {
        line-height: 1.5rem;
        text-decoration: underline;
        font-size: 0.7rem;
    }

    #searchButton, #searchPublic {
        height: 60px;
    }

    .he #searchButton {
        float: left;
    }

    .en #searchButton {
        float: right;
        font-size: 20px;
    }

    .searchTextBox {
        width: 68.5%;
        height: 57px;
    }

    .buttonsList .searchDiv input[type=submit] {
        width: 30%;
    }
}

.searchDiv {
    background-color: #FE8502;
    width: 100%;
}

.he .searchTextBox {
    float: right;
}

.en .searchTextBox {
    float: left;
}

@media(min-width: 981px) {
    .searchTextBox {
        width: 60%;
        height: 36px;
        padding: 0 4%;
        margin: 0;
        background-color: #ddd;
        border: 0px;
        font-size: 13px;
    }

    .buttonsList .searchDiv input[type=submit] {
        width: 32%;
    }
}

.buttonsList input[type=submit] {
    cursor: pointer;
}

.buttonsList .searchDiv input[type=submit] {
    text-align: center;
    background-color: #999;
}

.he #searchButton, #searchPublic {
    padding-right: 2%;
}

.en #searchButton, #searchPublic {
    padding-left: 0%;
}

.searchTextBox:focus, .buttonsList .searchDiv input[type=submit]:focus {
    outline: none;
}


/* 1.1.6 ------ asp:Panel logedInPanel ------ */
/*@media(min-width: 981px) {
    #logedInPanel { float: left; width: 2.9rem; height: 2.9rem; overflow: hidden; text-overflow: ellipsis; }
    .logoUser { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
}*/
@media(max-width: 980px) {
    #logedInPanel, #notlogedInPanel {
        width: 2.9rem;
        height: 2.9rem;
        line-height: 2.9rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .he #logedInPanel, .he #notlogedInPanel {
        float: left;
    }

    .en #logedInPanel, .en #notlogedInPanel {
        float: right;
    }

    .logoUser {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /*.logoUser { line-height: 1.2rem; }*/
    /*.textLogout { line-height: 2rem; }*/
}

/* 1.1.7 ====== asp:Panel todayDate (mhidden) ====== */
@media(min-width: 981px) {
    .todayDate {
        height: 28px; /*28+8+8=44px*/
        padding: 8px 6px;
        background-color: #FE8502;
        text-align: center;
    }

    .logoUser {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .he .todayDate {
        float: left;
    }

    .he .todayDate {
        float: right;
    }

    .todayDate h5 {
        font-size: 12px;
        margin: 0;
        font-weight: normal;
    }
}

@media(max-width: 980px) {
    .todayDate {
        display: none;
    }

        .todayDate h5 {
            display: none;
        }
}

/* 1.2 ==================== WRAPPER - window main contents ==================== */

@media(min-width: 981px) {
    #wrapper {
        width: 970px;
        margin: 0px auto;
        border: 0px solid #cc0000;
        float: none;
        clear: both;
    }
}

@media(max-width: 980px) {
    #wrapper {
        width: 100%;
        margin: 0px;
        border: 0;
    }
}

/* 1.2.1 ====== plogo not displayed ====== */
#plogo {
    display: none;
}

/* 1.2.2 ====== NAVIGATION TOOLBAR - 1 line (2 lines in mobile) =====*/
@media(min-width: 981px) {
    #navigationToolBar {
        background-color: #f1f1f1;
    }

    .navigationToolBar {
        height: 68px;
    }

    .public .navigationToolBar {
        height: 112px;
    }
}

@media(max-width: 980px) {
    #navigationToolBar {
        width: 100%;
        max-width: 100%;
        overflow: hidden; /*height: 5.6rem ; background: #fff;*/ /* padding: 0.2rem 1%;*/
    }

        #navigationToolBar .he {
            direction: rtl
        }

        #navigationToolBar .he {
            direction: ltr
        }
}

@media(min-width: 1520px) {
    #navigationToolBar {
        margin-bottom: 8px;
        border-bottom: 1px solid #e1e1e1;
    }
}

/* 1.2.2.1 == loaz/heb buttons, rightmost (mhidden) == */
@media(min-width: 981px) {
    #buttonsPanel_LoazHeb {
        vertical-align: top;
    }

    .he #buttonsPanel_LoazHeb {
        width: 19%;
        padding: 8px 10px 8px 0;
        text-align: right;
        float: right;
    }

    .en #buttonsPanel_LoazHeb { /*width: 12%;*/
        padding: 8px 0px 8px 8px;
        text-align: left;
        float: left;
    }

    #buttonsPanel_LoazHeb div, #buttonsPanel_LoazHeb a {
        display: inline-block;
        border: 1px solid #ddd;
        min-width: 40px;
        height: 40px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px;
        background-color: #fff;
        vertical-align: middle;
        cursor: pointer;
        padding: 4px;
    }

    .en #buttonsPanel_LoazHeb div, #buttonsPanel_LoazHeb a {
        min-width: 60px;
        padding: 4px 2px;
    }

    #buttonsPanel_LoazHeb #todayButton {
        display: none;
    }

    #buttonsPanel_LoazHeb div img, #buttonsPanel_LoazHeb a img {
        height: 24px;
        margin-top: 6px;
    }

    #buttonsPanel_LoazHeb div:hover, #buttonsPanel_LoazHeb a:hover {
        border-color: orange;
    }

    #gregorianButton, #hebrewButton {
        width: 36px;
    }
}

@media(max-width: 980px) {
    /*#buttonsPanel_LoazHeb { width: 98%; padding: 0.5% 1% 1%; }*/
    #buttonsPanel_LoazHeb br {
        display: none;
    }

    #btnNearestShabat, #btnNearestHoliday #btnToday {
        color: #999;
        display: inline-block;
        width: 15%;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #hebrewButton, #gregorianButton {
        display: none;
    }
}

/* 1.2.2.2 == statusPanel, (screen: leftmost, mobile: 1st line) == */
@media(max-width: 980px) {
    html {
        /* font-size: 3vw ;*/
    }

    #statusPanel {
        display: block;
        width: 100%;
        padding-top: 5px;
        text-align: center;
    }

    .he {
        direction: rtl;
    }

    .en #statusPanel {
        direction: ltr
    }
}

@media(min-width: 981px) {
    #statusPanel {
        vertical-align: top;
    }

    .he #statusPanel {
        width: 20%;
        padding: 8px 0 8px 10px;
        text-align: left;
        float: left;
        vertical-align: top;
    }

    .en #statusPanel { /*width: 20%;*/
        padding: 8px 3px 0px 0px;
        text-align: right;
        float: right;
        vertical-align: top;
    }

    #statusPanel div, #statusPanel a {
        display: inline-block;
        border: 1px solid #ddd;
        min-width: 40px;
        height: 40px;
        line-height: 13px;
        text-align: center;
        border-radius: 4px;
        background-color: #fff;
        vertical-align: middle;
        cursor: pointer;
        padding: 4px;
        text-align: center;
    }

        #statusPanel div img, #statusPanel a img {
            height: 22px;
            margin: 0px auto;
            margin-top: 3px;
        }

    #statusPanel span {
        display: block;
        color: orange;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100px;
    }

    #statusPanel div:hover, #statusPanel a:hover {
        border-color: orange;
    }

    #statusPanel div#titlePanel {
        display: none;
        box-sizing: border-box;
        height: 50px;
        margin: 10px;
        padding: 4px 10px;
        text-align: center;
        line-height: 18px;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        color: #0072C6;
        font-size: 1.2em;
        font-weight: bold;
    }

    .he #statusPanel div#titlePanel {
        float: right;
    }

    .en #statusPanel div#titlePanel {
        float: left;
    }
    /* div#titlePanel.todayTitle { display: none } */
}

/* 1.2.2.2.1 == screenPrefDialog [rightmost] (mhidden) */
@media(max-width: 980px) {
    #screenPrefDialog {
        display: none;
    }
}

@media(min-width: 981px) {
    #screenPrefDialog {
        color: #FE8502;
    }

        #screenPrefDialog h3 {
            font-size: 15px;
            font-weight: bold;
        }

        #screenPrefDialog img {
            display: none;
        }

        #screenPrefDialog div {
            border: 0px;
            padding: 0px;
            margin: 0px;
            display: inline-block;
        }

    #navigationPanelContent_titlePanel.en h2 {
        font-size: 0.9em;
    }
}


/* 1.2.2.2.2 == titlePanel [2 lines] == */
/* == dayAndMonthHeader == */
@media(max-width: 980px) {
    #titlePanel { /*font-size: 1.2em; */
        color: #0072C6;
        text-align: center;
        display: inline-block; /*width: 65%;*/
    }

        #titlePanel h2 {
            font-size: 1.4em;
            margin: 0px;
            padding: 0px;
        }
}

@media(min-width: 981px) {
    #titlePanel h2 {
        font-size: 1.8em;
    }

    #titlePanel span {
    }

    #monthAndYearHeaderSpan {
        line-height: 22px;
        font-size: 25px;
        display: inline-block;
    }

    #smallMonthAndYearHeaderSpan {
        font-size: 0.56em;
        display: block;
        line-height: 14px;
    }
}


/* 1.2.2.2.3 mobilePrefDialog [3rd line] (shidden) */
@media(min-width: 981px) {
    div#mobilePrefDialog, div#btnMyProfileMobile {
        display: none;
    }
}

@media(max-width: 980px) {
    div#btnMyProfile {
        display: none;
    }

    div#mobilePrefDialog, div#btnMyProfileMobile {
    }

    .mobilePrefDialogPlace {
        font-weight: bold;
    }

    .mobilePrefDialogPreferences {
        text-decoration: underline;
        padding: 4px 0 6px 6px;
        display: inline-block;
    }
}

/* 1.2.2.2.4 == printButton [leftmost] (mhidden) == */
@media(min-width: 981px) {
    /*#printButton { width: 36px; }*/
}

@media(max-width: 980px) {
    #printButton {
        display: none;
    }
}

/* 1.2.2.3 ========= div navigationPanel ========= */
@media(min-width: 981px) {
    #navigationPanel {
        padding: 8px;
        text-align: center;
        float: none;
        vertical-align: top;
    }
}

@media(max-width: 980px) {
    #navigationPanel {
        background-color: #f1f1f1;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        vertical-align: top;
        padding: 1.5% 0%;
    }

    .he #navigationPanel {
        direction: rtl;
    }

    .en #navigationPanel {
        direction: ltr;
    }
}


/* 1.2.4 ==== Date today for mobile (shidden) */
@media(min-width: 981px) {
    /*#dateTodayForMobile { display: none; }*/
}

@media(max-width: 980px) {
    #dateTodayForMobile {
        margin-top: 24px;
        background-color: #ddd;
        text-align: center;
        font-size: 1.0rem;
        font-weight: bold;
        color: #FF8F32;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 2.3% 0;
        width: 100%;
    }

        #dateTodayForMobile h5 {
            margin: 0;
            font-size: 1.2rem; /*font-size: 1.2em;*/
        }
}

/* 1.2.5 ====== LOWER BANNER - advertizement (mhidden) ====== */
/* for google responsive ads */
.my_adslot {
    width: 320px;
    height: 50px;
}

.advertizement.up-1024 {
    display: none;
}

@media(min-width: 500px) {
    .my_adslot {
        width: 468px;
        height: 60px;
    }
}

@media(min-width: 800px) {
    .my_adslot {
        width: 728px;
        height: 90px;
    }
}

@media(min-width: 981px) {
    .my_adslot {
        width: 970px;
        height: 90px;
    }
}

.advertizement {
    text-align: center;
}

@media(max-width: 980px) {
    .advertizement {
        margin: 8px 0;
    }
}

@media(min-width: 981px) {
    .advertizement {
        margin: 12px auto 8px;
        position: relative;
        width: 970px;
        height: 320px;
    }

        .advertizement div {
            font-size: 0.9em;
            cursor: pointer;
            color: #aaa;
        }

    .he .advertizement div {
        text-align: right;
    }

    .en .advertizement div {
        text-align: left;
    }
}

/* 
@media screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
    .advertizement.up {display:none; } 
    .advertizement.up-1024 { display:block;}
}
 */

@media(min-width: 1520px) {
    .advertizement.up {
        position: absolute;
        right: 30px;
        top: 29px;
        width: 200px;
        height: 700px;
    }

    .en .advertizement.up {
        top: 57px;
    }

    .advertizement.dn {
        position: absolute;
        left: 30px;
        top: 29px;
        width: 200px;
        height: 700px;
    }

    .en .advertizement.dn {
        top: 57px;
    }
}

@media(min-width: 1620px) {
    .advertizement.up {
        position: absolute;
        right: 40px;
        top: 29px;
        width: 250px;
        height: 800px;
    }

    .advertizement.dn {
        position: absolute;
        left: 40px;
        top: 29px;
        width: 250px;
        height: 800px;
    }
}

@media(min-width: 1720px) {
    .advertizement.up {
        position: absolute;
        right: 60px;
        top: 29px;
        width: 300px;
        height: 800px;
    }

    .advertizement.dn {
        position: absolute;
        left: 60px;
        top: 29px;
        width: 300px;
        height: 800px;
    }
}

/* 1.2.6 ==================== FOOTER - CREDITS ====================*/
@media(min-width: 981px) {
    .mainCredits {
        height: 35px;
        background-color: #a9aab0;
        width: 970px;
        margin: 15px auto 10px;
    }

    .mainCreditsRight {
        color: #fffffd;
        /*width: 400px;*/
    }

    .he .mainCreditsRight {
        float: right;
        margin-right: 10px;
    }

    .en .mainCreditsRight {
        float: left;
        margin-left: 10px;
    }

    .mainCreditsRight ul {
        display: inline;
    }

    .mainCreditsRight li {
        line-height: 35px;
    }

    .he .mainCreditsRight li {
        float: right;
        margin-left: 10px;
    }

    .en .mainCreditsRight li {
        float: left;
        margin-right: 10px;
    }

    .mainCreditsRight ul a {
        color: #fffffe;
    }

        .mainCreditsRight ul a:hover {
            color: #000;
            text-decoration: underline;
        }

    .mainCreditsLeft {
        color: #fffffc;
        width: 400px;
    }

    .he .mainCreditsLeft {
        float: left;
    }

    .en .mainCreditsLeft {
        float: right;
    }

    .mainCreditsLeft img {
        padding-top: 5px;
    }

    .mainCreditsLeft ul {
        display: inline;
    }

    .he .mainCreditsLeft ul {
        float: left;
    }

    .en .mainCreditsLeft ul {
        float: right;
    }

    .mainCreditsLeft li {
        line-height: 35px;
    }

    .he .mainCreditsLeft li {
        float: right;
        margin-left: 10px;
    }

    .en .mainCreditsLeft li {
        float: left;
        margin-right: 10px;
    }

    .mainCreditsLeft li.CorangeitBeatman {
        line-height: 35px;
    }

    .mainCreditsLeft ul a {
        color: #fffffe;
    }

        .mainCreditsLeft ul a:hover {
            color: #000;
            text-decoration: underline;
        }
}

@media(max-width: 980px) {
    .mainCredits {
        background-color: #bbb;
        width: 100%;
        margin: 0 auto;
        height: 4.6em;
        font-size: 10pt;
    }

    .mainCreditsRight {
        width: 100%;
        color: #fffffd;
        background-color: #bbb;
        border-bottom: 1px solid #999;
    }

    .he .mainCreditsRight {
        float: right;
    }

    .en .mainCreditsRight {
        float: left;
    }

    .mainCreditsRight ul {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .mainCreditsRight li {
        display: inline-block;
        padding: 0.5em 0.1em;
    }

    .mainCreditsRight ul a {
        color: #fffffe;
    }

        .mainCreditsRight ul a:hover {
            color: #000;
            text-decoration: underline;
        }

    .mainCreditsLeft {
        width: 100%;
        color: #fffffc;
        background-color: #bbb;
        border-top: 1px solid #fff;
    }

    .he .mainCreditsLeft {
        float: left;
    }

    .en .mainCreditsLeft {
        float: right;
    }

    .mainCreditsLeft ul {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .mainCreditsLeft li {
        display: inline-block;
        padding: 0.5em 0.1em;
    }

    .mainCreditsLeft ul a:hover {
        color: #000;
        text-decoration: underline;
    }
}

/* ================= END MAIN WRRAPER ===================== */
/* =============================================================================== */
/* ========================  POPUP SETTING WINDOW  TOP  ========================== */
/* =============================================================================== */
/* 2 ================ div popup / optionsDiv preferences ======================*/
@media(min-width: 981px) {
    .popup {
        background-color: White;
        padding: 10px;
        border: 1px outset black;
        position: absolute;
        z-index: 10;
        top: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        font-size: xx-large;
    }
}

@media(max-width: 980px) {
    #optionsDiv {
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        text-align: center;
        background-color: #f1f1f1;
        padding: 20% 10%;
    }
}

/* 2.1 popupCaption */
@media(min-width: 981px) {
    .popupCaption {
        position: relative;
        border-bottom: 1px solid #D2D2D1;
        background-color: #eee;
        height: 49px;
        line-height: 49px;
    }

    div.closeButton {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 49px;
        height: 49px;
        line-height: 49px;
        overflow: hidden;
        text-indent: -9999px;
        text-shadow: none;
        cursor: pointer;
    }
}

@media(max-width: 980px) {
    div.popupCaption {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 3rem;
        font-weight: bold;
        font-size: 2rem;
        line-height: 3rem;
        background-color: #EFEFEF;
    }

    div.closeButton {
        display: inline-block;
        position: relative;
        width: 3rem;
        height: 3rem;
        cursor: pointer;
    }

    .he div.closeButton {
        float: left;
    }

    .en div.closeButton {
        float: right;
    }
}
/* 2.1 caption -- closeButton */
div.closeButton {
    background-repeat: no-repeat;
    background-position: center center;
    border-right: 1px solid #D2D2D1;
    cursor: pointer;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwNzc2QTQ5Qjk1RDExRTFCMkE4OEUxNTUwRjMwREY0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwNzc2QTQ4Qjk1RDExRTFCMkE4OEUxNTUwRjMwREY0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6OEE1QUU0REMzMEU4REYxMUJCNzJGQkJCQzlBM0Y1RkMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6M0M5RkJGRTEyQUU4REYxMUJCNzJGQkJCQzlBM0Y1RkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz78RHhFAAAApUlEQVR42rxTiQnAIAxU6QAdxRW6iZ1EnKRu4gqO0g1sCilEvT7Q0kBQ9O4wl6hLKepNGPUyhmMTQhhpSZTZez8jMGEWWizlRJi1fUHiS8dARHaMSaiELPaViCB3WC1NBMB4CMozWaJuuwBE1BkZdoEB8Qn5kzaaC7fbgN0xN+TYlNOJmCvyXjPwpBKRL7BnhgERiwQmHhDothDJjMVz8Ptv3AQYAJWjVVdnlDZCAAAAAElFTkSuQmCC');
}


/* 2.2 settings */
@media(min-width: 981px) {
    .settings a:hover {
        text-decoration: underline;
    }

    .settings select {
        min-width: 128px;
        padding: 3px 6px 4px;
        font-size: 0.6em;
        margin-top: 4px;
        background-color: rgb(230, 230, 230);
    }

    .settings input, .simpleButton {
        padding: 4px 6px;
        font-size: 0.6em;
        border: 1px solid #aaa;
        width: 122px;
        text-align: center;
        cursor: pointer;
    }
}

@media(max-width: 980px) {
    .settings div {
        margin: 2.5% 0;
        font-size: 16px;
        font-weight: bold;
    }

    .settings select {
        width: 99%;
        font-size: 22px;
    }

        .settings select:first-child {
            margin-bottom: 16px;
        }
}

/* 2.2.2 Knissat Shabat Timing Method */
@media(min-width: 981px) {
    /*.weeksCheckbox { height: 18px; }*/
}

@media(max-width: 980px) {
}

/* 2.2.3 hebrewGregorianButtons */
@media(min-width: 981px) {
    #hebrewGregorianButtons, #mTimeJumpID {
        display: none;
    }
}

@media(max-width: 980px) {
    #hebrewGregorianButtons div, #mTimeJumpID {
        width: 48%;
        border: 1px solid #000;
        text-align: center;
        font-weight: bold;
        display: inline-block;
        height: 2rem;
        line-height: 2rem;
    }
}

/* 2.2.4 Time Jump (hidden) */
@media(min-width: 981px) {
    #mTimeJumpID {
        width: 97%;
        background-color: White;
    }
}

@media(max-width: 980px) {
}

/* 2.2.5 Filters */
@media(min-width: 981px) {
}

@media(max-width: 980px) {
}

/* 3 ============ div overlay ============= */
@media(min-width: 981px) {
    .overlay {
        position: fixed;
        background-color: Black;
        opacity: 0.6;
        z-index: 4;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
}

@media(max-width: 980px) {
    .overlayMobile {
        position: fixed;
        background-color: Black;
        opacity: 0.6;
        z-index: 2;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
}

.showHeader {
    z-index: 100;
    position: absolute;
}


/* should be visible only after button clicked  START - QQQ not exist*/
@media(min-width: 981px) {
    #moorangeefinitionsPanel {
        display: none;
        clear: both;
        float: none;
        font-size: 14pt;
        height: 70px;
        width: 100%;
    }

    .he #moorangeefinitionsPanel {
        text-align: right;
    }

    .en #moorangeefinitionsPanel {
        text-align: left;
    }

    #moorangeefinitionsPanel div {
        width: 156px;
        height: 42px;
        padding: 4px 10px;
        line-height: 16pt;
        margin: 6 auto;
    }

    .he #moorangeefinitionsPanel div {
        float: right;
        border-left: 1px solid #eee;
        text-align: right;
    }

    .en #moorangeefinitionsPanel div {
        float: left;
        border-right: 1px solid #eee;
        text-align: left;
    }
}

@media(max-width: 980px) {
}



/* PAGES */
.he #more {
    float: right;
}

.en #more {
    float: left;
}

#more h1, #more h3 {
    display: inline-block;
}

#calendar table td.outOfMonthDate {
    color: #ccc;
}

#calendar table td.saturdayOutOfMonthDate {
    background-color: #EDF1F4;
    color: #ccc;
}

#calendar table td span {
    display: block;
    word-break: break-word;
    width: 110%;
}

    #calendar table td span a {
        text-decoration: underline;
    }

.inLestSide {
    margin-top: 1em;
}

.he .inLestSide {
    margin-left:1rem;
}

.en .inLestSide {
    margin-right:1rem;
    margin-top: 1.6em
}

.plusImage {
    margin-top: 1em;
}

.he .plusImage {
    float: left;
    margin-right: 1.5em
}

.en .plusImage {
    float: right;
    margin-left: 1.5em
}

.he .side {
    float: right;
}

.en .side {
    float: left;
}

.bigIcon {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.add-button {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 999;
    background-color: #fff;
    border: 2px solid #ffc107;
    padding: 12px 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

#eventTitle {
    font-size: 0;
    padding: 0;
    margin-bottom: 0.4rem;
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
}

    #eventTitle div, #eventTitle input, #eventTitle select {
        height: 2.5rem;
        vertical-align: top;
        display: inline-block;
        padding: 0;
        margin: 0;
        background: white;
        box-sizing: border-box;
        border: 1px solid;
        border-color: #e1e1e1;
        border-radius: 4px;
        outline: 0;
    }


    #eventTitle div {
        width: 11%;
        text-align: center;
    }

        #eventTitle div#eventSelectMyYear {
            width: 30%;
        }

        #eventTitle div#eventSelectMyYear {
            border: none;
            background: transparent;
        }

    #eventTitle input {
        font-size: 1rem;
        width: 48%;
        padding: 2px;
    }

    #eventTitle div select {
        font-size: 1rem;
        width: 50%;
    }

    #eventTitle div span {
        font-size: 0.8rem;
        display: block;
    }

#eventNumYears, #eventNumMonthes {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3rem
}

#eventTitle input:hover, #eventTitle input:focus #eventTitle select:focus {
    border: 1px solid #aaa;
}

@media screen and (max-width : 980px) {
    .monthlyNotesPanel {
        border: 1px solid #ccc;
        border-radius: 2px;
        margin-top: 1%;
    }

    .monthlyNotes {
        min-height: 70px;
        font-size: 2em;
    }
}

@media print {
    .swDiv {
        display: none;
    }

    #calendar .freeText {
        width: 80%;
    }

    .calendarPanel {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .en .monthlyNotes {
        margin-top: 1%;
        margin-left: 1%;
        right: 0;
        top: 0;
    }

    .he .monthlyNotes {
        margin-top: 1%;
        margin-right: 1%;
        left: 0;
        top: 0;
    }

    .monthlyNotesPanel {
        border: 1px solid #66aadc;
        border-radius: 2px;
        height: 99.5%;
        width: 18%;
        position: absolute;
        top: 0;
    }

    .en .monthlyNotesPanel {
        right: 0;
    }

    .he .monthlyNotesPanel {
        left: 0;
    }

    .notesClass {
        font-weight: bold;
        color: #0072C6
    }
}

.notesClass {
    font-size: 15px;
    font-weight: bold;
    color: #0072C6
}

@media screen and (min-width : 981px) {

    .calendarPanel #spacer {
        width: 10px;
        display: table-cell;
    }

    .en #calendar .freeText {
        margin-right: 10px;
        margin-left: 0;
    }

    #calendar .freeText {
        margin-left: 10px;
    }

    .monthlyNotes {
        font-size: 1.2rem;
        width: 92%;
        max-width: 189px;
        margin: 1rem auto;
        display: inline-block;
        margin-left: 4%;
        outline: none;
    }

    .monthlyNotesPanel {
        vertical-align: top;
        width: 20%;
        height: 100%;
        background-color: white;
        display: table-cell;
        border: 1px solid #66aadc;
        padding: 2%;
        position: relative;
    }

    .notesClass {
        height: 1%;
        font-size: 1rem;
    }
}


.popupPanel {
    position: fixed;
    z-index: 100;
    background-color: white;
    padding: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #19398a;
    width: 16rem;
    height: 8rem;
    left: 50%;
    top: 40%;
    margin-left: -8rem;
    margin-top: -4rem;
}

    .popupPanel input {
        margin: 1.5rem auto;
        font-size: 1.4rem;
        width: 8rem;
        height: 3rem;
        line-height: 3rem;
        display: block;
        margin: 1.5rem auto;
        font-size: 1.4rem;
        line-height: 1.4rem;
    }





.checkBoxDropDownWithLabel {
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5rem;
    cursor: pointer
}

.checkBoxDropDownWithLabel {
    border: 1px solid black;
    margin: 1rem;
}

.en .checkBoxDropDownPopup {
    left: 0;
    text-align: left;
}

.checkBoxDropDownPopup {
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    overflow-y: scroll;
    max-height: 250px;
    cursor: auto;
    z-index: 10;
}

    .checkBoxDropDownPopup input[type=checkbox], .checkBoxDropDownPopup label {
        cursor: pointer;
    }

    .checkBoxDropDownPopup input[type=button], .checkBoxDropDownPopup input[type=submit] {
        width: 50%;
        border: 1px solid #cccccc;
        cursor: pointer;
    }

.hiddenFilters {
    display: none;
}

.he #eventColor {
    float: left;
    width:10%;
}

.en #eventColor {
    float: right;
    width:10%;
}
/*================PublicCalendar====================*/
#publicCalendarTitle {
    padding: 1%;
    text-align: center;
    background-color:silver;
}

.he .public .headerCenter li h1 {
    text-overflow: ellipsis;
    overflow: hidden;
    direction: ltr;
    line-height: 2rem;
    background-color: silver;
}

.en .public .headerCenter li h1 {
    text-overflow: ellipsis;
    overflow: hidden;
    direction: ltr;
    line-height: 3rem;
    background-color: silver;
}

@media screen and (min-width : 981px) {
    #publicCalendarTitle h1 {
        display: inline-block;
    }
}

@media screen and (max-width : 980px) {
    #publicCalendarTitle h1 {
        display: inline-block;
        font-size: 1.2em;
        width: 60%;
    }
}

.logoPrint {
    font-size: 25px;
}

.displaySearch {
    display:none;
}
.viewSearch {
    display:block;
}

#ownerPublicTitle {
    text-align: center;
    font-weight: bolder;
    font-size: 2em;
    line-height: 2em;
}