@font-face {
    font-family: 'fbKolya-Regular';
    src: url('/fonts/fbKolya-Regular.eot');
    src: url('/fonts/fbKolya-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/fbKolya-Regular.woff') format('woff'), url('/fonts/fbKolya-Regular.ttf') format('truetype'), url('/fonts/fbKolya-Regular.svg#fbtypopas_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fbKolya-Bold';
    src: url('/fonts/fbKolya-Bold.eot');
    src: url('/fonts/fbKolya-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/fbKolya-Bold.woff') format('woff'), url('/fonts/fbKolya-Bold.ttf') format('truetype'), url('/fonts/fbKolya-Bold.svg#fbtypopas_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/fonts/opensanshebrew-regular-webfont.eot');
    src: url('/fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensanshebrew-regular-webfont.woff') format('woff'), url('/fonts/opensanshebrew-regular-webfont.ttf') format('truetype'), url('/fonts/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/fonts/opensanshebrew-bold-webfont.eot');
    src: url('/fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensanshebrew-bold-webfont.woff') format('woff'), url('/fonts/opensanshebrew-bold-webfont.ttf') format('truetype'), url('/fonts/opensanshebrew-bold-webfont.svg#open_sans_hebrewbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/fonts/opensanshebrew-light-webfont.eot');
    src: url('/fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensanshebrew-light-webfont.woff') format('woff'), url('/fonts/opensanshebrew-light-webfont.ttf') format('truetype'), url('/fonts/opensanshebrew-light-webfont.svg#open_sans_hebrewlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'cartogothic_stdbold';
    src: url('/fonts/cartogothicstd-bold-webfont.eot');
    src: url('/fonts/cartogothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/cartogothicstd-bold-webfont.woff2') format('woff2'), url('/fonts/cartogothicstd-bold-webfont.woff') format('woff'), url('/fonts/cartogothicstd-bold-webfont.ttf') format('truetype'), url('/fonts/cartogothicstd-bold-webfont.svg#cartogothic_stdbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-size: 100.01%;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    color: #6e6f6f;
    font: 1.4em/1.214em 'Open Sans Hebrew', sans-serif;
    padding-top: 90px;
    background: #e7e7e7;
    min-width: 250px;
}

body {
    direction: ltr;
}

    body > * {
        direction: rtl;
    }

.btn_accessibility {
    top: 10px !important;
    right: unset;
    left: 5px !important;
    margin: 0 !important;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    padding-left: 0;
    padding-right: 0;
}
/* navbar */
.navbar {
    border: 0;
    margin: 0;
    background: #fff;
}

    .navbar .navbar-header {
        float: right;
    }

    .navbar .logo {
        display: block;
        position: relative;
        text-indent: -9999px;
        overflow: hidden;
        background: url(/images/CivilService/logo-text.png) no-repeat 0 19px;
        width: 470px;
        height: 68px;
        margin: 10px 10px 12px 0;
    }

        .navbar .logo:before {
            position: absolute;
            top: 2px;
            left: 197px;
            width: 1px;
            height: 66px;
            background: #076694;
            content: "";
        }

        .navbar .logo:after {
            position: absolute;
            right: -110px;
            top: 0;
            width: 380px;
            height: 68px;
            content: "";
        }

        .navbar .logo a {
            display: block;
            height: 100%;
        }

.navbar-fixed-top .add-nav {
    display: none;
}

.navbar-nav {
    padding: 18px 0 0;
    font-size: 0.928em;
    line-height: 1.154em;
}

a:active {
    background: #007a9d !important;
}

.navbar-nav > li {
    padding: 20px 22px 0 19px;
}

    .navbar-nav > li:before {
        position: absolute;
        right: 0;
        top: -7px;
        bottom: -3px;
        width: 1px;
        min-height: 66px;
        background: #076694;
        content: "";
    }

.nav.navbar-nav > li > a {
    padding: 0;
    color: #076694;
}

.navbar-nav a {
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
}

.navbar-nav > li > a:after {
    clear: both;
    content: '';
    display: block;
}

.navbar-nav .alignleft {
    float: left;
    margin: 0 11px 0 3px;
}

.navbar-nav .img {
    float: right;
    position: relative;
    margin: -13px 0 0 23px;
}

    .navbar-nav .img img {
        display: block;
        position: relative;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.navbar .badge {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 20px;
    height: 20px;
    padding: 2px 0 0;
    text-align: center;
    font: 0.923em/1.416em 'cartogothic_stdbold', sans-serif;
    text-shadow: 0 1px rgba(0,0,0,0.2);
    color: #fff;
    background: #f35958;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.75), inset 0 1px rgba(255,255,255,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.75), inset 0 1px rgba(255,255,255,0.2);
}

.nav.navbar-nav > li > a .name {
    float: left;
}

.navbar-nav .lang {
    float: right;
    position: relative;
    font-size: 1.384em;
    line-height: 1.111em;
    text-transform: uppercase;
    color: #076694;
    margin: -1px 0 0 19px;
}

    .navbar-nav .lang:before {
        position: absolute;
        left: 5px;
        bottom: -14px;
        width: 11px;
        height: 8px;
        background: url(/images/CivilService/arrow-01.png) no-repeat;
        content: "";
    }

.navbar .dropdown-menu {
    font-size: 1em;
    line-height: 1.154em;
    text-align: right;
    right: 0;
    top: 72px;
    min-width: 1px;
    padding: 2px 0 3px;
    background: #fff;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .navbar .dropdown-menu a {
        overflow: hidden;
        padding: 10px 49px 9px 5px;
        color: #2277a0;
    }

        .navbar .dropdown-menu a:hover {
            background: #076694;
            color: #fff;
        }

    .navbar .dropdown-menu .glyphicon {
        float: right;
        margin: 2px -27px 0 0;
    }

    .navbar .dropdown-menu .glyphicon-user {
        font-size: 0.692em;
        margin: 5px -26px 0 0;
    }

.dropdown-menu > li > a {
    white-space: normal;
}

.navbar-toggle {
    background: #007a9d;
    margin: 0;
    padding: 8px;
    border: 2px solid #ededed;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

    .navbar-toggle .icon-bar {
        width: 13px;
        height: 2px;
        background: #fff;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 1px;
        }
/* search-form */
.search-form .txt {
    float: left;
    background: none;
    border: 0;
    font: 1em/1.384em 'Open Sans Hebrew', sans-serif;
    height: 18px;
    width: 95px;
    padding: 0 5px;
}

    .search-form .txt::-moz-placeholder {
        color: #076694;
        opacity: 1;
    }

    .search-form .txt:-ms-input-placeholder {
        color: #076694;
    }

    .search-form .txt::-webkit-input-placeholder {
        color: #076694;
    }

.search-form .btn-submit {
    float: left;
    border: 0;
    padding: 0;
    margin: 1px 0 0 6px;
    width: 17px;
    height: 17px;
    background: url(/images/CivilService/ico-search.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

/* heading */
.heading {
    min-height: 150px;
    background-size: cover;
    color: #fff;
    font-size: 1.286em;
    line-height: 1.222em;
    padding: 24px 0 50px;
}

.inner-page .heading {
    padding: 40px 0 62px;
}


.heading .holder {
    float: right;
    margin: 0 10px;
    padding: 0 14px 8px;
    width: 422px;
    background: #076694;
}

.heading h1 {
    position: relative;
    font: 700 1.5em/1.111em 'Open Sans Hebrew', sans-serif;
    margin: 0 -24px 7px;
    padding: 13px 23px 9px;
    background: #007a9d;
}

    .heading h1:before {
        position: absolute;
        top: 100%;
        left: 0;
        border-left: 10px solid transparent;
        border-top: 12px solid #000;
        content: "";
    }

    .heading h1:after {
        position: absolute;
        top: 100%;
        right: 0;
        border-right: 10px solid transparent;
        border-top: 12px solid #000;
        content: "";
    }

.heading p {
    margin: 0;
}

.heading dl {
    overflow: hidden;
    margin: 11px 0 2px;
    font-size: 1.111em;
    line-height: 1.2em;
}

    .heading dl dt {
        float: right;
        margin: 0 0 0 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 50%;
        line-height: 24px;
    }

    .heading dl dd {
        margin: 0;
        overflow: hidden;
        line-height: 24px;
    }

.heading h2 {
    color: #357ebd;
}
/* main */
#main {
    padding-top: 25px;
}

.clearing-payment {
    border-radius: 3px;
    color: #fff;
    background: #076694;
}

    .clearing-payment:hover {
        color: #fff;
        background: #007a9d;
    }

/* date */
.date {
    float: left;
    position: relative;
    padding: 7px 38px 0 0;
    margin: 0 0 15px;
    font: 600 1em/1.214em 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #393939;
    background: url(/images/CivilService/ico-05.png) no-repeat 100% 9px;
}

.date-holder {
    border-bottom: 1px solid #c3c4c4;
    padding: 0 0 7px;
    margin: 0 0 31px;
}

.date a {
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    margin: -3px 18px 0 0;
    background: url(/images/CivilService/arrow-02.png) no-repeat 50% 50%;
    border: 2px solid #c8c8c8;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.date em {
    font-style: normal;
}
/* subscribe */
.subscribe {
    margin: 0 0 20px;
    padding: 18px 0 22px;
    border: solid #b8b8b8;
    border-width: 1px 0;
}

    .subscribe .close {
        opacity: 1;
        text-shadow: none;
        color: #6e6e6e;
        font-size: 1.714em;
        margin: 5px 7px 0 17px;
    }

    .subscribe label {
        float: right;
        padding: 4px 0 0 18px;
        font-size: 1.428em;
        line-height: 1.2em;
        font-weight: normal;
        color: #007a9d;
    }

    .subscribe .form-group {
        overflow: hidden;
        margin: 0;
    }

    .subscribe .form-control {
        float: right;
        width: 51.25%;
        height: 33px;
        padding: 5px 18px 6px;
        border: 1px solid #c3c4c4;
        font: 1em/1.428em 'Open Sans Hebrew', sans-serif;
        color: #6e6f6f;
        border-radius: 0;
        box-shadow: none;
    }

        .subscribe .form-control::-moz-placeholder {
            color: #6e6f6f;
            opacity: 1;
        }

        .subscribe .form-control:-ms-input-placeholder {
            color: #6e6f6f;
        }

        .subscribe .form-control::-webkit-input-placeholder {
            color: #6e6f6f;
        }

    .subscribe .btn-submit {
        float: right;
        width: 125px;
        height: 33px;
        background: #007a9d;
        border: 0;
        padding: 0;
        margin: 0 15px 0 0;
        color: #fff;
        font-size: 1.143em;
        line-height: 1.25em;
        transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
    }

        .subscribe .btn-submit:hover {
            background: #0077a8;
        }
/* info-area */
.info-area {
    /*background:#fff;*/
    padding: 0 0 22px;
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #e5e5e5;
}

    .info-area .box {
        background: #fff;
        float: right;
        position: relative;
        width: 45% !important; /*******/
        margin: 2px;
    }

        .info-area .box + .box:before {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 10px;
            width: 1px;
            background: #e5e5e5;
            content: "";
            z-index: 10;
        }

        .info-area .box .inner {
            position: relative;
            padding: 0 31px 63px 12px;
            box-sizing: content-box;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
        }

        .info-area .box h3 {
            font-size: 1.428em;
            line-height: 1.2em;
            font-weight: normal;
            margin: 0 -31px 12px -12px;
            padding: 7px 17px;
            color: #fff;
            background: #007a9d;
        }

.refresh {
    float: left;
    width: 11px;
    height: 12px;
    background: url(/images/CivilService/ico-06.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.info-area .refresh {
    margin: 0 0 1px;
}

.info-area .num {
    display: block;
    margin: 0 0 -4px;
    font-size: 5em;
    line-height: 1.043em;
    color: #007a9d;
}

.info-area .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .info-area .list li {
        min-height: 17px;
    }

.more {
    position: absolute;
    padding: 0 0 0 16px;
    font-size: 0.928em;
    line-height: 1.154em;
    color: #6e6f6f;
    background: url(/images/CivilService/arrow-03.png) no-repeat 0 5px;
}

.info-area .more {
    left: 10px;
    bottom: 24px;
}

.info-area .warning {
    margin: -4px 0 0;
    padding: 0 8px 0 0;
}

    .info-area .warning .num {
        font-size: 2.857em;
        line-height: 1.075em;
        color: #f35958;
        margin: 0 0 6px;
    }

    .info-area .warning p {
        margin: 0 0 6px;
    }

.info-area .mark {
    color: #444;
    background: none;
    padding: 0;
}

.info-area .link {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 22px;
    background: #f6f6f6;
    border: 0;
    outline: none;
    z-index: 10;
}

    .info-area .link:before {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -6px 0 0 -10px;
        width: 20px;
        height: 12px;
        background: url(/images/CivilService/arrow-04.png) no-repeat 0 -12px;
        content: "";
    }

    .info-area .link.collapsed:before {
        background-position: 0 0;
    }

.info-holder {
    clear: both;
    overflow: hidden;
}
/* headline */
.headline {
    padding: 19px 21px 0 12px;
}

    .headline h2 {
        overflow: hidden;
        font-size: 1.428em;
        line-height: 1.2em;
        font-weight: normal;
        margin: 0;
        color: #1e3a6c;
        font-weight: bolder;
    }

    .headline .close {
        float: left;
        color: #a7a7a7;
        opacity: 1;
        font-weight: normal;
        margin: -10px 10px 0 0;
    }

    .headline .refresh {
        margin: -7px 11px 0 0;
    }
/* info-links */
.info-links {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 0 21px 67px;
    margin: 0 0 18px;
}

    .info-links .headline {
        margin: 0 -21px;
    }

    .info-links .list-group {
        margin: 0;
        padding: 29px 0 0;
        font-size: 1.286em;
        line-height: 1.222em;
        text-align: center;
    }

        .info-links .list-group a {
            display: table;
            width: 100%;
            color: #fff;
            margin: 0 0 15px;
        }

            .info-links .list-group a:hover {
                text-decoration: none;
            }

                .info-links .list-group a:hover .text {
                    background: #007a9d;
                }

        .info-links .list-group .ico {
            display: table-cell;
            height: 68px;
            vertical-align: middle;
            width: 101px;
            -webkit-border-radius: 0 2px 2px 0;
            border-radius: 0 2px 2px 0;
            transition: all .3s;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
        }

            .info-links .list-group .ico img {
                vertical-align: top;
            }

        .info-links .list-group .text {
            display: table-cell;
            vertical-align: middle;
            height: 68px;
            padding: 0 5px 0 37px;
            background: #6e6e6e;
            -webkit-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
        }

    .info-links .more {
        left: 25px;
        bottom: 26px;
        color: #b1b1b1;
        padding: 0 0 0 24px;
    }

    .info-links .color-1 {
        background: #56c69e;
    }

    .info-links .color-2 {
        background: #0483b3;
    }

    .info-links .color-3 {
        background: #ff9c4b;
    }

    .info-links .color-4 {
        background: #989cff;
    }

    .info-links .color-5 {
        background: #f35959;
    }
/* info-tabs */
.info-tabs .inner {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 0 25px 11px;
}

.info-tabs .headline {
    margin: 0 -25px;
    padding: 0 0 0 12px;
}

    .info-tabs .headline .refresh {
        margin: 14px 11px 0 0;
    }

    .info-tabs .headline .close {
        margin: 11px 55px 0 0;
    }

.info-tabs .nav-tabs {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 1.071em;
    line-height: 1.2em;
    direction: ltr;
}

    .info-tabs .nav-tabs > li {
        display: table-cell;
        vertical-align: top;
        float: none;
        margin: 0;
        direction: rtl;
    }

        .info-tabs .nav-tabs > li > a {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 1%;
            height: 55px;
            border: 1px solid #e5e5e5;
            margin: 0;
            padding: 0 5px;
            border-radius: 0;
            background: #f6f6f6;
            color: #6e6f6f;
            outline: none;
            line-height: 18px;
        }

            .info-tabs .nav-tabs > li.active > a,
            .info-tabs .nav-tabs > li > a:hover,
            .info-tabs .nav-tabs > li > a:focus {
                border-color: #fff;
                background: #fff;
                color: #f35959;
            }

        .info-tabs .nav-tabs > li.active > a {
            font-size: 1.333em;
            line-height: 1.2em;
            font-weight: bold;
        }

.info-tabs .tab-holder {
    overflow: hidden;
}

.info-tabs .tab-content {
    padding: 17px 0 0;
}

.info-tabs .img {
    vertical-align: top;
    width: 100%;
    margin: 0 0 13px;
}
/* info-form */
.info-form .frame {
    position: relative;
    padding: 0 0 0 147px;
}

.info-form label {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    margin: 0 0 15px;
    color: #393939;
}

.info-form .check-area .file-area .customForm-fake-input {
    padding: 6px 2px 7px 9px;
}

.info-form .form-control {
    float: left;
    background: #f1f1f1;
    font: 13px/18px 'Open Sans Hebrew', sans-serif;
    color: #6e6f6f;
    height: 27px;
    padding: 3px 15px 4px;
    margin: 0 0 10px;
    border: 1px solid #6e6f6f;
    border-radius: 0;
    box-shadow: none;
}

.info-form .form-01 {
    width: 56.56%;
}

.info-form .form-02 {
    width: 41.02%;
    margin-left: 2.42%;
}

.info-form .form-03 {
    width: 29.51%;
}

.info-form .sel-holder {
    overflow: hidden;
    padding: 0 0 0 12px;
}

.info-form textarea.form-control {
    float: none;
    resize: vertical;
    overflow-y: auto;
    min-height: 95px;
    margin: 0 0 20px;
}

.info-form .check-area {
    float: right;
    padding: 0 0 0 40px;
}

    .info-form .check-area .wrap {
        overflow: hidden;
    }

    .info-form .check-area .label {
        float: right;
        padding: 6px 0 0;
    }

.info-form .file-area {
    margin: 2px 0 15px;
}

.info-form .btn-holder {
    overflow: hidden;
}

.info-form .btn-submit {
    display: block;
    position: relative;
    width: 100%;
    padding: 26px 5px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background: #007a9d;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

    .info-form .btn-submit:hover {
        background: #0077a8;
    }
/* aside */
aside.col-md-3 {
    padding-left: 30px;
}
/* add-nav */
.affix {
    top: 100px;
    width: 284px;
}

.affix-top {
    position: static;
}

.affix-bottom {
    position: relative;
}

.add-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.286em;
    line-height: 1.333em;
}

    .add-nav li + li {
        border-top: 1px solid #e5e5e5;
    }

    .add-nav li:last-child {
        padding-top: 30px;
    }

    .add-nav li a {
        display: block;
        position: relative;
        padding: 21px 101px 21px 30px;
        background: #fff;
        color: #393939;
    }

    .add-nav li:last-child a {
        background: #56c69e;
        color: #fff;
    }

        .add-nav li:last-child a:after {
            background-position: 0 -189px;
        }

    .add-nav li a:after {
        position: absolute;
        left: 19px;
        top: 29px;
        width: 7px;
        height: 11px;
        background: url(/images/CivilService/arrow-06.png) no-repeat;
        content: "";
    }

    .add-nav li a:hover {
        text-decoration: none;
    }

    .add-nav li a:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 68px;
        background: #f6f6f6;
        transition: background-color .3s;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        -ms-transition: background-color .3s;
    }

    .add-nav .ico-01:before {
        background: #f6f6f6 url(/images/CivilService/ico-14.png) no-repeat 50% 22px;
    }

    .add-nav .add-nav-icon:before {
        background-position: center;
        background-repeat: no-repeat;
    }

    .add-nav .add-nav-icon-home:before {
        background-image: url(/images/CivilService/home-icon.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .add-nav .add-nav-icon:hover:before,
    .add-nav .add-nav-icon-home:hover:before {
        background-color: #007a9d;
    }

    .add-nav .ico-01:hover:before {
        background: #007a9d url(/images/CivilService/ico-14.png) no-repeat 50% -150px;
    }

    .add-nav .ico-02:before {
        background: #f6f6f6 url(/images/CivilService/ico-15.png) no-repeat 50% 29px;
    }

    .add-nav .ico-02:hover:before {
        background: #007a9d url(/images/CivilService/ico-15.png) no-repeat 50% -150px;
    }

    .add-nav .ico-03:before {
        background: #f6f6f6 url(/images/CivilService/ico-16.png) no-repeat 50% 23px;
    }

    .add-nav .ico-03:hover:before {
        background: #007a9d url(/images/CivilService/ico-16.png) no-repeat 50% -150px;
    }

    .add-nav .ico-04:before {
        background: #f6f6f6 url(/images/CivilService/ico-17.png) no-repeat 50% 26px;
    }

    .add-nav .ico-04:hover:before {
        background: #007a9d url(/images/CivilService/ico-17.png) no-repeat 50% -156px;
    }

    .add-nav .ico-05:before {
        background: #f6f6f6 url(/images/CivilService/ico-18.png) no-repeat 50% 23px;
    }

    .add-nav .ico-05:hover:before {
        background: #007a9d url(/images/CivilService/ico-18.png) no-repeat 50% -152px;
    }

    .add-nav .ico-06:before {
        background: #f6f6f6 url(/images/CivilService/ico-19.png) no-repeat 50% 15px;
    }

    .add-nav .ico-06:hover:before {
        background: #007a9d url(/images/CivilService/ico-19.png) no-repeat 50% -148px;
    }

    .add-nav .ico-07:before {
        background: #f6f6f6 url(/images/CivilService/ico-20.png) no-repeat 50% 23px;
    }

    .add-nav .ico-07:hover:before {
        background: #007a9d url(/images/CivilService/ico-20.png) no-repeat 50% -148px;
    }
/* chart-block */
.charts-area {
    padding-bottom: 12px;
}

.chart-block {
    background: #fff;
    padding: 20px 18px 10px 24px;
    color: #6e6f6f;
    margin: 0 0 18px;
    min-height: 463px;
}

    .chart-block .headline {
        padding: 0 8px 8px 0;
    }

        .chart-block .headline .refresh {
            margin: -2px 11px 0 0;
        }

        .chart-block .headline .close {
            margin: -5px 10px 0 0;
        }

    .chart-block .block {
        padding: 0 8px 22px 8%;
        font-size: 0.857em;
        line-height: 1.1666em;
    }

        .chart-block .block p {
            margin: 0;
        }

.chart {
    position: relative;
    padding: 0 0 19px;
    direction: ltr;
}

.chart-block .box {
    position: relative;
    /*padding:0 4px;*/
    margin: 10px 0 0;
}

    .chart-block .box:after {
        content: '';
        display: block;
        clear: both;
    }

.chart-block .col-sm-6:first-child .box {
    padding-right: 7.6%;
}

.chart-block .small-chart {
    direction: ltr;
    width: 48%;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    float: right;
    position: relative;
    margin: 4px 0 0 16px;
}

    .chart-block .small-chart img {
        display: block;
        width: 100%;
        max-width: 100%;
    }

.chart-block .box .description {
    color: #393939;
    overflow: hidden;
    font-size: 0.928em;
    line-height: 1.308em;
}

    .chart-block .box .description p {
        margin: 0 0 7px;
    }

    .chart-block .box .description .value {
        display: block;
        color: #444;
        font: 370 1.846em/1.166em 'Open Sans', sans-serif;
        font-size: 100%;
    }
/* end chart-block */
/* info-block */
.info-block {
    background: #fff;
    padding: 22px 23px 8px;
    position: relative;
    margin: 0 0 18px;
}

    .info-block:after {
        content: '';
        display: block;
        clear: both;
    }

    .info-block .headline {
        padding: 0 0 27px;
    }

        .info-block .headline .refresh {
            margin: -2px 8px 0 0;
        }

        .info-block .headline .close {
            margin: -5px 10px 0 0;
        }

    .info-block ul {
        list-style: none;
        margin: 0;
        padding: 0;
        max-width: 274px;
    }

    .info-block li {
        color: #393939;
        font: 400 1em/1.214em 'Open Sans', sans-serif;
        padding: 13px 0 22px;
    }

        .info-block li:first-child {
            padding-top: 0;
        }

        .info-block li + li {
            border-top: solid 1px #e5e5e5;
        }

    .info-block .more {
        bottom: 23px;
        left: 23px;
    }

    .info-block h3 {
        color: #6e6f6f;
        margin: 0 0 3px;
        font-size: 1em;
        line-height: 1.286em;
        font-weight: 400;
    }

    .info-block .value {
        color: #444;
        padding: 0 0 4px;
        display: block;
        font: 400 1.714em/1.167em 'Open Sans', sans-serif;
    }

        .info-block .value span {
            display: block;
            font-size: 1.333em;
            line-height: 1.125em;
        }

    .info-block p {
        margin: 0;
        direction: ltr;
        text-align: right;
    }

        .info-block p strong {
            color: #444;
            font-weight: 700;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .info-block p strong.arrow {
                padding: 0 0 0 20px;
            }

                .info-block p strong.arrow:before {
                    content: '';
                    position: absolute;
                    z-index: 20;
                    top: 5px;
                    left: 0;
                    width: 11px;
                    background: url(/images/CivilService/sprite-001.png) no-repeat;
                }

            .info-block p strong.arrow-top:before {
                background-position: 0 0;
                height: 8px;
            }

            .info-block p strong.arrow-bottom:before {
                background-position: -11px 0;
                height: 7px;
            }

.progress {
    background: #dcdcdc;
    height: 6px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 8px 0 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 203px;
}

.progress-bar {
    background: #1e3a6c;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .progress-bar.color-red {
        background: #f35958;
    }
/* end info-block */
/* login-page */
.login-page {
    background: #f6f6f6;
}

    .login-page #main {
        max-width: 1000px;
    }

    .login-page .heading .container {
        max-width: 1000px;
    }

    .login-page .heading {
        min-height: 200px;
        padding: 41px 0 66px;
        font: 300 1.786em/1.16em 'Open Sans Hebrew', sans-serif;
    }

        .login-page .heading .holder {
            width: 520px;
            padding: 0 22px 19px 15px;
        }

        .login-page .heading h1 {
            font-size: 2.76em;
            line-height: 1.087em;
            margin: 0 -34px 18px -27px;
            padding: 3px 20px 9px;
        }

            .login-page .heading h1:before {
                border-left-width: 12px;
            }

            .login-page .heading h1:after {
                border-right-width: 12px;
            }

            .login-page .heading h1 span {
                font-weight: 300;
            }
/* info-section */
.info-section {
    font-size: 1em;
    line-height: 1.214em;
    padding-bottom: 45px;
    color: #393939;
    position: relative;
    margin: 0 0 27px;
}

    .info-section header {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 0 9px;
        margin: 0 0 25px;
    }

    .info-section .img {
        float: right;
        margin: 0 0 0 15px;
        border: 3px solid #e5e5e5;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .info-section .img img {
            display: block;
            position: relative;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

    .info-section header h2 {
        overflow: hidden;
        font-size: 2.857em;
        line-height: 0.85em;
        margin: 25px 0 0;
        color: #1e3a6c;
        font-weight: bolder;
    }

    .info-section .intro {
        font-size: 1.286em;
        line-height: 1.222em;
        margin: 0 0 19px;
    }

    .info-section p {
        margin: 0 0 17px;
    }

    .info-section .name {
        position: absolute;
        left: -20px;
        bottom: 0;
        width: 154px;
        height: 49px;
        padding: 0 34px 0 0;
        font-size: 0.928em;
        line-height: 1.154em;
        color: #393939;
        /*background:url(/images/CivilService/img-06.png) no-repeat 100% 100%;*/
    }
/* login-form */
.login-form {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 31px 29px 30px 38px;
    margin: 0 0 27px 25px;
}

    .login-form .ttl {
        display: block;
        font-size: 1.786em;
        line-height: 1.12em;
        font-weight: bolder;
        color: #1e3a6c;
        text-align: center;
        margin: 0 0 27px;
    }

    .login-form .input-group {
        /*margin: 0 0 27px;*/
        width: 100%;
        display: flex;
    }

    .login-form .form-control {
        background: #f1f1f1;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        height: 48px;
        padding: 16px 15px 15px;
        font: 0.928em/1.308em 'Open Sans Hebrew', sans-serif;
        color: #393939;
    }

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: block;
}

.login-form .form-control:focus {
    outline: 2px solid #000;
}

.login-form.form-control::-moz-placeholder {
    color: black;
    opacity: 1;
}

.login-form .form-control:-ms-input-placeholder {
    color: #393939;
}

.login-form .form-control::-webkit-input-placeholder {
    color: #393939;
}

.login-form .input-group-addon {
    direction: ltr;
    text-align: left;
    vertical-align: top;
    position: relative;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
    width: 47px;
    padding: 0;
}

    .login-form .input-group-addon:before {
        position: absolute;
        top: 7px;
        width: 1px;
        height: 36px;
        background: #393939;
        content: "";
        z-index: 10;
    }

    .login-form .input-group-addon img {
        vertical-align: top;
        margin: 13px 0 0 10px;
    }

.login-form .btn-holder {
    margin: -4px 0 19px;
}

.login-form .btn-submit {
    padding: 18px 5px 13px;
    font: 0.928em/1.308em 'Open Sans Hebrew', sans-serif;
    color: #fff;
    background: #1e3a6c;
    border: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

    .login-form .btn-submit:hover {
        background: #1e3a6c;
    }


.login-form .btn-holder .btn-submit {
    float: left;
    width: 100%;
}

.login-form .btn-holder .btn-login {
    float: left;
    border-color: #fff;
    width: 50%;
}



.login-form .frame {
    overflow: hidden;
    padding: 12px 0 0 5px;
}

    .login-form .frame .link {
        font-size: 0.928em;
        line-height: 1.308em;
        color: #393939;
        text-decoration: underline;
        background-color: transparent;
        -webkit-appearance: media-slider;
    }

        .login-form .frame .link:hover {
            text-decoration: none;
        }

.login-form .info {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25px;
    height: 25px;
    margin: -2px 6px 0 0;
    border: 1px solid #62c7d0;
    background: url(/images/CivilService/ico-22.png) no-repeat 50% 50%;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.login-form .fb-holder {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 14px;
    margin: 0 0 16px;
}

.login-form .btn-facebook {
    display: block;
    width: 100%;
    padding: 17px 5px 11px;
    background: #5170a9;
    font: 1em/1.214em Tahoma, Geneva, sans-serif;
    color: #fff;
    border: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

    .login-form .btn-facebook:hover {
        background: #1e3d76;
    }

    .login-form .btn-facebook:after {
        display: inline-block;
        vertical-align: top;
        width: 24px;
        height: 24px;
        margin: -4px 9px 0 0;
        background: url(/images/CivilService/ico-23.png) no-repeat;
        content: "";
    }

#imgPropertyNum {
    width: 390px;
    height: 290px;
    padding: 0 10px 0 0;
}

#propNumModal .modal-dialog {
    width: 400px;
    float: left;
    margin-left: 25px;
    margin-top: 20px;
}

#propNumModal .modal-content {
    height: 350px;
}

.inner-frame {
    width: 100%;
    height: 700px;
}

.parkBTN {
    border-radius: 3px;
    color: #fff;
    background: #076694;
    display: inline-block;
    padding: 12px 12px;
}

    .parkBTN:hover {
        background: #007a9d;
    }


/* footer */
#footer {
    padding: 0 0 30px;
}

    #footer .top {
        background: #076694;
        margin: 0 0 30px;
    }

        #footer .top .container {
            padding-top: 45px;
            padding-bottom: 43px;
        }

        #footer .top .columns {
            overflow: hidden;
            position: relative;
            font-size: 0;
            line-height: 0;
            letter-spacing: -4px;
        }

            #footer .top .columns .sep {
                overflow: hidden;
                text-indent: -9999px;
                position: absolute;
                z-index: 5;
                top: 6px;
                bottom: 0;
                width: 1px;
                background: #fff;
            }

            #footer .top .columns .sep-001 {
                right: 40%;
            }

            #footer .top .columns .sep-002 {
                right: 80%;
            }

        #footer .top .column {
            display: inline-block;
            vertical-align: top;
            width: 24.1%;
            padding: 0 0 0 60px;
            letter-spacing: 0;
        }

            #footer .top .column.large-col {
                width: 100%;
                padding: 0 0 0 42px;
            }

            #footer .top .column .block {
                font-size: 0;
                line-height: 0;
                letter-spacing: -4px;
            }

                #footer .top .column .block:after {
                    content: '';
                    display: block;
                    clear: both;
                }

        #footer .top h4 {
            color: #1e3a6c;
            margin: 0 0 14px;
            font-size: 1.5rem;
            line-height: 1.9rem;
            font-weight: 700;
            font-weight: bolder;
        }

        #footer .top ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #footer .top .block ul {
            list-style: none;
            margin: 0;
            padding: 0 0 30px 25px;
            display: inline-block;
            vertical-align: top;
            letter-spacing: 0;
            width: 50%;
        }

        #footer .top li {
            font-size: 1.3rem;
            line-height: 1.2rem;
            text-transform: uppercase;
        }

        #footer .top .languages-column {
            width: 19.23%;
            padding: 0 0 0 10px;
        }

            #footer .top .languages-column li {
                font: 1.3rem/1.2rem Arial, Helvetica, sans-serif;
            }

        #footer .top li + li {
            padding: 12px 0 0;
        }

        #footer .top li a {
            color: #f6f6f6;
        }

        #footer .top .logo-area {
            float: right;
            padding: 4px 25px 0 56px;
        }

    #footer .logo-01 {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        background: url(/images/CivilService/logo-footer-01.png) no-repeat;
        width: 175px;
        height: 44px;
        margin: 0 0 9px;
    }

        #footer .logo-01 a,
        #footer .logo-02 a {
            display: block;
            height: 100%;
        }

    #footer .logo-02 {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        background: url(/images/CivilService/logo-footer-02.png) no-repeat;
        width: 52px;
        height: 68px;
    }

    #footer .bottom.container {
        text-align: center;
        width: 1164px;
        padding: 0 0 20px 0px;
    }

    #footer .bottom ul {
        list-style: none;
        margin: 0;
        padding: 29px 10px 0;
        position: relative;
    }

    /*#footer .bottom ul:before {
            content: '';
            position: absolute;
            z-index: 5;
            top: 0;
            left: -6.6%;
            right: 6.1%;
            height: 1px;
            background: #686868;
        }*/

    #footer .bottom li {
        display: inline-block;
        vertical-align: top;
        font-size: 0.928em;
        line-height: 1.308em;
        position: relative;
        padding: 0 0 0 10px;
    }

        #footer .bottom li.last-child {
            padding: 0;
        }

            /*#footer .bottom li:before {
            content: '';
            position: absolute;
            z-index: 20;
            top: 3px;
            left: 3px;
            width: 1px;
            height: 13px;
            background: #7b7a7a;
        }*/

            #footer .bottom li.last-child:before {
                display: none;
            }



        #footer .bottom li a {
            color: #1e3a6c;
            cursor: pointer;
            font-weight: bolder;
        }

    #footer .bottom .img {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        width: 47px;
        margin: -13px 0 0 11px;
    }

        #footer .bottom .img img {
            display: block;
            width: 100%;
            max-width: 100%;
        }
