﻿@font-face {
    font-family: 'neuropol';
    src: url('../fonts/Neuropol/neuropol_x_free.eot');
    src: url('../fonts/Neuropol/neuropol_x_free.svg') format('svg'), url('../fonts/Neuropol/neuropol_x_free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.align-radios {
    padding: 0px 0px 0px 0px;
    margin: 8px 0px 18px 10px;
    display: flex;
}

.align-radio {
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.fieldsetBox,
.buttonSubmit {
    margin: 0 3px;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.ui-widget-overlay {
    position: fixed !important;
}

.validation-summary-valid {
    display: none;
}
/* Status dos grupos*/
.grupoStatus {
    float: right;
    color: #646464;
}

    .grupoStatus span {
        display: inline-block;
        width: 100px;
    }

    .grupoStatus img {
        width: 18px;
        height: 18px;
    }

#accordion > a {
    height: 40px;
}
/********************/

/************************/
/* Configuraes Gerais */
/************************/

#imgCarregando {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(57, 57, 57, 0.2);
    z-index: 9999;
}

    #imgCarregando > img {
        position: fixed;
        top: 50%;
        left: 50%;
        border-radius: 6px;
        margin-top: -32px;
        margin-left: -32px;
        background-color: rgb(255,255,255);
    }

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: -moz-max-content;
    height: -webkit-max-content;
    height: -o-max-content;
    /* heigth: -ms-max-content;*/
    overflow: auto;
}

body {
    font: 12px verdana, arial, helvetica, sans-serif;
    background: #f0f0f0;
    color: #626262;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 1px;
    }

#corpo {
    width: 1010px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

html {
    overflow: auto;
}
/* Obriga a exibio da barra de rolagem vertical do Mozilla  -moz-scrollbars-vertical */

LABEL, SELECT, TEXTAREA {
    font: 12px verdana, arial, helvetica, sans-serif;
    color: #4a4a4a;
}

INPUT, SELECT, TEXTAREA {
    padding: 1px 3px;
}

    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        background-color: #FFFFFF !important;
        background-image: none !important;
        color: #474747 !important;
        -webkit-box-shadow: inset 0 0 0px 9999px #FFF;
    }

.campos1 LABEL, .campos1 span, .campos2 LABEL, .campos2 span, .campos3 LABEL, .campos3 span {
    display: block;
}

img {
    border: none;
}

p {
    line-height: 15px;
    padding-bottom: 10px;
}

ul, ol {
    margin-left: 5px;
}

a {
    text-decoration: none;
    font: 12px verdana, arial, helvetica, sans-serif;
    color: #4a4a4a;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

hr {
    margin: 15px 0px 10px 0px;
}

.botao {
    font-size: 11px;
    border: gray 1px solid;
    margin: 0px 0px 0px 0px;
    cursor: hand;
}

.botaoDestacado {
    height: 30px;
    min-width: 150px !important;
    background-color: #90c4d5;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #6bb0c7 !important;
    border-radius: 4px;
    transition: ease-in-out .1s;
    cursor: hand;
}

    .botaoDestacado:hover {
        background-color: #6bb0c7;
    }

.botaoDestacadoSubMenu {
    height: 30px !important;
    min-width: 150px !important;
    font-weight: bold !important;
    font-size: 11px !important;
    color: #469cb9 !important;
    border: 1px solid #6bb0c7 !important;
    border-radius: 4px;
    transition: ease-in-out .1s;
    cursor: hand;
}

    .botaoDestacadoSubMenu:hover {
        background: #469cb9 !important;
        color: #ffffff !important;
    }


.btnGerenciarPlano {
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    background-color: #5cb85c;
    float: right;
    border-color: #4cae4c;
    height: auto;
}

    .btnGerenciarPlano:hover {
        background-color: #419641;
        background-position: 0 -15px;
    }

.editor-label {
    font-family: Verdana;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 10px;
    font-weight: bold;
    color: #4a4a4a;
}

.editor-label-box {
    float: right;
    visibility: visible;
    margin: 5px 0;
    box-shadow: 0 0 black;
    padding-right: 5px;
    position: relative;
    right: 0;
    height: 30px;
}

.editor-field {
    font-family: Verdana;
    padding: 0px 0px 0px 0px;
    margin: 1px 0px 10px 10px;
}
/*.editor-field span { float: left; }*/

.dropdownlist {
    padding: 0px 0px 0px 0px;
    font-family: Verdana;
    font-size: 11px;
    background-color: WHITE;
    border: 1px solid rgba(111, 197, 162, .5);
    color: #474747;
}

    .dropdownlist .input-validation-error {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }


LABEL {
    font: 11px verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

INPUT, TEXTAREA {
    padding: 0px 3px 0px 3px;
    font-family: Verdana;
    height: 15px;
    font-size: 11px;
    background-color: WHITE;
    border: gray 1px solid;
}

.caixaTextoNumeros {
    text-align: right;
    width: 50px;
}

.caixaTextoValorDecimal {
    text-align: right;
}

#descComercialDisplay {
    white-space: pre-line;
}

/*********/
/* login */
/*********/

#cabecalhoLogin {
    width: 1008px;
    height: 135px;
    background: #6bb0c7;
    position: relative;
    border-bottom: none;
}

#corpoLogin {
    width: 1008px;
    padding: 30px 0;
    background: #fff;
}

    #corpoLogin a {
        font: 12px verdana, arial, helvetica, sans-serif;
        color: #c98e01;
        text-decoration: none;
    }

        #corpoLogin a:hover {
            text-decoration: underline;
        }

#rodapeLogin {
    width: 1008px;
    height: 70px;
    background: #6bb0c7;
    position: relative;
    border-top: none;
}

    #rodapeLogin a {
        font: 11px verdana, arial, helvetica, sans-serif;
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

        #rodapeLogin a span,
        #rodapeLogin a img {
            vertical-align: -webkit-baseline-middle;
        }

#estilo-corte-login-1,
#estilo-corte-login-2 {
    position: absolute;
    width: 300px;
    height: 25px;
    background: #f1f1f1;
}

    #estilo-corte-login-1::after {
        content: "";
        position: absolute;
        background-color: #6bb0c7;
        height: 25px;
        width: 55px;
        transform: skewX(-55deg);
        top: 0px;
        right: -38px;
    }

#estilo-corte-login-2 {
    right: 0;
    bottom: 0;
}

    #estilo-corte-login-2::after {
        content: "";
        position: absolute;
        background-color: #6bb0c7;
        height: 25px;
        width: 55px;
        transform: skewX(-55deg);
        top: 0px;
        left: -30px;
    }
/*****************/
/* termos de uso */
/*****************/

#termoUso,
#TelaError {
    width: 80%;
    margin: 50px auto;
    background-color: #FAFAFA;
    padding: 20px 50px;
    border-radius: 2px;
    height: 80%;
    overflow-y: auto;
    position: relative;
}

    #termoUso h1 {
        text-align: center;
        margin-bottom: 10px;
    }

    #termoUso h4 {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    #termoUso p, li {
        text-align: justify;
        font-size: 11px;
    }

    #termoUso ol {
        padding-left: 30px;
    }

    #termoUso #btEntrar {
        text-align: center;
        width: 15px;
        height: 15px;
        border: none;
        background: #696969;
        color: #e6e6e6;
        position: fixed;
        border-radius: 2px;
        top: 60px;
        right: 8%;
        cursor: pointer;
        transition: ease-in-out .2s;
    }

        #termoUso #btEntrar:hover {
            background-color: #fafafa;
            border: 1px solid #696969;
            color: #696969;
        }

/******************************************************************/
/* Tela de Error */
/******************************************************************/

#telaError {
    width: 70%;
    background-color: #FAFAFA;
    padding: 0px 50px;
    border-radius: 2px;
    height: 70%;
    overflow-y: auto;
    min-height: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#blocoError {
    width: 100%;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: -o-max-content;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    color: #626262;
}

#telaError img {
    width: 30px;
    float: left;
    margin-right: 10px;
}

#telaError a {
    font-family: "Open Sans";
    font-size: 1em;
    font: 16px verdana, arial, helvetica, sans-serif;
    color: #626262;
    text-decoration: underline;
}

#telaError #btEntrar {
    text-align: center;
    width: 15px;
    height: 15px;
    border: none;
    background: #696969;
    color: #e6e6e6;
    position: absolute;
    border-radius: 2px;
    top: 3%;
    right: 2%;
    cursor: pointer;
    transition: ease-in-out .2s;
}

    #telaError #btEntrar:hover {
        background-color: #fafafa;
        border: 1px solid #696969;
        color: #696969;
    }

/******************************************************************/
/* delimitadores de tamanho/posio para os campos de formularios */
/******************************************************************/

