@charset "ISO-8859-1";

input.inputMadrid {
	color: #013df7;
	font-family: Lato-regular;
    font-size: 1em;
}

#lopd .modal-content {
	background-color: lightgray;
	padding: 5%;
	border-radius: 25px;
}

#lopd {
	overflow-y: auto;
    max-height: 700px;
}

#lopd p {
	color: gray;
}

a#alopd {
	color: blue !important;
}

.cntNavegacion span.icon-ayuda {
	font-size: 25px;
	position: relative;
	top: -8px;
	cursor: pointer;
}

.addeventatc .addeventatc_icon {
	background: url(../assets/images/calendar/icon-calendar-t1.svg) no-repeat !important;
}

.addeventatc_dropdown .ateyahoo {
	background: url(../assets/images/calendar/icon-yahoo-t5.svg) no-repeat !important;
	background-size: 22px 100% !important;
	margin-left: 3px !important;
}

.addeventatc_dropdown .ateoutlookcom {
	background: url(../assets/images/calendar/icon-outlookcom-t5.svg) no-repeat !important;
	background-size: 22px 100% !important;
	margin-left: 3px !important;
}

.addeventatc_dropdown .ateoutlook {
	background: url(../assets/images/calendar/icon-outlook-t5.svg) no-repeat !important;
	background-size: 22px 100% !important;
	margin-left: 3px !important;
}

.addeventatc_dropdown .ategoogle {
	background: url(../assets/images/calendar/icon-google-t5.svg) no-repeat !important;
	background-size: 22px 100% !important;
	margin-left: 3px !important;
}

.addeventatc_dropdown .ateappleical {
	background: url(../assets/images/calendar/icon-apple-t5.svg) no-repeat !important;
	background-size: 22px 100% !important;
	margin-left: 3px !important;
}

.addeventatc_dropdown .copyx {
	display: none !important;
}

fieldset.encabezadoFormulario {
	width: 100%;
}

li {
    list-style: none outside none;
}

.captcha {
    margin: 20px 0 50px 30px;
}

.captchaInsercion {
    margin-left: -5px;
    float: left;
    width: 100%;
}

.imagenCaptcha {
    width: 56%;
    float: left;
    margin-left: 20%;
}

.logosAudioCaptcha {
    width: 10%;
    float: left;
    margin-top: 5%;
}

.imgCaptcha {
    width: 100%;
}

.logosAudioCaptcha img {
    display: block;
    padding: 5%;
}

.cnt-captcha .recaptcha_response_field_datos {
    width: 56%;
    max-width: none;
    float: left;
    margin-left: 20%;
    margin-top: 12px;
    padding: 2px 1%;
    border-radius: 5px;
}

#texto-privacidad-seguridad {
	font-family: 'Lato-Bold';
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}

.captcha_audio {
    width: 345px;
    height: 35px;
    margin-left: 25%;
    margin-top: 2%;
}

.texto-captcha {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    width: 100%;
}

.mensaje-error-captcha {
    border: 1px solid #e05c5c;
    width: 100%;
    float: left;
    margin: 10px 0%;
    padding: 5px 0px;
    background: #f9dede;
    text-align: center;
}


.section-name-img{
	position: absolute;
	text-align: left;
}

.section-name-img img{
	height: 7rem;
    width: 7rem;
    border-radius: 9999px;
}


.section-name-nombre{
	margin-left: 80px;
	position: absolute;
	text-align: left;
}

.datepicker.datepicker-inline table.table-condensed thead tr th.datepicker-switch {
	cursor: default;	
}