/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.vertical-overlay-menu .main-menu,
.vertical-overlay-menu.menu-hide .main-menu {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: width .25s, opacity .25s, transform .25s;
    width: 220px;
    left: 0;
    box-shadow: none !important;
}

.vertical-overlay-menu.menu-open .main-menu {
    opacity: 0;
    transform: translate3d(-240px, 0, 0);
    transition: width .25s, opacity .25s, transform .25s;
}

.dataTable {
    width: 100% !important;
}

.dataTable td.acoes {
    width: 5% !important;
}

div.dataTables_wrapper {
    padding: 0px !important;
}

div.dataTables_wrapper label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

.dataTables_length {
    display: none;
}

.dataTables_paginate,
.dataTables_filter {
    float: right;
}

#formulario_opcao label.error {
    position: absolute;
    margin-top: 50px;
}

.preview-imagem {
    flex-wrap: wrap;
}

.preview-imagem .list-group-item {
    width: 47%;
}

.preview-imagem .list-group-item-full {
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 5px;
}

.preview-imagem .list-group-item-small {
    width: 33%;
    border: 1px solid #00b5b8;
    padding: 3px;
    margin: 1px;
}

.preview-imagem .imagem {
    width: 20%;
    height: 90px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.preview-imagem .foto-wrap {
    width: 20%;
    height: 90px;
}

.preview-imagem .foto-wrap-full {
    width: 100%;
    height: 180px;
}

.preview-imagem .foto-wrap .foto {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #00b5b8;
    background-color: #f3f3f3;
    /*width: 100%;
    height: 120px;
    margin-bottom: 5px;*/
}

.preview-imagem .foto-wrap-full .foto {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
}

.preview-imagem .observacao {
    width: 70%;
}

.descricao {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}

.desc-form {
    width: 90%;
}

#laudos_filter {
    position: absolute;
    right: 25px;
    top: 65px;
}

#laudos_wrapper .dt-buttons {
    margin-bottom: 15px;
}

#laudos_info {
    display: none;
}

.resized {
    max-width: 48%;
}

@media screen and (max-width: 1200px) {

    .preview-imagem .list-group-item {
        width: 46%;
    }

    .preview-imagem .imagem {
        height: 80px;
    }
}

