@CHARSET "UTF-8";
.prueba {}

.edicion {
    background-color: #cccccc;
}

.media img+span.badge {
    position: relative;
    top: -8px;
    left: 8px;
}

a.nuevo {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 17px;
}

.label-dark{
    color: #fff;
    background-color: #000;
}

.path-mod-sallenet a.nuevo {
    margin: 0;
    padding: 10px 14px;
    color: #333;
    font-size: 17px;
    background-color: #f5e4ab;
    border-radius: 100px;
    border: 1px solid #e6b000;
}

.path-mod-sallenet .btn {
    border-radius: 7px;
}

.path-mod-sallenet .btn.btn-success {
    background-color: #DBEBFF;
    border: 1px solid #DBEBFF;
    color: #1B2C65;
    padding: 0.6rem 0.75rem;
}

a.nuevo:hover {
    color: #cccccc;
}

.panel-heading .EditCampo .glyphicon {
    color: white;
}

.panel-heading .EditCampo {
    color: black;
    margin: 5px;
}

.path-mod-sallenet .table td,
.path-mod-sallenet .table th {
    border-top: none !important;
    border-bottom: none !important;
    font-size: small; 
    padding: 0.4rem 0.75rem;
    color: #1B2C65;
}


.path-mod-sallenet .table tbody tr:not(.alert):hover {
    background-color: #f0f0f0;
}

.path-mod-sallenet .table tr.alert-warning a {
    color: #1B2C65 !important;
}

.path-mod-sallenet .table tr.alert-warning:not(:hover) {
    background-color: #FFFAEB;
    color: #1B2C65;
}

.path-mod-sallenet .table tr.alert-warning a {
    font-weight: normal;
    font-style: italic;
}

.path-mod-sallenet .table .fa {
    color: #85BAFF;
}

.path-mod-sallenet .table .fa:hover {
    color: #1B2C65;
}

.path-mod-sallenet select {
    background-color: #f5f5f5;
    color: #1b2c65;
    margin-bottom: 6px;
    border: none;
    border-radius: 7px;
}

.path-mod-sallenet .card {
    min-height: 200px !important;
}

.path-mod-sallenet .card .icon {
    margin-bottom: 4px;
}

.path-mod-sallenet .titulo_modulo {
    background-color:#E1EEFE;
    padding: 20px 60px 10px 60px;
    margin-left: -6rem !important;
    margin-right: -1rem !important;
    color: #1b2c65;
    font-size: 1.3rem;
    background-repeat:no-repeat;
}

/* Registro Laboral Inicio*/
.input{
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputColor{
    background-color:#E1EEFE;
}
.inputColor:hover{
    background-color: #BFDBFE !important;
    transition: 0.25s;
}
.buttonr{
    position: relative;
    left:2rem;
    max-width: fit-content;
    color:#1b2c65;
}
.buttonr:hover{
    background-color: #BFDBFE !important;
    transition: 0.25s;
}
.buttonl{
    position: relative;
    right: 2rem;
    max-width: fit-content;
    color:#1b2c65;
}
.buttonl:hover{
    background-color: #BFDBFE !important;
    transition: 0.25s;
}
.botonImgs {
    height: 10.5rem;
    width: 10.5rem;
    border-radius: 3.5px;
  }
.imgMini{
    height:1.8rem; 
    width:1.8rem; 
    position:relative; 
    right:0.8rem;
    bottom:0.45rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.contain{
    background-color: #fdfdfd;
    border-radius: 6px;
    /*box-shadow: 0 4px 28px rgba(123,151,158,.25);*/
    border: 1px solid #d6dee1;
    padding: 1.5rem;
    overflow-y: auto;
    height: 120dvh;
}
.contain::-webkit-scrollbar-track{
    background-color:transparent;
}
.contain::-webkit-scrollbar-thumb{
    background-color: #d6dee1;
    border-radius: 5px;
    border: 6px solid transparent;
    background-clip: content-box;
}
.contain::-webkit-scrollbar-thumb:hover {
    background-color: #696969;
  }
  .btnPlantilla {
    margin: 2px;
    padding: 6px 14px;
    color: #333;
    font-size: 0.9rem;
    background-color: #FFF8C5;
    border-radius: 100px;
    border: 0.1rem solid #FFC300;
    cursor: pointer;
}
 .btnPlantilla:hover{
    background-color: #FFE446;
    color:black;
 }

 .btnJornada{
    display: inline-block;
    background-color: #BFDBFE;
    padding:0.1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0.1rem solid transparent;
    user-select: none;
    font-size: 0.9rem;
    line-height: 0.9rem;
    border-radius: 0.4rem;
 }

 .btnJornada:hover{
    background-color:#E1EEFE;
    transition: 0.25s;
 }

 .bgJornada{
    background-color: #E1EEFE;
    padding:0.5rem;
    height: 0.1rem;
 }

 .bgAdministrarHorarios{
    background-color: #E1EEFE;
    border-radius: 0.75rem 0.75rem / 0.75rem 0.75rem;
 }
/* Registro Laboral Fin*/

/*Extraescolares Inicio */

.bgTablas{
    background-color: #BFDBFE;
}

.bgExtraescolar{
    background-color: #E1EEFE;
}

.btnModal{
    border: 1px solid #92C5FE;
}

.btnCaret{
   background-color: #FFFFFF;
   border: 0.1rem solid #92C5FE; 
}

.btnCaret:hover{
    background-color: #E1EEFE;
    border: 0.1rem solid #92C5FE;
}
.textModal{
    color:black !important;
}

.textModal{
    color:#1b2c65 !important;
    transition: 0.1s;
}

.btnModal {
    margin: 2px;
    padding: 9px 14px;
    color: #333;
    font-size: 0.9rem;
    background-color: #FFFFFF;
    border-radius: 100px;
    border: 0.1rem solid #92C5FE;
    cursor: pointer;
}
 .btnModal:hover{
    background-color: #E1EEFE;
    color:black;
    border: 0.1rem solid #92C5FE;
 }

 .scrollDiv{
    width: 100%;
    min-height: 450px; 
    max-height: 450px; 
    overflow: auto;
    display: table-caption;
 }

.btnFilter{
    background-color: #E1EEFE;
    border: 0.1rem solid #92C5FE;
}
.btnFilter:hover{
    background-color: #92C5FE;
    border: 0.1rem solid #3A82F7;
}

.inputFiltroDate{
    background-color: #E1EEFE;
    border: 0.1rem solid #92C5FE;
}

.inputFiltroDate:hover{
    background-color: #92C5FE;
    border: 0.1rem solid #3A82F7;
}

.textColor{
    color: #1b2c65;
}

.btnEscolar {
    margin: 1px;
    padding: 6px;
    color: #333;
    font-size: 0.8rem;
    background-color: var(--az12);   
    border: none;
    cursor: pointer;
}
 .btnEscolar:hover{
    background-color: var(--az10);
    color:black;
 }

/*Extraescolares Fin*/
.path-mod-sallenet .titulo_modulo .enlace_manual {
    float: right;
    font-size: 0.95rem;
    padding-top: 0.1rem;
}

.path-mod-sallenet .card .nav-link {
    font-size: 1rem;
}

.path-mod-sallenet #page-wrapper {
    height: auto;
}

.path-mod-sallenet .panel,
.path-mod-sallenet #mostrar_alumnos,
.path-mod-sallenet #div_extraescolares_matriculaciones {
    width: 100%;
    margin: auto;
    border: none;
}

