/* Definições de CSS */
@import url("variaveis.css");
@import url("menu-topo.css");

div {
    display: block;
    margin: 0px;
}

html {
    height: 100%;
    overflow: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

#home_caixa {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#corpo {
    margin: 0 auto;
    width: 100% !important;
    display: flex;
    max-height: 100vh !important;
    /* overflow: auto !important; */
}

#secao {
    background: white;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    overflow: auto !important;
    background-color: #EEEEEE;
    /* animation: animation-secao-reverso 0.8s; */
}

#secao.fechado {
    /* animation: animation-secao 0.8s forwards; */
}

@keyframes animation-secao {
    100% {
        padding-left: 70px;
    }
}

@keyframes animation-secao-reverso {
    0% {
        padding-left: 70px;
    }

    100% {
        padding-left: 246px;
    }
}

.principal {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 16px;
    background-color: #FAFAFA;
    border-radius: 4px;
}

.div-condeudo-flex {
    display: flex;
    background: #f4f7fc;
}

.div-visoes-coluna {
    flex: 1;
    width: 50%;
    padding: 20px;
}

#barraAndamento {
    width: 100%;
}

#barraAndamento .statusAndamento {
    background: #2b2b2b;
    display: flex;
    padding: 4px;
    border-radius: 4px;
}

#barraAndamento .statusAndamento li {
    list-style-type: none;
    list-style-image: none;
    color: #ffffff;
    padding: 10px 25px;
    margin-right: 4px;
}

#barraAndamento .statusAndamento li.inativo:hover {
    background-color: var(--cor-1);
    border-radius: 4px;
}

#barraAndamento .statusAndamento li.ativo {
    background-color: var(--cor-1);
    font-weight: bold;
    padding: 10px 25px;
    color: #fff;
    border-radius: 4px;
}

#barraAndamento .statusAndamento li.inativo {
    font-weight: bold;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
}

#barraAndamento a:link {
    color: #fff;
    text-decoration: none;
}

#barraAndamento a:visited {
    display: block;
    height: 35px;
    color: #fff;
    text-decoration: none;
}

#barraVisoes {
    width: auto;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffff;
}

/*
#barraVisoes .statusVisoes {
	margin:0;
	height:35px;
	background:#60617e;
	padding-left:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
*/

#barraVisoes .statusVisoes {
    margin: 0;
    height: 35px;
    background: var(--cor-4);
    padding-left: 20px;
    font-weight: bold;
    border-radius: 5px;
}

#barraVisoes .statusVisoes li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    color: #fff;
    padding: 0 25px;
    margin: 0px;
}

/*
#barraVisoes .statusVisoes li.ativo {
	background-color:#1f203e;
	text-transform:uppercase;
	font-weight:bold;
	height:16px;
	padding:10px 25px;
	color:#ffcc00;
	border-bottom:solid 3px #09C;
	margin-right:3px;
	text-align:center;
	line-height:17px;
}
*/

#barraVisoes .statusVisoes li.ativo {
    background-color: var(--cor-1);
    font-weight: bold;
    color: var(--cor-5);
    text-align: center;
    vertical-align: center;
    line-height: 35px;
    height: 35px;
}

#barraVisoes .statusVisoes li.inativo {
    color: #ffcc00;
    height: 16px;
    text-align: center;
    line-height: 35px;
}

#barraVisoes a:link {
    display: block;
    height: 35px;

    color: #fff;
    text-decoration: none;
}

#barraVisoes a:visited {
    display: block;
    height: 35px;
    color: #fff;
    text-decoration: none;
}

#barraVisoes a:hover {
    display: block;
    height: 35px;
    color: #ffcc00;
    text-decoration: none;
}

.status {
    position: relative;
    display: block;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    width: 80px;
    height: 80px;
    flex: 1px;
    margin: 10px;
    text-align: center;
}

.status:hover {
    background: #e2e2e2;
}

.statusAlarme {
    position: absolute;
    top: -10px;
    right: -6px;
    padding: 4px;
    color: white;
    background: #e60000;
    border: 1px solid white;
}

.sombra {
    -webkit-box-shadow: 0px 2px 8px 0px #5496cc;
    -moz-box-shadow: 0px 2px 8px 0px #5496cc;
    box-shadow: 0px 2px 8px 0px #5496cc;
}

.bordeRadius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.divisorConteudo {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.divisorConteudoModal {
    border-bottom: 1px solid #ccc;
    width: 800px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.caixaBotoes {
    float: right;
    position: relative;
    top: 4px;
    background: #ffffff;
}

.caixaBotoesModais {
    float: right;
    position: relative;
    top: 5px;
    background: #efefef;
}

/*  MAPA NEG�CIOS E PROPOSTAS =================================================== */
#mapaNegocios {
    margin-bottom: 20px;
    background: url(../images/webcorr/parcelas_titulo.png) no-repeat 5px 10px;
    background-color: #f9f9f9;
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
}

#mapaPropostas {}

#propostaUrgente {
    margin-top: 20px;
    background-color: #fff4f4;
    border-bottom: #b30a0a 1px solid;
}

