﻿/* CORRECCION BUG  DE FORMULARIO EN POPUP EN IPHONE************/
/*.modal-body, .form-ficha-content input, .modal-content, .modal-dialog, .modal, html {
    -webkit-overflow-scrolling: auto !important;
	overflow-y: auto !important;
}*/
body.modal-open {
    position: fixed;
    overflow: hidden;
    left:0;
    right:0;
}
.modal{
    -webkit-overflow-scrolling: touch !important;
}








/* ==========================================================================
	FORMULARIOS DIMANICOS
========================================================================== */



.has-feedback .form-control {
    padding-right: 0;
}




.contact-legal {
    font-size:11px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #afafaf;
    padding: 14px;
    margin: 0;
    word-spacing: -0.05em;
}
.contact-legal a {
    font-weight: 400;
}  

.contact-legal.scroll{
        line-height: 14px;
        margin-bottom: 10px;
        color: #666666;
        float: left;
        width: auto;
        font-size: 11px;
		max-height: 70px;
		overflow-y: auto;
		border: 1px solid #cccccc;
		padding: 5px;
		margin: 10px 5px 5px 5px;
    }

.form-ficha-content {
    overflow: hidden; /**trick para evitar scroll infinito en EDGE***/
}

/*************************************FORMULARIO BOOTSTRAP CUSTOMIZACION ****************************/
.nodesktop{
	display: none;
	}
@media only screen and (max-width : 480px) {
	.form-ficha-content label{
		display: none;
	}
	.form-ficha-content .checkbox label{
		display: inline-block;
	}
	.nodesktop{display: block;}
}
	
.form-ficha-content {
    padding: 0;
}
.FormularioCurso_select {
	margin: 5px 0px;
    border-radius: 3px;
}
.FormularioCurso_input {
	margin: 6px 0px;
	border-radius: 3px;
}
.form-ficha-content em.error, .form-ficha-content em.success {
	font-size: 13px;
	margin-bottom: 0;
	float: left;
	display: block;
	position: absolute;
	margin-top: 0;
	top: inherit;
	left: unset;
	background-color: #ffffff;
	right: 25px;
	bottom: -10px;
}
.form-ficha-content .fecha em.error, .form-ficha-content .fecha em.success {
	margin-top: 23px;
}

.form-ficha-content .form-control {
	padding: 6px;
}
.form-control {
    display: block;
}

.btn-primary {
    font-size: 18px;
}
.sin-padding-right {
    padding-right: 0px;
}
.sin-padding {
    padding-left: 0px;
    padding-right: 0px;
}

select.multiple{
	padding: 6px 0px;
}
select option{
	padding: 0px 0px 6px 6px;	
	overflow-wrap: break-word;
    word-wrap: break-word;
}
select option:hover{
	cursor:pointer;
}
select.multiple option:before {
    content: "☐ ";
	font-size: 18px;
}
select.multiple option:checked:before {
    content: "☑ ";
}

select.multiple option.option-checked{
	background-color: -moz-html-cellhighlight !important;
	color: -moz-html-cellhighlighttext !important;
	background-color: #c8c8c8;
}
select.multiple option.option-checked:before {
    content: "☑ ";
}

optgroup {
    color: #c3c3c3;
}
optgroup option{
    color: #000000;
	text-align: left;
}
select option:disabled, select option:checked:disabled {
	background-color: #ffffff;
    color: #c3c3c3;
    cursor: unset;
}
select option:disabled:hover {
	color: #c3c3c3;
    background-color: #ffffff;
}
select option:disabled:before, select option:disabled:checked:before  {
    content: "  ";
}
.checkbox {
    font-size: 14px;
}
label.checkbox-inline{
	display: inline-block;
	vertical-align: top;
}

/*************************************FORMULARIO BOOTSTRAP CUSTOMIZACION PARA FORMULARIO LATERAL****************************/
.frm_lateral {
    background-color: #ffffff;
    overflow: hidden;
	margin-bottom: 50px;
	margin-top: 15px;
}
.frm_lateral .col-md-6 , .frm_lateral .col-sm-6 {
    width: 100%;
}
.frm_lateral .col-md-4, .frm_lateral .col-sm-4 {
    width: 50%;
}
.frm_lateral .col-md-2, .frm_lateral .col-sm-2 {
    width: 50%;
}
.frm_lateral .col-xs-4.col-sm-4.col-md-4 {
    width: 33.33333%;
}
.frm_lateral .col-xs-3 {
    width: 33.33333%;
}
.frm_lateral .FormularioCurso_select, .frm_lateral .FormularioCurso_input {
    margin: 0px;
}

.frm_lateral .form-ficha-content .name {
    margin-top: 0;
    float: none;
    margin: 0;
    width: 100%;
}
.frm_lateral .titu_formu {
    margin-top: 0px;
	padding: 5px 15px;
}
.frm_lateral .subtitu_formu {
	padding: 5px 15px;
	color: #9E9E9E;
}
.frm_lateral .lbltitu_formu{
	color: #424242;
}
/*ocultamos los label en formulario lateral*/
.frm_lateral label{
	display: none;
}
.frm_lateral label.checkbox-inline{
	display: inline-block;
	vertical-align: top;
}
.frm_lateral .checkbox label{
	display: inline-block;
	font-size: 9px;
	line-height: 20px;
}
.contact-legal label{
	display: inline-block !important;
}
/*************************************FIXES DEL MULTISELECT PARA FORMULARIO LATERAL****************************/
.open>.multiselect-container.dropdown-menu {
   display: block;
   width: 100%;
}
.multiselect-container.dropdown-menu>li>a {
   padding: 3px 0px;
   white-space: normal;
}
.multiselect-container>li>a>label {
   display: inline-block;
   color: #333333;
   line-height: 16px;
       font-size: 12px;
	   padding: 3px 10px 3px 30px;
}
.multiselect-container>li.active>a>label{
color: #ffffff;
}



