.wrapper .limitedWidth {
	margin: 0 auto;
	max-width: 760px;
}

.colorRed {
	color: #d10909;
}





/* RELAÇÃO DE VAGAS */
.boxListaVagas {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -10px;
	padding: 0;
}

.boxListaVagas .item {
	display: block;
	box-sizing: border-box;
	margin: 20px 10px 0 10px;
	padding: 10px;
	width: calc(50% - 20px);
	border: 1px solid #282828;
	border-radius: 4px;
	font-size: 0.9rem;
	line-height: 1.4em;
}

.boxListaVagas .item.full {
	width: 100%;
}

.boxListaVagas .item > div {
	margin: 10px;
}

.boxListaVagas .item .title {
	display: block;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

.boxListaVagas .item .body {
	display: block;
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
}

.boxListaVagas .item .body > ul {
	margin: 1em 0;
	padding: 0 0 0 20px;
}

.boxListaVagas .item .body > ul > li {
	margin: 0 0 0 0;
}

.boxListaVagas .item .button {
	font-size: 16px;
	text-transform: none;
	border-radius: 3px;
	background: #5b8eda;
	color: white;
}

.boxListaVagas .item .button:hover {
	background: #7bacf5;
}




/* FORMULÁRIO DE CADASTRO */
.boxCadastro {
	display: none;
	margin: 80px 0 0 0;
}

.boxCadastro.noMargin {
	margin: 0;
}

.boxCadastro.visible {
	display: block;
}

.boxCadastro .fieldLoading {
	background-image: url(../img/icons/icon-loader.gif) !important;
	background-position: 99% 50% !important;
	background-repeat: no-repeat !important;
	background-size: auto 70% !important;
}

.boxFormCadastroCurriculo {
	display: block;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #ebeef3;
	border-radius: 4px;
	font-size: 14px;
}

.boxFormCadastroCurriculo .title:first-of-type {
	margin-top: 0;
}

.boxFormCadastroCurriculo .button {
	font-size: 16px;
	text-transform: none;
	border-radius: 3px;
	background: #5b8eda;
	color: white;
}

.boxFormCadastroCurriculo .button:hover {
	background: #7bacf5;
}

.boxFormCadastroCurriculo .title {
	display: block;
	margin: 40px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 1.4em;
	line-height: 1em;;
	color: #2f5c9f;
	border-bottom: 1px solid #808080;
}

.boxFormCadastroCurriculo .title:first-child {
	margin-top: 0;
}

.boxFormCadastroCurriculo ul {
	display: block;
	margin: 10px 0 0 0;
}

.boxFormCadastroCurriculo ul.contained {
	margin-bottom: 5px;
	background: #d3dce9;
	padding: 10px;
	border: 2px solid #7ea5de;
	border-radius: 4px;
}

.boxFormCadastroCurriculo ul.contained .btClose {
	display: none;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 8px;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	color: red;
	background: #f4f4f4;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	z-index: 50;
}

.boxFormCadastroCurriculo ul li {
	display: flex;
	align-items: center;
	align-content: stretch;
	margin: 0 0 5px 0;
	padding: 3px 3px 3px 10px;
	background-color: white;
	border-radius: 4px;
	border-left: 3px solid transparent;
}

.boxFormCadastroCurriculo ul li.noFlex {
	display: block;
}

.boxFormCadastroCurriculo ul li:last-child {
	margin: 0;
}

.boxFormCadastroCurriculo ul li.mandatory {
	border-left: 3px solid rgb(207, 16, 16);
}

.boxFormCadastroCurriculo ul li label {
	display: block;
	margin: 0 10px 0 0;
	max-width: 25%;
	min-width: 25%;
	font-weight: bold;
}

.boxFormCadastroCurriculo ul li label.full {
	max-width: none;
	min-width: auto;
}

.boxFormCadastroCurriculo input[type=text], .boxFormCadastroCurriculo input[type=email], .boxFormCadastroCurriculo input[type=tel],
.boxFormCadastroCurriculo input[type=password], .boxFormCadastroCurriculo textarea, .boxFormCadastroCurriculo select {
	margin: 0;
	padding: 6px;
	width: 100%;
	font-size: 14px;
	color: #484848;
	border: 1px solid #c0c0c0;
	background: #fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 2px;
}

.boxFormCadastroCurriculo textarea {
	height: 100px;
	font-size: 14px;
}

.boxFormCadastroCurriculo input[type=checkbox] {
	vertical-align: middle;
	line-height: 1em;
}

.boxFormCadastroCurriculo .mandatory.hasErrors input {
	border: 1px solid red;
}

.boxFormCadastroCurriculo input[type=text]:focus, .boxFormCadastroCurriculo input[type=email]:focus, .boxFormCadastroCurriculo input[type=tel]:focus,
.boxFormCadastroCurriculo input[type=password]:focus, .boxFormCadastroCurriculo textarea:focus, .boxFormCadastroCurriculo select:focus {
	
}

.boxFormCadastroCurriculo #boxFormLoading {
	position: relative;
	width: auto;
}






/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440 */
@media screen and (max-width: 1440px) {
	
}


/* 1300px */
@media screen and (max-width: 1300px) {
	
}



/* 1024px */
@media screen and (max-width: 1024px) {
	
}


/* 960px */
@media screen and (max-width: 960px) {
	
}


/* 768px */
@media screen and (max-width: 768px) {
	.boxListaVagas .item {
		width: 100%;
	}
	
	.boxFormCadastroCurriculo {
		padding: 10px;
	}
	
	.boxFormCadastroCurriculo ul li {
		display: block;
		padding: 5px 5px 5px 10px;
		margin-bottom: 10px;
	}
	
	.boxFormCadastroCurriculo ul li label {
		margin: 0 0 5px 0;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}


/* 640px */
@media screen and (max-width: 640px) {
	
}


/* 480px */
@media screen and (max-width: 480px) {
	
}


/* 320px */
@media screen and (max-width: 320px) {

}