.dataTables_length
{
    margin-bottom: 1rem;
}

.dataTables_filter{
    margin-bottom: 1rem;
}

.dataTables_length > label
{
    padding: 0.2rem;
}

.dataTables_filter > label{
    padding: 0.2rem;
}

.search-box{
    display: inline-block;
    width: auto;
}

.select-box{
    display: inline-block;
    width: 70px;
}

.table-custom{
    margin-bottom: 1rem !important;
}

.dt-buttons{
    margin-bottom: 1.2rem;
}

.left-col {
    float: left;
    width: 50%;
}

.right-col {
    float: left;
    width: 50%;
}

.table{
    max-width: 100%;
}

.table thead input {
    width: 100%;
}

.table tfoot input {
    width: 100%;
}

.sorting{
    vertical-align: middle;
}

.yadcf-filter{
    display: inline;
    width: calc(100% - 26px) !important;
    margin-top: 5px;
}

.yadcf-filter-reset-button{
    display: inline;
    margin-bottom: 3px;
}

.table input{
    min-width: 25px;
}

.catalog-striped tr:nth-child(even) {
    background-color: #F6F8FB !important;
}