@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
*{
	padding: 0;
	margin: 0;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #535459;
	border: none;
}
a{
	text-decoration: none;
	font-size: 13px;
}
html, body{
	height: 100%;
	background: #ECECEC;
}
#clear_both{
	clear: both;
}
input[type="text"],
input[type="password"]{
	height: 35px;
	font-weight: 600;
	border: solid 1px #D1D1D1;
	border-radius: 2px;
	background: url(../img/adm_bg_inputs.png);
	color: #777777;
}
textarea{
	height: 150px;
	font-weight: 600;
	border: solid 1px #D1D1D1;
	border-radius: 2px;
	background: #ffffff;
	color: #777777;
}
.senha_real{
	display: none;
}
#form_check_div{
	height: 35px;
	border: solid 1px #D1D1D1;
	border-radius: 2px;
	background: url(../img/adm_bg_inputs.png);
}
#form_check_div input[type="checkbox"]{
	height: 15px;
	width: 15px;
	margin: 10px;
	float: left;
}
#form_check_div p{
	height: 35px;
	line-height: 35px;
	font-weight: 600;
	color: #777777;
	float: left;
}
#span_titulo{
	font-weight: 600;
	margin-bottom: 5px;
}
#top_sel_div{
	height: 28px;
	border: solid 1px #D1D1D1;
	border-radius: 2px;
	background: url(../img/adm_bg_inputs.png);
	color: #777777;
}
#form_sel_multi_div{
	border: solid 1px #D1D1D1;
	border-radius: 2px;
	background: url(../img/adm_bg_inputs.png);
	color: #777777;
}
#ipt_file_div{
	height: 30px;
	position: relative;
}
#ipt_file_falso{
	width: 120px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	border: solid 1px #375B7D;
	background: #375B7D;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	z-index: 0;
}
#ipt_file_conteudo{
	width: 120px;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}
input[type="file"]{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	font-size: 100px;
}
#ipt_file_valor{
	position: absolute;
	height: 30px;
	top: 0;
	left: 0;
	line-height: 15px;
	padding-left: 130px;
	font-weight: 600;
}
#ipt_file_img_div{
	width: 120px;
	position: relative;
}
#bt_del_img{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	border-radius: 2px;
	background: url(../img/adm_bg_del_img.png) center no-repeat #F63832;
	cursor: pointer;
	display: none;
}
#ipt_file_img{
	max-width: 112px;
	border: solid 4px #ffffff;
	outline: solid 1px #D1D1D1;
	margin-bottom: 10px;
	z-index: 98;
}
input[type="submit"]{
	width: 100px;
	height: 30px;
	border-radius: 2px;
	border: solid 1px #375B7D;
	background: #375B7D;
	cursor: pointer;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 600;
}
#link_botao{
	height: 28px;
	line-height: 28px;
	display: block;
	border-radius: 2px;
	border: solid 1px #375B7D;
	background: #375B7D;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
}
input[type="submit"]:hover, #link_botao:hover{
	background: #F5F5F5;
	border: solid 1px #D1D1D1;
	color: #535459;
}
#form_sel_div{
	height: 35px;
	border: solid 1px #D1D1D1;
	border-radius: 2px;
	background: url(../img/adm_bg_inputs.png);
	color: #777777;
}
select{
	width: 100%;
	height: 100%;
	padding: 0 8px;
	font-weight: 600;
	color: #777777;
}
#form_msg{
	display: none;
	position: fixed;
	top: 0;
	height: 52px;
	width: 100%;
	text-align: center;
	background: #F63832;
	color: #ffffff;
	line-height: 52px;
	font-weight: 600;
	z-index: 999999;
}
#paginacao{
	height: 33px;
	margin-top: 15px;
	float: left;
}
#paginacao #prev,
#paginacao #next{
	float: left;
	height: 33px;
	line-height: 33px;
}
#paginacao #prev a,
#paginacao #next a,
#paginacao #prev p,
#paginacao #next p{
	display: block;
	padding: 0 10px;
	line-height: 33px;
	font-size: 11px;
	font-weight: 600;
	border: solid 1px #D1D1D1;
}
#paginacao #prev a:hover,
#paginacao #next a:hover{
	background: #375B7D;
	border: solid 1px #375B7D;
	color: #ffffff;
}
#paginacao #pg_sel{
	float: left;
	height: 33px;
	border-top: solid 1px #D1D1D1;
	border-bottom: solid 1px #D1D1D1;
}
#paginacao #pg_sel select{
	height: 33px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: 600;
}
#paginacao #pg_sel select option{
	font-size: 11px;
	font-weight: 600;
}
#pagina_conteudo{
	clear: both;
}
#pagina_subtitulo{
	margin: 0;
}
#pagina_dados{
	font-weight: 700;
	margin-bottom: 10px;
}

