﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Nunito', sans-serif;
    color: #453e74;
}

a {
    text-decoration: none;
    color: #019ffd;
}

    a i.bi {
        margin: 8px;
        font-size: 90%;
    }

.col-izq::-webkit-scrollbar {
    width: 12px; /* Tamaño del scroll en vertical */
    height: 50%;
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.col-izq::-webkit-scrollbar-thumb {
    background: #fae3aa;
    border-radius: 4px;
}

    /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
    .col-izq::-webkit-scrollbar-thumb:hover {
        background: #a1c1bf;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    }

    /* Cambiamos el fondo cuando esté en active */
    .col-izq::-webkit-scrollbar-thumb:active {
        background-color: #a1c1bf;
    }
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.col-izq::-webkit-scrollbar-track {
    background: #fcf4e4;
    border-radius: 4px;
}

    /* Cambiamos el fondo cuando esté en active o hover */
    .col-izq::-webkit-scrollbar-track:hover,
    .col-izq::-webkit-scrollbar-track:active {
        background: #fcf4e4;
    }

.text-danger {
    color: #e16468 !important;
}

.table > :not(:first-child) {
    border-top: 2px solid #a1c1bf;
}

.table-sm > :not(caption) > * > * {
    padding: .5rem .4rem;
}

.contenidos h1 {
    font-size: 2rem;
    padding: 15px 0px;
}

.bg-login {
    background-image: url("../img/bg-login.jpg");
    align-items: center !important;
    justify-content: center !important;
    background-size: cover;
}

.form-centrado {
    display: flex;
    height: 100vh;
    flex-direction: row;
    align-items: start;
    padding-top: 20px;
}

.form-login {
    background-color: #faefd9;
    border-radius: 20px;
    padding: 30px;
    font-size: 15px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

    .form-login .accordion-button {
        padding: 8px 10px 8px 10px;
        font-size: 85%;
    }

    .form-login .accordion-item button.btn.btn-login-google,
    .form-login .accordion-item button.btn.btn-login-microsoft {
        font-size: 85%;
    }

    .form-login .accordion-item img,
    .form-login .accordion-item img {
        width: 25px;
    }

    .form-login button.btn.btn-login-google,
    .form-login button.btn.btn-login-microsoft {
        font-size: 90%;
        padding: 5px;
    }

    .form-login .form-check-label {
        line-height: 35px;
    }

    .form-login .form-check-input[type=checkbox] {
        margin-right: 10px;
    }


.form-login h1 {
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    padding: 20px;
}
.tit-login {
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.form-login .logo-centro {
    width: 75%;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
}
.form-login .logo-centro img {
    background-color: #fff;
    border-radius: 15px;
    display: block;
    margin: auto;
    padding: 5px 5px;
    width: auto;
}
.login-redes {
    margin: 0px 0px 30px 0px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #b0a6db;
}

button.btn.btn-login-microsoft {
    margin: 10px auto;
    width: 100%;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    border: 0px;
    text-align: left;
    padding-left: 20px;
}

button.btn.btn-login-google {
    margin: 10px auto;
    width: 100%;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    border: 0px;
    text-align: left;
    padding-left: 20px;
}

    button.btn.btn-login-google img, button.btn.btn-login-microsoft img {
        padding-right: 10px;
    }

.btn-primary {
    color: #fff;
    background-color: #019ffd;
    border-color: #019ffd;
}

.text-center.botones.col-md-3 {
    margin-top: 15px;
}

.form-login .form-group.col-md-12 {
    margin-top: 20px;
}

.form-login .form-check {
    margin: 20px 0px;
}

.form-login input {
    border-radius: 10px;
    padding: 10px;
    border: 0px;
    margin-top: 3px;
}

.btn-login {
    display: block;
    margin: auto;
}

.form-login .links {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 1px dashed #a89cdc;
    font-size: 14px;
}

    .form-login .links a {
        color: #a89cdc;
    }

        .form-login .links a:hover {
            color: #453e74;
        }

.form-check-input {
    width: 2em;
    height: 2em;
}

.form-select {
    padding: 10px 40px 10px 10px;
    -moz-padding-start: calc(0.75rem - 3px);
    border-radius: 10px;
}
/*
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
*/
.form-control:disabled,
.form-control[readonly] {
    background-color: #d4eaec;
    opacity: 1;
    border-color: #d4eaec;
}

.form-control.picker[readonly] {
    background-color: #FFF;
    cursor: pointer;
}

    .form-control.picker[readonly][disabled] {
        background-color: #d4eaec;
    }

.form-select:disabled {
    background-color: #d4eaec;
    border-color: #d4eaec;
}

.dateComponent .form-select {
    padding: 10px 30px;
}

.tab-content .form-select {
    border: 1px solid #d9e7e8;
}

.col-flex {
    display: flex;
    align-items: center;
}

.btn-secondary {
    color: #fff;
    background-color: #9388c3;
    border-color: #9388c3;
    border-radius: 50px;
}

.btn-outline-secondary {
    color: #9388c3;
    border-color: #9388c3;
}

.btn-rounded {
    border-radius: 25px !important;
    padding: 5px 20px;
}

.modal-content {
    border: 5px solid rgba(255,255,255,0.3);
    border-radius: 20px;
}

.modal-header {
    background-color: #9388c3;
    color: #fff;
}

.col-izq {
    background-color: #faefd9;
    border-radius: 0px 15px 15px 0px;
    padding: 20px 15px 30px 15px;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 280px;
    height: 100%;
    margin: 0px 0px 10px 0px;
    z-index: 998;
    overflow-y: scroll; /* prueba para ver todo el menú*/
    margin-bottom: 50px;
}

.area-central {
    padding-left: 300px;
    background-color: #fff;
}

.btn-collapse {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    padding: 0px 20px;
}

.logo-centro {
    margin-bottom: 20px;
    display: block;
}
.logo-centro img {
	background-color: #fff;
	border-radius: 20px;
	display: block;
	margin: auto;
	width: 100%;
	padding: 20px;
}

nav.sidebar p {
    margin: 20px 0px 5px 20px;
    font-weight: 700;
    color: #94b9b6;
    text-transform: uppercase;
    font-size: 14px !important;
}

.ciclo-lectivo {
    margin-bottom: 20px;
}

    .ciclo-lectivo p {
        color: #b0a6db;
        font-size: 17px;
        line-height: 17px;
        font-weight: 700;
        margin: 5px;
    }

.ciclo-elegido {
    color: #b0a6db;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    margin: 5px;
    text-align: center;
}

.ciclo-lectivo select.form-select.form-select-sm {
    padding: 20px;
    border-radius: 10px;
    border: 0px;
    font-weight: 700;
    color: #453e74;
}

.ciclo-lectivo span {
    background-color: #fcf4e4;
    display: block;
    margin: 5px 0px;
    border-radius: 15px;
    color: #453e74;
    padding: 15px 0px 15px 15px;
    font-weight: bold;
}

.menu-izq li {
    color: #453e74;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
}

    .menu-izq li a i {
        font-size: 27px;
        bottom: -5px;
        position: relative;
        margin-right: 10px;
    }



    .menu-izq li a img.ic-menu,
    .ciclo-lectivo img.ic-menu {
        margin-right: 10px;
        width: 25px;
    }

    .menu-izq li a {
        border-radius: 15px;
        background-color: #fcf4e4;
        color: #453e74;
        padding: 15px 0px 15px 15px;
    }

        .menu-izq li a.nav-link.active {
            background-color: #fae3aa;
            color: #453e74;
        }

        .menu-izq li a:hover {
            background-color: #fae3aa;
            color: #453e74;
        }

.logo-s-hub {
    text-align: center;
    position: fixed;
    bottom: 0px;
    margin: auto;
    padding: 10px;
    background-color: #a1c1bf;
    width: 240px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}

.logo-i-hub {
    text-align: center;
    position: fixed;
    bottom: 0px;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    font-size: 11px;
    color: #000;
    width: 100%;
}

    .logo-i-hub img {
        height: 50px;
        margin-right: 30px;
    }

.bg-login .logo-i-hub {
    background-color: transparent;
    padding-right: 10px;
}

@media (max-width:1024px) {
    .logo-i-hub {
        left: 0;
        width: 100%;
    }
}


.barra-sup {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 0px 0px 10px 10px;
    position: sticky;
    top: 0px;
    z-index: 998;
}

.btn-collapse a i {
    font-size: 34px;
    color: #9388c3;
}

.navbar-toggler {
    display: none;
    font-size: 34px;
    color: #a89cdc;
}

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0rem;
    }

.progreso-perfil {
    color: #b0a6db;
    font-size: 13px;
    font-weight: 700;
    padding-left: 30px;
}

    .progreso-perfil a {
        color: #b0a6db;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
    }

.progress {
    margin-top: 5px;
}

.progress-bar {
    background-color: #a1c1bf;
}

.perfil {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.barra-sup .dropdown-toggle {
    margin-left: -30px;
}

    .barra-sup .dropdown-toggle::after {
        display: none;
    }

ul.dropdown-menu {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    border: 0px;
    margin-left: 10px;
    min-width: 12rem;
    color: #453e74;
}

.dropdown-menu {
    display: none;
}

    .dropdown-menu.show {
        opacity: 1;
        display: block;
        animation: fadeInAnimation ease 0.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #453e74;
    background-color: #e5f3f4;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #9388c3;
}

a.dropdown-item {
    color: #453e74;
    font-weight: 400;
    padding: 5px 20px;
}

.nombre-usuario {
    background-color: #fef7e6;
    padding: 10px 20px 10px 30px;
    border-radius: 0px 20px 20px 0px;
    color: #453e74;
    font-size: 17px;
    font-weight: 700;
}

    .nombre-usuario::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

.img-perfil {
    border-radius: 50%;
    width: 65px;
    float: left;
    margin: 5px 15px 5px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    z-index: 998;
    background-color: white;
}

.notificaciones {
    display: inline-block;
    margin: 10px 0;
}

    .notificaciones a {
        padding: 10px;
        line-height: 30px;
        width: 50px;
        height: 50px;
        background-color: rgba(147, 136, 195, 0.2);
        border-radius: 10px;
    }

        .notificaciones a span {
            font-size: 30px;
            position: relative;
            top: -20px;
            right: -15px;
            color: #9388c3;
            text-shadow: 0px 0px 20px;
            display: inline-block;
            margin: 7px;
            height: 15px;
            width: 15px;
            border-radius: 10px;
        }

    .notificaciones i {
        position: relative;
        top: -40px;
    }

.aviso {
    background: #9388c3;
    animation: 2s ease 0s infinite normal none running noti;
}

@keyframes noti {
    0% {
        transform: scale(0.7);
        box-shadow: rgb(147 136 195 / 70%) 0px 0px 0px 0px;
    }

    70% {
        transform: scale(0.8);
        box-shadow: rgb(147 136 195 / 0%) 0px 0px 0px 10px;
    }

    100% {
        transform: scale(0.7);
        box-shadow: rgb(147 136 195 / 0%) 0px 0px 0px 0px;
    }
}

.contenidos {
    padding: 20px;
    margin-top: 0px;
}

.contenidos {
    animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        margin-top: -50px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

.google-classroom {
    float: right;
    width: 170px;
    height: 150px;
    padding: 30px;
    background-color: #ebeaea;
    border-radius: 20px;
    margin-top: -20px;
    margin-bottom: 30px;
}

.head-seccion {
    margin: 30px 0px;
}
.head-seccion h2 {
	font-size: 1.8rem;
}
.accesos-directos {
    background-color: #e5f3f4;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0px;
    clear: both;
}

.fichas {
    display: flex !important;
    flex-direction: row;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.ficha-cont {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 15px;
    width: 18%;
    margin: 1%;
    margin-bottom: 3%;
}

.imagen-cont {
    overflow: hidden;
}

    .imagen-cont img {
        margin-bottom: 30px;
    }

    .imagen-cont img {
        position: relative;
        transition: all 0.8s ease-out;
        transform: scale(1);
        width: 100%;
    }

    .imagen-cont a:hover img {
        transform: scale(1.1);
    }

.link-contenido {
    left: 0;
    margin: 0 auto;
    padding: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    transform: translate3d(0px, -38%, 0px);
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: 70%;
    z-index: 3;
}

    .link-contenido a {
        margin: 3px;
    }

    .link-contenido:hover {
        transform: translate3d(0, -50%, 0);
        opacity: 1;
        visibility: visible;
    }

.asignatura {
    font-size: 18px;
    line-height: 1.4rem;
    font-weight: 700;
    color: #94b9b6;
    margin: 10px 0px;
}

.tit-cont {
    font-size: 14px;
    line-height: 1.1rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.autor-cont {
    font-size: 12px;
    letter-spacing: 2px;
    color: #a89cdc;
    margin-top: 3px;
}

.sub-seccion h3 {
    color: #9388c3;
    font-size: 22px;
    line-height: 1.4rem;
    margin-top: 50px;
}

.licencias-comprar {
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 20px;
    margin: 30px 0px;
}

    .licencias-comprar .ficha-cont {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        padding: 20px;
        border-radius: 15px;
        width: 44.5%;
        margin: 2.5%;
    }

    .licencias-comprar .imagen-cont img {
        margin-bottom: 0px;
    }

.btn-comprar {
    border-radius: 25px !important;
    padding: 5px 20px;
    margin-top: 15px;
    background-color: #f3b29b;
    border: #f3b29b;
}

    .btn-comprar:hover, .btn-comprar:focus {
        border-radius: 25px !important;
        padding: 5px 20px;
        margin-top: 15px;
        background-color: #94b9b6;
        border: #94b9b6;
        box-shadow: 0 0 0 0.25rem rgb(148 145 182 / 30%);
    }

.form-buscar {
    display: block;
    margin: 50px auto 20px;
    border-bottom: 1px dashed #ccc
}

    .form-buscar .mb-3 {
        margin-bottom: 0px !important;
    }

    .form-buscar .row {
        display: flex;
        align-items: center;
    }

    .form-buscar .col-12, .form-buscar .col-4, .form-buscar .col-8, .form-buscar .col-auto {
        margin-bottom: 20px;
    }

    .form-buscar .form-check-input {
        width: 1.5em;
        height: 1.5em;
        margin-top: 0px;
    }

input#abrirEnNuevaVentana {
    display: block;
}

.form-buscar input.form-control {
    border-radius: 10px;
    background-color: #f6f8fb;
    border-color: #ebeaea;
    padding: 10px;
}

.form-buscar .form-select {
    color: #212529;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: 10px;
    background-color: #f6f8fb;
    border-color: #ebeaea;
    padding: 10px;
}

.form-control {
    border-radius: 10px;
    background-color: #fff;
    border-color: #d9e7e8;
    padding: 10px;
}

.licencias {
    background-color: #e5f3f4;
    border-radius: 20px;
    padding: 10px 30px 30px 30px;
    margin: 20px 0px 20px 0px;
}

    .licencias h3 {
        margin: 20px 0px 0px 20px;
        font-size: 1.2rem;
        border-bottom: 1px dashed #333;
        padding-bottom: 10px;
    }

.licencias-colegio {
    background-color: #e5f3f4;
    border-radius: 20px;
    padding: 30px;
    margin: 10px 0px 20px 0px;
}

.tit-lista-lic {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 1.1em;
}

.datos-lic {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.licencias-colegio .datos-lic {
    background-color: #fff;
    box-shadow: none;
    padding: 5px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.nombre-lic {
    font-weight: 700;
}

.cod-lic {
    text-align: right;
}

.num-lic {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 10px 0px;
    display: inline-block;
}

.acciones-lic {
    display: inline-block;
    margin: 4px 0px 4px 30px;
}

    .acciones-lic a {
        display: inline-block;
        margin: 0px 10px 5px 0px;
    }

a.btn-edit {
    text-decoration: none;
    color: #93c2c0;
}

    a.btn-edit i {
        margin: 0px 5px;
    }

a.btn-delete {
    text-decoration: none;
    color: #f3b29b;
}

    a.btn-delete i {
        margin: 0px 5px;
    }

.page-link {
    color: #453e74;
    background-color: rgba(255,255,255,0.5);
    border: 0px solid #dee2e6;
}

.page-item.active .page-link {
    background-color: #a89cdc;
    border-color: #a89cdc;
}

.page-item.disabled .page-link {
    color: #a89cdc;
    opacity: 0.5;
    background-color: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.2);
}

.page-link:hover {
    z-index: 2;
    color: #a89cdc;
    background-color: #fff;
    border-color: #fff;
}

.page-link:focus {
    z-index: 3;
    color: #a89cdc;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}

ul.pagination.justify-content-center {
    margin-top: 30px;
}

.table th {
    line-height: 1.2 !important;
}

table.table.table-striped.table-hover.table-sm {
    margin-bottom: 30px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgba(255,255,255,0.5);
    color: var(--bs-table-striped-color);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(255,255,255,0.5);
    color: #453e74;
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: rgba(148,185,182,0.5);
    color: #453e74;
}

    .table-hover > tbody > tr:hover > * {
        --bs-table-accent-bg: rgba(148,185,182,0.5);
        color: var(--bs-table-hover-color);
    }

.table .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
}

.tools-colegio {
    margin: 20px 0px;
}
.alert-warning {
	width: auto;
	display: inline-block;
}
/* ------------------------------------------------------ Responsive --------------------------------------------------------*/


@media (max-width:1024px) {
    .acciones-lic {
        display: inline-block;
        margin: 4px 0px 4px 0px;
    }

    .area-central {
        padding-left: 10px;
    }

    .navbar-toggler {
        display: block;
        margin: auto;
    }
}

@media (max-width:768px) {
    .ficha-cont {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        padding: 20px;
        border-radius: 15px;
        width: 23%;
        margin: 1%;
        margin-bottom: 3%;
    }

    .cod-lic {
        text-align: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width:767px) {
    .img-perfil {
        width: 50px;
        margin: 5px 15px 0px 0px;
    }

    .dropdown-toggle {
        margin-left: -40px;
    }

    .nombre-usuario {
        padding: 10px 15px 10px 35px;
        font-size: 15px;
    }

    .ficha-cont {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        padding: 15px;
        border-radius: 15px;
        width: 48%;
        margin: 1%;
        margin-bottom: 3%;
    }

    .tit-lista-lic {
        display: none;
    }

    .cod-lic {
        border-top: 1px dashed #ccc;
        padding-top: 10px;
        margin-top: 10px;
    }
}

@media (max-width:425px) {
    .cod-lic {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        border-top: 1px dashed #ccc;
        padding-top: 10px;
        margin-top: 10px;
    }
}



div.dateBlock .invalid-feedback, div.licencias .invalid-feedback, div.contenidos .invalid-feedback, .modal-body .invalid-feedback {
    display: block;
}

div.dateComponent {
    display: inline-block;
    margin-right: 5px;
}

.mainPhoto {
    position: relative;
    margin: 20px;
}

    .mainPhoto img {
        width: 50%;
        object-fit: contain;
        height: 100%;
        border-radius: 10px;
        margin: auto;
        display: block;
    }

.dropZone {
    min-height: 80px;
    background-color: #f4f4f4;
    border: 1px dotted #a4a4a4;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
}

@media (max-width: 1024px) {
    .offcanvas-collapse {
        position: fixed;
        top: 80px; /* Height of navbar */
        bottom: 0;
        left: -100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: none;
        visibility: hidden;
        background-color: transparent;
        transition: transform 0.3s ease-in-out, 0.8s ease-in-out;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            transform: translateX(100%);
        }
}

@media (max-width: 425px) {
    .offcanvas-collapse {
        top: 55px;
    }
}


/** EBLANCO */
.btn {
    margin-right: 15px;
}

    .btn i {
        margin-right: 5px;
    }

.nav.nav-tabs {
    margin-top: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    .nav-tabs .nav-link {
        border: 1px solid #e5f3f4;
        background-color: #fff;
    }

.nav-link {
    color: #9388c3;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e5f3f4;
    border-color: #e5f3f4;
}

.tab-content {
    box-sizing: content-box;
    padding: 30px 35px;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-radius: 0px 15px 15px 15px;
    background-color: #e5f3f4;
    border: 0px;
}

.modal-header {
    border-radius: 15px 15px 0 0;
}

div.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

div.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4em;
    margin-top: -4em;
}

    div.loading > .lds-dual-ring {
        display: inline-block;
        width: 80px;
        height: 80px;
    }

        div.loading > .lds-dual-ring:after {
            content: " ";
            display: block;
            width: 64px;
            height: 64px;
            margin: 8px;
            border-radius: 50%;
            border: 6px solid #fff;
            border-color: #fff transparent #fff transparent;
            animation: lds-dual-ring 1.2s linear infinite;
        }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}

@media (min-width: 1300px) {
    .modal-xl {
        max-width: 1200px;
    }
}

.grafico_accesos {
    height: 200px;
    margin-top: 30px;
}

.estadisticas_contenido .card-body,
.estadisticas_sistema .card-body {
    font-size: 40px;
    font-weight: bold;
}

.card-ok {
    background-color: #b0a6db;
    border-radius: 15px;
    border: 0px;
}

    .card-ok .card-body {
        font-size: 40px;
        font-weight: bold;
    }

    .card-ok .card-header {
        background-color: #fff;
        text-align: center;
    }


.card-ko {
    background-color: #f2bac0;
    border-radius: 15px;
    border: 0px;
}

    .card-ko .card-header {
        background-color: #fff;
        text-align: center;
    }

    .card-ko .card-body {
        font-size: 40px;
        font-weight: bold;
        color: #af535d;
    }

.lista_etapas .row:hover {
    filter: drop-shadow(6px 6px 8px #9fadaf);
}

a.btn-niveles {
    text-decoration: none;
    color: black;
    border: solid 1px gray !important;
    border-radius: 5px;
    margin-right: 5px;
    background-color: whitesmoke;
}

    a.btn-niveles i {
        margin: 0px 5px;
    }

    a.btn-niveles:hover {
        text-decoration: none;
    }

    a.btn-niveles.btn-borrarnivel {
        line-height: 19px;
    }

.checkOK {
    color: green;
}

.checkKO {
    color: red;
}

.iconoGrande {
    font-size: 20px;
}

.spinner-border {
    width: 20px;
    height: 20px;
}

.negrita {
    font-weight: bold;
}

.carga-ficheros {
    background-color: #e5f3f4;
    border-radius: 20px;
    padding: 10px 30px 30px 30px;
    margin: 20px 0px 0px 0px;
}

.pointer {
    cursor: pointer !important;
}

.notificaciones-items {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.botones_acciones {
    background-color: #9388c3;
}

    .botones_acciones .dropdown-item {
        color: white;
    }

        .botones_acciones .dropdown-item:hover {
            background-color: #565e64;
        }

        .botones_acciones .dropdown-item i.bi {
            margin-right: 10px;
        }


th.col_alumno {
    vertical-align: bottom;
    text-align: center;
}

    th.col_alumno span {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        white-space: nowrap;
    }

.titulo-informe {
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: solid 1px #453e74;
    display: inline-block;
}


