﻿
/*@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);*/

@font-face {
    font-family: 'NarkisBlockMFW';
    src: url('../../../Fonts/NarkisBlock-Regular_MFW.eot'), /* IE9 Compat Modes */
    url('../../../Fonts/NarkisBlock-Regular_MFW.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../Fonts/NarkisBlock-Regular_MFW.woff') format('woff'), /* Modern Browsers */
    url('../../../Fonts/NarkisBlock-Regular_MFW.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../Fonts/NarkisBlock-Regular_MFW.svg#NarkisBlockMFW-Regular') format('svg'); /* Legacy iOS */
}




/*costume Tooltip*/

[tooltip] {
    position: relative;
}

    [tooltip]::before {
        content: "";
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 8px 9px 0px 9px;
        border-style: solid;
        border-color: #21b8c5 transparent transparent transparent;
        /*border-color: #21b8c5 transparent transparent transparent;*/
        z-index: 20000;
        opacity: 0;
    }

    [tooltip]::after {
        width: max-content;
        white-space: nowrap;
        content: attr(tooltip);
        position: absolute;
        left: 50%;
        top: -16px;
        transform: translateX(-50%) translateY(-100%);
        background: #21b8c5;
        text-align: center;
        color: #fff;
        padding: 4px 10px;
        font-size: 17px;
        min-width: 80px;
        /* border-radius: 5px; */
        pointer-events: none;
        /*padding: 5px 15px 5px 15px;*/
        z-index: 20000;
        opacity: 0;
    }

[tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -21px;
    transform: translatey(-50%) rotate(-90deg);
}

[tooltip-position='top']::before {
    left: 50%;
}

[tooltip-position='buttom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}

[tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg);
}

[tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -16px;
    transform: translateX(-100%) translateY(-50%);
}

[tooltip-position='top']::after {
    left: 50%;
}

[tooltip-position='buttom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

[tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}


[tooltip]:hover::after,
[tooltip]:hover::before {
    display: inline-block;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s 0.5s ease-in-out;
    -moz-transition: all 0.2s 0.5s ease-in-out;
    -o-transition: all 0.2s 0.5s ease-in-out;
    transition: all 0.2s 0.5s ease-in-out;
}

@media only screen and (min-width : 1024px) {

    .wrapperFooter {
        margin-top: 40px;
    }

    .sidesWrapper {
        display: flex;
    }

    .ContactBody {
        display: flex;
    }

    #PersonalAreaBody {
        display: flex;
    }

    #right .rightSearchButton {
        Height: 33px;
    }

    .dropMenuCaption {
        font-size: 22px;
    }



    /*#center .leftHead {
 float:left; 
}*/

    #content-wrapper .innerPageHead {
        margin-top: 10px;
        transform: translateY(-50%);
        top: 50%;
    }


    #right {
        width: 381px;
    }

    #center {
        width: 836px;
    }


    #right .rightInput {
        Width: 255px;
        Height: 55px;
        vertical-align: top;
    }

    #wrapper {
        margin-top: 158px;
        z-index: 1499;
    }

    .static-top-bar {
        position: fixed;
    }

    .default-website-width {
        width: 1024px !important;
        margin: auto;
        float: none;
    }

    #SponsBell img {
        /*background-color: #eee;*/
        transform: translateY(-50%);
        top: 50%;
        position: relative;
    }

    body {
        font-size: 14px;
    }

    .ImportantFontSize {
        font-size: 14px !important;
    }

    .respPage_MainHeader {
        font-size: 48px;
    }

    .respPage_HeaderText {
        /*font-size: 16px;*/
        font-size: 18px;
    }

    .respPage_SubHeader {
        font-size: 36px;
    }

    .respPage_BlockTitles {
        font-size: 22px;
        color: #19323f;
    }

    .respHomeBoxBigTitle {
        font-size: 32px;
    }

    .respHomeBoxSubTitle {
        font-size: 22px;
    }

    .respHomeBoxItemsTitle {
        font-size: 17px;
    }

    .respHomeBoxTextLarge {
        font-size: 15px;
    }

    .respButtonText {
        font-size: 16px;
    }

    .respResultTitle {
        /*font-size: 18px;*/
        font-size: 28px;
    }

    .resp-center-align {
        text-align: initial;
    }

    .FooterHeader {
        font-size: 22px;
    }

    .HeaderText {
        font-size: 16px;
    }
    /*.resp-mobile-hidden{
        display:block !important;
    }*/
    .resp-mobile-show {
        display: none !important;
    }

    .searchbar-container {
        width: 610px !important;
    }

    .searchbar input[type="text"] {
        /*width: 533px !important;*/
    }

    .searchbox-frame > div {
        float: right !important;
    }

    .mobileTrailBoxBody {
        display: none;
    }

    #content {
        /*width: 1280px;*/
        padding: 0px;
    }

    .layoutCentered {
        margin: 0 auto;
        display: block;
    }






    #right .rightHeader button {
        border-radius: 3px;
        Height: 55px;
        margin-right: 5px;
    }

    #right .rightHeader {
        width: initial;
    }
}

@media only screen and (min-width : 1025px) {
    .default-website-width {
        width: 1280px !important;
        margin: auto;
        float: none;
    }
}


@media only screen and (min-width : 1024px) and (max-height : 768px) {
}



