*{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
    outline: none;
    box-sizing: border-box;
    text-transform: uppercase;
	font-weight: 400;
}
body,td,th, input, textarea, select, span{
	
	color: #484D4E;
    text-transform: uppercase;
    font-weight: 300;
}

body {
	margin: 0px;
	padding:0px;
	max-width:100%;
	
    max-height: 100vh;
}


.progress-donut{
    position: relative;

    width: 6.4rem;
    height: 6.4rem;

}

#bodyPrincipal{
    overflow: hidden;
    background: #F1F4F9;
}



svg {
    --percentage: 0;
    width: 6.4rem;
    height: 6.4rem;
    transform: rotate(-90deg);

}

svg circle {
    stroke-dasharray: 618;
    stroke-dashoffset: 618;
    stroke-width: 35;
    fill: none;
}

svg circle:nth-child(1) {
    stroke-dashoffset: 0;
}

svg circle:nth-child(2) {
    stroke-dashoffset: calc(618 - (618 * var(--percentage))/100);
    stroke-linecap: round;

    animation: progress 1s ease-in-out;
}

p.percentage-project{
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--light);

    position: absolute;
    left: 50%;
    top: 50%;
    
    transform: translate(-50%, -50%);
}


.flex{
        display: flex;
        margin-top: 5px;
        align-items: center;
    }
    
    .flex span{
        opacity: 0.5;
        font-size: 18px;
        margin-right: 10px;
        color: #007FFC;
    }

