/* IMPORTAÇOES == */
@import url('https://fonts.googleapis.com/css?family=Abel|Open+Sans|Poppins');

body{background:#FFF; padding:0; margin:0; font-size:13px; font-family: 'Poppins', sans-serif;}

input[type="text"], input[type="password"], textarea, select{font-size:13px; font-family: 'Poppins', sans-serif; outline:none; padding:10px; border-radius:3px; border:1px solid #CCC; background:#FFF;}
select{width:100%;}
input[type="submit"], input[type="button"]{outline:none; font-family: 'Poppins', sans-serif;}

a{text-decoration:none;}

.label{display:block; padding:10px 0; font-weight:bold;}

.bnt1{cursor:pointer; display:block; padding:14px 10px; background:#48494b; border:0; font-weight:bold; color:#FFF; margin:15px 0; border-radius:3px;}

.div_select_un_ca{position:absolute; top:0; right:0; text-align:right;}
.div_select_un_ca select{width:150px; display:block;}

/* DIV ALPHA == */
.div_alpha{background:#000; position: fixed; width: 100%; height: 100%; opacity: 0.5; filter: alpha(opacity=50); z-index: 50; display:none;}

/* CABEÇALHO == */
.header_box{min-height:200px; border-top:5px solid #3b5998; border-bottom:1px solid #CCC;}
.header_box .corpo_header{position:relative; margin:0 auto; width:1300px; height:200px;}
.header_box .corpo_header .div_img{height:150px; width:338px; position:relative; overflow:hidden;}
.header_box .corpo_header .div_img img{height:150px;}
.header_box .corpo_header .div_img_login{height:170px; width:338px; position:relative; margin:0 auto; overflow:hidden;}
.header_box .corpo_header .div_img_login img{height:170px;}
.header_box .corpo_header .div_info_login{top:0; right:10px; position:absolute; padding:10px 0; text-align:right;}
.header_box .corpo_header .div_info_login .div_bnts a{font-weight:bold; color:#ff0000;}
.header_box .corpo_header .div_info_login .div_bnts a:hover{text-decoration:underline;}

.div_info_recuperar_senha_ca{margin:10px 0 0; text-align:center;}

/* CORPO DO DOCUMENTO == */
.div_corpo{min-height:200px; padding:0; border-radius:3px; border-top: 0px solid #e3e3e3;color:#2e2e2e;}
.div_corpo .div_inner_corpo{margin:0 auto; width:1300px; padding:0; position:relative; z-index:5; display:table;}
.div_corpo .div_inner_corpo .cab_deps{margin:0; padding:20px 0 25px; text-transform:uppercase; font-size:30px;}
.div_corpo .div_inner_corpo .titulo_cont{font-size:16px; line-height:25px; margin:0; padding:0; color:#333;}
.div_corpo .div_inner_corpo .lado1{width:250px; float:left; height:500px; position:relative; background:#FFF;}
.div_corpo .div_inner_corpo .lado2{position:relative; margin-left:250px; min-height:500px; border-left: 1px solid #CCC; padding:0 0 0 20px;}

/* CORPO CENTRO == */
.corpo_centro{position:relative; margin:0 auto; padding:20px 0; width:500px;}
.corpo_centro .cab_deps{text-align:center;}

/* UL DE CONDOMÍNIOS == */
.ul_condominios{margin:0; padding:0; list-style:none;}
.ul_condominios .li{line-height:25px; padding:10px 0; border-bottom:1px solid #CCC;}
.ul_condominios .li .bnts{display:inline-block; padding:3px 5px; margin:10px 0 0 0; background:#6d84b4; color:#FFF; border-radius:3px; cursor:pointer; font-weight:bold;}

/* DIV OPEN MENU MOBILE == */
.div_link_open_menu_mobile{background:#6d84b4; position:absolute; top:15px; right:10px; border-radius:3px; width:45px; height:45px; display:none;}
.div_link_open_menu_mobile img{width:100%; height:100%;}
.div_link_close_menu_mobile{position:relative; float:right; background:#C30; color:#FFF; font-weight:bold; padding:3px 5px; border-radius:3px; cursor:pointer;}

/* MENU MOBILE == */
.menu_mobile{position:fixed; top:0; left:0; width:80%; height:100%; z-index:100; background:#FFF; display:none;}
.menu_mobile .div_info_login{padding:10px; background:#EEE;}
.menu_mobile .div_info_login h1{font-size:20px;}
.menu_mobile .div_info_login a{font-weight:bold; color:#ff0000;}

/* MENU LATERAL == */
.ul_menu_lateral{padding:0; margin:0; list-style:none;}
.ul_menu_lateral li{background:  #e1e1e1;
	background: -webkit-linear-gradient(0deg, #e1e1e1, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #e1e1e1, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #e1e1e1, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #e1e1e1, transparent); /* Standard syntax */}
.ul_menu_lateral li a{display:block; padding:15px 0 15px 10px; font-size:20px; text-decoration:none; border-bottom:1px solid #e3e3e3; color:#333; cursor:pointer;}
.ul_menu_lateral li a:hover{background:#6D84b4; color:#FFF; border-color:#e3e3e3;}

/* BOX DE LOGIN == */
.box_login{padding:40px 0; color:#2e2e2e;}
.box_login .titulo_box{text-align:center; font-family:'Poppins', sans-serif; font-size:42px; margin:0; padding:0;}
.box_login .div_campos{position:relative; margin:0 auto; width:350px;}
.box_login .div_campos label{display:block; padding:10px 0; font-weight:bold;}
.box_login .div_campos input[type="text"], .box_login input[type="password"]{padding:10px; border-radius:3px; border:2px solid #CCC; background:#FFF; display:block; width:93%;}
.box_login .div_campos input[type="button"], .box_login .div_campos input[type="submit"]{cursor:pointer; display:block; width:350px; padding:14px 10px; background:#48494b; border:0; font-weight:bold; color:#FFF; margin:15px 0; border-radius:3px;}
.box_login .div_campos input[type="button"]:hover, .box_login .div_campos input[type="submit"]:hover{background:#707173;}
.box_login .div_campos .bnt_open_recuperar_senha{cursor:pointer;}
.box_login .div_campos .bnt_open_recuperar_senha:hover{text-decoration:underline;}

/* INFORMAÇÕES DO FINANCEIRO == */
.div_info_fn{position:relative; padding:10px 0; font-size:18px;}
.div_info_fn .info_inner_fn{float:right;}
.div_info_fn .div_info_ap, .div_info_fn .div_info_pg{display:inline-block;}
.div_info_fn .pg{color:#2ba200;}
.div_info_fn .ap{color:#ff0815;}

/* TABLE FN == */
.table_fn{border:0px solid #CCC; background:#FFF; border-radius:3px;}
.table_fn td{padding:5px; border:0px solid #FFF; border-top:0; border-left:0; text-align:center; color:#000;}
.table_fn .cab_fn{text-align:left; color:#000; font-weight:bold; font-size:13px;}
.table_fn .cab_fn td{border-bottom:1px solid #CCC;}
.table_fn .ln{cursor:pointer;}
.table_fn .ln:hover{background-color:#EEE;}
.table_fn .cod_ca_fn{width:80px; text-align:left;}
.table_fn .nome_usu_fn{width:180px; text-align:left;}
.table_fn .cliente_fn{width:270px; text-align:left;}
.table_fn .desc_fn{text-align:left;}
.table_fn .arq_fn{text-align:left;}
.table_fn .nn_fn{width:120px;}
.table_fn .valor_fn{width:70px; text-align:center;}
.table_fn .id_nf_fn, .table_fn .nf_fn{width:100px; text-align:center;}
.table_fn .grupos_desp_fn{width:80px; text-align:center;}
.table_fn .data_pg_fn{width:70px; text-align:center;}
.table_fn .data_fn{width:70px; text-align:center;}
.table_fn .texto_fn{text-align:left;}
.table_fn .ref_fn{width:50px;}
.table_fn .sts_fn{width:105px;}
.table_fn .acoes_fn{width:60px; text-align:center; border-right-color:transparent;}
.table_fn .acoes_fn span{cursor:pointer;}
.table_fn .acoes_fn a{color:#FFF; background:#6d84b4; font-weight:bold; text-decoration:none; padding:5px; border-radius:3px;}

.table_fn .pago{color:#0000ff;}
.table_fn .cancelado{color:#bebebe;}
.table_fn .aguardando_pagamento{color:#222;}
.table_fn .vencido{color:#FC0000;}

.table_fn .nf_env_fn{background-color:#41ab41; color:#FFF; text-shadow:0 0 1px #CCC;}
.table_fn .nf_env_fn a{color:#FFF; text-decoration:none;}
.table_fn .nf_env_fn a:hover{text-decoration:underline;}
.table_fn .ln_marcada{background:#EEE;}
.table_fn .ln_erro{background-color:#fe5151; color:#FFF; font-weight:bolder;}

.table_fn .col_pg{background-color:#41ab41; color:#FFF;}
.table_fn .col_ap_vd{background-color:#fe5151; color:#FFF;}

/* UL FINANCEIRO == */
.ul_fn{margin:0; padding:0; list-style:none; display:none;}
.ul_fn .li{border-bottom:1px solid #CCC; padding:10px 0; position:relative;}
.ul_fn .li:last-child{border-bottom:0;}
.ul_fn .li .valor_ap{color:#ff0815; font-weight:bold;}
.ul_fn .li .valor_pg{color:#2ba200; font-weight:bold;}
.ul_fn .li .div_info_li_fn{position:absolute; top:15px; right:0;}
.ul_fn .li .div_info_li_fn a{color:#FFF; background:#6d84b4; font-weight:bold; text-decoration:none; padding:5px; border-radius:3px;}

/* INFORMAÇÕES DO AT == */
.div_info_at{position:relative; padding:10px 0; font-size:18px; text-align:right;}

/* TABLE AT == */
.table_at{border:0px solid #CCC; background:#FFF; border-radius:3px;}
.table_at td{padding:5px; border:0px solid #FFF; border-top:0; border-left:0; color:#000;}
.table_at .cab_at{text-align:left; color:#000; font-weight:bold; font-size:13px;}
.table_at .cab_at td{border-bottom:1px solid #CCC;}
.table_at .ln{cursor:pointer;}
.table_at .ln:hover{background-color:#EEE;}
.table_at .arq_at{text-align:left; width:400px;}
.table_at .data_at{width:160px; text-align:center;}

.table_at .bnt_editar{ background:#6d84b4; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}
.table_at .bnt_excluir{ background:#f44336; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}

.table_at .ln_marcada{background:#EEE;}
.table_at .ln_erro{background-color:#fe5151; color:#FFF; font-weight:bolder;}

/* UL ATAS == */
.ul_at{margin:0; padding:0; list-style:none; display:none;}
.ul_at .li{border-bottom:1px solid #CCC; padding:10px 0; position:relative;}
.ul_at .li:last-child{border-bottom:0;}
.ul_at .li h1{font-size:large;}
.ul_at .li h1 p{word-wrap: break-word; width:330px; padding:0; margin:0;}
.ul_at .li .data{font-size:small; color:#}
.ul_at .li .div_bnts{float:right; text-align:center; margin-left:15px;}
.ul_at .li .div_bnts .bnt_editar{ background:#6d84b4; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}
.ul_at .li .div_bnts .bnt_excluir{ background:#f44336; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}

/* INFORMAÇÕES DO PC == */
.div_info_pc{position:relative; padding:10px 0; font-size:18px; text-align:right;}

/* TABLE PC == */
.table_pc{border:0px solid #CCC; background:#FFF;}
.table_pc td{padding:5px; border:0px solid #FFF; border-top:0; border-left:0; color:#000;}
.table_pc .cab_pc{text-align:left; color:#000; font-weight:bold; font-size:13px;}
.table_pc .cab_pc td{border-bottom:1px solid #CCC;}
.table_pc .ln{cursor:pointer;}
.table_pc .ln:hover{background-color:#EEE;}
.table_pc .arq_pc{text-align:left; width:400px;}
.table_pc .data_pc{width:160px; text-align:center;}

.table_pc .bnt_editar{ background:#6d84b4; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}
.table_pc .bnt_excluir{ background:#f44336; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}

.table_pc .ln_marcada{background:#EEE;}
.table_pc .ln_erro{background-color:#fe5151; color:#FFF; font-weight:bolder;}

/* UL PC == */
.ul_pc{margin:0; padding:0; list-style:none; display:;}
.ul_pc .li{border-bottom:1px solid #CCC; padding:10px 0; position:relative;}
.ul_pc .li:last-child{border-bottom:0;}
.ul_pc .li h1{font-size:large;}
.ul_pc .li h1 p{word-wrap: break-word; width:330px; padding:0; margin:0;}
.ul_pc .li .data{font-size:small; color:#999;}
.ul_pc .li .div_bnts{float:right; text-align:center; margin-left:15px;}
.ul_pc .li .div_bnts .bnt_editar{ background:#6d84b4; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}
.ul_pc .li .div_bnts .bnt_excluir{ background:#f44336; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}

/* TABLE CV == */
.table_cv{border:0px solid #CCC; background:#FFF; border-radius:3px;}
.table_cv td{padding:5px; border:0px solid #FFF; border-top:0; border-left:0; color:#000;}
.table_cv .cab_cv{text-align:left; color:#000; font-weight:bold; font-size:13px;}
.table_cv .cab_cv td{border-bottom:1px solid #CCC;}
.table_cv .ln{cursor:pointer;}
.table_cv .ln:hover{background-color:#EEE;}
.table_cv .arq_cv{text-align:left; width:400px;}
.table_cv .data_cv{width:160px; text-align:center;}

.table_cv .bnt_editar{ background:#6d84b4; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}
.table_cv .bnt_excluir{ background:#f44336; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}

.table_cv .ln_marcada{background:#EEE;}
.table_cv .ln_erro{background-color:#fe5151; color:#FFF; font-weight:bolder;}

/* UL CV == */
.ul_cv{margin:0; padding:0; list-style:none; display:none;}
.ul_cv .li{border-bottom:1px solid #CCC; padding:10px 0; position:relative;}
.ul_cv .li:last-child{border-bottom:0;}
.ul_cv .li h1{font-size:large;}
.ul_cv .li h1 p{word-wrap: break-word; width:330px; padding:0; margin:0;}
.ul_cv .li .data{font-size:small; color:#}
.ul_cv .li .div_bnts{float:right; text-align:center; margin-left:15px;}
.ul_cv .li .div_bnts .bnt_editar{ background:#6d84b4; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}
.ul_cv .li .div_bnts .bnt_excluir{ background:#f44336; color:#FFF; padding:3px 5px; border-radius:3px; display:inline-block; width:50px;}

/* PÁGINAÇĂO == */
.div_paginacao{padding:15px; margin:15px 0 0; text-align:center;}
.div_paginacao div{display:inline-block;}
.div_paginacao div a{padding:10px; color:#2e2e2e; font-weight:bolder; text-decoration:none;}
.div_paginacao .pagina_atual{background-color:#6d84b4; color:#FFF; border-radius:3px;}

/* BOX DE INSERÇÃO DE DADOS == */
.div_box_insert_ep{width:500px; height:auto; background:#FFF; color:#333; border-radius:3px; position:absolute; z-index:100; display:none;}
.div_box_insert_ep .bnt_close_ep{position:absolute; width:50px; height:50px; right:-20px; top:-20px;}
.div_box_insert_ep .bnt_close_ep img{position:absolute; width:100%; height:100%; cursor:pointer;}
.div_box_insert_ep .div_suporte_ep{padding:30px;}
.div_box_insert_ep .div_suporte_ep .titulo_box_ep{padding:0; margin:0;}
.div_box_insert_ep input[type="text"], .div_box_insert_ep textarea{border:1px solid #CCC; width:95%;}
.div_box_insert_ep .div_rodape_ep{padding:10px 30px 30px; text-align:right;}
.div_box_insert_ep .div_rodape_ep .bnts{cursor:pointer; padding:10px; border:0;}

.bnt_select_arq{background:#6d84b4; color:#FFF; border-radius:5px; padding:5px 7px; cursor:pointer;}

.div_bnts{}
.div_bnts .bnts{display:inline-block; padding:5px 10px; background:#6d84b4; color:#FFF; border-radius:3px; cursor:pointer; font-weight:bold; border:0; line-height:25px;}

/* RODAPÉ == */
.div_rodape{text-align:center; padding:30px 0; border-top:1px solid #CCC; background:#EEE;}
.div_rodape h1{padding:0; margin:0; font-size:18px;}
.div_rodape div{padding:5px 0;}

/* UL CONTEUDOS == */
.ul_conteudos{list-style:none; margin:0; padding:0;}

/* UL GRADE == */
.ul_grade{position:relative; display:table; padding:0px; margin:0px; min-height:20px; list-style:none; width:100%;}
.ul_grade li{float:left; margin:0 4px 0 0;}

/* TELA DE 375PIXELS == */
@media all and (max-device-width: 375px){
	
	body{background:#eeeeef;}
	
	.div_select_un_ca{}
	.div_select_un_ca select{width:130px;}
	
	/* DIV OPEN MENU MOBILE == */
	.div_link_open_menu_mobile{display:block;}
	
	/* CABEÇALHO == */
	.header_box{min-height:inherit; background:#FFF;}
	.header_box .corpo_header{width:100%; height:auto;}
	.header_box .corpo_header .div_img{width:60%; height:auto; padding:0 20px;}
	.header_box .corpo_header .div_img img{height:80px;}
	.header_box .corpo_header .div_img_login{position:relative; width:80%; height:auto; margin:0 auto; text-align:center;}
	.header_box .corpo_header .div_img_login img{height:100px;}
	.header_box .corpo_header .div_info_login{display:none;}
	.header_box .corpo_header .div_info_login .div_bnts a{}
	.header_box .corpo_header .div_info_login .div_bnts a:hover{}
	
	/* CORPO DO DOCUMENTO == */
	.div_corpo{display:block; padding:15px; background:#FFF;}
	.div_corpo .div_inner_corpo{width:100%;}
	.div_corpo .div_inner_corpo .cab_deps{font-size:20px;}
	.div_corpo .div_inner_corpo .titulo_cont{}
	.div_corpo .div_inner_corpo .lado1{display:none; min-height:inherit;}
	.div_corpo .div_inner_corpo .lado2{margin:0; border:0; min-height:inherit; padding:0;}
	
	/* CORPO CENTRO == */
	.corpo_centro{width:100%; padding:0;}
	.corpo_centro .cab_deps{}
	
	/* BOX DE LOGIN == */
	.box_login{padding:0;}
	.box_login .titulo_box{font-size:25px;}
	.box_login .div_campos{}
	.box_login .div_campos label{}
	.box_login .div_campos input[type="text"], .box_login input[type="password"]{width:86%;}
	.box_login .div_campos input[type="button"], .box_login .div_campos input[type="submit"]{width:93%;}
	.box_login .div_campos input[type="button"]:hover, .box_login .div_campos input[type="submit"]:hover{}
	.box_login .div_campos .bnt_open_recuperar_senha{}
	.box_login .div_campos .bnt_open_recuperar_senha:hover{}
	
	/* INFORMAÇÕES DO FINANCEIRO == */
	.div_info_fn{position:relative; padding:10px 0; font-size:16px; border-bottom:2px solid #CCC;}
	.div_info_fn .info_inner_fn{float:none;}
	.div_info_fn .div_info_ap, .div_info_fn .div_info_pg{display:block;}
	.div_info_fn .pg{font-weight:bold;}
	.div_info_fn .ap{font-weight:bold;}
	
	/* UL DO FINANCEIRO == */
	.ul_fn{display:block;}
	
	/* TABLE FINANCEIRO == */
	.table_fn{display:none;}
	
	/* INFORMAÇÕES DO AT == */
	.div_info_at{text-align:left; border-bottom:2px solid #CCC;}
	
	/* TABLE AT == */
	.table_at{display:none;}
	
	/* UL ATAS == */
	.ul_at{display:block;}
	
	/* INFORMAÇÕES DO AT == */
	.div_info_pc{text-align:left; border-bottom:2px solid #CCC;}
	
	/* TABLE CP == */
	.table_pc{display:none;}
	
	/* BOX DE ALTERAÇÃO DE SENHA == */
	.div_alterar_senha{}
	.div_alterar_senha input[type="text"], .div_alterar_senha input[type="password"]{width:93%;}
	.div_alterar_senha .bnt1{width:100%;}
	
	/* BOX DE INSERÇÃO DE DADOS == */
	.div_box_insert_ep{width:90%;}
	.div_box_insert_ep .bnt_close_ep{width:40px; height:40px; right:-10px;}
	.div_box_insert_ep .bnt_close_ep img{}
	.div_box_insert_ep .div_suporte_ep{padding:20px;}
	.div_box_insert_ep .div_suporte_ep .titulo_box_ep{}
	.div_box_insert_ep input[type="text"], .div_box_insert_ep textarea{}
	.div_box_insert_ep .div_rodape_ep{}
	.div_box_insert_ep .div_rodape_ep .bnts{}
	
	/* PÁGINAÇĂO == */
	.div_paginacao{padding-left:0; padding-right:0;}
	.div_paginacao div{}
	.div_paginacao div a{}
	.div_paginacao .paginas_back, .div_paginacao .paginas_prox{display:none;}
	.div_paginacao .pagina_atual{}
	
	/* RODAPÉ == */
	.div_rodape{padding:15px 0;}
	.div_rodape h1{font-size:15px;}
	.div_rodape div{}
	
}

/* TELA DE 598PIXELS == */
@media all and (max-device-width: 960px){
	
	body{background:#eeeeef;}
	
	.div_select_un_ca{}
	.div_select_un_ca select{width:130px;}
	
	/* DIV OPEN MENU MOBILE == */
	.div_link_open_menu_mobile{display:block;}
	
	/* CABEÇALHO == */
	.header_box{min-height:inherit; background:#FFF;}
	.header_box .corpo_header{width:100%; height:auto;}
	.header_box .corpo_header .div_img{width:60%; height:auto; padding:0 20px;}
	.header_box .corpo_header .div_img img{height:80px;}

	.header_box .corpo_header .div_img_login{
		position:relative; 
		width:80%; 
		height:auto; 
		margin:0 auto; 
		text-align:center;
	}
	.header_box .corpo_header .div_img_login img{
		height:100px;
		padding: 25px 0;
	}
	
	.header_box .corpo_header .div_info_login{display:none;}
	.header_box .corpo_header .div_info_login .div_bnts a{}
	.header_box .corpo_header .div_info_login .div_bnts a:hover{}
	
	/* CORPO DO DOCUMENTO == */
	.div_corpo{display:block; padding:15px; background:#FFF;}
	.div_corpo .div_inner_corpo{width:100%;}
	.div_corpo .div_inner_corpo .cab_deps{font-size:20px;}
	.div_corpo .div_inner_corpo .titulo_cont{}
	.div_corpo .div_inner_corpo .lado1{display:none; min-height:inherit;}
	.div_corpo .div_inner_corpo .lado2{margin:0; border:0; min-height:inherit; padding:0;}
	
	/* CORPO CENTRO == */
	.corpo_centro{width:100%; padding:0;}
	.corpo_centro .cab_deps{}
	
	/* BOX DE LOGIN == */
	.box_login{padding:0;}
	.box_login .titulo_box{font-size:25px;}
	.box_login .div_campos{}
	.box_login .div_campos label{}
	
	.box_login .div_campos input[type="text"], 
	.box_login input[type="password"]{
		box-sizing: border-box;
		width: 100%;
		font-size: 18px;
		padding: 13px;
	}
	
	.box_login .div_campos input[type="button"], 
	.box_login .div_campos input[type="submit"]{
		width: 100%;
	}

	.box_login .div_campos input[type="button"]:hover, .box_login .div_campos input[type="submit"]:hover{}
	.box_login .div_campos .bnt_open_recuperar_senha{}
	.box_login .div_campos .bnt_open_recuperar_senha:hover{}
	
	/* INFORMAÇÕES DO FINANCEIRO == */
	.div_info_fn{position:relative; padding:10px 0; font-size:16px; border-bottom:2px solid #CCC;}
	.div_info_fn .info_inner_fn{float:none;}
	.div_info_fn .div_info_ap, .div_info_fn .div_info_pg{display:block;}
	.div_info_fn .pg{font-weight:bold;}
	.div_info_fn .ap{font-weight:bold;}
	
	/* UL DO FINANCEIRO == */
	.ul_fn{display:block;}
	
	/* TABLE FINANCEIRO == */
	.table_fn{display:none;}
	
	/* INFORMAÇÕES DO AT == */
	.div_info_at{text-align:left; border-bottom:2px solid #CCC;}
	
	/* TABLE AT == */
	.table_at{display:none;}
	
	/* UL ATAS == */
	.ul_at{display:block;}
	
	/* INFORMAÇÕES DO AT == */
	.div_info_pc{text-align:left; border-bottom:2px solid #CCC;}
	
	/* TABLE CP == */
	.table_pc{display:none;}
	
	/* BOX DE ALTERAÇÃO DE SENHA == */
	.div_alterar_senha{}
	.div_alterar_senha input[type="text"], .div_alterar_senha input[type="password"]{width:93%;}
	.div_alterar_senha .bnt1{width:100%;}
	
	/* BOX DE INSERÇÃO DE DADOS == */
	.div_box_insert_ep{width:90%;}
	.div_box_insert_ep .bnt_close_ep{width:40px; height:40px; right:-10px;}
	.div_box_insert_ep .bnt_close_ep img{}
	.div_box_insert_ep .div_suporte_ep{padding:20px;}
	.div_box_insert_ep .div_suporte_ep .titulo_box_ep{}
	.div_box_insert_ep input[type="text"], .div_box_insert_ep textarea{}
	.div_box_insert_ep .div_rodape_ep{}
	.div_box_insert_ep .div_rodape_ep .bnts{}
	
	/* PÁGINAÇĂO == */
	.div_paginacao{padding-left:0; padding-right:0;}
	.div_paginacao div{}
	.div_paginacao div a{}
	.div_paginacao .paginas_back, .div_paginacao .paginas_prox{display:none;}
	.div_paginacao .pagina_atual{}
	
	/* RODAPÉ == */
	.div_rodape{padding:15px 0;}
	.div_rodape h1{font-size:15px;}
	.div_rodape div{}
	
}