/*
    Desenvolvido por Artweb Design Digital
    http://www.artwebdigital.com.br/
    criacao2@artwebdigital.com.br
*/

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
} 

body{
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	background: #FFFFFF;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

a{
	text-decoration: none;
	color: #c58930;
}

a:hover{
	text-decoration: none;
	color: #333333;
}

img{
	border: none;
	max-width: 100%;
}

button{
	border: none;
	cursor: pointer;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}

input[type="text"], input[type="password"], select, textarea{
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #333333;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #333333;
}

input[type="text"], input[type="password"]{
	height: 50px;
	padding: 5px 15px;
	margin-bottom: 10px;
}

select{
	height: 40px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	padding: 5px 15px;
	color: #FFFFFF;
}

option{
	padding: 5px 15px;
}

textarea{
	height: 100px;
	padding: 15px;
	margin-bottom: 10px;
}

/* header */
.caixaTopo{
	background: #222222;
}

.topoEsquerda{
	padding: 30px 0;
	float: left;
}

.topoEsquerda img{
	float: left;
}

.topoEsquerda h2{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 48px;
	float: left;
	margin-left: 30px;
}

.topoDireita{
	padding: 10px 0;
	float: right;
	text-align: center;
	width: 250px;
}

.caixaTopo a{
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin: 0 15px 10px;
	color: #c58930;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.caixaTopo a:hover{
	color:#FFFFFF;
}



/* content */
#content{
	padding: 40px 0 60px;
	margin: 0 auto;
}

#content::before, #content::after {
	content: ' ';
	display: table;
}

#content::after{
	clear: both;
}

#content, #content p{
	font-size: 16px;
	line-height: 24px;
	color: #3f3f3f;
	font-weight: 400;
}

#content h2{
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

/* Painel */
.caixaRecado{
	padding: 20px;
	background: #FFE681;
	color: #000000;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 40px;
}

.areaIndividual{
	margin-bottom: 20px;
	position: relative;
}

.areaIndividual h3{
	cursor: pointer;
	padding: 20px;
	line-height: 20px;
	font-weight: 700;
	font-size: 16px;
	background: #DEDEDE;
}

.areaIndividual h3 span{
	background: url(../img/icone-areas.png) no-repeat center;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.areaAberta h3 span{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	
}

.fechaAreaIndividual{
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	cursor: pointer;
}

.caixaProjetos{
	padding: 20px;
	margin: 0 10px;
	background: #EFEFEF;
	display: none;
}

.arquivoIndividual{
	background: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px 15px;
}

#content .arquivoIndividual p.tituloArquivo{
	font-size: 16px;
	font-weight: 700;
}

#content .arquivoIndividual p{
	font-size: 14px;
	line-height: 22px;
}

.statusArquivo{
	font-size: 14px;
	font-weight: 700;
	color: #c58930;
}

.arquivoEsquerda{
	float: left;
}

.arquivoDireita{
	float: right;
}

.arquivoIndividual a{
	height: 44px;
	background: #c58930;
	padding: 0 20px;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 44px;
	color: #FFFFFF;
	margin-left: 20px;
}

.arquivoIndividual a:hover{
	background-color: #333333;
}

.styleCheckbox input{
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	margin-right:20px;
	width: auto;
	height: auto;
}

.styleCheckbox{
	cursor: pointer;
	background-image: url(../img/bg-checkbox.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #333;
	font-size: 14px;
	float: left;
	height: 21px;
	width: 21px;
	margin: 11px 0;
}

.inputCheckboxChecked{
	background-position:left top;
}

.botaoDownloadTodos{
	height: 44px;
	background: #c58930;
	padding: 0 20px;
	display: block;
	font-weight: 700;
	float: right;
	font-size: 15px;
	line-height: 44px;
	color: #FFFFFF;
	margin-left: 20px;
}

.botaoDownloadTodos:hover{
	background-color: #333333;
}

.campoDados{
	float: left;
	margin: 0 20px;
	width: 560px;
}

input[type="file"]{
	margin: 10px 0;
}

.alinhaBotaoDados{
	text-align: center;
}

#atualizarDados{
	margin: 10px auto 0;
	width: 180px;
	color: #FFFFFF;
	height: 50px;
	background: #333333;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

#atualizarDados:hover{
	background: #c58930;
}

#topoProjeto{
	margin-bottom: 40px;
}

#topoProjeto h2{
	text-align: left;
	margin-bottom: 10px;
}

.imagemPrincipalProjeto{
	float: left;
	margin: 0 40px 0 0;
}

.topoProjetoEsquerda{
	float: left;
	width: 80%;
	min-height: 60px;
}

.botaoTopo{
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	float: right;
	background: #c58930;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	width: 20%;
	text-align: center;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.botaoTopo:hover{
	color: #FFFFFF;
	background: #333333;
}

#caixaUsuarios{
	display: none;
	margin-bottom: 40px;
}

.usuarioIndividual{
	display: block;
	padding: 0 15px 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CECECE;
}

.dadosUsuario{
	margin-top: 10px;
	display: none;
}

.abreUsuarioIndividual, .fechaUsuarioIndividual{
	color: #c58930;
	cursor: pointer;
}

.fechaUsuarioIndividual{
	display: none;
}

/* Login */
#formLogin{
	margin: 0 auto;
	text-align: center;
	width: 400px;
}

#formLogin input{
	text-align: center;
}

#formLogin button{
	margin: 10px 0 0;
	width: 180px;
	color: #FFFFFF;
	height: 50px;
	background: #333333;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#formLogin button:hover{
	background: #C58930;
}

.divBoxNome{
	font-size: 14px;
	line-height: 40px;
}

.divBoxNome span{
	float: right;
}

/* footer */
#rodapeFixo{
	padding-bottom: 110px;
}

#rodapeTodo{
	background: #222222;
	width: 100%;
	height: 90px;
	padding-top: 20px;
	margin-top: -110px;
	position: relative;
	clear: both;
	text-align: center;
}

#rodapeTodo a.logoRodape{
	display: block;
	margin: 0 auto 30px;
	width: 218px;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	float: right;
	margin: 0;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* tamanhos tamanhos */
.tamanhoTela{
	width:1200px;
	margin:0 auto;
}

@media(max-width: 1230px) {
	.tamanhoTela{width:980px;}
}

@media(max-width: 1000px) {
	.tamanhoTela{width:740px;}
}

@media(max-width: 767px){
	.tamanhoTela{width:auto; padding:0 20px;}
}