/* DefiniÃ§Ãµes de CSS */
@import url("variaveis.css");
@import url("botoes.css");
@import url("posicionamento.css");
@import url("formulario.css");
@import url("modalCotacao.css");
@import url("material-icons.css");

@font-face {
    font-family: 'Inter';
    src: url('./../fonts/Inter-Regular.ttf') format(truetype);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./../fonts/Inter-Medium.ttf') format(truetype);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./../fonts/Inter-SemiBold.ttf') format(truetype);
    font-weight: 600;
    font-style: normal;
}

.containerAutoComplete {
    position: absolute;
    z-index: 10;
    min-width: 96%;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 0 15px 0 0;
}

.containerAutoComplete ul {
    position: relative;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
}

.containerAutoComplete>div {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.autoComplete li {
    list-style: none;
    /* tira a bolinha do li */
    padding: 5px;
}

.autoComplete li:hover,
.autoComplete li:focus,
.selected {
    background-color: #cecece;
}

.containerAutoComplete.invertido {
    bottom: 43px;
}

.maisBotoes {
    position: relative;
}

.botoesAuxiliares-container {
    position: absolute;
    z-index: 1;
    max-height: 200px;
    right: -18px;
    margin-bottom: 16px;
    overflow-y: scroll;
}

.botoesAuxiliares-container li {
    display: flex;
    align-items: center;
    /* margin: 10px; */
}

.botoesAuxiliares-title {
    padding: 0px 0px 0px 8px;
    font-size: 12px;
}

.tela-opcoes {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    overflow-y: auto;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.tela-opcoes li {
    padding: 8px 16px;
    margin: 8px;
    border-radius: 4px;
    cursor: pointer;
}

/* Transforma o box size padrÃ£o para o border-box, levando em conta paddings e bordas */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.check-buttom {
    display: flex;
    padding: 0 !important;
    margin-right: 15px;
    border: 1px solid #b9b9b949;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 4px;
    z-index: 2;
}

.check-buttom input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.check-buttom:after {
    color: #fff;
}

.checkmark {
    display: flex;
    padding: 8px 16px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgb(30 60 90 / 10%);
    z-index: -1;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.check-buttom:hover input[type="checkbox"]~.checkmark {
    background-color: #2c7be5;
    color: white;
    transition: 200ms;
}

.check-buttom input[type="checkbox"]:checked~.checkmark {
    background-color: #2c7be5;
    color: white;
}

.check-buttom:hover input[type="checkbox"]:checked~.checkmark {
    background-color: #185bb4;
    color: white;
    transition: 200ms;
}

.imagem {
    border-radius: 8%;
}

a:link {
    color: var(--cor-13);
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #7a7a7a;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

button {
    font-family: 'Inter';
    font-weight: 500;
    outline: none;
}

.caixaEscuraTabela {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.caixaTabela {
    margin-top: 5px;
    color: white;
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    background-color: #4faed8;
    border-radius: 4px 4px 0 0;
}

.caixaTitulo {
    padding: 8px;
    font-size: 12px;
    color: #474644;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(185, 185, 185, 0.3);
    background-color: #eceff4;
    box-shadow: 0 4px 8px #b9b9b949;
}

/* .caixaTitulo:hover {
	background-color: #e4e7ec;
} */

.caixaSubTitulo {
    padding: 2px;
    font-size: 12px;
    color: #263b8d;
    font-weight: bold;
    border: solid 1px #c3d0e1;
    margin-left: 30px;
}

.caixaTituloVisaoCinza {
    background: var(--cor-11);
    border-bottom: 2px solid var(--cor-11h);
    width: auto;
    padding: 5px 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px;
    text-align: left;
}

.caixaTituloVisaoCinza:hover {
    background: var(--cor-11h);
}

.caixaTituloVisaoAmarelo {
    background: var(--cor-10);
    border-bottom: 2px solid var(--cor-10h);
    width: auto;
    padding: 5px 20px;
    font-size: 12px;
    color: #1f1f1f;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px;
    text-align: left;
}

.caixaTituloVisaoAmarelo:hover {
    background: var(--cor-10h);
}

.caixaTituloVisaoVermelho {
    background: var(--cor-9);
    border-bottom: 2px solid var(--cor-9h);
    width: auto;
    padding: 5px 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px;
    text-align: left;
}

.caixaTituloVisaoVermelho:hover {
    background: var(--cor-9h);
}

.caixaTituloVisaoAzul {
    background: var(--cor-1);
    border-bottom: 2px solid var(--cor-1h);
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px;
    text-align: left;
}

.caixaTituloVisaoAzul:hover {
    background: var(--cor-1h);
}

.caixaTituloVisaoAzulMaior {
    background: var(--cor-1);
    border-bottom: 2px solid var(--cor-1h);
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px;
    text-align: left;
}

.caixaTituloVisaoAzulMaior:hover {
    background: var(--cor-1h);
}

.caixaTituloVisaoAzulTelaInteira {
    background: var(--cor-1);
    border-bottom: 2px solid var(--cor-1h);
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px;
}

.caixaTituloVisaoAzulTelaInteira:hover {
    background: var(--cor-1h);
}

.caixaEscura {
    background: #2b2b2b;
    color: #fff;
    border: none;
}

.caixaExcluir {
    background: #c91418;
    color: #fff;
    border: none;
}

.caixaLegenda {
    display: inline-block;
    font-size: 11px;
    color: #999;
    margin-bottom: 0;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.caixaLegenda span {
    /* margin: 4px 0 0 8px; */
}

.caixaLegenda img {
    padding: 0 8px 0 8px;
}

.subTitulo {
    font-size: 18px;
}

.tabelaBorda td {
    border-right: rgba(218, 218, 218, 0.733) 1px solid;
    border-bottom: rgba(218, 218, 218, 0.733) 1px solid;
}

.tabelaBordaTopo {
    border-top: #d2dce9 1px solid;
}

.tabelaBordaEsquerda {
    border-left: #d2dce9 1px solid;
}

.tabelaTitulo {
    background: url(../images/webcorr/fnd_caixaTitulo.jpg);
    font-weight: bold;
    color: #002e68;
}

.tabelaTituloM {
    background: url(../images/webcorr/fnd_caixaTituloM.jpg);
    font-weight: bold;
    color: #002e68;
}

.tabelaTitulo1 {
    background: url(../images/webcorr/fnd_caixaTitulo.jpg);
    font-weight: bold;
    color: #002e68;
}

.tabelaTitulo2 {
    background-color: #f1f1f1;
    font-weight: bold;
    color: #000000;
}

.tabela {
    font-size: 11px;
}

.pergunta-questionario {
    color: #383737;
    margin: 15px 0 5px 0;
    font-size: 10pt;
}

.noborder {
    border: 0px;
}

.content-table {
    font-weight: bold;
    border-collapse: collapse;
    font-size: 0.9em;
    min-width: 400px;
    position: relative;
    overflow: visible;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
}

.content-table thead tr {
    background-color: #4faed8;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 5px 10px;
}

.content-table tbody tr {
    /* border-bottom: 1px solid #dddddd; */
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #EEEEEE;
}

.content-table tbody tr:last-of-type {
    /* border-bottom: 2px solid #4faed8; */
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* AlteraÃ§Ãµes do Diovanni*/
.tabela tr:nth-child(even) {
    background: #ffffff;
}

.tabela tr:nth-child(odd) {
    background: #f9f9f9;
}

.tabela tr:hover {
    background: #f1f1f1;
}

.tabelaVisao {
    font-size: 9px;
}

.tabelaNoBorda td {
    border-right: none;
    border-bottom: none;
}

.tabelaPesquisa {
    color: #0d73b0;
}

.variacaoFundo {
    background: #ffffff;
}

.variacaoFundoAzul {
    background: #56a0ef;
}

.variacaoFundoVerde {
    background: #baceb7;
}

.colunaSimplesCampo {
    display: flex;
    width: 100%;
}

.colunaSimples {
    display: flex;
    width: 100%;
}

.colunaDuplaDividida {
    display: flex;
    width: 100%;
}

.colunaDuplaComplexa {
    display: flex;
    width: 100%;
}

.colunaDividida {
    display: flex;
    width: 100%;
}

.colunaDupla {
    display: flex;
    width: 100%;
}

.colunaQuatro {
    width: 100%;
}

/*========================================== 
		 ESTILO DOS FORMULÃ�RIOS 
	========================================== */

.label {
    color: #0d73c9;
    padding: 0px 15px 10px 0px;
}

.width-1 {
    width: 20%;
}

.width-2 {
    width: 50%;
}

.width-3 {
    width: 75%;
}

.width-4 {
    width: 100%;
}

.legend {
    font-size: 12px;
    padding-bottom: 15px;
}

form {
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
button {
    outline: none;
}

select[readonly],
input[readonly],
textarea[readonly] {
    background-color: #ececec;
    cursor: not-allowed;
}

select[readonly] {
    touch-action: none;
    pointer-events: none;
}

select[disabled],
input[disabled],
textarea[disabled] {
    background-color: #ececec;
    touch-action: none;
    cursor: not-allowed;
}

.duasColunas {
    width: 435px !important;
}

.duasColunasSelect {
    width: 435px !important;
}

#horizontalForm {
    padding: 10px 0px;
}

#horizontalForm fieldset {
    display: block;
    padding: 0px;
    margin: 0px;
    border: none;
    width: 100%;
}

#horizontalForm .bordaForm {
    border: 1px solid #ccc;
}

#horizontalForm legend {
    font-size: 12px;
    margin-bottom: 20px;
}

#horizontalForm label {
    font-weight: bold;
    /* color: #0d73c9; */
    padding-right: 5px;
}

/* #horizontalForm input {
	margin-top: 5px;
} */

/* #horizontalForm textarea {
	height: 100px;
	margin-top: 5px;
	border: 1px solid #b9b9b9;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
} */

/* #horizontalForm select {
	margin-top: 5px;
	
} */

#horizontalForm #limpaForm dt {
    float: left;
    padding: 8px 10px 0 0;
    font-weight: normal;
}

#horizontalForm #limpaForm input {
    margin-top: 5px;
    float: left;
}

#horizontalForm .textoForm {
    padding: 5px;
    color: #333;
    font-weight: normal;
}

