/*.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid transparent !important;
    vertical-align: middle !important;
}

.table-bordered tr {
    border-collapse: separate;
}

.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > th,
.table-striped > tfoot > tr > td {
    vertical-align: middle !important;
}

.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
    background-color: #e6e6e6;
}*/

.menu-many-strings {
    max-width: 210px;
    line-height: 1.5em;
    margin-bottom: 4px;
    margin-top: 4px;
}

.sidebar-nav > li > a.collapsed:after {
    content: "\f105";
    margin-top: -25px;
}

.icon-image {
    color: #EFAD62;
    font-size: 18px;
}

.icon-pdf {
    color: #C41D24;
    font-size: 18px;
}

.icon-excel {
    color: #008641;
    font-size: 18px;
}

.icon-word {
    color: #0054A6;
    font-size: 18px;
}

.icon-archive {
    color: #BD7A9D;
    font-size: 18px;
}

.document-name {
    color: #000000;
    /*font-size: 1.1em;*/
    margin: 10px 0 10px 0
}

.right-line-margin {
    margin: 10px 0 !important;
    margin-top: 30px !important;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #dd5a43;}
.red-tooltip + .tooltip > .tooltip-arrow {border-left-color: #dd5a43;}

#houses-card .carousel-images .carousel-indicators {
    bottom: 10px!important;
    position: absolute;
    top: auto!important;
}

#houses-card .carousel-images {
     max-width: 440px !important;
     max-height: 330px !important;
 }

.slider-images {
    max-width: 440px !important;
    max-height: 330px !important;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.notop .glyphicon-chevron-left,
.notop .glyphicon-chevron-right {
    position: absolute;
    top: 5% !important;
    z-index: 5;
    display: inline-block;
}

.no-border-fix {
    border: 0 !important;
}

.margin-left-10 > tbody > tr > td {
    padding-left: 10px;
}

.margin-right-20 > tbody > tr > td {
    padding-right: 20px;
}

.no-left {
    left: 0% !important;
}

.phone-comment {
    font-size: 75%;
}

.contacts-min {
    font-size: .9em;
}

.no-border-no-important {
    border: none !important;
}

.site-logo {
    border: 0 !important;
    font-size: 45px !important;
    line-height: 0;
}

.site-logo-container {
    margin-top: 7px;
    margin-bottom: 7px;
}

.houses-card-photo {
    max-width: 100% !important;
}

.passport > thead > tr > td,
.passport > tbody > tr > td,
.passport > tfoot > tr > td,
.passport > thead > tr > th,
.passport > tbody > tr > th,
.passport > tfoot > tr > th {
    padding: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

#footer-admin-link {
    color: #7197c2 !important;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#footer-admin-link:hover {
    color: #eee !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.headers-icon {
    font-size: 170px !important;
}

td,
th {
    padding-left: 8px;
    padding-right: 8px;
}

.captcha-update {
    font-size: 12px;
    margin-top: -12px;
    margin-bottom: 20px;
}

.counter-stat {
    margin-top: 19px;
}

.news-image {
    border: solid 1px #ddd;
}

.add-count-field {
    margin-top: -15px;
}

.link {
    font-size: .9em;
}

.standard-size {
    font-size: 14px !important;
}

.tabs-widget {
    display: block;
    margin: 0;
    padding: 0;
}

.tabs-widget li {
    display: inline-block;
    list-style: none outside;
    margin-right: 5px;
}

.tabs-widget a.btn {
    font-size: 15px;
}

.poor-vision-switcher{
    float: right;
}

.poor-vision-switcher > span:first-child{
    font-size: 14px;
}

.poor-vision-switcher > span:nth-child(2){
    font-size: 22px;
}

.cookie-consent {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #666;
    background-color: #fff;
    padding: 0.6em 2.4em;
    z-index: 9999;
    text-align: center;
    display: block;
    border-top: 1px solid #ddd;
}
.cookie-text {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5em;
    text-align: center;
    margin: 6px 30px 5px 0px;
}
.consent-btn {
    margin-right: 30px;
    color: #666;
    background-color: #fff;
    border-color: #666;
    padding: .2em .5em;
    font-family: "Open Sans", sans-serif;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    min-height: 30px;
}