@media only screen and (min-width : 100px) and (max-width : 768px) {

    .hometalkToUs {
        position: absolute !important;
        top: 16px !important;
        right: 113px !important;
    }

    .amanotDropArrow {
        top: 185px !important;
    }

    .SaveQueryContentWrapper button {
        width: 100% !important;
    }

    .appealCaretDown {
        top: 17px !important;
    }

    #right .rightHeader {
        width: 100% !important;
        display: flex;
    }

    .treeInput {
        width: 100%;
    }


    #content-wrapper .innerPageHead {
        padding: 15px;
    }


    #wrapper {
        margin-top: 10px;
    }


    .static-top-bar {
        position: relative;
    }

    .default-website-width {
        width: 100%;
        margin: auto;
        float: none;
    }


    body {
        font-size: 16px;
        width: 100% !important;
    }

    .ImportantFontSize {
        font-size: 20px !important;
    }

    .bannersMain {
        left: 50%;
        transform: translate(-50%, -50%);
        right: inherit !important;
    }

    .respPage_MainHeader {
        font-size: 30px;
    }

    .respPage_HeaderText {
        font-size: 15px;
    }

    .respPage_SubHeader {
        font-size: 24px;
        vertical-align: middle;
    }

    .respPage_BlockTitles {
        color: #19323f;
        font-size: 20px;
    }

    .respHomeBoxSubTitle {
        font-size: 22px;
    }

    .respResultTitle {
        font-size: 18px;
    }

    .respHomeBoxItemsTitle {
        font-size: 17px !important;
    }

    #LastRequestsTable div.lastRequestRow span {
        font-size: 18px !important;
    }

    .closeBanner {
        bottom: 110px !important;
        right: 50% !important;
    }

    /*accessibility*/
    #accessibility-widget {
        top: inherit !important;
        bottom: 10px;
    }
    /*trailbox*/
    #subjects .subjects-list .children {
        right: 26px !important;
    }

    .mobileTrailBoxBody {
        position: fixed;
        left: 5%;
        top: 89%;
        Background-color: #19323f;
        width: 35%;
        text-align: center;
        Z-INDEX: 1500;
    }

    .closeTrailBox {
        right: -4px !important;
        bottom: -1px !important;
    }

    .HelpOnClick.HelpOnClick-widget {
        display: none !important;
    }

    .respHomeBoxTextLarge {
        font-size: 15px;
    }

    #TrailMembershipContainer .notes span {
        padding-left: 30px;
    }

    .respButtonText {
        font-size: 16px;
    }

    .resp-mobile-hidden {
        display: none !important;
    }

    .mobilePosFix {
        display: flex;
    }

    .resp-mobile-show {
        display: block !important;
    }

    .resp-mobile-show-inline {
        display: inline-flex !important;
        position: inherit !important;
    }

    .resp-center-align {
        text-align: center;
    }

    .FooterHeader {
        font-size: 22px;
    }

    .SizeFix {
        height: 42px !important;
        width: 50% !important;
        font-size: 26px !important;
    }

    .PathFix {
        font-size: 18px !important;
    }

    .searchbox-frame > div {
        border-left: none !important;
        float: left !important;
    }

    #auto-complete-for-search {
        width: 100%;
    }

    #footer {
        width: 100%;
    }



    .website-Logo {
        /*float: left;*/
        display: block !important;
        /*margin-left: 8px !important;*/
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .website-Logo em {
            Color: rgba(43, 72, 88, 0.8) !important;
            Font-size: 20px;
            width: 41px;
            height: 28px;
            padding: 0px;
            line-height: 24px;
            text-align: center;
            float: right;
        }


    .loginMain {
        margin-right: 0px !important;
    }

    #homepagesearch {
        padding-bottom: 4px;
    }

    #right {
        width: 100% !important;
        height: auto !important;
    }

        #right .rightHead {
            width: 100% !important;
            overflow: visible !important;
            height: auto !important;
        }

        #right select, #right input {
            /*width: 70% !important;*/
            border-top-left-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
        }

    #center {
        margin-right: 0px !important;
        width: 100% !important;
        height: auto !important;
        min-height: initial !important;
        margin-top: 40px;
    }

        #center .leftHead {
            width: 100% !important;
            overflow: visible !important;
            height: auto !important;
        }
    /*tree*/
    .jstree a {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%;
    }

    /*about Page*/
    .aboutClients {
        display: block !important;
        margin-bottom: 40px;
    }


        .aboutClients div {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .aboutMoreText {
        display: block !important;
        margin-top: 10px;
        margin-right: 0px !important;
    }
    /***********/

    /*newsletter*/
    .categoryContainer {
        float: right;
    }

    #bannerContainer img {
        width: 100%;
    }

    .newsletter-navigation {
        height: 45px;
    }

    /*login page*/

    .loginBody {
        display: block !important;
    }

    .rightLogin, .leftLogin {
        width: 100% !important;
        height: auto !important;
    }

        .leftLogin .notes {
            display: block !important;
        }

    .notesRow {
        display: block !important;
    }

        .notesRow .secNote {
            padding-right: 0px !important;
        }

    .respoLoginInput {
        width: 95% !important;
    }

    /*document*/
    .pageHeaderContainer .rightSide {
        width: 100% !important;
    }

    button.search {
        /*margin-right: -12% !important;*/
        bottom: 1px;
    }

    #find-in-document {
        width: 70% !important;
    }

    .feedbackContainer {
        width: 100% !important;
    }

    .toolsStyle {
        /*width: 60% !important;*/
        font-size: 26px !important;
        float: left;
        border-left: none !important;
        padding-left: 0px !important;
    }

    .docTollsIcon {
        font-size: 26px !important;
    }

    .stooltip {
        margin-right: 10%;
    }

    #right .rightHead .headerTitle {
        width: 50% !important;
        text-align: center !important;
    }

    .encyImg {
        width: 100% !important;
    }

    .contactTable input {
    }

    .registerLink {
        width: 100% !important;
    }

    #AreaCode {
        width: 25% !important;
    }

    .contactTable #Phone {
        width: 55% !important;
    }

    .contactTable #UserMessage {
        width: 90% !important;
    }

    /*videos*/
    div.jp-video div.jp-type-single ul.jp-controls {
        margin-left: 158px !important;
    }

    /*pop up divs*/
    .savequerycontainer {
        top: 50% !important;
        left: 50% !important;
    }

    .savequeryhistorycontainer {
        top: 40% !important;
        left: 50% !important;
    }

    .savequerysearchcontainer {
        top: 50% !important;
        left: 50% !important;
    }

    .AlertHead {
        width: 100% !important;
    }

    #AlertMain {
        width: 90% !important;
    }

    #deleteDiv {
        width: 90% !important;
    }

    .subAlert {
        padding-right: 0px !important;
    }

    #deleteDiv .deleteDivButtons button {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    #deleteDiv .deleteDivButtons {
        padding-top: 0px !important;
    }

    #compare-clause .field-section select, #send-to-friend .field-section input[type='text'] {
        Width: 100% !important;
    }

    #send-to-friend .field-section textarea {
        Width: 100% !important;
    }

    #send-to-friend .header {
        width: 100% !important;
    }

    #send-to-friend {
        width: 90% !important;
        left: 5% !important;
        top: 8% !important;
    }

        #send-to-friend .send-button a.edit {
            display: none !important;
        }

    #add-to-favorites {
        width: 90% !important;
        top: 8% !important;
        left: 6% !important;
    }

        #add-to-favorites .header {
            width: 99% !important;
        }

        #add-to-favorites .BodyHeader {
            width: 90% !important;
        }

        #add-to-favorites .list {
            height: 305px !important;
        }

    #add-comment {
        width: 90% !important;
        top: 8% !important;
        left: 6% !important;
    }

        #add-comment .fa-caret-down {
            left: 26px !important;
        }

        #add-comment .header {
            width: 100% !important;
        }

        #add-comment .popsTextbox {
            width: 90% !important;
        }

        #add-comment input.popsButton {
            width: 90% !important;
            bottom: -10px !important;
        }

        #add-comment .comments {
            display: none !important;
        }

    #add-user-folder {
        width: 95% !important;
    }

        #add-user-folder .header {
            width: 100% !important;
        }

        #add-user-folder .popsTextbox {
            width: 90% !important;
        }

        #add-user-folder input.popsButton {
            width: 90% !important;
            bottom: -10px !important;
        }

    #add-user-email {
        width: 90% !important;
        height: auto !important;
        top: 30% !important;
        left: 5% !important;
    }

        #add-user-email .content button {
            width: 100% !important;
        }

        #add-user-email .content .field-section .text-field input {
            margin-right: 0px !important;
            width: 100% !important;
        }

    .SaveQueryTitleContent {
        display: flex !important;
        height: auto !important;
    }

    /*login*/

    .loginHead {
        text-align: center;
        padding-right: 0px !important;
    }

    .leftLogin .notes {
        padding-right: 0px !important;
    }

    /*searchresult*/

    #results #results-list .date-name {
        display: block !important;
    }

    personal area #right .amanotDrop,
    #right .folderDrop {
        width: 100% !important;
        margin-right: auto !important;
        display: block;
    }

    /*.PACaretDown {
        float: left;
        left: 7px !important;
        top: -27px !important;
        z-index: -1;
    }*/

    #user-folders {
        width: 90% !important;
        margin: auto !important;
    }

    #right .resultCount {
        width: 100% !important;
    }

    #center .PATable td {
        padding-left: 0px !important;
        padding-right: 5px;
    }

    #center .PATable thead {
        display: none;
    }

    #center .PATable tr:nth-of-type(2n) {
        background-color: inherit;
    }

    #center .PATable tr td:first-child {
        /*background: #f0f0f0;*/
        font-weight: bold;
    }

    #center .PATable.favorites tr td:nth-of-type(1):before {
        content: "שם מסמך:";
        padding-left: 10px;
    }

    #center .PATable.favorites tr td:nth-of-type(2):before {
        content: "תאריך יצירה:";
        padding-left: 10px;
    }

    #center .PATable.favorites tr td:nth-of-type(3):before {
        content: "תאריך עדכון:";
        padding-left: 10px;
    }

    #center .PATable.comments tr td:nth-of-type(1):before {
        content: "כותרת:";
        padding-left: 10px;
    }

    #center .PATable.comments tr td:nth-of-type(3):before {
        content: "תאריך יצירה:";
        padding-left: 10px;
    }

    #center .PATable.comments tr td:nth-of-type(4):before {
        content: "תאריך עדכון:";
        padding-left: 10px;
    }

    #center .PATable.queries tr td:nth-of-type(1):before {
        content: "כותרת:";
        padding-left: 10px;
    }

    #center .PATable.queries tr td:nth-of-type(3):before {
        content: "תאריך:";
        padding-left: 10px;
    }

    #center .PATable.queries tr td:nth-of-type(4):before {
        content: "התראות למייל:";
        padding-left: 10px;
    }

    #center .PATable.searches tr td:nth-of-type(2):before {
        content: "תאריך:";
        padding-left: 10px;
    }

    #center .grid table tr td:nth-of-type(3):before {
        content: "ארגון/שם:";
        padding-left: 10px;
    }

    #center .grid table tr td:nth-of-type(4):before {
        content: "מספר פנייה:";
        padding-left: 10px;
    }

    #center .grid table tr td:nth-of-type(2):before {
        content: "תאריך:";
        padding-left: 10px;
    }

    #center .grid table td.title {
        white-space: inherit !important;
        width: 100% !important;
    }

    #center .PATable tbody td {
        display: block;
        text-align: center;
    }

    #center .PATable .name {
        max-width: 100% !important;
        white-space: inherit !important;
    }

    #center .PATable td.title {
        max-width: 100% !important;
        white-space: inherit !important;
    }

    .query-description {
        max-width: 100% !important;
        white-space: inherit !important;
    }

    #center .PATable .smart-agent-checkbox {
        right: 3% !important;
    }

    /*#center .PATable tbody td:before {
            content: attr(data-th);
            display: block;
            text-align: center;
        }*/

    #center .grid table thead {
        display: none;
    }

    #center .grid table tr:nth-of-type(2n) {
        background-color: inherit;
    }

    #center .grid table tr td:first-child {
        /*background: #f0f0f0;*/
        font-weight: bold;
    }

    #center .grid table tbody td {
        display: block;
        text-align: center;
        padding: 0px !important;
    }

    .UserTermsConfirmation .Terms {
        width: 100% !important;
        height: 500px !important;
        overflow: scroll;
    }

    #DocumentTextIFrame, .iframeContainer {
        /*height: auto !important;*/
    }

    #right .rightHeader button {
        width: 30% !important;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        left: 0px !important;
        position: relative !important;
        height: auto !important;
        top: 0px;
    }


    #right .rightHeader input[type='text'] {
        width: 70% !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    /*PopUpConstract*/


    #popupContainer {
        width: 95% !important;
    }

        #popupContainer .popupBody .popupTextArea, #popupContainer .popupBody .popupTextbox, #popupContainer .popupBody .popupBodyHeader, #popupContainer .popupButton {
            margin-right: 0px;
            margin-left: 0px;
            margin-top: 0px;
            margin: auto !important;
            display: block !important;
            position: relative;
        }

        #popupContainer .popupBody .popupErrorMsg {
            bottom: 3px !important;
        }

    /*PopUpConstract Ends*/

    /*banner*/
    .MarketBanner {
        width: 90% !important;
        height: auto !important;
        top: 15% !important;
        left: 5% !important;
    }

    .imgcontainer {
        height: 200px !important;
    }

    .MarketBannerForm {
        height: auto !important;
    }

    .bannerContol {
        width: 90% !important;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .bannerSubmit {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 350px) and (max-width : 768px) {



    .dropMenuCaption {
        font-size: 20px;
    }



    #send-to-friend .field-edit.chkEdit {
        display: inline-block !important;
        width: auto;
        margin-right: 5px !important;
    }

    #send-to-friend .field-section > div:not(.chkEdit) {
        display: block;
    }
}