.path-mod-sallenet ul.nav-tabs {
    display: flex;
    /* margin-left: -2.8rem !important; */
    justify-content: center;
    margin: 0;
    padding: 10px 0 10px 0;
    /* background-color: #E1EEFE !important; */
}

.path-mod-sallenet #div_calidad {
    text-align: center;
}

.path-mod-sallenet .btn-accion-2 {
    margin-top: 10px;
}

.path-mod-sallenet .card .tab-pane ul.nav-tabs,
.path-mod-sallenet #div_info_proceso ul.nav-tabs,
.path-mod-sallenet #div_calidad ul.nav-tabs,
.path-mod-sallenet #div_comunicaciones ul.nav-tabs,
.path-mod-sallenet #div_registro_laboral ul.nav-tabs {
    background-color: #EBF3FF !important;
}


/**** Nivel 3 ****/

.path-mod-sallenet .card .tab-pane .tab-pane ul.nav-tabs,
.path-mod-sallenet #div_facturacion ul.nav-tabs,
.path-mod-sallenet #div_info_proceso ul.nav-tabs,
.path-mod-sallenet #div_supervisar_laboral ul.nav-tabs {
    background-color: #fff !important;
    border-bottom: 1px solid #D6E4F5 !important;
}


/**** Fin nivel 3 ****/

.path-mod-sallenet .card .tab-pane .tab-pane ul.nav-tabs a,
.path-mod-sallenet #div_facturacion ul.nav-tabs a,
.path-mod-sallenet #div_info_proceso ul.nav-tabs a {
    color: #1B2C65 !important;
}

.path-mod-sallenet .card .tab-pane .tab-pane ul.nav-tabs a:hover,
.path-mod-sallenet #div_facturacion ul.nav-tabs a:hover,
.path-mod-sallenet #div_info_proceso ul.nav-tabs a:hover {
    background-color: #EBF3FF !important;
}

.path-mod-sallenet .card .tab-pane .tab-pane ul.nav-tabs a.active,
.path-mod-sallenet #div_facturacion ul.nav-tabs a.active,
.path-mod-sallenet #div_info_proceso ul.nav-tabs a.active {
    background-color: #DBEBFF !important;
}

.path-mod-sallenet #mostrar_alumnos [id^=fecha_inicio_mat],
.path-mod-sallenet #mostrar_alumnos [id^=fecha_fin_mat],
.path-mod-sallenet #div_ext_actividades [id^=fecha_inicio_mat],
.path-mod-sallenet #div_ext_actividades [id^=fecha_fin_mat] {
    width: 100%;
    border: 0;
    background-color: #EBF3FF;
}

.path-mod-sallenet a.nav-link {
    border: none;
}

.path-mod-sallenet a.nav-link.active {
    background-color: #BFDBFE !important;
    color: #1b2c65 !important;
}

.path-mod-sallenet #alumnos_sin_asignar_filtro a.nav-link.active {
    background-color: #fff !important;
    color: #1b2c65 !important;
}

