html, body, .appbody {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.niceRow {
    background-color: #F5F5F5 !important;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.tableHeader { }

a img { border: 0; }

input.error { border-color: #ff8888; }

.bigtext { font-size: 18px; }

.smalltext { font-size: 10px; }

.searchUIElement {
    /*width: 100%;*/
    clear: both;
    line-height: 1.8;
    padding: 3px;
}

.searchUIElement table {
    border-collapse: collapse;
    width: 100%;
}

.aright { text-align: right; }

.searchUIElement .divider {
    border-top: 1px dotted #ccc;
    height: 1px;
    margin: 10px 0 10px 0;
    width: 100%;
}

.searchUIElement fieldset {
    border:1px solid #CCCCCC;
}

.searchUIElement .uititle { 
    font-weight: bold; 
}

    .searchUIElement .uititle .ui-icon {        
        display: inline-block;
    }


/*.searchUIElement > div { display: inline-block; }*/

.searchUIElementSelected { background-color: #FBCD8E; }

.searchUIElement .spatialSearchButton {
    height: 21px;
    width: 22px;
    float: right;
}

.searchUIElement .slider-range {
    margin-left: 5px;
    margin-right: 10px;
    width: 70%;
    display: inline-block;
}

h1 { font-size: 15px; }

h2 { font-size: 14px; }

h3 { font-size: 13px; }

h4 { font-size: 12px; }

.selectionlist-content {
    display: flex;
    flex-wrap: wrap;
}
.selectionlist-content > div {
    margin: 2.5px;
}