

/*******reset CSS*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background: #EBEBEB;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
	text-decoration: none;
}
.div-usuario-permissao-classe{
	margin-top: 10px;
	font-size: 1.2em;
}
.div-usuario-permissao-sala{
	margin-left: 20px;
	font-size: 1.1em;
}

#fa-eye{
cursor: pointer;
  right:  47px;
  top:  10px;
  position: absolute;
  width: 20px;
  font-size: 1.2em;
  z-index: 100;
}
	
.tela-escura{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;	
	z-index:1000;	
	-moz-opacity: 0.8;	
	opacity:.80;
	filter: alpha(opacity=80);
}

.div-img-grafico{
	position: relative;
	width: 450px;
	
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

.tabela-relatorios td{
	border: solid 1px #000;
	height: 30px;
	vertical-align: middle;
}

	/*Página login.php*/

		.div-login{
		border: solid 1px #BEBEBE;
			width: 100%;
		}
		.div-login-centraliza{
			position: relative;
			margin-left: auto;
			margin-right: auto;
			margin-top: 40px;
			width: 90%;
			height: 320px;
			border: solid 1px #BEBEBE;
			border-radius: 10px;
			background: #fff;
		}
		.p-texto-acesso{
			text-align: center;
			font-size: 1.5em;
			margin-top: 20px;
		}
		.form-login{
		
			padding: 20px;
		}
		.form-login input{
			width: 100%;			
			border: solid 1px #BEBEBE;
			height: 40px;
			margin-top: 10px;
			margin-bottom: 10px;
			position: relative;
			font-size: 1.5em;
			border-radius: 10px;
		}
		.p-login-usuario, .p-login-senha{
			font-size: 1.2em;
		}
		.btn-acessar{
			margin-top: 20px;
			width: 100%;
			height: 40px;
			font-size: 1.5em;
			margin-top: 10px;
			border-radius: 10px;
			border: solid 1px #BEBEBE;
			background: #02284C;
			color: #fff;
		}
		.aviso-login{
			color: #AC0101;
			position: relative;
			top: 10px;
			font-size: 1.2em;


		}	

		/*Menu*/

		/************Topo*****************/
	
	.div-top{
		width: 100%; 
		height: 80px; 
		background:#02284C; 
		position: relative;
	}
	.p-usuario{
		float: left;
		margin-top: 15px;
		margin-left: 5px;
		color: #fff;
	}
	
	
	.basemenu{display: none; position: fixed; z-index: 3; background: #fff; top: 0px; width: 300px; height: 300px; border-right: 1px solid #D0D0D0; border-bottom: 1px solid #D0D0D0;}
	.basemenu li{list-style: none; padding: 5px 10px; z-index: 3; margin-top: 10px; }
	.btn_menu_mobile{
		float: right; 
		width: 100px; 		
		height: 40px; 
		font-size: 1.3em; 
		margin-top: 15px; 
		margin-right: 10px; 
		color: #000; 
		border-radius: 5px; 
		border-bottom: 	2px solid #D0D0D0; 
		border-right: 2px solid #D0D0D0;
		}
	.a_menu {font-size: 1.4em;  color: #000; }
	.div_user_mobile{width: 100%; height: 60px; background: #f5f5f5; padding: 20px 40px;}
	

	
/*Página painel.php*/



	
	.div-painel{
		width: 100%;
	}
	.div-paneil-centraliza{
		width: 40%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		
	}
	.div-ano-letivo{
		width: 100px;
		height: 100px;
		border: solid 1px #000;	
		text-align: center;
	}
	.a-ano-letivo{
		width: 100px;
		float: left;
		margin-left: 10px;
	}

/*Página classe.php*/
	
	.div-classe-menu{
		width: 100%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	.div-classe{
		width: 100%;		
	}


	.div-classe-centraliza{
		width: 100%;
		position: relative;
		margin-top: 80px;
		margin-left: auto;
		margin-right: auto;		
		bottom: 50px;		
	}
	
	.div-tipo-classe{
		width: 90%;
		padding: 10px;
		border: solid 1px #BEBEBE;
		float: left;	
		margin-top: 10px;
		margin-left: 5px;
		background: #fff;
		border-radius: 10px;
	}
	.p-nome-titulo{
		text-align: center;
		font-size: 2em;

	}

	.p-tipo-classe{
		text-align: center;
		font-size: 1.5em;
	}
	
	.div-btn-classe{
		width: 90%;
		padding: 10px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		height: 50px;
		background: #E9E8E8;
		margin-top: 10px;
		font-size: 1.3em;
		color: #000;		
	}
	.p-total-matriculados{
		font-size: 1.3em;
		width: 95%;
		height: 40px;
		background: #000;
		color: #fff;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;		
		bottom: 0px;

	}
	

	
	#fa-book-open-false{
		color: red;
	}
	#fa-book-open-true{
		color: green;
	}
/*Página classe-detalhes.php*/
	
	.div-tabla-classe-detalhe{
		padding: 10px;
		background: #fff;
	}

	.div-tabla-classe-detalhe-cabecalho{
		width: 95%;
		padding: 5px;
		background: #fff;
	}
	.tabla-classe-detalhe-cabecalho{
		background: #fff;
		width: 100%;
		font-size: 1.2em;
		height: 120px;		
	}

	.tabla-classe-detalhe{
		width: 100%;
		font-size: 1em;

	}
	.tabla-classe-detalhe-tr-titulo{
		color: #fff;
		background: #02284C;
	}
	
	.tabla-classe-detalhe td{
		border-bottom: 3px solid #EBEBEB;
		height: 40px;
		vertical-align: middle;
	}
	
	#btn-presente{
		background: transparent;
		border: transparent;
		width: 80px;
		height: 30px;
		
		font-size: 1.5em;
	}
	
	

	/*Página Matriculados*/
	.tabela-matriculados td{
		border: solid 1px #000;
	}
	/*Página licao.php*/
	
	.div-classe-detalhe{
		width: 100%;
	}
	.div-classe-detalhe-centraliza{
		width: 98%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}

/*Secretária*/
	.div-secretaria-painel{
		width: 100%;
	}
	.div-secretaria-classe{
		width: 100%;	
	}
	.div-secretaria-classe-centraliza{
		width: 95%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	.div-secretaria-paneil-centraliza{
		width: 90%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.div-secretaria-ano-letivo{
		width: 300px;
		height: 300px;
		border: solid 1px #BEBEBE;	
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		background: #fff;
		border-radius: 10px;
		color: #02284C;
	}
	.a-secretaria-ano-letivo{
		width: 300px;
		float: left;
		margin-left: 10px;
		font-size: 3em;
		margin-top: 10px;
	}
	
	.p-secretaria-nome-titulo{
		text-align: center;
		font-size: 1.6em;
	}

	.div-secretaria-classe{
		position: relative;
		width: 100%;
	}
	.div-secretaria-classe-centraliza{
		position: relative;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	

	.a-secretaria-ativo{
		text-decoration: underline;
		text-decoration-color: #000;
	}
	.tabela-secretaria-matriculados{		
		width: 100%;
		position: relative;
		margin-top: 20px;
		background: #FFF;
		margin-bottom: 30px;
	}
	.div-tabela-secretaria-matriculados{
		padding: 0px 10px;
		background: #FFF;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	.tabela-secretaria-matriculados-tr-titulo{
		background: #000;
		color: #fff;
	}
	.tabela-secretaria-matriculados td{
		font-size: 1.1em;
		border-bottom: 3px solid #EBEBEB;
		height: 40px;
		vertical-align: middle;
		padding: 0px 5px;
	}
	.label-secretaria-dado{
		color: #197AFA;
	}
	.input-secretaria-atualiza-nome{
		width: 278px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;	
	}
	.select-sala{
		width: 269px;
		height: 30px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;	
	}
	.input-secretaria-editar-data-nascimento{
		width: 209px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
		text-align: center;
	}
	.select-genero{
		width: 247px;
		height: 29px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;	
	}
	.input-secretaria-editar-nome-pai{
		width: 271px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
	}
	.input-secretaria-editar-nome-mae{
		width: 262px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
	}
	.input-secretaria-editar-end{
		width: 261px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
	}
	.input-secretaria-editar-bairro{
		width: 248px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
	}
	.input-secretaria-editar-cidade{
		width: 243px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
	}
	.input-secretaria-editar-cep{
		width: 262px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
		text-align: center;
	}
	.input-secretaria-editar-contato{
		width: 237px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
		text-align: center;
	}
	.input-secretaria-editar-email{
		width: 251px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;		
	}
	.select-civil{
		width: 212px;
		height: 29px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;	
	}
	.select-participacao{
		width: 207px;
		height: 29px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;
	}
	.input-secretaria-editar-batismo{
		width: 174px;
		height: 25px;
		font-size: 0.9em;
		border-radius: 5px;
		border: solid 1px #BEBEBE;
		color: #02284C;	
		text-align: center;	
	}
	
	.div-secretaria-matriculados{
		width: 100%;
	}
	.div-secretaria-matriculados-centraliza{
		width: 95%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	.div-pergunta-excluir-aluno{
		position: fixed;
		width: 95%;
		height: 160px;
		z-index: 1001;
		top: 30px;
		border: solid 1px #BEBEBE;
		border-radius: 5px;
		background: #fff;
		display: none;	
	}
.div-pergunta-excluir-aluno p{
	text-align: center;
	font-size: 1.3em;
	margin-top: 10px;
}
.div-input-pergunta-excluir-aluno-nome{
	margin-left: 30px;
	margin-top: 10px;
}
.div-input-pergunta-excluir-aluno-sala{
	margin-left: 30px;
	margin-top: 10px;
}
.btn-editar-aluno{
	font-size: 1.2em;
	color: #000;
}
.btn-excluir-sim{
	width: 80px;
	height: 25px;
	background: #02284C;
	color: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 180px;
}
.btn-salva{
	width: 100%;
	height: 40px;
	font-size: 1.2em;
	background: #02284C;
	color: #fff;
}

.btn-excluir-nao{
	float: right;
	background: transparent;
	color: red;
	margin-left: 5px;
	margin-top: 20px;
	border: none;
	font-size: 1em;
}
.input-pergunta-excluir-aluno{
	width: 230px;
	height: 25px;
	font-size: 0.9em;
	border-radius: 5px;
	border: solid 1px #BEBEBE;
	color: #02284C;	
	text-align: center;
}

.div-sercretaria-aniversario{
	width: 100%;
}
.div-sercretaria-aniversario-centraliza{
	width: 95%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.tabela-aniversario{
	width: 100%;
	position: relative;
	margin-top: 20px;
	background: #FFF;
	margin-bottom: 30px;
}
.tabela-aniversario td{
	font-size: 1.1em;
	border-bottom: 3px solid #EBEBEB;
	height: 40px;
	vertical-align: middle;
	padding: 0px 5px;
	}	
.div-tabela-aniversario{
	padding: 0px 10px;
	background: #FFF;
}


@media screen and (min-width: 760px){
	.div-login-centraliza{
		width: 400px;
	}

	.div-login-centro{
		width: 300px;
	}
	.div-classe-centraliza{
		width: 90%;
	}
	.div-tipo-classe{
		width: 300px;
		min-height: 400px;
	}
	.div-classe-detalhe-centraliza{
		width: 700px;
	}
	.div-pergunta-escluir-aluno{
		width: 400px;
		margin-top: 40px;
		margin-left: 25%;
		margin-right: 25%;
	}
	.div-secretaria-classe-centraliza{
		width: 500px;
	}

	.div-tabela-secretaria-matriculados{
		width: 700px;
	}

}


@media screen and (min-width: 1020px){
	.div-login-centraliza{
		width: 300px;
	}
	.div-classe-centraliza{
		width: 80%;
	}
	.div-tipo-classe{
		width: 240px;
		min-height: 380px;
	}
			
	
	.div-btn-classe{
		height: 30px;
		font-size: 1em;
	}
}
@media screen and (min-width: 1359px){
	.div-classe-centraliza{
		width: 1050px;
	}
	.div-tipo-classe{
		width: 180px;
		min-height: 375px;
	}
	
	.div-btn-classe{
		font-size: 1em;
	}
}