.pagebanner {
    color: #fff;
    min-height: 55px;
    padding: 20px 0 0 30px;
    background-image: url("/images/topbackground.jpg");
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.3);
}
#bannerlinks {
    margin-top: 10px;
    padding-bottom: 5px;
}
#bannerlinks a {
    color: #bbb;
    padding: 0 10px 0 10px;
}

.pagehead {
    margin-top: 0;
    padding: 5px;
    background-color: #ddd;
    text-transform: capitalize;
}

.sectbox {
    margin-right: 5px;
    margin-bottom: 15px;
    width: 308px;
    border-radius: 10px;
    border: 2px solid #444;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #fff;
}

.sectbox.big {
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    color: #444;
    font-size: x-large;
    width: 408px !important;
    height: 208px !important;
    margin: 15px !important;
}
.sectbox.big:hover {
    cursor: pointer;
    color: #666 !important;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transform: scale(1.1);
    transition: transform 0.2s;
}
.sectboxbigtitle {
    background-image: url("/images/topbackground.jpg");
    color: #fff;
    margin-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 5px;
    padding: 5px 20px;
    font-size: xx-large;
    text-align: center;
    float: right;
}

.bgwashedout {
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.6);
}


.sectbox.nolinkbig {
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    color: #444;
    font-size: x-large;
    width: 408px !important;
    height: 208px !important;
    margin: 15px !important;
}


svg a:hover text {
    fill: #f26722;
}

.filterlink {
    display:block;
}
a {
    text-decoration: none;
    font-weight: bolder;
    color: #2c99ce;
}
a:hover, .filterlink:hover {
    color: #f26722 !important;
    cursor:pointer !important;
    text-decoration: underline !important;
}


.data-full {
    max-width: 900px;
    background-color: #fff;
    border: 2px solid #2c99ce;
    float: left;
    border-radius: 15px;
    box-shadow: 6px 6px 10px 0 #aaa;
    margin-bottom: 20px;
}

.data-popup {
    position: fixed;
    top: 2vh;
    left: 2vw;
    max-width: 95vw;
    max-height: 95vh;
    background-color: #fff;
    border: 2px solid #2c99ce;
    float: left;
    border-radius: 15px;
    box-shadow: 6px 6px 10px 0 #aaa;
    margin-bottom: 20px;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}

.datafieldname {
    width: 0px;
    min-width: 160px;
    white-space: nowrap;
    vertical-align: baseline;
}

.pcdatatable {
    border-spacing: 0px;
    border-bottom: 2px solid #444;
}
.pcdatatable th {
    border-bottom: 1px solid #444;
}
.pcdatatable td {
    padding: 2px;
}
.pcdatatable td:nth-child(10) {
    white-space: nowrap;
}
.pcdatatable tr:nth-child(even) {
    background: #ddd;
}

.stickyrow th {
    background-color: #f4f6f8;
    box-shadow: inset 0 -1px 0 #000;
    position: sticky;
    top: 0px;
}

.buttonfake {
    border-radius: 20px;
    border: 2px solid #2c99ce;
    transition: background-color .3s;
    background:#fff;
    color:#2c99ce;
    padding:5px 10px;
    display:inline-block;
    text-align: center;
}
.buttonlike {
    border-radius: 20px;
    border: 2px solid black;
    transition: background-color .3s;
    background:#000;
    color:#fff;
    padding:5px 10px;
    display:inline-block;
    text-align: center;
}
.buttonlike:hover {
    cursor:pointer;
    background:#f26722;
}
.bigdot {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    text-align: center;
    background:#000;
    display:inline-block;
}

#filters {
    width: 200px;
    vertical-align: top; 
    font-size: smaller;
    float: left;
    border: 2px solid #444;
    border-radius: 10px;
    background: #fff;
}
#results {
    vertical-align: top;
    min-height: 500px;
}

#filters .title ,.sectbox .title {
    background: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    text-align: center;
    text-transform: capitalize;
}

.buttontag {
    display: inline-block;
    padding: 3px;
    color: white;
    background-color: #f26722;
    border-radius: 5px;
    margin-left: 2px;
    margin-bottom: 2px;
}
.buttontag:hover {
    background-color: #b6440b;
    cursor: pointer;
}

.filtertag {
    display: inline-block;
    padding: 3px;
    color: white;
    background-color: #2c99ce;
    border-radius: 5px;
    margin-left: 2px;
    margin-bottom: 2px;
}
.filtertag:hover {
    background-color: #2582af;
    cursor: pointer;
}

.x::after {
    content: "\1F7A8";
    margin-left: 3px;
}
.x:hover::after {
    background-color: #f26722;
}

.facetlist {
    overflow: hidden;
    transition: max-height 0.5s;
}

.pagecontrols {
    min-width: 998px;
    position: absolute;
    left: 210px;
    border: 2px solid #444;
    border-radius: 10px;
    padding: 0px 30px;
    background-color: #eee;
}

.menos::after {
    content: "\2B9D";
    float: right;
    margin-right: 5px;
}
.mas::after {
    content: "\2B9F";
    float: right;
    margin-right: 5px;
}


.highlight {
    background: #ff5;
}


.loading_cell {
    display: inline-block;
    overflow: hidden;
    height: 29px;
    width: 100%;
}
.loading_bar {
    display: inline-block;
    background-color: #aaa;
    width: 50%;
    height: 100%;
    animation: 1.4s left-right linear infinite;
}

.loading_cell_pc {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    height: 12px;
    margin: 0;
    width: 100%;
    border: 1px solid #000;
    background-color: #2c99ce;
}
.loading_bar_pc {
    display: inline-block;
    background-color: #f26722;
    border: 1px solid #3d6d98;
    width: 50%;
    height: 100%;
    animation: 1s left-right linear infinite;
}

@keyframes left-right {
    0%   { transform:translateX(-100%); }
    100% { transform:translateX(300%); }
}
