.uotc-report {
    font-size: 15px;
    position: relative;
}

.uotc-report__filters {
    display: flex;
    padding: 0 3px;
}

.uotc-report__select_wrap {
    flex: 1;
}

.uotc-report__select_wrap:not(:first-child) {
    margin-left: 10px;
}

.uotc-report__select_wrap select {
    width: 100%;
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    padding: 6px 15px;
    transition-duration: .1s;
    transition-property: color, border-color;
    transition-timing-function: linear;
}

.uotc-report__label_text {
    display: block;
}

.uotc-report .uotc-datatable-header .dt-buttons {
    float: right;
    margin: 0.5em 0;
}

.uotc-report .dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    display: block;
    width: 100%;
}

.uotc-report .dataTables_wrapper .dataTables_filter input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
}

.uotc-report .uotc-datatable-footer {
    margin-top: 0.5em;
}

/*
* Loading Animation
*/
.uotc-report .reporting-status-loading-animation-wrap {
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.uotc-report .reporting-status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    display: flex;
}

.uotc-report .reporting-status__icon {
    width: 30px;
    font-size: 16px;
    color: #fff;
    background: #f5ba05;
    position: relative;
}

.uotc-report .reporting-status__icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uotc-report .reporting-status--loading .reporting-status__icon {
    background: #0290c2;
}

.uotc-report .reporting-status--loading .reporting-status__icon:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNzUuNCAxMjYuNjNhMTEuNDMgMTEuNDMgMCAwIDEtMi4xLTIyLjY1IDQwLjkgNDAuOSAwIDAgMCAzMC41LTMwLjYgMTEuNCAxMS40IDAgMSAxIDIyLjI3IDQuODdoLjAyYTYzLjc3IDYzLjc3IDAgMCAxLTQ3LjggNDguMDV2LS4wMmExMS4zOCAxMS4zOCAwIDAgMS0yLjkzLjM3eiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iMTgwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.uotc-report .reporting-status__text {
    color: #fff;
    background: #35393c;
    padding: 8px 10px;
    white-space: nowrap;
}

/*
* Filter Column Checkboxes
*/
.uotc-dataTables-filter-columns {
    width: 100%;

    float: left;

    display: flex;
    flex-wrap: wrap;

    align-items: center;

    user-select: none;
}

.uotc-dataTables-filter-columns-field {
    display: none !important;
}

.uotc-dataTables-filter-columns__fields {
    display: none;
}

.uotc-dataTables-filter-columns__toggle,
.uotc-dataTables-filter-columns__fields {
    width: 100%;
}

.uotc-dataTables-filter-columns__toggle a {}

.uotc-dataTables-filter-columns__fields label {
    padding-right: 10px;
}

.uotc-dataTables-filter-columns__fields label input {
    margin-right: 5px;
}

.uotc-dataTables-filter-columns-field:checked~.uotc-dataTables-filter-columns__fields {
    display: block;
}

.uotc-dataTables-filter-columns__toggle label {
    display: inline-block;

    color: #0000ee;

    cursor: pointer;
}

.uotc-dataTables-filter-columns__toggle label:hover {
    text-decoration: underline;
}

.uotc-dataTables-filter-columns-field:not(:checked)~.uotc-dataTables-filter-columns__toggle label:before {
    content: attr(data-label-enable);
}

.uotc-dataTables-filter-columns-field:checked~.uotc-dataTables-filter-columns__toggle label:before {
    content: attr(data-label-disable);
}

@media screen and (max-width: 767px) {
    .uotc-report__filters {
        flex-direction: column;
    }

    .uotc-report__select_wrap {
        margin-right: 0;
        margin-bottom: 10px;
    }
}