.code{
    font-weight: bolder;
    color: #186807;
}
.item_documents:hover{
    background-color: #FCF4CF !important;
}
.table-striped > tbody > tr:nth-child(2n+1):hover > td, .table-striped > tbody > tr:nth-child(2n+1):hover > th{
    background-color: #FCF4CF !important;
}
.order{
    width: 115px;
}
.order a{
    color: #3DA65A;
}
.order a:hover{
    color: #19772C;
}
.switcher .active{
    background-color: #62A960;
    border-color: #62A960;
}
.switcher .btn{
    padding: 0px 10px;
}
.table-list{ 
    border-collapse:collapse; 
    table-layout:fixed;
    overflow: scroll;
}
.other-td{
    width: auto;
    min-width: 285px !important;
}
.slider-list{ 
    min-width: 905px;
}
@media (max-width: 1240px) {
    .table-responsive-slider {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
        -webkit-overflow-scrolling: touch;
    }
}
.news-list{ 
    min-width: 925px;
}
@media (max-width: 1260px) {
    .table-responsive-news {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
        -webkit-overflow-scrolling: touch;
    }
}