/* end footer */
@media screen and (max-width: 1277px) {
    /* info-links */
    .info-links .list-group .ico {
        width: 70px;
    }
    /* info-tabs */
    .info-tabs .headline .close {
        margin: 11px 20px 0 0;
    }
    /* aside */
    aside.col-md-3 {
        padding-left: 10px;
    }
    /* add-nav */
    .affix {
        width: 226px;
    }
    /* chart-block */
    .chart-block .box {
        padding: 0;
    }

    .chart-block .col-sm-6:first-child .box {
        padding-right: 0;
    }

    .info-block .more {
        bottom: 6px;
        left: 10px;
    }
    /* end chart-block */
    /* footer */
    #footer .top .container {
        padding: 42px 0 44px;
    }

    #footer .top .block ul {
        padding: 0 0 0 10px;
    }

    #footer .bottom.container {
        width: 742px;
        padding: 0;
    }

    #footer .bottom ul:before {
        left: 0;
        right: 0;
    }
    /* end footer */
}

@media screen and (max-width: 992px) {
    /* navbar */
    .navbar .logo {
        float: right;
        margin: 10px 0 12px;
    }

    .navbar-nav > li {
        padding: 20px 10px 0;
    }

    .search-form .txt {
        width: 82px;
        padding: 0;
    }

    .navbar-toggle {
        display: block;
        margin: 32px 0 0 20px;
    }

    .nav-holder {
        clear: both;
        padding: 7px 0 0;
    }

        .nav-holder .add-nav {
            display: block;
            padding: 15px 0;
        }
    /* heading */
    .heading .holder {
        float: none;
        margin: 0 auto;
    }
    /* info-tabs */
    .info-tabs .inner {
        padding: 0 25px 45px;
    }
    /* info-block */
    .info-block ul {
        max-width: none;
    }

    .progress {
        max-width: none;
    }
    /* end info-block */
    /* login-form */
    .login-form {
        margin: 0;
        padding: 30px 15px;
    }
    /* footer */
    #footer .top .column {
        padding: 0 0 0 35px;
    }

        #footer .top .column.large-col {
            padding: 0 0 0 35px;
        }

    #footer .top .languages-column {
        padding: 0 0 0 10px;
    }

    #footer .top .logo-area {
        padding: 4px 25px 0;
    }

    #footer .top .columns .sep-001 {
        right: 18%;
    }

    #footer .top .columns .sep-002 {
        right: 40%;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-top: 46px;
    }
    .wrapper {
        margin-top: 130px;
    }
    /* navbar */
    .navbar {
        padding: 12px 12px 7px;
        min-height: 1px;
    }

    .navbar-nav > li:before {
        width: 0px;
    }

    .container > .navbar-header {
        float: left;
        margin: 0;
        padding-top: 15%;
    }

    .navbar-toggle {
        margin: -1px 0 0;
    }

    .navbar .logo {
        float: none;
        display: block;
        /*background: url(/images/CivilService/logo-mobile.png) no-repeat;*/
        width: 320px;
        /*height: 50px;*/
        margin: 5px auto 0;
        background-size: 132px 35px;
        background-position-y: center;
    }

        .navbar .logo:before {
            left: 170px;
        }

        .navbar .logo:after {
            width: 300px;
        }

    /*.navbar .logo:before,
        .navbar .logo:after {
            display: none;
        }*/

    .navbar-header {
        padding: 0 0 0 31px;
    }

    .navbar-nav > li {
        padding: 0;
        min-height: 1px;
    }

    .navbar-nav .img {
        margin: -1px 5px 0 -1px;
    }

        .navbar-nav .img img {
            width: 27px;
            height: 27px;
        }

    .navbar-nav .alignleft,
    .nav.navbar-nav > li > a .name,
    .navbar-nav > li:before {
        display: none;
    }

    .navbar .badge {
        top: -3px;
        width: 15px;
        height: 15px;
        padding: 2px 0 0;
        font-size: 0.769em;
        line-height: 1.1em;
    }

    .navbar-header .dropdown-menu {
        margin: 0;
        top: 46px;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        padding: 0;
    }

        .navbar-nav > li + li {
            display: none;
        }

    .nav > li:after {
        clear: both;
        content: '';
        display: block;
    }

    .navbar-nav > li > a {
        float: right;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 9px 49px 8px 5px;
    }

    .navbar-nav .open .dropdown-menu {
        clear: both;
        position: absolute;
        right: auto;
        top: 34px;
        left: -5px;
        background: #fff;
        max-width: 200px;
        min-width: 160px;
    }
    /* add-nav */
    .nav-holder .add-nav {
        font-size: 1em;
        line-height: 1.214em;
        padding: 0;
        border-top: 1px solid #e5e5e5;
    }

    .add-nav li:last-child {
        padding-top: 0;
    }

    .add-nav li a {
        padding: 8px 50px;
    }

        .add-nav li a:after {
            width: 4px;
            height: 6px;
            background-size: 4px;
            top: 50%;
            margin: 6px 26px 0 0;
            display: inline-block;
            vertical-align: top;
            position: static;
        }

        .add-nav li a:before {
            width: 34px;
        }

    .add-nav .ico-01:before {
        background-size: 14px;
        background-position: 50% 11px;
    }

    .add-nav .add-nav-icon-home:before {
        background-size: 14px;
    }

    .add-nav .ico-01:hover:before {
        background-size: 14px;
        background-position: 50% -78px;
    }

    .add-nav .ico-02:before {
        background-size: 14px;
        background-position: 50% 13px;
    }

    .add-nav .ico-02:hover:before {
        background-size: 14px;
        background-position: 50% -76px;
    }

    .add-nav .ico-03:before {
        background-size: 13px;
        background-position: 50% 12px;
    }

    .add-nav .ico-03:hover:before {
        background-size: 13px;
        background-position: 50% -75px;
    }

    .add-nav .ico-04:before {
        background-size: 16px;
        background-position: 50% 12px;
    }

    .add-nav .ico-04:hover:before {
        background-size: 16px;
        background-position: 50% -85px;
    }

    .add-nav .ico-05:before {
        background-size: 12px;
        background-position: 50% 12px;
    }

    .add-nav .ico-05:hover:before {
        background-size: 12px;
        background-position: 50% -76px;
    }

    .add-nav .ico-06:before {
        background-size: 8px;
        background-position: 50% 7px;
    }

    .add-nav .ico-06:hover:before {
        background-size: 8px;
        background-position: 50% -85px;
    }

    .add-nav .ico-07:hover:before {
        background-size: 8px;
        background-position: 50% 23px;
    }

    .add-nav li:last-child a:after {
        background-position: 0 -109px;
        background-size: 4px;
    }
    /* heading */
    .heading {
        font-size: 1em;
        line-height: 1.214em;
        padding: 18px 0;
    }

        .heading .holder {
            float: none;
            max-width: 256px;
            margin: 0 auto;
        }

        .heading h1 {
            font-size: 1.143em;
            line-height: 0.625em;
        }

        .heading dl {
            font-size: 1.428em;
            line-height: 1.2em;
        }
    /* main */
    #main {
        padding: 19px 20px;
    }
    /* subscribe */
    .subscribe {
        padding: 0 0 15px;
        margin: 0 0 8px;
    }

        .subscribe .form-group {
            clear: both;
            padding: 0 20px 0 0;
        }

        .subscribe .form-control {
            width: 67.73%;
        }

        .subscribe .btn-submit {
            width: 30.4%;
            margin-right: 1.87%;
        }

        .subscribe label {
            font-size: 1em;
            line-height: 1.214em;
            margin: 0 0 12px;
        }

        .subscribe .close {
            margin: 0 0 0 8px;
        }
    /* info-area */
    .info-area {
        max-width: 450px;
        margin: 0 auto 12px;
        padding: 0;
        background: none;
        font-size: 0.714em;
        line-height: 1.3em;
    }

        .info-area .box {
            width: 50%;
            padding: 0 1px 2px;
            border: 1px solid #e5e5e5;
        }

            .info-area .box .inner {
                background: #fff;
                padding: 0 10px 50px;
            }

            .info-area .box h3 {
                font-size: 2em;
                line-height: 1.2em;
                padding: 5px 17px 7px;
                margin: 0 -10px 11px;
            }

        .info-area .link {
            bottom: 3px;
        }

        .info-area .refresh {
            margin: 0 0 -8px;
        }

        .info-area .num {
            font-size: 3.5em;
            line-height: 1.143em;
        }

        .info-area .more {
            bottom: 25px;
            font-size: 1em;
            line-height: 1.3em;
        }

        .info-area .warning {
            padding: 0;
        }

            .info-area .warning .num {
                margin: 0 0 11px;
                font-size: 2.8em;
                line-height: 1.143em;
            }
    /* info-links */
    .info-links {
        max-width: 450px;
        margin: 0 auto 12px;
        padding: 0 10px 45px;
    }

        .info-links .headline {
            margin: 0 -10px;
        }

        .info-links .list-group {
            font-size: 1em;
            line-height: 1.214em;
            padding: 3px 0 0;
        }

            .info-links .list-group a {
                margin: 0 0 10px;
            }

            .info-links .list-group .ico {
                height: 34px;
            }

            .info-links .list-group .text {
                height: 34px;
            }

            .info-links .list-group .ico img {
                width: 23px;
            }

            .info-links .list-group .ico.color-5 img {
                width: 28px;
            }

        .info-links .more {
            left: 10px;
        }
    /* headline */
    .headline {
        padding: 10px 10px 0;
    }

        .headline h2 {
            font-size: 1em;
            line-height: 1.214em;
        }

        .headline .refresh {
            margin: 5px 10px 0 0;
        }

        .headline .close {
            margin: 0 10px 0 0;
        }
    /* info-tabs */
    .info-tabs {
        max-width: 470px;
        margin: 0 auto;
    }

        .info-tabs .inner {
            padding: 0 10px 11px;
        }

        .info-tabs .headline {
            margin: 0 -10px;
        }

        .info-tabs .nav-tabs {
            font-size: 0.714em;
            line-height: 1.2em;
        }

            .info-tabs .nav-tabs > li > a {
                height: 38px;
                padding: 0 3px;
            }

            .info-tabs .nav-tabs > li.active > a {
                font-size: 1.2em;
                line-height: 1.166em;
            }


    /* info-form */
    .info-form .frame {
        padding: 0;
    }

    .info-form label {
        font-size: 0.714em;
        line-height: 1.3em;
        margin: 0 0 8px;
    }

    .info-form .form-01,
    .info-form .form-02 {
        width: 100%;
    }

    .info-form .form-02 {
        margin-left: 0;
    }

    .info-form .check-area {
        float: none;
        padding: 0 0 10px;
    }

    .info-form .file-area {
        float: left;
        margin: 0 5px 0 0;
    }

    .info-form .check-area .file-area .customForm-fake-input {
        padding: 8px 2px 8px 8px;
    }

    .info-form .btn-submit {
        padding: 10px 5px;
    }

    .file-area .customForm-wrap {
        width: 116px !important;
    }

    .info-form .check-area .wrap {
        float: left;
    }
    /* aside */
    aside .add-nav {
        display: none;
    }
    /* chart-block */
    .chart-block {
        max-width: 452px;
        padding: 10px 10px 15px;
        margin: 0 auto 12px;
        min-height: 1px;
        border: solid 1px #e5e5e5;
    }

        .chart-block .headline {
            padding: 0 8px 8px 0;
        }

            .chart-block .headline .refresh {
                margin: -2px 11px 0 0;
            }

            .chart-block .headline .close {
                margin: -7px 10px 0 0;
            }

        .chart-block .block {
            padding: 0 8px 22px 8%;
        }

            .chart-block .block p {
                margin: 0;
            }

    .chart {
        position: relative;
        padding: 0 0 19px;
    }

    .chart-block .box {
        position: relative;
        padding: 0 4px;
        margin: 10px 0 0;
    }

        .chart-block .box:after {
            content: '';
            display: block;
            clear: both;
        }

    .chart-block .col-sm-6:first-child .box {
        padding-right: 7.6%;
    }

    .chart-block .small-chart {
        margin: 4px 0 0 16px;
    }

        .chart-block .small-chart img {
            display: block;
            width: 100%;
            max-width: 100%;
        }

    .chart-block .box .description {
        font-size: 0.75em;
        line-height: 1.444em;
    }

        .chart-block .box .description p {
            margin: 0 0 7px;
        }

        .chart-block .box .description .value {
            font-size: 1.333em;
            line-height: 1.333em;
        }
    /* end chart-block */
    /* info-block */
    .info-block {
        max-width: 452px;
        padding: 10px 10px 20px;
        margin: 0 auto 12px;
        border: solid 1px #e5e5e5;
    }

        .info-block .headline {
            padding: 0 0 15px;
        }

        .info-block li {
            font-size: 0.857em;
            line-height: 1.333em;
            padding: 10px 0 11px;
        }

            .info-block li:first-child {
                padding-top: 0;
            }

        .info-block .more {
            bottom: 10px;
            left: 10px;
        }

        .info-block h3 {
            margin: 0 0 3px;
            font-size: 1em;
            line-height: 1.333em;
        }

        .info-block .value {
            padding: 0 0 4px;
            font-size: 1.166em;
            line-height: 1.286em;
        }

            .info-block .value span {
                font-size: 1.286em;
                line-height: 1.222em;
            }

        .info-block p strong.arrow {
            padding: 0 0 0 15px;
        }

            .info-block p strong.arrow:before {
                top: 5px;
            }

    .progress {
        margin: 5px 0 15px;
    }
    /* end info-block */
    /* login-page */
    .login-page {
        padding-top: 0;
        background: url(/images/CivilService/bg-login-page.png) no-repeat;
        background-size: cover;
        height: 100%;
    }

    /* page-header */
    .page-header {
        margin: 0;
        padding: 28px 0 8px;
        border: 0;
    }

        .page-header .logo {
            display: block;
            margin: 0 auto;
            text-indent: -9999px;
            overflow: hidden;
            background: url(/images/CivilService/logo-02.png) no-repeat;
            width: 188px;
            height: 134px;
        }

            .page-header .logo a {
                display: block;
                height: 100%;
            }
    /* login-form */
    .login-form {
        max-width: 450px;
        margin: 0 auto;
        padding: 20px;
    }

        .login-form .ttl {
            font-size: 1.286em;
            line-height: 1.333em;
            margin: 0 0 18px;
        }

        .login-form .form-control {
            height: 35px;
            padding: 9px 10px;
        }

        .login-form .input-group {
            margin: 0 0 20px;
        }

        .login-form .input-group-addon img {
            width: 17px;
            margin: 10px 0 0 7px;
        }

        .login-form .input-group-addon {
            width: 35px;
        }

            .login-form .input-group-addon:before {
                top: 5px;
                height: 26px;
            }

        .login-form .btn-submit {
            padding: 10px 5px 9px;
        }

        .login-form .btn-holder {
            margin: -4px 0 14px;
        }

            .login-form .btn-holder .btn-submit {
                width: 54.62%;
            }

            .login-form .link-buttons .btn-submit {
                width: 100%;
            }

        .login-form .info {
            width: 19px;
            height: 19px;
            background-size: 4px;
            margin: 1px 2px 0 0;
        }

        .login-form .frame .link {
            font-size: 0.786em;
            line-height: 1.182em;
        }

        .login-form .frame {
            padding: 7px 0 0 5px;
        }

        .login-form .fb-holder {
            padding: 0 0 10px;
            margin: 0 0 11px;
        }

        .login-form .btn-facebook {
            padding: 9px 5px;
        }

            .login-form .btn-facebook:after {
                width: 18px;
                height: 18px;
                background-size: cover;
                margin: 0 6px 0 0;
            }



    /* footer */
    #footer {
        padding: 0 0 20px;
    }

        #footer .top {
            margin: 0 0 23px;
        }

            #footer .top .container {
                padding: 20px 20px 21px;
            }

            #footer .top .logo-area {
                float: none;
                padding: 0 0 15px;
                text-align: center;
                direction: ltr;
            }

        #footer .logo-01 {
            display: inline-block;
            vertical-align: top;
            background-size: cover;
            width: 89px;
            height: 22px;
            margin: 0;
        }

        #footer .logo-02 {
            display: inline-block;
            vertical-align: top;
            background-size: cover;
            width: 26px;
            height: 34px;
            margin: -10px 0 0 9px;
        }

        #footer .top .columns .sep {
            top: 6px;
        }

        #footer .top .columns .sep-001 {
            right: 16%;
        }

        #footer .top .columns .sep-002 {
            right: 40%;
        }

        #footer .top h4 {
            margin: 0 0 15px;
            font-size: 1.2rem;
            line-height: 1.6rem;
        }

        #footer .top .block ul {
            padding: 0 0 0 5px;
        }

        #footer .top li {
            font-size: 1.1rem;
            line-height: 1.2rem;
        }

        #footer .top .languages-column li {
            font-size: 1rem;
            line-height: 1.2rem;
        }

        #footer .top li + li {
            padding: 12px 0 0;
        }

        #footer .bottom.container {
            width: auto;
            padding: 0 10px;
        }

        #footer .bottom ul {
            padding: 0;
        }

            #footer .bottom ul:before {
                display: none;
            }

        #footer .bottom li {
            font-size: 0.786em;
            line-height: 1.363em;
        }

            #footer .bottom li:before {
                top: 2px;
            }

        #footer .bottom .img {
            width: 24px;
            margin: -3px 0 0 8px;
        }
    /* end footer */
}

