@import url('https://fonts.googleapis.com/css2?family=Bellota+Text&display=swap');

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

body {
    height: 100vh;
    /*display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    grid-template-areas: 
        "cabecalho" 
        "principal" 
        "rodape";*/
}

.formulario {
    display: flex;
    flex-direction: column;
}

.sprytextfield1 {
    display: flex;
}

.coluna {
    display: flex;
    flex-direction: column;
}

.coluna.fim input, label {
    margin-left: 5px;
    font-family: 'Bellota Text', cursive !important;
}

.formulario label {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: 'Bellota Text', cursive !important;
}

.formulario input, textarea {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 16px;
    font-family: 'Bellota Text', cursive !important;
}

.formulario input {
    height: 38px;
    padding: 0 15px;
    font-family: 'Bellota Text', cursive !important;
}

.formulario select {
    font-family: 'Bellota Text', cursive !important;
    padding: 0 10px;
    background: #fff;
}

.formulario textarea {
    padding: 15px;
}

.retornar {
    display:flex;
    justify-content: center;
    align-items: center;
    background: #ddd !important;
}

.retornar a {    
    cursor: pointer;
    text-decoration: none;
    color:#333 !important;
}

.container button.btn, .retornar {
    border: 0;
    border-radius: 2px;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    /* background: #4c6b55f1; */
    background: #4C6B55;
    color: #fff;
    cursor: pointer;
    font-family: 'Bellota Text', cursive !important;
}

.container button.btn:hover {
    background: #4c6b55f1;
}

.informacoesContainer {
    flex-grow: 1;
    overflow-y: scroll;
    margin-left: 20px;
    padding: 0 20px;    
	max-height: 720px;
}

.informacoesContainer .content {
    background: #E3E3E3;
    padding: 15px;
    margin-bottom: 30px;
}

.informacoesContainer .content h1 {
    font-size: 16px;
    margin-bottom: 20px;
}

.informacoesContainer .content h1 em {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}

.informacoes {
    display: flex;
}

.informacoes .dados {
    margin-right: 50px;
}

.informacoes .dados em {
    font-weight: bold;
	font-style: normal;
}

.informacoes p {
    margin-bottom: 5px;
    font-size: 14px;
}

.dataInicio {
    margin-top: 15px;
}

.arquivos {
    display: flex;
    flex-direction: column;
}

.arquivos li{
	list-style: none;
}

.arquivos a {
    margin-bottom: 5px;
    text-decoration: none;
    color: green;
    font-size: 14px;
	list-style: none;
}

.aviso {
    font-family: 'Bellota Text', cursive !important;
    margin-left: 10px;
}

.alerta {
    display: flex;
    justify-items: center;
    align-items: center;
}

.texto_aviso{
	font-family: 'Open Sans', sans-serif;
	color: #878686;
	font-size: 14px;
	text-align: justify;
}

#periododatainicio {
    font-style: normal;
}

.linha {
  display: flex;
  gap: 20px;
  margin-bottom:15px;  
}

.campo {
  display: flex;
  flex-direction: column;
  flex: 1;
}

select{
	border: solid 1px #ddd; 
	height: 37px; 
	/*display: flex; 
	flex-direction: row; */
	margin-bottom: 15px;
	
}

/*.nav_perfil li{
	display: inline;	
	margin: 0 30px;	
}*/