.campos1 {
    height: 30px;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 10px;
}

    .campos1 #btEntrar {
        float: right;
        width: 100%;
        height: 35px;
        background: #6bb0c7;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        border: none;
        cursor: pointer;
        border-radius: 2px;
        transition: ease-in-out .1s;
    }

        .campos1 #btEntrar:hover {
            background: #FFFFFF;
            border: 2px solid #6bb0c7;
            color: #6bb0c7;
        }

    .campos1 .inpu_login {
        width: 100%;
        float: left;
        height: 30px;
    }

        .campos1 .inpu_login input {
            width: 96%;
            height: 30px;
            padding: 0 0px 0 10px;
            border-radius: 2px;
        }

.campos3 {
    float: left;
    width: 100%;
}

/*************/
/* principal */
/*************/

#cabecalhoPrincipal {
    width: 1010px;
    height: 90px;
    position: relative;
    background-color: #fcfcfd;
    border-radius: 0px 0px 5px 5px;
}

    /*#cabecalhoPrincipal {width: 1010px; height: 153px; background: url(images/cabecalhoPrincipal.v2.png);}*/
    #cabecalhoPrincipal .logosImobiliarias {
        position: relative;
        top: 0px;
        float: left;
        max-height: 100px;
        max-width: 150px;
        text-align: center;
    }

    #cabecalhoPrincipal .logosImobiliarias {
        width: 100%;
        height: 100%;
    }

    /*#cabecalhoPrincipal .cabecalhoGeral {position: relative; top: 0px; float: left; width: 720px;}*/
    #cabecalhoPrincipal .cabecalhoGeral {
        position: absolute;
        top: 22px;
        right: 2px;
        width: 85px;
        height: 30px;
    }

    #cabecalhoPrincipal .bemVindo {
        position: absolute;
        top: 32px;
        color: #fff;
        right: 95px;
        font-weight: bold;
        font-size: 11px;
        text-align: right;
        width: 150px;
    }

    #cabecalhoPrincipal .opcoesCabecalho {
        position: relative;
        top: 3px;
        right: 5px;
        float: right;
    }

        #cabecalhoPrincipal .opcoesCabecalho img {
            width: 20px;
        }

.menu-fixo .opcoesCabecalho {
    top: 1px !important;
    right: 0px !important;
}

#cabecalhoPrincipal .logoVilla {
    position: relative;
    width: 100%;
    height: 50px;
    background: #696969;
}

    #cabecalhoPrincipal .logoVilla img {
        height: 45px;
        margin-left: 5px;
        margin-top: 5px;
    }

    #cabecalhoPrincipal .logoVilla a,
    #cabecalhoPrincipal .logoVilla a:hover,
    #cabecalhoPrincipal .logoVilla a:focus {
        text-decoration: none;
    }

#corpoPrincipal {
    width: 1010px;
    background: transparent;
}

#menuPrincipalCorpo {
    width: 246px;
    float: left;
}

    #menuPrincipalCorpo .topo {
        width: 231px;
        height: 40px;
        border-radius: 5px 5px 0px 0px;
        padding: 10px 0 0 15px;
        background: #90c4d5;
        margin-top: 10px;
        border: 1px solid rgba(155,155,155,.2);
    }

    #menuPrincipalCorpo .corpo {
        width: 216px;
        padding: 10px 15px;
        background: #FFF;
        position: relative;
    }

    #menuPrincipalCorpo .baixo {
        width: 246px;
        height: 22px;
        height: 10px;
        background: #FFF;
        border-radius: 0px 0px 5px 5px;
    }

.tituloBoxes {
    font-size: 12px;
    display: inline;
    color: #FFF !important;
    position: relative;
    font-weight: 600;
}

.titulosBoxCadastro {
    font-size: 14px;
    color #fb786e;
    display: inline;
    position: relative;
}

.titulosTelasWizard {
    font-size: 12px;
    font-weight: bold;
    color: #90c4d5;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 10px;
}

#conteudoPrincipal {
    width: 1010px;
    float: right;
}


/********/
/* menu */
/********/
ul#menuPrincipal, ul#menuPrincipal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 276px;
}

    ul#menuPrincipal li img {
        top: 4px;
        position: relative;
        padding-right: 3px;
    }

    ul#menuPrincipal a {
        display: block;
        text-decoration: none;
    }

    ul#menuPrincipal li {
    }
        /*{margin-top: 1px;}*/
        ul#menuPrincipal li a {
            color: #840900;
            text-transform: uppercase;
            font-weight: bold;
            padding: 5px;
        }
        /*ul#menu li a:hover {background: #000;}*/
        ul#menuPrincipal li ul li a {
            color: #4a4a4a;
            text-transform: none;
            padding-left: 20px;
        }

            ul#menuPrincipal li ul li a:hover {
                color: #c98e01;
                padding-left: 20px;
            }

            ul#menuPrincipal li ul li a.ativo {
                color: #c98e01;
                padding-left: 20px;
            }

            ul#menuPrincipal li ul li a.desabilitado {
                color: #dedede;
                padding-left: 20px;
            }

.boxshadow {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

/*************************************************************************************/
/* areas da pgina default (central com estatisticas/top 5 e direita com dashboards) */
/*************************************************************************************/

#central {
    width: 66%;
    float: left;
}

    #central .boxesMedios {
        width: 100%;
    }

        #central .boxesMedios .funcoes {
            max-width: 100%;
            padding: 0 15px;
            background: #FFF;
            font-size: 11px;
        }

        #central .boxesMedios .topo {
            max-width: 100%;
            height: 25px;
            border-radius: 5px 5px 0px 0px;
            padding: 10px 0 0 15px;
            background: #6bb0c7;
            margin-top: 10px;
            border: 1px solid rgba(155,155,155,.2);
        }

        #central .boxesMedios .corpo {
            max-width: 100%;
            padding: 15px 15px;
            background: #FFF;
            min-height: 200px;
            position: relative;
        }

            #central .boxesMedios .corpo .graficoMaior {
                width: 100%;
                text-align: center;
            }

            #central .boxesMedios .corpo .graficoMenor {
                width: 50%;
                text-align: center;
            }

        #central .boxesMedios .baixo {
            max-width: 100%;
            height: 10px;
            background: #FFF;
            border-radius: 0px 0px 5px 5px;
        }

#direita {
    width: 33%;
    float: right;
}

    #direita .boxesPequenos {
        width: 100%;
    }

        #direita .boxesPequenos .topo {
            max-width: 100%;
            height: 25px;
            border-radius: 5px 5px 0px 0px;
            padding: 10px 0 0 15px;
            background: #6bb0c7;
            margin-top: 10px;
            border: 1px solid rgba(155,155,155,.2);
        }

        #direita .boxesPequenos .corpo {
            max-width: 100%;
            padding: 10px 15px;
            background: #FFF;
            position: relative;
            height: auto;
            max-height: 141px;
            overflow-y: auto;
        }

            #direita .boxesPequenos .corpo ul li {
                line-height: 15px;
                padding-bottom: 5px;
                list-style: url(images/icoSetaAlertas.png);
                height: 100%;
            }

        #direita .boxesPequenos .baixo {
            max-width: 100%;
            height: 10px;
            background: #FFF;
            border-radius: 0px 0px 5px 5px;
        }

/*************************************************************************************/
/* rea da pgina default extendida, ocupando a rea central + a rea direita        */
/* utilizado para listagens com muitos dados, como a listagem de imveis             */
/*************************************************************************************/

#centralx {
    width: 1010px;
    float: left;
}

    #centralx .boxGrande {
        width: 998px;
    }

        #centralx .boxGrande .topo {
            width: 993px;
            height: 30px;
            border-radius: 5px 5px 0px 0px;
            padding: 5px 0 0 15px;
            background: #6bb0c7;
            margin-top: 10px;
            border: 1px solid rgba(155,155,155,.2);
        }

        #centralx .boxGrande .funcoes {
            width: 980px;
            padding: 0 15px;
            background: #FFF;
            font-size: 11px;
            padding-bottom: 20px;
        }

            #centralx .boxGrande .funcoes .procura {
                height: 35px;
                position: relative;
                left: 50%;
                width: -moz-max-content;
                width: -webkit-max-content;
                width: -o-max-content;
                /* width: -ms-max-content;*/
                transform: translateX(-50%);
                padding-top: 15px;
            }

            #centralx .boxGrande .funcoes .botoes {
                padding: 10px 0px 10px 0px;
            }

        #centralx .boxGrande .corpo {
            width: 980px;
            padding: 15px 15px;
            background: #FFF;
            min-height: 303px;
            position: relative;
        }

        #centralx .boxGrande .baixo {
            width: 1010px;
            height: 10px;
            background: #FFF;
            border-radius: 0px 0px 5px 5px;
        }