input::-ms-clear {
    display: none;
}

select:focus::-ms-value {
    background: inherit;
    color: black;
}

.hometalkToUs {
    position: relative;
    top: -50px;
    right: 20px;
    color: #07bac8;
    font-weight:bold;
    font-size:18px;
}

/*banner*/

.MarketBanner {
    width: 631px;
    height: 513px;
    display: none;
    position: fixed;
    top: 2%;
    left: 30%;
    text-align: center;
    z-index: 1502;
    border: 3px solid #cedbe1;
}

.imgcontainer {
    width: 100%;
    height: 431px;
}

    .imgcontainer img {
        width: 100%;
        height: 100%;
    }

.MarketBannerForm {
    width: 100%;
    height: 60px;
    background: #cedbe1;
    padding-top: 20px;
    height: 76px;
    text-align: center;
}

.bannerContol {
    display: inline-block;
    width: 130px;
    height: 40px !important;
    background-color: #ffffff !important;
    border: 1px solid #cfcfcf;
    padding: 10px;
    margin-left: 10px;
    border-radius: 40px !important;
    color: #19323f;
    font-size: 16px;
}

.bannerSubmit {
    height: 40px;
    width: 130px;
    color: #ffffff;
    background-color: #354154;
    border: none;
    border-radius: 60px;
    border: 2px solid;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

    .bannerSubmit:focus {
        outline: none;
    }

    .bannerSubmit:hover {
        color: #354154;
        background-color: #ffffff;
        border: 2px solid;
    }

.closeMarketBanner {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    Font-size: 24px !important;
    left: 98%;
    background: #354154;
    cursor: pointer;
    top: -3%;
    color: #ffffff;
}

.inputError {
    border: 1px solid red !important;
}

/*PopUpConstract*/

#popupContainer {
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    box-shadow: 1px 5px 43px rgba(4, 24, 57, 0.26);
    border: 1px solid #eaeff3;
    background-color: #ffffff;
    padding: 20px;
}

    #popupContainer .spinner {
        position: absolute;
        top: 50%;
        left: 40%;
        display: none;
    }

        #popupContainer .spinner em {
            color: #07bac8;
        }


    #popupContainer img.XClose {
        cursor: pointer;
        left: 10px;
        top: 10px;
        position: absolute;
    }

    #popupContainer .popupHead {
        Height: auto;
        width: 100%;
        color: #294858;
        position: relative;
        font-weight: 700;
        line-height: 13.68px;
        border-bottom: 2px solid #c6c6c6;
        padding-top: 8px;
        padding-bottom: 6px;
        display: block;
    }

        #popupContainer .popupHead .popupTitle {
            position: relative;
            top: 2px;
            font-size: 22px;
            font-weight: 600;
        }

.appealCaretDown {
    position: absolute;
    left: 10px;
    top: 31px;
    z-index: -1;
}

#popupContainer .popupBody .popupCaretDown {
    Font-size: 23px;
    Color: #07bac8;
    position: absolute;
    left: 15px;
    bottom: 12px;
    z-index: -1;
}

#popupContainer .popupBody .popupTextbox {
    Width: 100%;
    margin-top: 15px;
}

#popupContainer .popupBody .popupTextArea {
    margin-top: 15px;
    outline-color: #5D7082;
    padding-right: 5px;
    background-image: none !important;
    border-radius: 3px;
    border: 1px solid #b5b9bb;
    background-color: transparent;
    color: #294858;
    font-size: 17px;
    font-weight: bold;
    -webkit-appearance: none;
    padding-left: 37px;
    Width: 100%;
    Height: 120px;
    resize: none;
}

#popupContainer .popupButton {
    Width: 100%;
    Background-color: #07bac8 !important;
    Color: #ffffff !important;
    font-weight: bold !important;
    text-align: center;
    outline-color: #5D7082;
    padding-right: 5px;
    background-image: none !important;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #b5b9bb;
    font-size: 17px;
    -webkit-appearance: none;
    padding-left: 0px !important;
    /*padding-left: 37px;*/
}