#horizontalForm br {
    clear: both;
}

#horizontalForm .resultadoFieldset {
    display: block;
    padding: 0 5px 5px 5px;
    border: none;
}

#horizontalForm .bordaForm {
    border: 1px solid #ccc;
}

#horizontalForm .resultadoLabel {
    float: left;
    display: block;
    margin: 5px;
    font-weight: bold;
    color: #0d73c9;
}

#horizontalForm .resultadoP {
    width: 220px;
    color: #333;
    font-weight: normal;
    margin: 0;
    font-size: 11px;
}

#horizontalForm .resultadoPValor {
    width: 220px;
    color: #333;
    font-weight: normal;
    margin: 0;
    font-size: 11px;
    text-align: right;
}

.resultadoCampo {
    font-weight: bold;
    color: #0d73c9;
    font-size: 11px;
}

.labelBotaoForm {
    padding: 12px 10px 0px 0px;
}

.form_botao {
    background-color: var(--cor-1);
    border: none;
    /* border-bottom: 2px solid var(--cor-1h); */
    border-radius: 3px;
    cursor: pointer;
    color: #fff !important;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.form_botao:hover,
.form_botao:focus,
.bt-Geral:hover,
.bt-Cor1:hover {
    background-color: var(--cor-1h);
}

.bt-Geral {
    cursor: pointer;
    border: 1px solid #7fa2c7;
    color: #fff;
    font-weight: normal;
    height: 25px;
    background: url(../images/webcorr/fnd_botao.jpg) repeat-x left top;
    font-size: 11px;
    padding: 0 15px 0 15px;
    margin-left: 5px;
}

.bt-Cor1 {
    cursor: pointer;
    border: 1px solid #ee330a;
    color: #fff;
    font-weight: normal;
    height: 25px;
    background: url(../images/webcorr/fnd_botao2.jpg) repeat-x left top;
    font-size: 11px;
    padding: 0 15px 0 15px;
}

.textoDesativado {
    border: 1px solid #d4e1f1;
    font: 11px Arial;
    padding-left: 5px;
    background-color: lightgray;
    height: 22px;
}

.textoValor {
    border: 1px solid #d4e1f1;
    font: 11px Arial;
    padding-left: 5px;
    background: url(../images/webcorr/fnd_inputxt.jpg) repeat-x left top;
    height: 22px;
    text-align: right;
}

.textoarea {
    border: 1px solid #d4e1f1;
    font: 11px Arial;
    padding-left: 5px;
    padding-top: 5px;
    background: url(../images/webcorr/fnd_inputxt.jpg) repeat-x left top;
    height: 100px;
}

.txtarea-Geral {
    border: 1px solid #d4e1f1;
    font: 11px Arial;
    padding-left: 5px;
    padding-top: 5px;
    background: url(../images/webcorr/fnd_inputxt.jpg) repeat-x left top;
    height: 100px;
    width: 160px;
}

.inputxt-Branco {
    border: 1px solid #a7afb8;
    background: #fff;
}

.inputxt-Geral {
    border: 1px solid #d4e1f1;
    font: 11px Arial;
    padding-left: 5px;
    background: url(../images/webcorr/fnd_inputxt.jpg) repeat-x left top;
    height: 20px;
    width: 210px;
}

/***************** ESTILO DO RANKING *******************/
.rankingCol1 {
    background: #dae1ec;
    width: 152px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-size: 10px;
    float: left;
}

.rankingBarra {
    z-index: 2;
    background: #98b5e5;
    position: absolute;
}

.rankingCol1,
.rankingBarra {
    height: 25px;
}

.rankingNome {
    position: absolute;
    z-index: 3;
    line-height: 25px;
    padding-left: 5px;
}

.rankingCol2,
.rankingCol3 {
    background: #151515;
    margin-bottom: 2px;
    margin-right: 2px;
    height: 25px;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 25px;
    float: left;
}

.rankingCol2 {
    width: 61px;
}

.rankingCol2 a:link {
    color: white;
    text-decoration: none;
}

.rankingCol2 a:visited {
    color: white;
    text-decoration: none;
}

.rankingCol2 a:hover {
    color: #8a8a8a;
    text-decoration: none;
}

.rankingCol3 {
    background: #8a8a8a;
    width: 68px;
}

.rankingCol3 a:link {
    color: white;
    text-decoration: none;
}

.rankingCol3 a:visited {
    color: white;
    text-decoration: none;
}

.rankingCol3 a:hover {
    color: #000;
    text-decoration: none;
}

/******************************************
FOLHA DE ESTILOS DO AUTO-COMPLETE
******************************************/
div.auto_complete {
    border: 1px solid #474644;
    color: #474644;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    z-index: 100;
}

div.auto_complete ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    top: 0;
    z-index: 100;
}