.path-mod-sallenet #nav-drawer a.nav-link:hover,
.path-mod-sallenet .nav-tabs a.nav-link:hover {
    background-color: #92C5FE !important;
    color: #1b2c65 !important;
    border: none;
}

.path-mod-sallenet h2 {
    text-align: center;
    color: #bbb;
}

.path-mod-sallenet #alumnos_sin_asignar_filtro .panel-primary>.panel-heading {
    background-color: #fff;
    border: 0;
}

.path-mod-sallenet #alumnos_sin_asignar_filtro .panel-primary>.panel-heading td.text-white {
    color: #1b2c65 !important;
    font-weight: bold;
}

.path-mod-sallenet #alumnos_sin_asignar_filtro .table-responsive {
    margin: 5px 0;
}

.path-mod-sallenet #alumnos_sin_asignar_filtro ul.nav-tabs {
    border-radius: 6px;
}

.path-mod-sallenet [id^=posibles_] {
    background-color: #ebf3ff;
}

.path-mod-sallenet form #div_usuario td:nth-child(2) a,
.path-mod-sallenet form #div_clase td:nth-child(2) a,
.path-mod-sallenet #div_importes td:nth-child(2) a {
    padding: 0.6rem 0.75rem;
}

.path-mod-sallenet form #div_usuario td:nth-child(3) select,
.path-mod-sallenet form #div_clase td:nth-child(3) select {
    margin-bottom: 0;
}

.path-mod-sallenet form #div_pagado a.btn {
    background-color: #fff;
    border: 1px solid #B8D7FF;
    color: #1B2C65;
    width: 50px;
}

.path-mod-sallenet form #div_pagado a.btn:hover {
    background-color: #EBF3FF;
}

.path-mod-sallenet form #div_pagado a#ticket_pagado_si {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    box-shadow: none;
}

.path-mod-sallenet form #div_pagado a#ticket_pagado_no {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: none;
}

.path-mod-sallenet form #div_pagado a.btn.btn-success {
    background-color: #B8D7FF;
}

.path-mod-sallenet form #generar_ticket {
    background-color: #fffaeb;
    border: 1px solid #ffdc6b;
    color: #333;
    border-radius: 1000px;
}

.path-mod-sallenet form #generar_ticket:hover {
    background-color: #ffeaa3 !important;
}

.path-mod-sallenet .selectores_todo_ninguno [class^=selector_] span {
    color: #1b2c65;
}

.path-mod-sallenet .selectores_todo_ninguno [class^=selector_] span:hover {
    background-color: #ebf3ff;
}

.path-mod-sallenet #div_seguimiento a#tipo_fecha_dia,
.path-mod-sallenet #div_seguimiento a#tipo_fecha_intervalo,
.path-mod-sallenet #div_seguimiento a#tipo_fecha_periodo {
    background-color: #fff;
    border: 1px solid #dbebff !important;
    color: #1B2C65;
}

.path-mod-sallenet #div_seguimiento a#tipo_fecha_dia:hover,
.path-mod-sallenet #div_seguimiento a#tipo_fecha_intervalo:hover,
.path-mod-sallenet #div_seguimiento a#tipo_fecha_periodo:hover {
    background-color: #EBF3FF;
}

.path-mod-sallenet #div_seguimiento a#tipo_fecha_dia.btn-primary,
.path-mod-sallenet #div_seguimiento a#tipo_fecha_intervalo.btn-primary,
.path-mod-sallenet #div_seguimiento a#tipo_fecha_periodo.btn-primary {
    background-color: #DBEBFF;
}

.path-mod-sallenet #div_seguimiento table table tbody tr td:nth-child(2) a {
    padding: 0.6rem 0.75rem;
}

.path-mod-sallenet #div_seguimiento [id^=cantidadeac_],
.path-mod-sallenet #div_extraescolares .btn-group .btn,
.path-mod-sallenet #div_calidad_no_conf #select_asunto,
.path-mod-sallenet table select {
    background-color: #fff;
    border: 1px solid #dbebff;
}

.path-mod-sallenet .fa-1_2x {
    font-size: 1.2em;
}

.path-mod-sallenet .btn.btn-accion-1 {
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #B8D7FF;
    border-radius: 7px;
    /* border-radius: 1000px; */
    color: #1B2C65 !important;
    padding: 0.6rem 0.75rem;
}

.path-mod-sallenet .btn.btn-accion-1:hover {
    background-color: #DBEBFF;
    border: 1px solid #B8D7FF;
    color: #1B2C65;
}

.path-mod-sallenet .btn-accion-2 {
    background-color: #fffaeb;
    border: 1px solid #ffdc6b;
    color: #333;
    border-radius: 1000px !important;
}

.path-mod-sallenet .btn-accion-2:hover {
    background-color: #ffeaa3 !important;
}

.path-mod-sallenet .border-radius-1000 {
    border-radius: 1000px !important;
}

.path-mod-sallenet .bg-white {
    background-color: #fff !important;
}

.path-mod-sallenet [id^=btn_rol_].btn-primary {
    background-color: #ebf3ff;
    color: #1b2c65;
    border: none;
}

.path-mod-sallenet #ColaProcesos {
    margin-right: 10px;
    border-right: 1px solid #fff;
}

.path-mod-sallenet #ColaProcesos a {
    color: white;
}

