:root {
    --t-h-elements-height: 56.5px;
}

.t-h-header {
    display: flex;
    width: 100%;
}

.t-h-header-direction-column {
    flex-direction: column;
}

.t-h-header-direction-row {
    flex-direction: row;
}

.t-h-header-type-table {
    margin-bottom: 16px;
}

.t-h-header-type-table.t-h-header-w-tools {
    margin-bottom: 12px;
}

@media only screen and (max-width: 653px) {
    .t-h-header-type-table.t-h-header-w-tools {
        margin-bottom: 10px;
    }
}

.t-h-header-direction-row .t-h-title-wrp {
    display: flex;
    height: var(--t-h-elements-height);
    width: auto;
    align-items: center;
    margin-right: 20px;
}

.t-h-title {
    font-size: 21px;
    letter-spacing: 0.55px;
}

.t-h-header-direction-row .t-h-title {
    white-space: nowrap;
}

.t-h-header-type-table.t-h-header-w-tools.t-h-header-direction-column .t-h-title {
    margin-bottom: 4px;
}

.t-h-tools-wrp {
    display: flex;
    width: 100%;
    flex-direction: row;
}

@media only screen and (max-width: 600px) {
    .t-h-header-direction-column .t-h-tools-wrp {
        flex-direction: column;
    }
}

.t-h-filter-wrp {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.t-h-filter-slider {
    display: flex;
    padding: 0px 3px;
    margin: 0px -3px;
    overflow: auto;
}

.t-h-filter-slider-right {
    flex-direction: row-reverse;
}

.t-h-filter-form,
.t-h-actions-wrp {
    padding: 6px 0px;
}

.t-h-filter-form {
    display: flex;
    width: auto;
    position: relative;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.t-h-filter-form-element-wrp {
    display: table;
    margin: 0px 6px;
}

.t-h-filter-form-element-wrp:first-child {
    margin-left: 0px;
}

.t-h-filter-form-element-wrp:last-child {
    margin-right: 0px;
}

/* input */
.t-h-filter-form-element-wrp .input-field {
    width: 220px;
}

/* select */
.t-h-filter-form-element-wrp .select-field {
    width: auto;
}

/* checkbox, radio */
.t-h-filter-form-element-wrp .checkbox-txt-wrp .txt-wrp {
    width: auto;
}

.t-h-filter-form-element-wrp .checkbox-txt-title {
    white-space: nowrap;
}



/* actions */


.t-h-actions-wrp {
    display: flex;
    height: var(--t-h-elements-height);
    flex-direction: row;
    align-items: center;
    margin: 0px 18px;
}

@media only screen and (max-width: 600px) {
    .t-h-actions-wrp {
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    .t-h-header-direction-column .t-h-actions-wrp {
        width: 100%;
        margin: 0px;
    }
}

.t-h-actions-wrp-left {
    margin-left: 0px;
}

.t-h-actions-wrp-right {
    margin-right: 0px;
}

.t-h-actions-wrp .btn {
    white-space: nowrap;
}