@media screen and (max-width: 480px) {
    /* info-area */
    .info-area {
        max-width: 100%;
        margin: 0 0 12px -1px;
    }
    /* footer */
    #footer .top .container {
        padding: 20px 20px 9px;
    }

    #footer .top .columns {
        text-align: center;
    }

    #footer .top .column {
        display: block;
        width: auto;
        padding: 0 0 12px;
    }

        #footer .top .column.large-col {
            width: auto;
            padding: 0 0 12px;
        }

    #footer .top .columns .sep {
        display: none;
    }
}

/* new */
/* info-frame */
.info-frame {
    position: relative;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 0 10px 62px;
    margin: 0 0 19px;
}

    .info-frame .headline {
        margin: 0 -10px;
    }

.info-list {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    color: #393939;
    font-size: 1em;
    line-height: 1.214em;
}

    .info-list + .info-list {
        padding-left: 12px;
    }

    .info-list li {
        padding: 6px 2px;
    }

    .info-list .odd {
        background: #f6f6f6;
        color: #007a9d;
        padding: 10px 2px 9px;
        min-height: 36px;
    }

    .info-list .bold {
        font-weight: bold;
    }

.info-frame .more {
    left: 29px;
    bottom: 19px;
    padding: 0 0 0 23px;
    color: #b1b1b1;
}
/* chart-block */
.inner-page .chart-block {
    position: relative;
    min-height: 1px;
    padding-bottom: 39px;
    margin-bottom: 30px;
}

    .inner-page .chart-block .more {
        left: 29px;
        bottom: 16px;
        padding: 0 0 0 23px;
        color: #b1b1b1;
    }
