﻿.loginBack {
    top: 0;
    width: 25%;
    height: 86px;
    position: absolute;
    z-index: -1;
}

.loginBackLeft {
    left: 0;
}

.loginBackRight {
    right: 0;
    display: none;
}

header {
    width: 100%;
    height: 86px;
    font-size: 15px;
    text-align: center;
    font-family: 'OpenSansHebrew-Regular','Arial';
}

    header .left {
        float: left;
    }

        header .left .top {
            width: 100%;
            height: 43px;
            background-color: #F1F1F1;
            line-height: 43px !important;
        }

            header .left .top a {
                color: #5B5963;
            }



        header .left .bottom {
            width: 100%;
            height: 43px;
            font-size: 15px;
            background-color: #5B5963;
            text-align: right;
            padding-top: 10px;
            line-height: 22px !important;
        }

            header .left .bottom a {
                color: #FFFFFF;
                text-underline: none !important;
            }

/*header .left .bottom img {
                float: left;
                height: 23px;
                width: 23px;
                margin-top: 0;
            }*/

.membersArrow {
    left: 10px;
    float: left;
    height: 23px;
    width: 23px;
    margin-top: 0;
}

.membersInput {
    color: #ffffff;
    background-color: #5B5963;
    border: none;
    height: 43px;
    width: 100%;
    padding-right: 10px !important;
}

.membersBtn {
    height: 35px;
    margin: 0 !important;
    width: 50% !important;
    background-color: #F1F1F1;
    color: #5B5963;
    float: left;
    border: none;
    border-right: 1px solid #5B5963;
}

    .membersBtn:hover {
        background-color: #5B5963;
        color: #ffffff;
    }

.membersDivider {
    border-top: 1px solid #F1F1F1;
    height: 1px;
    width: 100%;
}

/*.membersEntranceOpen {
    padding: 0 !important;
}*/

.membersDetails {
    width: 100%;
    background-color: #5B5963;
    height: 87px;
    position: relative;
    z-index: 99;
}

.membersBtn:focus, .membersInput:focus {
    outline: none !important;
    border: none !important;
}

.ChangelangBtn:hover {
    cursor: pointer;
}

/******************************   menu start   ******************************/


