strong {
    font-weight: 700;
}

.bg-primary {
    background-color: #117a8b !important;
}
.content-wrapper{
    background-image: url(../img/bglogin.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;


}

.login-page {
    background-image: url(../img/bglogin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.login-page::after {
    content: "";
    opacity: 0.5;
}

.sidebar-dark-primary {
    background-color: #117a8b !important;
}

.card-header {
    padding: 5px 10px !important;
    border-bottom: 1px solid transparent !important;

}

.card-header.bg-primary {
    background-color: #117a8b !important;
}

.table td, .table th {
    padding: 5px !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #117a8b !important;
}

.info-box {
    min-height: 40px !important;
}

.info-box .info-box-content {
    line-height: 0.8 !important;
}

.btn-primary {
    background-color: #117a8b !important;

}

.btn-tbl {
    line-height: 0.2 !important;
}

.bg-default {
    background-color: #efefef !important;
}

.btn-labeled {
    padding-bottom: 0;
    padding-top: 0;
}

.btn-label {
    border-radius: 0;
    left: -10px;
    padding: 5px;
    background-color: #106674;
    display: inline-block;
    position: relative;
}


.nav-item .nav .nav-item {
    margin-left: 20px !important;
    line-height: 0.2rem !important;
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
}


.img-fluid-imovel img {
    max-width: 100% !important;
    height: auto !important;
}

thead input {
    width: 100%;
}

.main-footer{
    opacity: 0.8 !important;
}

@media screen and (min-width: 768px) {
    .img-fluid-imovel img {
        max-width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .img-fluid-imovel {
        max-width: 33.33%;
    }
}