body {
	background: none;
	background-color: #FFFFFF;
	height:100vh;
	flex-direction:column;
	display:flex;
}

table.formulario {
	width: 100%;
	border-collapse: separate;
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
	border-spacing:0;
	
}
/*sobrescrevendo para dar estilo padrão do bootstrap (card card-header bootstrap)*/
table.formulario caption, table.subFormulario caption, table.listagem caption,table.subFormulario caption, table.visualizacao caption {
	padding: .75rem 1.25rem;
    margin-bottom: 0;
	caption-side:top;	
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	border: 1px solid #e2e3e6;
	border-bottom-style: none;
	background-color: rgba(0,0,0,.03);
}
/* estilo dos subforms */
table.formulario tbody table caption {
	color: #009f91 !important;
    background: #edf8f4 !important;
	border-top: 1px solid rgba(0,0,0,.125);
    font-family: inter;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
    font-style: normal;
    font-variant: normal;
    text-align: left;
}

tr.selecionado td {
	background-color:#f2f2f2 !important;	
}
/* fazer com que tabela dentro do formulario ocupe 100% */
table.formulario tbody table{
	width:100%;
}
table.formulario tbody tr td label{
	white-space:nowrap;
}

@media(max-width:760px){
	table.formulario tbody tr td label{
	white-space:normal;
}
}



/*texto do card header caption */
table.formulario caption, table.listagem caption, table.visualizacao caption, h3.tituloTabela{
	background:none;
	background-color: rgba(0,0,0,.03);
	color:#000;
	/*estilo padrao classe h5 do bootstrap */	
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size:1.25rem;
    /*fonte padrao do projeto inter */
    font-family: 'Inter', sans-serif;
    letter-spacing:normal;
    font-style: normal;
	font-variant: normal;
	text-align: center;	
}


/* estilo bootstrap card aplicado as tabelas */

/* table formulario */
table.formulario tfoot tr td, tfoot.formulario tr td,  table.visualizacao tfoot tr td{
	background-color: #f7f7f7 !important;
}
table.formulario tfoot tr td:last-child, table.visualizacao tfoot tr td:last-child{
	border-top: 1px solid rgba(0,0,0,.125);
	border-radius:  0 0 calc(.25rem - 1px) calc(.25rem - 1px);
} 

table.formulario thead, table.subFormulario thead tr th {
	
	background-color:#FFFFFF;
	text-align: left;
	padding:3px;
	
}


/* table subformulario */

table.formulario, table.subFormulario {
	font-size:14px;	
    width: 100%;
	border-collapse: separate;
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
	border-spacing:0;
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,.125);
}

table.subFormulario {
/* 	width:100% */
}
table.subFormulario caption {
	/*estilo padrao classe h5 do bootstrap */	
	
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size:1.25rem;
    /*fonte padrao do projeto inter */
    font-family: 'Inter', sans-serif;
    letter-spacing:normal;
    font-style: normal;
	font-variant: normal;
	text-align: center;	
	color: #000000;
    font-size: 13px;
}
table.formulario tbody tr td.subFormulario{
	border-top: 1px solid rgba(0,0,0,.125);
	font-family:inter;
	 font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size:1.25rem;
    /*fonte padrao do projeto inter */
    font-family: 'Inter', sans-serif;
    letter-spacing:normal;
    font-style: normal;
	font-variant: normal;
	text-align: left;	

}
table.subformulario tbody tr th.required{
	width:30%!important;
	background-color:black;
}
 

table.formulario tr td, table.subFormulario tr td, table.listagem tr td, table.visualizacao tr td{
	    padding: 3px;
	text-align: left; 
    font-size: 12px;
}

table.subFormulario tfoot tr td, table.visualizacao tfoot tr td{
	text-align:center;
}

/* table listagem */

table.listagem tr th, table.listagem tbody tr td, table.visualizacao tr th, table.formulario tr th, table.formulario tbody tr td {
	border-collapse: separate;
	font-size:13px;
}
table.listagem tfoot, table.listagem tfoot td{
	background:none;
} 