div.auto_complete ul li {
    margin: 0;
    padding: 3px;
    position: relative;
    top: 0;
    z-index: 100;
}

div.auto_complete ul li.selected {
    background-color: #359aff;
    /* #ffb */
    color: white;
    position: relative;
    top: 0;
    z-index: 100;
}

div.auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 100;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    /* Full width */
    height: auto;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Loader */
.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loaderIcone {
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 4px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    auto {
        transform: rotate(360deg);
    }
}

.limpa_float {
    clear: both;
}

.posiciona_direita {
    float: right;
}

.subtd {
    border-top: 1px solid #d2dce9;
    padding: 4px 0px;
}

/* Projetos ideias */

.projetos-container {}

.projetos-container h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px;
}

.projetos-container h1:hover {
    cursor: pointer;
    text-decoration: underline;
}

.projeto-card {
    border: 1px solid var(--cor-6);
    margin: 10px 0;
}

.projeto-linha {
    display: flex;
    align-items: center;
}

.projeto-col-1 {
    width: 30%;
    padding: 10px;
    text-align: center;
}

.projeto-col-2 {
    flex-grow: 3;
    padding: 10px;
}

.borda-superior {
    border-top: 1px solid var(--cor-6);
    background-color: var(--cor-7);
}

.cl {
    clear: both;
}

