/* Minification failed. Returning unminified contents.
(2135,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/*! jQuery UI - v1.11.0 - 2014-07-04
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default!important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 16em;
    overflow: scroll;
    z-index: 10000 !important;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.calcButton.ui-button .ui-button-text{
    margin-top:10px;
    padding: .4em 1.3em .4em 1.8em !important;
}

/*.ui-button-icon1{
    background-image: url(your-path-to-normal-image-file.png);
    width: 32px;
    height: 32px; 
}*/

/*.ui-button .ui-button-icon1 {
    background-image: url(/Images/icons/mortgageRefinance32W.png);
    width: 32px;
    height: 32px;
    position: relative;
    top: 12px;
    right: 40px;
}*/

/*.calcButton{
    width:15% !important;
    height:5em !important;
    font-weight:bold;
}*/

.ui-button.ui-state-hover .ui-button-icon1 {
    background-image: url(/Images/icons/calculatorsSprites.png);
    width: 32px;
    height: 32px; 
    position: relative;
    top: 12px;
    right: 40px;
}

/*.calcButton.ui-state-default, .calcButton.ui-icon{
    background-image: url(/Images/icons/mortgageRefinance32.png);
    width: 32px;
    height: 32px;
    position: relative;
    top: 12px;
    right: 40px;
}*/

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    /*margin-right: 7px;*/
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 0.4em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("/css/images/animated-overlay.gif");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: scroll;
        overflow-x: hidden;
        padding-bottom: 1px;
        max-height: 250px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        /*right: 0.5em;
        left: auto;*/
        right: auto;
        left: 0.5em;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        font-weight: bold;
        text-align: right;
        padding: 0.4em 0.5em 0.4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: rtl;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;

    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #17765a;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaa;
    /*background: #fff url("/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
    background: #fff 50% 50% repeat-x;
    color: #222;
     direction: rtl;
}

    .ui-widget-content a {
        color: #222;
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        /*background: #f1f1f1 url("/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
        background: #f1f1f1 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

#cbSelectLabel.ui-state-default, #cbSelectLabel.ui-widget-content ui-state-default, #cbSelectLabel.ui-widget-header ui-state-default {
    border: 2px solid #d7d9b4;
    background: #fff url("/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x !important;
    font-weight: normal;
    color:black;
}
    
#cbSelectLabel.ui-state-default:hover{
    opacity:0.8;
}

.cbSelectLabel1.ui-state-default, .cbSelectLabel1.ui-widget-content ui-state-default, .cbSelectLabel1.ui-widget-header ui-state-default {
    border: 1px solid black;
    background: #fff !important;
    font-weight: normal;
    color:black;
}

.cbSelectLabel1.ui-state-default:hover {
    opacity:0.8;
}




    #slider.ui-state-default, #slider.ui-widget-content .ui-state-default, #slider.ui-widget-header .ui-state-default,
    #sliderMonthlyPayment.ui-state-default, #sliderMonthlyPayment.ui-widget-content .ui-state-default, #sliderMonthlyPayment.ui-widget-header .ui-state-default,
    #sliderCurrentInterest.ui-state-default, #sliderCurrentInterest.ui-widget-content .ui-state-default, #sliderCurrentInterest.ui-widget-header .ui-state-default,
    #sliderNewInterest.ui-state-default, #sliderNewInterest.ui-widget-content .ui-state-default, #sliderNewInterest.ui-widget-header .ui-state-default,
    #sliderTerm.ui-state-default, #sliderTerm.ui-widget-content .ui-state-default, #sliderTerm.ui-widget-header .ui-state-default,
    #sliderCosts.ui-state-default, #sliderCosts.ui-widget-content .ui-state-default, #sliderCosts.ui-widget-header .ui-state-default,
    #sliderMadad.ui-state-default, #sliderMadad.ui-widget-content .ui-state-default, #sliderMadad.ui-widget-header .ui-state-default
     {
        border: 1px solid #d3d3d3;
        /*background: #b2d732 url("/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
        background: #b2d732 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

    #slider2.ui-state-default, #slider2.ui-widget-content .ui-state-default, #slider2.ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        /*background: #b2d732 url("/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
        background: #b2d732 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        /* Custom */
        /*background: #f0eee9 url("/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;*/
        background: #f0eee9 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url("/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

    #cbSelectLabel.ui-state-active, #cbSelectLabel.ui-widget-content .ui-state-active, #cbSelectLabel.ui-widget-header .ui-state-active,
    .cbSelectLabel1.ui-state-active, .cbSelectLabel1.ui-widget-content .ui-state-active, .cbSelectLabel1.ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        /*background: #fff url("/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x !important;*/
        background: #17765a 50% 50% repeat-x !important;
        font-weight: normal;
        color: white;
    }
    #cbSelectLabel.ui-state-active:hover, .cbSelectLabel1.ui-state-active:hover{
        opacity: 0.7;
    }




        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/css/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/css/images/ui-icons_454545_256x240.png");
}

.calcButton .ui-state-default, .calcButton .ui-icon{
    background-image: url(/Images/icons/calculatorsSprites.png);
    width: 32px;
    height: 32px;
    position: relative;
    top: 12px;
    right: 40px;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/css/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/css/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/css/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/css/images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-calenderCalc32 {
    width: 32px;
    height: 32px;
    background-position: -5px -5px;
}

.ui-icon-clipboard32 {
    width: 32px;
    height: 32px;
    background-position: -47px -5px;
}

.ui-icon-contract32 {
    width: 32px;
    height: 32px;
    background-position: -89px -5px;
}

.ui-icon-home32 {
    width: 32px;
    height: 32px;
    background-position: -5px -47px;
}

.ui-icon-loanCalc32 {
    width: 32px;
    height: 32px;
    background-position: -47px -47px;
}

.ui-icon-loans32 {
    width: 32px;
    height: 32px;
    background-position: -89px -47px;
}

.ui-icon-mortgageRefinance32 {
    width: 32px;
    height: 32px;
    background-position: -5px -89px;
}

.ui-icon-mortgageRefinance32W {
    width: 32px;
    height: 32px;
    background-position: -47px -89px;
}

.ui-icon-pensionCalc32 {
    width: 32px;
    height: 32px;
    background-position: -89px -89px;
}

.ui-icon-realEstateTax32 {
    width: 32px;
    height: 32px;
    background-position: -131px -5px;
}

.ui-icon-retirementCalc32 {
    width: 32px;
    height: 32px;
    background-position: -131px -47px;
}

.ui-icon-wallet32 {
    width: 32px;
    height: 32px;
    background-position: -131px -89px;
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url("/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}


/* main menu */

#menu.ui-widget-content {
    background: none;
    border: none;
    font-weight: normal;
}

#menu.ui-widget-content a {
        color: #222;
        font-weight: normal;
    }

#menu .ui-menu {
    overflow: hidden;
    z-index: 9999999;
}

    #menu.ui-menu .ui-menu {
        overflow: visible !important;
        direction: rtl;
        width: 140px;
        border: none;
        background-color: #e7e7e7;
    }

#menu.ui-menu-item {
    background-color: none;
}

#menu.ui-menu > li {
    float: left;
    display: block;
    width: auto !important;
    direction: ltr;
    padding-left: 7px;
}

#menu.ui-menu ul li {
    display: block;
    float: none;
    background-color: #f0eee9;
}

    #menu.ui-menu ul li ul {
        left: 120px !important;
        width: 100%;
        background-color: #f0eee9;
        border: none;
    }

        #menu.ui-menu ul li ul li {
            width: auto;
        }

            #menu.ui-menu ul li ul li a {
                float: right;
            }

#menu.ui-menu > li {
    margin: 5px 6px !important;
}

    #menu.ui-menu > li > a {
        float: right;
        display: block;
        clear: both;
        overflow: hidden;
        font-weight: normal;
    }

#menu.ui-menu.ui-menu-icon {
    margin-top: 0.3em !important;
}

#menu.ui-menu.ui-menu.ui-menu li {
    float: right;
    display: block;
    padding-right: 0px;
    width: 133px;
    margin-right: 1px;
    margin-top: 2px;
}

.no-icon {
    display: none;
}

/* theme modifications */
#menu.ui-menu .ui-menu-item a.ui-state-focus, #menu.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: 0px;
    padding-right: 0px;
    
}

#menu.ui-state-hover, #menu.ui-widget-content .ui-state-hover, #menu.ui-widget-header #menu.ui-state-hover, #menu.ui-state-focus, #menu.ui-widget-content .ui-state-focus, #menu.ui-widget-header .ui-state-focus {
    border: none;
    background: none;
    font-weight: normal;
    background-color: #BCCC00;
}

#menu.ui-state-active, #menu.ui-widget-content .ui-state-active, #menu.ui-widget-header .ui-state-active {
    border: none;
    background: none;
    font-weight: normal;
    color: white;
}

#menu {
    z-index: 9999999;
}

#ddlPeopleNumber-button{
    position:relative;
    top:10px;
}

#ddlGil1-button, #ddlGil2-button{
    margin-right:1.5em;
}

.overflowSelect {
    height: 200px;
}
.mainCenterDesign {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    direction: rtl;
    height: 100%;
    background-color: white;
    position: relative;
    /*top: 170px;*/
    top: 20px;
}

.mainTable td {
    padding: 4px;
    height: 20px;
}

.mainTable a:hover {
    color: #17765a;
    text-decoration: none;
}

.searchBox {
    //width: 467px;
    display: inline-block;
    width: 49.3%;
    height: 487px;
    background-color: #ebebeb;
    display: inline-block;
    /margin-right: 2px;
    float: right;
    margin-top: 7px;
}

#rightBox {
    display: inline-block;
    width: 25%;
    float: right;
    //margin-top: 7px;
}

.mainBox {
    display: inline-block;
    //width: 230px;
    width: 25%;
    height: 240px;
    //border: 1px solid Gray;
    float: right;
    margin-top: 7px;
}

.mainBoxCalc {
    display: inline-block;
    width: 16.667%;
    height: 160px;
    float: right;
    margin-top: 7px;
}

.fixWidthBox {
    width: 100%;
}

.boxLink:hover {
    opacity: 0.40;
    -moz-opacity: 0.40;
    //filter: alpha(opacity = 40);
}

.productTitle {
    //display: inline-block;
    float: right;
    width: 240px;
    height: 52px;
    margin-top: -54px;
    background-color: #000000;
    opacity: 0.40;
    -moz-opacity: 0.40;
    //filter: alpha(opacity = 40);
    display: inline-block;
    //position: relative;
}

.titleText {
    float: right;
    width: 240px;
    font: bold 17px Arial;
    color: #ffffff;
    text-align: right;
    direction: rtl;
    position: relative;
    margin: -40px 8px 0 0;
    z-index: 1;
    position: relative;
}

.titleImg:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    //filter: alpha(opacity = 0.9);
}

.box5 {
    margin-right: 7px;
    margin-top: 7px;
}

.titleImg {
    max-width: 100%;
    height: auto;
    /*max-width: 230px !important;
            max-height: 230px !important;
            width: 230px;
            height: 230px*/
}


.logo {
    //margin-top: 33px;
    margin-right: 24px;
    max-width: 97%;
    height: auto;
    position: relative;
    bottom: 25px;
}

.logoContainer {
    height: 48%;
}

.navImgContainer {
    display: none;
}

.subTitleText {
    font: bold 22px arial,sans-serif;
    letter-spacing: 12px;
    margin-left: auto;
    margin-right: 75px;
}

.titleH1 {
    //margin-top: 55px;
    font: 22px arial,sans-serif;
    display: block;
    //margin-right: 87px;
    margin-right: 20%;
}

.search {
    position: relative;
    //top: 20px;
    //right: 20px;
    right: 6%;
    height: 47px;
    width: 425px;
    background-color: white;
    top: -1%;
}

.searchTxt {
    border: none;
    font: 17px arial,sans-serif;
    height: 27px;
    margin-top: 9px;
    width: 370px;
    margin-right: 10px;
    text-indent: 4px;
}

    .searchTxt:focus {
        border-color: #66afe9;
        border: solid 1px #BCCC00;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

.imgSearch {
    position: absolute;
    top: 10px;
    left: 10px;
}

.box3 {
    margin-right: 5px;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .menuImg {
        position: relative;
        top: 12%;
        float: left;
        left: 2%;
    }

    #mobileMenu {
        position: fixed;
        left: 4%;
        width: 80%;
        top: 18.8%;
        z-index: 100;
        background-color: white;
    }
    
    .mainCenterDesign {
        display: inline-block;
        float: right;
        width: 100% !important;
        direction: rtl;
        margin-top: 0px;
        position: relative;
        top: 120px;
    }

    .searchBox {
        /*height: 310px;
                margin-right: 4px;
                margin-left: 4px;
                display: inline-block;
                float: right;
                width: 97%;
                direction: rtl;*/
        z-index: 99;
        float: right;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        display: inline-block;
        float: right;
        margin-top: 0px;
    }

    .logo {
        margin-top: 10px;
        //margin-right: 40px;
        max-width: 80%;
        height: auto;
    }

    #rightBox {
        width: 100%;
    }

    .mainTable {
        display: none;
    }

    .box5 {
        margin-right: 0px;
    }

    .adjustBox {
        margin-right: 7px;
    }

    #markerHeader {
        display: none;
    }

    .logoContainer {
        margin-right: 4px;
        margin-left: 4px;
    }

    .logo {
        display: inline-block;
        margin-right: 18px;
    }

    .navImgContainer {
        display: inline-block;
    }

    .navImg {
        display: inline-block;
        max-width: 25%;
        height: auto;
    }

    .productTitle {
        width: 100%;
    }

    .titleText {
        width: 100%;
    }

    .mainBox {
        display: inline-block;
        width: 47%;
        height: auto;
        float: right;
    }

    .mainBoxCalc {
        //width: 33.334%;
        width: 30.6%;
        height: 30.6%;
    }

    .subTitleText {
        //margin-right: 18px;
        display: none;
    }

    .titleH1 {
        margin-top: 5px;
        font: 13pt arial,sans-serif;
        display: block;
        margin-right: 42px;
    }

    .search {
        width: 90%;
        position: relative;
        top: -5px;
        right: 20px;
        height: 24px;
        width: 90%;
        background-color: white;
        margin-bottom: 4px;
    }

    .searchTxt {
        width: 82%;
        margin-top: 0px;
        font: 12pt arial,sans-serif;
        height: 22px;
    }

    .imgSearch {
        position: absolute;
        top: 3px;
        left: 10px;
        width: 6%;
        height: auto;
    }

    .box2 {
        margin-top: 0px;
    }

    .box3 {
        margin-right: 7px;
    }
}

/***** Common *****/
body {
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

html{
    scroll-behavior:smooth;
}

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

*:focus {
    outline: none;
}

.rtl {
    direction: rtl !important;
}

.mt1{
    margin-top:1em;
}

.mt2 {
    margin-top: 2em;
}

.mt3 {
    margin-top: 3em;
}

.mb1 {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.mb3 {
    margin-bottom: 2em;
}

/* Themarker*/
a * {
    cursor: pointer;
}

form, fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

.oh {
    overflow: hidden;
}

.center{
    text-align:center;
}
input, select, textarea {
    font: 100% arial,helvetica,sans-serif;
    font-family: 'Noto Sans Hebrew', sans-serif;
    vertical-align: top;
}

a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.footer {
    margin-bottom: 20px;
}

    .footer ul {
        list-style: none;
        margin: 0;
    }

    .footer .footerHead {
        background: url("/images/themarker/separator8.gif") repeat-x scroll 0 100% transparent;
        overflow: hidden;
        height: 1%;
    }

    .footer .headAndCredits {
        margin-left: auto;
        margin-right: auto;
        width: 983px;
    }

    .footer ul {
        padding: 0;
        overflow: hidden;
        height: 1%;
    }

    .footer a {
        font-size: 12px;
        color: #525252;
    }

    .footer .headAndCredits li {
        background-repeat: no-repeat;
        background-image: url("/images/themarker/separator3.gif");
        background-color: transparent;
        color: #525252;
        padding: 4px 7px;
    }

    .footer ul.headList {
        float: right;
        margin-right: -5px;
    }

        .footer ul.headList li {
            background-position: 0 8px;
            margin-left: -1px;
            float: right;
        }

    .footer ul.creditList {
        float: left;
    }

        .footer ul.creditList li {
            background-position: 100% 8px;
            margin-right: -1px;
            float: left;
        }

    .footer .columns {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        width: 1200px;
        text-align: center;
    }

        .footer .columns .columnsHolder {
            height: 1%;
            display: inline-block;
        }

        .footer .columns ul.column {
            border-right: 1px solid #e8e8e8;
            display: inline-block;
            vertical-align: top;
            width: 121px;
        }

            .footer .columns ul.column:first-child {
                border-right: 1px solid white;
            }

            .footer .columns ul.column .title {
                color: #17765a;
                font-weight: bold;
            }

            .footer .columns ul.column li {
                margin: 5px 10px 0 10px;
                text-align: right;
            }

                .footer .columns ul.column li a {
                }

.inlineBlock{
    display:inline-block;
}

.block{
    display:block;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.border-boxFooter {
    height: 1%;
    overflow: hidden;
    margin-bottom: 30px;
    border-top: 5px solid #bcc000;
    position: relative;
    z-index: 10;
}

.border-box {
    border-top: 5px solid #BCCC00;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0;
}

#footer {
    overflow: hidden;
    width: 100%;
}

.disclaimer {
    color: #232323;
    font-size: 11px;
    text-align: center;
}

.sub-section {
    background: url("/images/themarker/bg/divider1.gif") repeat-x scroll 0 100% transparent;
    font-size: 14px;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 1px;
    width: 100%;
}

    .sub-section li {
        background: url("/images/bg/separator3.gif") no-repeat scroll 100% 6px transparent;
        float: right;
        font-weight: bold;
        margin-right: -1px;
    }

    .sub-section a {
        display: block;
        padding: 0 11px;
    }

        .sub-section a:hover {
            color: #8DA91C;
            text-decoration: none;
        }

    .sub-section .active {
        background-color: #B2D234;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
/* Themarker*/

#tmHeader {
    width: 100%;
    height: 48px;
    box-shadow: 0 2px 7px;
}

.headerInner {
    text-align: center;
    position: relative;
    top: 10px;
}

.accessibleIcon {
    display: inline-block;
    width: 42px;
    height: 40px;
    background: url(/Images/icons/accessibleIcon.png) no-repeat;
    position: relative;
    bottom: 19px;
}

#accessibility {
    width: 100%;
    height: 48px;
    border-bottom: 2px solid black;
    background-color: #ededed;
}

#accessibility-setting-buttons {
    position: relative;
    top: 12px;
}

