.dynamika-table-component {
    /*display: flex;
    flex-direction: column;
    flex-shrink: 1;*/
    overflow: auto;
    max-height: 100%;
}

.dynamika-table-container {
    /*flex-shrink: 1;*/
    overflow: auto;
    height: 100%;
    -ms-overflow-style: auto;
    -ms-scrollbar-face-color: #d0d0d0;
    -ms-scrollbar-3dlight-color: #d0d0d0;
    -ms-scrollbar-highlight-color: #d0d0d0;
    -ms-scrollbar-track-color: #ffffff;
    -ms-scrollbar-arrow-color: #d0d0d0;
    -ms-scrollbar-shadow-color: #d0d0d0;
}

.dynamika-table-container::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

.dynamika-table-container::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.dynamika-table-container::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 6px;
}

.dynamika-table {
    table-layout: fixed;
    margin-bottom: 0;
}

.dynamika-table>thead>tr>th,
.dynamika-table>tbody>tr>td {
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.dynamika-table>thead>tr {
    font-size: 13px;
    font-weight: 700;
    color: #69707d !important;
}

.dynamika-table>thead>tr>th {
    font-weight: bold;
    border-bottom: 1px solid #69707d !important;
    position: relative;
    vertical-align: top;
}

.dynamika-table>tbody>tr {
    border-bottom: 1px solid #7D6970;
}

.dynamika-table>tbody>tr>td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #343741;
}

.dynamika-table>tbody>tr>td:first-child {
    text-overflow: unset;
}

.dynamika-table>tbody>tr>td:empty:after {
    content: "\00a0";
}

.dynamika-table>thead>tr>th>.column-resizer {
    cursor: e-resize;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: none;
}

.dynamika-table>thead>tr>th>.column-resizer:hover>div {
    position: absolute;
    right: 0;
    height: 100%;
    width: 2px;
    border-radius: 5px;
    background-color: #7D6970;

}

.dynamika-table .filter {
    margin-top: 16px;
    font-size: 11.5px;
    position: relative;
}

.dynamika-table .filter-condition {
    line-height: 17px;
    height: 26px;
    padding: 0;
    margin-top: 8px;
}

.dynamika-table .filter-value {
    padding: 3px;
    line-height: 17px;
    height: 26px;
}

.dynamika-table .filter-condition,
.dynamika-table .filter-value,
.dynamika-table .react-selectize {
    border: 1px solid #69707d;
    border-radius: 4px;
}

.dynamika-table .filter-search {
    position: relative;
}

.dynamika-table .filter-search>.filter-value {
    padding-left: 20px;
}

.dynamika-table .filter-search .search-img {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
}

table.dynamika-table>thead>tr>th .date-filter {
    font-weight: normal;
    line-height: 17px;
    height: 26px;
}

.filter-enter {
    height: 0;
}

.filter-enter.filter-enter-active {
    height: 55px;
    transition: height 150ms ease-in;
}

.filter-leave {
    height: 55px;
}

.filter-leave.filter-leave-active {
    height: 0;
    transition: height 150ms ease-in;
}

@media (prefers-reduced-motion: reduce) {
    .filter-enter {
        height: 55px;
    }

    .filter-enter.filter-enter-active {
        height: 55px;
        transition: none;
    }

    .filter-leave {
        height: 0;
    }

    .filter-leave.filter-leave-active {
        height: 0;
        transition: none;
    }
}

.dynamika-table input[type=checkbox] {
    margin-top: 0;
    vertical-align: middle;
}

.dynamika-table>tbody>tr.clickable,
.dynamika-table>thead>tr>th .caption.clickable {
    cursor: pointer;
}

.dynamika-table>thead>tr>th .has-error {
    color: #c9302c;
}

.dynamika-table>thead>tr>th .preceding-asterisk:before {
    content: '* ';
}

.dynamika-table>tbody>tr>td.dynamika-table-no-data {
    text-align: center;
}

.dynamika-table-pagination {
    text-align: right;
}

.dynamika-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0;
}

table.dynamika-table>thead>tr>th .react-selectize {
    width: 100%;
    line-height: 17px;
    height: 26px;
}

table.dynamika-table>thead>tr>th .react-selectize.root-node .react-selectize-control {
    display: block;
}

table.dynamika-table>thead>tr>th .react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
    display: block;
    max-width: 100%;
}

table.dynamika-table>thead>tr>th .react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
    display: inline-block;
}

table.dynamika-table>thead>tr>th .react-selectize.root-node .dropdown-menu {
    display: none;
}

table.dynamika-table>thead>tr>th .react-selectize.root-node .react-selectize-control {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scrollbar-face-color: #909ea4;
    -ms-scrollbar-3dlight-color: #909ea4;
    -ms-scrollbar-highlight-color: #909ea4;
    -ms-scrollbar-track-color: #dadada;
    -ms-scrollbar-arrow-color: #909ea4;
    -ms-scrollbar-shadow-color: #909ea4;
}

table.dynamika-table>thead>tr>th .react-selectize.root-node .react-selectize-control::-webkit-scrollbar {
    height: 4px;
}

table.dynamika-table>thead>tr>th .react-selectize.root-node .react-selectize-control::-webkit-scrollbar-track {
    background: #dadada;
}

table.dynamika-table>thead>tr>th .react-selectize.root-node .react-selectize-control::-webkit-scrollbar-thumb {
    background: #909ea4;
}

table.dynamika-table>thead>tr>th .react-selectize.multi-select.react-selectize.root-node .simple-value {
    color: #089471;
    background: #f2f9fc;
    border: 1px solid #c9e6f2;
}

table.dynamika-table>thead>tr>th .react-selectize.multi-select.react-selectize.root-node .simple-value span {
    padding: 0 3px;
}