﻿.qsb-terms {
    display: none;
}
.overlay {
    display: none;
    background: #FFF;
    border: 1px solid #000;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px #000;
    z-index: 99999;
    position: fixed;
    top: 50%;
}

.overlay > [data-filter] {
    display: none;
}

.overlay h2 {
    font-size: 130%;
    margin: 10px 0;
}

.overlay hr {
    border: 0;
    border-top: 2px solid #EAEAEA;
}

.overlay [data-filter="taxonomy"] > span > .input-wrap {
    margin: 10px 0 0;
}

.overlay .input-wrap label {
    margin: 0 10px 0 0;
}

.overlay .input-wrap label:last-child {
    margin: 0;
}

#refreshTable, .srch-tbl {
    margin: 20px 0 0;
}

#cover, .cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.dataTables_filter > label {
    float: right;
    padding: 4px 0 0;
}

.dataTables_filter > ul.filters {
    list-style: none;
    padding: 5px 10px;
    float: left;
    margin: 0 20px 20px 0;
    background: #FFFFE9;
}

.dataTables_filter > ul.filters > li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.dataTables_filter > ul.filters > li:first-child {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .overlay {height: 50%; width: 80%; overflow-y: auto;}
}