.accessibilityDeclaration {
    display: inline;
    margin-left: 20px !important;
}
/*input:focus, select:focus{
    border-color:gray !important;
}*/


.closeBtn {
    width: 24px;
    height: 24px;
    background: url(/Images/icons/close24.png) no-repeat;
    float: left;
}

.btn-group {
    display: inline-block;
    margin-right: 15px;
}

#accessibility button {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.bold1 {
    font: bold 16px Arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.bold2 {
    font: bold 15px Arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.underline {
    text-decoration: underline;
}

.font1 {
    font: 400 1.2em arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.font2 {
    font: bold 1.2em arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.font3 {
    font: bold 1.4em arial !important;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.font4 {
    font: 400 1.2em arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    line-height: 1.3em;
}

.font5 {
    font: 400 1.3em arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.font6 {
    font: bold 1.3em arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.font7 {
    font: bold 1em arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.ddl1 {
    width: 5em;
    height: 2em;
}

.section1 {
    margin: 1em 0em 2em 2em;
}

.border-box10 {
    border-top: 5px solid #5a5a5c;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0;
    width: 95%;
}

.main {
    position: relative;
    /*width: 980px;*/
    width:100%;
    height: auto;
    top: 10px;
    float: right;
}

.mainIndex {
    position: relative;
    float: right;
    width: 665px;
    height: 100%;
    border-left: 1px solid #e7e7e7;
}

.mainIndexRows {
    position: relative;
    float: right;
    width: 650px;
    height: 100%;
}

.topLeft {
    position: relative;
    width: 300px;
    float: left;
    border: solid 1px White;
    height: 100%;
}

.lead {
    position: relative;
    left: 0px;
    height: auto;
    width: 300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #edf1d8;
    border: 1px solid White;
}

.leadTitle, .leadH3Title {
    /*background-color: #5b5b5b;*/
    background-color: #17765a;
    min-height: 27px;
    /*border: 1px solid #5b5b5b;*/
    border: 1px solid #17765a;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    /*font-family: arial, helvetica, sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 18px !important;
    vertical-align: middle;
    font-weight: 600;
    padding-top: 6px;
}


.leadFieldName {
    margin-right: 12%;
    color: #4F4F4F;
}

.leadYatzranim{
    text-align:right;padding-right:10%;
}
.leadYatzranimCell{
    margin-bottom:2%;
}

.boxMessage1 {
    text-align: center;
    margin-top: 4em;
    border: 6px solid #D1F5D1;
}

#expandYazranim {
    width: 225px;
}

.theMarkerArticles {
    width: 100% !important;
    max-width: 800px;
    top: 0px !important;
    margin-top: 0px !important;
}

.theMarkerArticlesFonts {
    font-size: 1.125rem !important;
    line-height: 1.6666666667em;
}

.yatzranimDiv {
    display: none;
    margin-top: 10px;
    margin-right: 30px;
    width: 90%;
}

.chooseYatzranim {
    margin-top: 10px;
    margin-right: 30px;
    width: 90%;
}

.articlesBox {
    position: relative;
    left: 0px;
    height: auto;
    width: 100%;
}

.radiusTop {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.compareDiv {
    width: 101px;
    height: 25px;
    background-image: url(/Images/compareButton.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 1px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 35px;
    border-radius: 4px;
}

.indexControlsButtonsBox {
    width: 650px;
    height: 60px;
    margin-bottom: 2px;
    padding-bottom: 10px;
}

.indexResults {
    width: 650px;
    height: 30px;
    margin-bottom: 0px;
    position: relative;
    top: 10px;
    margin-top: 15px;
}

.sorting {
    position: relative;
    top: 50px;
    float: left;
}

.sorting1 {
    position: relative;
    top: 50px;
    left: 2px;
    float: left;
    font-size: 14px;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.searchResultsNum {
    float: right;
    position: relative;
    top: 50px;
    font-size: 14px;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.sortingFinance {
    top: 36px;
}

.compareButtons {
    direction: rtl;
    position: relative;
    float: left;
    top: 14px;
    left: 2px;
    width: 212px;
    height: 24px;
}

.clearAll {
    width: 101px;
    height: 25px;
    background-image: url(/Images/clearCeckBox.png);
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
    position: relative;
    float: right;
    margin-left: 10px;
}

.subjectTdText {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    padding: 5px 10px 10px 10px;
    border: 1px solid #d8dbb0;
}

.otherProducts {
    margin-right: 0em;
    padding-right: 0em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    list-style-type: none;
}

    .otherProducts a {
        font-size: 14px;
        margin-top: 4px;
    }

    .otherProducts li {
        background-image: url(/Images/companies/arrowLeft.png);
        background-repeat: no-repeat;
        background-position: left;
        border-top: 1px solid #b7b7b7;
        min-height: 28px;
        padding-top: 8px;
    }

.items {
    font-weight: bold;
    list-style-image: url(/Images/Money/square.jpg);
    padding-right: 10px;
    margin-top: 0px;
}

    .items span {
        color: #B2D234;
    }

    .items a:hover {
        color: #8DA91C;
        text-decoration: none;
        background: #F7F7F3;
    }

.imgCacculators {
    width: 210px;
    height: 122px;
}

#sitemap{
    margin-bottom:1em;
}

.sitemap {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #17765a;
}

.sitemapArrow {
    position: relative;
    top: -1px;
}

.sitemapArrow1 {
    display: inline-block !important;
}

#breadcrumb{
    margin: 2em 0 2em 0;
}

ul.breadcrumb {
    padding: 10px 2px;
    list-style: none;
    display: inline;
    list-style-position: outside;
    /*background-color: #eee;*/
}
    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
        color: #17765a;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb li + li:before {
            padding: 4px;
            color: #17765a;
            content: "›";
        }
        /* Add a color to all links inside the list */
        ul.breadcrumb li a {
            /*color: #0275d8;*/
            color: #17765a;
            text-decoration: none;
        }
            /* Add a color on mouse-over */
            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }
.indexButton {
    display: inline-block;
    height: 10px;
    width: 80px;
}

.indexButton2 {
    display: inline-block;
    height: 15px;
    width: 110px;
    font: bold 15px arial !important;
    font-family: 'Noto Sans Hebrew', sans-serif;
    line-height: 14px !important;
    text-align: right;
}

.ppcButton {
    background-image: url(/Images/icons/2leftArrow24.png) !important;
    background-repeat: no-repeat;
    background-position: 10px;
}

.outerIndexButton {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.outerIndexButtonGV {
    text-align: center;
    width: 80px;
    height: 18px;
    display: table-cell;
    vertical-align: middle;
}

.calcLinks {
    width: 300px;
    height: 36px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    background-image: url(/Images/companies/arrowLeft.png);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 15px;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.calcLinkslinehieght {
    line-height: 35px;
}
    
.calcLinks:hover {
        background-color: #f7f7f3;
    }

.calcLinksSubPage {
    width: 300px;
}

.productDetails {
    color: #515151 !important;
}

.comparePanelBox {
    width: 644px;
    height: 102px;
    margin-top: 10px;
    border: solid 2px #17765a;
    border-radius: 4px;
    background-color: white;
    margin-bottom: 4px;
    display: none;
}

.innerBoxText {
    font-size: 14px;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.goToSite80 {
    text-align: center;
    width: 80px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
}

.li {
    color: Black;
    margin-right: 1.7em;
}

.ul {
    list-style-image: url(/Images/ulDimond.png);
    margin-right: 0em;
    padding-right: 0.2em;
    margin-bottom: 1em;
}

.compImg {
    margin-right: 2px;
    margin-left: 2px;
}

.insideText {
    font-size: 14px;
    color: #515151 !important;
}

.titleImg {
    position: relative;
    top: 2px;
}

.green {
    color: #8FA200;
    font-weight: bold;
    text-align: center;
}

.red {
    color: #ad5a50;
    font-weight: bold;
    text-align: center;
}

/***** Mortgage *****/

.mortgageSearch {
    margin-top: 15px;
    background-color: #edf1d8;
    text-align: center;
}

.mortgageSearchTitle {
    line-height: 2.5em !important;
}

.mortgageTypes {
    margin-bottom: 15px;
}

.searchCriteria {
    width: 648px;
    height: 73px;
    border: solid 1px White;
    background-color: #525252;
    background-image: url(/Images/companies/filtersBG.png);
    background-repeat: repeat-x;
    border-radius: 0.5em;
}

.searchCriteriaTD {
    vertical-align: middle;
    text-indent: 5px;
    font-size: 12px;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.searchCriteria3 {
    width: 648px;
    min-height: 80px;
    border: solid 1px White;
    background-color: #525252;
    border-radius: 0.5em;
}

.roundedDivs {
    display: inline-table;
    /*background-color: #f1f1f1;*/
    border-radius: 4px;
}

.mortgageGrid {
    width: 650px;
}

.mortgageHover:hover {
    background-color: #d8dbb0 !important;
}

.mortgageCompareTables {
    direction: ltr;
    vertical-align: middle;
    border-bottom: 1px solid White;
    border-left: 2px solid White;
    border-top: 1px solid White;
    border-right: 1px solid White;
    height: 60px;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: #5e5558;
    font-size: 1.4em;
}

.martgageTable {
    /*border: 2px solid red;
    border-radius: 20px;    
    border-top-left-radius: 10px; */
}

.mortgageHeader {
    /*border: 1px solid black;*/
    background-color: #bdcc01;
    font-weight: bold;
    color: #5e5558;
    height: 33px;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.mortgageHeaderTD {
    /*border: 2px solid white;
    border-radius: 10px;*/
    /*border-left: 2px solid #d6e070;*/
    border-left: 2px solid White;
    border-bottom: 2px solid White;
}

.mortgageImgOuter {
    background-color: #edf1d6;
    padding: 2px 3px 2px 3px;
}

.mortgageHeaderTDLeft {
    border-bottom: 2px solid White;
}

.mortgageImgInner {
    background-color: White;
    text-align: center;
}

.mortgageCell {
    border: 2px solid White;
}

.mortgageCellright {
    border-bottom: 2px solid White;
    border-left: 2px solid White;
    border-top: 2px solid White;
}

.mortgageCellLeft {
    border-bottom: 1px solid White;
    border-right: 2px solid White;
    border-top: 1px solid White;
}

.mortgageCellLeftDD {
    border-top: 2px solid White;
    height: 90%;
    /*display: none;*/
}

.upperLeftCorner {
    border-top-left-radius: 8px;
}

.upperRightCorner {
    border-top-right-radius: 8px;
}

.adjustTDMiddle {
    vertical-align: middle;
}


.roundRightTD {
    /*border: 1px solid white;
    border-top-right-radius: 10px; */
}

.roundleftTD {
    border: 2px solid white;
    border-top-left-radius: 4px;
}

.h3Heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    vertical-align: middle;
}
.article-summary {
    /*background-color: #f2f6fa;*/
    background-color: rgb(247, 249, 249);
    padding: 32px 24px 40px;
    /*border-right: 4px solid #5b8031;*/
    border-right: 4px solid rgb(2,135,89);
    border-radius: 3px;
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 18px;
    text-align: right !important;
}
.divAdjust {
    display: inline-block;
    text-align: right !important;
}
.icon1 {
    color: #17765a;
    font-size: 28px;
}
.icon2 {
    color: #17765a;
    font: bold 16px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}
.icon3 {
    color: black;
    font: bold 18px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}
.iconHead {
    color: #17765a;
    font: bold 16px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    text-align: right !important;
    display: inline;
}
.calcTD {
    border-top: 1px solid #b7b7b7;
    height: 36px;
}

.calcTDArrow {
    vertical-align: middle;
    background-image: url(/Images/companies/arrowLeft.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 20%;
    font-size: 15px;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    /*display:block;background-image:url(/Images/companies/arrowLeft.png);background-repeat:no-repeat;background-position:97% center;text-decoration:none;*/
}

    .calcTDArrow a:hover {
    }

.ddArrowExpand {
    position: relative;
    top: 9px;
    height: 20px;
    background-image: url(/Images/expandArrows2.png);
    background-repeat: no-repeat;
    /*background-position: 22px -18px;*/
    background-position: center -18px;
    cursor: pointer;
}

.ddArrowCollapse {
    position: relative;
    top: 9px;
    height: 20px;
    background-image: url(/Images/expandArrows2.png);
    background-repeat: no-repeat;
    /*background-position: 22px 1px;*/
    background-position: center 1px;
    cursor: pointer;
}

.ddArrowExpandDetailedCompare {
    position: absolute;
    right: 10px;
    float: right;
    height: 20px;
    background-image: url(/Images/expandArrows2.png);
    background-repeat: no-repeat;
    background-position: center -18px;
    cursor: pointer;
    width: 24px;
}

.ddArrowCollapseDetailedCompare {
    position: absolute;
    right: 10px;
    height: 20px;
    background-image: url(/Images/expandArrows2.png);
    background-repeat: no-repeat;
    background-position: center 1px;
    cursor: pointer;
    width: 24px;
}

.articleConcepts {
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 91%;
    padding: 20px;
    margin-top: 40px;
    float:right;
}

.teaser {
    width: 98%;
    padding-right: 1%;
    padding-left: 1%;
    /*background-color:#2c4162;*/
    background-color: #79b52a;
    font: bold 16px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: white;
    text-align: center;
    text-decoration-color: white;
}

.teaser2 {
    text-align: center;
    font: bold 18px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: white;
    /*background-color: #4A9B1E;*/
    background-color: rgb(66, 183, 42);
    height: 30px;
    width: 98%;
    padding-top: 0.5em;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

    .teaser2:hover {
        background-color: rgb(54, 164, 32);
    }

/*.teaser3{
    background-color:#4A9B1E;
    font: bold 18px arial;
    color: white;
    height:150px;
    width: 98%;
    padding-top: 0.5em;
    border-radius: 5px;
    border: 2px solid #17765a;
}*/

.teaserInput {
    text-align: center !important;
    margin-bottom: 1em !important;
}

.teaserSubmit {
    width: 224px !important;
}

.content1 {
    font-size: 1.4em;
}
.content2 {
    font-size: 1em;
}

.content1 h3 {
    font: bold 22px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: #5e5558;
}

.content1 h4 {
    font: bold 20px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: #5e5558;
}

.divTableHeading, divTableHeadingInterestRates {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableCell, .divTableCellInterestRates, .divTableHead, .divTableHeadInterestRates, .divTableRowInterestRates div {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    background-color: #EDF1D8;
    border: 2px solid white;
    font: normal 15px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.divTableHeading, .divTableHeadingInterestRates {
    background-color: #d7d9b4 !important;
    /*display: table-header-group;*/
    font-weight: bold;
}

.divTableFoot, .divTableFootInterestRates {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody, .divTableBodyInterestRates {
    display: table-row-group;
}

.divTable, .divTableInterestRates {
    display: table;
    width: 100%;
}

.divTableRow, .divTableRowInterestRates {
    display: table-row;
}

    .divTableRowInterestRates div {
        color: #5e5558;
        text-align: center;
        height: 50px;
        vertical-align: middle;
        direction: rtl;
    }

.tikun190 {
    direction: rtl !important;
    width: 100% !important;
}

.noDecoration {
    text-decoration: none !important;
}

.mainCalculator {
    max-width: 600px;
    direction: rtl;
}

.logo2 {
    position: relative;
    top: 2.5em;
    right: 5em;
}

.logo3 {
    position: relative;
    right: 5em;
}

/******** Mortgage calculator *******/
#mortgageCalculator {
    margin-top: 0px;
    width: 650px;
}

    #mortgageCalculator TR {
        height: 50px;
    }

    #mortgageCalculator TD, .purchaseTaxCalc td {
        border: 2px solid White;
        background-color: #eef2d9;
    }

#mortgageCalculatorType {
    width: 650px;
    background-color: #f8fbe6;
    border: 2px solid white;
}

.mortgageCalculator TR {
    height: 50px;
}

.mortgageCalculator TD {
    border: 2px solid White;
    background-color: #eef2d9;
}

.mortgageCalcTitles {
    width: 160px;
    vertical-align: middle;
    padding-right: 10px;
    font: bold 13px Arial;
}

.mortgageCalcInput {
    width: 150px;
    vertical-align: middle;
    padding-right: 16px;
}

.mortgageSliderWidth {
    width: 326px;
}

#tableAmortizationHeader TH, .tableHeader {
    background-color: #bcce00;
    font: bold 14px Arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    height: 33px;
    border-bottom: 2px solid White;
    border-left: 2px solid White;
    border-right: 2px solid White;
}

#tableAmortization TD, #amortizationTableFooter TD {
    background-color: #eef2d9;
    /*color: #6d6757;*/
    font: bold 12px Arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    height: 33px;
    border: 2px solid White;
    vertical-align: middle;
}

#tableAmortization TF {
    background-color: #D8DBB0;
}

.radiusTopRight {
    border-top-right-radius: 6px;
}

.radiusTopLeft {
    border-top-left-radius: 6px;
}

.fontCalc {
    font: bold 14px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.fontCalc1 {
    font: bold 15px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.fontCalc2 {
    font: bold 16px arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.resultsCell {
    width: 97%;
    margin-bottom: 0.5em;
    background-color: #eef2d9;
    height: 4em;
}

.results2 {
    display: table-cell;
    width: 400px;
    padding: 12px 7px 2px 4px;
    text-align: center;
}

.calcHeader {
    background-color: #5b5b5b;
    color: White;
    font: bold 16px Arial;
    font-family: 'Noto Sans Hebrew', sans-serif;
    text-align: right;
    padding-right: 10px;
    border: 2px solid White;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.purchaseTaxCalc, .purchaseTaxCalc input, .purchaseTaxCalc select {
    width: 300px;
    height: 30px;
    border-radius: 5px;
    font: bold 16px arial !important;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

    .purchaseTaxCalc td {
        padding: 15px;
    }

    .purchaseTaxCalc #slider {
        width: 77%;
    }

.calcButton {
    background-color: #eef2d9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    min-height: 6em;
    font-weight: bold;
}

/******** Pikdonot ********/

#comparePikdonot {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 720px;
    height: 100%;
}

#SearchNewPikadon {
    border: solid 1px gray;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 235px;
    height: 300px;
}

#expand {
    border: solid 1px gray;
    height: 100px;
    background-color: #EFF3FB;
}

#hatava {
    border: solid 1px gray;
    position: absolute;
    width: 150px;
    height: 80px;
    top: 5px;
    right: 5px;
    background-color: White;
    direction: rtl;
    text-align: right;
}

#heara {
    border: solid 1px black;
    position: absolute;
    width: 50px;
    top: 5px;
    right: 70px;
}

#phones {
    border: solid 1px gray;
    position: absolute;
    width: 150px;
    height: 80px;
    top: 5px;
    right: 160px;
    background-color: White;
}

#pikadonExitPoint {
    border: solid 1px gray;
    position: absolute;
    width: 150px;
    height: 80px;
    top: 5px;
    right: 315px;
    background-color: White;
}

#teur {
    border: solid 1px gray;
    position: absolute;
    width: 120px;
    height: 80px;
    top: 5px;
    right: 470px;
    background-color: White;
}

#currency {
    border: solid 1px gray;
    position: absolute;
    width: 110px;
    top: 5px;
    right: 600px;
    background-color: White;
}

#horaatKeva {
    border: solid 1px gray;
    position: absolute;
    width: 100px;
    top: 47px;
    right: 600px;
    background-color: White;
}

.currency {
    direction: ltr;
    text-align: right;
    width: 100px;
}

.tdAdjustSavings {
    height: 100px;
}

.savingsAdjustButton {
    position: relative;
    top: 10px;
}

.savingName {
    text-align: justify;
    direction: rtl;
    padding: 2px 6px 2px 6px;
}

/*//////////////// Credit Cards //////////////////*/

.ccFilter {
    width: 100%;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

#mainCompareCC {
    position: absolute;
    top: 20px;
    right: 300px;
}

#CompareCCFinder {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 170px;
}

.creditCardCell {
    position: relative;
    width: 650px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

    .creditCardCell li {
        color: Black;
        margin-right: 1.7em;
    }

    .creditCardCell ul {
        list-style-image: url(/Images/ulDimond.png);
        margin-right: 0em;
        padding-right: 0.2em;
        margin-bottom: 1em;
    }

    .creditCardCell:hover {
        box-shadow: 0 0 8px rgba(150,150,150,.9);
        border-radius: 14px;
    }



.creditCardsTitle {
    position: relative;
    top: 0px;
    right: 0px;
    width: 650px;
    height: 28px;
    background-color: #d8dab2;
    padding-top: 9px;
    text-indent: 10px;
    font-size: 14px;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.ccTitle {
    text-align: center;
    background-color: #d8dbb0;
    vertical-align: middle;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    height: 33px;
    font-weight: bold;
    border: 1px solid #d8dbb0;
    border-spacing: 1px 1px;
}

.ccSubTitle {
    text-align: center;
    border: 1px solid #d8dbb0;
    border-spacing: 1px 1px;
}

.ccDescriptionTD {
    border: 1px solid #d8dbb0;
    height: 30px;
}

.creditCardsPicture {
    position: absolute;
    top: 30px;
    right: 10px;
    border: solid 1px black;
}

.creditCardstopTable {
    width: 100%;
    width: 650px;
    border-right: 1px solid #d8dab2;
    border-left: 1px solid #d8dab2;
    padding: 4px;
}

.ccImg {
    width: 160px;
    padding-right: 10px;
    padding-top: 10px;
}

.clubDeails {
    display: table-cell;
    width: 100%;
    float: left;
}

.goToCCDetails {
    text-align: left;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 6px;
}

.ratesTableCC {
    border-bottom: 1px solid #d8dbb0;
    border-right: 1px solid #d8dbb0;
    border-left: 1px solid #d8dbb0;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    background-color: White;
}

.ccRatedCell {
    border-bottom: 2px solid White;
    border-top: 2px solid White;
}

.creditCardsHearot {
    position: absolute;
    top: 30px;
    right: 130px;
    width: 400px;
    border: solid 1px black;
}

    .creditCardsHearot ul {
        list-style-image: url(/Images/bituachBriutMain/arrow_blue.jpg);
        margin-right: 0em;
        padding-right: 0.2em;
        margin-bottom: 1em;
    }

    .creditCardsHearot li {
        color: Black;
        margin-right: 1.7em;
    }


.clubCell, #proposalsContainer {
    position: relative;
    float: right;
    width: 650px;
    height: 100%;
}

.clubCellBox:hover {
    box-shadow: 0 0 8px rgba(150,150,150,.9);
    border-radius: 14px;
}

.clubInnerCell {
    width: 100%;
    width: 649px;
    border-right: 1px solid #d8dab2;
    border-left: 1px solid #d8dab2;
    border-bottom-right-radius: 8px;
    border-bottom: 2px solid #d8dab2;
    border-bottom-left-radius: 8px;
    display: table;
}

.clubImg {
    width: 160px;
    padding-right: 10px;
    padding-top: 10px;
    display: table-cell;
    vertical-align: middle;
}

.clubButton {
    text-align: center;
    width: 80px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
}

.creditCardsClubs {
    position: absolute;
    top: 30px;
    right: 550px;
    width: 190px;
    height: auto;
    border: solid 1px black;
}

.creditCardsTable {
    width: 648px;
    height: 60px;
}

.tableTitlesColors {
    background-color: #EDF1D8;
    font-weight: bold;
    text-align: center;
    padding: 2px 2px 2px 6px;
}

.tableCompareCC {
    text-align: center;
    padding: 2px 2px 2px 6px;
}


.border1 {
    border: solid 2px White;
}

.border2 {
    border-top: solid 2px #EDF1D8;
    border-left: solid 2px #EDF1D8;
}

.liCC {
}

.clubPerut {
    position: absolute;
    top: 30px;
    right: 130px;
    height: 60px;
    width: 630px;
    border: solid 1px Gray;
}

.clubHatava {
    position: absolute;
    top: 100px;
    right: 130px;
    height: 180px;
    width: 630px;
    border: solid 1px Gray;
}


/*//////////////// Loans //////////////////*/

.loansHeader {
    background-color: #d8dbb0;
    font-weight: bold;
    color: #5e5558;
    height: 33px;
}

.loanHeaderTD {
    background-color: #bdcc01;
    border-left: 2px solid White;
    border-bottom: 2px solid White;
}

#compareLoans {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 900px;
    border: solid 1px Gray;
}

#searchLoans {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 250px;
    border: solid 1px Gray;
}