@media screen and (max-width: 990px) {

    .preview-imagem .list-group-item {
        width: 45%;
    }

    .preview-imagem .imagem {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {

    .preview-imagem .list-group-item {
        width: 100%;
    }

    .preview-imagem .imagem {
        height: 80px;
    }

    .dt-btns {
        margin-left: -5vw;
    }

    .modal {
        text-align: center;
        padding: 0 !important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .resized {
        max-width: 85%;
    }

}

@media screen and (max-width: 500px) {

    .hideonsmall {
        display: none;
    }

    .preview-imagem .foto {
        width: 100%;
        height: 150px;
    }

}

@media screen and (max-width: 450px) {

    .preview-imagem .list-group-item {
        margin: 0 !important;
    }

    .preview-imagem .imagem {
        height: 45px;
    }
}

@media screen and (max-width: 360px) {

    .desc-form {
        width: 100%;
    }

    .preview-imagem .imagem {
        display: none;
    }

    .descricao {
        width: 100%;
    }
}

/*========================================
            Estilos Unidades
========================================*/

.andar-label {
    /*flex: 0 0 13%;*/
    flex: auto;
    max-width: 13%;
    margin-bottom: 0 !important;
}

.small-margin {
    margin-bottom: 12px;
}

.control-group {
    margin-left: inherit;
    margin-right: inherit;
    background-color: #FFFFFF;
    border: 1px solid #ccd6e6;
    border-radius: 4px;
    padding-top: 15px;
}

.unidade-card {
    border: 1px solid;
    border-radius: 10px;
    margin: 5px;
    padding: 0 10px;
    height: 40px;
    align-items: center;
    display: flex;

    flex: 0 0 15%;
    min-width: 10%;
    max-width: 15%;
}

.unidade-card .col-md-9 {
    padding: 0;
}

.unidade-label {
    /*margin-left: 0;
    width: 100%;*/
    justify-content: space-evenly;
    padding: 0 0 0 15px;
    width: 100%;
}

.legenda {
    border: 1px solid black;
    flex: 0 0 25%;
    height: 19px;
    margin-right: 5px;
}

.intuitivo {
    text-decoration: underline !important;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
    display: flex;
}

.intuitivo .descritivo {
    visibility: hidden;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: -5px;
    left: 90%;
}

.intuitivo:hover .descritivo {
    visibility: visible;
}

@media screen and (max-width: 1260px) {
    .unidade-card {
        /*flex: 0 0 15%;*/
        max-width: 100%;
        padding: 4px;
    }
}

@media screen and (max-width: 990px) {

    .andar-label {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .unidade-card {
        margin: unset;
        flex: 0 0 48.5%;
        max-width: 90%;
        margin: 5px !important;
    }

    .responsive {
        width: 50%;
    }

    .legenda-cor {
        margin-bottom: 50px;
    }

    .card-body {
        padding: 0 !important;
    }
}

/*========================================
         Fim Estilos Unidades
========================================*/

/*========================================
          Estilos botões custom
========================================*/

.btn-grey {
    background-color: #8b8b8b;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-grey:hover {
    background-color: #6e6e6e;
}

.btn-grey-outline {
    border: 1px solid #8b8b8b;
    color: #6e6e6e !important;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-grey-outline:hover {
    background-color: #6e6e6e;
    color: #fff !important;
}

.small-icon {
    padding: 0;
    background-color: transparent;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 1.25rem 1.5rem;
}

/*========================================
        Fim Estilos botões custom
========================================*/

/*========================================
           Counters dashboard
========================================*/

.bordered {
    height: 140px;
    align-items: center;
    /*border-radius: 0;*/
    margin: 2% -2%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.counter-title {
    font-size: 17px;
    color: #fff;
}

.counter-text {
    font-size: 35px;
    color: #fff !important;
}

.nopadding {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.fullcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #fff;
    padding-right: 0;
}

.leads-counter {

    background: rgb(255, 79, 0);
    background: -moz-linear-gradient(120deg, rgba(255, 79, 0, 1) 0%, rgba(246, 132, 37, 1) 62%, rgba(219, 73, 9, 1) 64%, rgba(248, 81, 8, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(255, 79, 0, 1) 0%, rgba(246, 132, 37, 1) 62%, rgba(219, 73, 9, 1) 64%, rgba(248, 81, 8, 1) 100%);
    background: linear-gradient(120deg, rgba(255, 79, 0, 1) 0%, rgba(246, 132, 37, 1) 62%, rgba(219, 73, 9, 1) 64%, rgba(248, 81, 8, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4f00", endColorstr="#f85108", GradientType=1);
}

.ofertas-counter-pendente {
    background: rgb(15, 164, 155);
    background: -moz-linear-gradient(120deg, rgba(15, 164, 155, 1) 0%, rgba(9, 194, 183, 1) 62%, rgba(10, 117, 111, 1) 64%, rgba(15, 164, 155, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(15, 164, 155, 1) 0%, rgba(9, 194, 183, 1) 62%, rgba(10, 117, 111, 1) 64%, rgba(15, 164, 155, 1) 100%);
    background: linear-gradient(120deg, rgba(15, 164, 155, 1) 0%, rgba(9, 194, 183, 1) 62%, rgba(10, 117, 111, 1) 64%, rgba(15, 164, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0fa49b", endColorstr="#0fa49b", GradientType=1);
}

.ofertas-counter {
    background: rgb(18, 145, 33);
    background: -moz-linear-gradient(120deg, rgba(18, 145, 33, 1) 0%, rgba(24, 181, 31, 1) 62%, rgba(14, 105, 25, 1) 64%, rgba(18, 144, 33, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(18, 145, 33, 1) 0%, rgba(24, 181, 31, 1) 62%, rgba(14, 105, 25, 1) 64%, rgba(18, 144, 33, 1) 100%);
    background: linear-gradient(120deg, rgba(18, 145, 33, 1) 0%, rgba(24, 181, 31, 1) 62%, rgba(14, 105, 25, 1) 64%, rgba(18, 144, 33, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#129121", endColorstr="#129021", GradientType=1);
}

.emails-counter-pendente {
    background: rgb(207, 7, 7);
    background: -moz-linear-gradient(120deg, rgba(207, 7, 7, 1) 0%, rgba(229, 51, 51, 1) 62%, rgba(172, 1, 1, 1) 64%, rgba(207, 6, 6, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(207, 7, 7, 1) 0%, rgba(229, 51, 51, 1) 62%, rgba(172, 1, 1, 1) 64%, rgba(207, 6, 6, 1) 100%);
    background: linear-gradient(120deg, rgba(207, 7, 7, 1) 0%, rgba(229, 51, 51, 1) 62%, rgba(172, 1, 1, 1) 64%, rgba(207, 6, 6, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf0707", endColorstr="#cf0606", GradientType=1);
}

.vendas-counter {
    background: rgb(4, 127, 224);
    background: -moz-linear-gradient(120deg, rgba(4, 127, 224, 1) 0%, rgba(8, 158, 238, 1) 62%, rgba(2, 105, 187, 1) 64%, rgba(4, 126, 223, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(4, 127, 224, 1) 0%, rgba(8, 158, 238, 1) 62%, rgba(2, 105, 187, 1) 64%, rgba(4, 126, 223, 1) 100%);
    background: linear-gradient(120deg, rgba(4, 127, 224, 1) 0%, rgba(8, 158, 238, 1) 62%, rgba(2, 105, 187, 1) 64%, rgba(4, 126, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#047fe0", endColorstr="#047edf", GradientType=1);
}

.empreendimentos-counter {
    background: rgb(91, 74, 233);
    background: -moz-linear-gradient(120deg, rgba(91, 74, 233, 1) 0%, rgba(106, 91, 234, 1) 62%, rgba(39, 33, 91, 1) 64%, rgba(53, 45, 123, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(91, 74, 233, 1) 0%, rgba(106, 91, 234, 1) 62%, rgba(39, 33, 91, 1) 64%, rgba(53, 45, 123, 1) 100%);
    background: linear-gradient(120deg, rgba(91, 74, 233, 1) 0%, rgba(106, 91, 234, 1) 62%, rgba(39, 33, 91, 1) 64%, rgba(53, 45, 123, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b4ae9", endColorstr="#352d7b", GradientType=1);
}

.centerflex {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.proximas-visitas, .proximas-ligacoes {
    margin: 2% -2%;
    padding: 15px;
    min-height: 350px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*.proximas-ligacoes {
    margin-left: 2.5%;
}

.proximas-visitas {
    margin-right: 2.5%;
}*/

/*========================================
          Fim Counters dashboard
========================================*/

/*========================================
          Custom container
========================================*/

.container {
    margin-right: 0;
    max-width: 85%;
}

@media (min-width: 500px) and (max-width: 1366px) {
    .container {
        padding-right: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .container {
        max-width: 77%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

/*========================================
          Fim Custom container
========================================*/

.inativo {
    background-color: darkred !important;
    color: white !important;
}

.blacklisted {
    background-color: #231212 !important;
    color: white !important;
}

.faclead {
    background-color: springgreen !important;
}

.leadinativo {
    background-color: grey !important;
    color: white !important;
}

/*========================================
           Side-menu Responsive
========================================*/

@media (max-height: 690px) {
    #main-menu-navigation {
        height: 80% !important;
    }
}

/*========================================
          Fim Side-menu Responsive
========================================*/

/*========================================
             Custom Scrollbar
========================================*/
::-webkit-scrollbar {
    width: 8px;
    position: fixed;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 181, 184, 0.3);
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 181, 184, 0.6);
}

body {
    scrollbar-color: rgba(82, 82, 82, 0.6) transparent;
    scrollbar-width: thin;
}

/*========================================
           Fim Custom Scrollbar
========================================*/

/*========================================
           Listagem de Atendimentos
========================================*/
.atendimento {
    flex-grow: 1;
    /*max-width: 49%;*/
    flex-shrink: 1;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: #DCDCDC;
    border: 1px solid #A8A8A8;
}

.atendimento-icone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.atendimento-icone i {
    font-size: 50px;
}

.atendimento-texto ul {
    margin: 1rem 0;
}
.atendimento-texto ul li {
    line-height: 1.2;
}

/*========================================
       Fim Listagem de Atendimentos
========================================*/

.error {
    color: red;
}

.counter-icons {
    width: 20px;
    color: white;
    height: 20px;
    font-size: 11px;
    margin-left: 10px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid red;
    background-color: red;
    display: inline-block;
}