/**************************/
/* area de cadastro/dados */
/**************************/

#cadastroDados {
    width: 953px;
    float: right;
    margin-left: 1px;
}

    #cadastroDados .boxesGrandes .topo {
        width: 938px;
        height: 35px;
        border-radius: 15px 15px 0px 0px;
        padding: 10px 0 0 15px;
        background: #90c4d5;
        margin-top: 10px;
        border: 1px solid rgba(155,155,155,.2);
    }

    #cadastroDados .boxesGrandes .corpo {
        width: 923px;
        padding: 0 15px;
        background: #FFF;
        min-height: 303px;
        position: relative;
    }

    #cadastroDados .boxesGrandes .baixo {
        width: 953px;
        height: 10px;
        background: #FFF;
        border-radius: 0px 0px 10px 10px;
    }


/***********/
/* tabelas */
/***********/
.dados_tabela {
    width: 100%;
    padding: 15px 0;
    color: #013c47;
    background: #d3d8dc;
    text-align: center;
    border-collapse: collapse;
    border: none;
}

    .dados_tabela th {
        padding: 5px;
        border: 1px solid #fff;
    }

    .dados_tabela td {
        padding: 1px 3px;
        background: #f1f1f1;
        border: 1px solid #fff;
    }

    .dados_tabela th, .dados_tabela td {
        vertical-align: top;
    }

    .dados_tabela .alternateColor td {
        padding: 1px 3px;
        background: #fff;
        border: 1px solid #fff;
    }

/***********/
/* listagem */
/***********/
.listagem {
    width: 100%;
    padding: 15px 0;
    border-collapse: collapse;
}

    .listagem th {
        padding: 5px;
        border-top: 1px solid rgba(47,47,47,.8);
        border-bottom: 1px solid rgba(47,47,47,.8);
    }

    .listagem tr {
        border-bottom: 1px solid rgba(47,47,47,.8);
    }

    .listagem td {
        padding: 5px 0px;
        border: none;
        font-size: 11px;
    }

    .listagem tr:last-child {
        border-bottom: none;
        /**/
    }

    .listagem th, .dados_tabela td {
        vertical-align: top;
    }

    .listagem td > img {
        margin-right: 15px;
        border-radius: 3px;
    }

    .listagem #totais > img {
        margin-right: 0;
        border-radius: 0;
    }

    .listagem #totais {
        text-align: center;
    }

        .listagem #totais b {
            margin-right: 10px;
        }

            .listagem #totais b:last-child {
                margin-right: 0;
            }

    .listagem td > a > img {
        width: 17px;
        height: 17px;
        margin-left: 12px;
        margin-bottom: 4px;
        margin-top: 4px;
    }

#divListaFotos {
    width: 100%;
}

    #divListaFotos .linkFoto {
        margin: 5px 5px 5px 5px;
        width: 165px;
        height: 200px;
        padding: 2px 2px 2px 2px;
        float: left;
        border: 1px solid gray;
        text-align: center;
    }

#divListaVideos .linkVideo {
    margin: 5px 5px 5px 5px;
    width: 165px;
    height: 200px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
    text-align: center;
}

#divListaTourvirtual .linkTourvirtual {
    margin: 5px 5px 5px 5px;
    width: 165px;
    height: 200px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
    text-align: center;
}

#divListaDocumentos .linkDoc {
    margin: 5px 5px 5px 5px;
    width: 165px;
    height: 200px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
    text-align: center;
}

#divListaFotos .linkFoto {
    margin: 5px 5px 5px 5px;
    width: 165px;
    height: 200px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
    text-align: center;
}

#divIncluirTelefones {
    width: 247px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
}

#divIncluirEnderecos {
    width: 465px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
}

#divIncluirDocumentos {
    width: 315px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
}

#divIncluirEnderecosEletronicos {
    width: 315px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
}

.divIncluirProfissoes {
    width: 500px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
}

.divIncluirNegocios {
    width: 500px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
}

.divIncluirEventos {
    width: 800px;
    height: 290px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
}

.divIncluirRelacionamentos {
    width: 500px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
}

.divInclusao {
    margin: 5px 5px 5px 5px;
    width: 165px;
    height: 200px;
    padding: 2px 2px 2px 2px;
    float: left;
    border: 1px solid gray;
    text-align: center;
}

/* elementos para centralizar imagem verticamente (fotos/videos) */
.wraptocenter {
    text-align: center;
    vertical-align: middle;
}

    .wraptocenter * {
        vertical-align: middle;
    }

    .wraptocenter span {
        display: inline-block;
        height: 100%;
        width: 1px;
    }
/* fim elementos para centralizar imagem verticamente (fotos/videos) */


/*.listagem .alternateColor td {padding: 1px 3px; background: #fff; border: 1px solid #fff;} */
.tag {
    font-size: 9px;
    color: white;
    text-align: center;
    background-color: #469cb9;
    margin: 0px 2px 0px 0px;
    float: left;
    height: 14px;
    width: 55px;
}

    .tag a {
        text-decoration: none;
    }

        .tag a:link {
            text-decoration: none;
        }

        .tag a:visited {
            text-decoration: none;
        }

        .tag a:active {
            text-decoration: none;
        }

        .tag a:hover {
            text-decoration: none;
        }


/***********/
/* Pager */
/***********/
.listagemPager {
    padding: 7px 2px;
    color: #6bb0c7;
    text-align: right;
    float: right;
    font-size: 11px;
}

    .listagemPager .pagerlinkdisabled {
        margin: 3px;
        padding: 3px 5px;
        color: #474747;
        text-align: center;
        border: none;
        background: #aed8c7;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
        border-radius: 2px;
    }

    .listagemPager .pagerlinkcurrent {
        font-weight: bold;
        margin: 3px;
        padding: 3px 5px;
        color: #FEFEFE;
        text-align: center;
        border: none;
        background: #469cb9;
        font-size: 12px;
        cursor: pointer;
        border-radius: 2px;
    }

    .listagemPager span, .pager a {
        margin: 0px 3px 0px 2px;
        padding: 1px 3px 1px 3px;
        background-color: white;
        border: 1px solid gray;
    }

    .listagemPager a {
        text-decoration: none;
        margin: 3px;
        padding: 3px 5px;
        color: #474747;
        text-align: center;
        border: none;
        background: #aed8c7;
        font-weight: bold;
        cursor: pointer;
        border-radius: 2px;
    }


/**********/
/* wizard */
/**********/

.botaoWizard {
    color: #4f4f4f;
    font-family: Verdana;
    font-size: 8pt;
}

#wizardNavigation {
    padding: 0;
    margin: 0;
    font: 12px Verdana, sans-serif;
}

    #wizardNavigation ul {
        margin: 0;
        padding: 0;
    }

    #wizardNavigation li {
        border-bottom: 1px solid #fff;
        list-style: none; /*border-right: 5px solid #fff;*/
        margin: 0;
    }

        #wizardNavigation li a {
            display: block;
            padding: 7px 10px;
            border-right: 5px solid #fff;
            background: #a0afca;
            color: #90c4d5;
            text-decoration: none;
        }

            #wizardNavigation li a:hover {
                border-right: 5px solid #dbe1ec;
                background: #dbe1ec;
                color: #c98e01;
                text-decoration: none;
            }

            #wizardNavigation li a.ativo {
                border-right: 5px solid #dbe1ec;
                background: #dbe1ec;
                color: #c98e01;
                text-decoration: none;
            }

            #wizardNavigation li a.desabilitado {
                border-right: 5px solid #fff;
                background: #a0afca;
                color: #7e91ab;
                text-decoration: none;
            }


.wizardFormularios {
    padding: 10px;
}

/********************/
/* rodape principal */
/********************/

#rodapePrincipal {
    background: #6bb0c7;
    border-radius: 5px 5px 0 0;
    position: relative;
    height: 35px;
    margin-top: 15px;
}

    #rodapePrincipal .logoAllmatech {
        float: right;
        position: relative;
        margin: 8px 10px 0 0;
    }

        #rodapePrincipal .logoAllmatech > a > span {
            text-decoration: none;
            font-weight: bold;
            color: #EFEFEF;
            vertical-align: super;
            font-size: 11px;
        }

        #rodapePrincipal .logoAllmatech > a:hover {
            text-decoration: none;
        }

    #rodapePrincipal .mapaNavegacao {
        float: left;
        margin: 10px 0px 10px 0px;
    }

        #rodapePrincipal .mapaNavegacao .grupo {
            float: left;
            margin: 0px 20px 0px 0px;
        }

            #rodapePrincipal .mapaNavegacao .grupo a {
                font-weight: bold;
            }

            #rodapePrincipal .mapaNavegacao .grupo li a {
                font-weight: normal;
            }