#bithonot {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 250px;
    height: 90px;
    background-color: White;
    border: solid 1px Gray;
}

#grace {
    position: absolute;
    top: 6px;
    right: 270px;
    width: 100px;
    height: 90px;
    background-color: White;
    border: solid 1px Gray;
}

#mimun {
    position: absolute;
    top: 6px;
    right: 400px;
    width: 100px;
    height: 90px;
    background-color: White;
    border: solid 1px Gray;
}

#hatavotHalvaot {
    position: absolute;
    top: 6px;
    right: 510px;
    width: 250px;
    height: 90px;
    background-color: White;
    border: solid 1px Gray;
}

#loansDetails ul {
    margin-right: 0em;
    padding-right: 0.2em;
    margin-bottom: 1em;
}

#loansDetails li {
    margin-right: 1.7em;
}

.productName {
    padding: 0px 2px 0px 2px;
}

/*--------------- expand table -------------*/

.expand {
    display: none;
    position: relative;
    width: 100%;
}


/*----- Bituach Briut -----*/

.bituachBriutCell {
    position: relative;
    width: 651px;
}

.acoountTop {
    width: 651px;
    height: 40px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-top: 7px;
    background-color: #d8dab2;
}

.bituachBriutCell:hover {
    box-shadow: 0 0 8px rgba(150,150,150,.9);
    border-radius: 14px;
}

.healthInsBox {
    margin-top: 1px;
    margin-bottom: 1px;
    display: table;
    width: 100%;
}

.premya {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 100px;
    height: 105px;
    border: solid 1px Gray;
    direction: ltr;
    text-align: center;
}

.comparePolisa {
    position: absolute;
    bottom: 4px;
    right: 10px;
}

.bituachBriutYatzran {
    display: table-cell;
    width: 110px;
    height: 70px;
    vertical-align: middle;
    border-top: 1px solid White;
    border-left: 1px solid White;
    border-bottom: 1px solid White;
    background-color: #edf1d8;
}

.comparePolisaDetails {
    display: table-cell;
    width: 185px;
    border: 1px solid White;
    vertical-align: top;
    background-color: #edf1d8;
}

.bituachBriutHearot {
    display: table-cell;
    width: 240px;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    border: 1px solid White;
    background-color: #edf1d8;
}
    .bituachBriutHearot a {
        color: #076045;
        font-weight: bold;
    }

.InsDescription {
    font: 500 15px arial;
}

.bituachBriutPremya {
    display: table-cell;
    width: 115px;
    border-top: 1px solid White;
    border-right: 1px solid White;
    border-bottom: 1px solid White;
    background-color: #d8dbb0;
    /*padding-top: 15px;*/
    padding-bottom: 10px;
    vertical-align: middle;
}

.premyaBox {
    text-align: center;
    direction: ltr;
}

.bituachBriutPolistDetails {
    position: absolute;
    bottom: 4px;
    right: 180px;
}

.lbCompare {
    visibility: hidden;
    color: Red;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 30px;
}

.bituachBriutDetailsBox {
    width: auto;
    height: 100px;
    border: solid 1px #d8d8d8;
    padding: 5px;
}

.compareTitle {
    color: #515151;
    height: 44px;
    background-color: #d8dbb0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: 5px;
    width: 100%;
    cursor: pointer;
}

.chooseCompare {
    float: left;
    margin-left: 15px; /*background-image: url(/images/comparePolisotArrow.png); background-repeat: no-repeat; background-position: 25px;*/
    position: relative;
    bottom: 2px;
}

.healthImg {
    background-color: White;
    text-align: center;
    padding: 10px 4px 10px 4px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.serviceIndex {
    margin-top: 1em;
}

.coverBox {
    margin-top: 6px;
    font-weight: bold;
}

.bituachBriutDetailsTitle {
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: Black;
    vertical-align: top;
}

.adjustHight {
    position: relative;
    top: 12px;
}

.bituachBriutDetails {
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    padding: 2px 4px 2px 4px;
}

.healthInsButtomOuter {
    background-color: #d8dab2;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.healthInsBottomInner {
    border: 2px solid #d8dab2;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 4px 4px 4px 4px;
    background-color: White;
    min-height: 30px;
}

.policyHeaderName {
    height: 33px;
    font: bold 14px arial;
    text-align: center;
    background-color: #d8dbb0;
    line-height: 33px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.policyBody, .polisaHeader {
    width: 650px;
}

.policyPPC {
    text-align: center;
    border: 1px solid #d8dbb0;
    border-bottom: none;
    height: 140px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

.policyImg {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.filterHelper {
    position: absolute;
    left: 12px;
    top: 34px;
}

.pagingBox {
    width: 100%;
    text-align: center;
}

/*----- Bituach Haim -----*/

.bituachHaimFinder {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 400px;
    height: 250px;
    border: solid 1px Gray;
}

.premyaInner {
    text-align: center;
    direction: ltr;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 18px;
    color: #4b4b49;
}

/*----- Bituach Nesiot -----*/

.nesiotFiler {
    height: 73px;
    width: 655px;
    background-image: url(/Images/filtersBG_1X73.png);
    background-repeat: repeat-x;
}

.filterTable {
    width: 97%;
    margin: 6px 10px 3px 5px;
}

.filtersTable, .filtersTable b, .searchFonts {
    font-family: Arial;
    font-weight: bold;
}

.compProduct {
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}

.nesiotTable {
    margin-top: 1px;
    margin-bottom: 1px;
    display: table;
}

#searchBoxBituachNesiot {
    height: 40px;
    width: 700px;
    border: solid 1px Gray;
    /*float: left;*/
}

#bituachNesiotCell, .bituachNesiotCell {
    position: relative;
    width: 651px;
}

/*#bituachNesiotCell:hover {
    box-shadow:0 0 8px rgba(150,150,150,.9);
    border-radius: 14px;
}*/

#bituschNesiotTitle {
    /*position: absolute;
    top: 2px;*/
    width: 651px;
    height: 20px;
    background-color: #A2C4EA;
}

#bituachNesiotYatzran, .bituachNesiotYatzran {
    display: table-cell;
    width: 110px;
    height: 70px;
    vertical-align: middle;
    border-top: 1px solid White;
    border-left: 1px solid White;
    border-bottom: 1px solid White;
    background-color: #edf1d8;
}

#bituachNesiotPolisaDetails, .bituachNesiotPolisaDetails {
    display: table-cell;
    width: 420px;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    border: 1px solid White;
    background-color: #edf1d8;
    font-size: 14px;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

#bituachNesiotPremya, .bituachNesiotPremya {
    display: table-cell;
    width: 115px;
    border-top: 1px solid White;
    border-right: 1px solid White;
    border-bottom: 1px solid White;
    background-color: #d8dbb0;
    padding-top: 15px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.nesiotPremyaInner {
    text-align: center;
    direction: ltr;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 18px;
    color: #4b4b49;
}

.nesiotPurchase {
    text-align: center;
    padding-top: 1px;
    margin-left: auto;
    margin-right: auto;
}

.nesiotButtom {
    border: 2px solid #d8dab2;
    height: 40px;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}

.nesiotPolisa {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.nesiotHatava {
    text-align: center;
    width: 98%;
    color: Gray;
    margin-top: 12px;
}

.directionRTL {
    direction: ltr;
    text-align: right;
}

.nesiotTitle {
    height: 25px;
    font: bold 13px arial;
    background-color: #bdcc01;
    text-align: center;
    padding-top: 9px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.nesiotImgCell {
    text-align: center;
    border: 1px solid #d8dbb0;
    height: 160px;
    border-bottom: none;
}

.nesiotImgCell2 {
    text-align: center;
    border: 1px solid #d8dbb0;
    height: 160px;
}

.kisuyTravel {
    font-weight: bold;
    color: Black;
    margin-bottom: 10px;
}
/* Mortgage Life Insurance*/

.productName {
    padding-right: 1em;
}

#mortgageInsuranceResults {
    margin-top: 4em;
}

#mortgageInsuranceCell {
    width: 98%;
    margin-top: 2em;
}