/*******************loader***************************/
.loader { 
	background: rgba(255,255,255,0.5);
	z-index: 5000;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	}
.loader_img { 
	height:62px; 
	width:62px;
	position: relative;
	/*margin: 10px -32px; */
	margin: 5px auto;
	border: 2px solid #F7941E;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
	background: none;
		}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

.loader_text {
    position: relative;
	top: 25%;
	margin: 0 auto;
	width: 50%;
	text-align: center;
	background-color: #fff;
	padding: 40px;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px #00000080;
	box-shadow: 0 3px 9px #00000080;
}

/**********************************relacionados********************************************/
.panel-default {
    background-color: #f5f5f5;
    /*padding: 20px;*/
	margin-top: 20px;
}
.lista-resultados li {
    margin: 10px 0;
    background-color: #ffffff;
    padding: 10px;
}
	
/**********************************pendientes********************************************/	
.lista-resultados-item {
    margin: 10px 0;
    background-color: #ffffff;
    padding: 10px;
}
.media-list > .row {
    /*margin-left: 20px;*/
	    margin: 10px 0;
}
.media-list label {
    font-weight: 200;
	font-size:12px;
}
.media-list .form-group {
    margin-bottom: 0px;
}
/*para evitar desmaquetacion*/
ul.titu_centro{
	float:none !important;
}



/**********************************checkbox deseo (RGPD)********************************************/	
.deseo {
    margin-top: 5px;
}
.deseo .form-group {
    /*padding: 9px 9px;*/
	overflow: hidden;
}
.deseo .help-block {
    position:relative;
	overflow: hidden;
	margin-bottom: 0;
	    width: 100%;
}
.deseo em {
    background-color: transparent;
    text-align: left;
    /*color: #333333;*/
    font-style: normal;
    /*font-size: 16px !important;*/
    /*font-weight: 600;*/

}
.deseo em.valid {
    display: none;
}
.policy-top .checkbox  {
    display: inline;
}


/*********************/
.deseo .checkbox{
	margin-top:0;
}
.deseo input#cdeseo {
    width: 20px;
	height: 20px;
	vertical-align: bottom;
	position: absolute;
	top: -3px;
	z-index: 99;
	margin-left: 0;
}

.deseo .checkbox input[type="checkbox"] {
   opacity: 0;
}

.deseo .checkbox label {
    position: relative;
    display: inline-block;
    /*color: #94b8d3;*/
    padding: 5px 5px 5px 35px;
	font-size: 15px;
}
.deseo .has-error .checkbox label {
    color: #c92929;
}

.deseo .checkbox label::before,
.deseo .checkbox label::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.deseo .checkbox label::before{
    height: 24px;
    width: 24px;
    border: 3px solid;
    left: 0px;
    top: 3px;
    background-color: #ffffff;
	border-radius: 3px;
}

/*Checkmark of the fake checkbox*/
.deseo .checkbox label::after {
    height: 9px;
    width: 17px;
    border-left: 3px solid #333333;
    border-bottom: 3px solid #333333;
    transform: rotate(-45deg);
    left: 4px;
    top: 8px;
}

/*Hide the checkmark by default*/
.deseo .checkbox input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide on the checked state*/
.deseo .checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}
.deseo .checkbox input[type="checkbox"]:checked + label::before {
    color: #4CAF50;
}

.deseo .checkbox label span, .deseo .checkbox label a{
    color: #000000;
}


/************************/

em.optional-question.success {
	color: green;
}

.has-success .checkbox .optional-question-check {
    color: #333333;

}

/*job offer*/
.job-offer {
	
	display: inline-block;
}

.form-group label.radio-question {
	display: block;
	background-color: #fff;
	width: 48%;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px #00000013;
	cursor: pointer;
	padding: 6px;
	text-align: center;
	font-weight: normal;
	height: 34px;
	color: #555;
}

/*.form-group label.radio-question.option_si {
	margin-right: 2%;
}*/

.form-group label.radio-question input {
	margin-right: 5px;
}

@media only screen and (max-width:850px) and (min-width:480px) {
	.form-group label.radio-question.option_si {
		margin-right: 1%;
	}

}

@media (max-width:768px) {
	.job-offer {
		margin: 0px 0 5px 0;
	}

	.form-group label.radio-question.option_si {
		margin-right: 2%;
	}
	.form-group label.radio-question.option_no {
		margin-right: 0.8%;
	}

}



@media (max-width:480px) {
	.form-group label.radio-question.option_si {
		margin-right: 1%;
	} 

	.job-offer label.label-formulario.show {
		line-height: 1.5em;
		font-size: 14px !important;
		margin-bottom: 4px;
	}


}

@media only screen and (max-width:375px) and (min-width:361px){
	.job-offer label.label-formulario.show {
		
		font-size: 13px !important;
	
	}
}

@media only screen and (max-width:360px) and (min-width:320px){
	.job-offer label.label-formulario.show {
		
		font-size: 12px !important;
	
	}
}

/*VALIDATION DATE*/
.date-group em.error {
    top: 0px;
    margin-right: 10px;
    white-space: nowrap;
    height:18px;
}


/*HIDE ARROWS FROM INPUT NUMBER*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}