/********************/
/* Hide nas warningBox e popup  */
/********************/
#buscaClientesWarningBox,
#buscaImoveisWarningBox,
#buscaPessoasWarningBox,
#codigoImovelNetimoveis,
#codigoImovelNetimoveisObrigatorio,
#codigoImovelWImoveisObrigatorio,
#dialogWImoveisCodigoImovel,
#generalWarningBox,
#msgErroUploadDocumento,
#warningBox,
#warningBoxDocumentos,
#warningBoxEnderecos,
#warningBoxEnderecosEletronicos,
#warningBoxEventos,
#warningBoxFotos,
#warningBoxNegocios,
#warningBoxProfissoes,
#warningBoxProprietarios,
#warningBoxRelacionamentos,
#warningBoxTelefones,
#warningBoxVideos {
    display: none;
}

.hgtForm {
    height: 55px;
}

.inputLoading {
    background-image: url("http://www.omega.webnuvens.com/Public/Gallery_2016/loading.gif");
    background-repeat: no-repeat;
    background-size: 22px;
}

/* CONFIGURACAO PORTAL */
.quadro-destacado { /*/cria um quadro branco e com bordas*/
    padding: 2px;
    border: 2px solid lightyellow;
    background-color: white;
}

/* totaliza��o dos portais */
.icon-totais {
    display: flex;
    flex-direction: column;
}

    .icon-totais > i > span {
        text-indent: 3px;
    }

    .icon-totais > i {
        margin: 2px 4px;
        display: flex;
        align-items: flex-end;
    }

        .icon-totais > i > img {
            width: 18px;
            height: 18px;
            align-self: flex-start;
        }

/* container da primeira mensagem dentro do accordion */
.grupoDiv > .sincroniaUsuario {
    display: flex;
    justify-content: center;
}

/* mensagem ao usuario */
.grupoDiv > span {
    display: flex;
    padding: 5px;
    border: 1px solid #bbb;
    background-color: white;
}

.grupoDiv fieldset {
    border: 1px solid #bbb;
}

    .grupoDiv fieldset > legend {
        margin: 0 auto;
    }

.loadingModal {
    height: 100%;
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0px;
    background: rgba(0,0,0,.2);
    display: none;
}

    .loadingModal > img {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 1000;
    }

.mensagensPublicar {
    text-align: center;
    margin: 3px;
    border-radius: 2px;
    border: 1px solid #bbb;
    padding: 8px;
    font-weight: bold;
}

    .mensagensPublicar.ok {
        color: #339318;
    }

    .mensagensPublicar.erro {
        color: maroon;
    }

#btSalvarDados {
    background: #90c4d5;
    border: 1px solid gray;
}

/*///////// Mensagens  /////////////*/

#boxMensagem {
    padding: 10px;
    border: 1px solid gray;
    width: 90%;
    min-height: 200px;
    display: flex;
}

.infosMensagem > p:first-child {
    font-weight: 600;
    padding-right: 5px;
    float: left;
}

#centralx .boxGrande .corpoMensagem {
    width: 980px;
    padding: 0 15px;
    background: url(images/boxCentroMedio_centro_1013.png);
    min-height: 303px;
    position: relative;
}

#centralx > .boxGrande > .corpoMensagem {
    width: 900px;
    padding: 0 55px;
    background: url(images/boxCentroMedio_centro_1013.png);
    min-height: 323px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 20px;
}

#mensagemDetalhar {
    float: left;
    width: 440px;
}

#mensagemResponder {
    float: right;
    width: 440px;
}

#infosMensagemLeft {
    float: left;
    width: 60%;
}

#infosMensagemRight {
    float: right;
    width: 40%;
}

    #infosMensagemRight > h4 {
        padding-bottom: 7px;
    }

    #infosMensagemRight > a {
        color: #00a3d6;
        font-weight: 500;
    }

    #infosMensagemRight > #codigoPesqMen {
        font-weight: 600;
    }

.small {
    height: auto;
    overflow: hidden;
    padding-left: 15px;
    padding-bottom: 15px;
}

.big {
    height: auto;
    padding-left: 15px;
}


/* Novos ajustes para aprimoramento da aparencia do villa */

#frmPesquisa {
    position: relative;
}

.procura #FE_CriterioPesquisaGoogle {
    vertical-align: bottom !important;
    width: 350px !important;
    border: #6bb0c7 3px solid !important;
    height: 35px !important;
    font-size: 11px !important;
    float: left !important;
    transition: ease-in-out .1s;
}

    .procura #FE_CriterioPesquisaGoogle:hover,
    .procura #FE_CriterioPesquisaGoogle:focus {
        outline: none;
    }

.procura:hover #FE_CriterioPesquisaGoogle {
    border: #469cb9 3px solid !important;
}

.procura #btProcura {
    border: none !important;
    height: 35px !important;
    min-width: 150px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    float: left !important;
    background: #6bb0c7 !important;
    padding-left: 4px;
    color: #FEFEFE !important;
    padding-right: 5px;
}

    .procura #btProcura:hover,
    .procura #btProcura:focus {
        outline: none;
    }

.procura:hover #btProcura {
    background: #469cb9 !important;
}

.Adicionar {
    position: absolute;
    right: 0;
    top: -33px;
}

    .Adicionar #btIncluir {
        height: 30px !important;
        min-width: 150px !important;
        margin: 0px 0px 0px 5px !important;
        float: left !important;
        font-weight: bold !important;
        font-size: 11px !important;
        color: #469cb9 !important;
        border: 1px solid #6bb0c7 !important;
        border-radius: 4px;
        transition: ease-in-out .1s;
    }

        .Adicionar #btIncluir:hover,
        .Adicionar #btIncluir:focus {
            background: #469cb9 !important;
            color: #ffffff !important;
        }

.botoes {
    height: 30px !important;
}

    .botoes > div {
        background: #6bb0c7 !important;
        height: 30px !important;
        padding: 3px 0px 3px 0px !important;
        width: 100% !important;
    }

        .botoes > div > #FE_CodigoImobiliariaExato,
        .botoes > div > #cdImob {
            margin-left: 0.4% !important;
            height: 30px !important;
            width: 18% !important;
        }

        .botoes > div > #cboSituacao,
        .botoes > div > #FE_NomeTipoNegocioExato,
        .botoes > div > #FE_CodigoCategoriaExato,
        .botoes > div > #FE_CodigoSituacaoPublicacaoExato {
            margin-left: 0.18% !important;
            height: 30px !important;
            width: 18% !important;
        }

        .botoes > div > #FE_BairroExato {
            margin-left: 0.18% !important;
            height: 30px !important;
            width: 25% !important;
        }


.botoes-contato,
.btns_actions_contato {
    height: 30px !important;
}

    .botoes-contato > div {
        width: -moz-max-content !important;
        width: -webkit-max-content !important;
        width: -o-max-content !important;
        /* width: -ms-max-content !important;*/
        padding: 3px !important;
        border-radius: 2px;
    }

    .botoes-contato > div {
        float: left;
        width: 100% !important;
    }

        .botoes-contato > div > select {
            height: 30px !important;
            float: left;
            margin-left: 1px;
            margin-right: 1px;
            border: none;
            padding: 5px;
            font-weight: bold;
            color: #474747;
            border-radius: 2px;
        }

        .botoes-contato > div > select,
        .botoes-contato > div > #cboSituacao {
            width: 33% !important;
            margin-right: .2% !important;
            margin-left: .2% !important;
        }

            .botoes-contato > div > select:last-child {
                margin-right: 0 !important;
            }

        .botoes-contato > div > input:first-child {
            margin-right: 5px;
        }

    .btns_actions_contato > input,
    .btns_actions_contato > label {
        height: 30px !important;
        float: left;
        margin-left: 1px;
        margin-right: 1px;
        border: none;
        padding: 5px;
        font-weight: bold;
        color: #474747;
        border-radius: 2px;
    }

    .btns_actions_contato > label {
        padding: 9px 10px 0px 5px;
        height: 21px !important;
        cursor: pointer;
        margin-right: 15px;
    }

    .btns_actions_contato > input {
        margin-right: 10px;
    }

        .btns_actions_contato > input:first-child {
            margin-right: 0;
        }

        .btns_actions_contato > input:hover,
        .btns_actions_contato > label:hover {
            color: #6bb0c7;
        }


.corpo .listagem-publicacao tr {
    height: 65px !important;
}

.boxesPequenos .corpo .listagem-publicacao tr {
    height: auto !important;
}

