﻿/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

textarea:disabled, input[type=text]:disabled {
    background-color: #F7F6F3;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    -webkit-quotes: none;
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Load fonts*/
@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../Style/fonts/AvenirLTStd-Book.eot');
    src: url('../Style/fonts/AvenirLTStd-Book.woff'), url(data:application/x-font-woff;charset=utf-8;base64) format('woff'), url('../Style/fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('../Style/fonts/AvenirLTStd-Book.svg#Interstate Mono') format('svg'), url('../Style/fonts/AvenirLTStd-Book.woff') format('woff'), url('../Style/fonts/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('../Style/fonts/AvenirLTStd-Heavy.eot');
    src: url('../Style/fonts/AvenirLTStd-Heavy.woff'), url(data:application/x-font-woff;charset=utf-8;base64) format('woff'), url('../Style/fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../Style/fonts/AvenirLTStd-Heavy.svg#Interstate Mono') format('svg'), url('../Style/fonts/AvenirLTStd-Heavy.woff') format('woff'), url('../Style/fonts/AvenirLTStd-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../Style/fonts/AvenirLTStd-Medium.eot');
    src: url('../Style/fonts/AvenirLTStd-Medium.woff'), url(data:application/x-font-woff;charset=utf-8;base64) format('woff'), url('../Style/fonts/AvenirLTStd-Medium.eot?#iefix')format('embedded-opentype'), url('../Style/fonts/AvenirLTStd-Medium.svg#Interstate Mono') format('svg'), url('../Style/fonts/AvenirLTStd-Medium.woff') format('woff'), url('../Style/fonts/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('../Style/fonts/AvenirLTStd-Light.eot');
    src: url('../Style/fonts/AvenirLTStd-Light.woff'), url(data:application/x-font-woff;charset=utf-8;base64) format('woff'), url('../Style/fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../Style/fonts/AvenirLTStd-Light.svg#Interstate Mono') format('svg'), url('../Style/fonts/AvenirLTStd-Light.woff') format('woff'), url('../Style/fonts/AvenirLTStd-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    width: 100%;
    line-height: 1;
    font-family: 'AvenirLTStd-Light';
    font-size: 1.125rem;
    /*Fix font rendering in WebKit*/
    /*-webkit-text-stroke: 0.2px;*/
}

.body-with-background {
    background: url('../Img/rik-bg-1920x1280.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.custom-placeholder,
.result-placeholder,
.contract-placeholder {
    position: absolute;
    pointer-events: none;
    /*display: block;*/
}

.custom-placeholder {
    color: rgb(180, 180, 180);
    padding: 6px 13px;
}

.result-placeholder {
    font-size: 0.875rem;
    -webkit-text-stroke: 0.2px;
    font-family: 'AvenirLTStd-Light';
    color: rgb(168, 168, 168);
    margin: 9px 0 0 15px;
}

/*Disable input border highlighting*/
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


button #search:focus {
    outline:#0074c5;
}

select {
    border: none;
    font-family: 'AvenirLTStd-Light';
    font-size: 1.0625rem;
}

/*Change default check-box*/
input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        height: 17px;
        width: 17px;
        cursor: pointer;
        display: inline-block;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(40, 40, 40);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        input[type=checkbox] + label:after {
            content: "";
            height: 16px;
            width: 16px;
            display: inline-block;
            background-image: url("../Img/unChecked.png");
            /*border-radius: 36px;
            -webkit-border-radius: 36px;
            -moz-border-radius: 36px;
            -ms-border-radius: 36px;
            background-color: rgb(213, 213, 213);*/
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
        }

    input[type=checkbox]:checked + label {
        height: 17px;
        width: 17px;
        display: inline-block;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(40, 40, 40);
    }

        input[type=checkbox]:checked + label:after {
            content: "";
            height: 16px;
            width: 16px;
            display: inline-block;
            background-image: url("../Img/checked.png");
            /*border-radius: 36px;
            -webkit-border-radius: 36px;
            -moz-border-radius: 36px;
            -ms-border-radius: 36px;
            background-color: rgb(0, 116, 197);*/
        }

        .disabled_check_box  input[type=checkbox]:checked + label:after {
              background-image: url("../Img/unChecked.png");
         }

/*radio button*/
input[type=radio] {
    display: none;
}

    input[type=radio] + label {
        height: 17px;
        width: 17px;
        cursor: pointer;
        display: inline-block;
        background-color: rgb(213, 213, 213);
        border: 1px solid rgb(40, 40, 40);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        input[type=radio] + label:after {
            content: "";
            height: 9px;
            width: 9px;
            display: inline-block;
            /*ckground-image: url("../Img/unChecked.png");*/
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            -ms-border-radius: 40px;
            border-radius: 40px;
            background-color: white;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            margin: 4px;
        }

    input[type=radio]:checked + label {
        height: 17px;
        width: 17px;
        display: inline-block;
        background-color: rgb(213, 213, 213);
        border: 1px solid rgb(40, 40, 40);
    }

        input[type=radio]:checked + label:after {
            content: "";
            height: 9px;
            width: 9px;
            display: inline-block;
            /*background-image: url("../Img/checked.png");*/
            -webkit-border-radius: 36px;
            -moz-border-radius: 36px;
            -ms-border-radius: 36px;
            border-radius: 36px;
            background-color: rgb(0, 116, 197);
            margin: 4px;
        }

.payment-container {
    text-align: left;
}

.bank-radio input[type=radio] + label {
    border: none;
}

    .bank-radio input[type=radio] + label:after {
        height: 31px;
        width: 88px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        margin: 0px;
    }

.bank-radio input[type=radio]:checked + label {
}

    .bank-radio input[type=radio]:checked + label:after {
    }


/*disable IE clear "X" button on input fields*/
input[type=text]::-ms-clear {
    display: none;
    
}

input[type=password]::-ms-clear {
    display: none;
}

input[type=email]::-ms-clear {
    display: none;
}

/*Site fonts*/
.font-book {
    font-family: 'AvenirLTStd-Book';
}

.tulemused {
    font-family: 'AvenirLTStd-Heavy';
    font-size: 1.25rem;
}

.font-heavy {
    font-family: 'AvenirLTStd-Heavy';
}

.font-medium {
    font-family: 'AvenirLTStd-Medium';
}

.font-light {
    font-family: 'AvenirLTStd-Light';
}

.font-size-12 {
    font-size: 0.75rem;
}

.font-size-15 {
    font-size: 0.9375rem;
    /*-webkit-text-stroke: 0.2px;*/
}

.font-size-17 {
    font-size: 1.0625rem;
}

.font-size-18 {
    font-size: 1.125rem;
}

.font-size-20 {
    font-size: 1.25rem;
}

.font-size-22 {
    font-size: 1.375rem;
}

.font-size-24 {
    font-size: 1.5rem;
}

.font-size-26 {
    font-size: 1.625rem;
}

.font-size-28 {
    font-size: 1.75rem;
}

.font-size-30 {
    font-size: 1.875rem;
}

.font-size-50 {
    font-size: 3.125rem;
}

/*Site colors*/
.color-white {
    color: rgb(255, 255, 255);
}

.color-black {
    color: rgb(40, 40, 40);
}

.color-blue {
    color: rgb(0, 116, 197);
}

.background-dark-gray {
    background-color: rgb(40, 40, 40);
}

.background-light-gray {
    background-color: rgb(232, 229, 218);
}

.background-light-white {
    background-color: rgb(255, 255, 255);
}

.cursor-pointer {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a {
    cursor: pointer;
    color: rgb(0, 116, 197);
}

    a:link,
    a:visited,
    a:active {
        text-decoration: none;
        color: rgb(40, 40, 40);
    }

    a:hover {
        text-decoration: underline;
    }

    a.link-blue:link,
    a.link-blue:visited {
        text-decoration: none;
        color: rgb(0, 116, 197);
    }

    a.link-blue:active,
    a.link-blue:hover {
        text-decoration: underline;
    }

    a.link-dark-blue:link,
    a.link-dark-blue:visited {
        text-decoration: none;
        color: rgb(0, 104, 183);
    }

    a.link-dark-blue:active,
    a.link-dark-blue:hover {
        text-decoration: underline;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.zero-margin-padding {
    margin: 0;
    padding: 0;
}

.no-margin {
    margin: 0;
}

.clear {
    clear: both;
}

.menu-container {
    position: absolute;
    width: 100%;
    top: 0;
    /*left: 50%;*/
    z-index: 1;
    /*margin-left: -512px;*/
}

.site-container {
    width: 1280px;
    margin: auto;
    -webkit-text-stroke: 0.2px;
    display: block;
    min-height: 80%;
}

#body > .site-container {
    min-height: 93%;
}

.search-container,
.search-container-login {
    width: 735px;
    margin: 20px auto;
}

    .search-container > h1 {
        margin-left: 50px;
        padding-bottom: 25px;
    }

    .search-container-login > h1 {
        margin-left: 110px;
        padding-bottom: 24px;
    }

.search-info-box {
    margin-left: 70px;
    margin-top: 30px;
}

    .search-info-box > h4 {
        margin-bottom: 30px;
        margin-left: -15px;
    }

    .search-info-box > ul {
        /*margin-left: 14px;*/
        line-height: 1.2;
        list-style-image: url(../Img/Bullet.png);
    }

        .search-info-box > ul > li {
            padding: 0 0 11px 11px;
        }

.search-container-login > .search-info-box {
    /*margin-left: 110px;*/
    padding: 0 54px 0 0;
    border-bottom: 0;
    border-top: 0;
}

    .search-container-login > .search-info-box > h4,
    .search-container-login > .search-info-box > p {
        margin-bottom: 25px;
    }

.login-box {
    width: 278px;
    height: 200px;
    padding: 15px 21px;
    margin-left: 82px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-box {
    padding-top: 20px;
    margin-bottom: 20px;
}

    .search-box .main-search-field {
        border: 0;
        width: 465px;
        padding: 10px;
        color: rgb(18, 16, 0);
        margin-left: 20px;
    }

        .search-box .main-search-field.with-captcha {
            width: 330px;
        }

.login-box select {
    width: 278px;
}

.search-box .help-btn {
    text-align: center;
    line-height: 35px !important;
    margin-top: 9px;
    display: inline-block;
}

.search-box-checkbox {
    margin-top: 15px;
}

.auth-ok {
    margin-left: 55px;
    width: 625px;
}

.oigustatud {
    float: left;
    padding-left: 160px;
}

input[type=radio]:checked + label:after .search-box-checkbox div {
    margin-bottom: 8px;
    font-weight: bold;
}

.search-box-checkbox span {
    position: absolute;
    margin: 2px 0 0 30px;
}

.search-box-buttons {
    margin-left: 10px;
}

.search-box-buttons .blue-button {
    padding: 10px 40px;
    height: 100%;
}

.search-box-buttons .blue-button:focus {
    outline-style: auto;
}
.blue-button:focus {
    outline-style: auto;
}

#loginTab {
    margin-top: -20px;
}

.login-tabs {
    margin: -60px 0 0 82px;
}

.result-tab-btn-active > a {
    color: white;
}

.history-form .result-tab-btn-active {
    color: white;
}

.login-tabs > .result-tab-btn {
    width: 140px;
    height: 26px;
    padding: 0;
    text-align: center;
    padding-top: 6px;
    margin: 6px 12px 0 0;
    color: rgb(255, 255, 255);
    border: 2px rgb(255, 255, 255);
    border-style: solid solid none solid;
    background-color: transparent;
}

    .login-tabs > .result-tab-btn:last-child {
        width: 160px;
    }

.custom-sub-tab {
    height: 14px;
    cursor: pointer;
    padding: 8px 12px;
    margin-right: 8px;
    color: rgb(40, 40, 40);
    background-color: rgb(232, 229, 217);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.input-info-box {
    width: 29px;
    height: 30px;
    display: block;
    position: absolute;
    margin: -30px 0 0 251px;
    cursor: pointer;
}

    .input-info-box:before {
        -ms-opacity: 1;
        opacity: 1;
        width: 18px;
        height: 18px;
        content: "";
        display: block;
        position: absolute;
        margin: 6px 0 0 6px;
        background: url("../Img/InfoNupud.png") 0 0 no-repeat;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .input-info-box:after {
        -ms-opacity: 0;
        opacity: 0;
        width: 18px;
        height: 18px;
        content: "";
        display: block;
        position: absolute;
        margin: 6px 0 0 6px;
        background: url("../Img/InfoNupud.png") -19px 0 no-repeat;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .input-info-box:hover:before {
        -ms-opacity: 0;
        opacity: 0;
    }

    .input-info-box:hover:after {
        -ms-opacity: 0;
        opacity: 1;
    }

.help-btn {
    width: 35px;
    height: 35px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 116, 197);
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
}

.info-box-content {
    width: 113px;
    height: 48px;
    padding: 13px;
    z-index: 0;
    margin: -61px 0 0 16px;
    line-height: 16px;
    background-color: rgb(232, 229, 217);
}

.dropdown-menu,
.info-popup,
.info-popup-question,
.info-popup-question-windowed {
    background-color: rgb(243, 242, 236);
}

.dropdown-menu {
    z-index: 2;
    line-height: 28px !important;
    margin-top: 11px;
    margin-left: 22px;
}

.info-popup,
.info-popup-question,
.info-popup-question-windowed {
    line-height: 20px !important;
    white-space: nowrap;
    margin: 9px 0 0 9px;
}

    .info-popup:after,
    .info-popup-question:after {
        top: 0;
        left: 0;
        width: 17px;
        height: 18px;
        content: "";
        display: block;
        margin: -9px;
        position: absolute;
    }

    .info-popup-question-windowed::after {
        top: 0;
        left: 281px;
        width: 17px;
        height: 18px;
        content: "";
        display: block;
        margin: -9px;
        position: absolute;
    }

    .info-popup:after {
        background: url("../Img/InfoNupud.png") -19px 0 no-repeat;
    }

    .info-popup-question:after,
    .info-popup-question-windowed:after {
        background: url("../Img/InfoNupud.png") -152px 0 no-repeat;
    }

.dropdown-menu,
.info-box-content,
.info-popup,
.info-popup-question,
.info-popup-question-windowed {
    display: none;
    position: absolute;
    padding: 13px;
    color: rgb(18, 16, 0);
    -webkit-box-shadow: -1px 2px 4px 0 rgba(18, 16, 0, 0.75);
    -ms-box-shadow: -1px 2px 4px 0 rgba(18, 16, 0, 0.75);
    -moz-box-shadow: -1px 2px 4px 0 rgba(18, 16, 0, 0.75);
    box-shadow: -1px 2px 4px 0 rgba(18, 16, 0, 0.75);
}

.info-popup-question-windowed {
    display: none;
    position: absolute;
    padding: 13px;
    left: 685px;
    z-index: 1;
    color: rgb(18, 16, 0);
    -webkit-box-shadow: -1px 2px 4px 0 rgba(18, 16, 0, 0.75);
    -ms-box-shadow: -1px 2px 4px 0 rgba(18, 16, 0, 0.75);
    -moz-box-shadow: -1px 2px 4px 0 rgba(18, 16, 0, 0.75);
    box-shadow: -1px 2px 4px 0 rgba(18, 16, 0, 0.75);
}

.popup-table th,
.popup-table td {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: 0;
}

.blue-button {
    border: 0;
    /*height: 29px;*/
    padding: 5px 25px;
    color: #ffffff;
    cursor: pointer;
    /*line-height: 29px !important;*/
    text-align: center;
    background-color: rgb(0, 116, 197);
}

.blue-button-makse {
    border: 0;
    margin: 30px 0px 0px -75px;
    padding: 5px 25px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background-color: rgb(0, 116, 197);
}

.close-button {
    border: 1px solid #666666;
    /*height: 29px;*/
    padding: 4px 24px;
    color: #191919;
    cursor: pointer;
    /*line-height: 29px !important;*/
    text-align: center;
    background-color: #FFFFFF;
}

.close-button:focus{
    outline-style: auto;
}

.result-search-field {
    -moz-min-width: 1024px;
    -ms-min-width: 1024px;
    -o-min-width: 1024px;
    -webkit-min-width: 1024px;
    min-width: 1024px;
    max-width: 1240px;
    height: 31px;
    margin: 0 auto;
    padding: 11px 0;
    background-color: rgb(232, 229, 217);
}

    .result-search-field > div {
        width: 1024px;
        margin: 0 auto;
    }

    .result-search-field input[type=text] {
        width: 129px;
        height: 14px;
        border: 0;
        overflow: visible;
        margin-right: 11px;
        padding: 8px 15px;
    }

    .result-search-field h6 {
        line-height: 30px;
        margin-right: 28px;
    }

.result-search-field-checkbox {
    margin: 6px 0 0 28px;
}

    .result-search-field-checkbox > div {
        width: 145px;
    }

        .result-search-field-checkbox > div > span {
            position: absolute;
            margin: 3px 0 0 7px;
            white-space: nowrap;
        }

.result-search-buttons {
    margin: 0 0 0 22px;
    text-align: center;
}

    .result-search-buttons > div {
        margin-bottom: 22px;
    }

.result-button-bar,
.admin-content-wrapper {
    width: 1100px;
    height: 33px;
    margin: 35px auto 0 auto;
    border-bottom: 3px solid rgb(40, 40, 40);
}

.admin-content-wrapper {
    height: 100%;
    border: 0;
}

    .admin-content-wrapper .document-tbl {
        width: 1035px;
    }

.result-button-bar-sub {
    line-height: 15px;
    margin: 60px 100px 0 0;
    border-bottom: 3px solid rgb(40, 40, 40);
    height: 31px;
}

.sub-content-main-search {
    background-color: white;
    margin-right: 100px;
}

.result-tab-btn {
    cursor: pointer;
    padding: 8px 12px;
    margin-right: 8px;
    color: rgb(40, 40, 40);
    background-color: rgb(232, 229, 217);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.result-tab-btn-sub {
    cursor: pointer;
    padding: 8px 12px;
    margin-right: 8px;
    color: rgb(0, 116, 197);
    background-color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 45%;
    border: 2px solid rgb(232, 229, 217);
    border-bottom: none;
}
.result-tab-btn-sub > a {
    color: #0074c5;
}

.link-button-in-tab-list {
    cursor: pointer;
    padding: 8px 12px;
    margin-right: 8px;
    color: rgb(40, 40, 40);
    background-color: rgb(232, 229, 217);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.result-tab-btn-active {
    color: rgb(255, 255, 255);
    background-color: rgb(40, 40, 40);
}

.result-tab-btn-sub-active {
    color: black;
    background-color: white;
    border: 2px solid black;
    margin-bottom: 0;
}

/*result table for gridView*/
.result-table {
    margin: 0 auto;
    font-size: 0.9375rem;
    text-align: left;
}

    .result-table th {
        font-family: 'AvenirLTStd-Heavy';
        padding: 15px 0 10px 0;
        border-bottom: 3px solid rgb(40, 40, 40);
        cursor: pointer;
    }

    .result-table td {
        /*padding: 12px 40px 10px 0;*/
        /*border-bottom: 1px solid rgb(210, 208, 205);*/
        width: 10%;
        max-width: 30px;
        white-space: nowrap;
        overflow: hidden;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding-right: 20px;
        cursor: default;
    }

.address-row {
    max-width: 50px;
    width: 20%;
}

.result-table th > div {
    float: left;
}

.result-table th:after {
    clear: both;
}

.result-table > div > table tr > th:first-child, .result-table > div > table tr > th:last-child,
.result-table > div > table tr > td:first-child, .result-table > div > table tr > td:last-child {
    border-color: white;
    /*width: 8%;*/
}

.teatetable > div > table tr > th:first-child, .teatetable > div > table tr > th:last-child,
.teatetable > div > table tr > td:first-child, .teatetable > div > table tr > td:last-child {
    width: 6%;
}

.data-row:hover {
    background-color: #E8E5DA !important;
    cursor: pointer;
}

.history-table {
    width: 1035px;
    margin: 0 auto;
}

    .history-table .data-row:hover {
        background-color: #E8E5DA;
    }

.result-table .info-button {
    width: 2%;
    text-align: center;
}

.main-tab > div {
    display: none;
}

    .main-tab > div:first-child {
        display: block;
    }

/*Result table*/
.tbl-result-contract th, .tbl-result td {
    text-align: left;
}

.tbl-result-contract th {
    padding: 15px 0 0 0;
    border-bottom: 3px solid rgb(40, 40, 40);
}

.tbl-result-contract td {
    /*padding: 12px 23px 10px 0;*/
    padding: 12px 23px 9px 0;
    border-bottom: 1px solid rgb(210, 208, 205);
}

.tbl-hidden-side {
    width: 107px;
    margin: 0;
    padding: 0;
    border: 0;
}

.tbl-th-row {
    padding: 0;
    border-bottom: 3px solid rgb(40, 40, 40);
}

    .tbl-th-row > div {
        margin-left: 8px;
    }

.tbl-row-1, .tbl-row-2, .tbl-row-3, .tbl-row-4, .tbl-row-5, .tbl-row-6, .tbl-row-7, .tbl-row-8 {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tbl-row-1 {
    width: 76px;
    max-width: 76px;
}

.tbl-row-2 {
    width: 89px;
    max-width: 89px;
}

.tbl-row-3 {
    width: 108px;
    max-width: 108px;
}

.tbl-row-4 {
    width: 107px;
    max-width: 107px;
}

.tbl-row-5 {
    width: 182px;
    max-width: 182px;
}

.tbl-result-contract .tbl-row-5 {
    width: 170px;
    max-width: 170px;
}

.tbl-row-6 {
    width: 62px;
    max-width: 62px;
}

.tbl-row-7 {
    width: 59px;
    max-width: 59px;
    padding-right: 60px;
}

.tbl-result-contract .tbl-row-7 {
    width: 59px;
    max-width: 59px;
    padding-right: 20px;
}

.tbl-row-8 {
    width: 42px;
    max-width: 42px;
    text-align: center;
    padding: 0;
}

.query-arrow-down {
    width: 14px;
    height: 9px;
    margin-left: 8px;
    display: inline-block;
    background: url("../Img/queryArrowDown.png") 0 0 no-repeat;
}

.tbl-row-head-request {
    width: 132px;
    max-width: 132px;
    border-bottom: 3px solid rgb(40, 40, 40);
}

    .tbl-row-head-request:before {
        width: 1px;
        height: 18px;
        float: left;
        content: "";
        background-color: rgb(40, 40, 40);
    }

    .tbl-row-head-request:after {
        width: 1px;
        height: 18px;
        position: absolute;
        margin-left: 61px;
        content: "";
        background-color: rgb(40, 40, 40);
    }

    .tbl-row-head-request > div {
        margin: 4px 0 0 26px;
    }

.tbl-row-request {
    width: 135px;
    max-width: 135px;
    z-index: 100;
}

    .tbl-row-request > span:first-child {
        margin-left: 26px;
    }

    .tbl-row-request > span {
        pointer-events: none;
        display: inline-block;
    }

thead .tbl-row-8 {
    border-bottom: 3px solid rgb(40, 40, 40);
}

th.header > .sorter-label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url(../Img/unsortedList.png);
    background-repeat: no-repeat;
    background-position: center right;
}

th.headerSortUp > .sorter-label {
    background-image: url(../Img/sorted-up.png);
}

th.headerSortDown > .sorter-label {
    background-image: url(../Img/sorted-down.png);
}

.tbl-row-hidden-content {
    background: rgb(243, 242, 236);
}

    .tbl-row-hidden-content td {
        border: 0;
    }

.tbl-hidden-content-container {
    display: none;
    margin: 0 auto;
    padding: 40px 0 40px 110px;
}

    .tbl-hidden-content-container > div {
        /*padding-right: 40px;*/
        /*margin: 0 100px;*/
    }

.detail-open {
    background-color: #E8E5DA;
}

    .detail-open td {
        border-bottom: none;
    }

.hidden-row-container {
    background-color: #FAF9F7;
    position: relative;
}

.check-box-div {
    line-height: 15px !important;
}

.check-box-div-ostutingimused {
    line-height: 15px !important;
}

/*Result table end*/
.print-btn, .print-btn-detail, .save-btn, .save-btn-detail, .email-btn, .email-btn-detail, .new-window-btn {
    cursor: pointer;
    margin-top: 3px;
}

.print-btn span:hover,
.print-btn-detail span:hover {
    text-decoration: underline;
}

.print-btn {
    margin-left: 50px;
}

.save-btn {
    margin-left: 50px;
}

.save-btn-detail-txt, .print-btn-detail-txt, .email-btn-detail-txt {
    margin-left: 50px;
}

#RegistriKaart .save-btn {
  margin-right: 40px;
    margin-left: 0px;
}

#RegistriKaartKehtiv .save-btn {
  margin-right: 40px;
    margin-left: 0px;
}

.navigate-btn {
    margin-left: 50px;
    cursor: pointer;
}

.navigate-btn-detail {
    cursor: pointer;
}

.print-btn:after,
.print-btn-detail:after,
.save-btn:after,
.save-btn-detail:after,
.email-btn:after,
.email-btn-detail:after,
.navigate-btn:after,
.navigate-btn-detail:after,
.translate-icon:after {
    content: "";
    height: 16px;
    display: block;
    position: absolute;
    margin: -16px 0 0 -24px;
}

.print-btn:after {
    width: 16px;
    background: url("../Img/buttons.png") 0 0 no-repeat;
}

.print-btn-detail:after {
    margin-left: 25px;
    width: 16px;
    background: url("../Img/buttons.png") 0 0 no-repeat;
}

.save-btn:after {
    width: 13px;
    background: url("../Img/buttons.png") -18px 0 no-repeat;
}

.save-btn-detail:after {
    margin-left: 28px;
    width: 13px;
    background: url("../Img/buttons.png") -18px 0 no-repeat;
}

.email-btn:after {
    width: 16px;
    background: url("../Img/buttons.png") -33px 0 no-repeat;
}

.email-btn-detail:after {
    margin-left: 25px;
    width: 16px;
    background: url("../Img/buttons.png") -33px 0 no-repeat;
}

.navigate-btn:after {
    width: 20px;
    height: 20px;
    background-image: url("../Img/navigation_icon.png");
    -ms-background-size: 20px;
    background-size: 20px;
}

.navigate-btn-detail:after {
    width: 20px;
    height: 20px;
    background-image: url("../Img/navigation_icon.png");
    -ms-background-size: 20px;
    background-size: 20px;
}

.translate-icon:after {
    width: 20px;
    height: 20px;
    margin: -18px 0 0 -24px;
    background: url("../Img/icon.png");
}

.remove-border {
    border: 0;
}

.clickable {
    cursor: pointer;
}

.free-result,
.free-result-small {
    /*padding: 38px 0;*/
    margin-right: 60px;
    margin-top: 20px;
}

.free-result-small {
    width: 205px;
    /*height: 238px;*/
}

    .free-result-small > h4 {
        margin-bottom: 39px;
    }

    .free-result-small > div {
        margin-bottom: 16px;
    }

        .free-result-small > div > span {
            position: relative;
            top: -4px;
            left: 20px;
        }

.free-result {
    /*width: 280px;*/
    /*height: 238px;*/
}

.hor-line {
    margin-top: 51px;
    height: 1px;
    width: 100%;
}

.swedbank, .unet, .cooppank, .nordea, .lhvpank, .i-pank {
    top: -3px;
    width: 88px;
    height: 45px;
    cursor: pointer;
    position: relative;
    /*margin-right: 13px;*/
    background-image: url(../Img/Pangad.png);
    background-repeat: no-repeat;
}

.sub-content-row {
    margin-top: 0;
    width: 225px;
    margin-left: 40px;
    margin-top: 13px;
}

    .sub-content-row .check-box-div {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .check-box-div-ostutingimused {
        padding-bottom: 10px;
        padding-top: 10px;
    }

.payment-container > div {
    display: block;
    margin-right: 0;
}

.assigne-box {
    height: 275px;
    padding-left: 43px;
    width: 150px;
    border-left: 1px solid #ccccca;
}

.bank-radio input[type=radio] {
    display: none;
}

.bank-radio {
    height: 50px;
    width: 100px;
}

.bank-radio:focus {
    outline: none;
}

.swedbank:before, .swedbank:after,
.nordea:before, .nordea:after,
.lhvpank:before, .lhvpank:after,
.i-pank:before, .i-pank:after,
.cooppank:before, .cooppank:after,
.unet:before, .unet:after {
    -ms-opacity: 1;
    opacity: 1;
    content: "";
    width: 88px;
    height: 31px;
    display: block;
    position: relative;
    background-image: inherit;
}

.swedbank:after, .nordea:after, .lhvpank:after, .i-pank:after, .cooppank:after, .unet:after {
    top: -31px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.swedbank:hover:after, .nordea:hover:after, .lhvpank:hover:after, .i-pank:hover:after, .cooppank:hover:after, .unet:hover:after {
    -ms-opacity: 0;
    opacity: 0;
}

.swedbank:before {
    background-position: 0 0;
}

.swedbank:after {
    background-position: -90px 0;
}

.bank-radio input[type=radio]:checked + .swedbank:after {
    background-position: 0 0;
}

.nordea:before {
    background-position: -180px 0;
}

.nordea:after {
    background-position: -270px 0;
}

.bank-radio input[type=radio]:checked + .nordea:after {
    background-position: -180px 0;
}

.lhvpank:before {
    background-position: -360px 0;
}

.lhvpank:after {
    background-position: -450px 0;
}

.bank-radio input[type=radio]:checked + .lhvpank:after {
    background-position: -360px 0;
}

.i-pank:before {
    background-position: -540px 0;
}

.i-pank:after {
    background-position: -630px 0;
}

.bank-radio input[type=radio]:checked + .i-pank:after {
    background-position: -540px 0;
}

.cooppank:before {
    background-position: -720px 0;
}

.cooppank:after {
    background-position: -810px 0;
}

.bank-radio input[type=radio]:checked + .cooppank:after {
    background-position: -720px 0;
}

.unet:before {
    background-position: -900px 0;
}

.unet:after {
    background-position: -990px 0;
}

.bank-radio input[type=radio]:checked + .unet:after {
    background-position: -900px 0;
}

.info-button-blue,
.info-button-green,
.info-button-question-mark {
    width: 19px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
}

.info-button-blue {
    background: url("../Img/InfoNupud.png") -37px 0 no-repeat;
}

.info-button-green {
    background: url("../Img/InfoNupud.png") -56px 0 no-repeat;
}

.info-button-close {
    background: url("../Img/InfoNupud.png") -75px 0 no-repeat;
}

.detail-open .info-button-blue {
    background: url("../Img/InfoNupud.png") -75px 0 no-repeat;
}

.info-button-question-mark {
    margin: -2px 0 0 10px;
    background: url("../Img/InfoNupud.png") -133px 0 no-repeat;
}

.result-table-footer {
    width: 1015px;
    height: 34px;
    margin: 1px auto;
    padding: 18px 0 0 16px;
    background-color: rgb(243, 242, 236);
}

    .result-table-footer > div {
        width: 332px;
        margin-top: -2px;
        text-align: center;
    }

        .result-table-footer > div:first-child {
            text-align: left;
        }

            .result-table-footer > div:first-child > span:first-child {
                position: relative;
                top: -2px;
            }

.load-next {
    height: 42px;
    width: 50%;
    margin-left: 78px;
}

.load-next-v2 {
    height: 42px;
    width: 50%;
    margin-left: 78px;
}

.load-next-arrow {
    position: absolute;
    margin: 16px 0 0 55px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 7px solid rgb(40, 40, 40);
}

.load-all {
    width: 50%;
    height: 24px;
    text-align: center;
    margin-left: 182px;
}

.load-all-v2 {
    width: 50%;
    height: 24px;
    text-align: center;
    margin-left: 182px;
}

.load-all-arrow {
    width: 23px;
    height: 19px;
    position: absolute;
    margin: -14px 0 0 127px;
    background-image: url(../Img/loadAll.png);
    background-repeat: no-repeat;
}

.result-footer {
    width: 1024px;
    margin: 0 auto;
    margin-top: 35px;
    height: 180px;
}

    .result-footer > div {
        width: 50%;
    }

    .result-footer div > div {
        line-height: 24px;
    }

    .result-footer img {
        margin-top: 8px;
    }

    .result-footer > .float-left > div:first-child {
        margin-bottom: 80px;
    }

    .result-footer > .float-left > span {
        width: 80%;
        display: block;
        text-align: right;
        padding-top: 89px;
        margin-right: 10px;
    }

.double-up-arrows {
    width: 19px;
    height: 20px;
    display: block;
    margin: -2px 0 0 15px;
    background-image: url(../Img/TagasiUles.jpg);
}

.EL-RegArengLogo {
    /*width: 59px;*/
    height: 180px;
    margin-top: -69px;
}

    .EL-RegArengLogo img {
        width: inherit;
        height: inherit;
    }


.footer-container {
    margin-bottom: 50px;
    padding-top: 55px;
}
/*Map tab*/
#tab2 {
    max-width: 1024px;
    margin: 30px auto;
}

.footer {
    padding-bottom: 10px;
}

    .footer p {
        /*position: fixed;*/
        /*bottom: 10px;*/
        /*left: 0;*/
        /*right: 0;*/
        /*width: 960px;*/
        /*margin: 0 auto;*/
        font-size: 0.875rem;
        text-align: center;
    }


/*Details tabel*/
.detail-tab,
.document-detail-tab {
    clear: both;
    width: 944px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
}

.detail-tab {
    padding: 64px 40px 58px 40px;
    border-top: 3px solid rgb(40, 40, 40);
}

.document-detail-tab {
    margin-top: 30px;
    padding: 30px 40px 58px 40px;
}

.table-sub-content {
    padding: 50px 40px;
}

    .table-sub-content > h3 {
        font-size: 1.25rem;
    }


.details {
    margin: 20px 0;
}

.regKaart th {
    font-family: 'AvenirLTStd-Light';
}

.kehKanded th {
    font-family: 'AvenirLTStd-Light';
}

.details th {
    border: 0;
    padding: 8px 24px 0 0;
    /*width: 100%;*/
    text-align: left;
}

.detail-row {
    height: 42px;
    cursor: pointer;
    margin-top: 60px;
}

.detail-row-content {
    clear: both;
}

.details-table {
    width: 100%;
    margin-bottom: 20px;
}

    .details-table a {
        color: #0074C5;
    }

    #RegistriKaart .details td , #EmailBodyContent .details td { 
        border: none;
        padding: 5px 50px 5px 0px;
    }

    #RegistriKaartKehtiv .details td , #EmailBodyContent .details td { 
        border: none;
        padding: 5px 50px 5px 0px;
    }

    .details-table th,
    .details-table td {
        -moz-min-width: 80px;
        -ms-min-width: 80px;
        -o-min-width: 80px;
        -webkit-min-width: 80px;
        min-width: 80px;
        /*max-width: 408px;*/
        line-height: 18px;
        padding: 15px 10px 20px 10px;
        border: 1px solid rgb(213, 213, 213);
    }

        /*.details-table th {
    background-color: rgb(247, 247, 247);
    border-top: 3px solid rgb(40, 40, 40);
}*/

        .details-table th:first-child {
            border-left: 0;
        }

        .details-table td:first-child {
            border-left: 0;
        }

        .details-table th:last-child {
            border-right: 0;
        }

        .details-table td:last-child {
            border-right: 0;
        }

.details-table-end {
    margin-top: 30px;
}

    .details-table-end th,
    .details-table-end td {
        margin: 0;
        padding: 0;
        line-height: 22px;
    }

.details-table-end-large-col {
    width: 50%;
}

.details-table-end-small-col {
    width: 37%;
    text-align: right;
}

.details-table th {
    background-color: rgb(247, 247, 247);
    border-color: #EAEAEA;
    border-top: 3px solid rgb(40, 40, 40);
    -moz-min-width: 0;
    -ms-min-width: 0;
    -o-min-width: 0;
    -webkit-min-width: 0;
    min-width: 0;
    max-width: 100px;
    overflow: visible;
    white-space: normal;
    /*border-top: rgb(40, 40, 40)!important;*/
}

.details-table td {
    border-color: #EAEAEA;
    -moz-min-width: 0;
    -ms-min-width: 0;
    -o-min-width: 0;
    -webkit-min-width: 0;
    min-width: 0px;
    /*max-width: 1000px;*/
}

.details-table-Row td {
    overflow: visible;
    white-space: normal;
}

.details-table .active-row {
    border-top: 3px solid rgb(40, 40, 40);
    border-bottom: 3px solid rgb(40, 40, 40);
}

.row-with-info-blue,
.row-with-info-gray {
    top: -2px;
    width: 17px;
    height: 18px;
    float: right;
    cursor: pointer;
    position: relative;
}

.row-with-info-blue {
    background: url("../Img/InfoNupud.png") -38px 0 no-repeat;
}

.row-with-info-gray {
    background: url("../Img/InfoNupud.png") 0 0 no-repeat;
}

.details-table-end-row-padding {
    padding-top: 50px;
}

.bold-top {
    background-color: rgb(247, 247, 247);
    border-top: 3px solid rgb(40, 40, 40);
}

.bold-bottom {
    border-bottom: 3px solid rgb(40, 40, 40);
}

.button-close-row,
.button-open-row {
    margin-right: 12px;
}

    .button-close-row:after,
    .button-open-row:after {
        top: -2px;
        left: 10px;
        width: 18px;
        height: 18px;
        float: left;
        content: "";
        display: inline-block;
        position: relative;
    }

    .button-close-row:after {
        background: url("../Img/InfoNupud.png") -113px 0 no-repeat;
    }

    .button-open-row:after {
        background: url("../Img/InfoNupud.png") -94px 0 no-repeat;
    }

.blue-line {
    display: none;
    width: 100%; /*944px;*/
    height: 3px;
    background-color: rgb(0, 116, 197);
}

.btn-transparent {
    background: none;
    border: none;
    cursor: pointer;
}

/*Login*/
#kodanik_tab > h4 {
    margin-bottom: 20px;
}

#lepinguline_tab > div {
    margin-top: 11px;
}

    #lepinguline_tab > div > input {
        margin-bottom: 11px;
    }

    #lepinguline_tab > div > a {
        margin-top: 4px;
    }

.login-buttons,
.login-buttons-danskepank,
.login-buttons-unet {
    /*width: 68px;
    height: 32px;*/
    margin: 0 11px 11px 0;
    border: 1px solid rgb(186, 184, 179);
}

    .login-buttons > img,
    .login-buttons-danskepank > img,
    .login-buttons-unet > img {
        margin: 8px 8px 8px 8px;
    }

    .login-buttons:hover,
    .login-buttons-danskepank:hover,
    .login-buttons-unet:hover {
        border: 1px solid rgb(170, 165, 153);
        background-color: rgb(212, 208, 197);
    }

.login-buttons-danskepank {
    width: 93px;
}

.login-buttons-unet {
    width: 59px;
    margin-bottom: 14px;
}

.login-btn:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 10px;
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid rgb(0, 116, 197);
}

.custom-select > span {
    pointer-events:none;
    display: block;
}

.login-select {
    width: 254px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 12px;
    margin-top: 0;
    background: url("../Img/dropdownButton.png") no-repeat right 10px center rgb(255, 255, 255);
}

    .login-select > .options-wrapper {
        width: 278px;
        margin: 0 0 0 -12px;
        background-color: rgb(255, 255, 255);
    }

.options-wrapper {
    display: none;
    position: absolute;
}

.option {
    display: block;
    padding: 5px 12px 0 12px;
}

    .option:hover {
        cursor: pointer;
        color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        background-color: rgb(0, 116, 197);
        color: white !important;
    }

.find-panel,
.find-panel-history {
    background-color: #E8E5DA;
    margin: 0 auto;
    width: 1220px;
    padding: 10px;
    display: table;
    padding-bottom: 0;
}

    .find-panel > div {
        float: left;
    }

        .find-panel > div:first-child,
        .find-panel-history > div:first-child {
            width: 172px;
            text-align: right;
            border-right: 2px solid #D4D1C9;
            padding: 7px 15px 0 10px;
            margin-bottom: 10px;
        }

    .find-panel-history > div:first-child {
        width: 186px;
        position: relative;
    }

    .find-panel > div:first-child > .help-btn {
        line-height: 35px;
        text-align: center;
        margin-top: 9px;
        margin-right: 10px;
    }

    .find-panel > div:last-child,
    .find-panel-history > div:last-child {
        margin-left: 25px;
    }

        .find-panel > div:last-child > input[type=text] {
            /**/
            margin-right: 23px;
            padding: 7px 13px;
        }


    .find-panel .blue-button {
        font-size: 1.0625rem;
        padding: 5px 25px;
        /*height: 30px;*/
    }

    .find-panel .search-box-checkbox {
        width: 330px;
        margin-top: 8px;
    }

        .find-panel .search-box-checkbox > div {
            float: left;
        }

            .find-panel .search-box-checkbox > div:first-child {
                /*margin-right: 132px;*/
                margin-left: 51px;
            }

    .find-panel .nav-btn-cancel {
        margin: 8px 0 0 20px;
        width: 90px;
        min-height: 20px;
        cursor: pointer;
    }

        .find-panel .nav-btn-cancel:after {
            height: 45px;
            margin-top: 7px;
            margin-left: 0;
        }

.omavalitsusele .nav-btn-cancel:after {
    margin: 3px 0 0 7px;
}

.find-panel input[type=text],
.find-panel-history input[type=text] {
    border: none;
    padding: 6px 13px;
    margin: 0 10px 10px 0;
    /*margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 0;*/
    width: 194px;
}

.find-panel-history input[type=text],
.omavalitsusele input[type=text] {
    width: 311px;
    padding: 7px 13px;
    margin: 1px 10px 0 0;
}

.find-panel .custom-placeholder {
}

.find-panel-history .custom-placeholder,
.omavalitsusele .custom-placeholder {
}

/*.find-panel .nav-btn-cancel {
        margin: 13px 20px;
    }

    .find-panel input[type=text] {
        border: none;
        padding: 8px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 0;
        width: 210px;
    }*/

.find-panel-history > div:first-child > .help-btn {
    top: 0;
    right: 8px;
    position: absolute;
    line-height: 35px;
    text-align: center;
}

.find-panel-history > div:first-child > h5 {
    padding-right: 35px;
    margin-bottom: 5px;
}

.find-panel-history .nav-btn-cancel,
.omavalitsusele .nav-btn-cancel {
    margin: 10px 0 0 10px;
}

.find-panel-history > div:last-child > div:last-child {
    margin: 1px 0 0 30px;
}

/*Abiinfo*/
.content-wrapper {
    width: 1024px;
    margin: -26px auto 0;
}

    .content-wrapper > .blue-line {
        width: 1024px;
    }

    .content-wrapper > .result-footer {
        margin: 80px auto 54px;
        height: 100px;
    }

    .content-wrapper > .detail-row-content {
        padding: 62px 10px 0;
        border-top: 3px solid rgb(40, 40, 40);
    }

    .content-wrapper .button-open-row,
    .content-wrapper .button-close-row {
        margin-right: 40px;
    }

    .content-wrapper p {
        line-height: 18px;
        margin-top: 30px;
    }

.width-50 {
    width: 46%;
    margin-right: 30px;
}


/*TO BE REPLACED WITH VIDEO*/
.video {
    width: 458px;
    height: 283px;
    margin-left: 47px;
    background: #E8E5DA;
    border: 2px solid rgb(40, 40, 40);
}

    .video > img {
        width: 458px;
        height: 283px;
    }

#contract-tabs {
    padding: 63px 48px 0;
    border-top: 3px solid rgb(40, 40, 40);
}

    #contract-tabs td {
        padding: 0;
        border: 0;
    }