.mortgageLoanTotal {
    display: inline;
    margin-top: 1.5em;
}

.totalPayments {
    line-height: 2.5em;
}

.totalTxt {
    padding-right: 1.5em;
}

.titleBox {
    color: #b2d732 !important;
    margin: 4em 4em 4em 4em;
}

.loanRow {
    height: 3em;
    margin: 1em 0em 1em 2em;
}

/*************** Gemel ***************/

.leftCorner {
    position: absolute;
    top: 0px;
    left: 17px;
    background-image: url(/Images/companies/leftTopCorner2.png);
    width: 6px;
    height: 6px;
}

.leftCorner1 {
    position: absolute;
    top: 0px;
    left: 17px;
    width: 6px;
    height: 6px;
}

.h1KupatGemel {
    color: #585850;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    padding: 8px 4px 4px 5px;
    font-size: 15px;
    margin-bottom: 0px;
    vertical-align: middle;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.titleCell {
    height: 40px;
    background-color: #d8dbb0;
    color: #585850;
    vertical-align: middle;
    text-indent: 14px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-weight: bold;
    text-align: right;
    border-top-right-radius: 5px;
}

.titleCell2 {
    height: 30px;
    background-color: #d8dbb0;
    color: #585850;
    vertical-align: middle;
    text-indent: 14px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-weight: bold;
    text-align: right;
}

.titleCell3 {
    height: 27px;
    background-color: #d8dbb0;
    color: #585850;
    vertical-align: middle;
    text-indent: 14px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-weight: bold;
    text-align: right;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.titleButtom {
    width: 154px;
    display: inline-block;
    padding-top: 10px;
    height: 27px;
    float: right;
}

.buttonKupa {
    display: inline-block;
    height: 13px;
    width: 188px;
    text-align: center;
    line-height: 13px;
    margin-bottom: 4px;
    float: left;
}

.titleHight {
    height: 16px;
    padding: 6px 0px 5px 0px;
    color: #585850;
    text-indent: 14px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    text-align: right;
    background-color: #d8dbb0;
}

.gemelMainTable {
    color: #333333;
    width: 650px;
    border-collapse: collapse;
}

.kupa-name-column {
    min-width: 100px !important;
    width: 100px !important;
}
    .gemelMainTable tr {
        color: #333333;
        background-color: #EDF1D8;
    }

.gemelMainTable td {
    direction: ltr;
    vertical-align: middle;
    height: 30px;
    border-bottom: 2px solid White;
    border-left: 2px solid White;
    border-top: 2px solid White;
    border-right: 1px solid White;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: #5e5558;
    padding: 4px 4px 4px 4px;
    font-size: 14px;
    /*font-size:1.4em;*/
}

    .gemelMainTable tr:hover {
        background-color: #d8dbb0;
    }


.gemelCell {
    direction: ltr;
    vertical-align: middle;
    height: 30px;
    border-bottom: 2px solid White;
    border-left: 2px solid White;
    border-top: 2px solid White;
    border-right: 1px solid White;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: #5e5558;
    padding: 4px 4px 4px 4px;
    font-size: 14px;
}

.gemelUpperRight {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(/Images/companies/rightTopCorner2.png);
    width: 9px;
    height: 7px;
}

.gemelUpperRight1 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.mortgageUpperRight {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(/Images/companies/rightTopCorner.png);
    width: 8px;
    height: 7px;
}

.gemelCellGreen {
    /*color: #8FA200 !important;*/
    color: #006633 !important;
    font-weight: bold;
    width: 75px;
}

.gemelCellRed {
    color: #ad5a50 !important;
    font-weight: bold;
    width: 75px;
}

.gemelCell1 {
    font-weight: bold;
    width: 70px;
    text-align: center;
}

.gemelCell2 {
    width: 75px;
    text-align: center;
}

.gemelCell3 {
    width: 24px;
    text-align: center;
}

.gemelRow {
    color: #333333;
    background-color: #EDF1D8;
}

    .gemelRow:hover {
        background-color: #d8dbb0;
    }

.gemelDetailsCell {
    height: 30px;
    text-indent: 14px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-weight: bold;
    text-align: right;
    background-color: #EDF1D8;
    color: #585850;
    vertical-align: middle;
    border-top: 2px solid White;
    border-bottom: 1px solid White;
}

.graphButton {
    display: inline;
    float: left;
}

.chartBase {
    position: absolute;
    left: 13px;
    width: 270px;
    border: 1px solid #bebebe;
}

.chart1 {
    top: 672px;
}

.chart2 {
    top: 336px;
}

.chart3 {
    top: 0px;
}

.assetsDiv {
    direction: rtl;
    width: 370px;
}

.subjectRow {
    width: 210px;
}

.titleTextColor {
    color: #1A5488;
}

.gemelRight {
    position: relative;
    float: right;
    width: 26%;
}

.titlesTable {
    width: 100%;
    position: relative;
    top: 8px;
}

.gemelTable {
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    width: 480px;
}

.gemelCompareTable {
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

.gemelTableDetails {
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    width: 300px;
}

    .gemelTableDetails tr td {
    }

.gemelLeft {
    width: 73.7%;
    float: left;
}

.gemelLeftInner {
    height: auto;
    float: left;
    position: relative;
    right: 12px;
    width: 100.6%;
    bottom: 1px;
}

.subTitle {
    background-color: #ccc;
}

.chart {
    border: 1px solid #bebebe;
    text-align: right;
}

    .chart table {
        direction: rtl;
        text-align: right;
    }

.assetsTabel {
    margin-right: 0px !important;
    margin-left: 0px !important;
    border-top: 2px solid White;
}

.tsuaSikon {
    display: none;
    width: 800px;
    height: 550px;
    background-color: White;
    border: 2px solid #bfca04;
    border-radius: 10px;
}

.tsuaSikonInner {
    height: 35px;
    padding-top: 9px;
    text-align: center;
    background-color: #e8e8e8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tkufaTitle {
    position: relative;
    bottom: 5px;
    font: bold 14px arial;
    color: #646464;
    display: inline-block;
}

.selectTkufaOuter {
    background-color: #ffffff;
    border-top: 1px solid #d0d0d0;
}

.assets1 {
    display: none;
    width: 800px;
    height: 580px;
    background-color: White;
    border: 2px solid #bfca04;
    border-radius: 10px;
    padding-right: 5px;
}

.gridViewRowExtend {
    color: #004276;
    font-weight: bold;
}

.borderLeft {
    border-left: 2px solid White;
}

/*.catPagesDivMainMenue {
    clear: both;
    direction: ltr;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-right: 0 !important;
    padding: 22px 0 10px 0px !important;
    text-align: right;
    font-family: arial;
}*/

.catPagesDiv {
    clear: both;
    color: #F44700;
    direction: rtl;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-right: 0 !important;
    padding: 10px 0 10px 10px !important;
    text-align: right;
    /*font-family: arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

    .catPagesDiv UL {
        direction: rtl;
        list-style-type: none;
        margin: 0 0 5px;
        padding: 0;
    }

        .catPagesDiv UL:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .catPagesDiv UL li {
            background-color: #17765a;
            color: #CCCCCC;
            float: right;
            list-style-type: none;
            margin-left: 12px;
            margin-top: 5px;
            padding: 1px 6px;
        }

            .catPagesDiv UL li.selected {
                background-color: #5A5A5C;
                color: White;
                float: right;
                list-style-type: none;
                margin-left: 12px;
                margin-top: 5px;
                padding: 1px 6px;
            }

            .catPagesDiv UL li a {
                color: #FFFFFF;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
            }

                .catPagesDiv UL li a:hover {
                    color: #FFFFFF;
                    font-size: 14px;
                    text-decoration: none;
                }

.bulletListHorizontal {
    display: inline;
    list-style-type: none;
    padding: 2px;
    margin: 2px;
}


    .bulletListHorizontal ul li {
        display: inline;
        list-style-type: none;
        padding: 2px;
        margin: 2px;
        white-space: nowrap;
        list-style-type: none;
        background-color: Aqua;
    }

.next {
    width: 20px;
    border: solid 1px black;
    position: relative;
    float: right;
}

.prev {
    width: 20px;
    border: solid 1px black;
    position: relative;
    float: left;
}

.gemelNum {
    padding-right: 14px;
    direction: ltr;
}

.gemelCellDetails {
    vertical-align: middle;
    height: 30px;
    border-bottom: 2px solid White;
    border-left: 2px solid White;
    border-top: 2px solid White;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: #5e5558;
    padding: 4px 4px 4px 4px;
    background-color: #EDF1D8;
}

.gemelCellDetailsTitle {
    color: #585850;
    font-weight: 700;
    text-indent: 8px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    vertical-align: middle;
    width: 265px;
}

.gemelCellDetailsBody {
    font-weight: 700;
    text-indent: 8px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    vertical-align: middle;
}

.CompletionList {
    padding-right: 6px;
}

.CompletionListItemGemel {
    direction: rtl;
    text-align: right;
    color: Black;
    padding: 2px 2px 2px 2px;
}

.CompletionListHighlightedItemGemel {
    direction: rtl;
    text-align: right;
    color: Black;
    padding: 2px 2px 2px 2px;
    background-color: #BDCC01;
}

.gemelFonts {
    color: #585850;
    text-indent: 14px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    text-align: right;
}

.gemelHeaderTD {
    height: 40px;
    background-color: #d7d9b4;
    border-left: 2px solid White;
    border-bottom: 2px solid White;
    padding: 4px 0px 4px 0px;
}

    .gemelHeaderTD a {
        color: #333333;
    }

.gemelHeaderTD2 {
    background-color: #d7d9b4;
    border-left: 2px solid White;
    border-bottom: 2px solid White;
    border-right: 1px solid White;
    padding: 4px 0px 4px 0px;
    vertical-align: middle;
    color: #585850;
}

.gemelHeaderTD2Left {
    background-color: #d7d9b4;
    border-bottom: 2px solid White;
    border-right: 1px solid White;
    padding: 4px 0px 4px 0px;
    vertical-align: middle;
    color: #585850;
}

.gemelHeaderTD2Right {
    background-color: #d7d9b4;
    border-left: 2px solid White;
    border-bottom: 2px solid White;
    padding: 4px 0px 4px 0px;
    vertical-align: middle;
    color: #585850;
}

.sortasc a {
    display: block;
    background: url(/Images/sortUpArrow.png) left center no-repeat;
}

.sortdesc a {
    display: block;
    background: url(/Images/sortDownArrow.png) left center no-repeat;
}

#gvKupot TH A {
    text-align: center;
    width: auto;
    padding: 4px 4px 4px 8px;
    margin-left: 6px;
}

#gvKupot TH {
    border-left: 2px solid White;
    border-bottom: 2px solid White;
}


.gemelHeaderLeft {
}

.gemelTopLeft {
    border-top-left-radius: 8px;
}

.sortasc th {
    border-left: 2px solid White;
    border-bottom: 2px solid White;
}

.sortdesc th {
    border-left: 2px solid White;
    border-bottom: 2px solid White;
}

tr.ascendingCssClass th a:link {
    color: Green;
    background-color: White;
}

tr.ascendingCssClass th a:hover {
    color: Orange;
    background-color: White;
}

tr.ascendingCssClass th a:visited {
    color: Black;
    background-color: White;
}


tr.descendingCssClass th a:link {
    color: red;
    background-color: Gray;
}

tr.descendingCssClass th a:hover {
    color: Yellow;
    background-color: Gray;
}

tr.descendingCssClass th a:visited {
    color: Yellow;
    background-color: Gray;
}


.compare1 {
    font: bold 11px arial;
    color: white;
}

.compareB1 {
    background: #17765a 50% 50% repeat-x !important;
}

    .compareB1:hover {
        opacity: 0.8;
    }


.consultantTable {
    width: 98%;
}

    .consultantTable th {
        color: black;
    }

    .consultantTable td {
        background-color: #EDF1D8;
        border: 2px solid white;
        font: normal 15px arial;
    }

    .consultantTable ul {
        padding-right: 1.5em;
    }

.imgCell {
    vertical-align: middle;
    text-align: center;
}

.cellTeaser{
    text-align:center;
    margin:2em;
}

#serviceIndex {
    width: 96%;
    overflow-x: auto;
    font-size:15px;
    
}
    #serviceIndex th {
        background-color: #d7d9b4;
        border-left: 2px solid white;
        width: 20%;
        text-align: center;
        height: 60px;
        vertical-align: middle;
    }
    #serviceIndex td {
        background-color: #EDF1D8;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        text-align: center;
        height: 30px;
        vertical-align: middle;
    }
    /****** ACCOUNTS *******/
    .inputTextAccount {
    border-width: 1px;
    border-style: Solid;
    width: 128px;
    border: solid 1px #f1f1f1;
    border-radius: 4px;
    height: 24px;
    background-color: #f1f1f1;
    color: #454545;
    text-indent: 6px;
    line-height: 20px;
    font: bold 13px arial;
}

.ddlFilter {
    height: 26px;
    font-size: 16px;
    font-weight: 400;
}

.subjectTdAccounts {
    color: #595959;
    background-color: #edf1d8;
    width: 200px;
    border: 1px solid #d8dbb0;
    font-weight: 700;
    text-indent: 4px;
}

.numTdAccount {
    direction: ltr;
    text-align: right;
    border: 1px solid #d8dbb0;
}

.titleAccountsTD {
    font-size: 12px;
    font-weight: 700;
    background-color: #d8dbb0;
    border-left: 2px solid White;
    vertical-align: middle;
    text-align: center;
}

.indexInsideTitles {
    font-size: 12px;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.buttonsCompareDetailed {
    border-left: 1px solid #d8dbb0;
    border-right: 1px solid #d8dbb0;
    text-align: center;
    padding: 9px 2px 2px 2px;
    margin-top: 4px;
}

.mainBankTitleOuterBox {
    background-color: #d8dab2;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    width: 647px;
}

.mainBankTitleOuterBox2 {
    width: 100%;
    height: 25px;
    border: 2px solid #d8dab2;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-top: 7px;
    background-color: White;
}

.compareAccounts {
    float: left;
    margin-left: 15px;
    background-image: url(/images/cbArrow.jpg);
    background-repeat: no-repeat;
    background-position: 25px;
}

.companyName {
    font: bold 14px arial;
}

.mainBankOuterMiddleBox {
    margin-top: 1px;
    margin-bottom: 1px;
    display: table;
}

.feeBox {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    direction: ltr;
    width: 138px;
    height: 72px;
    background-color: #edf1d8;
    border: 1px solid White;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.detailsBox {
    width: 117px;
    height: 72px;
    background-color: #d8dbb0;
    border-right: 1px solid White;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mainBankOuterImageBox {
    width: 118px;
    height: 72px;
    background-color: #edf1d8;
    border-left: 1px solid White;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    display: table-cell;
}

.mainBankInnerImageBox {
    background-color: White;
    margin: 2px 2px 2px 2px;
}

.mainOuterBox {
    background-color: #d8dab2;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

    .mainOuterBox ul {
        list-style-image: url(/Images/ulDimond.png);
        margin-right: 1em;
        padding-right: 0.2em;
        margin-bottom: 1em;
    }

    .mainOuterBox li {
        padding-top: 3px;
    }

.mainIndexBox {
    border: 2px solid #d8dab2;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 4px 4px 4px 4px;
    background-color: White;
}


.sliderBox {
    width: 90px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    float: right;
}

/****** Tabs *******/

.tab_holder {
    height: 40px;
    /*margin-bottom: 8px;*/
}

.tab_selected {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    cursor: default;
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 41px;
    text-align: center;
    width: 120px;
    font-family: 'Noto Sans Hebrew', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
}

.tab_not_selected {
    background-color: #E8F1C2;
    border-bottom: 1px solid #D3D3D3;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    text-align: center;
    width: 120px;
    font-family: 'Noto Sans Hebrew', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
}

.tab_gap {
    border-bottom: 1px solid #D3D3D3;
    float: right;
    height: 40px;
    width: 3px;
}


.tab_holder_sub {
    height: 40px;
    margin-bottom: 8px;
}

.tab_selected_sub {
    background-color: #5a5a5c;
    color: White;
    cursor: default;
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 41px;
    text-align: center;
    width: 120px;
    border-top-right-radius: 10px;
    font-family: 'Noto Sans Hebrew', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
}

    .tab_selected_sub span {
        position: relative;
        top: 4px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.tab_not_selected {
    background-color: #bbc900;
    border-bottom: 1px solid #D3D3D3;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    text-align: center;
    width: 120px;
    border-top-right-radius: 10px;
    font-family: 'Noto Sans Hebrew', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
}

    .tab_not_selected a, .tab_selected_sub a {
        position: relative;
        top: 4px;
        text-decoration: none !important;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tabLong{
        width:160px;
    }
/***** Leads *****/

.leadBox, .leadBox1 {
    margin: 15px 0px 15px 0px;
}

.leadSubTitle {
    font-size: 16px;
    font-weight: bold;
    padding: 0 16px 0 16px;
    text-align: center;
    line-height: 20px;
}

.tbLead {
    width: 228px;
    /*height: 22px;*/
    height: 32px;
    text-indent: 6px;
    border: 1px solid #c0bfc4;
    border-radius: 5px;
}

.trLead {
    height: 40px;
}

.trLeadHeight {
    height: 60px;
}

.textRight {
    text-align: right;
}

.tbLeadTD {
    text-align: center;
    vertical-align: top;
    width: 90%;
}

.trLeadMargin {
    height: 40px;
}

.leadText {
    font-weight: bold;
    font-size: 14px;
}

.leadInputText {
    font: 400 14px arial;
}

.yazranimList {
    width: 124px;
    display: inline-block;
}

.yazranimEllipsisLeads {
    width: 80px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.leadProductName {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.kidomet {
    font-size: 14px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    height: 34px;
    text-indent: 6px;
    border: 1px solid #c0bfc4;
    border-radius: 5px;
    width: 22%;
}

.selectLead {
    width: 78%;
}

.leadDescription {
    text-align: center;
    margin-top: 0.5em;
}

/******** ComboBox ********/

.comboAdjust {
    height: 26px;
    background-color: #f1f1f1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font: bold 13px arial !important;
    text-indent: 8px;
}

.adjustToggle {
    margin-right: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 4px;
    height: 28px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    background-image: url(ComboBox/images/toolkit-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    border: 0px none !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #f1f1f1;
    color: #FFFFFF;
    text-indent: 5px;
    line-height: 25px;
    font-size: 13px;
    height: 28px;
    width: 240px;
    font: bold 13px arial;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    border: 0px none;
    height: 40px;
    width: 40px;
    background-color: #f1f1f1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.AjaxToolkitStyle .ajax__combobox_itemlist {
    margin: 0px;
    border-color: #0F2543;
    display: list-item;
    position: absolute !important;
    top: 94px !important;
    left: 25px !important;
    direction: rtl;
    text-align: right;
    padding: 4px 4px 4px 4px !important;
}

    .AjaxToolkitStyle .ajax__combobox_itemlist li {
        color: black !important;
        padding: 2px 2px 2px 2px !important;
    }

        .AjaxToolkitStyle .ajax__combobox_itemlist li:hover {
            background-color: #BDCC01 !important;
            color: black !important;
            padding: 2px 2px 2px 2px !important;
        }

.textBox1 {
    border: solid 1px #f1f1f1;
    border-radius: 4px;
    height: 19px;
    background-color: #f1f1f1;
    color: #454545;
    text-indent: 6px;
    line-height: 20px;
}

/****** HandleCssClass *****/

.sliderBoxOuter {
    vertical-align: middle;
    background-color: #eef2d9;
}

.sliderBoxInner {
    border-top: 1px solid #bbbdb0;
    border-bottom: 1px solid White;
    border-radius: 10px;
    height: 25px;
    width: 290px;
    background-color: #f8fbe6;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ajax__slider_h_railx {
    position: relative;
    background: url(/Images/sliderBG2.png) repeat-x;
    height: 26px;
    width: 250px;
}

.ajax__slider_h_handlex {
    position: absolute;
    height: 24px;
    width: 38px;
}

.ajax__slider_v_rail {
    position: relative;
    background: url(/Images/sliderBG2.png) repeat-x;
    height: 26px;
    width: 150px;
}

.ajax__slider_v_handle {
    position: absolute;
    top: 4px !important;
    height: 16px;
    width: 38px;
}

#ctl00_ContentPlaceHolder1_tbSchumBituach {
    width: 0px !important;
}

.compareOuter {
    width: 151px;
    height: 25px;
    text-align: center;
    padding-top: 1px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 30px;
    border-radius: 4px;
}

.compareInner {
    display: inline-block;
    float: right;
    height: 15px;
    width: 130px;
}

.button {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top,#abbe0d 0,#829a2c 100%);
    background-image: -ms-linear-gradient(top,#abbe0d 0,#829a2c 100%);
    background-image: -moz-linear-gradient(top,#abbe0d 0,#829a2c 100%);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    border: 1px solid #919574;
    background-color: #8DA91C;
    color: #4e4e44;
    font: 400 12px 'Helvetica Neue Condensed Black','Arial Black',Arial;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    line-height: 10px;
}

    .button:hover, .button:focus {
        text-decoration: none;
        background-image: none;
        color: #FFF;
    }

.button2 {
    background-image: none;
    background-color: #17765a;
    color: white;
    font-weight: bold !important;
}

    .button2:hover {
        /*opacity:0.9;*/
        background-color: #076045;
    }

.button3 {
    width: 320px !important;
    height: 78px !important;
    background-color: #01568d !important;
    font-size: 24px !important;
}

    .button3:hover {
        background-color: #014571 !important;
    }

.buttonPPC {
    display: inline-block;
    height: 10px;
    width: 40px;
}

.filterButton {
    width: 80%;
    font: 300 14px arial;
    height: 30px;
    line-height: 8px;
}

.disabled {
    border-color: #CCC !important;
    background-color: #CCC !important;
    background-image: none !important;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,0.2) !important;
    text-shadow: 0 0 0 transparent !important;
    cursor: default !important;
}

    .disabled:hover {
        background-image: none !important;
    }


/* Briut Siudi Insurance */

.siudili {
    color: Black;
    margin-right: 0em;
}

.siudiul {
    list-style-image: url(/Images/ulDimond.png);
    margin-right: 0em;
    padding-right: 1.7em;
    margin-bottom: 1em;
}

.polisaDetails {
    position: relative;
    left: 10px;
    top: 8px;
    float: left;
    font-size: 14px;
}

.stick {
    position: fixed;
    top: 0px;
    z-index: 1;
}

.stickLower {
    position: fixed;
    top: 120px;
    z-index: 1;
}

.stickFooter {
    position: relative !important;
    bottom: -20px !important;
    right: -41% !important;
    z-index: 1;
    display: block;
}
.stickyOffer {
   width:100%;
   height:50px;
   position:fixed;
   bottom:0px;
   right:0px;
   background-color: #17765a;
   border-color: #919574;
   border: solid 1px #17765a;
   outline: 0;
   z-index: 100;
   color:#FFFFFF;
}
.stickyOfferTitle {
   display:inline-block;
   font:bold 18px arial;
   line-height:24px;
   margin-top:10px;
   margin-right:28%;
}

.stickyBottom {
   background-color:#FFFFFF;
   border:1px solid #00442F;
   border-radius:14px;
   text-align:center;
   width: 220px;
   height:28px;
   display:inline-block;
   margin-top:10px;
   margin-right:4em;
   padding-left:1em;
   color:#00442F;
   font:bold 16px arial;
   line-height:28px;
}

.stickyBottom:hover {
    border-color: #00160F;
    color: #00160F;
}
.getOffer {
    width: 200px;
    height: 50px;
    position: fixed;
    right: 1%;
    bottom: 0px;
    box-sizing: border-box;
    /*background-color: #BCCC00;*/
    background-color: #17765a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #919574;
    border: solid 1px #17765a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #919574;
    z-index: 100;
}

    .getOffer:hover {
        opacity: 0.95;
        -moz-opacity: 0.95;
    }

.getOfferInner {
    font: bold 16px arial;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 8%;
    color: white;
}

    .getOfferInner:hover {
        text-decoration: none;
    }

.getOffer2 {
    width: 100%;
    background-color: rgb(54, 164, 32);
    right: 0%;
}

.getOfferInner2 {
    padding-top: 0.8%;
}

#closeOffer {
    position: absolute;
    top: 0px;
    left: 0px;
}
.dot-dot-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yazranimEllipsis {
    width: 100px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.compareBox {
    border: 1px solid #e7e7e7;
    display: inline-block;
    width: 117px;
    height: 90px;
    float: right;
    margin-right: 10px;
    border-radius: 4px;
    margin-top: 5px;
}

.empty {
    border: 1px dashed #e7e7e7;
}

.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1.0;
    color: #829a2c;
    float: left;
}

    .close:hover {
        color: #AD5A50;
    }

.closeAll {
    position: absolute;
    left: 22px;
    color: #829a2c;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    float: right;
}

    .closeAll:hover {
        color: #AD5A50;
    }

.compareImg {
    margin-top: 5px;
    margin-right: 28px;
}

.adjustLeft {
    left: 8px !important;
}

.ui-datepicker-trigger {
    float: left;
    margin-top: 5px;
}


/***   Car Insurance     ***/
.step2 {
    display: none;
}

#wizard {
    width: 99%;
}

/*#insType {
    margin-right: 0px;
    padding-right: 7px;
}*/

.selectCar {
    height: 32px;
    border-radius: 4px;
}
.carformTitle {
    font: normal 1.2em arial;
    margin: 1em 0em 0em 0em;
}
.carform {
    margin: 0.5em 0em 1.5em 0em;
    font: normal 1.2em arial;
}

/*.carCell {
    display: inline;
    margin-right: 10px;
}*/

.adjustCB {
    /*padding-right: 8px !important;*/
    padding-right: 4px !important;
}

/* V2 start */
.carInsuranceForm {
    margin-top: 1em;
}

.carInsuranceRowTemplate {
    border: 1px solid #dfe1e5;
    border-radius: 8px;
    margin-bottom: 2em;
    width: 647px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.carInsuranceTop {
    padding: 1em;
    border-bottom: 1px solid #dfe1e5;
}

.nameId {
    display: inline;
    font: bold 18px arial, verdana;
}
/* V2 End */

.carInsuranceTopOuter {
    background-color: #d6e070;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    width: 647px;
    margin-top: 10px;
}

.carInsuranceTopInner {
    width: 100%;
    height: 25px;
    border: 2px solid #d8dab2;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-top: 7px;
    background-color: #d6e070;
}

.carInsuranceTopTitle {
    font-size: 14px;
    text-indent: 15px;
    font-weight: bold;
}

.carInsuranceTopCompare {
    float: left;
    margin-left: 15px;
    background-image: url(/images/cbArrow.png);
    background-repeat: no-repeat;
    background-position: 25px;
}

.carInsuranceButtom {
    margin-top: 1px;
    margin-bottom: 1px;
    display: table;
}

/*.carInsuranceButtomLogo {
    width: 118px;
    height: 120px;
    background-color: #edf1d8;
    border-left: 1px solid White;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    display: table-cell;
    vertical-align: middle;
    border-bottom-right-radius: 8px;
}*/

.carInsuranceButtomLogo {
    width: 20%;
    height: 120px;
    border-left: 1px solid #dfe1e5;
    display: table-cell;
    vertical-align: middle;
    border-bottom-right-radius: 8px;
}

.carInsuranceButtomLogoInner {
    background-color: White;
    margin: 2px 4px 2px 4px;
}

/*.carInsuranceButtomBox {
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    height: 120px;
    background-color: #edf1d8;
    border: 1px solid White;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}*/

/* V2 start*/
.carInsuranceButtomBox {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    height: 120px;
    width: 25%;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    /*text-align: center;*/
    padding-right: 10%;
}

.carInsDiscount {
    margin-top: 1em;
}

.adjustHova {
    padding-bottom: 38px;
}

.carInsuranceButtomPrice {
    width: 25%;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    /*text-align: center;*/
    padding-right: 6%;
}

.carInsButtom {
    padding: 1em;
    border-top: 1px solid #dfe1e5;
}

.policy {
    position: relative;
    left: 10px;
    float: left;
    font-size: 14px;
}

.carInsButtom {
    padding: 1em;
    border-top: 1px solid #dfe1e5;
}

.policy {
    position: relative;
    left: 10px;
    float: left;
    font-size: 14px;
}

/* V2 end*/

.spanCarInsurance {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: top;
}

.coversTable {
    margin-top: 22px;
    width: 100%;
}

    .coversTable td {
        padding: 4px;
        font-size: 14px;
    }

.coversTableHeader {
    background-color: #edf1d8;
    font-size: 14px;
    font-weight: bold;
}

.lastYearInsurance {
    width: 47% !important;
}

.carCoverBtn {
    position: relative;
    /*top: 8px;*/
    font-size: 14px;
    cursor: pointer;
}

    .carCoverBtn:hover {
        background-color: #edf1d8;
        text-decoration: none;
    }

.compareCoversTable {
}

    .compareCoversTable td {
        padding: 4px;
        font-size: 14px;
        max-width: 280px;
    }

.carStep {
    width: 114px;
    height: 18px;
    display: inline-block;
    margin-top: 20px;
}

.carOrange {
    background-image: url(/Images/CarInsurance/carOrange.jpg);
}

.arrowStep {
    width: 12px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
}

.arrowOrange {
    background-image: url(/Images/CarInsurance/arrowOrange.jpg);
}

.arrowGray {
    background-image: url(/Images/CarInsurance/arrowGray.jpg);
}

.stepTxt {
    margin-right: 22px;
    font-weight: bold;
    display: block;
}

.imgStep {
    margin-right: 55px;
    margin-bottom: 5px;
    display: block;
    width: 18px;
    height: 18px;
}

.imgOneOrange {
    background-image: url(/Images/CarInsurance/oneOrange.jpg);
}

.imgTwoGray {
    background-image: url(/Images/CarInsurance/twoGray.jpg);
}

.imgTwoOrange {
    background-image: url(/Images/CarInsurance/twoOrange.jpg);
}

.carInsuranceParticipants{
    display: inline-block;
    width: 20%;
}

.firstStepOrange {
    background-image: url(/Images/CarInsurance/firstStepOrange.jpg);
    width: 119px;
    height: 12px;
    margin-top: 28px;
    background-repeat: no-repeat;
}

.lastGray {
    background-image: url(/Images/CarInsurance/lastGray.jpg);
    width: 119px;
    height: 10px;
    margin-top: 28px;
    background-repeat: no-repeat;
}

.noPointers {
    cursor: default;
    text-decoration: none;
}

.h3CarInsurance {
    height: 30px;
    width: 99%;
    background-color: #d8dbb0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-right:1.5%;
}

.h3CarInner {
    padding-top: 5px;
    margin-right: 8px;
}

.wizardQuestionsContainer {
    margin-top: 2px;
    padding: 10px 8px 10px 2px;
    border: solid 1px #edf1d8;
    margin-right: 1.5%;
}

#CarDetails select {
    width: 255px;
    height: 38px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font:1em arial;
}

#CarDetails input[type=text], #CarDetails input[type=number], #CarDetails input[type=tel], #CarDetails input[type=email] {
    width: 250px;
    height: 32px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font: 1em arial;
}

.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    height: 30px;
}

    .tabNavigation li {
        float: right;
        text-align: right;
    }

.carForm td {
    vertical-align: top;
    padding: 4px 4px 4px 4px;
}


.divCarOffers {
    margin-right: auto;
    margin-left: auto;
    width: 350px;
    margin-top: 10px;
    text-decoration: none;
}

.getCarOffers {
    display: inline-block;
    text-align: center;
    height: 18px;
    width: 130px;
    font-size: 15px;
    line-height: 14px;
}

.insuranceCost {
    font-size: 20px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    color: #5e5558;
    font-weight: bold;
}

.anchorMove_prev {
    float: left;
    margin-bottom: 6px;
}

.loader {
    background-color: #f9f9f9;
    height: 420px;
    width: 300px;
}

.loaderTitle, .loaderTitle1 {
    font-size: large;
    width: 98%;
    text-align: center;
    display: block;
    font-weight:bold;
}

.loaderLogo {
    position: relative;
    top: 200px;
    right: 100px;
}

.loader1 {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    padding: 30%;
    background-color: #000000;
    opacity: 0.7;
    display: none;
}

.onLeadNotification {
    font: bold 15px arial;
    text-align: center;
    padding-top: 12em;
}

.onLeadNotification1 {
    font: bold 20px arial;
    text-align: center;
    padding: 1em 0 1em 0;
}

.yazranimItem {
    width: 138px;
    display: inline-block;
}

.yazranimTitle {
    text-align: center;
    font: 400 14px arial;
    width: 280px;
    margin-top: 10px;
}

.SMdisclaimer {
    width: 96%;
    height: auto;
    border: 1px solid #d8dbb0;
    background-color: #edf1d8;
    padding: 1% 1% 1% 1%;
    font-size: 15px;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.disclaimerAdj{
    display:inline-block;
    margin-top:2em;
}

.kisuyGimel {
    width: 150px;
}

.hishtatfut {
    width: 120px;
}

.migun {
    width: 105px;
}

/**** MortgageInsurance *****/

.loansTrackTitles {
    display: block;
    height: 2em !important;
    padding-top: 0.8em !important;
}

#sum1, #sum2, #sum3, #sum4, #ddlMin1PAI-button, #ddlMeashen1-button,
#ddlMin2PAI-button, #ddlMeashen2-button {
    margin-right: 1.5em;
    margin-left: 1.5em;
    width: 120px !important;
}

#ddlTkufa1-button, #ddlTkufa2-button, #ddlTkufa3-button, #ddlTkufa4-button,
#ddlGil1-button, #ddlGil2-button {
    margin-left: 1.5em;
    width: 120px !important;
}

#ddlMin1-button, #ddlMin2-button, #ddlYatzranimFamily-button {
    width: 120px !important;
}

.symbol {
    position: relative;
    top: 10px;
}

.symbol2 {
    position: relative;
    left: 1.5em;
    bottom: 0.5em;
    color: #b2d732;
}

.loansTracks th {
    text-align: right;
    padding-right: 1.5em;
}

.loansTracks td {
    padding-right: 1.5em;
}

.loansTracks div {
    display: inline;
}

#personsTitle, #person1, #person2, #trackTitles, #track1, #track2, #track3, #track4 {
    display: block;
}

.removeLoan {
    position: relative;
    bottom: 0.8em;
    right: 0.6em;
}

#resultsLoader {
    text-align: center;
    margin-top: 4em;
}

.adjustSmoke {
    position: relative;
    right: 2em;
}

/***** Dira *****/

.diraTopOuter {
    background-color: #d6e070;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    width: 647px;
    margin-top: 10px;
}

.diraTopInner {
    width: 100%;
    height: 25px;
    border: 2px solid #d8dab2;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-top: 7px;
    background-color: #d6e070;
}

.diraTopInnerLeft {
    float: left;
    margin-left: 15px;
    background-image: url(/images/cbArrow.png);
    background-repeat: no-repeat;
    background-position: 25px;
}

.diraMiddle {
    margin-top: 1px;
    margin-bottom: 1px;
    display: table;
}

.diraMiddleInnerRight {
    width: 118px;
    height: 82px;
    background-color: #edf1d8;
    border-left: 1px solid White;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    display: table-cell;
    vertical-align: middle;
}

.diraMiddleInnerRight2 {
    background-color: White;
    margin: 2px 4px 2px 4px;
}

.diraMiddleInnerCenter {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    width: 380px;
    height: 72px;
    background-color: #edf1d8;
    border: 1px solid White;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: justify;
    padding: 2px 6px 2px 4px;
}

.diraMiddleInnerLeft {
    width: 150px;
    height: 72px;
    background-color: #d8dbb0;
    border-right: 1px solid White;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.diraBottom {
    background-color: #d8dab2;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.diraBottomInner {
    border: 2px solid #d8dab2;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 4px 4px 4px 4px;
    background-color: White;
    height: 30px;
}

.diraPolicaName {
    text-align: center;
    background-color: #d8dbb0;
    vertical-align: middle;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    height: 33px;
    font-weight: bold;
    border: 1px solid #d8dbb0;
    border-spacing: 1px 1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.diraPolicyDetails {
    border: 1px solid #d8dbb0;
    height: 30px;
}

.checkList li {
    list-style: none;
    text-indent: -1em;
    margin: 12px 1px 1px 1px;
    font: 400 15px arial;
    line-height: 20px;
}

    .checkList li a, #checkList li a {
        color: #17765a;
        font-weight: 500;
    }

    #checkList ul, .teaserUL {
        list-style: none;
        margin-right: 0;
        padding-right: 0;
    }

#checkList li {
    padding-right: 1em;
    text-indent: -1em;
    margin: 12px 1px 1px 1px;
    font: 400 14px arial;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    line-height: 20px;
}

    #checkList li:before, .teaserUL li:before, .checkList li:before {
        content: "  ✔  ";
        padding-right: 5px;
        color: #17765a;
        font-weight: bold;
    }

.goToIndex {
    width: 300px;
    font: 400 16px arial;
    line-height: 12px;
    color: white;
}

.articleTeaser {
    width: 98%;
    text-align: center;
    padding: 1.5em;
}

/***** Portfolio Management *******/

.portfolioCount {
    float: right;
    position: relative;
    margin-bottom: 8px;
}

.portfolioCell {
    width: 651px;
    margin-bottom: 15px;
}

    .portfolioCell:hover {
        box-shadow: 0 0 8px rgba(150,150,150,.9);
        border-radius: 14px;
    }

.portfolioTop {
    background-color: #d8dab2;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    width: 647px;
}

.portfolioTopTitle {
    width: 100%;
    height: 25px;
    border: 2px solid #d8dab2;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-top: 7px;
    background-color: White;
}

.portfolioMiddle {
    margin-top: 1px;
    margin-bottom: 1px;
    display: table;
}

.portfolioMiddleRight {
    width: 118px;
    height: 72px;
    background-color: #edf1d8;
    border-left: 1px solid White;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    display: table-cell;
    vertical-align: middle;
}

.portfolioImg {
    background-color: White;
    margin: 2px 2px 2px 2px;
}

.portfolioMinimum {
    font-weight: bold;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    direction: ltr;
    /*width: 207px;*/
    width: 190px;
    height: 72px;
    background-color: #edf1d8;
    border: 1px solid White;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.portfolioAssetsSum {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    direction: ltr;
    /*width: 207px;*/
    width: 190px;
    height: 72px;
    background-color: #edf1d8;
    border: 1px solid White;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.portfolioDetails {
    /*width: 117px;*/
    width: 151px;
    height: 72px;
    background-color: #d8dbb0;
    border-right: 1px solid White;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.portfolioBottom {
    background-color: #d8dab2;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.portfolioBottomInner {
    border: 2px solid #d8dab2;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 4px 4px 4px 4px;
    background-color: White;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
}


.cellHover:hover {
    box-shadow: 0 0 8px rgba(150,150,150,.9);
    border-radius: 14px;
}

form label.error, label.error {
    color: red;
    font-style: italic;
    margin-right: 6px;
    margin-left: 6px;
    line-height: 22px;
    display: block;
}

div.error {
    display: none;
}


input.checkbox {
    border: none;
}

input:focus, select:focus, a:focus, .ui-state-focus {
    border: solid 1px #BCCC00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

input.error {
    border: 1px solid red;
}

select.error {
    border: 1px solid red;
}

form .gray * {
    color: gray;
}


/*.centerDesign
{
	margin-left:auto; 
	margin-right:auto; 
	width:980px; 
	direction:rtl;
	height: 100%;
	background-color:White;
	position: relative;
    top:40px;
}*/

.compareDetailesTitles {
    position: relative;
    float: right;
    top: 182px;
    width: 20%;
    left: 0px;
}

.detailsTable {
    height: auto;
    float: left;
    position: relative;
    left: 0px;
    width: 100%;
}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    direction: rtl;
    height: 100%;
    background-color: White;
    position: relative;
    top: 40px;
}

.subjectBox {
    width: 155px;
    height: 159px;
    background-image: url(/Images/themarker/main/table.png);
}

.subjectBoxTable {
    border: solid 1px #DEDEDE;
}

.boxTD {
    vertical-align: middle;
    padding-right: 8px;
    border-bottom: solid 1px #DEDEDE;
    height: 36px;
}

.boxTDBottom {
    vertical-align: middle;
    padding-right: 8px;
    height: 34px;
}

    .boxTDBottom a:hover {
        color: #8DA91C;
    }

.boxTD a {
    font: 13px arial;
}

    .boxTD a:hover {
        color: #8DA91C;
    }

.subjectBox h3 {
    color: White;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 8px;
    font-size: 14px;
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.productCounter {
    background-color: Gray;
    float: left;
    background-color: #f5f5f5;
    color: #cc5b00;
    padding: 2px 2px 2px 2px;
}

.boxLinks {
    position: relative;
    top: 0px;
    margin-top: 0px;
}

    .boxLinks a {
        /*font-family: Arial;*/
        font-family: 'Noto Sans Hebrew', sans-serif;
        font-size: 12px;
    }

.ratesTable {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    vertical-align: middle;
}

    .ratesTable tr {
        height: 32px;
        border-bottom: solid 1px #DEDEDE;
        vertical-align: middle;
    }

    .ratesTable td {
        vertical-align: middle;
    }

    .ratesTable strong {
    }

.searchCriteria {
}

    .searchCriteria tr {
        color: #b2d732 !important;
        /*font-weight: bold;*/
        height: 20px;
    }

.searchCriteria2 {
    height: 120px;
    background-image: url(/Images/filtersBG_3X125.png);
    background-repeat: repeat-x;
}

.filtersTable {
    width: 100%;
    margin: 0px 10px 5px 5px;
}

.h3Title {
    font-size: 16px;
    font-weight: bold;
    color: #f3f3f3;
    text-align: center;
    margin-top: 0px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.alighnBottunCenter {
    text-align: center;
}

.h1Title {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 20px;
}

.h2Title {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 16px;
    text-align: justify;
    font-weight: normal;
    line-height: 1.6em;
}

.h3Calc {
    height: 40px;
}

.h3Ajust {
    position: relative;
    top: 0.6em;
    right: 0.5em;
    font: bold 16px arial !important;
}

.compareRatesVertical td {
    font-size: 15px;
    width: 100px;
    height: 20px;
}

.clearfix {
    clear: both;
}

.h4Article {
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 16px;
    margin-top: 0px;
}

.boxCounter {
    font: bold 13px arial,helvetica,sans-serif;
    color: #8da91c;
}

.h4Footer {
    font: bold 15px arial;
    margin-top: 4px;
    margin-bottom: 4px;
}

.h3Main {
    /*font-family: arial,helvetica,sans-serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .h3Main a:hover {
        text-decoration: none;
        background: #F7F7F3;
    }


.dateComment{
    font:400 14px arial;
}

.subTitleText a {
    width: 212px;
}

    .subTitleText a:hover {
        text-decoration: none;
        background: #F7F7F3;
    }

body {
    margin: 0px;
    /*font-family: Verdana, Arial, Serif;*/
    font-size: 12px;
}

ul li {
}

    ul li ul {
        list-style:none;
    }



header {
    direction: rtl;
    text-align: right;
}

td.fieldname {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

hr {
    color: #b45d16;
}

#container {
    width: 100%;
    height: 100%;
}

#footer {
    width: 100%;
    overflow: hidden;
}

#topBanner {
    position: relative;
    top: 10px;
    left: 12px;
    width: 97.3%;
    height: 100px;
    border: solid 1px black;
}

#ymheader {
    position: relative;
    width: 100%;
    direction: rtl;
}

/*#ymmainNavigation {
    position: absolute;
    top: 102px;
    right: 0px;
}*/

#strip {
    position: absolute;
    top: 108px;
    width: 100%;
    height: 0.1cm;
}

#mainPanelheader {
    position: absolute;
    top: 13px;
    width: 100%;
    height: 28px;
    direction: rtl;
    background-color: #6b92d7;
}

#ymlogo {
    position: relative;
    bottom: 13px;
    right: 0px;
    height: 110px;
}

#ymSearch {
    position: absolute;
    top: 21px;
    left: 50px;
    height: 50px;
    width: 250px;
    border: solid 1px black;
}

#searchBoxDesktop {
    position: absolute;
    left: 0px;
    width: 447px;
    height: 36px;
    top: 20px;
    background-image: url(/Images/themarker/main/b_search.png);
    padding: 10px 10px 0px 10px;
}

