@import url('../css/estilos_educacional.css');

.disponibilidades-docente-painel-dia-semana {
    border: none !important;
}

.disponibilidades-docente-painel-linhas {
    max-width: 290px !important
}

.datatable-styled-header > .ui-datatable-header {
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 10px !important;
}

.btnFinalizarMatricula {
	height: 35px;
    width: 200px;
    font-size: 13px !important;
    font-weight: bold;
}

.situacao {
    padding: 2px 0px;
    display: block;
    width: 100%;
    border-radius: 2px;
}

.situacao-fixo {
	max-width: 200px;
	text-align: center;
}

.fundo-verde {
    background-color: #00FF7F;
    color: black;
}

.fundo-vermelho {
    background-color: #ff4c4c;
    color: white;
}

.fundo-amarelo {
    background-color: #FFD700;
    color: black;
}

.fundo-azul {
    background-color: #0F94FA;
    color: white;
}

.btn-aprovar {
    background-color: #3aad40 !important;
    border-color: #3aad40 !important;
}

.btn-reprovar {
    background-color: #d51111 !important;
    border-color: #d51111 !important;
}

@media(max-width: 600px) {
	.btnFinalizarMatricula {
        height: 40px;
        width: 100%;
	}
}