html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    color: #000000;
}
a:link, a:visited, a:active {
    color: #0B6CB5;
    text-decoration: none;
}
a:hover, a:focus {
    color: #0B6CB5;
}
.page {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.header {
    padding: .5rem 1rem;
    border-color: #A9A9A9 !important;
    border-bottom: .1rem solid;
    text-align: center;
    background-color: #0B6CB5;
    height:60px;
    color:#FFFFFF;
}
.header-img {
    position: absolute;
    left: 1rem;
    top: .5rem;
}
.header-text {
    font-size: 1.5rem;
    font-weight: bold;
}
.main {
    padding-top: 1.5rem;
    flex: 1;
}
.footer {
    border-color: #A9A9A9 !important;
    border-top: .1rem solid;
    background-color: #F2F2F2;
    font-weight: 600 !important;
}
.greybox {
    background-color: #F0F0F0;
    border: 1px solid #A9A9A9;
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
    margin-top: -1px;
}
.separator {
    margin-top: 10px;
    border-top: 2px dashed #0b6cb5;
    opacity: 0.5;
}
.max {
    padding-top: .5rem;
}
.to {
    padding-top: 2.5rem;
}
.btn-submit {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #FFFFFF !important;
    background-color: #0B6CB5;
    border-color: #0B6CB5;
    border-radius: .25rem;
    padding: .5rem 2rem;
    margin-top: 1.8rem;
}
legend {
    font-size: 1rem;
}
.form-check-label {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    width: 30%;
    font-size: .9rem;
}
.nav-tabs .nav-link.active {
    color: #000000;
    background-color: #F0F0F0;
    border-color: #A9A9A9 #A9A9A9 #F0F0F0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #F0F0F0;
    border-color: #A9A9A9 #A9A9A9 #F0F0F0;
}
.back {
    float: right !important;
    margin-top: -0.5rem;
}
.page-item.active .page-link {
    background-color: #0B6CB5;
    border-color: #A9A9A9;
}
.result-container {
    margin: 0 0 1rem;
    padding: .5rem 0;
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
}
.address {
    font-weight:bold;
    font-size: 1.2rem;
}
.data {
    font-weight: bold;
}
.img-count {
    position:relative;
    background-color: #0B6CB5;
    color: #FFFFFF;
    padding: 2px 10px;
    font-weight:bold;
    font-size: small;
}
.img-listing {
    width: 100%;
}
#map {
    height: 32rem;
}
.info {
    max-width: 28rem;
    font-size: 0.75rem;
}
.address-map {
    font-weight:bold;
    font-size: 0.88rem;
}
.cluster {
    color: #FFFFFF;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    cursor: pointer;
}
.cluster-1 {
    background-image:url("/img/cluster.png");
    line-height:53px;
    width: 53px;
    height: 52px;
}
.detail-address {
    font-weight:bold;
    font-size: 1.2rem;
    color: #0b6cb5;
}
.detail-header {
    font-weight:bold;
    color: #0b6cb5;
}
.galleria {
    width: 100%;
    height: 300px;
}
.galleria-container {
    width: 100% !important;
}
.sr-only {
    position: relative;
}
.chosen-container-multi .chosen-choices .search-choice {
    color: #495057;
}
.spacer-1 {
    padding-top: 1rem;
}
/* Media Queries */
/* Extra small devices */
@media (max-width: 575.99px) {
    .btn-submit {
        width: 100%;
        margin-top: 0;
    }
    .form-check-label {
        width: 100%;
    }
}
/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
    .form-check-label {
        width: 100%;
    }
}
/* Medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
    .form-check-label {
        width: 50%;
    }
}
/* Large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {

}
/* Extra large devices */
@media (min-width: 1200px){

}