#popupContainer .popupBody .popupSelectDropBox {
    -webkit-appearance: none;
    z-index: 1;
    background-color: transparent;
}

#popupContainer .popupBody .popupSelectBoxContainer {
    position: relative;
}


#popupContainer .popupBody .popupErrorMsg {
    font-size: 14px;
    display: block;
    position: relative;
    font-size: 80%;
    color: red;
}

#popupContainer .popupBody {
}

#popupContainer .popupMarginContainer {
    margin-top: 15px;
}

#popupContainer .popupCheckBox {
    display: inline;
    margin-left: 5px;
}

#popupContainer .popupBody .popupBodyHeader {
    margin-top: 20px;
}

#popupContainer .popupText {
    Font-size: 17px;
    Color: #19323f;
    Font-weight: normal;
}

#popupContainer .genLink {
    Font-size: 17px;
    Color: blue;
    Font-weight: normal;
    text-decoration:underline;
}

/*PopUpConstract Ends*/


/*PersonalArea*/
#PersonalAreaBody .AdvancedSearchCaretDown {
    /*left: 15px !important;
    top: 9px !important;*/
}

.PersonalAreaHeaderContainer {
    background-image: url(../../../Images/Home/NewImages/personalDataBackground.png);
    min-height: 160px;
    position: relative;
    bottom: 2px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

    .PersonalAreaHeaderContainer div {
        /*line-height: 24px;*/
        color: rgb(255,255,255);
    }

    .PersonalAreaHeaderContainer .respResultTitle {
        font-weight: bold;
    }

.absolute_VerticalHorizontal_Center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*PersonalArea Ends*/

.relativePositionContainer {
    position: relative;
    width: 100%;
}


#right .infoCaption {
    /*margin-top: 30px;*/
    Color: #19323f;
    font-size: 22px;
    Font-weight: bold;
    border-bottom: 2px solid #d1d5d7;
    width: 100%;
}

#right .moreStyle {
    Color: #16a3af;
    Font-size: 17px;
    Font-weight: bold;
    position: relative;
}

#right .moreIcon {
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
    Color: #16a3af;
}

#right .rightHeader {
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 27px;
    padding-bottom: 24px;
    background-color: #eaeff3;
}

    #right .rightHeader button {
        background-color: #16a3af;
        font-size: 22px;
        font-weight: 500;
        border: none;
        text-align: center;
        Width: 86px;
        Color: #ffffff;
        position: relative;
    }

    #right .rightHeader input {
        font-size: 17px;
    }



.count-results {
    color: #757575;
    font-family: 'NarkisBlockMFW';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 15px;
    margin-top: 15px;
}

/*body::-webkit-scrollbar-thumb {
    background-color: #16a3af;
}*/



a:focus {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #21b8c5 !important;
}

body,
div,
a,
select,
input,
button,
img,
table,
td,
tr,
th,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: 'Assistant', sans-serif;
    /*font-family: 'NarkisBlockMFW';*/
    /*font-size: 100%;*/
    direction: rtl;
    text-align: right;
    text-decoration: none;
    color: inherit;
}

body {
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'NarkisBlockMFW' !important;
    background-color: #ffffff;
}


select > option {
    color: #19323f;
}

.selectWhiteBackground {
    background: white;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 22px;
    /* color: #8b8f91; */
    direction: rtl;
    position: absolute;
    z-index: -2;
    display:inline-block;
}

/*introjs*/

.introjs-fixParent {
    z-index: 20000 !important;
}

.introjs-helperLayer {
    background-color: rgba(255,255,255,.4) !important;
}

/*introjs end*/

.layoutCentered {
    margin: 0 auto;
}

ul li {
    list-style-type: none;
}

img {
    border: none;
}

input:not([type='checkbox']):not([type='submit']),
select {
    outline-color: #5D7082;
    padding-right: 5px;
    /*background-image: none !important;*/
    padding-left: 10px;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #b5b9bb;
    background-color: transparent;
    color: #294858;
    font-size: 17px;
    /*font-weight: bold;*/
    -webkit-appearance: none;
    padding-left: 10px;
}

input[type="checkbox"]:focus {
    outline: none;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #b5b9bb;
    background-color: #ffffff;
    vertical-align: text-bottom;
    -webkit-transition: .15s;
    position: relative;
}

    input[type="checkbox"]:hover:before {
        background: rgba(255,255,255,0.3);
    }

    input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
        color: #06bac8;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    input[type="checkbox"]:checked:before {
        content: '✔';
    }





input:-webkit-autofill {
    -webkit-background-color: white;
}

#wrapper {
    clear: both;
    position: relative;
}

h1 {
    font-size: 2em;
}

#content {
    clear: both;
    overflow: hidden;
    /*background-color: #f9f9f9;*/
    /*margin: 0 auto;
    display: block;*/
    /*margin:0px;*/
    /*margin-right: 130px;*/
}

.ui-autocomplete .ui-menu-item span.highlight {
    color: #D80B0B;
    background-color: transparent !important;
}

.footerLinksContent {
    /*width: 1281px;*/
    /*margin-right: -70px;*/
}

#footer {
    clear: both;
    overflow: hidden;
    padding-bottom: 7px;
    width: 100%;
    background: #0E0E0E;
}

    #footer > span {
        display: block;
        text-align: center;
        margin: 0 auto;
        color: #9d9a9a;
        font-family: Arial;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }

    #footer a {
        color: #19323f !important;
        /*text-decoration: underline;*/
    }

    #footer #credit {
        margin-left: 25px;
        float: left;
    }

        #footer #credit img {
            vertical-align: bottom;
        }

    #footer #owners {
        float: left;
        text-align: right;
        width: 54%;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    #footer #terms {
        float: right;
    }

.static-top-bar {
    z-index: 1500;
    display: block;
    width: 100vw !important;
    right: 0;
    top: 0;
    box-shadow: 0 3px 7px rgba(0,0,0,0.19);
    background: white;
}

.ui-helper-hidden-accessible {
    display: none;
}

#auto-complete-for-search {
    position: absolute;
    background-color: transparent;
    z-index: 200001;
    left: 0;
    width: 100%;
}

    #auto-complete-for-search .ui-autocomplete {
        overflow-y: auto;
        padding: 0px;
        position: relative;
        background-color: transparent;
        z-index: 3;
        left: 0px !important;
        background: white;
        width: 100%;
    }

        #auto-complete-for-search .ui-autocomplete li {
            font-size: 140%;
            padding-right: 5px;
        }

.ui-autocomplete {
    max-height: 300px;
    overflow-y: hidden;
    font-size: 19px !important;
}

    .ui-autocomplete li.ui-menu-item {
        display: block;
        width: inherit;
        border-radius: 2px;
    }

        .ui-autocomplete li.ui-menu-item:nth-child(2n+1) {
            background-color: #fafafa;
        }

        .ui-autocomplete li.ui-menu-item:nth-child(2n+0) {
            background-color: #F3F2F2;
        }

    .ui-autocomplete li a {
        font-size: 80%;
    }

    .ui-autocomplete .ui-menu-item span.highlight {
        font-weight: bold;
    }

#navigate-loading {
    height: 2px;
    width: 0%;
    position: fixed;
    top: 27px;
    left: 0px;
    box-shadow: 0px 0px 5px black;
}

    #navigate-loading > div {
        width: 50px;
        height: 2px;
        box-shadow: 0px 0px 10px black;
    }

.custom-tooltip {
    max-width: 400px;
    background-color: transparent !important;
    border: none !important;
    position: absolute;
}

    .custom-tooltip .ui-tooltip-content {
        font-size: 70%;
        background-color: #4C4C4C;
        color: white;
        padding: 4px;
        border-radius: 10px;
        border: 1px solid black;
    }

