﻿.form-rh input.error, .form-rh textarea.error{
	border: 1px solid #ae1b2f !important;
}
.form-rh label{
	font-weight: bold;
}
.form-rh label.error{
	color: #ae1b2f;
	display:block;
	text-align:left;
}
.form-rh .aviso{
	margin: 10px;
	padding: 10px;
	border: 1px dashed #CCC;
	background: #f2f2f2;
	text-align: center;
}
.form-rh .form {
	width:100%;
	margin: 15px 0;
}
.form-rh .form label.labeled, .form-rh .area_interesse_tp label {
	display:block;
	text-align:left;
	font-weight: bold;
	margin:0 0 10px 0;
	border-radius: 4px;
}
.form-rh #form-curriculo input, .form-rh #form-curriculo textarea, .form-rh #form-curriculo select {
	text-align:left;
	background: #FFF;
	border:1px solid #CCC;
	padding: 6px 12px;
	margin:0 0 10px 0;
	color: #555;	
	font-weight: normal;
	display:block;
	outline:none;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	resize:none;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	border-radius: 4px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-rh .send-button {
	display:block;
	text-align:left;
	margin:20px 15px 0 15px;
	padding:0;
}
.form-rh .send-button button {
	text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border: 1px solid #ccc !important;
	padding: 6px 12px;
    border-radius: 4px;
}
.form-rh .send-button button:hover{
	background-color: #e0e0e0;
    background-position: 0 -15px;
}
.form-rh #form-curriculo input:focus, .form-rh #form-curriculo textarea:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-rh #form-curriculo .send-button {
	display:block;
	text-align:left;
	margin:20px 15px 0 15px;
	padding:0;
}
.form-rh #form-curriculo input[type=checkbox] {
	border:none;
	width:inherit;
	text-align:left;
	float:left;
	margin:5px 5px 10px 0;
}
.form-rh .area_interesse_tp .label-box, .form-rh .escolas-interesse .label-box, .form-rh .materia label, .form-rh .area_interesse_unita label{
	float:left;
	vertical-align:baseline;
	color:#888;
	text-align: left;
	font-weight: normal;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.form-rh #form-curriculo .area_interesse_tp .materia{
	display: none;
}
.form-rh #form-curriculo .area_interesse_tp input[type=checkbox], .form .escolas-interesse input[type=checkbox]{
	border:none;
	width: 13px;
	text-align:left;
	float:left;
	margin:5px 5px 10px 0;
	cursor: pointer;
}
.form-rh #form-curriculo .area_interesse_tp{
	background: #FCFCFC;
	border-top: 1px solid #CCC;
	border-right: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0 15px 15px 15px;
	padding: 15px;
}
.form-rh #form-curriculo .box-disciplinas{
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 10px;
}
.form-rh #form-curriculo .mobile-label, .desk {
	display:none !important;
}
.form-rh #form-curriculo .materias_error{
	color: #ae1b2f;
	font-weight: bold;
	float: left;
}
.show_obj_barao, .show_obj_centro, .show_anglo_tamandare, .show_sertec, .show_inova, .show_ibfe, .show_unita, .show_esd{
	display: block !important;
}
.form-rh .loading{
	display: none;
}