﻿.about-info, .about-info table.bank-project-view-buttons {
    width: 50%;
}

.bank-project-view-buttons label {
    display: inline;
    vertical-align: super;
}

.navbar-inverse .navbar-inner.bank-navbar-inner {
    background-color: #4F68A1;
    background-image: -moz-linear-gradient(top, #08aebd, #08aebd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4F68A1), to(#4F68A1));
    background-image: -webkit-linear-gradient(top, #08aebd, #08aebd);
    background-image: -o-linear-gradient(top, #08aebd, #08aebd);
    background-image: linear-gradient(to bottom, #4F68A1, #4F68A1); 
    border-color: #4F68A1; 
}

.bank-navbar-header { 
    background-color: #4F68A1;
    border-color: #4F68A1; 
}

.bank-navbar .nav > li {
    *float: none !important;
}

.bank-navbar .nav > .active > a, .bank-navbar .nav > .active > a:hover, .bank-navbar .nav > .active > a:focus {
    background-color: transparent;
}
.bank-navbar .nav > li {
    margin-bottom: 0px;
} 
.navbar .nav.bank-top-bar-language {
    width: 50px;
    margin: 0;
    font-size: 16px;
}
 
.navbar .bank-top-bar-language > li > a { 
    padding-top: 5px; 
}

.bank-navbar-header {
    height: 100px;
}
.bs-callout-info {
    border-left-color: transparent;
}

h4 {
    font-size: 22px;
    color: #4d4d4d;
    font-weight: bold;
    margin-left: 10px; 
}

/* Для десктопов */
@media (min-width: 992px) { 
    .nav-side-menu {  
        top: 100px; 
    } 
    .container.main {
        margin-top: 100px; 
    }  

    .content-body {
        height: calc(100vh - 117px);
        height: -moz-calc(100vh - 117px);
        height: -webkit-calc(100vh - 117px);
    }
}

#news-info { 
    top: 100px; 
}

.center-frame {
    width: 50%;
    margin: 0 auto;
}

.control-group label {
    font-weight: bold;
}

.center {
    text-align: center;
}

.gotoback {
    color: #4d4d4d;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.cnt {
    color: #4d4d4d;
    width: auto;
    float: right;
    margin: 5px;
}
.center {
    text-align: center;
}

.jqgrid-table thead th, .jqgrid-table tfoot td {
    background: #dbe2f2 none 0 0 no-repeat;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f9;
}

.news-list .btn-default, .btn-orange, .group-em-filestyle .btn-sm .news-list .btn-default:focus, .btn-orange:focus, .group-em-filestyle .btn-sm:focus {
    color: #fff;
    border: #5873b3 solid 1px;
    background-color: #5873b3 !important;
}
.w80 {
    width: 80%;
}

.news-content h4 {
    font-size: 14px;
}

.news-list a.n-more {
    color: #1564c2;
    font-weight: bold;
}
.container.main h3.popover-title {
    font-weight: bold;
    line-height: 25px; 
    color: #fff; 
    text-align: center;
    background-color: #020203;
    border-bottom: 0px;
}
.popover {
    background-color: #2e353d;
    color: #fff;
}
.popover.right .arrow:after { 
    border-right-color: #020203;
}
.popover.top .arrow:after { 
    border-top-color: #2e353d; 
}
.popover.right {
    text-align: left;
}
.info-msg {
    margin-left: 10px;
}