.print-lock.black-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    filter: alpha(opacity = 30);
    top: 0px;
    left: 0px;
    z-index: 2000;
}

/*.PACaretDown {
    Color: #07bac8;
    position: relative;
    left: 29px;
    float: left;
    top: 4px;
    font-size: 23px !important;
    bottom: 5px;
    z-index: -1;
}*/

#overlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

    #overlay div {
        width: 300px;
        margin: 100px auto;
        background-color: #fff;
        border: 1px solid #000;
        padding: 15px;
        text-align: center;
    }

.mainDivLeft {
    /*display: inline-block;*/
    /*width: 1008px;*/
    /*float: right;*/
    /*margin-right: 24px;*/
}

/*.mainDivright {
    display: inline-block;
    width: 225px;
    float: right;
}*/

#right {
    /*display: flex;*/
    /*width: 100%;*/
    /*margin-left: 10px;*/
}

#center {
    min-height: 874px;
    Background-color: #ffffff;
    position: relative;
    margin-right: 62px;
}


#right .rightHead {
    Color: #19323f !important;
    /*Font-size: 26px;*/
    Font-weight: bold;
    /*Background-color: #eeeeee;*/
    /*Height: 35px;*/
    /*Width: 315px;*/
    /*margin-bottom: 5px;*/
}



#center .leftHead {
    Color: #19323f !important;
    /*Font-size: 26px;*/
    Font-weight: bold;
    /*padding-right: 16px;*/
}

#right .rightInput {
    background: white;
    font-size: 22px;
    color: #8b8f91;
}

#right .rightHeads {
    margin-top: 30px;
}

#right .resultCount {
    Font-size: 17px;
    Font-weight: normal;
    Background-color: #2db8c1;
    color: #ffffff;
    line-height: 65px;
    text-align: center;
    margin: 0 auto;
}

    #right .resultCount span {
        Font-size: 36px;
        Font-weight: bold;
    }


.fixForCaretDown {
    position: relative;
    z-index: 1;
}

#status {
    Color: #404041;
    Font-size: 18px;
    Font-weight: normal;
}

/*.PACaretDown {
    Font-size: 23px;
    Color: #07bac8;
    position: relative;
    left: 23px !important;
    top: 3px;
    z-index: -1;
}*/

#center .PATable {
    width: 100%;
    font-size: 18px;
}

    #center .PATable td {
        padding-left: 16px;
    }

    #center .PATable .info {
        display: none;
    }

    #center .PATable tr {
        height: 40px;
        line-height: 40px;
        Border-bottom: 1px solid #A8A8A8;
    }

.amanotDropArrow {
    position: absolute;
    left: 10px;
    top: 205px;
    z-index: -1;
}

#center #amanot-content,
#center #user-manage-content {
    padding: 16px;
    height: 808px;
    overflow-y: auto;
    direction: ltr;
}

    #center #amanot-content .fa-file-text {
        color: #ed474a;
    }

#center .PATable td.title {
    overflow: hidden;
    /*display: inline-block;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
}

#center .PATable th.comTitle {
    /*width: 20%;*/
}

#center .PATable .comDelete {
    Color: #404041;
    Font-size: 18px;
    position: relative;
    right: 8px;
}

#center .PATable .comMore {
    Font-size: 18px;
    padding-left: 5px;
    position: relative;
    top: 3px;
}

#center .PATable .toggle {
    Color: #07bac8;
}

#center .PATable .info-toggle-content {
    padding: 16px;
    line-height: normal;
}

#center .PATable .comMoreTitle {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

#center .PATable .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

#center .PATable .favIcon {
    Color: #19323f;
    Font-size: 18px;
    padding-left: 5px;
    position: relative;
    top: 3px;
}

#center .PATable .favTitle {
    Color: #07bac8;
}


#center .PATable .smart-agent-checkbox {
    position: relative;
    right: 16px;
}

#center #amanot-content .PATable .amanaTh {
    padding-left: 5px;
}

#center #amanot-content .PATable .relatedDocument a {
    margin-left: 5px;
}

#content-wrapper {
    margin-bottom: 20px;
}




    #content-wrapper .innerPageHead {
        Color: #ffffff;
        Font-weight: bold;
        font-size: 36px;
        position: relative;
    }

        #content-wrapper .innerPageHead em {
            Color: #07bac8;
        }

#right .amanotDrop,
#right .folderDrop {
    width: 100% !important;
    margin-right: auto !important;
    display: block;
}

#right .rightSearchButton {
    border: none;
    text-align: center;
    Width: 64px;
    Background-color: #19323f;
    Color: #ffffff;
    Font-size: 14px;
    Font-weight: normal;
    position: absolute;
}

.hidden {
    visibility: hidden;
}

.btnIntroJs {
    position: fixed;
    left: 20px;
}

/*------   Footer Logo -----------*/
.footerlogo {
    width: 971px;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}

.footerlogo-right {
    width: 16%;
    display: inline-block;
    float: right;
}

.footerlogo-left {
    display: inline-block;
    float: right;
    margin-right: 5px;
    width: 810px;
}

.logo-column {
    background-color: #FFFFFF;
    display: table;
    width: 100%;
}

.hashavimlogo {
    display: block;
    padding-top: 20px;
    padding-right: 5px;
}

    .hashavimlogo > img {
        width: 145px;
        height: 38px;
    }

.footerlogo-column {
    display: block;
    background: #FFFFFF;
    text-indent: 5px;
}

.footerLogoTitle {
    padding-right: 5px;
    height: 23px;
    border-bottom: 2px solid #D9D9D9;
    background-color: #F9F9F9;
    font-weight: bold;
    font-size: 16px;
}

.productlogo {
    float: right;
}

    .productlogo img {
        border: none;
    }

.UserTermsConfirmation {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;
}

    .UserTermsConfirmation .Transparent {
        background-color: black;
        opacity: 0.6;
        filter: alpha(opacity=40);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;
    }

    .UserTermsConfirmation .Terms {
        position: absolute;
        background-color: white;
        font-size: 80%;
        border: 1px solid silver;
        height: 740px;
        width: 800px;
        z-index: 10;
        box-shadow: 0px 0px 20px black;
        padding: 20px;
        border-radius: 10px;
        top: 50px;
    }

        .UserTermsConfirmation .Terms .mainTerms {
            border: 1px dotted silver;
            border-radius: 10px;
            padding: 5px;
            height: 400px;
            overflow-y: auto;
        }

        .UserTermsConfirmation .Terms button {
            color: white;
            border: 1px solid white;
            border-radius: 6px;
            font-weight: bold;
            font-size: 150%;
            padding: 15px 40px 15px 40px;
            text-align: center;
            cursor: pointer;
          background-color:#c02028;
          margin: -20px 0 0 20px;
        }

    .UserTermsConfirmation label[for='AcceptTerms'] {
        font-weight: bold;
    }

    .UserTermsConfirmation .TermsOptions {
        margin-top: 5px;
        margin-right: 3px;
    }

    .UserTermsConfirmation .actions {
        text-align: left;
        padding-bottom:40px;
    }

/*.UserTermsConfirmation .actions .option {
            position: absolute;
            top: 35px;
            right: 50px;
        }*/

.ui-easy-dialog {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#private-zone .counter {
    position: absolute;
    top: -4px;
    right: -6px;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    font-size: 95%;
    padding: 2px;
    cursor: pointer;
}

