﻿.auth-button
{
    margin-right: 5px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    height: 55px;
    width: 150px;
    white-space: normal;
}

.btn-close-auth-window {
    border-width: 0px;
    float: right;
    margin-right: 20px;
    font-family: fantasy;
    font-size: 15px;
    font-weight: bolder;
    background: none repeat scroll 0 0 #afd2e8;
    cursor: pointer
}

.confirmation-title {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: bold;
    display: inline;
}

.auth-title
{
    color: #666;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 4px 12px;
}

.edit-payment-rquisites .card textarea{
    min-height: 20px;
}

.edit-payment-rquisites .card .label{
    width: 170px;
}

.edit-payment-rquisites .card div{
    display: inline-block;
    margin-top: 2px;
}

.edit-payment-rquisites .card > div > div{
    width: 320px;
}

.edit-payment-rquisites .card .editor-field {
    width: 300px;
}

.edit-payment-rquisites .card .struct-address-container {
    width: 460px;
}

.edit-payment-rquisites .address-hint {
    display: block !important; 
    font-size: 8pt;
    font-weight: bold;
    color: black;
    line-height: 20px;
    word-break: normal;
    margin-left: 12px;
    margin-top: 10px !important; 
}

.field_title > a {
    color: #666;
    float: none!important;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.field_title > a:hover {
    color: #444;
    float: none!important;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.label > a {
    color: #666;
    float: none!important;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.label > a:hover {
    color: #000;
    float: none!important;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.post-struct-address-container {
    width: 405px!important;
}

.post-struct-address-container .label {
    width: 40%!important;
}

.post-struct-address-container .editor-field {
    width: 50%!important;
    float: right;
}

.message-post-struct-address-container .label {
    width: 40%!important;
}

.message-post-struct-address-container .editor-field {
    width: 37%!important;
    float: right;
}

.message-post-struct-address-container {
    width: 400px!important;
}

.struct-address-container .editor-field {
    position: relative;
}

.attention-mark {
    color: red;
    font-weight: normal!important;
}

.attention-mark-bold {
    color: red;
    font-weight: 600;
}

.margin-left-small {
    margin-left: 12px;
}
.margin-bottom-small {
    margin-bottom: 12px !important;
}
.full-width {
    width: auto;
}

.text-word-wrap {
    word-wrap: break-word;
    word-break: keep-all;
}

.text-struct-address {
    font-weight: normal;
    font-size: 8pt;
}

.copy-address {
    width: auto!important;
}

*
{
    margin: 0;
    padding: 0;
}

input[type='email']
{
    width: 100%;
}

html
{
    height: 100%;
}

body
{
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
    background: url(Images/bg.jpg) repeat-x fixed 0 40px;
}

.body-test
{
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
    background: url(Images/bg.jpg) repeat-x fixed 0 83px;
}


header, footer, nav, section
{
    display: block;
}

input[data-type-element='date-input']
{
    width: 6em;
}

/*Общий див для форм редактирования*/
div.edit-form
{
    color: rgb(102, 102,102);
}

div.edit-form > h2.caption
{
    padding-bottom: 5px
}

/*Label + поле редактирования растянутое на строку*/
div.separate-edit
{
    width: 100%;
    overflow: hidden;
    margin: 0.3em;
}

    div.separate-edit label
    {
        float: left;
	    width: 15em;
    }

    div.separate-edit span
    {
        display: block;
        overflow: hidden;
        padding: 0 5px;
    }

    div.separate-edit input
    {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

div.separate-edit-without-margin
{
    width: 100%;
    overflow: hidden;
}

    div.separate-edit-without-margin label
    {
        float: left;
	    width: 16em;
    }

    div.separate-edit-without-margin span
    {
        display: block;
        overflow: hidden;
        padding: 0 5px;
    }

    div.separate-edit-without-margin input
    {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

/*Объект на который можно кликнуть мышкой и что-то произойдет*/
.clickable
{
    cursor: pointer;
}

/*Styles from maket*/
a
{
    color: blue;
    outline: none;
    text-decoration: underline;
}

    a:hover
    {
        text-decoration: none;
    }

p
{
    margin: 0 0 18px;
}

img
{
    border: none;
}

input
{
    vertical-align: middle;
}

#wrapper
{
    min-width: 600px;
    max-width: 1600px;
    margin: 0 auto;
    min-height: 100%;
    min-width: 1150px;
    height: auto !important;
    height: 100%;
}

.content-from-top-test {
    height: 135px;
}

.content-from-top {
    height: 92px;
}


.left
{
    float: left;
}

.right
{
    float: right;
}

/* Disclaimer
-----------------------------------------------------------------------------*/
#testpatch {
    color: #FFF;
    background: #F03;
    text-align: center;
    padding: 10px;
    margin: 5px 0 0;
    font-weight: bold;
    position: fixed;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}


/* Header
-----------------------------------------------------------------------------*/
#header
{
    height: auto;
    margin: 0 2%;
    border-radius: 0 0 16px 16px;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(270deg, #FFFFFF 70%, #EBECED 100%);
    background-image: -webkit-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%);
    background-image: -o-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%);
    background-image: -ms-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%);
    background-image: linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%);
    -webkit-box-shadow: 0 1px 3px 0 #85ABCC;
    box-shadow: 0 1px 3px 0 #85ABCC;
    position: fixed;
    width: 96%;
    z-index: 1000;
}

.header-from-top-test {
    top: 43px;
}

.header-from-top {
    top: 0;
}

#top
{
    height: 30px;
}

.logo
{
    float: left;
    margin-top: 4px;
    margin-left: 16px;
}

    .logo img
    {
        width: 56px;
        height: 58px;
    }

.logo2
{
    margin: 6px 0 0 90px;
    width: auto;
    display: inline-block
}

.account-info
{
    display: inline-block;
    float: right;
    text-align: center;
}

.ico-help
{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAC+ElEQVQ4jWWTP2xbVRjFf9+99/01TgwJCQkMbkMKqCkEKGoXBpiQEqkpZUL8y8BeRqYwMMBQRMWMGtQgJCSKYWCohARIVCCoMJUgLbSipVERTuzYcexn+713L4OlirafdLZzznC+c4TbbnZxrSTIEkoeQ9S8iICob0WkevHMC5Xb+XKLeOH08WIxXnloZqoUhSFRFDHIcmr1XerNDts7navWuTfWPz1SucNgduH0qfm58mt7y/ezfq1LrZmR2SHFaAg9QTtLo1WnnybLv3+yuHrTYHZh7a1DT8ysFEfH+eVyh73TEa8vTvL0o0WsdXzz6w6nzm5x5cYALdDtNMgG3aO/ffxcRWYX18pTE6W/Dj7+CN9daDM17lN5+2GsteS5w1qLc44b9ZSXTlxHRHDOkrRqTWvzPXp837GVw0/OHl7fyOiljt2eJQ4U9VbGiTM1HLBn0iP2hR8v92n1QGmNaB3m6eCS8QNvSZmI7XYXRECED76skTshs6C18OyBGOccm7uOTjrMLNQRottHzOhIoVxrpsM0BPqpo9vJEa15YMLnzWNjWGs590efRg/8yABQUJB0dclYB71BjnWwvZORI3i+RnuKd16ZIA6EK/9mnPy6QxB7KDV8XDFw1BsGM0hzBMfmdooTwfgKZRQLB+9iZtJgrePD7xNSZQgChdIKgJGCRZRGdZJBpd1OsM4hSlB6iKl7DM45nHNc2nQEoSGIPMLYY2TEIwxAtKkaRH3Rau8uFcNRulZQaojKzwn7pn22EjC+xgs0fuhhfE15DP5cbyFKf6Qufvb8atJPqpHOMQKIIEo4+lTMoRmfhTmfuWmD9jReqJm+10ORs/FPv3L+/QNVBeBwy4O01QzE3uz2hesp3QFs7MDfTYdRcN+oUPIyzv3QqIrSy7dsYf+LX82jzOe5GS3rsEgcGeKCR6FouLvkMVYybDV6XNtIqoNMnvnp3Qebd6xx7uWzJZQ6Ltp71XhBOS7EhJEhzS27SV4VbU6ef2//6v81/wH6bjI89FfNwgAAAABJRU5ErkJggg==') /*/Content/images/icons/ico_help.png*/;
    width: 16px !important;
    height: 16px !important;
    margin-left: 2px;
    vertical-align: bottom;
}

.appraiser-sro-account-info
{
    margin-right: 30px;
    max-width: 650px;
}

.logo2 a
{
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #999;
    white-space: nowrap;
}

.info {
    border-radius:0.5em;
    background-color: silver;
    color: black;
    padding: 0.4em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.info_success {
    background-color: greenyellow;
}
.info_success p {
    margin-bottom: 0;
}

.info_error {
    background-color: pink;
}
.info_error p {
    margin-bottom: 0;
}

.alarm {
    background-image: linear-gradient(#ffa0ab, #ff0809);
}

nav.menu
{
    height: 2em;
    line-height: 2em;
    text-align: center;
    white-space: nowrap;
    margin-left: 90px;
    margin-top: 35px;
}

    nav.menu ul
    {
        padding-left: 0px;
        list-style-type: none;
        margin: 12px;
    }

        nav.menu ul li
        {
            display: block;
            float: left;
            background: url(Images/line_v.jpg) no-repeat left center;
        }

            nav.menu ul li:first-child
            {
                background: url('');
            }

            nav.menu ul li a
            {
                display: block;
                padding: 0 10px;
                font-size: 14px;
                font-weight: bold;
                color: #3b90c8;
                text-decoration: none;
            }

                nav.menu ul li a:hover
                {
                    color: #646464;
                    text-decoration: none;
                }

                    .borderradius nav.menu ul li a:hover
                    {
                        border-radius: 0.4em;
                    }

                    .no-borderradius nav.menu ul li a:hover
                    {
                    }

            nav.menu ul li.right_menu_item
            {
                float: right;
            }


nav.menu li ul {
    background-color: #bbd9ec !important;
    background-image: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 200px;
}

nav.menu li ul li {
    background-color: #bbd9ec !important;
    background-image: none;
    float: left;
    font-size: 10px;
    padding: 5px;
    text-align: left;
    width: 200px;
}

nav.menu div { display: none; }

nav.menu li:hover div {
    background-color: transparent;
    display: block;
    position: absolute;
    margin: 0;
    padding: 2px 0 0 0;
    z-index: 10000000;
} 

#menu
{
    text-align: center;
    white-space: nowrap;
    margin-left: 90px;
}

    #menu table
    {
        margin: 12px auto 0;
    }

        #menu table tr td a
        {
            font-size: 14px;
            font-weight: bold;
            color: #70AFD6;
            text-decoration: none;
            padding: 0 10px;
        }

        #menu table tr td
        {
            background: url(Images/line_v.jpg) no-repeat left center;
        }

    #menu .noneline
    {
        background: url(none);
    }

    #menu table tr td a:hover
    {
        color: #646464;
        text-decoration: none;
    }


/* Middle
-----------------------------------------------------------------------------*/
#contwrap
{
    padding: 0 0 40px;
}

#content
{
    padding: 0;
    width: 96%;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(270deg, #FFFFFF 70%, #EBECED 100%);
    background-image: -webkit-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%);
    background-image: -o-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%);
    background-image: -ms-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%);
    background-image: linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%);
    -webkit-box-shadow: 0 1px 3px 0 #999;
    box-shadow: 0 1px 3px 0 #999;
}

/*для вкладок jquery*/
#main-tabs{
    background-color: #FFFFFF !important;
    background-image: -moz-linear-gradient(270deg, #FFFFFF 70%, #EBECED 100%) !important;
    background-image: -webkit-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%) !important;
    background-image: -o-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%) !important;
    background-image: -ms-linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%) !important;
    background-image: linear-gradient(180deg, #FFFFFF 70%, #EBECED 100%) !important;
}