.large-headding {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(40, 40, 40);
}

.row-left, .row-right {
    float: left;
    width: 453px;
    margin: auto;
    /*border-bottom: 3px solid rgb(40, 40, 40);*/
}

.row-left {
    border-right: 1px solid rgb(213, 213, 213);
}

    .row-left > div,
    .row-right > div {
        padding: 26px 0 30px 0;
        border-bottom: 1px solid rgb(213, 213, 213);
    }

    .row-left h4,
    .row-right h4 {
        margin-bottom: 25px;
    }

    .row-left textarea,
    .row-right textarea {
        border: 0;
        -moz-resize: none;
        -ms-resize: none;
        -o-resize: none;
        resize: none;
        margin-top: 15px;
        background-color: rgb(243, 242, 236);
    }

    .row-left input[type=text],
    .row-right input[type=text] {
        width: 339px;
        height: 19px;
        border: 0;
        padding: 0 2px;
        line-height: 19px;
        margin-bottom: 10px;
        color: rgb(40, 40, 40);
        background-color: rgb(243, 242, 236);
    }

    .row-left > div {
        padding-right: 84px;
    }

    .row-left table {
        width: 100%;
        line-height: 22px;
    }

        .row-left table td:last-child {
            text-align: right;
        }

.row-right > div {
    padding-left: 99px;
}

