@charset "UTF-8";
/*
This document is used to add elements, functionalities or fixes to a project that will not be merged to the main branch of the framework.
This document is per project only.

Este documento é usado para adicionar elementos, funcionalidades ou consertos que não serão incorporados à instalação padrão do framework.
Este documento funciona isoladamente projeto a projeto.
*/

body.semColuna main.principal {
    padding: 7px 7px 60px;
}

.tabela-lista-atendimento {
    margin: 0px -5px 0px -5px;
}

.item-lista-atendimento .parvus-conteudo .parvus-item-lista .parvus-item {

    padding-bottom: 4px !important;

}

.atalho-quadrado {
    max-width: 200px;
    height: 200px;
    padding: 20px 10px;
    display: inline-block;
    float: initial !important;
    margin: 1%;
}

.grid-aviso td {
    color: #7f8000 !important;
    background-color: #ff9 !important;
}

.grid-aviso:hover td {
    color: #7f8000 !important;
    background-color: #ff9 !important;
}

#overlay
{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8); /* Black background with opacity */
    z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.botao_excluir
{
    text-decoration: none;
    font-size: 18px;
    color: #b11919;
}

#periodo_de, #periodo_ate, .periodo_ate {
    width: 45%;
}

.bold {
    font-weight: bold !important;
}

button.ms-choice
{
    margin-bottom: 0px;
}

textarea.text.auto_height
{
    height: auto;
    overflow: hidden;
    display: block;
    padding: 7px;
}

/* Ja existe uma .login para os modulos do cnd e atendimento */
.input_login
{
    text-transform: lowercase;
}

.custom-captcha{
    margin-top: 2%;
    margin-bottom: 2%;
}


.blink {
    animation: blinker 1s linear 5;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

ul.lista {
    font-size: 16px;
}

ul.lista li {

}

ul.lista a {
    text-decoration: none;
    color: #868686;
    padding: 8px 0;
    width: 100%;
    border-bottom: 1px solid #dedede;
    display: inline-block;
}

ul.lista a span {
    color: #3894df;
    font-size: 2rem;
    position: relative;
    top: 8px;
}

.span_valor_final {
    font-size: 44px;
    font-size: 2vw;
    /*font-weight: bolder;*/
    color: black;
    padding: 8px;
}
.img_icone {
    height: auto;
    width: 2.5vw;
    vertical-align: bottom;
}

@media only screen and (max-width: 701px) {
    .span_valor_final {
        font-size: 44px;
        /*font-weight: bolder;*/
        color: black;
        padding: 8px;
    }
    .img_icone {
        height: auto;
        width: 2.5rem;
        vertical-align: bottom;
    }
}

.truncate {
    width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.valign {
    /* firefox 2 */
    display: -moz-inline-box;
    /* everybody else */
    display: inline-block;

    vertical-align: middle;
}

a[aria-label="desmarca_tudo"], a[aria-label="marca_tudo"] {
    text-decoration: none;
    color: black;
    white-space: nowrap;
}

.fake_disabled {
    opacity: 0.65;
    pointer-events: none !important;
    touch-action: none !important;
}

.fake_disabled input{

    opacity: 0.65;
    cursor: not-allowed;

}

.erro.warning-icon:before {
    content: "\e1c3";
}

.foot-modulo .info-acesso,
.foot-sem-vinculada .info-acesso {
    position: relative !important;
    top: 10px !important;
}

.info-acesso-cabecalho {
    position: relative !important;
    left: 10px !important;
}

.cursor-not-allowed
{
    cursor: not-allowed;
}

.font-13
{
    font-size: 13px;
}

.painel_toggle img, .painel_toggle span {
    top: 0.8em
}

.m-t-10 {
    margin-top: 10px
}

.aviso-sup {
    font-weight: normal;
    font-size: 0.75rem;
    color: #c30;
}

.informacao-usuario{

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    /*display: none;*/
    text-align: right;
    font-size: 1em;
    /*-webkit-box-flex: 5;*/
    /*-webkit-flex-grow: 5;*/
    /*-ms-flex-positive: 5;*/
    /*flex-grow: 5;*/

}

@media only screen and (max-width: 1024px) {
    #avisosFixed  {
        min-width: 0 !important;
    }
}

.container-status-relatorio-cliente {
    min-width: 35px;
}

.container-status-relatorio-cliente > p {
    padding-top: 7px;
}

.status-relatorio-cliente {
    width: 10px;
    height: 30px;
    background: #cfcfcf;
    float: left;
    margin-right: 5px;
}

.icone-visualizado-relatorio {
    font-size: 15px;
}

.text-blue {
    color: #3894DF;
}

.relatorio-pago {
    background: #2ED792;
}

.relatorio-atrasado {
    background: #F45B5E;
}

.relatorio-proximo-vencimento {
    background: #FF9800;
}

#finalizarAtendimento{
    height: 24px;
}

.nomesArquivos{
    margin-top: 13px;
    margin-bottom: 13px;
    width: 98%;
    max-height: 80px;
    overflow: auto
}

.nomesArquivosApp{
    margin-top: 13px;
    width: 98%;
    max-height: 80px;
    overflow: auto
}

.arquivo {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
    flex-wrap: wrap; 
}

.arquivo > span.nome {
    padding-right: 10px;

}

.deleteArquivo {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}

.deleteArquivo:hover {
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}

.deleteArquivo > span {
    transform: rotate(45deg);
}

#clienteFinalizaAtendimento, #antecipaSemana{ 
    height: 24px;
}

.lblInteragirAtendimento{
    margin-left: 1%;
    font-weight: 500;
}
/* manter somente na hora de commitar o css */
.tituloDataRetorno{
    white-space: nowrap;
}

.iconeAnexo{
    display: flex; 
    align-items: flex-end; 
    justify-content: space-between; 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    padding-bottom: 5px;
}

#nomeArquivoInputFile{
    font-size: 14px;
    font-weight: 400;
}

#removeTodosOsAnexosAdmin{
    cursor: pointer; 
    font-size: 16pt; 
    color: #2C3047;
}

#removeTodosOsAnexosCliente{
    cursor: pointer; 
    font-size: 16pt; 
    color: #3894DF;
}

.divAnexos{
    border-bottom: 0px solid #80808087;
    border-bottom-width: 1px; 
    margin-left: 10px; 
    width: 92%;
}

.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}

.menu-atalhos svg {
    display: block;
    margin: auto;
    width: 66vw;
    height: 72vh;
    overflow: hidden;
}

.tres-nuvens svg {
    width: 66vw;
    height: 72vh;
}

.atalho-menu, .atalho-menu-sem-perm{
    text-decoration: none; 
    color: #666!important;
    fill: #666;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1rem;
}

.texto-atalho-menu {
    transition: 0.3s;
}

.atalho-menu:hover .texto-atalho-menu{
    fill: #3894DF;
}

.atalho-menu-sem-perm:hover{
    cursor: default;
}

.atalho-menu:hover{
    color: #3894DF !important;
}

.rect-center {
    fill: transparent;

}

@media only screen and (max-width: 426px) {
    .menu-atalhos {
        display: none;
    }
}

.btAnexo:hover {
    background-color: color-mix(in srgb, var(--cor-secundaria) 90%, var(--white-500) 10%) !important;;
  }

.btAnexo {

    border-radius: 8px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-size: 38pt; 
    color: var(--white-500);
    background-color: var(--cor-secundaria);
}

#removeTodosOsAnexos {
    font-size: 17px;
}