#txtSearch {
    border: none;
    font: bold 14px arial;
    color: #3C3C3C;
    width: 324px;
}

#imgSearch {
    position: relative;
    float: left;
}

#searchInputDiv {
    position: relative;
    float: right;
    border-radius: 6px;
    height: 20px;
    width: 330px;
    padding: 2px 8px 2px 4px;
    right: 0px;
    top: 1px;
    background-color: white;
}

#imgSearchOuter {
    position: relative;
    float: left;
    top: 1px;
}

#ymHeaderLinks {
    position: absolute;
    top: 21px;
    left: 305px;
    height: 40px;
    width: 250px;
    border: solid 1px black;
}

#mainContainer {
    margin-top: 4px;
    height: 100%;
    position: relative;
}

#ymfooter {
    margin-top: 40px;
    clear: both;
    width: 100%;
    position: relative;
    top: 200px;
}

#ymfooterCompare {
    position: relative;
    top: 15px;
    width: 97.3%;
    height: 100px;
    bottom: 30px;
    left: 12px;
    border: solid 1px black;
}


.mainNavigation {
    position: absolute;
    top: 30px;
}

.menuControl {
    text-align: center;
    border: solid 1px black;
}

    .menuControl td tr {
        text-align: center;
    }

.menuControlStaticMenuStyle {
    text-align: center;
    padding-right: 2px;
    line-height: 10px;
}