#propostaUrgente .sanfonaCorpo {
    background: #fee9e9 !important;
}

#propostaAtencao {
    margin-top: 20px;
    background-color: #fdffd1;
    border-bottom: #acb30a 1px solid;
}

#propostaAtencao .sanfonaCorpo {
    background: #f7f9c7 !important;
}

#propostaParabens {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 80px;
    background: url(../images/webcorr/pendencias_ok.jpg) no-repeat 5px 0px;
    background-color: #f6fef5;
    border-top: #2ea518 1px solid;
    border-bottom: #2ea518 1px solid;
}

#propostaParabens p {
    margin-top: 25px;
    margin-left: 60px;
    text-align: center;
    color: #418600;
    font-weight: bold;
}

.mapaTexto {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    color: #254f95;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

.mapaTextoAlerta {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    color: #c00;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

.planejamentoHeader {
    border: 1px solid var(--cor-6);
    padding: 10px;
}

.areaConteudo {
    /* border-bottom: 1px solid #2c7be5; */
}

#barraAndamentoInicio {
    width: 100%;
}

#barraAndamentoInicio .statusAndamento {
    height: 35px;
    /* background: #ffffff; */
    display: flex;
    padding: 0px;
}

#barraAndamentoInicio .statusAndamento li {
    list-style-type: none;
    list-style-image: none;
    color: #ffffff;
    padding: 10px 25px;
    border: 1px solid #bbbdc4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 5px;
    background: #e7eaf1;
}

#barraAndamentoInicio .statusAndamento li.inativo:hover {
    background-color: var(--cor-1);
    /* border-bottom: solid 3px #185bb4; */
    color: #fff;
}

#barraAndamentoInicio .statusAndamento li.ativo {
    background-color: var(--cor-1);
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    color: #fff;
    /* border-bottom: solid 3px #185bb4; */
}

#barraAndamentoInicio .statusAndamento li.inativo {
    font-weight: bold;
    padding: 10px 25px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

#barraAndamentoInicio a:link {
    color: #fff;
    text-decoration: none;
}

#barraAndamentoInicio a:visited {
    display: block;
    height: 35px;
    color: #fff;
    text-decoration: none;
}





/* CSS div Chat */

.area-notificacao {
    min-height: 70vh;
    max-height: 70vh;
}

.area-menu-lateral-notificacao {
    display: block;
    min-height: 68vh;
    max-height: 70vh;
    /* overflow-y: scroll; */
    padding: 12px;
    border-right: 1px solid #ccc;
}

.area-conversa-notificacao {
    display: block;
    min-height: 68vh;
    max-height: 70vh;
    padding: 12px;
}

.item-area-conversa-notificacao {
    position: relative;

    height: 68vh;
    border-radius: 4px;
    padding: 6px;
    box-shadow: 0 1px 4px rgba(27, 54, 82, 0.3);
}

.listaMensagemConversaNg {
    min-height: 54vh;
    max-height: 54vh;
    overflow-y: scroll;
    padding: 6px;
}

.listaUsuariosNotificacaoGeralGrupo {
    height: 48vh;
    overflow-y: scroll;
    padding: 6px;
}


.listarItensMenuNotificacaoGeral {
    padding: 8px;
    height: 44vh;
    /* border: 1px solid red; */
    overflow-y: scroll;
}

.lista-usuario-notificacao {
    height: 60vh;
    padding: 6px;
    overflow-y: scroll;
}

.item-balao-remetente {
    width: 50%;
    position: relative;
    margin-left: 50%;
}

.item-balao-destinatario {
    width: 50%;
    position: relative;

}

.listaNotificacao {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 6vh;
    right: 4vh;
    border: 1px solid #cccccc;
    min-height: 60vh;
    min-width: 40vh;
    max-width: 40vh;
    max-height: 70vh;
    border-radius: 6px;
}

.itens-notificacao {
    top: 6vh;
    right: 4vh;
    padding: 6px;

    min-width: 38vh;
    max-width: 38vh;

    min-height: 50vh;
    max-height: 50vh;
    overflow-y: scroll;
}

.modalNotificacaoNaoVisualizada {
    position: absolute;
    top: 6vh;
    right: 6vh;
    padding: 6px;
    background-color: #FAFAFA;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(27, 54, 82, 0.3);
    z-index: 2;
}

.conteudoLink {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.linkProcesso {
    font-size: 14px;
    color: var(--cor-1);
    cursor: pointer;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(27, 54, 82, 0.3);
    margin-bottom: 8px;
}

.cabecalho-conversa-Ng {
    height: 6vh;
}