.row-right > .no-border {
    margin-top: 20px;
}

.contract-placeholder {
    font-size: 0.9375rem;
    -webkit-text-stroke: 0.2px;
    font-family: 'AvenirLTStd-Light';
    color: rgb(40, 40, 40);
    margin: 3px 0 0 2px;
}

.dropdown-small {
    width: 64px;
    margin: -3px 11px 0 0;
}

.dropdown-medium {
    width: 241px;
    margin: -3px 0 0 10px;
}

.dropdown-large {
    width: 339px;
    margin-bottom: 10px;
}

    .dropdown-large .options-wrapper {
        max-height: 500px;
        overflow: scroll;
        overflow-x: hidden;
    }

    .dropdown-large:after,
    .dropdown-small:after {
        top: 0;
        right: -5px;
        width: 1px;
        height: 1px;
        content: "*";
        display: block;
        position: absolute;
    }

.contract-dropdown {
    height: 15px;
    line-height: 19px;
    padding: 2px;
    position: relative;
    white-space: nowrap;
    background-color: rgb(243, 242, 236);
}

    .contract-dropdown .nav-btn-white-arrow {
        top: 7px;
        border-top: 6px solid rgb(40, 40, 40);
    }

    .contract-dropdown .options-wrapper {
        padding: 5px 0;
        margin: -2px 0 0 -2px;
        z-index: 100;
        background-color: rgb(243, 242, 236);
    }

