.dataTables_wrapper > .row .col-md-5 {
    flex: 1 1 auto;
    max-width: none;
    width: auto;
}

.dataTables_wrapper > .row .col-md-7 {
    flex: 0 1 auto;
    max-width: none;
    width: auto;
    margin-left: auto;
}

.dataTables_wrapper > .row .col-md-6 {
    max-width: none;
    width: auto;
}

.dataTables_wrapper > .row .col-md-6:first-child {
    flex: 1 1 auto;
}

.dataTables_wrapper > .row .col-md-6:last-child {
    flex: 0 1 auto;
    margin-left: auto;
}

.dataTables_processing {
    background: white;
    z-index: 100;
    margin-top: 25px !important;
}

.dataTables_length {
    float: left;
}

.ucadatatables_blocker {
    display:block;
    content:"";
    position:absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    background-color: gray;
    opacity:.2;
    z-index: 99;
}

.dt_div_check_all {
    float: right;
    display: inline-block;
    width: 50%;
    text-align: right;
    height: 22px;
}

.dt_check_all {
    display: inline-block;
    position: relative;
    right: 16px;
    top: 2px;
}

.dt_label_check_all {
    position: relative;
    top: 0px;
    right: 28px;
}

.dt_div_check_visible_all {
    float: right;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.dt_check_visible_all {
    position: relative;
    right: 7px;
    top: 2px;
}

.dt_div_check_entry {
    float: right;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.dt_check_entry {
    position: relative;
    top: 2px;
    right: 7px;
}

.dt_div_checked_len {
    width: 50%;
    display: inline-block;
    height: 22px;
}

.dt_checked_len {
    position: relative;
    top: 4px;
}

/* FILTERS */
.ucafilter .flex-grow-1 {
    padding: 0 !important;
}

.ucafilter .select2, .ucafilter input[type='text'] {
    display: inline-block;
    max-width: unset;
    width: 14em !important;
}

.ucafilter input[type='text'] {
    top: 0.1rem;
    position: relative;
    border-radius: 0;
}

.ucafilter .select2 .select2-selection__rendered {
    max-width: 12em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ucafilter .select-multiple-div {
    margin-top: 0.5em;
}

.ucafilter .select-multiple-div .select2 {
    width: 13.5em !important;
    min-width: 14em !important;
    max-width: 90%;
}

.ucafilter .select-multiple-div .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    max-width: 12.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ucafilter .select-multiple-div .select2-container--bootstrap .select2-selection--multiple {
    height: 4.6rem;
    overflow-y: auto;
}

.ucafilter .select-multiple-div .ucafilter-reset {
    height: 4.6rem;
}


.ucafilter .select-multiple-div .ucafilter-reset .fa {
    top: 1.1em;
    position: relative;
}

.ucafilter .select-multiple-div .select2 li {
    max-width: unset;
}

.ucafilter .select-multiple-div .select2 .select2-selection__rendered {
    max-width: unset;
}

.ucafilter .select-clear, .ucafilter .input-clear {
    white-space: nowrap;
}

.ucafilter .input-clear * {
    white-space: normal;
}

.ucafilter .form-group {
    margin-bottom: 0.3em;
    padding-bottom: 0;
}

.ucafilter {
    border: 1px solid #e1e1e1;
    padding: 1em;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fdfdfd;
    border-top: 0;
    margin-top: -2rem;
}

.ucafilter .ucafilter-reset {
    color: #555555;
    border: 1px solid lightgray;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    height: 100%;
}

.ucafilter .ucafilter-reset.disabled {
    border: 1px solid lightgray;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: lightgray;
}

.ucafilter .ucafilter-reset-all {
    max-height: 2.5em;
    border-radius: 4px;
    color: #555555;
    background: white;
    border: 1px solid lightgray;
}

.ucafilter .ucafilter-reset-all.disabled {
    border: 1px solid lightgray;
    color: lightgray;
}

.ucafilter .select2-container--bootstrap .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ucafilter .select2-container--bootstrap .select2-selection--single,
.ucafilter .select2-container--bootstrap .select2-selection--multiple {
    height: 2.4rem;
}

.ucafilter .select-clear.form-group > a, .ucafilter .input-clear.form-group > a {
    height: 2.4rem;
}

.ucafilter .select-clear.form-group.select-multiple-div > a, .ucafilter .input-clear.form-group.select-multiple-div > a {
    height: 4.6rem;
}

.ucafilter .select2-container--bootstrap .select2-selection input::placeholder {
    color: #555555;
}

.ucafilter .select2-selection__choice.disabled {
    display: none;
}

.ucafilter-show {
    position: relative;
    top: -0.7em;
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 0.5em;
    background: white;
}

.ucafilter .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 15em !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.ucafilter .ucafilter-checkbox label {
    margin-bottom: 0;
}

.ucafilter .ucafilter-checkbox .form-group {
    padding: 0 3em 0 0;
    white-space: nowrap;
}

#ucafilter-actives {
    margin-top: 1rem;
}

.ucafilter-active {
    background: whitesmoke;
    padding: .375rem .75rem;
    padding-right: 1.2rem;
    border-radius: 4px;
    margin-right: 1em;
    max-width: 14em;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ucafilter-remove {
    position: absolute;
    right: 1em;
    z-index: 1;
    top: -0.1em;
    font-size: 1.2em;
    cursor: pointer;
    opacity: .7;
}

.ucafilter-input-label {
    height: 2.35rem;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}