.corpo .listagem-publicacao tr:first-child,
.corpo .listagem-publicacao tr:last-child,
.corpo .listagem-publicacao .pager-box {
    height: auto !important;
}

.corpo .listagem-publicacao tr > td > img {
    width: 40px !important;
    height: 40px !important;
}

.corpo .listagem-publicacao tr > .registrosCount > img {
    width: 18px !important;
    height: 18px !important;
}

.corpo .listagem-publicacao > tr > td > .imovel-sem-foto {
    position: relative;
    left: 50%;
    transform: translateX(-100%);
}

.corpo .listagem-publicacao tr td:nth-child(2) {
    vertical-align: middle !important;
    width: 50px !important;
    padding-right: 5px;
}

.corpo .listagem-publicacao tr td:nth-child(3) {
    width: 240px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.corpo .listagem-publicacao tr td:nth-child(4) {
    width: 120px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.corpo .listagem-publicacao tr td:nth-child(5) {
    width: 75px !important;
}

.corpo .listagem-publicacao tr td:nth-child(6) {
    width: 190px !important;
    padding-left: 15px !important;
    padding-right: 10px !important;
}

.corpo .listagem-publicacao tr td:nth-child(6) > div {
    display: block !important;
    width: 100% !important;
    height: 15px !important;
    margin-top: 3px !important;
}

.corpo .listagem-publicacao tr td:nth-child(6) > div > div {
    margin-right: 10px !important;
}

.corpo .listagem-publicacao tr td:nth-child(7) {
    width: 100px !important;
}

.corpo .listagem-publicacao tr td:nth-child(8) {
    vertical-align: middle !important;
    width: 100px !important;
    padding-right: 2px !important;
    text-align: right !important;
}

/*.corpo .listagem-imoveis tr {
    height: 65px !important;
}

.boxesPequenos .corpo .listagem-imoveis tr {
    height: auto !important;
}

.corpo .listagem-imoveis tr:first-child,
.corpo .listagem-imoveis tr:last-child,
.corpo .listagem-imoveis .pager-box {
    height: auto !important;
}*/

.corpo .listagem-imoveis tr > td > img {
    width: 40px !important;
    height: 40px !important;
}

.corpo .listagem-imoveis tr > .registrosCount > img {
    width: 18px !important;
    height: 18px !important;
}

.corpo .listagem-imoveis > tr > td > .imovel-sem-foto {
    position: relative;
    left: 50%;
    transform: translateX(-100%);
}

.corpo .listagem-imoveis tr td:nth-child(1) {
    vertical-align: middle !important;
    padding-right: 5px;
}

.corpo .listagem-imoveis tr td:nth-child(2) {
    vertical-align: middle !important;
}

.corpo .listagem-imoveis tr td:nth-child(3) {
    vertical-align: middle !important;
    width: 50px !important;
    padding-right: 5px;
}

.corpo .listagem-imoveis tr td:nth-child(4) {
    width: 240px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.corpo .listagem-imoveis tr td:nth-child(5) {
    width: 120px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.corpo .listagem-imoveis tr td:nth-child(6) {
    width: 75px !important;
}

.corpo .listagem-imoveis tr td:nth-child(7) {
    width: 190px !important;
    padding-left: 15px !important;
    padding-right: 10px !important;
}

    .corpo .listagem-imoveis tr td:nth-child(7) > div {
        display: block !important;
        width: 100% !important;
        height: 15px !important;
        margin-top: 3px !important;
    }

        .corpo .listagem-imoveis tr td:nth-child(7) > div > div {
            margin-right: 10px !important;
        }

.corpo .listagem-imoveis tr td:nth-child(8) {
    width: 100px !important;
}

.corpo .listagem-imoveis tr td:nth-child(9) {
    vertical-align: middle !important;
    width: 105px !important;
    padding-right: 2px !important;
    text-align: right !important;
}



.corpo-contato .listagem tr {
    height: 45px !important;
}

    .corpo-contato .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 40px !important;
        padding-left: 10px;
    }

    .corpo-contato .listagem tr td:nth-child(3) {
        width: 60px !important;
        padding-left: 10px !important;
        padding-right: 5px !important;
    }

    .corpo-contato .listagem tr td:nth-child(4) {
        width: 250px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .corpo-contato .listagem tr td:nth-child(5) {
        width: 120px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .corpo-contato .listagem tr td:nth-child(6) {
        width: 115px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .corpo-contato .listagem tr td:nth-child(7) {
        width: 200px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .corpo-contato .listagem tr td:nth-child(8) {
        vertical-align: middle !important;
        width: 104px !important;
        padding-right: 0px !important;
        padding-left: 5px !important;
        text-align: right !important;
    }

    .corpo-contato .listagem tr td:nth-child(9) {
        vertical-align: middle !important;
        width: 23px !important;
        padding-right: 2px !important;
        text-align: right !important;
    }



.botoes-chamados > div > select {
    height: 30px !important;
    float: left !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    border: none !important;
    padding: 5px !important;
    font-weight: bold !important;
    color: #474747 !important;
    border-radius: 2px !important;
    width: 32.6% !important;
}

.botoes-chamados > div > #cboSituacao {
    margin-left: 4px !important;
    width: 32.6% !important;
}


.corpo-chamado .listagem tr {
    height: 50px !important;
}

    .corpo-chamado .listagem tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 40px !important;
        padding-left: 10px;
    }

    .corpo-chamado .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 260px !important;
        padding-left: 10px;
    }

    .corpo-chamado .listagem tr td:nth-child(3) {
        width: 65px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-chamado .listagem tr td:nth-child(4) {
        width: 300px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-chamado .listagem tr td:nth-child(5) {
        width: 85px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-chamado .listagem tr td:nth-child(6) {
        width: 85px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-chamado .listagem tr td:nth-child(7) {
        width: 25px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-chamado .listagem tr td:nth-child(8) {
        width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }



.corpo-dicas .listagem tr,
.corpo-dicas .listagem tr:last-child,
.corpo-noticias .listagem tr,
.corpo-noticias .listagem tr:last-child,
.corpo-testemunho .listagem tr,
.corpo-testemunho .listagem tr:last-child {
    height: 50px !important;
}

    .corpo-dicas .listagem tr td:nth-child(1),
    .corpo-noticias .listagem tr td:nth-child(1),
    .corpo-testemunho .listagem tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 300px !important;
        padding: 0;
    }

    .corpo-dicas .listagem tr td:nth-child(2),
    .corpo-noticias .listagem tr td:nth-child(2),
    .corpo-testemunho .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 500px !important;
        padding-left: 10px;
    }

    .corpo-dicas .listagem tr td:nth-child(3),
    .corpo-dicas .listagem tr td:nth-child(4),
    .corpo-noticias .listagem tr td:nth-child(3),
    .corpo-noticias .listagem tr td:nth-child(4),
    .corpo-testemunho .listagem tr td:nth-child(3),
    .corpo-testemunho .listagem tr td:nth-child(4) {
        width: 25px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }



.corpo-websiterecurso .listagem tr,
.corpo-websiterecurso .listagem tr:last-child {
    height: 50px !important;
}

    .corpo-websiterecurso .listagem tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 300px !important;
        padding: 0;
    }

    .corpo-websiterecurso .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 500px !important;
        padding-left: 10px;
    }

    .corpo-websiterecurso .listagem tr td:nth-child(3) {
        width: 25px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }




.botoes-imoveisparceiros > div > select,
.botoes-imoveisparceiros > div > #FE_NomeTipoNegocioExato,
.botoes-imoveisparceiros > div > #FE_CodigoCategoriaExato {
    height: 30px !important;
    float: left !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    border: none !important;
    padding: 5px !important;
    font-weight: bold !important;
    color: #474747 !important;
    border-radius: 2px !important;
    width: 24.2% !important;
}


.corpoparceiros .listagem tr {
    height: 50px !important;
}

    .corpoparceiros .listagem tr > td > img {
        width: 30px !important;
        height: 30px !important;
    }

    .corpoparceiros .listagem tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 40px !important;
        padding-left: 10px;
    }

    .corpoparceiros .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 50px !important;
        padding-left: 10px;
    }

    .corpoparceiros .listagem tr td:nth-child(3) {
        width: 50px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpoparceiros .listagem tr td:nth-child(4) {
        width: 170px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        .corpoparceiros .listagem tr td:nth-child(4) > div {
            margin-right: 8px;
        }

    .corpoparceiros .listagem tr td:nth-child(5) {
        width: 220px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpoparceiros .listagem tr td:nth-child(6) {
        width: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .corpoparceiros .listagem tr td:nth-child(7) {
        width: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }



.corpo-parceira .listagem tr,
.corpo-parceira .listagem tr:last-child {
    height: 40px !important;
}

    .corpo-parceira .listagem tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 75px !important;
        padding: 0;
        text-align: center;
    }

    .corpo-parceira .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 75px !important;
        text-align: center;
        padding-left: 10px;
    }

    .corpo-parceira .listagem tr td:nth-child(3) {
        width: 200px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-parceira .listagem tr td:nth-child(4) {
        width: 150px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-parceira .listagem tr td:nth-child(5) {
        width: 25px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .corpo-parceira .listagem tr:first-child td {
        text-align: initial;
    }



.btns_actions_segurança {
    height: 30px !important;
    width: 300px;
    position: absolute;
    top: 20px;
    left: 25px;
}

.botoes-seguranca > div {
    width: -moz-max-content !important;
    width: -webkit-max-content !important;
    width: -o-max-content !important;
    /* width: -ms-max-content !important;*/
    padding: 3px !important;
    border-radius: 2px;
}

.botoes-seguranca > div {
    float: left;
}

    .botoes-seguranca > div > input,
    .botoes-seguranca > div > select {
        height: 30px !important;
        float: left;
        margin-left: 1px;
        margin-right: 1px;
        border: none;
        padding: 5px;
        font-weight: bold;
        color: #474747;
        border-radius: 2px;
    }

.botoes-seguranca > div {
    width: 186px !important;
    border-radius: 2px;
}

    .botoes-seguranca > div > input:last-child {
        width: 130px;
    }

    .botoes-seguranca > div > #cboSituacao {
        width: 185px !important;
        margin-left: 0 !important;
    }


.btns_actions_segurança > input,
.btns_actions_segurança > select,
.btns_actions_segurança > label {
    height: 30px !important;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    border: none;
    padding: 5px;
    font-weight: bold;
    color: #474747;
    border-radius: 2px;
}

.btns_actions_segurança > label {
    padding: 9px 10px 0px 5px;
    height: 21px !important;
    cursor: pointer;
    margin-right: 15px;
}

.btns_actions_segurança > select {
    margin-right: 10px;
}

.btns_actions_segurança > input:hover,
.btns_actions_segurança > label:hover {
    color: #6bb0c7;
}


.corpo-segurança .listagem tr {
    height: 45px !important;
}

    .corpo-segurança .listagem tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 15px !important;
        padding-left: 10px;
    }

    .corpo-segurança .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 40px !important;
        padding-left: 10px;
    }

    .corpo-segurança .listagem tr td:nth-child(3) {
        width: 150px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-segurança .listagem tr td:nth-child(4) {
        width: 150px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-segurança .listagem tr td:nth-child(5) {
        width: 150px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .corpo-segurança .listagem tr td:nth-child(6) {
        vertical-align: middle !important;
        width: 35px !important;
        padding-right: 10px !important;
        text-align: right !important;
    }




.botoes-suporte > div {
    float: left;
    width: 376px !important;
    border-radius: 0px 2px 2px 0px;
    padding: 3px !important;
}

    .botoes-suporte > div > input,
    .botoes-suporte > div > select {
        height: 30px !important;
        float: left;
        margin-left: 1px;
        margin-right: 1px;
        border: none;
        padding: 5px;
        font-weight: bold;
        color: #474747;
        border-radius: 2px;
    }

    .botoes-suporte > div:first-child > select:first-child {
        margin-right: 5px;
        margin-left: 1px !important;
    }

    .botoes-suporte > div:first-child > select:last-child {
        margin-left: 5px;
    }

    .botoes-suporte > div:first-child {
        border-radius: 2px 0px 0px 2px;
    }

        .botoes-suporte > div:first-child > select:last-child {
            width: 130px;
        }

    .botoes-suporte > div > #cboSituacao,
    .botoes-suporte > div > #cboTipoLegal {
        width: 185px !important;
        margin-left: 0 !important;
    }



.corpo-suporte .listagem tr {
    height: 45px !important;
}

    .corpo-suporte .listagem tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 15px !important;
        text-align: center !important;
    }

    .corpo-suporte .listagem tr:first-child td:nth-child(1) {
        text-align: left !important;
    }

    .corpo-suporte .listagem tr td:nth-child(2) {
        padding: 5px 0 !important;
        vertical-align: middle !important;
        width: 40px !important;
        text-align: center !important;
    }

    .corpo-suporte .listagem tr td:nth-child(3) {
        width: 150px !important;
        text-align: center !important;
    }

    .corpo-suporte .listagem tr td:nth-child(4) {
        width: 150px !important;
        text-align: center !important;
    }

    .corpo-suporte .listagem tr td:nth-child(5) {
        width: 150px !important;
        text-align: center !important;
    }

    .corpo-suporte .listagem tr td:nth-child(6) {
        vertical-align: middle !important;
        width: 35px !important;
        text-align: center !important;
    }

    .corpo-suporte .listagem tr td:nth-child(7) {
        vertical-align: middle !important;
        width: 35px !important;
        text-align: right !important;
    }


    .corpo-suporte .listagem tr th:nth-child(1) {
        border: 1px solid #dddddd;
        font-size: 10px;
        width: 100px;
        text-align: center;
        vertical-align: middle;
    }

    .corpo-suporte .listagem tr th:nth-child(2) {
        border: 1px solid #dddddd;
        font-size: 10px;
        width: 100px;
        text-align: center;
        vertical-align: middle;
    }

    .corpo-suporte .listagem tr th:nth-child(3) {
        border: 1px solid #dddddd;
        font-size: 10px;
        width: 100px;
        text-align: center;
        vertical-align: middle;
    }

    .corpo-suporte .listagem tr th:nth-child(4) {
        border: 1px solid #dddddd;
        font-size: 10px;
        width: 100px;
        text-align: center;
        vertical-align: middle;
    }

    .corpo-suporte .listagem tr th:nth-child(5) {
        border: 1px solid #dddddd;
        font-size: 10px;
        width: 275px;
        text-align: center;
        vertical-align: middle;
    }

    .corpo-suporte .listagem tr th:nth-child(6) {
        border: 1px solid #dddddd;
        font-size: 10px;
        width: 100px;
        text-align: center;
        vertical-align: middle;
    }

    .corpo-suporte .listagem tr th:nth-child(7) {
        border: 1px solid #dddddd;
        font-size: 10px;
        width: 80px;
        text-align: center;
        vertical-align: middle;
    }





#resultadoBuscaPessoas .listagem tr,
#resultadoBuscaClientes .listagem tr,
#resultadoBuscaCorretores .listagem tr,
#resultadoBuscaImoveis .listagem tr {
    height: 45px !important;
}

    #resultadoBuscaPessoas .listagem tr td:nth-child(1),
    #resultadoBuscaClientes .listagem tr td:nth-child(1),
    #resultadoBuscaCorretores .listagem tr td:nth-child(1),
    #resultadoBuscaImoveis .listagem tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 40px !important;
        padding-left: 10px;
    }

    #resultadoBuscaPessoas .listagem tr td:nth-child(2),
    #resultadoBuscaClientes .listagem tr td:nth-child(2),
    #resultadoBuscaCorretores .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 300px !important;
        padding-left: 10px;
    }

    #resultadoBuscaImoveis .listagem tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 50px !important;
        padding-left: 10px;
    }

    #resultadoBuscaPessoas .listagem tr td:nth-child(3),
    #resultadoBuscaClientes .listagem tr td:nth-child(3),
    #resultadoBuscaCorretores .listagem tr td:nth-child(3) {
        width: 100px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #resultadoBuscaImoveis .listagem tr td:nth-child(3) {
        width: 200px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #resultadoBuscaPessoas .listagem tr td:nth-child(4),
    #resultadoBuscaClientes .listagem tr td:nth-child(4),
    #resultadoBuscaCorretores .listagem tr td:nth-child(4),
    #resultadoBuscaImoveis .listagem tr td:nth-child(4) {
        width: 110px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #resultadoBuscaPessoas .listagem tr td:nth-child(5),
    #resultadoBuscaClientes .listagem tr td:nth-child(5),
    #resultadoBuscaCorretores .listagem tr td:nth-child(5),
    #resultadoBuscaImoveis .listagem tr td:nth-child(5) {
        width: 150px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #resultadoBuscaPessoas .listagem tr td:nth-child(6),
    #resultadoBuscaClientes .listagem tr td:nth-child(6),
    #resultadoBuscaCorretores .listagem tr td:nth-child(6),
    #resultadoBuscaImoveis .listagem tr td:nth-child(6) {
        vertical-align: middle !important;
        width: 55px !important;
        padding-right: 10px !important;
        text-align: right !important;
    }

    #resultadoBuscaPessoas .listagem tr > td > img,
    #resultadoBuscaClientes .listagem tr > td > img,
    #resultadoBuscaCorretores .listagem tr > td > img,
    #resultadoBuscaImoveis .listagem tr > td > img {
        width: 17px !important;
        height: 17px !important;
        float: left;
        margin-right: 10px;
    }