.notifications {
    position: absolute;
    border: 1px solid #8A8A8A;
    background-color: #F7F7F7;
    z-index: 2;
    border-radius: 5px;
    font-size: 80%;
    box-shadow: 0px 0px 5px gray;
    max-width: 215px;
}

    .notifications .wrapper {
        direction: ltr;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .notifications ul {
        *list-style-position: inside;
    }

    .notifications li {
        padding: 10px;
        border-bottom: 1px solid #D9D9D9;
        text-align: right;
        cursor: pointer;
        *zoom: 1;
    }

        .notifications li:hover {
            background-color: #e6e5e5;
        }

        .notifications li .header .sub-header {
            display: block;
        }

        .notifications li .header .text span {
            color: #737373;
            font-weight: normal;
            font-size: 90%;
        }

        .notifications li .header span {
            display: block;
            font-weight: bold;
        }

        .notifications li .header .main-header {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: middle;
        }

.termList {
    width: 100%;
    font-size: 12px;
    height: 100px;
    overflow: scroll;
}

    .termList option {
        color: black;
    }

div.tocRegion {
    height: 300px;
    margin-top: 2%;
    overflow: auto;
    direction: rtl;
    text-align: right;
}

li.tocLi {
    color: black;
    list-style: none;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: default;
}

    li.tocLi span.tocSpan {
        cursor: pointer;
        text-indent: 0px;
    }

span.bulletPlus {
    vertical-align: middle;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 9px;
    border: 1px solid #635e5e;
    background-color: #c1b8b8;
}

span.bulletMinus {
    border: solid 1px #635e5e;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 8px;
    background-color: #bbb4b4;
    color: black;
}

span.bulletPoint {
    border: solid 1px #635e5e;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: #e4d9d9;
    color: black;
    font-size: 8px;
    font-weight: bold;
}

.question-title,
.news-title,
.conf-reg-button,
.categoryTitle {
    cursor: pointer;
}

#poll-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(64, 64, 64, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f404040, endColorstr=#7f404040);
    z-index: 5;
}

    #poll-wrapper .poll {
        background-color: white;
        position: relative;
        z-index: 2;
        width: 30%;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0.2% 1% 0.4% 1%;
        border-radius: 5px;
        box-shadow: 0px 0px 10px black;
        font-size: 100%;
    }

        #poll-wrapper .poll .header {
            margin-top: 2%;
            font-size: 95%;
            text-align: center;
        }

        #poll-wrapper .poll .controls {
            overflow: hidden;
            font-size: 80%;
        }

        #poll-wrapper .poll .submit {
            text-align: left;
        }

            #poll-wrapper .poll .submit button {
                border: none;
                background-color: silver;
                padding: 1% 4% 1% 4%;
                margin-top: 1%;
            }

        #poll-wrapper .poll .data {
            margin-top: 3%;
            padding: 5%;
            padding-left: 0;
            font-size: 95%;
            height: 650px;
            overflow-y: auto;
        }

            #poll-wrapper .poll .data .title {
                text-align: center;
                padding-bottom: 0.5%;
                margin-bottom: 1.5%;
                font-weight: bold;
                background-color: rgb(248, 248, 248);
            }

            #poll-wrapper .poll .data .content:hover {
                background-color: #f7f7f7;
            }

            #poll-wrapper .poll .data .content {
                margin-bottom: 10px;
                direction: rtl;
                border: 1px solid silver;
                border-radius: 4px;
                padding: 2%;
                box-shadow: 0px 0px 5px silver;
            }

                #poll-wrapper .poll .data .content textarea {
                    max-width: 100%;
                    width: 100%;
                    height: 60px;
                    max-height: 100px;
                    border-radius: 5px;
                }

                #poll-wrapper .poll .data .content input[type=checkbox],
                #poll-wrapper .poll .data .content input[type=radio] {
                    margin-left: 5px;
                }

        #poll-wrapper .poll .controls a {
            border: none;
            background-color: transparent;
        }

            #poll-wrapper .poll .controls a#never {
                float: left;
            }

            #poll-wrapper .poll .controls a#later {
                float: right;
            }

div.site-path {
    margin-bottom: 5px;
    margin-right: 5px;
}

    div.site-path,
    div.site-path a {
        font-weight: bold;
        color: black;
        text-decoration: none;
        font-size: 10pt;
        padding-top: 5px;
    }

        div.site-path .field .value {
            font-weight: normal;
            display: inline-block;
            margin-right: 5px;
            margin-left: 5px;
        }
/*div.site-pathResult {
    margin-bottom: 5px;
    margin-right: 25px;
}*/
div.site-pathResult,
div.site-pathResult a {
    text-decoration: none;
    /*margin-bottom: 30px;*/
    /*font-weight: bold;*/
    Color: #9c9c9c;
    Font-size: 17px;
    /*padding-right: 5px;*/
}

    div.site-pathResult .field .value {
        /*font-weight: normal;*/
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }

.revadim-wrapper .revadim-toggle {
    background-color: #C1C1C1;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 100%;
    margin-top: 10px;
    cursor: pointer;
}

    .revadim-wrapper .revadim-toggle > div {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 5px 8px 5px 8px;
    }

#revadimVertical-align {
    display: none;
}



/************************footer-04/12/2016************************************/

#links-footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 78%;
    display: table;
    /*padding-top: 10px;*/
    /*z-index: 5000;*/
    position: relative;
}

.footerProducts {
    Background-color: #ffffff;
    /*Height: 308px;*/
    border-top: 5px solid #d1d5d7;
}

.footerLinksContent {
    padding-top: 38px;
    padding-bottom: 49px;
    display: flex;
}

.footerLinksColumn {
    min-height: 220px;
    overflow: hidden;
    margin-bottom: 5px;
    display: inline-block;
}

.footerLinksContent .footerLinksColumn {
    width: 253px;
    /*border-left: 1px solid #8e8f8f;*/
    height: 100%;
    vertical-align: top;
}

    .footerLinksContent .footerLinksColumn:first-child {
        text-align: center;
    }

    .footerLinksContent .footerLinksColumn .firstTitle {
        margin-top: 14px !important;
        margin-right: 0px !important;
    }


    .footerLinksContent .footerLinksColumn .underline {
        width: 165px;
        height: 2px;
        margin: auto;
        background-color: #cfcfcf;
        margin-bottom: 31px;
        margin-top: 24px;
    }

    .footerLinksContent .footerLinksColumn .agrementsOfUse {
        font-size: 13px;
        font-weight: 400;
        text-align: center;
    }

        .footerLinksContent .footerLinksColumn .agrementsOfUse span {
            color: #8e8e8e;
        }

    .footerLinksContent .footerLinksColumn .talkToUs {
        font-size: 20px;
        font-weight: 400;
        color: #00b8c6;
        text-align: center;
    }

        .footerLinksContent .footerLinksColumn .talkToUs span {
            font-size: 21px;
        }

    .footerLinksContent .footerLinksColumn .agrementsOfUse span {
        margin-top: 17px;
        color: #8e8e8e;
        font-size: 13px;
        font-weight: 400;
    }


    .footerLinksContent .footerLinksColumn .footerLinksTitle {
        padding: 0;
        margin: auto;
        position: relative;
        display: block;
        margin-right: 76px;
        color: #16a3af;
    }





.footerLinksTitle {
    font-size: 17px;
    color: #16a3af;
    font-weight: normal;
    padding-right: 76px;
    font-weight: 700;
}




.footerLinksContent .footerLinksColumn .FooterSocialNetwork-icons {
    padding-top: 25px;
    padding-bottom: 25px;
}




    .footerLinksContent .footerLinksColumn .FooterSocialNetwork-icons .FooterSocialNetwork-Content {
        position: relative;
        direction: ltr;
        text-align: center;
    }