table.listagem table caption{
	margin: 0px;
	background-color: #f7f7f7;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	border: 1px solid #e2e3e6;
	border-bottom-style: none;
	color: inherit;
}
table.listagem{
	background-color: transparent;
}
table.listagem tbody{
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.125);
}
table.listagem tfoot tr td:last-child {
	border: 1px solid rgba(0,0,0,.125);
	border-radius:  0 0 calc(.25rem - 1px) calc(.25rem - 1px);
	
}
table.listagem thead{
	border: 1px solid rgba(0,0,0,.125);
}
table.listagem tfoot tr td{
	background-color: #f7f7f7 !important;
	
}

/* table visualizacao */


/*background color dos forms */


@media(max-width:700px){
table.ytab-strip tr {
    display: grid;    
}

}


@media(max-width:500px){
	.ytab-strip .ytab-inner{
	padding-left: inherit!important;
	

}
}
table.ytab-strip {
    width: auto;
}



/* tabs dos modulos */
.ytab-strip .ytab-text {
	font: bold 16px inter;
	
	/* overflow:hidden; */
	white-space: nowrap;
	/* cursor:pointer; */
	color: #009f91;
    text-decoration: none;
    background-color: transparent;
    
    
}
.ytab-strip .on .ytab-text {
	cursor:default;
	
	color: #009f91;
    background-color: #FFFFFF;
    border: 1px solid ;
    border-color: #009f91 #009f91 #FFFFFF;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding-top:.5rem;
    padding-right:1rem;
    padding-bottom:.5rem;
    padding-left:1rem;
} 

@media (max-width:700px){
	.ytab-strip .on .ytab-text{
	  padding-bottom:0;
	  padding-top:.15rem;
	  border-color:#009f91;
	  border-bottom-left-radius: .25rem;
   	  border-bottom-right-radius: .25rem;
	  
	}
}

.ytab-strip .ytab-inner {
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border: 1px solid transparent;
    
}


.ytab-strip .ytab-inner:hover {
	border: 1px solid ;
    border-color: #009f91 #009f91 #009f91;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.on .ytab-right .ytab-left .ytab-inner{
	border:transparent;
	cursor:default;
}


/* .ytab-strip a, .ytab-strip span, .ytab-strip em{
	
	color: #495057;
    padding: .5rem 1rem;
} */

/* .ytab-strip .ytab-inner:hover {
    padding: 4px 10px;
    border: 1px solid transparent;
    border-color: #e9ecef #e9ecef #dee2e6;
} */

/* botao padrao bootstrap */
[type=reset], [type=submit], [type=password] button, html [type=button] {
	color: #FFFFFF !important;
	background-color: #009f91 !important;
	border-color: #FFFFFF !important;
	
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[type=reset]:hover, [type=submit]:hover, [type=password]:hover button, html [type=button]:hover {
	background-color: #045c54 !important;
	border-color:#FFFFFF !important;
	color: #FFFFFF !important;
	cursor:pointer;
}
/* input text e password padrao bootstrap */
input[type=text], input[type=password]{
	display: inline;
    width:auto ;
    max-width: 450px;
    padding: .3rem .25rem;
    font-size: 1rem;
	/* color: #495057; */
    background-color: #FFFFFF;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: .25rem;
}
/* checkbox padrao bootstrap*/
input[type=checkbox]{
	border-radius: .25em;
	width: 1em;
	height: 1em;
	margin-top: 0;
    vertical-align: middle;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
}
input:checked{
	background-color: #009f91;
}
/* select padrao bootstrap*/
select{
	display: inherit;
    width: auto;
    max-width: 450px;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.voltar:hover , .cancelar:hover ,  .continuar:hover{
	background-color:transparent;
	border-color:transparent;
	
}

div#corpo, div#conteudo {
	background: #FFFFFF;
	padding-bottom: 0.9em;
}

#conteudo {
	display: flow-root;
}


#operacoes-subsistema {
    /*margin: 15px;*/
    font-size: 1em;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    text-align: left;
}



.bg-aliceblue{
	background: #dffff6;
	width: 99.85vw;
	position: relative;
	left: 49.25%;
	right: 49.9%;
	margin-left: -50vw;
	margin-right: -50vw;
	/* margin-bottom: 20px;  retirado para modulos menu lateral*/


}
/* estilo do titulo das funcionalidades no padrao educ21 */
h2{  	

	background: #dffff6;
	color: #808080;
	font-family: Inter;
	font-style: normal;
	font-size: 14px;
	margin: 0 -14px;
	padding: 13px 10px 13px 20px;
	font-variant:none;
	border-bottom:none;
	
}
h2 a{
	color: #000;
	text-decoration-line: underline;
}