.projeto-fase-container {
    display: block;
    height: 32px;
    border: 1px solid var(--cor-6);
    position: relative;
    margin: 5px 0;
}

.projeto-fase-barra {
    height: auto;
    background-color: var(--cor-2);
    position: absolute;
}

.projeto-fase-legenda {
    position: absolute;
    color: #000;
    height: auto;
    padding: 10px;
}

.projeto-botoes {
    margin: 10px;
}

.projeto-botoes a {
    text-align: center;
    margin: 0 10px;
}

.projeto-botoes a img {}

/* Nova interface para planejamento */

.tabelaPlanejamento tbody tr {
    display: none;
}

.tabelaPlanejamento tbody tr:first-child {
    font-weight: bold;
    display: table-row;
}

.tabelaPlanejamento thead {
    text-align: center;
}

/* 
	Refinamentos do tabela de etapa - Diovanni 14/05
*/
.etapaContainer {
    margin: 15px 0px;
}

.caixaEtapa {
    padding: 8px;
    background: #646368;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.caixaEtapa a {
    color: #fff;
}

.caixaEtapa a:hover {
    color: var(--cor-5);
}

.caixaSubEtapa {
    border: 1px solid var(--cor-6);
}

/* ------------------------------- */

.caixaPlanejamento {
    margin-top: 10px;
    border-bottom: 0px;
}