.footerLinksContent ul {
    margin-top: 8px;
    padding: 0;
    text-align: center;
}

    .footerLinksContent ul li {
        text-align: right;
        padding-top: 4px;
        padding-bottom: 3px;
        margin-right: 76px;
        border-bottom: 1px solid #cfcfcf;
    }

        .footerLinksContent ul li:last-child {
            border-bottom: none;
        }

        .footerLinksContent ul li em {
            Font-size: 13px;
            color: #16a3af;
            vertical-align: middle;
            margin-left: 9px;
        }

        .footerLinksContent ul li a {
            Font-size: 17px;
            Color: #18313e;
            Font-weight: 400;
            cursor: pointer;
        }

/*.container {
    width: 100%;
}*/


.FooterSocialNetwork-Content .footerSocialYouTubeDiv, .FooterSocialNetwork-Content .footerSocialFaceBookeDiv, .FooterSocialNetwork-Content .footertwitterDiv, .FooterSocialNetwork-Content .footerSociallinkedinDiv {
    display: inline-block;
    margin-left: 14px;
    margin-right: 14px;
    Color: #16a3af;
    Font-size: 17px;
    text-align: center;
    position: relative;
}





#footer > span {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #8e8e8e;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 16px; */
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    /* margin-top: 20px; */
    line-height: 25px;
    background: #19303E;
}

#footer span:first-child {
    padding-top: 11px;
}

/************************SaveQuery************************************/

.SaveQueryTitleContent {
    Height: auto;
    width: 100%;
    color: #294858;
    font-size: 22px;
    font-weight: 700;
    line-height: 13.68px;
    border-bottom: 2px solid #c6c6c6;
    padding-top: 8px;
    padding-bottom: 6px;
    display: block;
}

.SaveQueryIconBell {
    Font-size: 24px;
    Color: #19323f;
    display: inline-block;
    float: right;
    margin-right: 16px;
}

.SaveQueryTitleText {
    /*display: inline-block;
    float: right;
    margin-right: 10px;*/
}

.savequerycontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1501;
}

.savequeryhistorycontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1501;
}

.savequerysearchcontainer {
    position: fixed;
    top: 50%;
    left: 10%;
    transform: translate(-50%,-50%);
    z-index: 1501;
    width: 100%;
}

.save-query-placeholder {
    Width: 464px;
    Border: 1px solid #404040;
    Background-color: #ffffff;
    position: relative;
    box-shadow: 1px 5px 43px rgba(4, 24, 57, 0.26);
    border: 1px solid #eaeff3;
    background-color: #ffffff;
    min-height: 406px;
    padding: 20px;
}

    .save-query-placeholder .personalxButton {
        display: block;
        position: relative;
        Font-size: 24px;
        Color: orange;
        right: 401px;
        top: -9px;
        background-color: transparent;
        cursor: pointer;
    }

        .save-query-placeholder .personalxButton div {
            background-color: #fff;
            width: 13px;
            height: 13px;
            position: absolute;
            top: 5px;
            right: 5px;
        }

        .save-query-placeholder .personalxButton img {
            position: absolute;
            top: 2px;
        }

#saveFolderOptions li {
    color: #19323f;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border-bottom: 5px solid #848484;
    width: 95px;
}

    #saveFolderOptions li:last-child {
        position: relative;
        left: 4px;
    }

    #saveFolderOptions li.saveFolderActive {
        border-bottom: 5px solid #21b8c5;
    }

        #saveFolderOptions li.saveFolderActive label {
            color: #21b8c5;
        }

#saveFolderOptions label {
    cursor: pointer;
}

.SaveQueryContentWrapper {
    /*width: 85%;*/
    margin: 0 auto;
}

    .SaveQueryContentWrapper > div {
        margin-top: 15px;
    }

    .SaveQueryContentWrapper .text-field {
        font-size: 14px;
    }

.saveFolderFolders > div {
    margin-top: 10px;
}

.saveFolderFolders .text-field select {
    width: 100%;
}

.saveFolderFolders .text-field input,
.field-section .text-field input {
    /*width: 100%;
    Height: 31px;
    Border: 1px solid #e6e6e6;
    Background-color: #ffffff;
    background-image: initial;*/
}

.saveFolderFolders .text-field label,
.field-section .field-label label {
    Font-size: 14px;
    Color: #19323f;
    Font-weight: normal;
}

.SaveQueryContentWrapper button {
    width: 411px;
    height: 44px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #2db8c1;
    background-color: #2db8c1;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 13.68px;
}

.SaveQueryContentWrapper .smart-agent label {
    color: #5c6a72;
    font-size: 17px;
    font-weight: 400;
    line-height: 13.68px;
}

.saveFolderFolders .userFolderSelect {
    position: relative;
    display: block;
    z-index: 0;
}

    .saveFolderFolders .userFolderSelect select {
        background-color: transparent;
        -webkit-appearance: none;
    }

    .saveFolderFolders .userFolderSelect em {
        Font-size: 23px;
        Color: #07bac8;
        position: absolute;
        z-index: -1;
        left: 8px;
        top: 9px;
    }

/*.aboutProductList li {
    display: flex;
    padding-bottom: 5px;
    padding-top: 5px;
}*/

.moreSearchHis {
    float: left;
    padding-left: 32px;
    padding-top: 14px;
}

.aboutMore {
    padding: 15px;
}

.aboutMoreText {
    display: inline-block;
    /*font-size: 14px;*/
    vertical-align: middle;
    margin-right: 15px;
    Color: #19323f;
}

.aboutMore img {
    width: 77px;
}


.AboutPage .aboutMore .aboutMoreText a {
    color: #07bac8;
}

    .AboutPage .aboutMore .aboutMoreText a:hover {
        text-decoration: underline !important;
    }

    .AboutPage .aboutMore .aboutMoreText a img {
        width: 12px;
    }




.aboutMoreText a {
    /*color: #07bac8;*/
    cursor: pointer;
}

    .aboutMoreText a em {
        padding-right: 5px;
    }

.footerBlockAbout {
    color: #07bac8;
    padding-bottom: 5px;
}

    .footerBlockAbout a:hover {
        color: #07bac8;
    }


.aboutClients {
    display: flex;
}

.clientName {
    float: left;
    margin-left: 46px;
    font-size: 14px;
    margin-top: 5px;
}

.bottomQuoteRight {
    position: relative;
    top: 33px;
    right: -45px;
}

.bottomQuoteLeft {
    position: relative;
    top: 35px;
    left: 60px;
}

.clientText {
    display: inline-flex;
    width: 280px;
}

    .clientText em {
        padding-left: 5px;
    }

.aboutBody {
    Color: #19323f;
    font-size: 16px;
    padding-top: 16px;
    margin-right: 20px;
}

.abuotCheckIcon {
    Color: #19323f;
    font-size: 16px;
}

/*.aboutProduct {
    display: inline-block;
    padding-left: 3px;
}*/

/*.aboutProduct span {
        color: #07bac8;
    }*/

.subtitleBlock {
    font-weight: bold;
    /*font-size: 18px;*/
    /*padding-top: 10px;*/
    padding-bottom: 5px;
}

.moreSections {
    padding-top: 10px;
}

.aboutHeaders {
}

.aboutIcon {
    color: #07bac8;
}

.aboutTitle {
    Color: #404041;
    Font-size: 16px;
    Font-weight: normal;
    margin-top: 10px;
}

#topPageDiv {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #07bac8;
    right: 0px;
    bottom: 122px;
    cursor: pointer;
    display: none;
}

    #topPageDiv:hover {
        background: #ed474a;
    }

    #topPageDiv .topPageIcon {
        color: #ffffff;
        font-size: 48px;
        position: relative;
        right: 5px;
        top: -5px;
    }

.rightContactSubs {
    font-weight: bold;
    padding-top: 16px;
}

.mivzakimlist {
    position: relative;
    z-index: 1;
}