header .center {
    margin: 0 auto;
    display: inline-block;
    float: left;
}

    /*header .center nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        float: left;
    }*/

    header .center nav {
        direction: rtl;
    }

        header .center nav .mainNav {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

        header .center nav .liDiv {
            float: right;
            margin-right: 1px;
        }

            header .center nav .liDiv:hover {
                cursor: pointer;
            }

        header .center nav a.mainHeaderLink {
            display: block;
            background-color: #FFFFFF;
            color: #000000;
            height: 86px;
            /*line-height: 86px;*/
            font-size: 15px;
            border-right: 1px solid #C8C8C8;
            padding: 32px 15px;
            transition: background-color 0.4s;
        }


            header .center nav a.mainHeaderLink:hover {
                background-color: #f2f2f2 !important;
                /*border: none !important;*/
                /*font-family: 'OpenSansHebrew-Bold','sans-serif' !important;
            color: #5B5963 !important;*/
            }



        header .center nav a.active {
            background-color: #F2F2F2;
            border-bottom-color: #F2F2F2;
        }

.floatingMenu {
    background-color: #F2F2F2;
    width: 100%;
    height: 246px;
    position: absolute;
    z-index: 100;
    color: #000000;
    padding-bottom: 11px;
    overflow: hidden;
    right: 0;
}

.floatingMenuExtra {
    overflow: visible;
}

.menuItem ul {
    list-style-type: none;
    padding-right: 0;
    margin-bottom: 0;
    width: 120px;
}


.menuItem li {
    padding-bottom: 8px;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #000000;
}

    .menuItem li a {
        font-family: 'OpenSansHebrew-Regular','sans-serif';
        color: #000000;
    }




.activeMenu {
    background-color: #f2f2f2 !important;
    border: none !important;
    font-family: 'OpenSansHebrew-Bold','sans-serif' !important;
    color: #5B5963 !important;
}




.menuBackOpacity {
    background-color: black;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    opacity: 0.6;
    z-index: 20;
}




.circle {
    /*background-size: 38px 36px !important;*/
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    margin-bottom: 11px;
    /*background: url('../../../Images/Icons/Shape 27 copy 2.png') no-repeat center;*/
    padding: 5px 5px;
    transition: background-color 0.4s;
}

.innerCircle {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: white;
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -ms-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}


.menuItem {
    padding-top: 30px;
    padding-left: 0 !important;
    text-align: right;
    margin-bottom: 30px;
}

    .menuItem .menuItemHeader {
        margin-bottom: 15px;
        font-family: "almoni-tzar";
        font-size: 19px;
        line-height: 19px;
        padding-top: 11px;
    }

    .menuItem a .menuItemHeader {
        color: #000000 !important;
    }


.menuItemHeaderPadding {
    padding-top: 7px;
}

.menuAnimationLineNotActive {
    height: 2px;
    background-color: transparent;
    width: 0;
}

.menuAnimationLineActive {
    height: 2px;
    width: 65px;
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -ms-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.allGrantsLink {
    color: #66c3c6 !important;
    font-family: "almoni-tzar" !important;
    font-size: 25px !important;
}

.circleAbout {
    background-color: #3378a5 !important;
}

.circleAboutHover {
    background-color: #004879 !important;
}

.menuAnimationLineActiveAbout {
    background-color: #004879 !important;
}

.circleSubjects {
    background-color: #967d89 !important;
}

.circleSubjectsHover {
    background-color: #5b3547 !important;
}

.menuAnimationLineActiveSubjects {
    background-color: #5b3547 !important;
}

.circleSupport {
    background-color: #66c3c6 !important;
}

.circleSupportHover {
    background-color: #009ba0 !important;
}

.menuAnimationLineActiveSupport {
    background-color: #009ba0 !important;
}

.circleSponsered {
    background-color: #8f5a67 !important;
}

.circleSponseredHover {
    background-color: #733141 !important;
}

.menuAnimationLineActiveSponsered {
    background-color: #733141 !important;
}

.circleFacts {
    background-color: #a09d9d !important;
}

.circleFactsHover {
    background-color: #615d5d !important;
}


.menuAnimationLineActiveFacts {
    background-color: #615d5d !important;
}

.circleInfo {
    background-color: #897996 !important;
}

.circleInfoHover {
    background-color: #392656 !important;
}

.menuAnimationLineActiveInfo {
    background-color: #392656 !important;
}

.selectedMenu {
    background-color: #F1F1F1;
}

/******************************   floating about menu start   ******************************/
.aboutMenu .menuItem li a {
    line-height: 14px;
}

.circle7 {
    background: url('../../../Images/Icons/small/המשימה-אייקון.png') no-repeat center;
}

.circle8 {
    background: url('../../../Images/Icons/small/המבנה-האירגוני_small.png') no-repeat center;
}

.circle9 {
    background: url('../../../Images/Icons/small/תולדו-הקרן_small.png') no-repeat center;
}

.circle10 {
    background: url('../../../Images/Icons/small/שותפים_small.png') no-repeat center;
    background-color: #95b6df;
}

.circle11 {
    background: url('../../../Images/Icons/small/צור-קשר_small.png') no-repeat center;
}



/******************************   floating about menu end   ********************************/

/******************************   floating subjects menu start   ********************************/

.circle1 {
    background: url('../../../Images/Icons/small/מחקר_small.png') no-repeat center;
}

.circle2 {
    background: url('../../../Images/Icons/small/ציוד_small.png') no-repeat center;
}

.circle3 {
    background: url('../../../Images/Icons/small/סדנאות2_small.png') no-repeat center;
}

.circle4 {
    background: url('../../../Images/Icons/small/ספרים_small.png') no-repeat center;
}

.circle5 {
    background: url('../../../Images/Icons/small/דוקטורנטים_small.png') no-repeat center;
}

.circle6 {
    background: url('../../../Images/Icons/small/מרכזי-מצויינות_small.png') no-repeat center;
}

/******************************   floating subjects menu end   ********************************/

/******************************   floating supportChannels menu start   ******************************/

.circle31 {
    background: url('../../../Images/Icons/small/מדוייקים_small.png') no-repeat center;
}

.circle32 {
    background: url('../../../Images/Icons/small/מדעי-החיים_small.png') no-repeat center;
}

.circle33 {
    background: url('../../../Images/Icons/small/ביו-רפואה_small.png') no-repeat center;
}

.circle34 {
    background: url('../../../Images/Icons/small/רוח_small.png') no-repeat center;
}

.circle35 {
    background: url('../../../Images/Icons/small/חברה_small.png') no-repeat center;
}

.circle36 {
    background: url('../../../Images/Icons/small/תוכניות-מיוחדות_small.png') no-repeat center;
}

/******************************   floating supportChannels menu end   ******************************************/

/******************************   floating sponsoredResearch menu start   ******************************/
.sponsoredResearch .menuItem li a {
    line-height: 20px;
}

.circle13 {
    background: url('../../../Images/Icons/small/מחקר_small.png') no-repeat center;
}

.circle14 {
    background: url('../../../Images/Icons/small/ציוד_small.png') no-repeat center;
}

.circle15 {
    background: url('../../../Images/Icons/small/סדנאות2_small.png') no-repeat center;
}

.circle17 {
    background: url('../../../Images/Icons/small/ספרים_small.png') no-repeat center;
}

.circle18 {
    background: url('../../../Images/Icons/small/דוקטורנטים_small.png') no-repeat center;
}


/******************************   floating sponsoredResearch menu end   ********************************/

/******************************   floating facts and numbers menu start   ******************************/
.circle19 {
    background: url('../../../Images/Icons/small/ICONS_isolated_small.png') no-repeat center;
}

.circle20 {
    background: url('../../../Images/Icons/small/דוחות-הקרן_small.png') no-repeat center;
}

.circle30 {
    background: url('../../../Images/Icons/small/layman_report_icon.png') no-repeat center;
    background-size: 66px 66px;
}

.circle21 {
    background: url('../../../Images/Icons/small/סיפורי-חוקרים_small.png') no-repeat center;
}


/******************************   floating facts and numbers menu end   ********************************/


/******************************   floating information menu start   ******************************/
.circle25 {
    background: url('../../../Images/Icons/small/איך_small.png') no-repeat center;
}

.circle26 {
    background: url('../../../Images/Icons/small/מתי_small.png') no-repeat center;
}

.circle27 {
    background: url('../../../Images/Icons/small/מוסדות_small.png') no-repeat center;
}

.circle28 {
    background: url('../../../Images/Icons/small/שיפוט_small.png') no-repeat center;
}

.circle29 {
    background: url('../../../Images/Icons/small/הודעות_small.png') no-repeat center;
}

/******************************   floating information menu end   ********************************/

/******************************   floating more grants menu start   ********************************/

.floatingMoreGrants {
    background-color: #F2F2F2;
    width: 100%;
    position: absolute;
    z-index: 10000;
    color: #000000;
    padding-bottom: 24px;
    margin-top: 8px;
}


    .floatingMoreGrants .moreGrants {
        font-family: 'OpenSansHebrew-Regular','sans-serif';
    }

        .floatingMoreGrants .moreGrants .moreGrantsItem {
            padding-left: 0 !important;
            padding-right: 50px !important;
        }

.floatingMenu .menuItem .moreGrantsHeader {
    color: #5698C7;
}

.floatingMoreGrants .moreGrants ul {
    list-style-type: none;
    padding-right: 0;
    margin-bottom: 0;
    padding-top: 13px;
}


.floatingMoreGrants .moreGrants li {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
}

    .floatingMoreGrants .moreGrants li a {
        color: #000000;
    }


#Line {
    height: 1px;
    background-color: #CFCFCF;
    width: 240px;
    float: right;
    margin-top: 14px;
}

#LineText {
    font-size: 12px;
    margin-top: 14px;
}