.salida_tarea {
    color: #333 !important;
    font-size: smaller;
}

.path-mod-sallenet ul.plug_menu ul li:nth-child(2) {
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 5px;
}

.path-mod-sallenet #id_anno_escolar_time {
    margin: 0;
}

.path-mod-sallenet #div_supervisar_laboral tr.sp_info {
    background-color: #fffaeb !important;
}

.path-mod-sallenet span.usertext {
    margin-left: 14px;
}

.incidencia_ruta {
    background-color: #04339f;
    color: white;
}

.asignatura_padre {
    background-color: #BDBDBD;
}

#informeSalida {
    position: fixed;
    top: 0;
    left: 25%;
    z-index: 100000;
    margin: auto;
    max-height: 400px;
    overflow: auto;
    max-width: 40%;
    font-size: 11px;
}

.tooltip-inner {
    max-width: 650px !important;
}

.popover {
    z-index: 2000;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.ui-datepicker {
    z-index: 1350 !important;
}


/* Clases para segundo plano */

.sp_header {
    text-align: right;
    background-color: #eff6fe;
    height: 40px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
}

.sp_estado {
    font-weight: normal;
    font-size: 12px;
    width: 80px !important;
    display: inline-block !important;
    color: #1b2c65;
    padding: .6em .6em .3em;
    border-radius: 5px;
}

.sp_fecha {
    background-color: #eff6fe;
    color: #1b2c65;
    font-weight: normal;
    font-size: 12px;
    width: 140px !important;
    display: inline-block !important;
    padding: .6em .6em .3em;
    border-radius: 5px;
}

.sp_titulo_modulo {
    text-align: left;
    margin-bottom: 3px;
    margin-top: 5px;
    color: #1b2c65;
    font-weight: normal;
    font-size: 13px;
}

.sp_limpiar {
    padding: 7px 12px 7px 12px;
    background-color: white;
    font-weight: normal;
    font-size: x-small;
    border-radius: 20px;
}

.sp_cola_informes {
    text-align: right;
    margin-bottom: 3px;
    margin-top: 5px;
}

.sp_info {
    background-color: #F0F7FF;
}

.sp_primary {
    background-color: #1B2C65;
    color: #F0F7FF;
}

.sp_success {
    background-color: #B8FFCB;
}

.sp_danger {
    background-color: #FFCCCC;
}

.sp_warning {
    background-color: #FFF3B8;
}

.sp_contador_informes {
    font-weight: normal;
    font-size: 12px;
    display: inline-block !important;
    color: #1b2c65;
    padding: .6em .6em .3em;
    text-align: center;
}


/******************************************************************************************************************************
* Desafíos
*******************************************************************************************************************************/


/************************
* Nivel especialidad 
*************************/

.dsf_menu_superior_nivel_1 {
    background-color: #dbebff;
    border-bottom: solid 1px #c2ddff;
    min-height: 34px;
    color: #1b2c65;
}

.dsf_nivel_izquierda {
    min-height: 34px;
    padding-left: 30px;
    line-height: 34px;
}

.dsf_nivel_centro {
    min-height: 34px;
    text-align: center;
    color: #1b2c65;
    line-height: 34px;
}

.dsf_nivel_derecha {
    text-align: center;
    color: #1b2c65;
    line-height: 34px;
}

.dsf_nivel_boton_anadir {
    text-align: right;
    padding-right: 0;
    color: #1b2c65;
    padding-top: 2px;
}

.dsf_btn_nivel {
    color: #1b2c65;
    margin-left: 25px;
    cursor: pointer;
    background-color: #ebf3ff;
}

.dsf_btn_nivel:hover {
    color: #1b2c65;
}

.dsf_btn_nivel_seleccionado {
    background-color: #ffffff;
    color: #1b2c65;
    margin-left: 25px;
    cursor: pointer;
    border: solid 1px #334378;
}

.dsf_btn_nivel_seleccionado:hover {
    color: #1b2c65;
}


/************************
* Nivel curso 
*************************/

.dsf_menu_superior_nivel_2 {
    background-color: #dbebff;
    border-bottom: solid 1px #c2ddff;
    min-height: 34px;
    color: #1b2c65;
}

.dsf_btn_nuevo {
    background-color: #b9a406;
    color: #1b2c65;
    padding-left: 12px;
    padding-right: 12px;
}

.dsf_btn_nuevo:hover {
    color: #1b2c65;
}


/*************************
* Sin desafíos
**************************/

.dsf_sin_desafios {
    padding-top: 100px;
    text-align: center;
}

.dsf_titulo_sin_desafios {
    color: #b0b0b0;
    font-weight: 200;
}

.dsf_subtitulo_sin_desafios {
    color: #dbdbdb;
    margin-top: 20px;
}

.dsf_enlace_aqui_sin_desafios {
    color: #cdcdcd;
    font-weight: bold;
    text-decoration: underline;
}


/*************************
* Lista desafíos
**************************/

.dsf_lista_desafios {
    color: #1b2c65;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dsf_lista_desafios_centro {
    text-align: right;
}

.dsf_tarjeta {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    border-collapse: collapse;
    -moz-border-radius: 10px;
    background-color: #ebf3ff;
    border: solid 1px #CCD1D1;
}

.dsf_tarjeta_desafio {
    padding-left: 46px;
    padding-right: 46px;
    min-height: 60px;
}

.dsf_tarjeta_desafio_visible {
    background-color: #ebf3ff;
    color: #1b2c65;
}

.dsf_tarjeta_desafio_no_visible {
    background-color: #f5f5f5;
    color: #000000;
}

.dsf_tarjeta_desafio_titulo {
    padding-bottom: 2px;
    border-bottom: solid 1px #b7c1d8;
}

.dsf_tarjeta_desafio_titulo_visible {
    border-bottom: solid 1px #b7c1d8;
}

.dsf_tarjeta_desafio_titulo_no_visible {
    border-bottom: solid 1px #aaaaaa;
}

.dsf_titulo_medio {
    font-size: 12px;
    padding-left: 0;
    font-weight: bold;
}

.dsf_tarjeta_desafio_acciones {
    text-align: right;
    padding-right: 0;
}

.dsf_tarjeta_boton {
    color: #1b2c65;
    margin-left: 5px;
    cursor: pointer;
}

.dsf_tarjeta_boton_visible {
    color: #1b2c65;
}

.dsf_tarjeta_boton_no_visible {
    color: #000000;
}

.dsf_tarjeta_desafio_descripcion {
    padding-top: 5px;
    padding-left: 0;
}

.dsf_titulo_pequeño {
    font-size: 10px;
    padding-left: 0;
    font-weight: bold;
}

.fuente_azul {
    color: #1b2c65;
}

.dsf_tarjeta_desafio_valor_descripcion {
    padding-left: 0;
    font-size: 10px;
    text-align: justify;
    line-height: 16px;
}

.dsf_tarjeta_desafio_valor_producto_final {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
}

.dsf_tarjeta_desafio_columna_descripcion {
    padding-left: 0;
    padding-top: 5px;
}

.dsf_tarjeta_desafio_columna_producto_final {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}

.dsf_numero_lineas {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dsf_icono {
    width: 15px;
    height: 15px;
}

.dsf_nombre_centro_externo {
    margin-left: 5px;
    font-size: 10px;
}


/*************************
* Selector tipo desafíos
**************************/

.dsf_selector_tipo_desafio {
    width: 100%;
}

.dsf_boton_selector_tipo_desafio {
    border-radius: 30px;
    border-collapse: collapse;
    -moz-border-radius: 30px;
    background-color: #f5f5f5;
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    margin-bottom: 0;
    color: #1b2c65;
}

.dsf_selector_tipo_desafio_opciones {
    border-radius: 10px;
    border-collapse: collapse;
    -moz-border-radius: 10px;
    background-color: #f5f5f5;
    color: #000000;
    padding-top: 10px;
    padding-left: 0 !important;
    margin-top: 5px;
    width: 100%;
}

.dsf_selector_tipo_desafio_opcion {
    padding-top: 2px;
}

.dsf_selector_tipo_desafio_titulo {
    padding-left: 20px;
}

.dsf_selector_tipo_desafio_opcion_deshabilitada {
    cursor: initial;
    color: red;
}

.dsf_selector_tipo_desafio_opcion_deshabilitada:hover {
    cursor: initial;
    color: red;
}


/*************************
* Buscador desafíos
**************************/

.dsf_barra_buscador {
    /*background-color: #ebf3ff;*/
    color: #1b2c65;
    padding-top: 10px;
    /*min-height:34px;*/
}

.dsf_barra_buscador_centro {
    text-align: right;
}

.dsf_input_buscador_desafios {
    /*color: #1b2c65;
	background-color: #ebf3ff;*/
    height: 26px;
}

.fg--search {
    background: white;
    position: relative;
    margin-bottom: 0;
}

.fg--search input {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    display: block;
    border-radius: 30px;
    border-collapse: collapse;
    -moz-border-radius: 30px;
    background-color: #f5f5f5;
    border: 0;
}

.fg--search button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 2;
}

.fg--search input:focus+button .fa-search {
    color: #334378;
}


/*************************
* Botón top
**************************/

.btn_top {
    color: #1b2c65;
    background-color: #dbebff;
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    position: fixed;
    bottom: 38px;
    right: 122px;
}


/*************************
* Desafío
**************************/

.dsf_nivel_desafio {
    background-color: #ebf3ff;
    min-height: 34px;
    color: #1b2c65;
}

.dsf_separador_fases {
    top: 20%;
    border-left: solid 1px #c7dfff;
    padding-top: 6px;
    height: 60%;
    position: absolute;
    display: inline-block;
    margin-left: 25px;
}

.dsf_label_edicion_desafio {
    margin-left: 10px;
}

.dsf_btn_nivel_desafio {
    color: #1b2c65;
    margin-left: 25px;
    cursor: pointer;
}

.dsf_btn_nivel_desafio:hover {
    color: #1b2c65;
}

.dsf_btn_nivel_desafio_seleccionado {
    background-color: #005dd6;
    color: #ffffff;
    margin-left: 25px;
    cursor: pointer;
}

.dsf_btn_nivel_desafio_seleccionado:hover {
    color: #ffffff;
}


/****************************
* Desafio - Datos generales
*****************************/

.dsf_general {
    padding-top: 20px;
}

.dsf_general_columna_izquierda {
    padding-left: 0;
}

.dsf_general_columna_derecha {
    padding-right: 0;
}

.dsf_general_titulo {
    padding-top: 0;
    padding-left: 0;
    font-size: 12px;
    color: #1b2c65;
}

.dsf_general_input {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
    overflow: hidden;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
    background-color: #ebf3ff;
}

.dsf_general_textarea {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
    background-color: #ebf3ff;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
    height: 170px;
    overflow: scroll;
}

.dsf_general_descripcion_objetivos {
    margin-top: 60px;
}

.btn_switch {
    border: solid 1px #c2ddff;
    background-color: white;
}

.btn_switch_seleccionado {
    background-color: #005dd6;
    color: white;
}

.btn_switch_seleccionado:hover {
    color: white;
}


.btn-publicar {
  background-color: #ffffff;
  color: #555555;
  border: 1px solid #cccccc;
  border-radius: 20px !important;
  font-size: 12px;
  font-weight: normal;
  transition: all 0.3s ease;
    margin-left: 10px !important;
}

.btn-publicar:hover {
  background-color: #f5f5f5;
  border-color: #adadad;
  color: #333333;
}

.btn-publicar:focus,
.btn-publicar:active {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333333;
  outline: none;
  box-shadow: none;
}


/*************************
* Fase
**************************/

.dsf_nivel_fase {
    background-color: #ffffff;
    min-height: 34px;
    color: #1b2c65;
}

.dsf_btn_nivel_opcionfase {
    color: #1b2c65;
    margin-left: 25px;
    cursor: pointer;
}

.dsf_btn_nivel_opcionfase:hover {
    color: #1b2c65;
}

.dsf_btn_nivel_opcionfase_seleccionado {
    background-color: #338bff;
    color: #ffffff;
    margin-left: 25px;
    cursor: pointer;
}

.dsf_btn_nivel_opcionfase_seleccionado:hover {
    color: #ffffff;
}

.dsf_btn_anadir {
    background-color: #fffaeb;
    color: #1b2c65;
    padding-left: 12px;
    padding-right: 12px;
    border: solid 1px #ffc406;
}

.dsf_btn_aceptar {
    background-color: #bafebd;
    color: #1b2c65;
    padding-left: 12px;
    padding-right: 12px;
    border: solid 1px #00ff0c;
}

.dsf_btn_cancelar {
    background-color: #ffc2c2;
    color: #1b2c65;
    padding-left: 12px;
    padding-right: 12px;
    border: solid 1px #fe0000;
}

/*************************
* Criterios
**************************/

.dsf_tarjeta_criterio {
    min-height: 50px;
}

.dsf_lista_criterios {
    padding-top: 10px;
}

.dsf_tarjeta_actividad_criterio {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
    background-color: white;
    overflow: hidden;
    padding: 12px;
    margin: 10px;
}

.dsf_lista_criterios_actividad {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
    background-color: #f5f5f5 ;
    overflow: hidden;
    padding: 6px;
    margin-top: 10px;
}

.dsf_criterio_candidato {
    padding: 2px;
    border-bottom: solid 1px #cacaca;
}

/*************************
* Actividades
**************************/

.dsf_tarjeta_actividad {
    min-height: 50px;
    padding-left: 46px;
    padding-right: 46px;
}

.dsf_tarjeta_actividad_titulo_tecnica_cooperativa {
    padding-top: 0;
    padding-left: 0;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}

.dsf_tarjeta_actividad_valor_tecnica_cooperativa {
    padding-left: 0;
    font-size: 10px;
    color: #000000;
    text-align: right;
    line-height: 16px;
}

.dsf_tarjeta_actividad_valor_campo {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
    background-color: white;
    overflow: hidden;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.dsf_tarjeta_actividad_valor_descripcion {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
    background-color: white;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
    height: 138px;
    overflow: scroll;
}

.dsf_nombre_recurso {
    padding-left: 0;
}

.dsf_borrar_recurso {
    text-align: right;
}

.dsf_actividad_titulo_recursos {
    height: 34px;
    padding-top: 16px;
    padding-left: 0;
    font-size: 10px;
    font-weight: bold;
}

.dsf_actividad_titulo_sin_recursos {
    height: 34px;
    padding-top: 16px;
    padding-left: 0;
    font-size: 10px;
    color: #000000;
}


/*************************
* Sin actividades
**************************/

.dsf_sin_recursos {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
    background-color: white;
    overflow: hidden;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.dsf_titulo_sin_recursos {
    color: #b0b0b0;
    font-weight: 200;
}

.dsf_subtitulo_sin_recursos {
    color: #b0b0b0;
    margin-top: 20px;
}


/*************************
* Sin criterios
**************************/

.dsf_sin_criterios {
    padding-top: 50px;
    text-align: center;
}

.dsf_titulo_sin_criterios {
    color: #b0b0b0;
    font-weight: 200;
}

.dsf_subtitulo_sin_criterios {
    color: #dbdbdb;
    margin-top: 20px;
}

.dsf_enlace_aqui_sin_criterios {
    color: #cdcdcd;
    font-weight: bold;
    text-decoration: underline;
}


/*************************
* SelectDiv
**************************/

.SelectDiv {
    background-color: #dbebff;
    border-bottom: solid 1px #c2ddff;
    min-height: 34px;
    color: #1b2c65;
    padding-left: 10px;
}

.SelectDiv_seccion_titulo {
    padding-top: 8px;
}

.SelectDiv_seccion_opcion {
    padding-top: 4px;
}

.SelectDiv_boton_opcion {
    color: #1b2c65;
    cursor: pointer;
    margin-left: 25px;
    background-color: #ebf3ff;
}

.SelectDiv_boton_opcion_seleccionado {
    background-color: #ffffff;
    color: #1b2c65;
    cursor: pointer;
    border: solid 1px #334378;
}

/*************************
* SelectDropdown
**************************/

.nivel1 {
    background-color: #dbebff;
    border-bottom: solid 1px #c2ddff;
    min-height: 34px;
    color: #1b2c65;
    padding-left: 10px;
}

.nivel1_titulo {
    padding-top: 5px;
    padding-left: 0;
    font-size: 10px;
    font-weight: bold;
}

.select_dropdown_curso {
    width: 500px;
    height: 200px;
}

.select_dropdown_seccion {
    border-right: solid 1px #1b2c65;
    height: 200px;
}

.dsf_icono_atras {
    width: 14px;
    height: 14px;
}


/*************************
* ModalBlue
**************************/

#ModalContentBlue {
    background-color: #dbebff;
    color: #1b2c65;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#ModalHeaderBlue {
    height: 34px;
    border-bottom: solid 1px #b7c1d8;
    /*border: solid 1px black;*/
}

#ModalBodyBlue {
    color: #1b2c65;
}


/********************************
* Clon
*********************************/

.dsf_btn_configuracion_clon {
    background-color: #ebf3ff;
    color: #1b2c65;
    cursor: pointer;
}

.dsf_btn_configuracion_clon:hover {
    background-color: #ebf3ff;
    color: #1b2c65;
}

.dsf_btn_configuracion_clon_seleccionado {
    background-color: #005dd6;
    color: #ffffff;
    cursor: pointer;
}

.dsf_btn_configuracion_clon_seleccionado:hover {
    color: #ffffff;
}

.varBlue  {
    position:relative;
    left: 20rem;
    top: 10px;
}

.varRed{
    position: relative;
    right: 40rem;
    top:10px;
}

.smn_asignatura_recurso{
	border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    text-align: justify;
    line-height: 16px;
    background-color: #dbebff;
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 10px;
    border: dotted 3px #eb984e;
}

.smn_tarjeta_recurso {
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.filtro-azul-icono-svg {
	filter: invert(13%) sepia(41%) saturate(2887%) hue-rotate(211deg) brightness(97%) contrast(95%);
}

.smn-label-evaluable  {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: white;
    line-height: 16px;
    background-color: #428bca;
    overflow: hidden;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align:center;
}

.smn-label-no-evaluable  {
    border-radius: 5px;
    border-collapse: collapse;
    -moz-border-radius: 5px;
    font-size: 10px;
    color: white;
    line-height: 16px;
    background-color: #f0ad4e;
    overflow: hidden;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align:center;
}

.cargando {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    display: none;
}

.cargando-puntos {
    display: inline-block;
    margin-left: 10px;
}

.cargando-puntos span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 50%;
    animation: bounce 1.4s infinite;
}

.cargando-puntos span:nth-child(2) {
    animation-delay: 0.2s;
}

.cargando-puntos span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

.mensaje_autorizacion {
    color:white; 
    background-color:#ff6352;
    max-width: 218px;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    margin-top: 4px;
}

/**** REGISTRO LABORAL ****/
.az0{ color: #1B2C65 !important; }
.az2{ color: #1D3FB0 !important; }
.az4{ color: #005DD6 !important; }
.az6{ color: #3A82F7 !important; }
.az8{ color: #5FA3FB !important; }
.az10{ color: #92C5FE !important; }
.az12{ color: #BFDBFE !important; }
.az14{ color: #DBEAFE !important; }
.az16{ color: #F0F7FF !important; }
.am0{ color: #E28800 !important; }
.am2{ color: #F0A800 !important; }
.am4{ color: #FFC300 !important; }
.am6{ color: #FFE446 !important; }
.am8{ color: #FFF8C5 !important; }
.gr0{ color: #181818 !important; }
.gr2{ color: #333333 !important; }
.gr4{ color: #4D4D4D !important; }
.gr6{ color: #666666 !important; }
.gr8{ color: #808080 !important; }
.gr10{ color: #999999 !important; }
.gr12{ color: #B3B3B3 !important; }
.gr14{ color: #CCCCCC !important; }
.gr16{ color: #E6E6E6 !important; }
.gr18{ color: #EEEEEE !important; }
.gr20{ color: #F5F5F5 !important; }
.ve0{ color: #0B4305 !important; }
.ve2{ color: #B5F2A7 !important; }
.ve4{ color: #DEFFD6 !important; }
.na0{ color: #FF9900 !important; }
.na2{ color: #FFC166 !important; }
.na4{ color: #FFE0B2 !important; }
.ro0{ color: #66001A !important; }
.ro2{ color: #FFB2B2 !important; }
.ro4{ color: #FFE0E0 !important; }

.bg-az0{ background-color: #1B2C65 !important; }
.bg-az2{ background-color: #1D3FB0 !important; }
.bg-az4{ background-color: #005DD6 !important; }
.bg-az6{ background-color: #3A82F7 !important; }
.bg-az8{ background-color: #5FA3FB !important; }
.bg-az10{ background-color: #92C5FE !important; }
.bg-az12{ background-color: #BFDBFE !important; }
.bg-az14{ background-color: #DBEAFE !important; }
.bg-az16{ background-color: #F0F7FF !important; }
.bg-am0{ background-color: #E28800 !important; }
.bg-am2{ background-color: #F0A800 !important; }
.bg-am4{ background-color: #FFC300 !important; }
.bg-am6{ background-color: #FFE446 !important; }
.bg-am8{ background-color: #FFF8C5 !important; }
.bg-gr0{ background-color: #181818 !important; }
.bg-gr2{ background-color: #333333 !important; }
.bg-gr4{ background-color: #4D4D4D !important; }
.bg-gr6{ background-color: #666666 !important; }
.bg-gr8{ background-color: #808080 !important; }
.bg-gr10{ background-color: #999999 !important; }
.bg-gr12{ background-color: #B3B3B3 !important; }
.bg-gr14{ background-color: #CCCCCC !important; }
.bg-gr16{ background-color: #E6E6E6 !important; }
.bg-gr18{ background-color: #EEEEEE !important; }
.bg-gr20{ background-color: #F5F5F5 !important; }
.bg-ve0{ background-color: #0B4305 !important; }
.bg-ve2{ background-color: #B5F2A7 !important; }
.bg-ve4{ background-color: #DEFFD6 !important; }
.bg-na0{ background-color: #FF9900 !important; }
.bg-na2{ background-color: #FFC166 !important; }
.bg-na4{ background-color: #FFE0B2 !important; }
.bg-ro0{ background-color: #66001A !important; }
.bg-ro2{ background-color: #FFB2B2 !important; }
.bg-ro4{ background-color: #FFE0E0 !important; }

.border-az0{ border-color: #1B2C65 !important; }
.border-az2{ border-color: #1D3FB0 !important; }
.border-az4{ border-color: #005DD6 !important; }
.border-az6{ border-color: #3A82F7 !important; }
.border-az8{ border-color: #5FA3FB !important; }
.border-az10{ border-color: #92C5FE !important; }
.border-az12{ border-color: #BFDBFE !important; }
.border-az14{ border-color: #DBEAFE !important; }
.border-az16{ border-color: #F0F7FF !important; }
.border-am0{ border-color: #E28800 !important; }
.border-am2{ border-color: #F0A800 !important; }
.border-am4{ border-color: #FFC300 !important; }
.border-am6{ border-color: #FFE446 !important; }
.border-am8{ border-color: #FFF8C5 !important; }
.border-gr0{ border-color: #181818 !important; }
.border-gr2{ border-color: #333333 !important; }
.border-gr4{ border-color: #4D4D4D !important; }
.border-gr6{ border-color: #666666 !important; }
.border-gr8{ border-color: #808080 !important; }
.border-gr10{ border-color: #999999 !important; }
.border-gr12{ border-color: #B3B3B3 !important; }
.border-gr14{ border-color: #CCCCCC !important; }
.border-gr16{ border-color: #E6E6E6 !important; }
.border-gr18{ border-color: #EEEEEE !important; }
.border-gr20{ border-color: #F5F5F5 !important; }
.border-ve0{ border-color: #0B4305 !important; }
.border-ve2{ border-color: #B5F2A7 !important; }
.border-ve4{ border-color: #DEFFD6 !important; }
.border-na0{ border-color: #FF9900 !important; }
.border-na2{ border-color: #FFC166 !important; }
.border-na4{ border-color: #FFE0B2 !important; }
.border-ro0{ border-color: #66001A !important; }
.border-ro2{ border-color: #FFB2B2 !important; }
.border-ro4{ border-color: #FFE0E0 !important; }

.border-radius-7{ border-radius: 7px !important; }
.border-radius-8{ border-radius: 8px !important; }
.border-radius-10{ border-radius: 10px !important; }
.border-radius-16{ border-radius: 16px !important; }
.border-radius-20{ border-radius: 20px !important; }

.border-width-1{ border-width: 1px; }
.border-width-2{ border-width: 2px; }
.border-width-3{ border-width: 3px; }

.cursor-pointer{ cursor: pointer; }

.clear-both{ clear: both };

.font-size-14{ font-size: 14px !important; }
.font-size-16{ font-size: 16px !important; }
.font-size-22{ font-size: 22px !important; }
.font-size-24{ font-size: 24px !important; }
.font-size-44{ font-size: 44px !important; }
.font-size-18{ font-size: 18px !important; }

.space-between{
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .derecha{
        width: 100%;
        height: 70vh;
        margin-top: 10px;
    }
    .izquierda{
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .derecha{
        width: 65%;
        height: 70vh;
    }
    .izquierda{
        width: 50%;
    }
}

.btn_superior:hover{
    background-color: #DBEAFE !important;
}

.btn_ayuda {
    margin-top: 5px; 
    border-radius: 6px; 
    padding: 2px; 
    display: block; 
    cursor: pointer; 
    float: right; 
}

.btn_ayuda:hover {
    background-color: var(--az10);
}

/**** FIN REGISTRO LABORAL ****/

.svg-icon {
    max-width: 26px;
    height: auto;
}
