/* Fuentes */

@font-face {
	font-family: 'HelveticaNeue-light';
	src: url('./fonts/HelveticaNeueLTStd-Lt.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('./fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('./fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), /* Modern Browsers */
		url('./fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), /* Safari, Android, iOS */
		url('./fonts/HelveticaNeueLTStd-Lt.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'HelveticaNeue-medium';
	src: url('./fonts/HelveticaNeueLTStd-Md.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('./fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('./fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/HelveticaNeueLTStd-Md.woff') format('woff'), /* Modern Browsers */
		url('./fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), /* Safari, Android, iOS */
		url('./fonts/HelveticaNeueLTStd-Md.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'HelveticaNeue-bold';
	src: url('./fonts/HelveticaNeueLTStd-Bd.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('./fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('./fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), /* Modern Browsers */
		url('./fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), /* Safari, Android, iOS */
		url('./fonts/HelveticaNeueLTStd-Bd.svg#Inter') format('svg'); /* Legacy iOS */
}



.HelveticaNeue-light {
	font-family: 'HelveticaNeue-light';
}
.HelveticaNeue-medium {
	font-family: 'HelveticaNeue-medium';
}
.HelveticaNeue-bold {
	font-family: 'HelveticaNeue-bold';
}

html {
	/*height: 100%;*/
}
body {	
	background:#EDEDED;
	height: 100%;
	min-height: 100%;
	margin: 0;
	font-family: 'HelveticaNeue-light';
	font-size: 16px;
}

body.portal-mefp .contenedor-mefp {
	background: url('../resources/images/imagen_fondo_cab_min.0ef217eb178ca25a877e.png') no-repeat;
	background-repeat: no-repeat;
	background-position: cover;
	background-size: 100% 100%;	
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
body.portal-mefp .contenedor-mefp.minH-700 {
	min-height: 700px;
}

/* login */
body.portal-mefp header nav.navbar.menu-mefp {
	min-height: 35px;
	background: #004E86;
}
body.portal-mefp header nav.navbar.menu-mefp a.enlace-perfil {
	font-size: 16px;
}
body.portal-mefp header nav.navbar.menu-mefp a.enlace-perfil:hover {
	color: #ffffff;
}
body.portal-mefp header nav.navbar.menu-mefp .bloque-usuario {
	color: #ffffff;
	float: right;
}
body.portal-mefp header nav.navbar.menu-mefp .bloque-usuario .separacion {
	margin-left: 5px;
	margin-right: 5px;
}
body.portal-mefp header nav.navbar.menu-mefp .bloque-usuario .cerrar-sesion {
	margin-left: 20px;
	vertical-align: bottom;
}
body.portal-mefp .logo-titulo .titulo-principal {
	color: #003B66;
	font-size: 26px;
	text-align: left;
	line-height: 31px;
}
body.portal-mefp .contenedor-login h2 {
	font-size: 40px;
    text-align: left;
    color: #004E86;
    font-family: 'HelveticaNeue-light';
    float: right;
	line-height: 60px;
}
body.portal-mefp .contenedor-login .login {
	background: #004E86;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	max-width: 388px;
}
body.portal-mefp .contenedor-login .login .titulo {		
	color: #ffffff;	
	text-align: center;
	font-size: 26px;
	line-height: 31px;
}
body.portal-mefp .contenedor-login .login label {		
	color: #ffffff;	
	font-size: 16px;
	line-height: 35px;
}
body.portal-mefp .contenedor-login .login input {		
	color: #003B66 !important;	
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	padding-left: 8px;
	border: 1px solid #003B66;
	border-radius: 5px;
	box-shadow: 0px 3px 6px #00000029;
	width: 100%;
}
body.portal-mefp .contenedor-login .login button {		
	color: #ffffff;
	background: #277BBA;
	border-radius: 3px;
	box-shadow: 0px 4px 4px #00000029;
	text-align: center;
	border: none;
	min-width: 204px;
	min-height: 45px;
}
body.portal-mefp .contenedor-login .login button:hover,
body.portal-mefp .contenedor-login .login button:focus {
	background: #003B66;	
}
body.portal-mefp .contenedor-login .login a {		
	color: #ffffff;	
	font-size: 16px;
	line-height: 18px;
	text-decoration: underline;
	text-align: center;
}

/* footer */
footer {
	background: #FFFFFF;
	border-top: 4px solid #707070;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	color: #000000;
	padding-top:40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:0px;
	font-size: 12px;
}
footer ul {
	display: flex;
    list-style: none;
    float: right;
}
footer ul li {
	margin-right: 20px;
}
footer ul li:first-child {
	list-style-type: none;
}
footer ul li a {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}
footer ul li a:hover,
footer ul li a:focus{
	color: #000000;
}
footer p {
	font-size: 18px;
	line-height: 21px;
	margin-top: 0;
	margin-bottom: 1rem;
}
nav a {
	text-decoration: none;
	/* color: inherit; */
	font-size: 14px;
}
/*
nav li {
	display: inline-block;
	width: 10%;
	padding: 5px 10px;
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
	color: #fff;
}

nav li:hover {
	background-color: #fff;
	color: #000;
}
*/
.mensajeError {
	color: red;
	font-style: italic;
	margin-top: 1rem;
}

.mensajeOk {
	margin-top: 1rem;
	color: green;
	font-style: italic;
}

/* Contenedor principal formularios */
#wrap.formulario-mefp {
	background: #ffffff;
	border-top: 1px solid #003B66;
	height: 100%;
    width: 100%;
    display: block;
}

/* box-mefp */

body.portal-mefp .box-mefp {
	width: 285px;
	height: 138px;
	border: 1px solid #004E86;
	box-shadow: 0px 3px 6px #00000047;
	margin-top: 3rem;
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
body.portal-mefp .box-mefp.form-1:after {
	content: '';
	background-image: url('../resources/images/icono_tipo01.svg');
	background-repeat: no-repeat;
	width: 111px;
	height: 111px;
	position: absolute;
	top: -50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
body.portal-mefp .box-mefp.form-2:after {
	content: '';
	background-image: url('../resources/images/icono_tipo02.svg');
	background-repeat: no-repeat;
	width: 111px;
	height: 111px;
	position: absolute;
	top: -50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
body.portal-mefp .box-mefp a {
	z-index:9999;
	position: relative;
}
body.portal-mefp .box-mefp a p {
	display: flex;
	height: 100%;
	align-items: flex-end;
	font-size: 20px;
	line-height: 24px;
	color: #004E86;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

body.portal-mefp .box-mefp a:hover {
	color: #003B66;
}

/* Estilos para los elementos de formulario */

body.portal-mefp .formulario-mefp fieldset,
.navbar-breadcrumbs {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

/* tablas */
body.portal-mefp .formulario-mefp .tabla-mefp {
	width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
}
body.portal-mefp .formulario-mefp .tabla-mefp .dt-buttons {
	float: right;
}
body.portal-mefp .formulario-mefp .tabla-mefp .dt-buttons button {
	background: none;
    text-decoration: none;
    border: none;	
}
body.portal-mefp .formulario-mefp .tabla-mefp .dt-buttons button span img {
	width: 30px;
    height: 25px;
    margin-bottom: 5px;
}
body.portal-mefp .formulario-mefp fieldset legend {
	color: #ffffff;
	font-size: 20px;	
	background: #004e86;
	text-align: center;	
	width: 100%;
	line-height: 42px;
	text-transform: capitalize;
}

body.portal-mefp .formulario-mefp .tabla-mefp thead {
	background: #BFBFBF;
	color: #004E86;
}
body.portal-mefp .formulario-mefp .tabla-mefp thead th {
	border-bottom: none;
	padding: 8px 8px;
	font-size: 16px;	
}
body.portal-mefp .formulario-mefp .tabla-mefp tbody td {
	font-size: 14px;
	color: #277BBA;
	border-right: 1px solid #707070;
}
body.portal-mefp .formulario-mefp .tabla-mefp tbody tr td:last-child {
	border-right:none;
}
body.portal-mefp .formulario-mefp .tabla-mefp tbody tr.odd, body.portal-mefp .formulario-mefp .tabla-mefp tbody tr.odd {
	background-color: #ffffff;	
}
body.portal-mefp .formulario-mefp .tabla-mefp tbody tr.even, body.portal-mefp .formulario-mefp .tabla-mefp tbody tr.even {
	background-color: #E4E4E4;
	
}

body.portal-mefp .formulario-mefp .tabla-mefp .dataTables_info,
body.portal-mefp .formulario-mefp .tabla-mefp .dataTables_paginate {
	color: #004E86;
	font-size: 14px;
}

body.portal-mefp .formulario-mefp .tabla-mefp .dataTables_paginate span a,
body.portal-mefp .formulario-mefp .tabla-mefp .dataTables_paginate a {
	background: #ffffff;
	border: 1px solid #E1E1E1;
	border-radius: 0px;
	padding: 0px;
	color:#707070;
	margin-left: 0px;
}
body.portal-mefp .formulario-mefp .tabla-mefp .dataTables_paginate a.disabled {
	cursor: no-drop;
}
body.portal-mefp .formulario-mefp .tabla-mefp .dataTables_paginate a:hover {
	background: #f1f1f1;
	border: 1px solid #E1E1E1;
	border-radius: 0px;
	padding: 0px;
	color:#707070 !important;
}

/* tabla de neuvas aplicaciones */
body.portal-mefp .formulario-mefp .tabla-mefp.especial-app tbody tr th {
	background: #BFBFBF;
	color: #004E86;
	border-bottom: none;
	padding: 8px 8px;
	font-size: 16px;
}
body.portal-mefp .formulario-mefp .tabla-mefp.especial-app tbody tr:nth-child(odd) td,
body.portal-mefp .tabla-mefp.especial-app tbody tr:nth-child(odd) td {
	background: #E4E4E4;
	color: #004E86;		
	font-size: 14px;
	padding: 8px 10px;
}
body.portal-mefp .formulario-mefp .tabla-mefp.especial-app tbody tr:nth-child(even) td,
body.portal-mefp .tabla-mefp.especial-app tbody tr:nth-child(even) td {
	background: #ffffff;
	color: #004E86;		
	font-size: 14px;
	padding: 8px 10px;
}
body.portal-mefp .formulario-mefp .tabla-mefp.especial-app tbody tr td:last-child {
	text-align: center;
}
body.portal-mefp .formulario-mefp .tabla-mefp.especial-app tbody tr td:last-child input[type="button"] {
	background-image: url('../resources/images/ICO BORRAR.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    color: transparent;
}

/* Botones */
body.portal-mefp .formulario-mefp fieldset .btn.btn-primary {		
	color: #ffffff;
	background: #277BBA;
	border-radius: 3px;
	box-shadow: 0px 4px 4px #00000029;
	text-align: center;
	border: none;
	min-width: 204px;
	min-height: 45px;
}
body.portal-mefp .formulario-mefp fieldset a.btn.btn-primary {		
	padding-top: 10px;
}
body.portal-mefp .formulario-mefp fieldset .btn.btn-primary:hover,
body.portal-mefp .formulario-mefp fieldset .btn.btn-primary:focus {
	background: #003B66;	
}

body.portal-mefp .formulario-mefp .contenedor-form-mefp h2 {
	margin-top: 20px;
	font-size: 18px;	
	color: #004E86;
	line-height: 26px;
	font-family: 'HelveticaNeue-medium';
	border-bottom: 2px solid #004E86;	
}

body.portal-mefp .formulario-mefp .contenedor-form-mefp {
	background: #E4E4E4;
	color: #004E86;
}
body.portal-mefp .formulario-mefp .contenedor-form-mefp label {
	font-size: 16px;
	color: #004E86;
	margin-bottom: 8px;
}
body.portal-mefp .formulario-mefp .contenedor-form-mefp p {
	font-size: 18px;
	color: #004E86;
	line-height: 21px;
}
body.portal-mefp .formulario-mefp .contenedor-form-mefp input[type="text"],
body.portal-mefp .formulario-mefp .contenedor-form-mefp input[type="email"],
body.portal-mefp .formulario-mefp .contenedor-form-mefp input[type="number"],
body.portal-mefp .formulario-mefp .contenedor-form-mefp input[type="password"],
body.portal-mefp .formulario-mefp .contenedor-form-mefp input[type="date"],
body.portal-mefp .formulario-mefp .contenedor-form-mefp input[type="datetime"],
body.portal-mefp .formulario-mefp .contenedor-form-mefp select,
body.portal-mefp .formulario-mefp .contenedor-form-mefp .multiselect-trigger
 {
	border: 1px solid #ABABAB;
	border-radius: 2px;
	height: 40px;
	color: #003B66;
}
.body.portal-mefp .formulario-mefp .contenedor-form-mefp textarea {
	border: 1px solid #ABABAB;
	border-radius: 2px;	
	background: #ffffff;
	color: #003B66;
}

body.portal-mefp .formulario-mefp .contenedor-form-mefp input[type="datetime"] {
	width: 90%;
}

/* Migas de pan */
body.portal-mefp ol.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
}
body.portal-mefp ol.breadcrumb li {
	display: list-item;
	background: transparent;
	border: none;
	padding: 0px;
	width: auto;
	color: #011D31;
	text-align: left;
}
body.portal-mefp ol.breadcrumb li a:hover,
body.portal-mefp ol.breadcrumb li a:focus{
	color: #011D31;
}

body.portal-mefp ol.breadcrumb .breadcrumb-item +.breadcrumb-item:before {
    display: inline-block;
    padding-right: .3rem;
    padding-left: .3rem;
    color: #011D31;
    content: ">";
}

/* modales Jquery-ui */

.ui-widget-overlay {
    background: #000;
    opacity: 0.6;
    filter: Alpha(Opacity=0.6);
}

body.portal-mefp .ui-dialog {
	border: none !important;
    padding: 0px;
    width: 1000px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
	border-radius: 0px;		
}
body.portal-mefp .ui-dialog .ui-dialog-titlebar {
	color: #ffffff;
	font-size: 20px;	
	background: #277BBA;
	text-align: center;	
	width: 100%;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'HelveticaNeue-light';
	font-weight: normal;
	border-radius: 0px;
	border: none;
}

body.portal-mefp .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	background-color: transparent;
	border: none;
}
body.portal-mefp .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
	font-family: 'HelveticaNeue-light';
    content: 'x';
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    top: -5px;
    left: 4px;
}

body.portal-mefp .ui-dialog .ui-dialog-content {
	color: #004E86;
    font-family: 'HelveticaNeue-light';
    font-size: 24px;
    text-align: center;
    min-height: 250px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.portal-mefp .ui-dialog .ui-dialog-content,
body.portal-mefp .ui-dialog .ui-dialog-buttonpane {
	background: #E4E4E4;
}

body.portal-mefp .ui-dialog .ui-dialog-content span.ui-icon {
	display: none;
}

body.portal-mefp .ui-dialog .ui-dialog-buttonpane {
	text-align: center;
	display: grid;
	border: none;
	margin-top: 0px;
}

body.portal-mefp .ui-dialog .ui-dialog-buttonpane button {
	color: #ffffff;
	background: #277BBA;
	border-radius: 3px;
	box-shadow: 0px 4px 4px #00000029;
	text-align: center;
	border: none;
	min-width: 204px;
	min-height: 45px;
}

.ui-datepicker {	
	font-family: 'HelveticaNeue-light';
}
.ui-datepicker .ui-datepicker-header {
	background: #277BBA;
	color: #ffffff;
	border-radius: 0px;
	border: none;
}

.ui-datepicker .ui-datepicker-calendar thead{
	color: #003B66;
}
.ui-datepicker .ui-datepicker-calendar tbody {
	color: #003B66;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	border:none;
	background: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #E5BE80;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	background: #003B66;
}

img {
	cursor: pointer;
}
input[type=number]{
    width: 60px;
}
select[readonly]{
    pointer-events: none;
}

.helpIcondiv {
	display: flex;
    justify-content: flex-end;
    align-content: stretch;
    flex-direction: row;
    align-items: center;
    width: 5%;
    padding-right: .8rem;
}

.tooltiptext {
	visibility: hidden;
    width: auto;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    margin-left: .2rem;
    position: relative;
    z-index: 1;
}

.helpIcondiv:hover .tooltiptext {
	visibility: visible;
}

.textodiv {
	width: 100%;
}

.icon-manual {
	width: 44px;
}

.mensaje-recuadro {
    border: 1px solid #ababab;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block;
}

.img-grados {
    width: 32%;
    transition: transform 0.25s ease;
    float: right;
    position: absolute;
    right: 3%;
}

/* .img-grados:hover { */
/*     position: absolute; */
/*     top: 0; */
/*     z-index: 1000; */
/*     -webkit-transform: scale(2.2); */
/*     transform: scale(2.2); */
/*     cursor: zoom-out; */
/*     right: 19%; */
/* } */

.custom-file-upload {
    border: 1px solid #ccc;
    padding: 14px 14px;
    background: #f8f8f8;
    color: #333;
    cursor: pointer;
    font-family: 'HelveticaNeue-light';
}
.inputTooltip .inputTooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.inputTooltip .inputTooltiptext::after {
  content: "";
  transform: rotate(180deg);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.inputTooltip:hover .inputTooltiptext, .inputTooltip input:focus + .inputTooltiptext {
  visibility: visible;
  opacity: 1;
}

#contenedor{ 
  background-color: #277BBABB; 
  display: grid;
  place-content: center;
  height: 100vh;
  color: #000;
  width: 100%;
  position: fixed;
  z-index: 999;
  visibility: hidden;
}
.cargando{ 
  position: relative; 
  color: #FFF;
  margin-top: 2em;
  letter-spacing: 0.08em;
  text-transform: uppercase
}

.contenedor-loader {
	padding-left: 27%
}

.rueda {
  border: 10px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-left-color: transparent;
  width: 80px;
  height: 80px;
  animation: giro 1s linear infinite;
}

@keyframes giro {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.dataTables_wrapper .dataTables_processing{
    z-index: 1;
    height: 100px;
}

/* Estilos menu multiidioma */
#locales ul{
    color: #fff;
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0px;
}
#locales ul li {
    padding-right: 0.5rem !important;
}
#locales ul li a {
    color: #fff;
    font-family: 'HelveticaNeue-light';
    font-size: 16px;
    cursor: pointer;
}

#locales ul li a:hover,#locales ul li a:focus {
    color: #fff;
    font-family: 'HelveticaNeue-light';
    font-size: 16px;
    text-decoration: none;
}

#locales ul li.selected a {
    color: #f3b530;
    cursor: default;
}
#locales ul li.selected a:hover,#locales ul li.selected a:focus {
    color: #f3b530;
    cursor: default;
}

#tablaResultadoCargaMasiva_filter input {
  background-color: white !important;
}

#tablaResultadoCargaMasiva_filter {
	float: left;
}

.izq {
	margin-left: -15px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 5px;
}

#descargaInforme, #addCentros {	
	margin-bottom: 2%;
}

.multiselect-dropdown {
            position: relative;
            width: 100%;
        }
        
.multiselect-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.375rem;
	padding-right: 0.175rem;
	background-color: #fff;
	cursor: context-menu;
}

.multiselect-trigger:hover {
	border-color: #80bdff;
}

.multiselect-trigger:focus,
.multiselect-dropdown.open .multiselect-trigger {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.multiselect-text {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 0.65rem;
}

.multiselect-arrow i {
	font-weight: 800;
}

.multiselect-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-top: none;
	border-radius: 0 0 0.25rem 0.25rem;
	max-height: 200px;
	overflow-y: auto;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

body.portal-mefp .formulario-mefp .contenedor-form-mefp .multiselect-option {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	cursor: pointer;
	margin: 0;
	transition: background-color 0.15s;
}

.multiselect-option:hover {
	background-color: #f8f9fa;
}

.multiselect-option input[type="checkbox"] {
	margin-right: 0.5rem;
	cursor: pointer;
}

.multiselect-option span {
	flex: 1;
	cursor: pointer;
}

.checkbox-block {
	display: block;
	margin-bottom: 5px;
	min-width: 130px;
}

.modalidad-checkboxes {
	text-align: left;
}

body.portal-mefp .modalidad-checkboxes .checkbox-block label {
	font-size: 14px;
	margin-bottom: 0;
}

.virtual-tooltip-icon {
	margin-left: 5px;
	color: #007bff;
}