/* download-area */
.download-area {
    position: relative;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 0 25px 50px 20px;
}

    .download-area .headline {
        margin: 0 -25px 0 -20px;
    }

    .download-area .list {
        list-style: none;
        margin: 0;
        padding: 8px 0 0;
    }

        .download-area .list li {
            overflow: hidden;
            padding: 17px 0 13px;
        }

            .download-area .list li + li {
                border-top: 1px solid #c3c4c4;
            }

        .download-area .list .ico {
            float: right;
            margin: 0 0 0 20px;
        }

        .download-area .list .link {
            float: left;
            color: #007a9d;
            text-decoration: underline;
            font-weight: bold;
        }

            .download-area .list .link:hover {
                text-decoration: none;
            }

        .download-area .list .descr {
            display: table-cell;
            height: 35px;
            vertical-align: middle;
            padding: 4px 0 0;
        }

        .download-area .list .cell {
            display: table-cell;
            height: 35px;
            width: 1%;
            vertical-align: middle;
            padding: 4px 10px 0 0;
        }

    .download-area .more {
        bottom: 14px;
        left: 17px;
        padding: 0 0 0 24px;
        color: #b1b1b1;
    }

@media screen and (max-width: 767px) {
    /* download-area */
    .download-area {
        max-width: 450px;
        margin: 0 auto 12px;
    }
    /* info-frame */
    .info-frame {
        max-width: 450px;
        margin: 0 auto 12px;
    }

    #imgPropertyNum {
        width: 270px;
    }

    #propNumModal .modal-dialog {
        width: 300px;
    }

    #propNumModal .modal-content {
        margin-top: 40%;
    }
}