.menuControlStaticMenuItemStyle {
    padding-right: 2px;
    text-align: -moz-center;
    text-align: center;
    white-space: normal;
}

    .menuControlStaticMenuItemStyle a {
        width: 100%;
        display: block;
        text-align: center;
    }


#mainTop {
    position: relative;
    top: 2px;
    width: 100%;
    height: 200px;
    border: solid 1px black;
}

#mainTopRight {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 300px;
    height: 180px;
    border: solid 1px black;
}

#mainTopMiddle {
    position: absolute;
    top: 2px;
    right: 308px;
    width: 340px;
    height: 180px;
    border: solid 1px black;
}

#mainTopLeft {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 300px;
    height: 180px;
    border: solid 1px black;
}

#mainRight {
    position: relative;
    top: 4px;
    right: 2px;
    width: 160px;
    height: 600px;
    border: solid 1px black;
}

#mainRightTop {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 150px;
    height: 200px;
    border: solid 1px black;
}

#mainRightBottom {
    position: absolute;
    top: 222px;
    right: 2px;
    width: 150px;
    height: 200px;
    border: solid 1px black;
}

#mainContainerBox {
    position: absolute;
    top: 206px;
    left: 2px;
    width: 802px;
    height: 600px;
    border: solid 1px black;
}

#mainContainerSubjects {
    position: relative;
    top: 2px;
    right: 2px;
    width: 564px;
    height: 360px;
    border: solid 1px black;
}

#mainCell1 {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainCell2 {
    position: absolute;
    top: 2px;
    right: 190px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainCell3 {
    position: absolute;
    top: 2px;
    right: 378px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainCell4 {
    position: absolute;
    top: 118px;
    right: 2px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainCell5 {
    position: absolute;
    top: 118px;
    right: 190px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainCell6 {
    position: absolute;
    top: 118px;
    right: 378px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainCell7 {
    position: absolute;
    top: 234px;
    right: 2px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainCell8 {
    position: absolute;
    top: 234px;
    right: 190px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainCell9 {
    position: absolute;
    top: 234px;
    right: 378px;
    width: 180px;
    height: 110px;
    border: solid 1px black;
}

#mainContainerArticlesLeft {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 228px;
    height: 570px;
    border: solid 1px black;
}

#mainArticles1 {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 220px;
    height: 130px;
    border: solid 1px black;
}

#articleList {
    list-style: none;
    margin: 0;
    padding: 0;
}

#articleList li {
    margin-bottom: 10px;
}

#articleList a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.article-item {
    display: flex;
    align-items: center;
    background-color: #f7f7f3;
    padding: 0;
    flex-direction: row;
    height: 100px;
    width: 100%;
}

.article-item:hover {
    background-color: #f5f5f5;
}

.article-image {
    flex-shrink: 0;
    margin-left: 10px;
}

.article-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.article-text {
    flex: 1;
    text-align: right;
    padding: 0;
    height: 100px;
    display: flex;
    align-items: center;
}

.article-text span {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#mainArticles2 {
    position: absolute;
    top: 140px;
    left: 2px;
    width: 220px;
    height: 130px;
    border: solid 1px black;
}

#mainArticles3 {
    position: absolute;
    top: 278px;
    left: 2px;
    width: 220px;
    height: 130px;
    border: solid 1px black;
}

#mainfloatingleft {
    position: absolute;
    top: 414px;
    left: 2px;
    width: 220px;
    height: 130px;
    border: solid 1px black;
}

#mainContainerBottom {
    position: absolute;
    top: 368px;
    left: 234px;
    width: 562px;
    height: 220px;
    border: solid 1px black;
}

#mainLatestForums {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 370px;
    height: 130px;
    border: solid 1px black;
}

#mainFloatingFinancedLinks {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 180px;
    height: 160px;
    border: solid 1px black;
}

.ddl {
    direction: rtl;
}


#mainHistoryRates {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 500px;
}

/*----- Bituach Briut -----*/

#searchBoxBituachBriut {
    border: solid 1px Gray;
    width: 300px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/*----- Bituach Haim -----*/

.haimFilter {
    height: 120px;
    background-image: url(/Images/filtersBG_2X120.png);
    background-repeat: repeat-x;
}

#searchBituachHaim {
    position: absolute;
    top: 77px;
    right: 320px;
    border: solid 1px Gray;
    width: 400px;
}

/*----- Bituach Nesoit -----*/

#searchBituachNesiot {
    border: solid 1px Gray;
    width: 300px;
}

.lifeTop {
    width: 651px;
    height: 25px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-top: 7px;
    background-color: #d8dab2;
}

/*----- Validations -----*/

.validationAlert {
    direction: rtl;
    text-align: right;
}

.tableTd {
    border: solid 1px black;
}

.tableTitle {
    background-color: #E6EFF7;
}

.hMargine {
    margin-top: 0px;
    text-align: center;
    height: 38px;
}

#calculatorMain {
    position: relative;
    top: 2px;
    right: 4px;
    width: 540px;
    height: auto;
    border: double 1px #e4e4e4;
}

