@font-face{
    font-family:'EXO2_NEW_regular';
    src:url('/fonts/exotwo/static/Exo2-Regular.ttf');
}


.wrapper {
    display: flex;
    width: 99%;
    align-items: stretch;
    /*font-family: EXO2_NEW_regular, Arial, sans-serif;*/
    /*font-family: Arial, sans-serif;*/
}

.table-wrap {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-collapse: separate;
}
.table-wrap thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #EDEDED;
    font-size: 14px;
    border-top: 1px solid #ddd;
    font-family: EXO2_NEW_regular, Arial, sans-serif;
}
.table-wrap tr th:first-child, .table-wrap tr td:first-child {
    border-left: 1px solid #ddd;
}
.table-wrap tr th:last-child, .table-wrap tr td:last-child {
    border-right: 1px solid #ddd;
}
.table-wrap thead tr th:first-child {
    border-radius: 10px 0 0 0;
}
.table-wrap thead tr th:last-child {
    border-radius: 0 10px 0 0;
}
.table-wrap tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: top;
}
.table-wrap tbody tr:nth-child(even) {
    background: #F8F8F8;
}
.table-wrap tbody tr:last-child td{
    border-bottom: 1px solid #ddd;
}
.table-wrap tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.table-wrap tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

#content_common {
    width: 100%;
    padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
    /*background: rgba(240, 242, 245, 0.84);*/
}
#sidebar_block1{
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 10px 5px 15px 5px;
    /*background: rgb(240, 242, 245);*/

}


.doc_block_url_1{
    margin-top: 10px;
    width: 100%;
}


#sidebar {

    height: 98%;
    /*min-width: 250px;*/
    /*max-width: 250px;*/
    width: 330px;
    /*background: linear-gradient(to right, rgba(48, 48, 53, 0.93), rgb(50, 51, 56));*/
    color: #fff;
    transition: all 0.3s;
    border-radius: 15px;
    padding: 0 0 0 30px;

}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #6d7fcc;*/
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}