#filtroBuscaCorretores .procura,
#divFiltroBuscaPessoas .procura,
#filtroBuscaClientes .procura {
    height: 35px;
    width: 49%;
    float: right;
    padding-left: 5px;
}

    #filtroBuscaCorretores .procura #FE_CriterioPesquisaGoogle,
    #divFiltroBuscaPessoas .procura #FE_CriterioPesquisaGoogle,
    #filtroBuscaClientes .procura #FE_CriterioPesquisaGoogle {
        width: 320px !important;
    }

    #filtroBuscaCorretores .procura #btProcura,
    #divFiltroBuscaPessoas .procura #btProcura,
    #filtroBuscaClientes .procura #btProcura {
        width: 130px !important;
        margin: 0px 0px 0px -5px;
    }

#filtroBuscaCorretores .botoes,
#divFiltroBuscaPessoas .botoes,
#filtroBuscaClientes .botoes {
    height: 35px !important;
    width: 50%;
    float: left;
}

    #filtroBuscaCorretores .botoes > div:first-child,
    #divFiltroBuscaPessoas .botoes > div:first-child,
    #filtroBuscaClientes .botoes > div:first-child {
        display: none;
    }

    #filtroBuscaCorretores .botoes #cboSituacao,
    #divFiltroBuscaPessoas .botoes #cboSituacao,
    #filtroBuscaClientes .botoes #cboSituacao {
        margin-left: 3px !important;
        width: 49% !important;
    }

    #filtroBuscaCorretores .botoes #cboTipoPessoa,
    #divFiltroBuscaPessoas .botoes #cboTipoPessoa,
    #filtroBuscaClientes .botoes #cboTipoPessoa {
        margin-left: 0 !important;
        height: 30px;
        width: 49% !important;
    }