/* new */

/* date-holder */
.date-holder .frame {
    float: right;
    width: 57.39%;
    padding: 4px 0 0;
}

    .date-holder .frame h2 {
        float: right;
        width: 60%;
        margin: 0;
        font-size: 1.714em;
        line-height: 1.166em;
        font-weight: bold;
        color: #076694;
    }
/* sort-form */
.sort-form {
    float: left;
    width: 36.53%;
    padding: 2px 0 0;
}

    .sort-form .select-area {
        height: 24px;
        font-size: 1.143em;
        line-height: 1.25em;
    }

        .sort-form .select-area .center {
            padding: 2px 12px 2px 35px;
            background: #fff;
            border: 0;
            color: #393939;
        }

        .sort-form .select-area .select-opener {
            background: none;
        }

            .sort-form .select-area .select-opener:before {
                position: absolute;
                left: 8px;
                top: 9px;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid #007a9d;
                content: "";
            }

.select-options.drop-sort-sel {
    background: #fff;
}

    .select-options.drop-sort-sel .drop-holder {
        border: 0;
    }

    .select-options.drop-sort-sel ul {
        font-size: 1.143em;
        line-height: 1.25em;
    }

        .select-options.drop-sort-sel ul a {
            padding: 2px 12px;
        }
/* items */
.items {
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
}

    .items li {
        padding: 0 0 9px;
        margin: 0 0 15px;
        background: #fff;
    }

    .items .top {
        display: block;
        margin: 0 -1px 15px;
        padding: 13px 22px 11px;
        background: #007a9d;
        color: #fff;
        font-size: 1.286em;
        line-height: 1.222em;
    }

    .items .tbl {
        display: table;
        position: relative;
        width: 100%;
    }

        .items .tbl:before {
            position: absolute;
            right: 38.75%;
            top: 3px;
            bottom: 3px;
            width: 1px;
            background: #e5e5e5;
            content: "";
        }

        .items .tbl .num {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            text-align: center;
            width: 39.08%;
            padding: 0 5px 6px;
            font-size: 2.857em;
            line-height: 1.1em;
            color: #007a9d;
        }

            .items .tbl .num span {
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 -8px;
                font-size: 0.85em;
                line-height: 1.1176em;
            }

    .items .list {
        display: table-cell;
        overflow: hidden;
        margin: 0;
        padding: 0 26px 0 10px;
        color: #393939;
    }

        .items .list dt {
            float: right;
            width: 127px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding: 1px 0 0 10px;
            line-height: 1.214em;
            font-weight: normal;
            direction: rtl;
        }

        .items .list dd {
            overflow: hidden;
            margin: 0 0 5px;
            font-weight: 300;
            line-height: 1.214em;
        }