#mortgageRefinanceCalc {
    position: relative;
    top: 0px;
    right: 14px;
    text-align: right;
    width: 518px;
    background-image: url(/Images/Yahoo/rc_dkgray_tile_518.png);
}

#innerCalcTop {
    position: relative;
    bottom: 6px;
    right: 18px;
    width: 480px;
    background-color: White;
}

#fundedLinksLeft {
    position: relative;
    left: 2px;
    height: 400px;
    width: 200px;
    float: left;
}

.alighMiddle {
    vertical-align: middle;
    text-align: center;
}

.calcSlider {
    width: 200px;
    display: inline-block;
}

.calcSlider1 {
    width: 280px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.nis {
    line-height: 22px;
    color: #76786a;
}

.calcLabel {
    /*font-family: Arial;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 13px;
}

.calcTop {
    position: relative;
    top: 4px;
    right: 14px;
    background-image: url(/Images/Yahoo/rc_dkgray_top_518.png);
    height: 16px;
    width: 518px;
}

.calcBottom {
    position: relative;
    top: 0px;
    right: 14px;
    background-image: url(/Images/Yahoo/rc_dkgray_bottom_518.png);
    height: 10px;
    width: 518px;
    background-position: top;
    background-repeat: no-repeat;
}

.td-results-right {
    width: 300px;
    height: 20px;
    padding-right: 6px;
}

.td-results-left {
    width: 100px;
    height: 20px;
}

.td-calc-right {
    width: 620px;
    padding-right: 6px;
    border-bottom: dotted 1px Gray;
}

.td-calc-left {
    width: 200px;
    padding-left: 4px;
    border-bottom: dotted 1px Gray;
}

.sliderTextBox {
    float: left;
}

/**********  Loan Calculator  **********/

.textAlign1 {
    text-align: left;
}

/**********  Mortgage Calculator  **********/
.trLine {
    border-bottom: dotted 1px black;
}

.textBoxCalc {
    font-weight: bold;
    font-size: 14px;
    width: 100px;
    text-align: center;
    border: solid 1px #c4c6b9;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
}

.tableHeader {
    font-weight: bold;
    font-size: 14px;
}

.tableRowCalc {
    direction: ltr;
    text-align: center;
}

.footerTableCalc {
    direction: ltr;
    text-align: center;
    font-weight: bold;
}

/**********  Pension Calculator  **********/

.cellPensionCalc {
    direction: ltr;
}

.calculatorMain {
    width: 97% !important;
    background-color: #ebebeb;
}

    .calculatorMain label, .iconCalc {
        font: bold 16px arial;
        padding-right: 0.8em;
    }

.iconCalc {
    line-height: 40px;
}

.calculatorMain div {
    margin-top: 1.4em;
}

#ddlGilPrisha-button, #ddlGilPresent-button {
    height: 36px;
    width: 240px !important;
    margin-right: 0.8em;
    font: bold 16px arial;
    background: white;
    color: black;
}

.inputCalc {
    height: 36px;
    width: 220px;
    border-radius: 5px;
    font: bold 16px arial;
    padding: 2px 8px 2px 8px;
    margin-right: 0.8em;
}

.calculatorMain input[type=range] {
    -webkit-appearance: none;
    margin-top: 0.8em;
    width: 300px;
    margin-right: 1.5em;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 7px;
    background: white;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #BCCC00;
    margin-top: -4px;
}

input[type=range]:focus, .inputCalc:focus, .inputCalc:hover {
    outline: hidden;
    border: 1px solid #999;
    color: #212121;
    box-shadow: none;
}

.inputCalc:focus, .inputCalc:hover {
    width: 222px;
    height: 38px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.calculateButton {
    background: #17765a;
    color: white;
    font: bold 16px arial;
    width: 60%;
}


.pensionChart {
    border: 1px solid #b2b2b2;
    width: 650px;
    margin-top: 10px;
}

#calcTable {
    width: 650px;
}

#results {
    height: 30px;
    margin: 0 0 20px 0;
    padding: 30px 0px 20px 0px;
}

.results1 {
    text-align: center;
    background-color: #ebebeb;
    border: double 1px #e4e4e4;
    width: 96%;
    padding: 1%;
    border-radius: 5px;
}

#calcTransfer {
    font: bold 14px Arial;
    direction: ltr;
    text-align: right;
    background-color: #F7F7F6;
    text-decoration: none;
}

/**********  Tips for Calculators  **********/

.tipsTitle {
    margin-right: 4px;
    font-size: 14px;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.ulTips {
    font-size: 14px;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.remark {
    direction: ltr;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-family: Arial, Helvetica, Sans-Serif;
    padding-right: 4px;
}

.mainCenterDesign {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    direction: rtl;
    height: 100%;
    background-color: white;
    position: relative;
    /*top: 170px;*/
    top: 20px;
}

.mainTable td {
    padding: 4px;
    height: 20px;
}

.mainTable a:hover {
    color: #17765a;
    text-decoration: none;
}

.searchBox {
    display: inline-block;
    width: 49.3%;
    height: 487px;
    background-color: #ebebeb;
    display: inline-block;
    float: right;
    margin-top: 7px;
}

#rightBox {
    display: inline-block;
    width: 25%;
    float: right;
}

.mainBox {
    display: inline-block;
    width: 25%;
    height: 240px;
    float: right;
    margin-top: 7px;
}

.mainBoxCalc {
    display: inline-block;
    /*width: 16.667%;*/
    height: 160px;
    float: right;
    margin-top: 7px;
    /*margin-right: 3em;*/
}

.mainBoxCalc1 {
    display: inline-block;
    float: right;
    margin-top: 7px;
    width: 15%;
    height: 6em;
    margin-right: 7px;
}

.fixWidthBox {
    width: 100%;
}

.boxLink:hover {
    opacity: 0.40;
    -moz-opacity: 0.40;
}

.productTitle {
    float: right;
    width: 240px;
    height: 52px;
    margin-top: -54px;
    background-color: #000000;
    opacity: 0.40;
    -moz-opacity: 0.40;
    display: inline-block;
}

.titleText {
    float: right;
    width: 240px;
    font: bold 17px Arial;
    color: #ffffff;
    text-align: right;
    direction: rtl;
    position: relative;
    margin: -40px 8px 0 0;
    z-index: 1;
    position: relative;
}

.titleImg:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.box5 {
    margin-right: 7px;
    margin-top: 7px;
}

.titleImg {
    max-width: 100%;
    height: auto;
}

.logo {
    margin-right: 24px;
    max-width: 97%;
    height: auto;
    position: relative;
    bottom: 25px;
}

.logoContainer {
    height: 48%;
}

.navImgContainer {
    display: none;
}

.subTitleText {
    font: bold 22px arial,sans-serif;
    letter-spacing: 12px;
    margin-left: auto;
    margin-right: 75px;
}

.titleH1 {
    font: 22px arial,sans-serif;
    display: block;
    margin-right: 20%;
}

.search {
    position: relative;
    right: 6%;
    height: 47px;
    width: 425px;
    background-color: white;
    top: -1%;
    border-radius: 5px;
}

.searchTxt {
    border: none;
    font: 17px arial,sans-serif;
    height: 27px;
    margin-top: 9px;
    width: 370px;
    margin-right: 10px;
    text-indent: 4px;
}

    .searchTxt:focus {
        border-color: #66afe9;
        border: solid 1px #BCCC00;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

.imgSearch {
    position: absolute;
    top: 10px;
    left: 10px;
}

.box3 {
    margin-right: 5px;
}

.mobileButton {
    width: 79%;
    /*margin-right: 13%;
    margin-left: 13%;*/
    font-size: 1.3em;
}

/*.supermarkerArticle {
    font-family: Arial;
}

    .supermarkerArticle p, .supermarkerArticle ul, .supermarkerArticle ol, .supermarkerArticle h4, .supermarkerArticle h5 {
        font: normal 16px arial;
        line-height: 1.6em;
    }

    .supermarkerArticle h3 {
        font-size: 1.6em;
        margin-top: 2em;
        padding-top: 1.5em;
    }

    .supermarkerArticle h4, .supermarkerArticle h5 {
        font-weight: bold;
        margin-top: 2em;
        padding-top: 1.5em;
    }

    .supermarkerArticle a, .aRef {
        text-decoration: underline;
        color: #046994;
        font-weight: bold;
    }*/

/* עדכון הגדרות המאמר */
.supermarkerArticle {
    font-family: 'Noto Sans Hebrew', sans-serif;
    line-height: 1.5;
    color: #333333;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px;
}

    /* כותרת ראשית */
    .supermarkerArticle h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #000000;
    }

    /* כותרת משנה */
    .supermarkerArticle h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 15px;
        color: #000000;
    }

    /* כותרות H3 */
    .supermarkerArticle h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 12px;
        color: #000000;
    }

    /* כותרות H4 */
    .supermarkerArticle h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 10px;
        color: #000000;
    }

    /* פסקאות */
    .supermarkerArticle p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
        color: #333333;
    }

    /* רשימות */
    .supermarkerArticle ul,
    .supermarkerArticle ol {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
        padding-right: 20px;
        color: #333333;
    }

    /* קישורים */
    .supermarkerArticle a {
        color: #0066cc;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .supermarkerArticle a:hover {
            color: #004499;
            text-decoration: underline;
        }

    /* תיבות מידע */
    .supermarkerArticle .article-summary {
        background-color: #f5f5f5;
        padding: 15px;
        border-radius: 4px;
        margin: 20px 0;
    }

    /* תמונות */
    .supermarkerArticle img {
        max-width: 100%;
        height: auto;
        margin: 20px 0;
    }

    /* טבלאות */
    .supermarkerArticle table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }

    .supermarkerArticle th,
    .supermarkerArticle td {
        padding: 10px;
        border: 1px solid #ddd;
    }

    .supermarkerArticle th {
        background-color: #f5f5f5;
        font-weight: 600;
    }


.imgDescription {
    text-align: center;
    color: GrayText;
}

.supermarkerArticle label {
    font: bold 16px arial;
}

.supermarkerArticle div {
    text-align: center;
}

.expandPlus {
    height: 25px;
    width: 25px;
    background-color: white;
    display: inline-block;
}

.spriteExpand {
    background-image: url(/Images/articles/spritesheetExpandCollapse.png);
    background-repeat: no-repeat;
}

    .spriteExpand:hover {
        cursor: pointer;
    }

.spriteExpand-minus20X20 {
    width: 20px;
    height: 20px;
    background-position: -5px -5px;
    display: inline-block;
}

.spriteExpand-plus20X20 {
    width: 20px;
    height: 20px;
    background-position: -35px -5px;
}

.youtubeVideo {
    width: 99%;
    height: 24em;
}

.tableOfContent {
    margin: 2em 0em 2em 0em;
    text-align: right !important;
}

#tableOfContent {
    list-style: none;
    border-right: 2px solid #e0e0e0;
    margin-right: 1em;
}

    #tableOfContent a {
        text-decoration: none;
    }

        #tableOfContent a:hover {
            text-decoration: underline;
        }
    #tableOfContent li {
        margin-bottom:10px;
    }
        .articleButton {
    font-weight: normal !important;
    color: white !important;
    text-decoration: none !important;
}

.tableArticle {
    width: 99%;
    /*border: 1px solid black;
    border-radius: 4px;*/
}

    .tableArticle td, .tableArticle th {
        padding: 2%;
        border: 1px solid black;
        word-wrap: normal;
    }

.tableArticle2 {
    width: 99%;
}

    .tableArticle2 td, .tableArticle2 th {
        padding: 2%;
    }

.indexArticle {
    margin-top: 5%;
    width: 95%;
    font-size: 15px;
    padding: 1% 2% 1% 5%;
}

    .indexArticle h4 {
        font-size: 18px;
    }

    .indexArticle h5 {
        font-size: 15px;
    }
        .indexArticle a{
            color:blue;
        }

        #mobileMenu, .mortgageP1 {
            display: none;
        }

.share-button {
    margin: auto;
    position: fixed;
    top: 60%;
    right: 0%;
    z-index: 100;
}

.fork img {
    opacity: .6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .fork img:hover {
        opacity: 1;
    }

.social.networks-5 ul {
    width: 100px;
}

.share-button.sharer-0 label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    background: #a29baa;
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    top: 72.5%;
    right: 2%;
}

.entypo-gplus {
    background: url('/Images/icons/css_sprites_social_40.png') -70px -70px !important;
    background-repeat: no-repeat !important;
}

.entypo-paper-plane {
    background: url('/Images/icons/css_sprites_social_40.png') -10px -70px !important;
    background-repeat: no-repeat !important;
}

.entypo-twitter {
    background: url('/Images/icons/css_sprites_social_40.png') -70px -10px !important;
    background-repeat: no-repeat !important;
}

.entypo-facebook {
    background: url('/Images/icons/css_sprites_social_40.png') -10px -10px !important;
    background-repeat: no-repeat !important;
}

#goTo {
    width: 100%;
    margin-top: 4em;
}

.buttonGoToDiv {
    margin-top: 4em;
    width: 100%;
    text-align: center;
    padding-left: 3em;
}

    #goTo a, .buttonGoToDiv a, .buttonGoToDiv a:hover {
        text-decoration: none;
    }

.buttonGoTo {
    display: inline;
    width: 30%;
    height: 5em;
    background-color: #17765a;
    padding: 2em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.buttonGoTo1 {
    margin-right: 1em;
}

.buttonGoTo:hover {
    opacity: 0.90;
    -moz-opacity: 0.90;
}

.buttonGoTo span {
    color: white;
    font: bold 20px arial;
}

.buttonGoTo2 {
    background-image: url(/images/icons/leftArrow32W.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 3em;
    border-radius: 5px;
}

.detailsAjust1 {
    vertical-align: middle;
    padding: 0px;
}

.productBody {
    font: normal 15px arial;
}

.cell2 {
    width: 388px;
}

.cell3 {
    width: 300px !important;
}

.cellButtom {
    background-color: #edf1d8;
    /*border: 2px solid #edf1d8;*/
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    height: 20px;
}

.cellbackground1 {
    background-color: #edf1d8;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* התאמה לטלפונים קטנים עבור רשימת המאמרים */
    .article-item {
        flex-direction: row;
        height: auto;
        min-height: 60px;
        padding: 4px;
    }
    
    .article-image {
        flex-shrink: 0;
        margin-left: 4px;
    }
    
    .article-image img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    
    .article-text {
        flex: 1;
        text-align: right;
        padding: 0 4px;
        height: auto;
        min-height: 60px;
        display: flex;
        align-items: center;
    }
    
    .article-text span {
        font-size: 16px;
        line-height: 1.2;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    /*.mainCenterDesign {
        display: inline-block;
        float: right;
        width: 100% !important;
        direction: rtl;
        margin-top: 0px;
        position: relative;
        top: 120px;
    }*/

    #main {
        width: 100%;
        direction: rtl;
        margin-top: 6em;
    }

    .searchBox {
        z-index: 99;
        float: right;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 12.5%;
        display: inline-block;
        float: right;
        margin-top: 0px;
    }

    .searchBox1 {
        height: 120px;
    }
    ul.breadcrumb {
        padding: 0px 12px;
        list-style-position: outside;
        display: flow-root;
    }
    .adjustMain1 {
    }

    .logo {
        margin-top: 10px;
        max-width: 80%;
        height: auto;
    }

    #rightBox {
        width: 100%;
    }

    .mainTable {
        display: none;
    }

    .box5 {
        margin-right: 0px;
    }

    .adjustBox {
        margin-right: 7px;
    }

    #markerHeader {
        display: none;
    }

    .logoContainer {
        margin-right: 4px;
        margin-left: 4px;
    }

    .logo {
        display: inline-block;
        margin-right: 18px;
    }

    .navImgContainer {
        display: inline-block;
    }

    .navImg {
        display: inline-block;
        max-width: 25%;
        height: auto;
    }

    .productTitle {
        width: 100%;
    }

    .titleText {
        width: 100%;
    }

    .mainBox {
        display: inline-block;
        width: 47%;
        height: auto;
        float: right;
    }

    .mainBoxCalc, .mainBoxCalc1 {
        width: 30.6%;
        height: 30.6%;
    }

    .subTitleText {
        display: none;
    }

    .titleH1 {
        margin-top: 5%;
        font: 13pt arial,sans-serif;
        display: block;
        margin-right: 42px;
    }

    .titleH1_1 {
        margin-top: 5px;
    }
    .supermarkerH1 {
        margin-top: 10px;
    }

    .search {
        width: 90%;
        position: relative;
        top: -10px;
        right: 20px;
        height: 24px;
        width: 91%;
        background-color: white;
        margin-bottom: 4px;
    }

    .searchTxt {
        width: 82%;
        margin-top: 0px;
        font: 12pt arial,sans-serif;
        height: 22px;
    }

    .imgSearch {
        position: absolute;
        top: -20px;
        left: 10px;
        width: 6%;
        height: auto;
    }

    .box2 {
        margin-top: 0px;
    }

    .box3 {
        margin-right: 7px;
    }

    .selectLead {
        width: 85%;
    }

    .share-button {
        margin: auto;
        position: fixed;
        top: 100%;
        right: 2%;
        z-index: 100;
    }

        .share-button.sharer-0, .social.networks-5 ul {
            width: 300px !important;
        }

        .share-button.sharer-0, .social ul {
            width: 300px !important;
        }

            .share-button.sharer-0 label {
                font-size: 18px;
                cursor: pointer;
                margin: 0;
                padding: 5px 10px;
                border-radius: 5px;
                background: #a29baa;
                color: #333;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                position: fixed;
                /*bottom: 0 !important;*/
                top: 94%;
                height: 30px;
                width: 80%;
                text-align: center;
                line-height: 22px;
                left: 7%;
            }

    .buttonGoTo {
        display: block;
        width: 70%;
        margin-top: 1em;
        text-align: center;
        font: bold 16px arial;
        height: 1.5em;
        margin-left: auto;
        margin-right: auto;
    }

    .buttonGoTo1 {
        margin-left: auto;
        margin-right: auto;
    }

    .healthImg {
        box-shadow: none;
    }

    .compImg {
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    }

    .youtubeVideo {
        width: 99%;
        height: 14em;
    }

    .serviceIndex {
        text-align: center;
    }

    /*.tab_holder {
        height: 40px;
    }*/

    .tab_holder div{
        width:17%;
    }

    .tab_selected, .tab_not_selected, .tabLong {
        width: 90px;
        height: 40px;
        font-size: 12px !important;
        padding: 0 2px !important;
    }

    .tab_gap{
        width:2px !important;
    }
    .bituachNesiotYatzran, #bituachNesiotYatzran, #bituachNesiotPremya, .bituachNesiotPremya {
        display: block;
        width: 100%;
        height: auto !important;
    }
    #bituachNesiotPolisaDetails, .bituachNesiotPolisaDetails {
        display: block;
        width: 98%;
        height: auto !important;
        padding: 10px 4px 10px 4px;
    }
}

