/*--------------*\
     Botão texto longo
\*--------------*/
.btn-texto-longo.btn{
	white-space: normal;
}

/*--------------*\
     LABEL OBRIGATÓRIO
\*--------------*/
.form-group.required .control-label:after {
	content: "*";
	color: #a94442;
	margin-left: 5px;
}

/*--------------*\
     CAPTCHA
\*--------------*/
@media ( max-width : 767px) {
	.curriculo_captcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

/*--------------*\
     CURRICULO
\*--------------*/
@media ( max-width : 767px) {
	.curriculo__titulo {
		font-size: 20px;
		font-weight: 700;
	}
}

.curriculo__titulo {
	margin-bottom: 30px;
}

.curriculo .tab-content {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.curriculo__titulo-secao--primeiro {
	margin-top: 0px;
}

/*--------------*\
  Barra de botões
\*--------------*/
.barra-de-botoes {
	margin-bottom: 30px;
}

.barra-de-botoes__botao--afastado {
	margin-left: 15px;
}

/*--------------*\
     JSFMsg
\*--------------*/
.jsf-msg-header {
	list-style: none;
	padding-left: 0;
	display: block;
	margin-top: 4px;
	line-height: 1em;
	padding: 3px;
	margin-bottom: 0.0em;
}

.jsf-msg-header .alert {
	padding: 8px;
	margin-bottom: 8px;
}

.jsf-msg-detalhe {
	list-style: none;
	padding-left: 0;
	display: block;
	margin-top: 4px;
	line-height: 1em;
	padding: 3px;
	margin-bottom: 0.0em;
}

/*------------------*\
  CONHECIMENTO-AREAS
\*------------------*/
.conhecimento-areas {
	margin-top: 20px;
}

.conhecimento-areas__botao-busca {
	margin-top: 20px;
	margin-bottom: 10px;
}

/*------------------*\
  CONHECIMENTO-CBO
\*------------------*/
.conhecimento-cbo {
	margin-top: 20px;
}

.conhecimento-cbo__botao-busca {
	margin-top: 20px;
	margin-bottom: 10px;
}

/*--------------------*\
  CBO-MODAL
\*--------------------*/
.cbo-modal .modal-body {
	max-height: calc(100vh - 140px);
	overflow-y: auto;
}

/*--------------------*\
  FILE UPLOAD
\*--------------------*/
.bootstrap_prime_file_upload .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.ui-fileupload-choose
	{
	/*classes btn-default*/
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	/*classes btn*/
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	/* border: 1px solid transparent; */
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bootstrap_prime_file_upload .ui-state-default,
	.bootstrap_prime_file_upload .ui-widget-content .ui-state-default,
	.bootstrap_prime_file_upload .ui-widget-header .ui-state-default {
	text-shadow: none;
}

.bootstrap_prime_file_upload .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.ui-fileupload-choose:hover
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.bootstrap_prime_file_upload input[type="file"] {
	cursor: pointer;
	cursor: hand;
}

.bootstrap_prime_file_upload .ui-fileupload-buttonbar .ui-fileupload-choose input
	{
	font-size: 2em;
	width: 100%;
}

.bootstrap_prime_file_upload .ui-fileupload-buttonbar {
	padding: 0;
}

.bootstrap_prime_file_upload .ui-widget-header {
	border: 0;
	background: none;
	float: left;
}

.bootstrap_prime_file_upload .ui-fileupload-files {
	margin: 0;
}

.bootstrap_prime_file_upload .ui-fileupload-content.ui-widget-content.ui-corner-bottom
	{
	float: left;
	height: 100%;
}

.bootstrap_prime_file_upload .ui-fileupload-content.ui-widget-content.ui-corner-bottom
	{
	border: 0;
}

.bootstrap_prime_file_upload .ui-widget-content {
	border: 0;
}

.bootstrap_prime_file_upload .ui-messages-error.ui-corner-all {
	margin: 0;
	padding: 3px;
}

.bootstrap_prime_file_upload.nofloat .ui-widget-header {
	float: none;
}

@media ( max-width : 767px) {
	.bootstrap_prime_file_upload .ui-fileupload-preview {
		display: none;
	}
	.bootstrap_prime_file_upload .ui-fileupload-progress {
		transform: scale(0.75);
	}
	.bootstrap_prime_file_upload .ui-fileupload-files td {
		padding: 3px;
	}
	.bootstrap_prime_file_upload .ui-fileupload-files tbody tr td:nth-child(2)
		{
		display: none;
	}
}

/*-----------------*\
  DADOS-CADASTRADOS
\*-----------------*/
.dados-cadastrados__item-conhecimento {
	font-size: 0.5em;
	margin-right: 3px;
}

.dados-cadastrados {
	font-size: 14px;
}

.dados-cadastrados__titulo {
	margin-bottom: 30px;
}

.dados-cadastrados .row div {
	margin-bottom: 5px;
}

.dados-cadastrados__dados-gerais-grupo {
	margin-bottom: 10px;
}

/*-----------------*\
  Callouts
\*-----------------*/
/*
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code {
	border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout+.bs-callout {
	margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
	border-left-color: #ce4844;
}

.bs-callout-danger h4 {
	color: #ce4844;
}

.bs-callout-warning {
	border-left-color: #f3b300;
}

.bs-callout-warning h4 {
	color: #f3b300;
}

.bs-callout-info {
	border-left-color: #2e6da4;
}

.bs-callout-info h4 {
	color: #2e6da4;
}