
/*Общие*/
html, body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', Arial , sans-serif;
    font-size: 16px;
    
   
}
.top-link{
    background: #040844;
    padding: 3px;
    text-align: center;
    position: fixed;
    z-index: 100;
    width: 100%;
}
.top-link a{
    color:#fff;
}
.yellow{
    position: relative;
    z-index: 5;
    background-color: #fefcf2;
    -webkit-box-shadow: 0px 0px 8px 1px #777;
    -moz-box-shadow: 0px 0px 8px 1px #777;
    -o-box-shadow: 0px 0px 8px 1px #777;
    box-shadow: 0px 0px 8px 1px #777;
    min-height: calc(100vh - 59px);
  /*  border-bottom: 3px solid #040844;*/
    /*border-right: 3px solid #040844;*/
}

.white{
    background-color: #fff;
   padding-bottom: 30px; 
   height: 100vh;   
   overflow:auto;
   position: fixed;
}
.lilo{
    position: relative;    
    z-index: 4;   
    -webkit-box-shadow: 0px 0px 8px 1px #777;
    -moz-box-shadow: 0px 0px 8px 1px #777;
    -o-box-shadow: 0px 0px 8px 1px #777;
    box-shadow:0px 0px 8px 1px #777;
    background: #eeecff;
    color:#040844;  
    
    
}
.col-xl-8 .lilo, .col-xl-8 .yellow{
   border-right: 3px solid #040844; 
}
.col-xl-8 .yellow{
 border-bottom: 3px solid #040844;
 height: auto;
}
.lilo h3{
    color: #040844;
}
.lilo a{
    color:#040844;
    text-decoration: underline;
}
.lilo a:hover{
    color: #bfa554;
}
h3{
    padding-top: 15px;
    vertical-align: top;
    color: #bfa554;
    text-align: center;
    font-size: 30px;
    margin-top: 0;
    font-weight: bold;
}
.user-scroll h4{
    padding-top: 15px;
}
.yellow h4{
    padding-top: 20px;
    padding-bottom: 15px;   
   
    text-align: left;
    font-size: 22px;
    margin-top: 0;
    font-weight: bold;
}
.input-group-text{
    border-radius: 0;
    color: #040844;
}
.btn-primary{
    background-color: #040844;
    border-color:#040844;
     border-radius: 0;
}
.yellow .btn-primary:hover{
    background-color: #bfa554;
    border-color:#bfa554;
}
.form-control{
    border-radius: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bfa554;
    outline: 0;
    box-shadow: none;
}
.btn-primary:focus,.btn-primary:active {    
    outline: 0;
    box-shadow: none;
    background-color: #bfa554!important;
    border-color:#bfa554!important;
}
.yellow .table.table-bordered{
    border-color:#ced4da;    
    background-color: #fff;
}
.yellow .table-bordered td, .table-bordered th{
    border-color:#ced4da;
    vertical-align: middle;
}
.yellow .table thead th{
    border-bottom-color:#ced4da;
    background-color: #040844;
    color:#fff;
    font-weight: normal;
    vertical-align: middle;
    
}
.yellow .table thead th a{
    color:#fff;
    text-decoration: underline;
}
.yellow .table thead th a:hover{
    color:#bfa554;
}
.yellow .table a{
    color: #040844;
}
.pagination ul {
    display: inline-block;
    padding-left: 0;
}
.pagination li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
.pagination li a {
    border-bottom: 1px solid #8a8aaf;
    color: #8a8aaf;
    text-decoration: none;
}
.pagination li a:hover {
    border-bottom: 1px solid #bfa554;
    color: #bfa554;
}
.card{
    border-radius: 0;
}
.card-header{
    background-color: #040844;
    color:#fff;
    padding: 0;
    
} 
.accordion .card-header h2{
    cursor: pointer;
    padding: 7px 12px;
    font-size: 20px;
}
.item-nat{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #040844;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.item-nat h4{
    font-size: 20px;
}
.item-nat h4, .item-nat p{
    margin-bottom: 0;
}
.item-nat p{
    text-align: right;
}
.item-nat:last-child{
    border-bottom: none;
}
.user-scroll::-webkit-scrollbar { width: 0px;}
footer{
    background-color: #fff;
    border-top: 3px solid #040844;
    z-index: 10;
    position: relative;  
    
    -webkit-box-shadow: 0px 0px 8px 1px #777;
    -moz-box-shadow: 0px 0px 8px 1px #777;
    -o-box-shadow: 0px 0px 8px 1px #777;
    box-shadow: 0px 0px 8px 1px #777;
}
footer a{
    color:#212529;
    text-decoration: underline;
}
footer a:hover{
    color:#040844;    
}
@media(max-width:1199px){
    .lilo,.yellow {
        border-right: none!important;
        border-bottom: 3px solid #040844;
    }
    .white{
        background-color: #fff;
       padding-bottom: 30px; 
       height: auto;
       position: static;

    }
}

.table-gost-col{
    font-size:15pt;
    font-weight: normal;
}

.some
{
    cursor:wait;
}