.floatingMoreGrants .moreGrantsDivider {
    margin-right: 50px;
    width: 1130px;
    height: 1px;
    border-bottom: 1px solid #CFCFCF;
}

/******************************   floating more grants menu end   ********************************/



header .right {
    float: right;
    height: 86px;
}

    header .right img {
        float: right;
    }


.noTransition {
    transition: none !important;
}


/*.hoverBorder1:hover {
    border-top: 3px solid #004879;
}
.hoverBorder2:hover {
 border-top: 3px solid #4b3f50;
}
.hoverBorder3:hover {
    border-top: 3px solid #009ba0;
}
.hoverBorder4:hover {
 border-top: 3px solid #733141;
}
.hoverBorder5:hover {
    border-top: 3px solid #615d5d;
}
.hoverBorder6:hover {
      border-top: 3px solid #350871;
}*/

.activeMenu1 {

    border-top: 3px solid #004879 !important;
}

.activeMenu2 {
    border-top: 3px solid #4b3f50 !important;
}

.activeMenu3 {
    border-top: 3px solid #009ba0 !important;
}

.activeMenu4 {
    border-top: 3px solid #733141 !important;
}

.activeMenu5 {
    border-top: 3px solid #615d5d !important;
}

.activeMenu6 {
    border-top: 3px solid #350871 !important;
}

.activeMenuBold1 {
    font-family: 'OpenSansHebrew-Bold','Arial';
    color: #004879 !important;
    border-top: 3px solid #004879 !important;
}

.activeMenuBold2 {
    font-family: 'OpenSansHebrew-Bold','Arial';
    color: #4b3f50 !important;
    border-top: 3px solid #4b3f50 !important;
}

.activeMenuBold3 {
    font-family: 'OpenSansHebrew-Bold','Arial';
    color: #009ba0 !important;
    border-top: 3px solid #009ba0 !important;
}

.activeMenuBold4 {
    font-family: 'OpenSansHebrew-Bold','Arial';
    color: #733141 !important;
    border-top: 3px solid #733141 !important;
}

.activeMenuBold5 {
    font-family: 'OpenSansHebrew-Bold','Arial';
    color: #615d5d !important;
    border-top: 3px solid #615d5d !important;
}

.activeMenuBold6 {
    font-family: 'OpenSansHebrew-Bold','Arial';
    color: #350871 !important;
    border-top: 3px solid #350871 !important;
}

.notActiveMenu {
    border-top: none !important;
    font-family: 'OpenSansHebrew-Regular','Arial' !important;
}
