html, body, #scanimg {
    margin: 0px;
    padding:0px;
    width: 100%;
    height: 100%;
}
#loading {
    position: absolute;
    left: 30%;
    top: 50%;
    font-size: xx-large;
    font-weight: bold;
    z-index: 2000
}
.scandrop {
    float: right
}
hr.ruler {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    z-index: 99999999;
    border-top: 2px solid deepskyblue;
    border-bottom: 2px solid deepskyblue;
    height: 70px;
    pointer-events: none
}
div.filters {
    background-color: rgba(255,255,255,0.7);
    z-index: 2000;
    width: 300px;
    position: absolute !important;
    left: 50px;
    top: 10px;
}
.ui-button, .ui-inputfield, .ui-selectonemenu-trigger {
    opacity: 70%;
}
div#nav {
    z-index: 2000;
    position: absolute !important;
    right: 50px;
    top: 10px;

}
div.filters #filters_header, div.filters #filters_content {
    background-color: transparent;
}
div.filters div.ui-slider {
    display: inline-block;
    width: 180px;
}
.darktheme div {
    color: #4c4c4c !important;
}