#paymentsList {
    direction: ltr;
}

@media screen and (max-width: 1277px) {
    /* items */
    .items .tbl .num {
        font-size: 2.571em;
        line-height: 1.11em;
    }

    .inner-frame {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    /* date-holder */
    .date-holder .frame {
        float: none;
        width: auto;
        padding: 4px 0 6px;
    }

        .date-holder .frame h2 {
            float: none;
            width: auto;
            text-align: center;
            margin: 0 0 15px;
        }

    .sort-form {
        float: none;
        max-width: 200px;
        width: auto;
        margin: 0 auto;
    }
    /* items */
    .items {
        max-width: 450px;
        margin: 0 auto;
    }

    .inner-frame {
        width: 100%;
        height: 700px;
    }
}

@media screen and (max-width: 480px) {
    /* items */
    .items .tbl .num {
        display: block;
        width: auto;
        padding: 0 5px 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #e5e5e5;
    }

    .items .tbl:before {
        display: none;
    }

    .items .list {
        display: block;
    }
}

.action-btn {
    background-color: #007a9d;
    color: white;
}

    .action-btn:hover {
        color: white;
        background-color: #6e6e6e !important;
    }
/*/*#myReferencesTable {
    border: 0px solid #dddddd;
    border-collapse: separate;
    /*border-spacing: 21px 50px;*/



th, td {
    padding: 5px;
    text-align: center;
    background-color: #f6f6f6;
    width: 30px;
    height: 30px;
}

.tooltip {
    visibility: visible;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

#cont {
    position: relative;
    width: 60%;
}


    #cont > * {
        position: relative;
    }

#chkReference {
    top: 11px;
    right: -7px;
}

#referencesNotFound {
    width: fit-content;
}

#myReferencesTable {
    margin-top: 20px;
}

#myReferencesTableGviya {
    margin-top: 20px;
    max-width: 95%;
}

div.select-area {
    position: relative;
    margin-left: 796px;
    width: auto !important;
}


/* vouchers */

#voucherDownload {
    color: white;
}

.vouchers-items .topVoucher {
    display: block;
    margin: 0 -1px 15px;
    padding: 12px 28px 12px;
    background: #007a9d;
    color: #fff;
    font-size: 1em;
    line-height: 1.222em;
}
    .vouchers-items li {
        width: 240px;
        background:transparent;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 10px 10px 0 0;
    }

/*@media (max-width: 1300px) {
    .vouchers-items .tblVaucher {
         display: none;
     }

    .vouchers-items li{
       background: transparent;
    }
}*/