.sprite {
    background-image: url(/Images/SPsprite1.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-arrowLeft {
    width: 13px;
    height: 19px;
    background-position: -5px -5px;
}

.sprite-calendar {
    width: 16px;
    height: 15px;
    background-position: -28px -5px;
}

.sprite-comparePolisotArrow {
    width: 13px;
    height: 14px;
    background-position: -54px -5px;
}

.sprite-leftTopCorner {
    width: 9px;
    height: 9px;
    background-position: -77px -5px;
}

.sprite-leftTopCorner2 {
    width: 9px;
    height: 9px;
    background-position: -77px -24px;
}

.sprite-menu {
    width: 60px;
    height: 60px;
    background-position: -96px -5px;
}

.sprite-pdficon_small {
    width: 16px;
    height: 16px;
    background-position: -5px -75px;
}

.sprite-rightTopCorner {
    width: 8px;
    height: 7px;
    background-position: -31px -75px;
}

.sprite-rightTopCorner2 {
    width: 9px;
    height: 7px;
    background-position: -49px -75px;
}

.sprite-sitemapArrow {
    width: 4px;
    height: 7px;
    background-position: -68px -75px;
}

.sprite-ulDimond {
    width: 8px;
    height: 7px;
    background-position: -82px -75px;
}

.spriteVertical {
    background-image: url(/Images/spriteVertical.png);
    background-repeat: no-repeat;
    display: block;
}

.spriteVertical-divider1 {
    width: 2px;
    height: 1px;
    background-position: -5px -5px;
}

.spriteVertical-filtersBG_1X73 {
    width: 1px;
    height: 73px;
    background-position: -5px -16px;
}

.spriteVertical-filtersBG_2X120 {
    width: 2px;
    height: 120px;
    background-position: -5px -99px;
}

.spriteVertical-filtersBG_2X140 {
    width: 2px;
    height: 145px;
    background-position: -5px -229px;
}

.spriteVertical-filtersBG_3X125 {
    /*width: 1px;*/
    height: 124px;
    background-position: -5px -384px;
}

.spriteVertical-separator10 {
    width: 1px;
    height: 11px;
    background-position: -5px -518px;
}

.spriteVertical-separator3 {
    width: 1px;
    height: 11px;
    background-position: -5px -539px;
}

.spriteVertical-separator8 {
    width: 2px;
    height: 1px;
    background-position: -5px -560px;
}

.article {
    width: 98%;
}

.teaser3 {
            /*background-color: #4A9B1E;*/
            background-color:rgb(66, 183, 42);

            /*font: bold 18px arial;*/
            font-weight:bold;
            font-size:22px !important;
            color: white;
            height: 220px;
            width: 97%;
            padding-top: 0.5em;
            border-radius: 5px;
            /*border: 2px solid #17765a;*/
            border: 2px solid rgb(66, 183, 42);
            /*font-family: 'Rubik', sans-serif;*/
            /*font-family: 'Arimo', sans-serif;*/
            /*font-family: 'Roboto', sans-serif;*/
            /*font-family: 'Mukta Mahee', sans-serif;*/
            font-family: 'Open Sans', sans-serif !important;
        }
        .teaser3:hover{
            background-color:rgb(54, 164, 32);
        }
        .teaser3 h3{
            margin-top:0px;
            font-size:24px !important;
        }
            .teaser3 ul {
                list-style: none;
                margin-right: 0;
                padding-right: 0;
            }
        .teaser3 li{
            list-style: none;
            margin-right: 0;
            padding-right: 0;
            font-size:22px !important;
            font-weight:bold;
            line-height: normal;
        }    
        .teaser3 li:before {
                content: "  ✔  ";
                padding-right: 5px;
            }

        .teaser3 a{
            text-decoration:none !important;
            color:white !important;
        }

        .supermarker1{
            /*background-image:url(/Images/supermarker60X47.png);*/
            background-image:url(/Images/supermarker120X94.png);
            background-position: 15px 10px;
            background-repeat:no-repeat;
        }
        .subjectCell{
            padding-right: 1em;
            text-align:right !important;
        }
        .contactCell{
            text-align:center;

        }
            .contactCell input[type=text] {
                width: 190px;
                height: 34px;
                border-radius: 5px;
                margin-right: 0.2em;
                margin-left: 0.3em;
                border: none;
                padding-right:0.3em;
            }
            .contactCell input::placeholder {
              font-size: 1.2em;
              padding-right:0.3em;
            }
        .button10{
            background-color: #e57725; /*height: 40px; width: 200px;*/ font:bold 20px arial; color:white;
            /*line-height: 10px !important;*/ vertical-align:text-bottom; margin-left:1em; display:block;
            width: 160px; text-align:center;
        }
        .button10:hover{
            background-color:#fa6400;
        }
        .cbLabel{
            font-size:10px;
        }
        .submitCell{
            margin-top:1em;
        }
        .cbBox{
            display:inline-block;
            text-align:right;
            margin-right: 5%;
            margin-right:0.6em;
            float:left;
        }
        .ctaBox{
            margin: 2em 0 2em 0;
        }

        .buttonCTA{
            width:42%;
            height:40px;
            font:bold 20px arial;
            line-height:38px;
            color:white !important;
            text-decoration:none !important;
            background-color:rgb(66, 183, 42);
            /*border: solid 2px #e57725;*/
            border-radius: 5px;
            display: inline-block;
            text-align:right !important;
            padding-right:1em;
        }

        .buttonCTA2 {
            width: 42%;
            height: 40px;
            font: bold 20px arial;
            line-height: 38px;
            color: white !important;
            text-decoration: none !important;
            background-color: rgb(66, 183, 42);
            border-radius: 5px;
            display: inline-block;
        }

.buttonCTA3 {
    width: 42%;
    font: bold 20px arial;
    line-height: 38px;
    color: white !important;
    text-decoration: none !important;
    background-color: rgb(66, 183, 42);
    border-radius: 5px;
    display: inline-block;
}

.buttonCTA:hover, .buttonCTA2:hover, .buttonCTA3:hover {
    background-color: rgb(54, 164, 32);
}

            .buttonAff{
                width: 125px;
                padding: 0px 6px 0px 6px;
            }

        .ctaArticleSmall{
            width:55%;
        }
.ctaWizard, .ctaWizard:link, .ctaWizard:visited {
    background-color: #d93025;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 250px;
    font: bold 20px Arial;
    border-radius: 5px;
}

    .ctaWizard:hover, .ctaWizard:active {
        background-color: #AD1911;
    }

.ctaWizard2 {
    background-color: rgb(66, 183, 42) !important;
}

    .ctaWizard2:hover, .ctaWizard2:active {
        background-color: rgb(54, 164, 32) !important;
    }

.ctaMargin {
    margin-top: 1em;
    margin-bottom: 1em;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 1em;
    padding-top: 1em;
}
    .sticky p, .sticky h3 {
        font-size: 16px;
    }

.ctaIndex {
    padding: 6px 25px !important;
    width: 160px !important;
}
.scroll-vertically {
    height: 1500px;
}

        @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
            .displayNoneWhenMobile {
                display: none;
            }

            .teaser3 {
                width:96%;
                height: 260px;
                margin-right:auto;
                margin-left:auto;
            }
            .submitCell{
                margin-right:0.2em;
            }
            .cbBox{
                width: 100%;
                margin-right:auto;
                margin-left:auto;
                text-align:center;
                margin-top:6%;
                   }
            .button10{
                width: 90%;
                margin-right:auto;
                margin-left:auto;
            }

            .buttonCTA, .buttonCTA2 {
                width: 82%;
            }

            .leadBox1 {
                width:inherit !important;
            }
            .ctaArticleSmall{
                width:90%;
            }

            .dateComment{
                padding-right:1em;
            }

            .carInsuranceRowTemplate {
                margin-right: 3px;
                border: 1px solid #dfe1e5;
                border-radius: 8px;
                margin-bottom: 2em;
                width: 100%;
                box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
            }

            .lastYearInsurance, .carSelect {
                width: 89% !important;
            }

            .carInsuranceButtomBox, .carInsuranceButtomPrice {
                padding-right: 40%;
            }

            .adjustHova {
                padding-bottom: 0px;
            }

            .ui-datepicker-trigger {
                float: left;
                position: relative;
                right: -21px;
                top: 4px;
            }

            #endDate {
                margin-top: 1em;
            }
            .scroll-vertically {
                height: 200px;
            }
        }


@media only screen and (min-device-width : 961px) {
    .mr {
        margin-right: 1em;
    }
    .mr1 {
        margin-right: 2em;
    }
    .displayNoneWhenDesktop {
        display: none;
    }

    .ui-datepicker-trigger {
        float: left;
        position: relative;
        right: -21px;
        top: 4px;
    }

    #endDate {
        display: inline;
        margin-right: 15px;
        vertical-align: bottom;
    }

    #pickDate {
        margin-top: 1em;
        margin-right: 4px;
    }

    .insurancePast {
        display: inline-block;
        width: 33%;
    }
    .displayNone960{
        display:none;
    }
}

@media screen and (max-width: 768px) {
    .kupa-name-column {
        min-width: 100px !important;
        width: 100px !important;
    }
    
    /* התאמה למובייל עבור רשימת המאמרים */
    .article-item {
        flex-direction: row;
        height: auto;
        min-height: 80px;
        padding: 8px;
    }
    
    .article-image {
        flex-shrink: 0;
        margin-left: 8px;
    }
    
    .article-image img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }
    
    .article-text {
        flex: 1;
        text-align: right;
        padding: 0 8px;
        height: auto;
        min-height: 80px;
        display: flex;
        align-items: center;
    }
    
    .article-text span {
        font-size: 16px;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
}

#articleList {
    list-style: none;
    margin: 0;
    padding: 0;
}

#articleList li {
    margin-bottom: 10px;
}

#articleList a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.article-item {
    display: flex;
    align-items: center;
    background-color: #f7f7f3;
    padding: 0;
    flex-direction: row;
    height: 100px;
    width: 100%;
}

.article-item:hover {
    background-color: #f5f5f5;
}

.article-image {
    flex-shrink: 0;
    margin-left: 10px;
}

.article-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.article-text {
    flex: 1;
    text-align: right;
    padding: 0;
    height: 100px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.article-text span {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* סגנונות לטבלת הריביות הממוצעות */
#interest-rate-averages {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    background-color: #fff;
}

#interest-rate-averages .divTableRowMortgageInterestRates:first-child {
    background-color: #bdcc01;
    border-bottom: 2px solid White;
}

#interest-rate-averages .divTableRowMortgageInterestRates:first-child .divTableHeading {
    background-color: #bdcc01 !important;
    color: #5e5558;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 8px;
    text-align: center;
    border: 2px solid White;
    vertical-align: middle;
    direction: rtl;
}

#interest-rate-averages .divTableRowMortgageInterestRates:first-child .divTableHeading a {
    color: #000000;
    text-decoration: underline;
    display: block;
    padding: 0 4px;
}

#interest-rate-averages .divTableRowMortgageInterestRates:first-child .divTableHeading a:hover {
    color: #17765a;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

#interest-rate-averages .divTableRowMortgageInterestRates:not(:first-child) .mortgageCompareTables {
    background-color: #f8fbe6;
    border: 2px solid White;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
    direction: rtl;
    font-size: 14px;
    color: #5e5558;
}

#interest-rate-averages .divTableRowMortgageInterestRates:not(:first-child) .mortgageCompareTables:first-child {
    background-color: #f8fbe6;
    font-weight: bold;
    text-align: right;
    padding-right: 12px;
}

#interest-rate-averages .divTableRowMortgageInterestRates:nth-child(2) .mortgageCompareTables:not(:first-child) {
    font-size: 16px;
    font-weight: bold;
    color: #2c5530;
}

#interest-rate-averages .divTableRowMortgageInterestRates:last-child .mortgageCompareTables:not(:first-child) {
    font-size: 18px;
}

/* גבולות מעוגלים לפינות החיצוניות */
#interest-rate-averages .divTableRowMortgageInterestRates:first-child .divTableHeading:first-child {
    border-top-right-radius: 8px;
}

#interest-rate-averages .divTableRowMortgageInterestRates:first-child .divTableHeading:last-child {
    border-top-left-radius: 8px;
}

#interest-rate-averages .divTableRowMortgageInterestRates:last-child .mortgageCompareTables:first-child {
    border-bottom-right-radius: 8px;
}

#interest-rate-averages .divTableRowMortgageInterestRates:last-child .mortgageCompareTables:last-child {
    border-bottom-left-radius: 8px;
}

/* התאמה למובייל */
@media only screen and (max-width: 768px) {
    #interest-rate-averages {
        font-size: 12px;
        margin: 15px 0;
    }
    
    #interest-rate-averages .divTableRowMortgageInterestRates:first-child .divTableHeading {
        font-size: 12px;
        padding: 8px 4px;
    }
    
    #interest-rate-averages .divTableRowMortgageInterestRates:not(:first-child) .mortgageCompareTables {
        font-size: 12px;
        padding: 8px 4px;
    }
    
    #interest-rate-averages .divTableRowMortgageInterestRates:nth-child(2) .mortgageCompareTables:not(:first-child) {
        font-size: 14px;
    }
    
    #interest-rate-averages .divTableRowMortgageInterestRates:last-child .mortgageCompareTables:not(:first-child) {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    /* התאמה נוספת למסכים קטנים עבור רשימת המאמרים */
    .article-item {
        flex-direction: row;
        height: auto;
        min-height: 70px;
        padding: 6px;
    }
    
    .article-image {
        flex-shrink: 0;
        margin-left: 6px;
    }
    
    .article-image img {
        /*width: 70px;
        height: 70px;*/
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    
    .article-text {
        flex: 1;
        text-align: right;
        padding: 0 6px;
        height: auto;
        min-height: 70px;
        display: flex;
        align-items: center;
    }
    
    .article-text span {
        font-size: 16px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .tab_holder {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        height: auto;
        min-height: 50px;
        overflow-x: auto;
        border-bottom: 1px solid #D3D3D3;
        background: #fff;
        gap: 2px;
        padding: 8px 4px 0 4px;
        margin-bottom: 0;
    }
    .tab_holder > div {
        flex: 1 1 0;
        min-width: 0;
        width: auto !important;
        max-width: 100%;
        font-size: 12px !important;
        padding: 8px 4px !important;
        height: auto !important;
        min-height: 40px !important;
        line-height: 1.3 !important;
        box-sizing: border-box;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        border-radius: 6px !important;
        margin: 0 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        vertical-align: middle;
    }
    .tab_selected, .tab_not_selected, .tabLong {
        border-radius: 6px !important;
        font-size: 12px !important;
        height: auto !important;
        min-height: 40px !important;
        padding: 8px 4px !important;
        min-width: 0;
        width: auto !important;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        line-height: 1.3 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        word-wrap: break-word;
        hyphens: auto;
        vertical-align: middle;
    }
    .tab_gap {
        display: none !important;
    }
    .tab_selected_sub span, .tab_not_selected a, .tab_selected_sub a {
        font-size: 12px !important;
        padding: 0 !important;
        line-height: 1.3 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible !important;
        text-overflow: unset !important;
        white-space: normal !important;
        word-wrap: break-word;
        hyphens: auto;
        height: 100%;
        width: 100%;
    }
}






