@import url('https://fonts.googleapis.com/css2?family=Bellota+Text&display=swap');

.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;    
}

.informacoesContainer .content {
    background: #E3E3E3;
    padding: 15px;
    margin-bottom: 30px;
}

.informacoesContainer .content h1 {
    font-size: 16px;
    margin-bottom: 20px;
}

.informacoesContainer .content h1 em {
    color: green;
    font-size: 22px;
}

.informacoes {
    display: flex;
}

.informacoes .dados {
    margin-right: 50px;
}

.informacoes .dados em {
    font-weight: bold;
}

.informacoes p {
    margin-bottom: 5px;
    font-size: 14px;
}

.dataInicio {
    margin-top: 15px;
}

.arquivos {
    display: flex;
    flex-direction: column;
}

.arquivos a {
    margin-bottom: 5px;
    text-decoration: none;
    color: green;
    font-size: 14px;
}

.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;
}

/*.nav_perfil li{
	display: inline;	
	margin: 0 30px;	
}*/
