/********************************************************************

Project: Formee - http://www.formeeee.org
Last Updated: 
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br
			 
********************************************************************
Style
********************************************************************/
.bg_form_forms{ background: #C0343E; padding: 0 0 40px; }
.formee fieldset {
	border: 0px solid #E1E1E1;
	/*corner*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/* hover effect */
.grid-1-12:hover, .grid-2-12:hover, .grid-3-12:hover, .grid-4-12:hover, .grid-5-12:hover, .grid-6-12:hover, .grid-7-12:hover, .grid-8-12:hover, .grid-9-12:hover, .grid-10-12:hover, .grid-11-12:hover, .grid-12-12:hover {}
.field-button:hover {background:transparent;}


/* Form legend and titles */

.formee legend,
.flashHeader, .sub_title_form, .titulo_actividades { font-size: 20px; line-height: 23px; font-weight: 400; width: 100%; padding: 0 0 10px;  margin: 0; text-transform: uppercase; color: rgb(110,111,113); border-bottom: 2px solid rgb(110,111,113); float: left; }
.titulo_actividades { font-size: 18px; line-height: 20px; border-bottom: 1px solid rgb(110,111,113); margin: 20px 0 0; }
.titulo_actividades:first-child { margin: 0; }
.sub_title_form { font-size: 17px; line-height: 20px; }
/* form elements  */

.formee-lbl, .formee label {
	color:#333333;
	padding: 0px 0px 0px 2px;
	line-height: 22px;
	vertical-align:middle;
}

.formee label.bold { font-weight: 700; }

.formee-req {
	font-weight: bold;
	font-style:normal;
	color:#F9BEBD;
	font-size:12px;
	line-height: 12px;
}
.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee textarea, .formee select {
	border-color:#c6c6c6 #dadada #eaeaea;
	background-color: #fafafa!IMPORTANT;
	color:#999;
	font-size:12px;
	font-family:inherit;
	/*corner*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.formee select {
	border-color:#c6c6c6 #dadada #eaeaea;
	background: #fafafa;
	color:#999;
}
.formee .formee-txt:hover, .formee input[type="text"]:hover, .formee input[type="password"]:hover, .formee input[type="file"]:hover, .formee textarea:hover, .formee select:hover {
	color:#666;
	background: #fff none;
	border-color:#c6c6c6;
}
form .formee-txt:focus, .formee input[type="text"]:focus, .formee input[type="password"]:focus, .formee input[type="file"]:focus, .formee textarea:focus, .formee select:focus  {
	color:#333;
	background: #fff none;
	border-color:#F9BEBD #F9BEBD #F9BEBD;
	outline: 0;
}

/* form msg status  */
.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
	color:#2b2b2b;
	/*corner*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.formee-msg-info h3, .formee-msg-warning h3, .formee-msg-error h3, .formee-msg-success h3 {
	font-size:14px;
	line-height:1.1em;
	letter-spacing:-.02em;
	padding:0;
	margin:0 0 .3em 0;
}
.formee-msg-info {
	background: #d1ecf7 url(../img/form-ic-info.png) no-repeat 12px 23px;
	border-color:#bcdfef;
}
.formee-msg-warning {
	background: #fff6bf url(../img/form-ic-warning.png) no-repeat 12px 23px;
	border-color:#fceb77;
}
.formee-msg-error {
	background: #fad0d0 url(../img/form-ic-error.png) no-repeat 12px 23px;
	border-color:#f6abab;
}
.formee-msg-success {
	background: #e5f8ce url(../img/form-ic-success.png) no-repeat 12px 23px;
	border-color:#d0f1a6;
}

.validators {
	color: #C0343E;
	font-size: 10px;
}
.red { color: #C0343E;}

.formee-msg-success strong, .formee-msg-success a{color:#62b548;}
.formee-msg-info strong, .formee-msg-info a {color:#11689e;}
.formee-msg-warning strong, .formee-msg-warning a {color:#957210;}
.formee-msg-error strong, .formee-msg-error a {color:#b01717;}

/* form validation */
.formee-error {
	border-color: #FAD0D0 !important;
	color: #b01717 !important;
  /* shadow */
  -moz-box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
  -webkit-box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
  box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
}

.formee-hide {
	display: none;
}

/* form buttons */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"], button { 
	background: #6E6F71;  	
	font-size: 14px; line-height:1.4em; font-weight: 400; color: #F4F4F4; border-color: #6E6F71;
	/* gradient */ 
	background: -moz-linear-gradient(top, #6E6F71 40%, #A7A8A9);
	background: -webkit-linear-gradient(top, #6E6F71 40%, #A7A8A9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E6F71', endColorstr='#A7A8A9');
	/* shadow */
	-moz-box-shadow: inset 0 1px 0 0 rgba(110,111,113,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(110,111,113,.4);
	box-shadow: inset 0 1px 0 0 rgba(110,111,113,.4);
}
.formee-button:hover, .formee input[type="submit"]:hover, .formee input[type="button"]:hover, .formee input[type="reset"]:hover, button:hover {
	background:#B9D031; color: #FFFFFF;
	background: -moz-linear-gradient(top, #B9D031 40%, #65731A);
	background: -webkit-linear-gradient(top, #B9D031 40%, #65731A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B9D031', endColorstr='#65731A');
	/* shadow */
	-moz-box-shadow: inset 0 1px 0 0 rgba(101,115,26,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(101,115,26,.4);
	box-shadow: inset 0 1px 0 0 rgba(101,115,26,.4);
}

.errorMessage {
	display: none;
}

.ajax__calendar_header {
}

.ajax__calendar_header .ajax__calendar_next {
	position: absolute !important;
	margin: 0px 0px 0px 155px!important;
	padding: 0px !important;
}

.ajax__calendar_header .ajax__calendar_prev {
	position: absolute !important;	
	margin: 0px 0px 0px 0px!important;
	padding: 0px !important;
}

.ajax__calendar_header .ajax__calendar_title {
	position: absolute !important;	
	margin: 0px 0px 0px 15px!important;
	padding: 0px !important;
	width: 140px;
	text-align:center;
}

.left text {
	height: 0px;
	padding: 0px;
	margin: 0px;
}
.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee textarea, .formee select{border-radius: 0px;}
.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee textarea, .formee select{ padding: 5px;}

p.erro { background-color: #FFDDDD; padding: 5px 5px 5px 15px; color: rgb(134, 6, 6); border: 1px solid #FFb3b3; margin: 0px;}
.btn-submit { padding: 10px 0; margin: 0;}
input[type="radio"] {
    display: none;
}
.rblItem label{ display: inline-block; margin: 0 5px 0 0; padding: 0; float: left; }
input[type="radio"] + label { font-size: 16px; margin: 0px 20px 0 0; }
input[type="radio"] + label span { display:inline-block; width:19px; height:19px; margin:-3px 4px 0 0; vertical-align:middle; cursor:pointer; -moz-border-radius:  50%; border-radius:  50%; }
input[type="radio"] + label span { background-color: #999999; }
input[type="radio"]:checked + label span{ background-color: #BDB131; }
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.painel_actividades label, .checkboxes label, .painel_actividades input[type="checkbox"], .checkboxes  input[type="checkbox"] { display: inline-block; margin: 0 5px 0 0; padding: 0; float: left; }
.painel_actividades input[type="checkbox"], .checkboxes  input[type="checkbox"] { margin: 4px 5px 0 0; }
.painel_actividades label, .checkboxes label { width: 94%; margin: 0; }