#divFiltroBuscaImoveis .procura {
    position: relative;
    width: max-content;
    left: 50%;
    height: 35px;
    transform: translateX(-50%);
    margin-bottom: 8px;
}

#divFiltroBuscaImoveis .botoes div select {
    margin-left: 0.18% !important;
    height: 30px !important;
    width: 24.44% !important;
}


#divListaCaptacoes .listagem tr td:nth-child(1),
#divListaCorretores .listagem tr td:nth-child(1),
#divListaProprietarios .listagem tr td:nth-child(1),
#divListDisponibilidades .listagem tr td:nth-child(1) {
    vertical-align: middle !important;
    width: 60px !important;
    padding-left: 10px;
}

#divListaCaptacoes .listagem tr td:nth-child(2),
#divListaCorretores .listagem tr td:nth-child(2),
#divListaProprietarios .listagem tr td:nth-child(2) {
    vertical-align: middle !important;
    width: 200px !important;
    padding-right: 5px;
}

#divListDisponibilidades .listagem tr td:nth-child(2) {
    vertical-align: middle !important;
    width: 50px !important;
    padding-right: 5px;
    text-align: center;
}

#divListaCaptacoes .listagem tr td:nth-child(3),
#divListaCorretores .listagem tr td:nth-child(3),
#divListaProprietarios .listagem tr td:nth-child(3) {
    width: 50px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}


#divListDisponibilidades .listagem tr td:nth-child(3) {
    width: 50px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

#divListaCaptacoes .listagem tr td:nth-child(4),
#divListaCorretores .listagem tr td:nth-child(4),
#divListaProprietarios .listagem tr td:nth-child(4) {
    width: 50px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

#divListDisponibilidades .listagem tr td:nth-child(4) {
    width: 50px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: right;
}





/* estilo do gráfico na direita do dashboard */

.corpo-grafic-new {
    height: -moz-max-content !important;
    height: -webkit-max-content !important;
    height: -o-max-content !important;
    /* height: -ms-max-content !important;*/
    max-height: initial !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: .25rem;
}

#good-attribute-chart {
    max-width: 100%;
}

.attribute-list {
    padding: 0;
    margin: 0;
}

    /*Attribute List Style*/

    .attribute-list a:hover {
        text-decoration: none;
    }

    .attribute-list a li {
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        padding: 0px !important;
    }

    .attribute-list a:hover li {
        background: rgba(150,150,150,.1);
        border-radius: 1px;
    }

    .attribute-list a:last-child li {
        margin-bottom: 0;
    }

    .attribute-list li .combo-label {
        min-width: 100px;
    }

        .attribute-list li .combo-label .combo-1 {
            width: 100%;
            float: left;
        }

        .attribute-list li .combo-label .combo-2 {
            width: 25%;
            margin-left: 5%;
            float: left;
        }

    .attribute-list li div div .chart-label {
        font-size: 12px;
        color: #626262;
        line-height: 33px;
        float: right;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .attribute-list li div div .chart-total {
        font-size: 13px;
        color: #626262;
        line-height: 33px;
        float: left;
    }

    .attribute-list li .progress-bar {
        height: 33px;
        float: right;
        width: -webkit-calc(100% - 125px);
        width: calc(100% - 125px);
        line-height: 33px;
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: width linear 0.3s;
        -moz-transition: width linear 0.3s;
        -ms-transition: width linear 0.3s;
        transition: width linear 0.3s;
    }

        .attribute-list li .progress-bar:last-child {
            color: #777;
        }

    .attribute-list li .progress {
        margin-left: 10px;
        width: 100%;
    }

.zeroWidth {
    width: 0 !important;
    font-size: 0 !important;
}

.red {
    color: #FFF;
}

.yellow {
    color: #FFF;
}

.gray {
    color: #FFF;
}

.content-box-bar {
    margin-bottom: 10px;
    text-align: center;
}

.box-bar {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 3px;
}

.box-bar-cor-superdestaque {
    background-color: #ff7c3a;
}

.box-bar-cor-destaque {
    background-color: #ffd439;
}

.box-bar-cor-semdestaque {
    background-color: #d8d8d8;
}

.box-bar-cor-inativo {
    background-color: #afafaf;
}

.content-box-bar span {
    margin-right: 12px;
    font-size: 12px;
    color: #000;
    line-height: 33px;
}

    .content-box-bar span:last-child {
        margin-right: 0;
    }

.graph-bar-horizontal {
    width: 100%;
}

.chart-container {
    max-width: 89.8rem;
    margin-bottom: 40px;
    position: relative;
}

.chart {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 100%;
    float: right;
    padding-left: 10px;
}

.chart-group {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 33px;
    border-radius: 4px;
    max-width: 100%;
}

    .chart-group .bar {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 8px 0px;
        min-width: 3%
    }

        .chart-group .bar span {
            font-size: 0.8rem;
            font-weight: bold;
            color: #FFF;
        }


        .chart-group .bar:last-child span {
            color: #777;
        }

        .chart-group .bar:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .chart-group .bar:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .chart-group .bg-color-cat_1 {
        background-color: #35aa33;
    }

    .chart-group .bg-color-cat_2 {
        background-color: #c1e0c0;
    }

.chart-container .label {
    text-align: center;
    width: 100%;
    float: right;
    margin-top: 15px;
    height: 25px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
}

.chart-container .label-0,
.chart-container .label-1 {
    font-size: 14px;
}

.content-box-bar-ativos {
    margin-top: 4px;
    margin-bottom: 18px;
    text-align: center;
}

    .content-box-bar-ativos .box-bar {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 3px;
    }

    .content-box-bar-ativos span {
        margin-left: 2px;
        margin-right: 35px;
        font-size: 12px;
    }

        .content-box-bar-ativos span:last-child {
            margin-right: 0;
        }

    .content-box-bar-ativos .ativos {
        background: #35aa33;
    }

    .content-box-bar-ativos .inativos {
        background: #c1e0c0;
    }




/* Chart Negocio Desktop */

.graph-bar-horizontal-negocio {
    width: 100%;
}

.chart-container-negocio {
    max-width: 89.8rem;
    margin-bottom: 3rem;
    position: relative;
}

.chart-negocio {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 100%;
    float: right;
    padding-left: 10px;
    margin-top: 15px;
}

.chart-group-negocio {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 33px;
    border-radius: 4px;
    max-width: 100%;
}

    .chart-group-negocio .bar {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 8px 0px;
        min-width: 2%;
    }

        .chart-group-negocio .bar span {
            font-size: 0.8rem;
            font-weight: bold;
            color: #FFF;
        }

        .chart-group-negocio .bar:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .chart-group-negocio .bar:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .chart-group-negocio .bg-color-aluguel,
    .content-box-bar-negocio .aluguel {
        background-color: #35aa33;
    }

    .chart-group-negocio .bg-color-venda,
    .content-box-bar-negocio .venda {
        background-color: #3c92d1;
    }

    .chart-group-negocio .bg-color-lançamento,
    .content-box-bar-negocio .lançamento {
        background-color: #ff7c3a;
    }

    .chart-group-negocio .bg-color-temporada,
    .content-box-bar-negocio .temporada {
        background-color: #d13c3c;
    }

    .chart-group-negocio .bg-color-compra,
    .content-box-bar-negocio .compra {
        background-color: #ffd439;
    }


.content-box-bar-negocio {
    margin-top: 4px;
    margin-bottom: 4px;
}

    .content-box-bar-negocio .box-bar {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 3px;
    }

    .content-box-bar-negocio span {
        margin-left: 2px;
        margin-right: 35px;
        font-size: 11px;
    }

        .content-box-bar-negocio span:last-child {
            margin-right: 0;
        }

#frmAlterarSenha input {
    width: 175px;
    height: 20px;
    float: right;
}

