/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.top-links li.current { background-color: #EEE !important; }
.top-links li.nohover:hover { background-color: #fff !important; }

.heading {
	background-color: transparent;
	background-position: 0;
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom: 10px solid #2897d4;
}

.heading .emphasis-title h2 {
	color:#fff;
	font-size:50px;
	padding-top:30px;
}

.heading .emphasis-title p.lead {
	color:#efefef;
}

.area h3 {
	color: #0066a4;
}

.eje {
	color: #0066a4;
}

.vua_popup_btn_div{
	float:right;
}

div.resultados-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background-color:#0072bb;
  z-index:299;
}
div.resultados-sticky h1 {
	color:#fff;
}
div.resultados-sticky h1 > span {
	color:#fff;
}

#autodiagnosticoForm h4 {
	margin:20px 0 10px 0;
}

#autodiagnosticoForm h3 {
	margin:20px 0 10px 0;
}

#autodiagnosticoForm label {
	font-size: 13px;
	font-weight: 700;
	font-family: 'Encode Sans', Arial, sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	color: #555;
	margin-bottom: 10px;
	cursor: pointer;
}

#autodiagnosticoForm .pregunta {
	font-size: 16px;
	font-weight: 900;
}

#autodiagnosticoForm .error {
	display: inline-block !important;
	color:red !important;
}

#resultadoAutodiagnostico .progress-bar {
	text-align: right;
	white-space: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

#resultadoAutodiagnostico .progress-bar > .progress-type {
	padding-right: 10px;
}

#resultadoAutodiagnostico .progress-meter {
	min-height: 15px;
	border-bottom: 2px solid rgb(160, 160, 160);
}

#resultadoAutodiagnostico .progress-meter-general {
	border-bottom: 2px solid #fff;
}

#resultadoAutodiagnostico .progress-meter > .meter {
	position: relative;
	float: left;
	min-height: 15px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(160, 160, 160);
}

#resultadoAutodiagnostico .progress-meter > .meter-general {
	border-color: #fff;
}

#resultadoAutodiagnostico .progress-meter > .meter-left {
	border-left-width: 2px;
}

#resultadoAutodiagnostico .progress-meter > .meter-right {
	float: right;
	border-right-width: 2px;
}

#resultadoAutodiagnostico .progress-meter > .meter-right:last-child {
	border-left-width: 2px;
}

#resultadoAutodiagnostico .progress-meter > .meter > .meter-text {
	position: absolute;
	display: inline-block;
	bottom: -20px;
	width: 100%;
	font-weight: 700;
	font-size: 0.85em;
	color: rgb(160, 160, 160);
	text-align: left !important;
}

#resultadoAutodiagnostico .progress-meter > .meter > .meter-text-general {
	position: absolute;
	display: inline-block;
	bottom: -20px;
	width: 100%;
	font-weight: 700;
	font-size: 0.85em;
	color: #fff;
	text-align: left !important;
}

#resultadoAutodiagnostico .progress-meter > .meter > .meter-text-active {
	font-weight: bold !important;
	color: #337ab7 !important;
}

#resultadoAutodiagnostico .progress-meter > .meter > .general {
	color: #337ab7 !important;
}

#resultadoAutodiagnostico .progress-meter > .meter.meter-right > .meter-text {
	text-align: right !important;
}

#copyrights a {
	color:#fff;
}

#header.full-header #logo {
	border-right: 0px;
}
#header.full-header #primary-menu > ul {
	border-right: 0px;
}

.form-group > label.error {
	display: block !important;
	text-transform: none;
}

.title-block span {
	color: #fff !important;
}

/* .form-group input.valid ~ label.error, */
/* .form-group input[type="text"] ~ label.error, */
/* .form-group input[type="email"] ~ label.error, */
/* .form-group input[type="number"] ~ label.error, */
/* .form-group select ~ label.error, */
/* .form-group textarea ~ label.error { display: none !important; } */