.titulo {
    display: block;
    padding: 5px 20px;
    border-bottom: 2px solid #1f1f1f;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

#mensagensErro {
    padding: 10px;
    background: var(--cor-23);
    border: 1px solid var(--cor-23h);
    color: #fff;
    display: none;
    margin-bottom: 10px;
}

.tr-selecionada {
    border: 2px solid var(--cor-10h) !important;
    background: var(--cor-10) !important;
}

.tr-selecionada td {
    border-top: 1px solid var(--cor-10h) !important;
    border-bottom: 1px solid var(--cor-10h) !important;
}

/* DefiniÃ§Ãµes de tabela do planejamento de um projeto */

.iconeAjax {
    position: absolute;
    z-index: 100000;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    display: none;
}

.tabela-planejamento,
.tabela-planejamento-filho {
    border: 1px solid var(--cor-16h);
    width: auto;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
    font-size: 11px;
}

.tabela-planejamento input[type="text"],
.tabela-planejamento-filho input[type="text"] {
    margin: 4px 0 !important;
}

.tabela-planejamento-filho {
    border: none;
}

.linha-etapa-pai {}

.linha-etapa-pai:nth-of-type(even) td {
    background-color: var(--cor-29C);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.linha-etapa-pai:nth-of-type(odd) td {
    background-color: var(--cor-29D);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.linha-etapa-filho-categoria td {
    background-color: var(--cor-29B);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.linha-etapa-filho-insumo td {
    background-color: var(--cor-29A);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

tabela-planejamento-filho {
    border: none;
    width: auto;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
}

.tabela-planejamento-legenda {
    border: 1px solid var(--cor-16h);
    border-right: none;
    border-bottom: none;
    width: auto;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
}

.tabela-planejamento-legenda td {
    font-size: 10px;
    color: #1f1f1f;
    background: #ffffff;
    border-bottom: 1px solid var(--cor-16);
}

.tabela-planejamento-legenda td:last-of-type {}

.linha-selecionada {
    background: var(--cor-29E);
}

.linha-selecionada td {
    border-bottom: 1px solid var(--cor-29F);
}

.linha-selecionada-marca td:first-of-type {
    font-weight: bold;
    text-decoration: underline;
}

.linha-selecionada-marca td {}

.marcaEtapa {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -5px;
    z-index: 100;
    width: 10px;
    height: 10px;
    background: var(--cor-28);
    display: none;
}

/*
.tabela-etapa-pai:nth-child(even) td{
	background-color:var(--cor-9);
}

.tabela-etapa-pai:nth-child(even) td:hover{
	background-color:var(--cor-9h);
}

.tabela-etapa-pai:nth-child(odd) td{
	background-color:var(--cor-10);
}

.tabela-etapa-pai:nth-child(odd) td:hover{
	background-color:var(--cor-10h);
}
*/

.semBorda {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-appearance: none !important;
}

.semBorda:focus {
    border: 0.1px solid #cecece !important;
}

.pad {
    padding: 4px 10px;
    line-height: 1.5em;
}

.item-card {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(27, 54, 82, 0.3);
    transition: all 0.3s;
    margin-bottom: 16px;
    padding: 16px;
}

.item-card:hover {
    box-shadow: 0 4px 6px rgba(27, 54, 82, 0.2);
    /* transform: scale(1.002) !important; */
}

.area-card {
    margin-top: 1rem;
    justify-content: space-between;
}

.item-card-visao {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(27, 54, 82, 0.3);
    transition: all 0.3s;
    margin-bottom: 16px;
    padding: 16px;
    margin: 1rem;
    height: 90%;
}

/* MENU VIOES TELA INICIO*/
.area-mais-visoes-tela-inicio {
    position: absolute;
    z-index: 2;
    background: #FFF;
    border-radius: 0px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(27, 54, 82, 0.3);
}

.card-mais-visoes-tela-inicio {
    margin: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(27, 54, 82, 0.3);
    border-radius: 4px;
    display: flex;
    gap: 8px;
    color: #212121;
    font-size: 1.2em;
    align-items: center;
}

.card-mais-visoes-tela-inicio:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(27, 54, 82, 0.5);
}

.cabecalho-card-financeiro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titulo-card-financeiro {
    font-size: 16px;
    font-weight: bold;

}

.conteudo-card-financeiro {
    font-size: 14px;
}

.paddingListaStatica tr td {
    padding: 10px;
}




/* .itemSaidaEstoqueBase-i .linha:hover,
.itemServicoBase-i .linha:hover,
.itemProdutoBase-i .linha:hover,
.itemInsumoBase-i .linha:hover, */
/* .itemSolicitacaoBase-i .linha:hover, */
/* .itemOrcamentoBase-i .linha:hover,
.itemCompraBase-i .linha:hover,
.itemOperacaoEstoqueBase-i .linha:hover, */
/* .etapa-i .linha:nth-child(1):hover,
.questionario-i .linha:nth-child(1):hover,
.planoConta-i .linha:nth-child(1):hover,
.pergunta-i .linha:nth-child(1):hover,
.tipoNorma-i .linha:nth-child(1):hover {
    background-color: #d9d9d9;
} */

.atividades-box-menu {
    padding: 10px;
    background: #ffffff;
    color: #323232;
    border-radius: 4px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    z-index: 10000;
    right: 30px;
    line-height: 1.1em;
    width: 120px;
}

.atividades-box-menu a {
    display: block;
    padding: 6px;
    border-radius: 4px;
}

.atividades-box-menu a:hover {
    background: #263b8d;
    color: white;
}

.atividades-box-menu span {
    display: inline-block;
    background: var(--cor-9);
    color: white;
    padding: 4px;
    font-style: oblique;
    border-radius: 4px;
    font-size: 0.8em;
    width: 12px;
    height: 12px;
    text-align: center;
}

/* 
 *			Estilos para o Processo Instanciado
 *				- criado em 06/05/2020
*/

.bg-branco:hover {
    background-color: #f5f5f5 !important;
}

.bg-verde {
    background-color: #d4edda !important;
    border-bottom: 1px solid #b6ebc2 !important;
}

.bg-verde:hover {
    background-color: #b6ebc2 !important;
}

.bg-vermelho {
    background-color: #f8d7da !important;
    border-bottom: 1px solid #fcbcc1 !important;
}

.bg-vermelho:hover {
    background-color: #fcbcc1 !important;
}

.bg-azul {
    background-color: #cce5ff !important;
    border-bottom: 1px solid #acd2fa !important;
}

.bg-azul:hover {
    background-color: #acd2fa !important;
}

.bg-amarelo {
    background-color: #fff3cd !important;
    border-bottom: 1px solid #fcebb6 !important;
}

.bg-amarelo:hover {
    background-color: #fcebb6 !important;
}

.bg-roxo {
    background-color: #e3cdff !important;
    border-bottom: 1px solid #d7b6fc !important;
}

.bg-roxo:hover {
    background-color: #d7b6fc !important;
}

.bg-preto {
    background-color: #afaeae !important;
    border-bottom: 1px solid #797979 !important;
}

.bg-preto:hover {
    background-color: #797979 !important;
}

.bg-laranja {
    background-color: #ffdba1 !important;
    border-bottom: 1px solid #eebd6f !important;
}

.bg-laranja:hover {
    background-color: #eebd6f !important;
}

/* Borda para os itens card */
.bd-verde {
    border-left: 8px solid #6CC24A !important;
}

.bd-vermelho {
    border-left: 8px solid #F9423A !important;
}

.bd-azul {
    border-left: 8px solid #009CDE !important;
}

.bd-amarelo {
    border-left: 8px solid #FFCD00 !important;
}

.bd-roxo {
    border-left: 8px solid #d7b6fc !important;
}

.bd-preto {
    border-left: 8px solid #797979 !important;
}

.bd-laranja {
    border-left: 8px solid #eebd6f !important;
}

/* 
 *	ESTILOS DE ANIMATION-GIF
*/

.animation-gif::before,
.messages-animation-gif::after {
    content: "";
    display: block;
    position: relative;
}

.animation-gif::before {
    background: var(--cor-1);
    animation: gif-animation 2s infinite;
    height: 4px;
    border-radius: 8px;
}

.messages-animation-gif::after {
    background: #155724;
    animation: gif-animation 8s infinite;
    height: 2px;
}

@keyframes gif-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.card-icon-modelo {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(27, 54, 82, 0.3);
    transition: all 0.3s;
    user-select: none;
    height: 100px;
    align-items: center;
}

.card-icon-modelo img {
    filter: invert(52%) sepia(50%) saturate(4750%) hue-rotate(168deg) brightness(94%) contrast(102%);
}

.card-icon-title {
    margin-bottom: 3px;
    font-size: 12px;
    font-family: 'Inter';
}

.card-icon {
    padding: 20px;
    margin: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(27, 54, 82, 0.3);
    transition: all 0.3s;
    user-select: none;
    width: 150px;
    height: 150px;
}

.card-icon-title {
    margin-bottom: 3px;
    font-size: 11px;
}

.card-icon-modelo:focus,
.card-icon-modelo:hover,
.card-icon:focus,
.card-icon:hover {
    outline: none;
    box-shadow: 0 6px 12px rgba(27, 54, 82, 0.2);
    cursor: pointer;
}

.topo {
    font-size: 14px;
    /* background-color: #fe7e01; */
    align-items: center !important;
    margin: 20px;
    gap: 8px;
    /* box-shadow: 0 4px 8px rgba(27, 54, 82, 0.3); */
}

.topo-icon {
    font-size: 24px;
}

.menu {
    background: #2b2b2b;
    padding: 8px;
    min-height: 100vh;
    /* animation: animation-menu-reverso 0.8s; */
}

.menu.fechado {
    /* animation: animation-menu 0.8s forwards; */
}

@keyframes animation-menu {
    100% {
        width: 80px;
    }
}

@keyframes animation-menu-reverso {
    0% {
        width: 80px;
    }

    100% {
        width: 246px;
    }
}

.icone-padrao,
.icone-fechado {
    cursor: pointer;
}

.menu img {
    display: block;
    max-width: 100%;
}

.menu.fechado img {
    display: none;
}

.img-menu {
    height: 72px;
}

.badge {
    position: relative;
    padding: 0 5px;
    margin-left: 5px;
    top: -5px;
    color: #000;
    font-weight: bolder;
}

.badgeNotificacao {
    position: relative;
    padding: 0 3px;
    margin-left: -2px;
    top: -8px;
    color: #000;
    font-weight: bolder;
    font-size: 10px;
}

.fechar-aba {
    margin-left: 1rem;
    color: #fff;
    transition: 0.5s;
}

.fechar-aba:hover {
    cursor: pointer;
    color: var(--cor-9h);
}

.gantt {
    max-height: 300px;
    overflow-y: auto;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(105, 105, 105) rgb(156, 156, 156);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: rgb(156, 156, 156);
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(105, 105, 105);
}


/* Css Notificação*/
.circuloInformacaoQtd {

    border-radius: 45%;
    background-color: #F9423A;
    position: relative;
    padding: 0 5px;
    color: #FFFFFF;
}

.textoNomeNg {}

.my-handle {
    cursor: move !important;
    cursor: -webkit-grabbing;
}

.formulaIndicadorFixada {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #FAFAFA;
    z-index: 1;
}

.marcaTexto {
    background-color: #b6ebc2bb;
}

.nenhumaNotificacao {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    font-size: 1rem;
}

.input-required::after {
    content: ' (Obrigatório)';
    color: #9E9E9EFF;
}

.input-optional::after {
    content: ' (Opcional)';
    color: #9E9E9EFF;
}

.labelRelatorioX {
    color: gray;
    margin-bottom: 2px;
}

.spanConteudoRelatorioX {
    font-weight: bold;
    font-size: 14px;
}

.tituloRelatorioX {
    color: var(--cor-1);
    font-size: 22px;
    font-weight: 600;
}

.subtituloRelatorioX {
    font-size: 18px;
    margin-top: 12px;
    font-weight: 500;
    color: var(--cor-1);
}