#frmAlterarSenha #confimarNovaSenha {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0 !important;
    top: 80%;
}


.teste {
    width: 100%;
    height: 35px;
    position: relative;
}

    .teste .teste_imovel {
        width: 20%;
        height: 35px;
        float: left;
    }

        .teste .teste_imovel .item_1 {
            width: 180px;
            height: 100%;
            float: left;
            font-weight: 600;
            font-size: 11px;
            margin-right: 5px;
            border-radius: 2px;
            background: #5ace68;
            color: #FFF;
        }

        .teste .teste_imovel .item_totais {
            width: 140px;
            height: 100%;
            float: left;
            font-weight: 600;
            font-size: 11px;
            margin-right: 5px;
            border-radius: 2px;
            background: #B0C4DE;
            color: #fff;
        }

        .teste .teste_imovel .item_totais_formpubicacao {
            width: 100%;
            height: 100%;
            float: left;
            font-weight: 600;
            font-size: 11px;
            margin-right: 5px;
            border-radius: 2px;
            background: #B0C4DE;
            color: #fff;
        }

    .teste .teste_situacao {
        width: -moz-max-content;
        width: -webkit-max-content;
        width: -o-max-content;
        /* width: -ms-max-content;*/
        height: 35px;
        transform: translateX(-50%);
        position: relative;
        left: 30%;
        float: left;
    }

        .teste .teste_situacao .item_1,
        .teste .teste_situacao .item_2,
        .teste .teste_situacao .item_3,
        .teste .teste_situacao .item_4,
        .teste .teste_situacao .item_publicados,
        .teste .teste_situacao .item_publicados_formpubicacao,
        .teste .teste_situacao .item_superdestaque,
        .teste .teste_situacao .item_superdestaque_formpubicacao,
        .teste .teste_situacao .item_destaque,
        .teste .teste_situacao .item_destaque_formpubicacao,
        .teste .teste_situacao .item_semdestaque,
        .teste .teste_situacao .item_semdestaque_formpubicacao,
        .teste .teste_situacao .item_naopublicados,
        .teste .teste_situacao .item_naopublicados_formpubicacao {
            width: 167px;
            height: 100%;
            float: left;
            font-weight: 600;
            font-size: 11px;
            border-radius: 2px 0 0 2px;
        }

        .teste .teste_situacao .item_publicados {
            width: 120px;
            background: #5ace68;
            color: #FFF;
        }

        .teste .teste_situacao .item_publicados_formpubicacao {
            width: 100%;
            background: #5ace68;
            color: #FFF;
        }

        .teste .teste_situacao .item_naopublicados {
            width: 120px;
            background: #afafaf;
            color: #fff;
        }

        .teste .teste_situacao .item_naopublicados_formpubicacao {
            width: 100%;
            background: #afafaf;
            color: #fff;
        }

        .teste .teste_situacao .item_superdestaque {
            width: 120px;
            background: #FF7C3A;
            color: #FFF;
        }

        .teste .teste_situacao .item_superdestaque_formpubicacao {
            width: 100%;
            background: #FF7C3A;
            color: #FFF;
        }

        .teste .teste_situacao .item_destaque {
            width: 120px;
            background: #ffc337;
            color: #FFF;
        }
        .teste .teste_situacao .item_destaque_formpubicacao {
            width: 100%;
            background: #ffc337;
            color: #FFF;
        }

        .teste .teste_situacao .item_semdestaque {
            width: 120px;
            background: #F5DEB3;
            color: #fff;
        }
        .teste .teste_situacao .item_semdestaque_formpubicacao {
            width: 100%;
            background: #F5DEB3;
            color: #fff;
        }
        
        .teste .teste_situacao .item_1 {
            background: #FF7C3A;
            color: #FFF;
        }

        .teste .teste_situacao .item_2 {
            background: #ffc337;
            color: #FFF;
        }

        .teste .teste_situacao .item_3 {
            background: #afafaf;
            color: #fff;
        }

        .teste .teste_situacao .item_4 {
            background: #37b4ff;
            color: #fff;
        }


    .teste .teste_error {
        width: 15%;
        height: 35px;
        float: right;
    }

        .teste .teste_error .item_1 {
            width: 120px;
            height: 100%;
            background: #d24f4f;
            color: #FFF;
            cursor: pointer;
            font-weight: 600;
            font-size: 11px;
            float: right;
            border-radius: 2px;
        }

        .teste .teste_error .item_erro {
            width: 120px;
            height: 100%;
            background: #d24f4f;
            color: #FFF;
            cursor: pointer;
            font-weight: 600;
            font-size: 11px;
            float: right;
            border-radius: 2px;
        }
        .teste .teste_error .item_erro_formpubicacao {
            width: 100%;
            height: 100%;
            background: #d24f4f;
            color: #FFF;
            cursor: pointer;
            font-weight: 600;
            font-size: 11px;
            float: right;
            border-radius: 2px;
        }

    .teste div {
        text-align: center;
    }

.texto_item_teste {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.item_numero {
    float: left;
    width: 30%;
    border-right: 1px solid rgba(255,255,255,.5);
}

.item_texto {
    float: left;
    width: 69%;
}

.texto_item_teste b {
    font-size: 15px;
}


.teste_popup_publicacao .teste_imovel {
    width: 100%;
    clear: both;
    height: 30px;
    margin-bottom: 3px;
}

.teste_popup_publicacao .teste_situacao {
    width: 100%;
    clear: both;
    height: auto;
    left: 0;
    transform: translateX(0);
}

.teste_popup_publicacao .teste_error {
    width: 100%;
    clear: both;
    height: 30px;
}

    .teste_popup_publicacao .teste_imovel .item_1,
    .teste_popup_publicacao .teste_error .item_1 {
        width: 200px;
        margin-left: 8px;
        clear: both;
        float: left;
        cursor: initial;
    }

.teste_popup_publicacao .teste_situacao .item_1,
.teste_popup_publicacao .teste_situacao .item_2,
.teste_popup_publicacao .teste_situacao .item_3,
.teste_popup_publicacao .teste_situacao .item_4 {
    width: 200px;
    margin-left: 8px;
    clear: both;
    height: 30px;
    margin-bottom: 3px;
}

.corpo-planos .desc-plano {
    border-bottom: none;
    margin-bottom: 10px;
    background: #f1f1f1;
    border: 1px solid #f8f8f8;
    padding: 5px 5px 5px 15px;
}

.corpo-planos .desc-plano label {
    font-size: 13px;
}

.corpo-planos .desc-plano p {
    margin: 5px 5px 0 0;
    display: inline-block;
    padding: 5px;
}

.corpo-planos .desc-plano button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5cb85c;
    float: right;
    border-color: #4cae4c;
}

textarea {
    user-select:text;
}
.corpo-planos .desc-plano button:focus, .corpo-planos .desc-plano button:hover {
            background-color: #419641;
            background-position: 0 -15px;
        }

.corpo-planos .limites {
    margin-left: 15px;
    margin-right: 15px;
}

.corpo-planos .limites span {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0.5% 0 0.5% 0;
}

.corpo-planos .limites .separador {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    font-weight: bold;
    color: #888;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .corpo-planos .limites span label {
        width: 15%;
        text-align: right;
        margin: 3px 5px 0 0;
        float: left;
        padding: 5px;
    }

    .corpo-planos .limites span .progressBar {
        height: 30px;
        border: #CCC 1px solid;
        width: calc(80% - 100px);
        float: left;
        border-radius: 5px;
    }

.corpo-planos .limites span .numberBar {
        float: left;
        font-weight: bold;
        margin: 5px 0px 0px 5px;
    }
