body {
    background-color: #eee;
}

/* datepicker css */
.datepicker-date-display { background-color: #6111C2 !important; }
.datepicker-table td.is-today { color: #6111C2 !important; }
.datepicker-table td.is-selected { background-color: #6111C2 !important; color: #ffffff !important; }
.dropdown-content li>a, .dropdown-content li>span { color: #6111C2 !important; }
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done { color: #6111C2 !important; }
.timepicker-digital-display { background-color: #6111C2 !important; }
.timepicker-canvas line { stroke: #6111C2 !important; }
.timepicker-canvas-bg, .timepicker-canvas-bearing { fill: #6111C2 !important; }
.timepicker-close { color: #6111C2 !important; }

.bg-color1 {
    background-color: #6111C2;
}

.font-color1 {
    color: #6111C2;
}

.border-color1 {
    border-color: #6111C2;
}

.bg-color1-hover:hover {
    background-color: #3A0A75;
}

.bg-color2 {
    background-color: #3A0A75;
}

.font-color2 {
    color: #3A0A75;
}

.border-color2 {
    border-color: #3A0A75;
}

/* label focus color */
.input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label {
    color: #6111C2 !important; 
}

/* label underline focus color */
.input-field input[type=text]:focus, .input-field input[type=password]:focus {
    border-bottom: 1px solid #6111C2 !important;
    box-shadow: 0 1px 0 0 #6111C2 !important;
}

.vistoria-menu {
    width: 20%;
    height: 100vh;
    transform: translateX(0px);
    position: relative;
}

.vistoria-menu-li i {
    margin-right: 15px !important;
    color: #999;
    font-size: 24px;
}

.vistoria-menu-li a {
    padding: 0 20px;
}

.menu-selected {
    background-color: rgba(0, 0, 0, 0.05);
}

.topo-menu {
    width: 100%;
    height: 96px;
}

.foto-menu {
    transition: opacity 0.5s;
    float: left;
    width: 76px;
    height: 76px;
    margin: 10px 0px 10px 10px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.foto-menu img {
    width: 76px;
    height: 76px;
}

.foto-menu  .align-icon-foto {
    width: 76px;
    height: 76px;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dados-menu {
    float: left;
    margin: 18px 0 0 15px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.alinha_conteudo {
    width: 60%;
    height: 90vh;
    position: fixed;
    top: 5vh;
    right: 10%;
    overflow-y: scroll;
}

.vistoria-item {
    width: 100%;
    height: 200px;
    float: left;
    margin-bottom: 10px;
    border-left-width: 5px;
    border-left-style: solid;
    cursor: pointer;
}

.vistoria-item:hover {
    background-color: #e7e7e7;
}

.vistoria-item2 {
    height: 50px;
}

.dados-item {
    width: 100%;
    height: 200px;
    padding: 5px 15px;
    float: left;
}

.dados-item2 {
    height: 50px;
    padding: 0 15px;
    position: relative;
}

.dados-item2 .titulo {
    margin-top: -12px;
}

.dados-item .titulo {
    width: calc(100% - 180px);
    font-size: 18px;
    font-weight: 500;
    height: 36px;
    float: left;
}

.dados-item .captador {
    float: right;
    max-width: 180px;
    height: 32px;
}

.dados-item .captador .foto {
    float: left;
    width: 32px;
    height: 32px;
    background: #F7F8F9;
    border-radius: 50%;
}

.dados-item .captador .foto img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.dados-item .captador .nome {
    margin-left: 40px;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 500;
    height: 17px;
    line-height: 17px;
}

.dados-item .endereco {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    height: 36px;
    clear: both;
    color: #000;
}

.dados-item .endereco i {
    float: left;
    font-size: 14px;
    color: #888;
    margin-right: 5px;
    margin-top: 2px;
    font-weight: bold;
}

.dados-item .data {
    width: 100%;
    float: left;
    clear: both;
    height: 38px;
    font-size: 14px;
    float: left;
    color: #999;
}

.dados-item .data i {
    float: left;
    font-size: 16px;
    color: #999;
    margin-right: 5px;
    margin-top: 2px;
    font-weight: bold;
}

.dados-item .situacao {
    width: 100%;
    float: left;
    margin-top: -5px;
    font-weight: 300;
    font-size: 20px;
}

.conteudo_geral {
    display: none;
}

.excluir {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 15px;
    border-radius: 50%;
    margin-top: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.excluir:hover {
    background-color: #ccc;
}

.excluir i {
    font-size: 20px;
    color: #888;
}

.loader {
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fundo {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.fundo2 {
    background-color: #000;
}

.modal-novo {
    display: none;
    width: 500px;
    height: 180px;
    position: fixed;
    top: calc(50% - 90px);
    left: calc(50% - 200px);
    z-index: 99999;
}

.modal-novo2 {
    width: 750px;
    height: 500px;
    top: calc(50% - 250px);
    left: calc(50% - 350px);
}

.modal-novo3 {
    width: 500px;
    height: 300px;
    top: calc(50% - 150px);
    left: calc(50% - 200px);
}

.btn-modal {
    width: 100%;
}

.fechar-modal {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: -10px;
    border-radius: 50%;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

.fechar-modal:hover {
    background-color: #ccc;
}

.fechar-modal i {
    font-size: 20px;
    color: #333;
}

#cad_dados_imovel {
    display: none;
}

.vistoria-card {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.vistoria-card .titulo {
    width: calc(100% - 180px);
    font-size: 18px;
    font-weight: 500;
    height: 36px;
    float: left;
}

.vistoria-card .endereco {
    width: calc(100% - 180px);
    font-size: 14px;
    color: #888;
    height: 28px;
    float: left;
}

.vistoria-card .situacao {
    width: calc(100% - 180px);
    font-size: 14px;
    float: left;
}

.selecionar-imovel {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.selecionar-imovel:hover {
    background-color: #3A0A75;
}

.selecionar-imovel i {
    font-size: 30px;
    color: #fff;
}

.imovel-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
}

.imovel-item:hover {
    background-color: #ddd;
}

.imovel-item-assinatura {
    cursor: default;
}

.imovel-item-assinatura:hover {
    background-color: #fff;
}

.imovel-item .titulo {
    width: calc(100% - 180px);
    font-size: 18px;
    font-weight: 500;
    height: 36px;
    float: left;
}

.imovel-item .endereco {
    width: calc(100% - 180px);
    font-size: 14px;
    color: #888;
    float: left;
}

.imovel-item .situacao {
    width: calc(100% - 180px);
    font-size: 14px;
    float: left;
}

.icone-assinatura {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    text-align: center;
    padding-top: 10px;
}

.icone-assinatura i {
    font-size: 30px;
}

.check {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 15px;
    border-radius: 50%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.check:hover {
    background-color: #ccc;
}

.check i {
    font-size: 20px;
    color: #888;
}

.foto-item {
    padding: 0 !important;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
}

.foto-item .foto {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.foto-item img {
    max-width: 100%;
    max-height: 100%;
}

.foto-item .acoes {
    width: 100%;
    height: 60px;
    float: left;
    margin-top: 5px;
}

.foto-item .acoes_block {
    display: none;
    position: absolute;
    height: 80px;
    left: 0;
    bottom: -20px;
    background: #ffffff;
    z-index: 9;
}

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

.foto-item .acoes .btn_acoes {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.foto-item .acoes .btn_acoes:hover {
    background-color: #ccc;
}

.foto-item .acoes .btn_acoes i {
    font-size: 20px;
    color: #888;
}

.foto-item-pequeno {
    width: 31%;
    height: 340px;
}

.foto-item-pequeno .foto {
    height: 260px;
}

.foto-item-pequeno .acoes {
    height: 80px;
}

.foto-item-medio {
    width: 48%;
    height: 480px;
}

.foto-item-medio .foto {
    height: 400px;
}

.foto-item-grande {
    width: 70%;
    height: 670px;
    margin-left: 15%;
    margin-right: 15%;
}

.foto-item-grande .foto {
    height: 590px;
}

.alinha_botoes_topo {
    width: 60%;
    float: left;
    margin-bottom: 10px;
    position: fixed;
    top: 40px;
    background: #eee;
    z-index: 99999;
}

.botoes_tamanho {
    float: right;
}

.botoes_tamanho .btn_tamanho {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 5px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.botoes_tamanho .btn_tamanho i {
    font-size: 25px;
    color: #888;
}

.botoes_tamanho .btn_tamanho:hover, .botoes_tamanho .btn_tamanho_select {
    background-color: #6111C2;
    border-color: #6111C2;
}

.botoes_tamanho .btn_tamanho_select {
    cursor: default;
}

.botoes_tamanho .btn_tamanho:hover > i, .botoes_tamanho .btn_tamanho_select i {
    color: #ffffff;
}

.visualizar {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.btn_voltar {
    width: 100px;
    padding: 5px;
    float: left;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    color: #888;
}

.btn_voltar:hover {
    background-color: #ddd;
    color: #888;
}

.btn_voltar i {
    font-size: 14px;
    margin-right: 10px;
}

.check_foto {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #6111C2;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.check_foto i {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}

.check_foto_select {
    background-color: #6111C2;
}

.check_foto_select i {
    color: #ffffff;
}

.check_foto:hover {
    background-color: rgba(97,17,194,0.8);
}

.btn-add-multiplo {
    display: none;
    float: left;
    margin-top: 3px;
    margin-left: 150px;
}

.observacao-item {
    width: 32%;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
    position: relative;
}

.observacao-item .subtitulo {
    font-size: 11px;
    color: #888;
}

.alinha_btn_acoes_obs {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alinha_btn_acoes_obs .btn_acoes {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.alinha_btn_acoes_obs .btn_acoes:hover {
    background-color: #ccc;
}

.alinha_btn_acoes_obs .btn_acoes i {
    font-size: 20px;
    color: #888;
}

/* LOGIN */
.login-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    background-image: url('../images/background.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-geral {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1;
    background-color: rgba(97,17,194,0.65);
}

.login-card {
    width: 600px;
    height: 300px;
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 300px);
    padding: 35px 50px;
    text-align: center;
}

.login-card .input-field {
    margin-bottom: 20px;
}

.login-card .input-field-btn {
    margin-top: 40px;
}

.logo_login {
    margin-top: -190px;
}

.combo-ordenacao {
    width: 150px;
    float: right;
    margin-left: 30px;
}

.combo-ordenacao2 {
    width: 180px;
}

.pessoa-item {
    width: 100%;
    float: left;
    position: relative;
}

.pessoa-item .excluir {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 33px;
    right: 15px;
    border-radius: 50%;
    margin-top: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pessoa-item .excluir:hover {
    background-color: #ccc;
}

.pessoa-item .excluir i {
    font-size: 20px;
    color: #888;
}

#cad_btn_finalizar {
    background-color: #22c177;
}

#cad_btn_finalizar:hover {
    background-color: #2f8e56;
}

#foto_grande {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

#foto_grande img {
    height: 75vh;
}

.icon_foto {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}