.blue-info-button {
    width: 17px;
    height: 18px;
    display: inline-block;
    background: url("../Img/InfoNupud.png") -38px 0 no-repeat;
}

.no-border {
    border-bottom: 0;
}

    .no-border > span {
        display: block;
    }

    .no-border > div {
        width: 88%;
        line-height: 18px;
        margin-left: 15px;
    }

#tasuta_leping > div:last-child {
    width: 100%;
    padding-top: 34px;
    border-top: 3px solid rgb(40, 40, 40);
}

    #tasuta_leping > div:last-child > button {
        margin-right: 40px;
    }

.with-margin {
    margin: 3px 0 10px 0;
}

#main-page-loader {
    width: 100%;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 20px;
    display: none;
    -moz-user-select: none;  
    -webkit-user-select: none;  
    -ms-user-select: none;  
    -o-user-select: none;  
    user-select: none;
}

#bank-main-page-loader {
    width: 100%;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 20px;
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*#main-page-loader > img {
		-moz-animation: 1.2s rotateLeft infinite linear;
		-webkit-animation: 1.2s rotateLeft infinite linear;
		-o-animation: 1.2s rotateLeft infinite linear;
		-ms-animation: 1.2s rotateLeft infinite linear;
		animation: 1.2s rotateLeft infinite linear;
	}
    #main-page-loader > img {
        -moz-animation: 1.2s rotateLeft infinite linear;
        -webkit-animation: 1.2s rotateLeft infinite linear;
    }

