/* CSS CEBRI FORMULARIOS
   Data de Criacao: 01/07/2013
   Desenvolvido por: Luciano Barauna - FATTORIAWEB
*/

/* Elementos gerais
   ========================================================================== */

.loader-form{
	width:20px;
	height:20px;	
	text-indent:-9999px;
	bottom:18px;
	right:15px;
	position:absolute;	
	background:url(../img/load-cebri-3.gif) no-repeat;
	}


/* Fieldset
   ========================================================================== */

.frame-form fieldset{
	margin:0 0 4em;
	height:100%;
	position:relative;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#e5e5e5;
} 

/* Inputs, Selects e Textareas
   ========================================================================== */

.frame-form input[type="text"], .frame-form input[type="password"], .frame-form select, .frame-form textarea{
	padding:8px;
	width:100%;
	position:relative;
	vertical-align:middle;	
	outline:none;
	color:#8b8b8b;
	font-size:14px;
	background:#ebebeb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;	
	border-radius:4px;
	border: solid 1px #dedddc;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.frame-form select{
	background-image:url(../frame-form-css/img/seta-select.png);
	background-repeat:no-repeat;
	background-position: center right;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
}

.frame-form input[type="text"]:focus, .frame-form input[type="password"]:focus, .frame-form select:focus, .frame-form textarea:focus{
	border-color:#26372f;
	color:#31614b;
	background-color:#f4f4f4;
}


/* Mensagens de erro
   ========================================================================== */

.frame-form-msg{
	padding:1.3em 3em 1em 4.5em;
}

.frame-form-msg .msg-fechar{
	top:15px;
}

.frame-form-msg ul{
	list-style:none;
}

.frame-form-msg.erro{
	border-color:#d88e8e;
	color:#7d2625;
	background-position:20px 15px;
}

.frame-form-msg.sucesso{
	border-color:#abc37f;
	color:#618239;
	background-position:20px 15px;
}

.frame-form-msg.aviso{
	border-color:#d5cb92;
	color:#8d8030;
	background-position:20px 15px;
}

.frame-form-msg.info{
	border-color:#74b6cf;
	color:#5595ad;
	font-size:11px;
	background-position:20px 15px;
}

/* ==========================================================================
   Elementos de paginas
   ========================================================================== */

.titulo-form{
	color:#808080;
	font-family:latolight;
	font-size:30px;
}

.info-bloco{
	padding:20px 0 10px 0;
	clear:both;
}

.info-bloco .titulo-form{
	margin:0 0 10px 0;	

}

/* Lista checkbox field*/

.list-fild-check-box{
	margin:0 0 1%;
}

.list-fild-check-box .titulo-form{
	margin:0 0 10px 0;
}

.frame-form .list-fild-check-box fieldset{	
	margin:0 0 10px 0;
	padding:15px 0 10px;
}

.list-fild-check-box .frame-form-list label, .list-fild-check-box .frame-form-list-block label{
	font-size:14px;
}

.frame-form .selec-todos{
	margin-bottom:0;
	line-height:32px;
}


.form-filtro{
	padding:12px 0 0 0;
	width:955px;
}

.form-filtro select{
	background:#FAFAFA url(../frame-form-css/img/seta-select-branca.png) no-repeat center right;
}

.form-filtro h1{
	font-size:36px;
}

.form-filtro fieldset{
	margin:8px 0 30px 0;
	padding:20px 60px 30px 60px;
}


/* ==========================================================================
   Btn
   ========================================================================== */
   
.btn{
	cursor:pointer;
	margin:0 10px 0 0;
	padding:12px 20px;
	display:inline-block;
	color:#FFF;
	font-size:14px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
 
.btn:hover{
	color:#FFF;
	text-decoration:none !important;
}  

/* Cores e estilos */

.btn-amarelo{
	border:none;
	color:#465f2b;
	font-family:latobold;
	background:#e6d221;
	}

.btn-amarelo:hover{
	color:#465f2b;
	background:#ffe503;
	}

.btn-amarelo:active{
	color:#e6d221;
	background:#465f2b;
	}

.btn-cinza{
	border:none;
	background:#9e9d9f;
	}
	
.btn-cinza:hover{
	color:#7f7f7f;
	background:#d5d4d5;
	}
	
.btn-cinza:active{
	color:#FFFFFF;
	background:#777777;
	}

.btn-verde{
	background:#27372f;
	}

.btn-verde:hover{
	background:#40775e;
	}
  
.btn-verde:active{
	background:#18241e;
	}
	
.btn-verde-2{
	color: #FFF !important;
	background:#27372f;
	}

.btn-verde-2:hover{
	background:#40775e;
	}
  
.btn-verde-2:active{
	background:#18241e;
	}
   
   