body {
    color: #323737;
}

h1, .h1 {
    font-size: 26px;
    color: white;
    margin: 10px 0;
}
h2, .h2 {
    font-size: 24px;
    color: #323737;
    margin: 10px 0;
}
h3, .h3 {
    font-size: 23px;
    color: #323737;
    margin: 10px 0;
}

h4, .h4 {
    font-size: 18px;
    color: #323737;
    margin: 5px 0;
}

p {
    font-weight: 200;
    color: #323737;
    font-size: 14px;
    line-height: 18px; }

.star_block{
    position: relative;
}
.star_front{
    overflow: hidden;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}
.star_back{
    position: absolute;
    left: 0px;
    top: 0px;
}
.service_color_grey1{color: #323737;}

.background_table_gray_light2{
    border: 4px solid var(--color-white3);
    overflow-x: auto;
}

.table_border1{
    font-family: 'Roboto', 'Oxygen', sans-serif;
    width: 100%;
    line-height: 25px;
}
.table_border1 th{
    font-size: 16px;
    font-weight: inherit;
    padding: 10px;
    border: 1px solid var(--color-blue3);

}
.table_border1 thead{
    background-color: var(--color-white1);
}
.table_border1 thead tr:first-child{
    border-bottom: 1px solid var(--color-blue3);
}
.table_border1 thead tr th:first-child{
    background-color: white;
}
.table_border1 tbody{
    border: 1px solid var(--color-blue3);
    font-size: 12px;
}
.table_border1 td{
    padding: 10px;
    /*border-bottom: 1px dotted var(--color-blue3);*/
}
.table_border1 tbody tr{
    border-bottom: 1px solid var(--color-blue3);
}
.table_border1 tr:last-child{
    border-bottom: none;
}
.table_border1 tbody td:nth-child(2){
    color: var(--color-gray2);
}


.table_border2{
    font-family: 'Roboto', 'Oxygen', sans-serif;
    width: 100%;
    line-height: 25px;
    font-size: 12px;
}
.table_border2 td{
    padding: 10px;
}
.table_border2 tr{
    border-bottom: 1px solid var(--color-blue3);
}
.table_border2 tr:last-child{
    border-bottom: none;
}

.small_button{
    color: var(--color-gray2);
    width: 140px;
}

@media screen  and (min-height: 700px) {
    .schort_block_height700{
        height: 700px;
    }
}

a.list-group-item {
    text-decoration: none;
}
.font2em {
    margin-bottom: 20px;
}
table.user-panel {
    margin-bottom: 20px;
    width: 100%;
}
table.user-panel .thumbnail {
    margin-bottom: 0;
    height: 80px;
    overflow: hidden;
    padding: 0;
}
table.user-panel td {
    vertical-align: top;
}
table.user-panel td:first-child {
    width: 80px;
}
table.user-panel td:last-child {
    padding-left: 10px;
}
.user-panel-name {
    font-size: 20px;
    margin-bottom: 3px;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-panel-email {
    color: gray;
    height: 28px;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-panel-balance {
    font-size: 24px;
    line-height: 24px;
}
.user-panel-balance a {
    text-decoration: none;
    border-bottom: 1px solid #00aab1;
}
.user-panel-balance a:hover {
    border-bottom: none;
}
*[data-action="audit_delete"]{
    cursor: pointer;
}