.newsLetterCaretDown {
    Font-size: 23px !important;
    Color: #07bac8;
    position: absolute;
    left: 12px;
    top: 38px;
    z-index: -1;
    top: 25px;
    transform: translateY(-50%);
}

.newsLetterTitle {
    font-weight: bold;
    color: #07bac8;
}

.newsLetterConferencesTd {
    border-bottom: 1px solid #07bac8;
    padding-bottom: 5px;
}

.mivzakItemLink {
    color: #07bac8;
}

.mivzakItemTitle {
    font-weight: bold;
    color: #07bac8;
}

.newsLetterTitleTd {
    border-bottom: 1px solid #07bac8;
    position: relative;
    bottom: 5px;
    font-size: 20px;
}

#bodyContent {
    Color: #19323f;
    font-size: 16px;
    /*padding-top: 16px;
    margin-right: 10px;*/
}

.categoryContainer {
    border: 1px solid #07bac8;
    border-collapse: separate;
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
}

.moreConferences {
    color: #07bac8;
}

.mivzakSelection {
    margin: 0 auto;
    Width: 280px;
    Height: 33px;
    border: 1px solid #6D7780;
    padding-right: 5px;
    font-size: 18px;
    margin-right: 18px;
    -webkit-appearance: none;
    z-index: 1;
    background-color: transparent;
}

.treeSubTitle {
    Color: #404041;
    /*Font-size: 16px;*/
    Font-weight: normal;
    margin-top: 10px;
}

.contactBody {
    Color: #19323f;
    font-size: 16px;
    padding-top: 16px;
    margin-right: 20px;
}

    .contactBody em {
        font-weight: bold;
    }

.contactRightTitle {
    padding-bottom: 16px;
    font-weight: bold;
}

.contactMoreText {
    text-align: center;
    background-color: #07bac8;
    color: white;
    font-size: 16px;
    width: 93%;
    padding: 4px;
    line-height: 30px;
    height: 35px;
    cursor: pointer;
}

.contactField {
    padding-bottom: 20px;
    padding-top: 10px;
}

    .contactField span {
        color: red;
    }

    .contactField label {
        font-weight: normal;
    }

    .contactField div {
        display: inline-block;
        width: 116px;
    }

/************************endooter-04/12/2016************************************/

/*Scrollbar code*/
/*::-webkit-scrollbar {
    width: 8px !important;
    Border: 1px solid #404041 !important;
    line-height: 70px;
    background-color: white;
        background-color: #555;
        border-radius: 16px;
}

::-webkit-scrollbar-thumb {
    background-color: #404041 !important;
}

::-webkit-scrollbar-button {
    color: #008aab !important;
    font-size: 17px !important;
    Border: 1px solid #404041 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
*/
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block !important;
}

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
    display: none !important;
}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:end:increment {
    background-image: url(../../../Images/ScrollBar/scrollDownArrow.png) !important;
}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:start:decrement {
    background-image: url(../../../Images/ScrollBar/scrollUpArrow.png) !important;
}


::-webkit-scrollbar {
    width: 9px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background: #16a3af;
    border: 0px none #ffffff;
    border-radius: 40px;
}
/*::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}*/
/*::-webkit-scrollbar-thumb:active {
  background: #000000;
}*/
::-webkit-scrollbar-track {
    background: #848484;
    border: 6px solid transparent;
    background-clip: content-box;
}
/*::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}*/
::-webkit-scrollbar-corner {
    background: transparent;
}


/************************IntroJsOverride************************************/

.introjs-tooltiptext {
    font-size: 16px;
}

.introjs-bullets ul li {
    float: right !important;
}

.introjs-tooltip {
    direction: ltr !important;
}

.introjs-tooltipbuttons {
    direction: inherit;
}

#deleteDiv {
    display: none;
    Width: 356px;
    Height: 208px;
    Background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1501;
}

    #deleteDiv .modal-body {
        text-align: center;
        padding-top: 24px;
    }

.allKeysDescription {
    float: left;
    padding-left: 16px;
    Color: #07bac8;
    text-decoration: underline;
    line-height: 35px;
}

#deleteDiv .deleteDivButtons {
    border: none;
    text-align: center;
    padding-top: 10px;
}

    #deleteDiv .deleteDivButtons button {
        border: none;
        Font-size: 16px;
        Color: #ffffff;
        Width: 98px;
        Height: 34px;
        Background-color: #07bac8;
        Text-align: center;
        border-radius: 0px !important;
        position: inherit;
        margin-left: 37px;
        margin-right: 37px;
    }

/*trail box*/


.closeTrailBox {
    float: left;
    position: relative;
    right: 10px;
    bottom: 10px;
    Font-size: 18px;
    Color: #ffffff;
    cursor: pointer;
}

.trailBox {
    width: 290px;
    height: 100px;
    position: fixed;
    right: 252px;
    top: 76%;
    box-shadow: 0 0 11px black;
    z-index: 1500;
}

.trailBoxHead {
    Background-color: #19323f;
    height: 70px;
    padding: 16px;
}

.trailBoxBody {
    Background-color: #e7211f;
    height: 30px;
    text-align: center;
}

.trailBoxText {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    padding-right: 15px;
    padding-top: 3px;
}

.trailBoxLink {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

    .trailBoxLink:hover {
        color: #ffffff;
    }

.layoutRightSide {
    width: 18.5%;
    float: right;
    padding-left: 0px;
    margin-top: 10px;
}

.layoutLeftSide {
    width: 80.5%;
    padding-right: 0px;
}

.loginHead {
    Color: #e7211f;
    text-align: center;
}

.subHeadAlign {
    text-align: center;
}

.rightLogin {
    border: 1px solid #07bac8;
    width: 305px;
    padding-top: 11px;
}

.mainLoginPage {
    text-align: center;
}

.leftLogin {
    width: 375px;
    background-color: #e7211f;
    color: #ffffff;
    padding-right: 30px;
    padding-top: 11px;
}

.loginBody {
    display: inline-flex;
}

.loginMain {
    text-align: center;
}

.notesRow {
    display: inline-flex;
}

    .notesRow div {
        display: inline-block;
    }

    .notesRow .secNote {
        padding-right: 16px;
    }

    .notesRow em {
        padding-left: 5px;
    }

.leftLogin .notes {
    line-height: 2;
}

.leftLogin .fa-arrow-circle-left {
    padding-left: 5px;
    Color: #404041;
}

.loginTrailMembershipInput {
    Background-color: #ffffff !important;
    Font-weight: normal;
    Color: #404041;
    Width: 145px;
    Height: 35px;
    padding: 2px;
    margin-left: 16px;
    margin-bottom: 16px;
}

#rememberMeInner {
    bottom: 5px;
}

.loginLongTrailMembershipInput {
    Background-color: #ffffff !important;
    Font-weight: normal;
    Color: #404041;
    Width: 309px;
    Height: 35px;
    padding: 2px;
    display: block;
    margin-bottom: 16px;
}

.loginTrailMembershipButton {
    Background-color: #404041;
    Font-weight: bold;
    Color: #ffffff;
    Width: 309px;
    Height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    margin-bottom: 16px;
}

.loginLongWideTrailMembershipInput {
    Height: 89px;
    Background-color: #ffffff;
    Font-weight: normal;
    Color: #404041;
    Width: 309px;
    padding: 2px;
    display: block;
    margin-bottom: 16px;
    resize: none;
}

#accessibility-widget .acc-handler {
    background-image: url('../../../images/sponsers/icon_nagishut.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}


.dropMenuCaption {
    Height: auto;
    width: 100%;
    color: #294858;
    position: relative;
    font-weight: 700;
    line-height: 13.68px;
    border-bottom: 2px solid #c6c6c6;
    padding-top: 8px;
    padding-bottom: 6px;
    display: block;
}
