.feature-ativa {
    background: #cddc39;
    border-radius: 5px;
    padding: 3px;
    color: #000000;
    font-weight: bold;
    padding: 10px;
}

.feature-desativa {
    background: #FF0000;
    border-radius: 5px;
    padding: 3px;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.new-feature {
    background: #FFC107;
    border-radius: 5px;
    padding: 3px;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
}

.new-feature-beta {
    background: #cddc39;
    border-radius: 5px;
    padding: 3px;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
}

.alerta-erro {
    background: #ffcc66;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 1.2em;
}

/*.text {*/
/*    font-family: Tahoma;*/
/*    font-size: 12px;*/
/*    color: #000000;*/
/*    padding: 2px;*/
/*    text-align: left;*/
/*    vertical-align: top;*/
/*}*/

/*Atualização class text*/
.text {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 9px;
    text-align: justify;
}

.text p {
    margin-bottom: 12px;
}

.text_2 {
    font-family: Tahoma;
    font-size: 12px;
    color: #444;
    padding: 0 0 0 5px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.textoTopo {
    font-family: Tahoma;
    font-size: 13pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
}

.erro {
    text-align: center;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: red;
}

.atraso {    
    color: #FF0000!important;
}

.atraso a:link{    
    color: #FF0000!important;
}

.atraso a:visited{    
    color: #FF0000!important;
}

.atraso a:hover{    
    color: #FF0000!important;
}

.atraso a:active{    
    color: #FF0000!important;
}

.linhaPrazoProrroga {    
    background-color: rgba(247, 232, 162, 0.30)!important;
}

.linhaAtrasada {    
    /*background-color: rgba(255, 0, 0, 0.05)!important;*/
}

.prazo {    
    color: #F7E8A2;
}

.prazo a:link{    
    color: #F7E8A2;
}

.prazo a:visited{    
    color: #F7E8A2;
}

.prazo a:hover{    
    color: #F7E8A2;
}

.prazo a:active{    
    color: #F7E8A2;
}

.vermelho {    
    color: FF0000;
}

.textoTitulo {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    text-indent: 3pt;
}

.textoTitulo.ajusteBootstrap {
    padding-bottom: 6px;
}

.textoTitulo.ajusteBootstrap.tituloTopo {
    padding-top: 5px;
}

.borda {
    border-top-width: 7px;
    border-top-color: #C0CBDD;
    border-top-style: solid;
    /* border-right-style: solid; */
    border-bottom-style: none;
    border-left-style: none;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #DAE0EA;
    line-height: 15px;
    border-right-color: #C0CBDD;
    height: 17px!important;
    color: #444;
}

.borda2 th {
    /* width: 100%; */
    background:#E5E5E5;
    padding: 5px 8px 1px;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    color: #3185B9;
    text-align: left;
    margin-top: 10px;
}

.borda2 span.cadastro {
    color:#3185B9;
}
.bg {
    background-color: #F4F4F4;
    /* padding-bottom: 53px; */
    height: 33px;
}
.tabela {
    background: #fff;/*skin v3: inclusao do atributo background*/
    border: 1px solid #CCCCCC;/*skin v3: modificado dimensao da borda e cor*/
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    margin: 28px auto 20px;/*skin v3: inclusao do atributo margin*/
    padding: 12px 12px;
 }
 
 .tabelaRelatorioGeral {
    display: flex;
    flex-direction: column;
    background: #fff;/*skin v3: inclusao do atributo background*/
    border: 1px solid #CCCCCC;/*skin v3: modificado dimensao da borda e cor*/
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    margin: 28px auto 20px;/*skin v3: inclusao do atributo margin*/
    padding: 12px 12px;
    width: 50vw;
 }

.FormFiltroRelatorio {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px; 
    gap: 5px;
}

.radioButtonContainer {
    display: flex;
    width: 300px;
    gap: 10px;
    align-items: baseline;
}

.tabela tr {padding: 0 0 5px;}

.tabelaInstrucoes {
    border: 10px solid #E5E5E5;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
}

.tabela.ajusteBootstrapTabela {
    border-spacing: 1px!important; 
    border-collapse: inherit!important; 
}

tbody.redBox {
    background:#FFF4F5;
    margin: 0 0 34px;
    outline: 1px solid #CCC;
}

tbody.redBox span {
    color: #E65328;
    text-transform: uppercase;
    background: transparent;
}

tbody.redBox tr { outline: 1px solid #FFF4F5; }

tbody.redBox tr td {
    outline: 2px solid #FFF4F5;
    border: 0px solid;
    color: #854E51;
    padding: 3px 0;
}

tbody.redBox tr td img {
    vertical-align: bottom;
    height: 22px;
    width: 25px;
}

.label {
    font-family: Tahoma!important;
    font-size: 12px!important;
    color: #555!important;
    text-align: right!important;
    padding: 2px!important;
    vertical-align: top!important;
    font-weight: normal!important;
    line-height: normal!important;
    border-radius: inherit!important;
}

.labelTexto {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    vertical-align: top;
}

.tit1 {
    font-family: Tahoma;
    font-size: 12px;
    color: #444;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    background-color: #dae0ea;
    line-height: 15px;
    text-indent: 3pt;
    padding: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-top-color: #F4F4F4;
    border-right-color: #F4F4F4;
    border-bottom-color: #F4F4F4;
    border-left-color: #F4F4F4;
    border-bottom-style: solid;
    /* margin: 10px; */
}

.titCenter {
    font-family: Tahoma;
    font-size: 12px;
    color: #444;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    background-color: #dae0ea;
    line-height: 15px;
    text-indent: 3pt;
    padding: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-top-color: #F4F4F4;
    border-right-color: #F4F4F4;
    border-bottom-color: #F4F4F4;
    border-left-color: #F4F4F4;
    border-bottom-style: solid;
    /* margin: 10px; */
}

/*skin v3:estilo da aba do titulo*/

.tit1 span {
    background:#E5E5E5;
    padding: 5px 8px 1px;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    display: table;
    margin-top: 10px;
}

.tit1 span.cadastro {
    color:#3185B9;
}

/*Fim*/

/*skin v3:estilo campos formularios*/
input[type="text"], input[type="password"],textArea,select {
    /*background: rgba(213, 233, 215, 0.33);*/
    padding: 3px 8px 3px;
    border-radius: 2px;
    outline:none;
    border: 1px solid #DDD;
    vertical-align: middle;
    color: #728475;
}

input.rotulo {
    background: transparent;
    color:#333;
    padding: 0 0 0;
    border: none;
}

.linkcaminho {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    text-align: right;
    padding: 0px;
    vertical-align: middle;
    text-indent: 5pt;
    margin: 0px;
}

.link {
    font-family: Tahoma;
    font-size: 12px;
    text-align: right;
}

.rotulo {
    border-width: 0;
    text-align: right;
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    background-color: #F4F4F4;
}

/*skin v3:botoes*/
.contentButton {
    position: relative;
    top: 50%;
    -webkit-transform: translateX(39%);
    padding: 10px 0;
}

.buttonFrame{
    display: table;
}

[cleanActionButton]{
    background: #3185B9;
    color:#fff;
    border-radius: 5px;
    height: 25px;
    width:50%;
    border: 1px solid #1A5579;
}

[saveActionButton]{
    background: #919191;
    color:#fff;
    border-radius: 5px;
    height: 25px;
    width:50%;
    border: 1px solid #1A5579;
}

button.geral {
    background: #3185B9;
    color:#fff;
    width: 100px;
    height: 25px;
    border: 1px solid #1A5579;
    border-radius: 5px;
    margin-right: 7px;
    margin-top: 5px;
    margin-left: 7px;
    margin-bottom: 7px;
    font-size: 13.3px!important;
}

.geral.botaoMaior {
    width: auto!important;
}

button.descarte {
    background: #e22828;
    color:#fff;
    width: 100px;
    height: 25px;
    border: 1px solid #1A5579;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 13.3px!important;
}

button.ok {
    background: #919191;
    color:#fff;
    min-width: 100px;
    height: 25px;
    border: 1px solid #5E5700;
    border-radius: 5px;
    margin-right: 7px;
    margin-top: 5px;
    margin-left: 7px;
    margin-bottom: 7px;
    font-size: 13.3px!important;
    z-index: 1000;
}

button.ok.btnEnviarResposta {
    min-width: 115px;
}

button.edit {
    background: rgb(238, 202, 0);
    color:#fff;
    width: 100px;
    height: 25px;
    border: 1px solid #5E5700;
    border-radius: 5px;
    margin-right: 7px;
    margin-top: 5px;
    margin-left: 7px;
    margin-bottom: 7px;
    font-size: 13.3px!important;
}

button.resp {
    background: #BE690A;
    color:#fff;
    width: 100px;
    height: 25px;
    border: 1px solid #684000;
    border-radius: 5px;
    margin-right: 7px;
    margin-top: 5px;
    margin-left: 7px;
    margin-bottom: 7px;
    font-size: 13.3px!important;
}

button.geral:hover {
    background: rgba(49, 133, 185, 0.8);
}

button.descarte:hover {
    background: rgba(255, 129, 129, 1);
}

button.ok:hover {
    background: rgba(165, 189, 0, 0.6);
}

button.edit:hover {
    background: rgba(238, 202, 0, 0.6);
}

button.resp:hover {
    background: rgba(190, 105, 10, 0.8);
}

.prazoProrrogadoANS {

}

.cabecalhoManifestanteProrrogarPrazoAns {

}

.tit1prorroga {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    background-color: #F7E8A2;
    line-height: 15px;
    text-indent: 3pt;
    padding: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-top-color: #F7E8A2;
    border-right-color: #F7E8A2;
    border-bottom-color: #F7E8A2;
    border-left-color: #F7E8A2;
    border-bottom-style: solid;
}

.googleChartOmd {
    width: 100%; 
    min-height: 580px;
}

.switchFuncionalidade {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

/* Hide default HTML checkbox */
.switchFuncionalidade input { display:none; }

/* The slider */
.sliderFuncionalidade {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderFuncionalidade:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .sliderFuncionalidade {
    background-color: #2196F3;
}

input:focus + .sliderFuncionalidade {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderFuncionalidade:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.sliderFuncionalidade.roundFuncionalidade {
    border-radius: 34px;
}

.sliderFuncionalidade.roundFuncionalidade:before {
    border-radius: 50%;
}

.hiddenElement{
    display: none;
    visibility: hidden;
    clear: 0px;
}

/*skin v3:tooltip*/

#WzTtDiV {
    box-shadow: 1px 1px 5px #333;
    width: 308px!important;
    /* border-radius: 5px; */
}

#WzTiTl {
    background-color:rgb(119, 119, 119)!important;
    padding: 7px 4px!important;

}

#WzBoDy {
    background-color: rgb(251, 255, 226)!important;
    padding: 17px 3px!important;
    border: 1px solid rgb(143, 143, 140)!important;
    top: 0px!important;
}

#WzBoDyI {
    color:rgb(157, 155, 104);
}

#WzClOsE {
    border-radius: 20px;
    padding: 4px;
    margin-right: 2px;
}

#WzTtShDwR {
    display: none;
}