#painel-erros {
	position: relative;
  padding: .75rem 1.25rem;

  border: 1px solid transparent;
  border-radius: .25rem;
  background: none;
}
/* warning padrao bootstrap */
#painel-erros ul.warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  border-radius: .25rem;
  background-position:1%;
    
}
#painel-erros ul.warning li {
		color: #856404;
		font-weight:normal;
}
/*  erro padrao bootstrap */

#painel-erros ul.erros {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: .25rem;
    background-position:1%;
    
}
#painel-erros ul.erros li {
		color: #721c24;
		font-weight:normal;
}
/* info padrao bootstrap */

#painel-erros ul.info {
    
    background-color: #d1ecf1;
    border-color: #bee5eb;
    border-radius: .25rem;
    background-position:1%;    
}

#painel-erros ul.info li {
		color: #0c5460;
		font-weight:normal;
}

.carousel-item.active {
    display:block;
}

.descricao a{
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	color: #3F444A;
}


.noticia-sobrescrito a{
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	width: 106px;
	height: 19px;
	left: 26px;
	top: 43px;
	font-weight: bold;
	color: #3F444A;
}



.carousel-control-next, .carousel-control-prev {
align-items: flex-end;

}

.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='w3.org/2000/svg' fill='232,232,232' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {

background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='w3.org/2000/svg' fill='232,232,232' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}


/* estilo tabela stripped */


table.listagem thead tr th{
	border-bottom: 2px solid #dee2e6;
	background-color:#FFFFFF;
}
 table.formulario tr th{
	
	background-color:#FFFFFF;
	 /* width: 50%; */
}
.linhaPar td{
		background-color: #f2f2f2;
}
.linhaPar{
	border-top: 1px solid #dee2e6;
	background-color: rgba(0,0,0,.05);
}
.linhaImpar{
	border-top: 1px solid #dee2e6;
	background-color:#FFFFFF;
}


/*
_____________________
 ESTILOS TABELAS 
_____________________
 */

table thead tr th{
	text-align: center;
    font-weight: bold;
    background-color: rgba(0, 159, 145, 0.1);
    height: 34px;
    font-size: 14px;
    color:#000;
    
}
table tbody tr td{
    font-size: 12px;
}
table tfoot{
    font-size: 16px;
    
}

/* -------------- */
table.listagem tfoot, table.listagem tfoot td{
	border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
table.listagem, table.subListagem {
   border:none;
   font-size:16px;
   margin-bottom:40px;
}

/* ----------borda superior direita e esquerda arredondadas-------- */
/* table thead tr th:first-child{
	border-radius: 4px 0 0 4px;

}
table thead tr th:last-child{
	border-radius: 0 4px 4px 0;

} */
table tbody tr{
	/* height:40px; */
}

table a:link{
	color:#009f91;
}
table a:link:hover{
	color:#045c54;
}

a:link, a:visited{
	color:#009f91;
}

/* para toda tag <a> que estiver dentro de um botão ter a cor herdada de seu parent */
button a:visited {
	color: inherit ;
}



/* Setando o background color da classe outline primary para branco */
.btn-outline-primary {
    background-color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content_acoes {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
  background-color:#FFFFFF;
  border-radius:4px;
  width: 220px;
  height:auto;
} 

#dropdown-items_acoes a{
  color: #212529;
  text-decoration: none;
  display: block;
  font-family: inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  margin-right: 32px;
  margin-top: 27px;
  margin-left: 20px;
}


#dropdown-items_acoes a:last-child { 
	margin-left:22px;
    margin-bottom: 20px;
}

#dropdown-items a:hover {color: #B5DBFF;} 

.dropdown:hover .dropdown-content_acoes {display: block;}

.classe-underline a:link {
	text-decoration: underline;
	color:#009f91;	
}

.classe-underline a:visited{
	text-decoration: underline;
	color:#009f91;	
}

#tempoSessao{
	color:#B5DBFF;
	font-family:inter;
	font-size: small;
	padding-right:10px;
	position:relative;
	top:0;
}

