.export-results {
    display: none;
}

.form-control-color {
    max-width: 3.5rem !important;
}

.sticky-preview {
    position: -webkit-sticky;
    position: sticky;
    top: 130px !important;
}

.sticky-preview {
    position: -webkit-sticky;
    position: sticky;
    top: 130px !important;
}

.overlay-layer form {
    z-index: 1;
}

.overlay-layer form .invalid-feedback {
    color: #fff !important;
}

.h-50vh {
    height: 50vh !important;
}

.w-640px {
    width: 640px;
}
.w-560px {
    width: 560px;
}

@media screen and (min-width: 1200px) {
    .w-xl-640px {
        width: 640px !important;
    }
    .w-xl-560px {
        width: 560px !important;
    }
    .w-xl-360px {
        width: 360px !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .w-lg-640px {
        width: 640px !important;
    }
    .w-lg-560px {
        width: 560px !important;
    }
    .w-lg-360px {
        width: 360px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-md-640px {
        width: 640px !important;
    }
    .w-md-560px {
        width: 560px !important;
    }
    .w-md-360px {
        width: 360px !important;
    }
}

.h-640px {
    height: 640px !important;
}
.h-560px {
    height: 560px !important;
}


.w-360px {
    width: 360px !important;
}
.w-315px {
    width: 315px !important;
}
.h-315px {
    height: 315px !important;
}
.h-360px {
    height: 360px !important;
}

#search-results-table th, #search-results-table td {
    word-break: break-word;
}
th, td {
    word-break: break-word;
}
.dataTables_filter {
    display: none;
}