#WzTtShDwB {
    display: none;
}

/*Fim*/

.tabMenu {
    margin: 20px 0px 20px 0px;
}

.pager {
    background: #fff;
    outline: 10px solid #fff;
}

.margemSuperiorInstrucoes {
    margin-top: 10px;
}

.corIconeAjuda {
    color: #91a600;
}

.espacoEntreLinhas {
    margin-bottom: 10px;
}

.espacoEntreLinhasFooter {
    margin-bottom: 25px;
}

#containerDivi {
    width: 70%;
    margin: 20px auto;
}

#filesbody tr {
    padding: 0 0 5px 0;
}

#filesbodyAnexoEncaminhamento tr {
    padding: 0 0 5px 0;
}

#filesbody td {
    padding: 0 5px 0 0;
}

.btn-facebook:link {
    font-size: 11pt;
    text-decoration: none !important;
}
.btn-facebook {
    color: #fff !important;
}

.linkBotao:link, .linkBotao:visited, .linkBotao:hover, .linkBotao:active {
    text-decoration: none;
}

.linkBotao:hover {
    background-color:rgba(165, 189, 0, 0.6) !important;
}

.linkBotao {
    align-items:flex-start !important;
    background-color: #919191!important;
    background-attachment:scroll !important;
    background-clip:border-box !important;
    background-image:none !important;
    background-origin:padding-box !important;
    background-position-x:0% !important;
    background-position-y:0% !important;
    background-size:auto !important;
    border-bottom-color:rgb(145, 145, 145) !important;
    border-bottom-left-radius:5px !important;
    border-bottom-right-radius:5px !important;
    border-bottom-style:solid !important;
    border-bottom-width:1px !important;
    border-collapse:collapse !important;
    border-image-outset:0px !important;
    border-image-repeat:stretch !important;
    border-image-slice:100% !important;
    border-image-source:none !important;
    border-image-width:1 !important;
    border-left-color:rgb(145, 145, 145) !important;
    border-left-style:solid !important;
    border-left-width:1px !important;
    border-right-color:rgb(145, 145, 145) !important;
    border-right-style:solid !important;
    border-right-width:1px !important;
    border-top-color:rgb(145, 145, 145) !important;
    border-top-left-radius:5px !important;
    border-top-right-radius:5px !important;
    border-top-style:solid !important;
    border-top-width:1px !important;
    box-sizing:border-box !important;
    color:rgb(255, 255, 255) !important;
    cursor:pointer !important;
    display:inline-block !important;
    font-family:Arial !important;
    font-size:12px !important;
    font-stretch:100% !important;
    font-style:normal !important;
    font-variant-caps:normal !important;
    font-variant-east-asian:normal !important;
    font-variant-ligatures:normal !important;
    font-variant-numeric:normal !important;
    font-weight:400 !important;
    height:25px !important;
    letter-spacing:normal !important;
    line-height:normal !important;
    margin-bottom:0px !important;
    margin-left:0px !important;
    margin-right:3px !important;
    margin-top:0px !important;
    min-width:100px !important;
    overflow-x:visible !important;
    overflow-y:visible !important;
    padding-bottom:1px !important;
    padding-left:6px !important;
    padding-right:6px !important;
    padding-top:4px !important;
    text-align:center !important;
    text-indent:0px !important;
    text-rendering:auto !important;
    text-shadow:none !important;
    text-size-adjust:100% !important;
    text-transform:none !important;
    white-space:normal !important;
    width:100px !important;
    word-spacing:0px !important;
    writing-mode:horizontal-tb !important;
    -webkit-appearance:none !important;
    -webkit-border-horizontal-spacing:0px !important;
    -webkit-border-vertical-spacing:0px !important;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0) !important;
    -webkit-border-image:none !important;
}

.topTableAuditoria {
    height: 30px;
    background-color: #dae0ea;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 5px;
    border-radius: 5px 5px 0px 0px;
}

.gridCustomSystem {
    margin-left: 10%; 
    margin-right: 10%; 
    font-family: Tahoma;
    font-size: 14px; 
    color:black;
}

.marcacaoEspecial {
    font-size:2rem;
    color: #0076a3;
    cursor: default;
}

.tituloMarcacaoEspecial {
    font-size: 19px; 
    color: #0076a3;
}