/* Elementos das Páginas */


input[type=text], input[type=email], input[type=password], input[type=file], input[type=url]
{width:48.5%; height:45px; background-color:rgba(217,246,255,0.25); display:inline; margin-bottom:10px; margin-right:10px; box-shadow:none; outline:none; border:0; border-bottom:1px solid rgb(102, 213, 247); font-family: Avenir; font-size:18px; color:#000; font-weight:100; transition:0.5s ease-in;}
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, input[type=file]:hover, input[type=url]:hover
{border-bottom:1px solid rgb(106, 106, 106); background-color:rgba(106, 106, 106, 0.05);}
textarea{width:100%; height:200px; background-color:rgba(217,246,255,0.25); display:inline; margin-bottom:10px; margin-right:10px; box-shadow:none; outline:none; border:0; border-bottom:1px solid rgb(102, 213, 247); font-family: Avenir; font-size:18px; color:#000; font-weight:100; transition:0.5s ease-in; padding:10px;}
textarea:hover{border-bottom:1px solid rgb(106, 106, 106); background-color:rgba(106, 106, 106, 0.05);}
input[type=submit]{background-color:rgb(102, 213, 247); box-shadow:none; outline:none; border:0; padding:5px 10px; width:280px; height:50px; margin:auto; margin-top:10px; margin-bottom:10px; font-family: Avenir; font-size:18px; font-weight:100; color:#FFF; border-radius:3px; transition:0.5s ease-in-out;}
	input[type=submit]:hover{background-color:rgb(0, 0, 0);}
	
#AcaoAcerto{width:100%; height:auto; background-color:#40CD0D; font-family: Avenir; font-size:18px; font-weight:100; color:#fff; text-align:center; padding:10px 5px; border-radius:3px; margin:10px 0px;}
#AcaoErro{width:100%; height:auto; background-color:#FF0000; font-family: Avenir; font-size:18px; font-weight:100; color:#fff; text-align:center; padding:10px 5px; border-radius:3px; margin:10px 0px;}

/* Conteúdo Geral que Vai em Todas as Páginas */

#FrontConteudo{width:100%; height:auto; min-height:100px; margin-top:20px;}
	#FrontConteudo h1{font-family: open-sans; font-size:18px; font-weight:700; color:rgb(75, 156, 183); width:100%;}
	#FrontConteudo p{font-family: open-sans; font-size:14px; font-weight:700; color:#000000; text-align:justify;}
	#FrontConteudo h2{font-family: open-sans; font-size:14px; font-weight:700; color:rgb(75, 156, 183); width:100%;}

#FrontVoltar{width:100%; height:auto; margin:20px 0px; text-align:center; float:left;}

/* Página da Listagem das Notícias */

#ListNoticias{width:100%; height:auto; min-height:50px; border-bottom:1px solid rgb(75, 156, 183); padding:10px 0; margin-bottom:20px; margin:auto;}
	#ListNoticias img{width:100%; border:1px solid rgb(75, 156, 183); margin:20px 0;}
	
/* Página da Listagem das Perfis */	
	
#ListagemPerfis{width:200px; height:255px; background-color:#3CC5C6; display:inline; float:left; margin-left:39px; margin-bottom:20px;}
	#ListagemPerfis img{width:200px; height:210px;}
	#ListagemPerfis h1{color:#FFFFFF; float:right; font-weight:100; width:100%; text-align:center;}
	
#bsc, #EmailEsqueci{width:100%; height:45px; background-color:rgba(217,246,255,0.25); display:inline; margin-bottom:10px; margin-right:10px; box-shadow:none; outline:none; border:0; border-bottom:1px solid rgb(102, 213, 247); font-family: Avenir; font-size:18px; color:#000; font-weight:100; transition:0.5s ease-in;}

#PerfisAlinha{width:100%; height:auto; min-height:50px;}
	#PerfisAlinha h1{text-align:center;}
	#PerfisAlinha h2{font-weight:500;}
	#PerfisAlinha p{font-weight:500;}
	#PerfisAlinha img{margin-bottom:20px; margin-top:20px; border:1px solid rgb(102, 213, 247);}
	
#PerSoci{width:100%; height:auto; border:0;}

/* Página Index */	

#Separa{width:100%; height:40px; float:left;}

#InputPerfi{width:100%; height:45px; background-color:rgba(23, 183, 177,0.02); display:inline; margin-bottom:10px; margin-right:10px; box-shadow:none; outline:none; border:0; border-bottom:1px solid rgb(23, 183, 177); font-family: Avenir; font-size:18px; color:#000; font-weight:100; transition:0.5s ease-in;}

.InputPerfilSub{box-shadow:none; outline:none; border:0; padding:5px 10px; width:280px; height:50px; margin:auto; margin-top:10px; margin-bottom:10px; font-family: Avenir; font-size:18px; font-weight:100; color:#FFF; border-radius:3px; transition:0.5s ease-in-out; text-align:center;}
	.InputPerfilSub:hover{background-color:rgba(19,107,104,1.00);}
	
/* Página Gerenciador de Perfis */	

#GerenMenu{width:128px; height:auto; float:left; margin-left:30px; margin-top:40px; margin-bottom:10px; display:inline; text-align:center;}

#Atencao{width:100%; height:auto; background-color:#FF0000; font-family: Avenir; font-size:18px; font-weight:100; color:#fff; text-align:center; padding:10px 5px; border-radius:6px; margin:10px 0px; float:left;}