ul{
    list-style: none;
    padding-left: 1em;
}

body{
    background: none !important;
}

h1{
    font-size: 2em !important;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}

#criteria_body{
    padding: 0;
}
#ranger span{
    display: inline;
}
#criteria-nav{
    background-color: lightsteelblue;
    color: white;
    margin-bottom: 1em;
}
#criteria-nav li{
    line-height: 1.5em;
    height: auto;
}
#criteria-nav ul li a{
    color: white;
    font-weight: normal;
}
#criteria-nav a[selected]{
    font-weight: bold;
}
#criteria-nav a[selected="single"]{
    text-decoration: underline;
}
#criteria-nav .dropdown form{
    margin: 0;
}
#criteria-nav .dropdown-menu{
    background-color: #f5f5f5;
}
#criteria-nav .dropdown-menu a{
    color: black;
}
#criteria-nav .dropdown button{
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 0;
    font-weight: bold;
}


#resultlist .list-group-item {
    height: 10em;
    border: 1px solid lightgrey;
}
#resultlist .list-group-item .row{
    height: 100%;
}
#resultlist .list-group-item .bottom{
    margin: -1em auto 0 0;
}
#resultlist .list-group-item .bottom p{
    display: inline-block;
    margin: 0 auto 0 1em;
}
#resultlist .list-group-item .bottom p .fa{
    margin: 0;
}
#resultlist .list-group-item-heading{
    max-height: 2.2em;
}
#resultlist .list-group-item-subheading{
    margin-top: 5px;
    max-height: 1em;
}
#resultlist .imgcenter{
    border: 1px solid lightgray;
    height: 100%;
    padding: 1em;
    margin: 0 1em;
    max-width: 20%;
}
#resultlist img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bolder;
}
#rangeSlider{
    width: 100%;
}
#banner{
    background-color: #f5f5f5;
    padding: 1em;
    margin: 1em 0;
}


.resultdata{
    background-color: #f5f5f5;
    margin: 0 0 1em 0;
}
.resultdata .resultcount{
    display: inline-block;
    margin: 1em;
}
.resultdata .subscribe{
    float: right;
    border: none;
    border-radius: 0;
    height: 4em;
    margin: 1em;
    background: linear-gradient(to bottom,#ECD799 5%,#D9AD27 100%) #D9AD27;
    font-weight: bolder;
}

.fa{
    margin-right: 0.5em;
}

.fa.fa-circle, .fa.fa-circle-thin{
    font-size: 0.75em;
    margin-top: -1.1em;
}

.breadcrumb{
    margin: 0;
}

.max-length{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.2em !important;     /* fallback */
    max-height: 2.4em;      /* fallback */
    -webkit-line-clamp: 2.4; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.mailbox{
    background-color: lightsteelblue;
}
.mailbox input{
    width: 100%;
    border: none;
    border-spacing: 0;
    padding: 0.5em;
}
.modal-body{
    padding: 0 !important;
}
.modal-body .box{
    padding: 2em;
}
.modal-content{
    border-radius: 0 !important;
}
.modal-content .modal-padding{
    padding-bottom: 1em;
}
.modal-header{
    background: linear-gradient(to bottom, #0468a5 0%,#023a5d 100%);
    color: white;
    padding-left: 2em !important;
    padding-right: 2em !important;
}
.modal-header .close {
    margin-top: -1em !important;
    font-size: 3em;
}
.modal-footer{
    padding-right: 2em !important;
    padding-bottom: 0 !important;
    margin-bottom: 1em;
}
.modal-footer button[type="submit"]{
    background: linear-gradient(to bottom,#ECD799 5%,#D9AD27 100%) #D9AD27;
    color: white;
}
.modal-footer button{
    padding: 1em;
    border: none;
    border-radius: 0;
    font-weight: bolder;
}
.modal-content input[disabled]{
    background-color: lightsteelblue;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #D9AD27 ;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 0.5s linear infinite;
    -webkit-animation: spin 0.5s linear infinite;
    visibility: hidden;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