#cont
{
    padding: 16px;
}

#view table, tr, td, th
{
    border-style: none;
}

.time
{
    font-size: 0.8em;
    white-space: nowrap;
    text-align: center;
}

.nowrap
{
    white-space: nowrap;
    overflow: hidden;
}

.message-date
{
    white-space: nowrap;
    text-align: center;
}

/* Forms */
#view ul
{
    list-style: none;
    margin-top: 6px;
    line-height: 30px;
}

    #view ul li
    {
        display: inline;
        text-indent: 0;
        margin-right: 12px;
        white-space: nowrap;
    }

#view tr td ul li span
{
    padding-right: 4px;
}

#view tr td ul li input
{
    padding: 1px 0;
}

.button-container
{
    margin-top: 0.5em;
}

.button-container a
{
    text-decoration: none;
}

.button-container a:hover
{
    text-decoration: none;
}

.butt_or, .butt_bl, .butt, input[type=submit].butt
{
    background: #053E65;
    color: #FFFFFF !important;
    background-image: -o-linear-gradient(#149bcd, #118cb9);
    background-image: -ms-linear-gradient(#149bcd, #118cb9);
    background-image: -webkit-linear-gradient(#149bcd, #118cb9);
    background-image: -moz-linear-gradient(#149bcd, #118cb9);
    background-image: linear-gradient(#149bcd, #118cb9);
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font: bold 14px/24px sans-serif;
    margin: 0;
    outline: medium none currentColor;
    overflow: visible;
    padding: 2px 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.298);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.298);
    float: none;
    line-height: normal;
    border-top: 1px solid #24b2e6;
    border-right: 1px solid #127599;
    border-bottom: 0.9px solid #127599; /*чит для тупого ИЕ, чтобы нормально заливались кнопки*/
    border-left: 1px solid #24b2e6;
    vertical-align: middle;
}

    .butt_or:hover, .butt_or:focus, .butt_bl:hover, .butt_bl:focus, .butt:hover, .butt:focus
    {
        border-top: 1px solid #127599;
        border-right: 1px solid #24b2e6;
        border-bottom: 0.9px solid #24b2e6; /*чит для тупого ИЕ, чтобы нормально заливались кнопки*/
        border-left: 1px solid #127599;
        background-color: #118cb9;
        text-decoration: none;
        background-image: -o-linear-gradient(#118cb9, #149bcd);
        background-image: -ms-linear-gradient(#118cb9, #149bcd);
        background-image: -webkit-linear-gradient(#118cb9, #149bcd);
        background-image: -moz-linear-gradient(#118cb9, #149bcd);
        background-image: linear-gradient(#118cb9, #149bcd);
        color: #FFF;
        -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.298);
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.298);
    }

.butt_or
{
    background-color: #F77A10;
    background-image: -o-linear-gradient(#F77A10, #df762a);
    background-image: -ms-linear-gradient(#F77A10, #df762a);
    background-image: -webkit-linear-gradient(#F77A10, #df762a);
    background-image: -moz-linear-gradient(#F77A10, #df762a);
    background-image: linear-gradient(#F77A10, #df762a);
    border-top: 1px solid #E0854E;
    border-right: 1px solid #c86427;
    border-bottom: 1px solid #c86427;
    border-left: 1px solid #E0854E;
    margin-left: 20px;
}

    .butt_or:hover, .butt_or:focus
    {
        border-top: 1px solid #c86427;
        border-right: 1px solid #E0854E;
        border-bottom: 1px solid #c86427;
        border-left: 1px solid #E0854E;
        background-color: #df762a;
        background-image: -o-linear-gradient(#df762a, #F77A10);
        background-image: -ms-linear-gradient(#df762a, #F77A10);
        background-image: -webkit-linear-gradient(#df762a, #F77A10);
        background-image: -moz-linear-gradient(#df762a, #F77A10);
        background-image: linear-gradient(#df762a, #F77A10);
        color: #FFF;
    }

.butt_bl
{
    margin-right: -4px;
}

.butt
{
    margin-right: 10px;
}

.butt[disabled=disabled], 
.butt[disabled=disabled]:hover, 
.butt[disabled=disabled]:focus {
    color: #e3e3e3 !important;
    cursor: not-allowed;
    background: #053E65;
    background-image: -o-linear-gradient(#149bcd, #118cb9);
    background-image: -ms-linear-gradient(#149bcd, #118cb9);
    background-image: -webkit-linear-gradient(#149bcd, #118cb9);
    background-image: -moz-linear-gradient(#149bcd, #118cb9);
    background-image: linear-gradient(#149bcd, #118cb9);
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.298);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.298);
    border-top: 1px solid #24b2e6;
    border-right: 1px solid #127599;
    border-bottom: 0.9px solid #127599;
    border-left: 1px solid #24b2e6;
}

.confirmation-close {
    display: inline-block;
    float: right;
    margin: 5px;
}

input[type="button"]:disabled,
input[type="submit"]:disabled {
    cursor: default;
    pointer-events: none !important;
    /*Button disabled - CSS color class*/
    color: #c0c0c0 !important;
    background-color: #ffffff !important;
}

/*Pages*/
.paging
{
    margin-top: 8px;
    text-align: right;
}

    .paging ul
    {
        margin: 12px 0 0;
        padding: 0;
    }

        .paging ul li
        {
            display: inline;
            margin-left: 8px;
            list-style: none;
        }

    .paging a
    {
        color: #666;
        text-decoration: none;
    }

        .paging a:hover
        {
            text-decoration: underline;
        }

    .paging .active a
    {
        font-weight: bold;
        color: #00ADEE;
        font-size: 14px;
        text-decoration: none;
    }

        .paging .active a:hover
        {
            text-decoration: underline;
        }

/* ObjectSection Right
-----------------------------------------------------------------------------*/
#FilterSection
{
    width: 100%;
    margin-bottom: 1em;
}

#ListSection
{
    margin-left: 350px;
}

#ObjectSectionContainer
{
    float: left;
    margin-left: -350px;
    width: 100%;
}

#ObjectSection
{
    float: right;
    width: 350px;
}

fieldset
{
    background: #AFD2E8;
    margin: 0 0 0 12px;
    border-style: none;
    overflow: hidden;
}

.field_title
{
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin: 4px 12px;
    line-height: 30px;
    float: left;
}


div.account-info > div.field_title
{
    display: inline;
    float: none;
}
div.account-info > div.field_title_small
{
    display: block;
    line-height: 1.5;
    margin-top: -8px;      
}
div.account-info > div.login {
    font-size: 9px;
    color: gray;
    text-transform: lowercase;
    line-height: 1.5;
    margin-top: -4px;
}


.popcont
{
    background: #FFF;
    margin: 0 12px 12px;
    border-radius: 6px;
    overflow: hidden;
    padding: 6px;
    clear: both;
}

.button_panel ul
{
    margin: 6px 0 0;
    padding: 0;
}

    .button_panel ul li
    {
        display: inline;
        list-style: none;
        white-space: nowrap;
    }

        .button_panel ul li a
        {
            margin: 4px 6px 0 0;
        }

/* Footer
-----------------------------------------------------------------------------*/
#footer
{
    margin: -28px auto 0;
    height: 44px;
    background: #E9EAED;
    text-align: center;
    min-width: 1150px;
}

/*Cabinet*/
.slide-out-div
{
    width: 500px;
    background: #efefef;
    color: #333;
    border: 1px solid #79ADD2;
    padding: 12px 0;
    -webkit-box-shadow: 1px 1px 3px 0 #999;
    float: right;
    box-shadow: 1px 1px 3px 0 #999;
    /*background-image: url('/Content/images/cabinet.png')*/
    bottom: 0px;
    top: auto !important;
}

.slide-out-div .handle {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
}

.slide-out-div .handle span{
    display: inline-block;
    white-space: nowrap;
   /* IE7 and below */
   writing-mode: tb-rl;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    /*-webkit-transform: rotate(90deg);*/
    /*-moz-transform: rotate(90deg);*/
}

.slide-out-div .handle span:before {
    content: "";
    float: left;
    margin-top: 100%;
}
/* Styles for basic forms
-----------------------------------------------------------*/

.legend-inside-fieldset
{
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    margin: 0.3em;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
    resize: none;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}


.document-name {
    width: 800px !important;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #f00;
    margin: 10px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #f00 !important;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid
{
    display: none;
}

/* Modal window "Please, wait..."
-----------------------------------------------------------*/
.wait-modal-window {
    position: absolute;
    z-index: 10001;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -100px;
    text-align: center;
    background: #EAEFF8;
}

.wait-modal-window-bkgrnd {
    position: absolute;
    z-index: 10000;
    width: 100%;
    background: #FFF;
    opacity: 0.5;
}

.text-link-style {
    text-decoration: underline;
    color: blue;
}


.xml-message-hidden-file-input {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
    margin-left: -140px;
    margin-top: -5px;
    font-size: 35px;
    cursor: pointer;
    width: 150px;
    position: absolute;
}

.xml-message-file-input-wrapper {
    height: 17px;
    overflow: hidden;
    width: 125px;
}

.reorg-company-list {
    padding-left: 10px;
}

.ui-widget-overlay { z-index: 4000 !important ;}
.ui-dialog { z-index: 5000 !important ;}

.card input[readonly], 
.card input[readonly="readonly"],
.card textarea[readonly],
.card textarea[readonly="readonly"] {
    color : rgb(109, 109, 109);
    background-color: rgb(228, 228, 228);
    border : 1px solid rgb(187, 187, 187);
}

.authentication-link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.authentication-link a {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.detailErrorList {
    padding-left: 20px;
}

.bluetitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background: #79add2;
    padding: 0px 16px;
    margin-bottom: 12px;
    height: 32px;
    line-height: 32px;
    text-indent: 16px;
}

.divider {
    padding-left: 10px;
    padding-right: 10px;
    background: url(Images/line_v.jpg) no-repeat center;
}





#gridEstateList .mvc-grid-table {
    overflow: auto;
    height: 400px;
}

#gridEstateList thead th  { position: sticky; top: 0; z-index: 1; }

#gridEstateList tbody {
    max-height: 300px;
   /* display: block;*/
    overflow-y: auto;
    overflow-x: hidden;
}

/* Фильтр реестров */

table.filter-table {
    width: calc(100% - 10px); /* ширина таблицы с учетом отступа справа */
    margin-left: 5px;
    margin-right: 5px;
    border-collapse: separate; /* объединяет границы ячеек */
    border-spacing: 0px;
    table-layout: auto;
}

table.filter-table td {
    white-space: nowrap; /* чтобы контент не переносился на новую строку */
    display: table-cell;
    color: black;
}

/* Последний столбец занимает все свободное пространство */
table.filter-table th:last-child,
table.filter-table td:last-child {
    width: 100%; /* растягивает последний столбец */
}

table.filter-table tr:not(:first-child) td {
    padding-top: 5px; /* добавляет пространство внутри ячейки */
}

table.filter-table td > input[type="text"] {
    width: 220px;
}

table.filter-table .filter-row-label {
    padding-left: 5px
}