.infoAltRem{
	border-width: 1px;
	width:100%;
}

.infoAltRemm img {
   margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
  /* margin-left: -1.1em; */ 
}

.infoAltRemm {
  margin: 0 auto;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #DEDEDE;
  border-width: 1px 0;
  width: 100%;
  padding: 2px 0;
  background: #F5F5F5;
  margin-top: 3px;
}
.infoAltRemm h4{
	font-variant: small-caps;
	border-bottom: 1px solid #DEDEDE;
	background: #DEDEDE;
	margin-top: -2px;
}

ul.listaOpcoes li a{
	font-size: 0.80em;
	padding-left: 6px;
} 

ul.listaOpcoes{
	width:730px;
}

.input-calendar-width input[type=text]{
	min-width: 8vw;
}


.input-textarea-width textarea{
	width:60%;
	
}

.input-width-100 textarea{
	width:97%;
}

/*textarea{
	max-width:50vw;
}*/

@media(max-width: 410px){
.responsive-table{
	overflow-x:auto; 
	overflow-y: visible;
}}

.saudacao-usuario_menu{
	font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2.438rem;
    max-width: fit-content;
}

div.descricaoOperacao{
	margin:10px 15px;
}

/* Estilo sobrescrito das bordas, abas e icones de cada módulo */

/* estilos dos icones de setas  */

table.subSistema ul li {
	list-style-image: url(/shared/img/seta_menu_green.gif);
} 

table.subSistema ul ul li {
	list-style-image: url(/shared/img/seta_menu2_green.gif);
}

table.subSistema ul li ul {
	list-style-image: url(/shared/img/seta_menu2_green.gif);
}

#operacoes-subsistema ul li {
	font-weight: bold;
	list-style-image: url(/shared/img/icone-fleche-droite-verte.png);
}

#operacoes-subsistema ul ul li {
	font-weight: normal;
	background: #FFFFFF;
	list-style-image: url(/shared/img/symbole-fleche-droite-vert.png);
}

#operacoes-subsistema ul li ul {
	list-style-image: url(/shared/img/seta_menu2_green.gif);
}

/* cores das abas */

/* cores dos link nos menus drop-down dos portais */
.dropdown-multinivel a {
	color: #000000;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
}

.dropdown-multinivel a:visited {
	color: #000000;
	font-family: Inter;
    font-style: normal;
    font-weight: 600;
}


div.aba {
	border: 1px solid #009f91;
	background: #FFFFFF;
}

/* altura aba */
#operacoes-subsistema.reduzido .aba{
	height: 361px;
}

.infoAltRem {
  margin-bottom: 3px;
  margin-top: 3px;
}

/* .infoAltRem img {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 1.2em; 
} */

/* Estilo responsavel pela mudança do formato das abas */

 .ytab-wrap {
	border-bottom:1px solid #009f91;
}
.ytab-strip a, .ytab-strip span, .ytab-strip em {
	display:inline;
}


/* .ytab-strip .ytab-text {
	font:bold 11px tahoma,arial,helvetica;
	color:#666;
	overflow:hidden;
	white-space: nowrap;
	cursor:pointer;
} */
/*
.ytab-strip .on .ytab-text {
	cursor:default;
	color:#083772;
}
.ytab-strip .disabled .ytab-text {
	cursor:default;
	color:#aaaaaa;
}* 
.ytab-strip .ytab-inner {
	 padding:4px 10px;	
}
*/

