table.table {
    font-family: Roboto, sans-serif;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    word-wrap: break-word;
    border-spacing: 0
}

table.table th, table.table th span {
    text-align: center
}

table.table thead a {
    color: #fff
}

table.table tr.empty:hover th.empty {
    background: #fff
}

table.table th {
    position: sticky;
    top: 0;
    padding: 8px;
    font-weight: 400;
    color: #333;
    background: #e8e8e8;
    border-right: solid 1px #fff;
    vertical-align: middle;
    z-index: 1
}

table.table th.empty {
    background: #fff
}

table.table th:last-child {
    border-right: solid 1px #e8e8e8
}

table.table th span:nth-child(1) {
    padding-right: 10px
}

table.table tbody {
    vertical-align: top
}

table.table tbody tr {
    font-weight: inherit;
    background-color: #fefefe
}

table.table tbody tr:hover {
    background-color: #fafafa
}

table.table tbody tr.clicked {
    cursor: pointer
}

table.table.table_info {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

table.table.table_info tbody tr {
    font-weight: 400;
    background-color: #fdfdfd
}

table.table.table_info tbody tr:hover {
    background-color: #fdfdfd
}

table.table.table_2_col tbody tr td {
    width: 50%
}

table.table.table_2_col tbody tr td input.w100p, table.table.table_2_col tbody tr td select.w100p, table.table.table_2_col tbody tr td textarea.w100p {
    width: 100%
}

table.table.table_2_col tbody tr.tr1 td:first-child {
    vertical-align: middle;
    text-align: right
}

table.table.table_2_col tbody tr.error_field td {
    border: 2px solid red
}

table.table th.grey {
    background: #eee;
    color: #000;
    padding: 10px 5px
}

table.table .tr-row--red {
    background-color: #ffd3d3
}

table.table .tr-row--red:hover {
    background-color: #ffc5c5
}

table.table td {
    padding: 6px 10px;
    border-left: #E4E4E4 1px solid;
    border-top: #E4E4E4 1px solid;
    border-bottom: #E4E4E4 1px solid;
    line-height: 1.24
}

table.table td table {
    line-height: 20px
}

table.table td.td2 input[type=text], table.table td.td2 textarea {
    width: 300px
}

table.table td.td2 input.datepicker, table.table td.td2 input.timepicker {
    width: 128px;
    text-align: center
}

table.table td.td2 input.datepickertime {
    width: 76px;
    text-align: center
}

table.table tr td:last-child {
    border-right: #E4E4E4 1px solid
}

table.table.x2 td {
    border-left: #E4E4E4 3px solid;
    border-top: #E4E4E4 3px solid;
    border-bottom: #E4E4E4 3px solid
}

table.table .error {
    color: red;
    font-weight: 700;
    margin-top: 10px
}

.img_drop_preview {
    width: 250px;
    height: 250px;
    background-color: #fdfdfd;
    background-image: url(/images/no-photo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border: 1px solid #E4E4E4;
    margin-bottom: 10px
}

.img_drop_preview.loading {
    background-image: url(/images/giphy.gif)
}

.table-multiple-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.table-multiple-row .select2 {
    margin-right: 10px
}

.table-multiple-row .select2-selection {
    border: 1px solid #ccc
}

.table-multiple-string {
    margin-right: 10px
}

.table-multiple-select {
    width: 200px
}

.fi-div-row-add {
    margin-bottom: 10px
}

.select2-result-repository {
    padding-top: 4px;
    height: 60px;
    overflow: hidden;
    vertical-align: middle
}

.select2-result-repository .select2-result-repository__avatar {
    float: left;
    width: 54px;
    margin-right: 10px
}

.select2-result-repository .select2-result-repository__avatar img {
    width: 100%
}

.select2-result-repository .select2-result-repository__meta {
    margin-left: 50px
}

.select2-result-repository .select2-result-repository__title {
    color: #000;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px
}

.table-responsive {
    overflow-x: auto;
    margin-top: 24px
}

@media (max-width: 1500px) {
    .vkstatsdiv table.table {
        overflow-x: scroll;
        display: block
    }
}

@media (max-width: 1000px) {
    table.table {
        font-size: 12px
    }
}

/*# sourceMappingURL=tables.css.map */