.sidebar-dark-primary {
    background-color: #082d52 !important;
}

strong {
    font-weight: 700;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu-right {
    position: relative;
}

.dropdown-submenu-right .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}

.bg-success {
    background-color: rgb(10, 207, 151, 1) !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;
}

.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;
}

.img-fluid-logo img {
    max-width: 100% !important;
    height: auto !important;
}

thead input {
    width: 100%;
}

table tr td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6 !important;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

@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%;
    }
}