.filtroForm{
	border: 1px solid #CFD4DA; border-radius: 5px; text-align: left; margin-top: 10px; padding: 10px;
}
.filtroTitulo{
	background: #FFF; margin-top: -30px; width: 50px; margin-left: 15px; text-transform: capitalize; padding: 5px; color: #FBBE95; text-align: center;
}
.filtroTexto{
	text-transform: capitalize;
}
.bloco{
	border-radius: 15px;
	padding: 10px;
	box-shadow: 0px 0px 0.5em #CFD4DA;
	border: 1px solid #CFD4DA;
	margin-top: 10px;
	background: #FFF;
}
.botaoFiltrar{
    padding: 10px;
    background: linear-gradient(to bottom, #FF6600, #FF9900);
    cursor: pointer;
	border-radius: 5px;
	border: 0px;
	box-shadow: 0px 0px 0.8em #D8DEE9;
	width: auto;
	color: #FFF;
	display: flex;
	height: 40px;
    transition: 0.2s;
    text-transform: uppercase;
}



.botaoSalvar{
    padding: 10px;
    background: linear-gradient(to bottom, #09F, #004777);
    cursor: pointer;
	border-radius: 5px;
	border: 0px;
	box-shadow: 0px 0px 0.8em #D8DEE9;
	width: auto;
	color: #FFF;
	display: flex;
	height: 40px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
}

.botaoVoltar{
    padding: 10px;
    background: linear-gradient(to bottom, #681B00, #411100);
    cursor: pointer;
	border-radius: 5px;
	border: 0px;
	box-shadow: 0px 0px 0.8em #D8DEE9;
	width: auto;
	color: #FFF;
	display: flex;
	height: 40px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
}


.botaoExcluir{
    padding: 10px;
    background: linear-gradient(to bottom, #FB0103, #AE0000);
    cursor: pointer;
	border-radius: 5px;
	border: 0px;
	box-shadow: 0px 0px 0.8em #D8DEE9;
	width: auto;
	color: #FFF;
	display: flex;
	height: 40px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
}



.botaoQuitar{
    padding: 10px;
    background: linear-gradient(to bottom, #FF9900, #FF6600);
    cursor: pointer;
	border-radius: 5px;
	border: 0px;
	box-shadow: 0px 0px 0.8em #D8DEE9;
	width: auto;
	color: #FFF;
	display: flex;
	height: 40px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
}

    
.botaoSair{
   	padding: 10px;
    background: linear-gradient(to bottom, #454544, #000);
    cursor: pointer;
	border-radius: 5px;
	border: 0px;
	box-shadow: 0px 0px 0.8em #D8DEE9;
	width: auto;
	color: #FFF;
	display: flex;
	height: 40px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
}

.botaoFiltrar:hover, .botaoSalvar:hover, .botaoVoltar:hover, .botaoExcluir:hover, .botaoQuitar:hover, .botaoSair:hover{
	transform: scale(1.05);
    transition: 0.2s;
}

.iconeEditar{
	background: linear-gradient(to bottom, #007FFC, #0078EF);
	cursor: pointer;
	border-radius: 5px;
	color: #FFF;
	padding: 5px;
	font-size: 10px;
}

.iconeExcluir{
	background: linear-gradient(to bottom, #FB0103, #E60001);
	cursor: pointer;
	border-radius: 5px;
	color: #FFF;
	padding: 5px;
	font-size: 10px;
}

.iconeVisualizar{
	background: linear-gradient(to bottom, #007FFC, #0078EF);
	color: #FFF;
	border: 0px;
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
	font-size: 16px;
}
	
.iconeCopiar{
	background: linear-gradient(to bottom, #C005DD, #710482); 
	color: #FFF;
	border: 0px;
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
	font-size: 10px;
}

.iconeArquivo{
	background: linear-gradient(to bottom, #323F47, #10202B);
	cursor: pointer;
	border-radius: 5px;
	color: #FFF;
	padding: 5px;
	font-size: 10px;
}

.iconeWhats{
	background: linear-gradient(to bottom, #009900, #009300);
	cursor: pointer;
	border-radius: 5px;
	color: #FFF;
	padding: 5px;
	font-size: 10px;
}

.titulos{
    border-bottom: 5px solid #CCC; font-size: 18px;
}
.topoTabela{
    border-bottom: 2px solid #CFD4DA;
    background: #FFF;
    font-weight: bold;
    height: 30px;
	margin-top: 20px;
	vertical-align: bottom;
}
    
.baseTabela{
    border-top: 5px solid #CCC;
    background: #FFF;
    font-weight: bold;
    background-image: linear-gradient(to bottom, rgba(222,222,222,1.00), rgba(255,255,255,1));
    height: 50px;
	
}
.listaTabela{
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    display: flex;
	align-items: center;
}
.listaTabela > * {
    margin: 0;
    position: static; /* Reseta posicionamento se necessário */
}
.listaTabela> div{
	overflow: hidden;
	cursor: default;
	border: 0px solid #000;
}

.listaTabela:nth-of-type(even) {
    background: #FAFAFA;
}

.listaTabela:hover{
	overflow: hidden;
    /* border-top: 1px solid #09F; 
	border-bottom: 1px solid #09F;*/
	background: #e3effa;
}

.botaoAdd{
	font-size: 36px; color: #FFF; background: linear-gradient(to bottom, #009900, #005B00); border-radius:50%; position:fixed; bottom:20px; right:20px;  padding:10px; cursor:pointer;
	z-index: 99999;
}

.menuCategorias{
	cursor: pointer;
    padding: 10px;
}

.menuSelecionado{
	background: #000;
	color: #FFF;
	cursor: pointer;
    padding: 10px;
}
.menuSelecionado .iconeMenu{
	color: #FFF;
}
.menu{
    padding-top:30px;
    font-size: 15px;
}
.abaativa {
	font-size: 14px;
    color: #FFFFFF;
    height: 50px;
    background: linear-gradient(to bottom, #1B1B1B, #000);
    border-right: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,1));
}

.abainativa {
    font-size: 14px;
    color: #FFFFFF;
    background: #000;
    border-right: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,1));
}
    
input, select{
	background: linear-gradient(to bottom, #FFF, #EAEBF6);
	border: #D8DEE9 1px solid;
    box-shadow: 0px 0px 0.8em #D8DEE9;
	border-radius: 5px;
	color: #3B3B3B;
	width:100%;
	height:40px;
	padding:7px;
	margin-bottom: 10px;
}

input[type=email], input[type=url]{
	text-transform: lowercase;
}

input:focus, select:focus{
	background: linear-gradient(to bottom, #FFF, #DDDEF0);
	border: #007FFC 0px solid;
	box-shadow: 0px 0px 0.5em #007FFC;
}

input:disabled, select:disabled{
	background: #CCC !important;
}

input[type=checkbox], input[type=radio]{
	border-radius:0px;
	height:15px;
	width:15px;
    margin: 3px; padding: 0px;
	background-color: #1A2542;
	border:1px solid #CCC;	
}
    
textarea{
	width:100%;
	padding:7px;
	background: linear-gradient(to bottom, #FFF, #EAEBF6);
	border: #D8DEE9 1px solid;
    box-shadow: 0px 0px 0.8em #D8DEE9;
	border-radius: 5px;
    height: 150px;
}
    
.blocoCinza{
    border: 0px solid #DEDEDE;
    background: linear-gradient(to bottom, #FFF, #FAFAFA);
    border-radius: 20px;
    padding: 20px;
	box-shadow: 0px 0px 0.5em #AAA;
}

.blocoAzul{
    border: 0px solid #311B7D;
    background: linear-gradient(to bottom, #1B1B1B, #000);
    border-radius: 15px;
    padding: 20px;
	color: #FFF;
	margin-top: 20px;
	font-size: 14px;
	box-shadow: 0px 0px 0.5em #CFD4DA;
}

.blocoVerde{
    border: 0px solid #311B7D;
    background: linear-gradient(to bottom, #009900, #005000);
    border-radius: 15px;
    padding: 20px;
	color: #FFF;
	margin-top: 20px;
	font-size: 14px;
	box-shadow: 0px 0px 0.5em #CFD4DA;
}

.blocoVermelho{
    border: 0px solid #311B7D;
    background: linear-gradient(to bottom, #FB0103, #AE0000);
    border-radius: 15px;
    padding: 20px;
	color: #FFF;
	margin-top: 20px;
	font-size: 14px;
	box-shadow: 0px 0px 0.5em #CFD4DA;
}
    
td, tr, table{
	border: 0px;
	padding:3px;
	margin: 0px;
}


	
@media only screen and (max-width: 600px) {
	#verDesktop
	{
		display: none !important;
	}
    .listaTabela{
        display: block;
    }

	
}

@media only screen and (min-width: 601px) {
	#verCelular
	{
		display: none !important;
	}
	
}
	
.menuPrincipal{
	height:100vh; 
	width: 180px; 
	padding:0px; 
	margin: 0px; 
	position: relative; 
	background: linear-gradient(to right, #191B1E, #191B1E);
	transition: 0.2s;
}
	
.menuPrincipalClicado{
	width: 35px;
	transition: 0.2s;
}

.menuPrincipal .texto{
	color: #FFF;
    margin-left: 10px;
    transition: 0.2s;
    display: block;
    padding: 5px;
}
.textoOculto{
	color: #FFF;
    background: #000;
    transition: 0.2s;
    display: none;
    padding: 5px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    padding-left: 40px;
    margin-left: -10px;
    min-width: 100%;
    z-index: 2;
}
.menuPrincipal div{
	display: flex;
}

.iconeMenu{
	color: #FB0103 !important;
    font-size: 20px !important;
    transition: 0.2s;
    z-index: 3;
    margin-top: 5px;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #09F;
}

	
.column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 3px;
	margin: 0px;
	text-align: left;
    display: block !important;
} 

label{
	font-weight: bold;
}
	
	
@media (max-width: 600px){
	.topoTabela{
		display: none;
	}
	
	.listaTabela{
		border: 1px solid #DEDEDE;
		margin-bottom: 10px;
		background:linear-gradient(to bottom, #FFF, #E5E5E5);
		padding:10px;
		border-radius: 10px;
	}
	#menuVer{
		display: none;
		z-index: 999999;
		height: 300vh;
	}
	#conteudo{
		width: 100%;
		z-index: 999998;
	}
}
@media (min-width: 600px) {	
	#menuResponsivo{
		display: none;
	}
}
	
@media (min-width: 600px) {
	
	label{
		display: none;
	}
	
	.columns{
	  margin-left: 0%; padding: 3px; text-align: left;
	}
 
	.columns:first-child{
		margin-left: 0;
	}
    .col1.columns{ width: 1%;}
    .col2.columns{ width: 2%;}
    .col3.columns{ width: 3%;}
    .col4.columns{ width: 4%;}
	.col5.columns{ width: 5%;}
	.col6.columns{ width: 6%;}
	.col7.columns{ width: 7%;}
	.col8.columns{ width: 8%;}
	.col9.columns{ width: 9%;}
	.col10.columns{ width: 10%;}
    .col11.columns{ width: 11%;}
    .col12.columns{ width: 12%;}
    .col13.columns{ width: 13%;}
    .col14.columns{ width: 14%;}
	.col15.columns{ width: 15%;}
	.col16.columns{ width: 16.66%;}
	.col20.columns{ width: 20%;}
	.col25.columns{ width: 25%;}
	.col30.columns{ width: 30%;}
	.col33.columns{ width: 33.33%;}
	.col35.columns{ width: 35%;}
	.col40.columns{ width: 40%;}
	.col45.columns{ width: 45%;}
  	.col50.columns{ width: 50%;}
    .col55.columns{ width: 55%;}
    .col56.columns{ width: 56%;}
	.col60.columns{ width: 60%;}
  	.col67.columns{ width: 67.77%;}
  	.col70.columns{ width: 70%;}
	.col75.columns{ width: 75%;}
	.col80.columns{ width: 80%;}
	.col85.columns{ width: 85%;}
	.col90.columns{ width: 90%;}
  	.col100.columns{ width: 100%;}
}

.row:after{
  content: "";
  display: table;
  clear: both;
}

	
@keyframes glowing {
  0% { transform: scale(1); background: rgba(0,208,69,0);	padding: 20px; border: 1px rgba(1,208,76,0.00) solid; }
  50% { transform: scale(1.2); background: rgba(0,208,69,0.40);	padding: 20px; border: 1px rgba(1,208,76,0.50) solid; }
  100% { transform: scale(1); background: rgba(0,208,69,0);	padding: 20px; }
}
	

.abas{
	background: linear-gradient(to bottom, #3B3B3B, #000);
	color: #FFF;
	cursor: pointer;
	border-right: #3B3B3B;
	margin: 0px;
	text-align: center;
	height: 40px;
	padding: 10px;
	display: flex;
	align-content: center;
	align-items: center;
    text-align: center;
}
.abas span{
	color: #FFF;
	font-size: 16px;
	margin-right: 5px;
	
}

.abas.primeira{
	border-radius: 10px 0px 0px 10px;
}
.abas.ultima{
	border-radius: 0px 10px 10px 0px;
}	
.abaFechada{
    display: none;
	border-radius: 0px 0px 20px 20px;
}

details{
    box-shadow: 0px 0px 0.8em #AAA;
    border-radius: 10px;
}

details[open]{
	background: #FFF;
}
	
details[open] form{
	border: 1px solid #DEDEDE;
    background: linear-gradient(to bottom, #FAFAFA, #DDDEDF);
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	margin-left: 0px;
}

details[open] summary{
	color: #FFF;
    background: linear-gradient(to bottom, #565656, #000);
	border-radius: 5px;
    padding: 20px; height: 50px;
}
	
details summary{
  background: linear-gradient(to bottom, #FFF, #E6E6E6);
	color: #000;
	padding: 20px;
	cursor: pointer;
	box-shadow: 0px 0px 0.3em #AAA;
	margin-top: 15px;
	border-radius: 5px;
    height: 50px;
}

#modalContainer {
    display: none;
    justify-content: center; /* Centralizar horizontalmente */
    align-items: center;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(3px);
    padding: 10px;
}

#modalContainer .modal-content {
    background-color: #FFF;
    margin: 0px;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
	max-width: 1200px;
    border-radius: 10px;

}

#modalContainer .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#modalContainer .close:hover, #modalContainer .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Estilos do iframe */
#iframeContent {
    width: 100%;
    height: 500px;
    max-height: 80vh;

    overflow: auto !important;
}

.logo_menu{
    transition: 0.2s;
}