.ytab-strip .on .ytab-right {
	 background: none;
}
.ytab-strip .on .ytab-left {
	 background: none;
}
.ytab-strip .ytab-right {
	 background: none;
}
.ytab-strip .ytab-left {
	 background: none;
}
/*
.ytab-strip  a {
	position:relative;
	top:1px; left:0;
}
.ytab-strip .on a {
	position:relative;
}
.ytab-strip .on .ytab-inner {
	padding-bottom:5px;
}
* closable tabs
.ytab-strip .ytab-closable .ytab-inner{
	padding-right:22px;
	position:relative;
}
.ytab-strip .ytab-closable .close-icon{
	line-height: 1px;
	font-size:1px;
	background-image:url(../images/layout/tab-close.gif);
	display:block;
	position:absolute;
	right:5px;top:4px;
	width:11px;height:11px;
	cursor:pointer;
}
.ytab-strip .on .close-icon{
	background-image:url(../images/layout/tab-close-on.gif);
}
.ytab-strip .ytab-closable .close-over{
	background-image:url(../images/layout/tab-close-on.gif);
}

.ytabs-bottom .ytab-wrap {
	border-top:1px solid #6593cf;
	border-bottom:0px none;
	padding-top:0px;
	padding-bottom:2px;
} */
/* .ytabs-bottom .ytab-strip .ytab-right {
	 background: url(../images/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
}
.ytabs-bottom .ytab-strip .ytab-left {
	 background: url(../images/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
}
.ytabs-bottom .ytab-strip .on .ytab-right {
	 background: url(../images/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
}
.ytabs-bottom .ytab-strip .on .ytab-left {
	 background: url(../images/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
}
.ytabs-bottom .ytab-strip  a {
	position:relative;
	top:0; left:0;
}
.ytabs-bottom .ytab-strip .on a {
	margin-top:-1px;
}
.ytabs-bottom .ytab-strip .on .ytab-inner {
	padding-top:5px;
} */

/** gray theme */

/* .ytheme-gray .ytab-wrap {
	border-bottom:1px solid #aca899;
}
.ytheme-gray .ytab-strip .on .ytab-text {
	cursor:default;
	color:#333333;
} */
/* .ytheme-gray .ytabs-top .ytab-strip .on .ytab-right {
	 background: url(../images/tabs/gray/tab-sprite.gif) no-repeat right 0px;
}
.ytheme-gray .ytabs-top .ytab-strip .on .ytab-left {
	 background: url(../images/tabs/gray/tab-sprite.gif) no-repeat 0px -100px;
}
.ytheme-gray .ytabs-top .ytab-strip .ytab-right {
	 background: url(../images/tabs/gray/tab-sprite.gif) no-repeat right -50px;
}
.ytheme-gray .ytabs-top .ytab-strip .ytab-left {
	 background: url(../images/tabs/gray/tab-sprite.gif) no-repeat 0px -150px;
}
.ytheme-gray .ytab-strip .ytab-closable .close-icon{
	background-image:url(../images/layout/gray/tab-close.gif);
}
.ytheme-gray .ytab-strip .on .close-icon{
	background-image:url(../images/layout/gray/tab-close-on.gif);
}
.ytheme-gray .ytab-strip .ytab-closable .close-over{
	background-image:url(../images/layout/gray/tab-close-on.gif);
}

.ytheme-gray .ytabs-bottom .ytab-wrap {
	border-bottom:0px none;
	padding-top:0px;
	border-top:1px solid #aca899;
} */
/* .ytheme-gray .ytabs-bottom .ytab-strip .ytab-right {
	 background: url(../images/tabs/gray/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
}
.ytheme-gray .ytabs-bottom .ytab-strip .ytab-left {
	 background: url(../images/tabs/gray/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
}
.ytheme-gray .ytabs-bottom .ytab-strip .on .ytab-right {
	 background: url(../images/tabs/gray/tab-btm-right-bg.gif) no-repeat bottom left;
}
.ytheme-gray .ytabs-bottom .ytab-strip .on .ytab-left {
	 background: url(../images/tabs/gray/tab-btm-left-bg.gif) no-repeat bottom right;
} */
.rich-panel{
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	background-color: transparent;
    border-color: #e2e3e6;
    padding: 0px;
  
}
.rich-panel-header {
	padding: .75rem 1rem;
	border: 0px;
	border-bottom: 1px solid;
	
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	border-color: #e2e3e6;
	background-image: none;
	background: none;
    background-color: rgba(0,0,0,.03);
    color: #000;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.25rem;
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
}

.painel_centralizado{
	margin-left: 114px;
}

.jscalendar-DB-div-style, .jscalendar-DB-table-style{
	position: relative !important;
	display: inline-table;
	left: 0px !important;
    top: 0px !important;
}

.jscalendar-DB-table-style {
	position: absolute !important;
	top: 12px !important;
	left: 0px !important;
}

@media(max-width:700px){
#painel-mensagem-envio{
	width:100%!important;
}

}

