@charset "utf-8";
/* CSS Document */
.highlight {
    color: #FF4200;
    font-weight: bold;
}

.blackcolor {
    color: #666;
}

/* RESULTS */
div.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

div.content_nav_bottom {
    border-right: 1px solid #e7e7e7;
    float: left;
    height: 40px;
    width: 100%;
}

div.content_nav_right {
    float: right;
    width: 260px;
    line-height: 26px;
    color: #aaa;
    font-size: 14px;
    border-right: 1px solid #e7e7e7;
}

div.content_nav_sort {
    float: left;
    padding-top: 7px;
}

div.content_nav_sort_head {
    float: left;
    padding-right: 10px;
}

div.content_nav_sort_ico {
    float: left;
}

div#content_filtr {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    background: #F7F7F7
}

/* Facets */
.facets-row {
    clear: left;
    float: left;
    font-size: 0.8em;
    padding: 3px;
    width: 100%;
}

.facet-count {
    min-width: 15%;
    float: left;
    display: inline;
}

.facet-name {
    width: 65%;
    float: left;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}

.facets-more {
    clear: left;
    display: none;
}

.facet-options-more {
    clear: left;
    float: left;
    font-size: 0.9em;
    padding: 10px 0px 10px 0px;
    width: 90%;
}

.facet-arrow {
    float: left;
    margin-right: 4px;
}
.search-block {
    background: rgba(0, 0, 0, 0) url("../img/bg/monco_bg.jpg") repeat fixed 50% 0!important;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: none!important;
}

#resultTable thead, #sourcesTable thead {
    background-color: #f1f1f1 !important;
}
#summaryTable thead {
    background-color: #f1f1f1 !important;
}
div.dt-buttons{
    float: right!important;
}
.ColVis{
    margin: 0px!important;
    padding-left: 5px;
}
div.dataTables_processing {
    z-index: 1;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}
.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}