@-moz-keyframes rotateRight {
	0% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes rotateRight {
	0% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateRight {
	0% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateRight {
	0% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes rotateLeft {
	0% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-moz-keyframes rotateLeft {
	0% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes rotateLeft {
	0% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes rotateLeft {
	0% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}*/
.result-container {
    width: 100%;
    height: 200px;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    margin-top: 50px;
}

td {
    /*line-height: 40px;*/
    padding: 12px 23px 8px 0;
    font-size: 0.9375rem;
    border-bottom: 1px solid #E8E5DA;
}

.tulemusteTabelRow:hover {
    background-color: #E8E5DA;
    border-bottom: 1px solid #E8E5DA;
}

.hidden-td {
    border: none;
    width: 8%;
}

.hidden {
    display: none;
    position: relative;
}

/*Ajalugu*/
.calender-icon {
    width: 30px; /*324px;*/
    height: 30px;
    margin: -30px 300px; /*-29px 0;*/
    display: block;
    position: absolute;
    cursor: pointer;
    /*pointer-events: none;*/
    background: url("../Img/Kalender.png") right center no-repeat;
}

.tbl-history {
    width: 655px;
    margin-top: 13px;
}

    .tbl-history th,
    .tbl-history-summary th {
        padding: 10px;
        padding-left: 0;
        text-align: left;
        border-top: 3px solid rgb(40, 40, 40);
        border-bottom: 3px solid rgb(40, 40, 40);
    }

    .tbl-history td,
    .tbl-history-summary td {
        padding: 8px 0;
        border-bottom: 1px solid rgb(210, 208, 205);
    }

    .tbl-history .tbl-row-1 {
        width: 97px;
    }

    .tbl-history .tbl-row-2 {
        width: 77px;
        padding-right: 50px;
        text-align: center;
    }

    .tbl-history .tbl-row-3 {
        width: 79px;
        padding-right: 36px;
        text-align: center;
    }

    .tbl-history .tbl-row-4 {
        width: 165px;
        padding-right: 33px;
    }

    .tbl-history .tbl-row-5 {
        width: 123px;
    }

.tbl-history-summary {
    width: 317px;
    margin-top: 13px;
}

    .tbl-history-summary .tbl-row-1 {
        width: 144px;
        padding-left: 10px;
    }

    .tbl-history-summary .tbl-row-2 {
        width: 162px;
        padding-left: 10px;
    }

.history-button-bar {
    border: 0;
}

.blue-link {
    text-align: center;
    font-family: bold;
}

    .blue-link > a {
        color: #0074C5;
        text-decoration: none;
    }

        .blue-link > a:after {
            content: "";
            width: 0;
            height: 0;
            margin-left: 10px;
            display: inline-block;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 6px solid rgb(0, 116, 197);
        }

/*Document view*/
.small-input > input[type=text] {
    width: 134px;
}

.large-input > input[type=text] {
    width: 487px;
}

.doc-tbl-head > div,
.doc-tbl-body > div > div {
    float: left;
}

.doc-tbl-head:after,
.doc-tbl-body:after,
.doc-tbl-footer:after {
    clear: both;
    content: "";
    display: block;
}

.doc-tbl-body > div {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid rgb(210, 208, 205);
}

.doc-tbl-head {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(40, 40, 40);
}

.document-tbl {
    width: 940px;
}

    .document-tbl .tbl-row-0 {
        border-bottom: 0;
        margin-left: -28px;
        position: relative;
        line-height: 0;
    }

    .document-tbl .tbl-row-1 {
        -moz-min-width: 124px;
        -ms-min-width: 124px;
        -o-min-width: 124px;
        -webkit-min-width: 124px;
        width: 124px;
        min-width: 124px;
        max-width: 124px;
        padding-right: 10px;
    }

    .document-tbl .tbl-row-2 {
        width: 142px;
        -moz-min-width: 142px;
        -ms-min-width: 142px;
        -o-min-width: 142px;
        -webkit-min-width: 142px;
        min-width: 142px;
        max-width: 142px;
        padding-right: 10px;
    }

    .document-tbl .tbl-row-3 {
        width: 151px;
        -moz-min-width: 151px;
        -ms-min-width: 151px;
        -o-min-width: 151px;
        -webkit-min-width: 151px;
        min-width: 151px;
        max-width: 151px;
        padding-right: 10px;
    }

    .document-tbl .tbl-row-4 {
        -moz-min-width: 145px;
        -ms-min-width: 145px;
        -o-min-width: 145px;
        -webkit-min-width: 145px;
        width: 145px;
        min-width: 145px;
        max-width: 145px;
        padding-right: 10px;
    }

    .document-tbl .tbl-row-5 {
        width: 108px;
        -moz-min-width: 108px;
        -ms-min-width: 108px;
        -o-min-width: 108px;
        -webkit-min-width: 108px;
        min-width: 108px;
        max-width: 108px;
        padding-right: 10px;
    }

    .document-tbl .tbl-row-6 {
        width: 116px;
        -moz-min-width: 116px;
        -ms-min-width: 116px;
        -o-min-width: 116px;
        -webkit-min-width: 116px;
        min-width: 116px;
        max-width: 116px;
        padding-right: 10px;
    }

#document-tbl .tbl-row-8 {
    width: 90px;
    -moz-min-width: 90px;
    -ms-min-width: 90px;
    -o-min-width: 90px;
    -webkit-min-width: 90px;
    min-width: 90px;
    max-width: 90px;
    text-align: left;
}

/*#document-tbl .tbl-row-hidden-content {
        background-color: rgb(255, 255, 255);
    }*/

.doc-tbl-footer {
    width: 941px;
    border-bottom: 0;
    padding-bottom: 36px;
}

    .doc-tbl-footer > div:first-child {
        width: 428px;
        position: relative;
        padding-right: 42px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .doc-tbl-footer > div:last-child {
        width: 428px;
        padding-left: 42px;
        white-space: initial;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .doc-tbl-footer input[type=text] {
        width: 393px;
        background-color: rgb(243, 242, 236);
    }

    .doc-tbl-footer h1 {
        margin: 48px 0 28px 0;
    }

    .doc-tbl-footer .blue-button {
        margin-top: 45px;
    }

    .doc-tbl-footer .custom-placeholder {
        margin-top: 8px;
    }

    .doc-tbl-footer .calendar {
        width: 292px;
    }

    .doc-tbl-footer .calender-icon {
        /*width: 292px;*/
        margin: -40px 268px;
    }

.document-table .tbl-row-head-request > div {
    margin: 4px 0 0 36px;
}

.document-table .tbl-row-head-request:after {
    margin-left: 34px;
}

.document-table .tbl-row-request > span:first-child {
    margin-left: 49px;
}

.volita-checkbox {
    margin-top: 9px;
    display: none;
}

.doc_seotud_tbl {
    /*padding-bottom: 52px;*/
}

    .doc_seotud_tbl .doc-tbl-footer {
        display: block;
    }

    .doc_seotud_tbl input[type=text] {
        background-color: rgb(255, 255, 255);
    }

/*Teated*/
.notice-wrapper {
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    z-index: 200;
    /*position: fixed;*/
    text-align: center;
    /*display: none;*/
}

.notice {
    top: 0;
    left: 0;
    width: 1240px;
    /*height: 58px;*/
    text-align: left;
    display: inline-block;
    background-color: rgb(243, 242, 236);
}

    .notice > div {
        float: left;
    }

        .notice > div:last-child {
            margin: 12px 0 0 12px;
        }

    .notice:after {
        clear: both;
    }

    .notice h1 {
        font-family: 'AvenirLTStd-Heavy';
        font-size: 1.25rem;
    }

    .notice p {
        margin-top: 3px;
        font-family: 'AvenirLTStd-Light';
        font-size: 0.9375rem;
    }

.notice-attention,
.notice-saved,
.notice-error {
    top: 0;
    left: 0;
    width: 33px;
    height: 40px;
    display: inline-block;
    padding: 20px 0 0 20px;
    background-color: rgb(0, 116, 197);
}

.notice-attention {
    background-color: rgb(0, 116, 197);
}

.notice-saved {
    background-color: rgb(224, 240, 50);
}

.notice-error {
    background-color: rgb(253, 90, 0);
}

    .notice-attention:after,
    .notice-saved:after,
    .notice-error:after {
        content: "";
        width: 17px;
        height: 18px;
        display: inline-block;
        margin-top: 2px;
    }

.notice-attention:after {
    background: url("../Img/TeateIkoonid.png") -19px 0 no-repeat;
}

.notice-saved:after {
    background: url("../Img/TeateIkoonid.png") 0 0 no-repeat;
}

.notice-error:after {
    background: url("../Img/TeateIkoonid.png") -38px 0 no-repeat;
}

#omavalitsusedForm {
    height: 60%;
    min-height: 260px;
}

.omavalitsusele select {
    width: 684px;
    padding: 4px 9px;
    margin: 8px 10px 0 0;
}

.admin-content-wrapper th {
    text-align: left;
}

.admin-content-wrapper .tbl-result-contract th {
    padding: 15px 0 10px 0;
}

.admin-content-wrapper td:last-child {
    text-align: right;
}

.temp-content {
    min-height: 145px;
    width: 264px;
    margin: 100px auto;
}

    .temp-content > h1 {
        width: 264px;
        text-align: center;
    }

.payment-forms-container > form {
    display: none;
}

#kasutajaArvMenu .blue-button:last-child {
    margin-left: 8px;
}

.kasutajate-arv > div:last-child {
    margin-left: 25px;
}

.kasutajate-arv input[type=text] {
    width: 508px;
}

.kasutajate-arv .calender-icon {
    /*width: 524px;*/
    margin: -39px 500px;
}

.kasutajate-arv .nav-btn-cancel {
    margin: 18px 0 0 8px;
}

    .kasutajate-arv .nav-btn-cancel:after {
        margin-top: 4px;
        margin-left: 5px;
    }


.fileUpload {
    cursor: pointer;
    position: relative;
}

    .fileUpload > input[type=file] {
        top: 0;
        right: 0;
        -moz-min-width: 100%;
        -ms-min-width: 100%;
        -o-min-width: 100%;
        -webkit-min-width: 100%;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -ms-opacity: 0;
        opacity: 0;
        outline: none;
        cursor: inherit;
        display: block;
    }

    .fileUpload .calender-icon {
        /*width: 276px;*/
        margin: -39px 252px;
    }

#fileLable {
    width: 500px;
    min-height: 16px;
    padding: 7px 13px;
    background-color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.admin-checkbock {
    margin-top: 6px;
}

    .admin-checkbock > label > span {
        position: absolute;
        margin: 2px 0 0 25px;
    }

    .admin-checkbock label {
        margin: 14px 80px 0 0;
    }

    .admin-checkbock select {
        width: 284px;
        padding: 3px 13px;
        margin-right: 10px;
    }

.admin-dropdown:focus {
    border: 1px solid rgb(0, 116, 197);
}

.tasu-checkbock {
    margin-top: 6px;
}

    .tasu-checkbock > label > span {
        position: absolute;
        margin: 2px 0 0 25px;
    }

    .tasu-checkbock label {
        margin: 14px 80px 0 0;
    }

    .tasu-checkbock select {
        width: 338px;
        padding: 3px 13px;
		padding-right: 5px;
        margin-right: 10px;
    }

.admin-lang-select {
    margin-top: 16px;
    margin-left: 20px;
}

.kasutusjuhendi-lisamine td,
.kasutusjuhendi-lisamine th {
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 447px;
}

.kasutusjuhendi-lisamine label {
    position: absolute;
    top: 10px;
}

    .kasutusjuhendi-lisamine label:after {
        left: 0;
        position: absolute;
    }

.kasutusjuhendi-lisamine .info-button-close {
    top: 10px;
    left: 20px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
}

#kasutusjuhendiLisamine .nav-btn-cancel {
    margin: 9px 0 0 20px;
}

.tulemusteTabelRow .text-center {
    position: relative;
}

.site-container textarea {
    width: 1012px;
    height: 150px;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    border-top: 0;
    padding: 13px;
    font-size: 0.9375rem;
    margin: 0 0 15px 0;
}

.lisa-teade input[type=text] {
    width: 258px;
}

.lisa-teade .admin-checkbock {
    margin-top: 0;
}

    .lisa-teade .admin-checkbock label {
        margin: 6px 120px 0 0;
    }

.height-300 {
    height: 300px;
}
.width-300 {
    width: 300px;
}

.height-200 {
    height: 200px;
}

.height-160 {
    height: 160px;
}

.height-170 {
    height: 170px;
}

.height-100 {
    height: 100px;
}

.height-50 {
    height: 50px;
}

.admin-content-wrapper > div > .text-right {
    margin: 8px 26px 0 0;
}

    .admin-content-wrapper > div > .text-right:last-child {
        margin: 8px 26px 8px 0;
    }

.image-container {
    border: 1px solid #E8E5DA;
    overflow: hidden;
}

.image-container .map-error {
    display: none;
}

.CombinedMapView .image-container {
    margin: 30px 0 30px 99px;
}

.Loader {
    background-color: #FAF9F7;
}

.reg-osa-header {
    color: #E4E4E4;
}

    .reg-osa-header > div {
        margin-top: -35px;
        margin-bottom: 25px;
    }

.doc-order-form .edit-field span {
    float: left;
    line-height: 35px;
}

.doc-order-form .edit-field textarea, .doc-order-form .edit-field input[type=text] {
    width: 650px;
    margin-bottom: 10px;
    border: 1px solid rgb(210, 208, 205);
    float: right;
}

.doc-order-form .edit-field textarea {
    height: 150px;
    resize: none;
}

.doc-order-form .edit-field .email-box {
    padding: 8px 2px;
    width: 645px;
}

.doc-order-form .file-upload-box {
    margin-bottom: 20px;
    margin-top: 20px;
    background: rgb(250, 250, 250);
    padding: 20px;
    margin-left: -20px;
    padding-left: 30px;
}

.save-btn-margin-fix .save-btn,
.save-btn-margin-fix .print-btn {
    margin-top: -18px;
}

.kasutajate-arved a {
    color: rgb(0, 116, 197);
}

.two-rows {
    text-align: center;
    padding-left: 10px;
    vertical-align: middle;
    border-left: 3px solid rgb(40, 40, 40);
}

.invisible {
    display: none;
}

.paring-large select {
    width: 225px;
    margin-bottom: 10px;
}

.paring-large input[type=text] {
    width: 199px;
    padding: 7px 13px;
    margin-bottom: 12px;
}

.paringud-form .calendar {
    width: 316px;
}

.paringud-form .calender-icon {
    /*width: 334px;*/
    margin: -40px 250px;
}

.paringud-form > div:first-child {
    height: 185px;
}

.tab-view .details-table {
    margin-top: 20px;
    border-bottom: 3px solid black;
}

.tab-view-footer {
    font-size: 0.8125rem;
    line-height: 20px;
}

    .tab-view-footer a {
        color: #0074C5;
    }

.disabled_check_box {
    color: #c4c4c3;
}

    .disabled_check_box > label {
        border-color: #c4c4c3;
    }

.table-head > div {
    margin-bottom: 10px;
}

.search-box input[type=radio] {
    border: none;
}

.Owners .detail-row {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

.Owners .blue-line {
    margin: 0 auto;
    width: 84%;
}

.Owners > .detail-row-content > .details-table {
    margin: -3px auto;
    width: 84%;
}

.main-tab-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}
.map-loader-view {
    height:100px;
    width: 300px;
}

.errorMsgID {
    font-size: 0.875rem;
    line-height: 16px;
}

.login-form-error {
    color: rgb(208, 0, 0);
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.9375rem;
    display: block;
}

.login-form-error-rollivalik {
    color: rgb(203, 0, 0);
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    display: block;
}

.overflow-ell {
    max-width: 30px;
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.print-heading {
    display: none;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.teated {
    height: 40px;
    margin: 30px auto;
}

.notification-body {
    background: white;
    margin-top: 20px;
    padding: 15px;
    border-top: 3px solid black;
}

    .notification-body a {
        color: #0074C5;
    }

    .notification-body table {
        width: 100%;
        overflow: visible;
    }

    .notification-body h2 {
        font-size: 1.375rem;
        margin: 12px;
    }

.notification {
    width: 84%;
    padding: 20px 8%;
    background-color: #FAF9F7;
    line-height: 20px;
    text-align: left
}

    .notification h1 {
        font-size: 1.25rem;
        margin-bottom: 14px;
        text-align: center;
    }

.minule-volitatud-table tr > th:first-child, .minule-volitatud-table tr > th:last-child, .minule-volitatud-table tr > td:first-child, .minule-volitatud-table tr > td:last-child {
    width: 6% !important;
}

.invoices-table {
    width: 1200px;
}

    .invoices-table tr > th:first-child, .invoices-table tr > th:last-child,
    .invoices-table tr > td:first-child, .invoices-table tr > td:last-child {
        border-color: white;
        width: 6%;
    }

.border-after-info {
    width: 1035px;
    margin: 0 auto;
    border-top: 3px solid black;
    margin-top: 10px;
}

.docTable {
    margin: 0 auto;
    width: 100%;
}

    .docTable th {
        width: 8%;
    }

.doct-table-container {
    background-color: white;
    width: 85%;
    margin: 30px 105px;
    padding-bottom: 40px;
}

.doc-order-form .file-upload-box > .uploader {
    margin-left: 290px;
    margin-top: -25px;
    width: 270px;
    max-height: 150px;
    overflow-y: scroll;
}

.doc-order-form .error-box {
    text-align: center;
    line-height: 21px;
    font-size: 0.875rem;
    margin-bottom: 15px;
}


.uploader .MultiFile-label {
    padding: 5px;
    margin: 2px;
    background: #E8E5DA;
    overflow: hidden;
}

    .uploader .MultiFile-label a {
        float: right;
    }

    .uploader .MultiFile-label :after {
        clear: both;
    }

.custom-tooltip {
    background-color: #F3F2EC;
    border: 1px solid #D4D1C9;
    position: absolute;
    padding: 10px;
    font-size: 0.9375rem;
    font-family: 'AvenirLTStd-Light';
}

    .custom-tooltip h1 {
        font-family: 'AvenirLTStd-Heavy';
    }

.tool-tip {
    /*cursor: default;*/
}

.OmanikuAndmed .btn-close {
    display: none;
}

.table-title {
    margin-bottom: 40px;
    display: none;
}

.OmanikuAndmed .table-title {
    display: block;
}

.sub-tab-Loader {
    background-color: #FAF9F7;
    -ms-opacity: 0.7;
    opacity: 0.7;
    z-index: 1;
    width: 1030px;
    position: absolute;
    display: none;
}

    .sub-tab-Loader > #main-page-loader {
        display: block;
    }

.button-close-row > .block-close-button {
    display: block;
}

.button-close-row > .block-open-button {
    display: none;
}

.button-open-row > .block-open-button {
    display: block;
}

.button-open-row .block-close-button {
    display: none;
}

.main-result-table {
    width: 100%;
    font-size: 0.9375rem;
    text-align: center;
}

    .main-result-table > thead > tr > th {
        font-family: 'AvenirLTStd-heavy';
        border-bottom: 3px solid #282828;
        padding: 15px 5px;
    }

    .main-result-table > tr > td {
        text-align: center;
    }

    .main-result-table .data-row {
        text-align: left;
    }

    .main-result-table .overflow {
        /*white-space: nowrap;*/
        overflow: hidden;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 220px;
    }

.invoice-sum-container {
    border-top: 1px solid #0A0A0A;
    width: 100%;
    display: block;
    line-height: 40px;
    margin-top: 15px;
}

    .invoice-sum-container .price-label {
        position: inherit;
        margin: 0;
    }

    .invoice-sum-container .price {
        position: inherit;
        margin: 0;
        float: right;
    }

.volita-body > div {
    padding: 0 40px;
}

.volitus-container {
    margin: 40px 0;
}

    .volitus-container input[type=checkbox] {
        display: inherit;
    }

    .volitus-container input[type=text] {
        margin: 5px 0;
        padding: 9px;
        border: none;
    }

    .volitus-container .custom-placeholder {
        font-size: 0.9375rem;
    }

.volitused-buttons {
    margin-right: 115px;
    margin-top: 15px;
    padding-bottom: 60px;
}

    .volitused-buttons a, .volitused-buttons input[type=submit] {
        color: white;
        margin-top: 10px;
        margin-left: 10px;
        float: right;
    }

    .volitused-buttons a {
        padding: 7px 25px;
    }

.volita-body .calender-icon {
    /*width: 400px !important;*/
    margin: 5px 376px !important;
}

.volitus-tabel {
    width: 100%;
    margin-bottom: 20px;
}

    .volitus-tabel th {
        border-bottom: 3px solid rgb(40, 40, 40);
        border-top: 3px solid rgb(40, 40, 40);
        padding: 12px;
    }

.border-bottom {
    border-bottom: 3px solid black;
}

.border-top {
    border-top: 3px solid black;
}

.active-menu-item {
    color: rgb(0, 116, 197)!important;
}

.minule-volitatud-table th {
    width: inherit;
}

.capcha-input {
    width: 43px;
    height: 43px;
    padding: 3px;
    /* float: right; */
    text-align: center;
    margin-left: -3px;
    border: white solid;
}

.captureImage {
    margin-bottom: -19px;
    margin-left: 10px;
}

.SubcaptureImage {
    margin-bottom: -10px;
    margin-left: -20px;
}


.withSubCaptcha {
    width: 655px !important;
}

.withOutSubCaptcha {
    width: 761px !important;
}

.subCapchaInput {
    width: 26px !important;
    height: 26px !important;
    padding: 2px 2px !important;
}

.field-error {
    border-color: red;
}

.manage-container {
    width: 1240px;
    margin: 0 auto;
}

.res-content {
    margin: 10px 0;
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 30px 0;
}

.admin-dd-menu {
    width: 785px;
    padding: 5px;
}

.admin-dd-menu:focus {
    outline-style: auto;
}

.user-information-box {
    margin: 15px 100px;
    Line-height: 20px;
    font-size: 0.9375rem;
}

.no-result-info {
    border-top: 2px solid rgb(232, 229, 218);
    border-bottom: 2px solid rgb(232, 229, 218);
    background: #F7F6F3;
    text-align: center;
    padding: 20px 0;
    font-size: 1.0625rem;
    font-family: 'AvenirLTStd-Medium';
    width: 1035px;
    margin: 15px auto;
}

.close-error {
    background: url('../Img/cancel.png') no-repeat right;
    background-position-x: 100%;
    background-position-y: 1%;
    width: 1160px;
    cursor: pointer;
    min-height: 40px;
}

.error-loader {
    width: 1189px;
    height: 58px;
    position: absolute;
    margin-left: 50px;
    background: rgba(243, 242, 236, 0.7);
    text-align: center;
    display: none;
}

    .error-loader > img {
        height: 40px;
        margin-top: 8px;
    }

.admin-info-box {
    width: 100%;
    padding: 20px 0;
    border-top: 2px solid black;
    font-size: 1.0625rem;
    margin-top: 20px;
}


.lepinguline-login-fail .custom-placeholder {
    color: orange;
}

.abiinfo .detail-row-content a {
    color: rgb(0, 116, 197);
}


.notice a {
    color: rgb(0, 116, 197) !important;
    text-decoration: underline;
    font-size: 1.125rem;
}

.doct-table-container a, 
.volitus-tabel a {
      color: rgb(0, 116, 197) ;
}

.overflow-frame {
            overflow: scroll;
            height: 100%;
        }

.textdecorationNone {
    text-decoration: none;
}

.peidetudTh {
    display: none;
}

.peidetudThCell {
    display: none;
}
/*modal*/
.modal {
    color: black;
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 13%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
    .modal
    .modal-kodanik {
        padding-top: 0
    }

.modal-show {
    display: block;
}

.modal-volitamine {
    color: black;
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 2%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    background-color: #E8E5DA;
    margin: auto;
    padding: 40px 40px 60px 40px;
    border: 1px solid #888;
    width: 400px;
    min-width: 400px;
}

.modal-content .session{
    width: 700px; 
    text-align: center;
}
    .modal-content .logout {
        width: 700px;
    }
.modal-content .kodanik {
    position: absolute;
    margin: 13% 35% 0 35% 
}
    .modal-content .roll-valik {
        margin-top: 20px;
    }
.modal-content .file-format {
    margin-top: 30px;
}



.modal-content-volitus {
    background-color: #E8E5DA;
    margin: auto;
    padding: 40px 40px 40px 40px;
    border: 1px solid #888;
    width: 850px;
    min-width: 850px;
}

    .modal-content .no-result-info {
        width: 80%;
    }

.modal-close {
    color: black;
    position: relative;
    top: -40px;
    right: -35px;
    float: right;
    font-size: 1.75rem;
    font-weight: bold;
}

    .modal-close:hover,
    .modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#selectiontableKodanik {
    margin-left: 70px;
    width: 80%;
}

#selectiontableLepKasutaja {
    margin-left: 70px;
    width: 80%;
}

.modal-header {
    font-weight: bold;
    font-size: 1.25rem;
    font-family: 'AvenirLTStd-Heavy';
}

.modal-header-popup-main-title {
    font-weight: bold;
    font-size: 1rem;
    font-family: 'AvenirLTStd-Heavy';
}

.modal-header-popup-sub-title {
    font-size: 1rem;
    font-family: 'AvenirLTStd-Medium';
}
    .modal-header-popup-sub-title .lepinguline {
        margin-top: 30px;
    }

.modal-info {
    font-size: 1.0625rem;
    padding-top: 12px;
}
.modal-info-menu {
    padding-top: 20px;
}

    .modal-info-menu #EiPikendaBtn {
        margin-left: 20px;
    }

.img-alert {
    padding-right: 2px;
}

.modal-info-textbox {
    font-size: 0.875rem;
    padding-left: 10px;
    display: table-cell;
}

.volitamine-modal-ddl:focus {
    outline-style: auto
}

.modal-info-error {
    font-size: 0.875rem;
    padding-left: 10px;
    display: table-cell;
    color: red;
}

.modal-radio input[type=radio] {
    display: inline-block;
}

.row-modal th {
    padding: 20px 10px 20px 10px;
}

.modal-textbox {
    padding-top: 20px;
    display: table;
}

.volitamine-textbox:focus {
    outline-style: auto;
}

.row-modal:hover, .row-modal > input:hover {
    background-color: #E8E5DA;
    cursor: pointer;
}

.modal-blue-button, .modal-blue-button:visited, .modal-blue-button:active, .modal-blue-button:link {
    font-size: 1.125rem;
    background-color: rgb(0, 116, 197);
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    float: right;
}
/*modal end*/

.custom-radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /*hides original radio button*/
    .custom-radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.custom-radio-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid black;
}

.custom-radio-container input:checked ~ .custom-radio-checkmark {
    background-color: transparent;
    border: 1px solid black;
}

.custom-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio-container input:checked ~ .custom-radio-checkmark:after {
    display: block;
}

.custom-radio-container .custom-radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: black;
}

.teated-wrapper {
    padding: 15px 55px 15px 55px;
    margin-top: 10px;
    color: white;
    background: rgba(0, 117, 197, 0.5);
    font-size: 1rem;
    margin-right: 44px;
    line-height: 1.2;
}

    .teated-wrapper a {
        text-decoration: underline;
        color: white;
    }

.teated-wrapper-black {
    width: 1024px;
    margin: 0 auto;
    padding: 15px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: -10px;
    color: black;
    font-size: 0.9375rem;
}

.validation-error {
    font-size: 0.875rem;
}