*{
    font-family: 'Roboto', sans-serif;
}
#header{
    margin-bottom: 4em;
    background-size: cover;
}
#logo{
    position: absolute;
    top: 0;
}
h2{
    color: #FF5158;
}
span.titulo{
    color: #FF5158;
}
#contOpcionesHome{
    margin-top: 2em;
}
#contOpcionesHome a{
    text-decoration: none;
}
#contBotonHome{
    margin-top: 2em;
}
#contBotonHome a{
    width: 100%;
}
.colorCiclo{
    width: 2em;
    height: 2em;
    border-radius: 50%;
}
.badge.asistio{
    background-color: rgb(7, 188, 67);
}
.badge.noAsistio{
    background-color: rgb(146, 146, 146);
}
.badge.activa{
    background-color: rgb(54, 162, 235);
}
.badge.cancelada{
    background-color: rgb(255, 99, 132);
}

.badge.noGestionada{
    background-color: rgb(255, 47, 3);
}
#contOpcionesHome .opcion{
    color: #0A1F44;
    text-align: center;
    border-radius: 10px;
    box-shadow: 3px 3px 13px -5px #4b5477;
    padding: 3em 0;
}
.cajaSombra{
    color: #0A1F44;
    text-align: center;
    border-radius: 10px;
    box-shadow: 3px 3px 13px -5px #4b5477;
    padding: 1em;
}
#diaPicker{
    border: 1px solid #DB4954;
    border-radius: 4px;
    display: block;
    padding: 4px;
}
#flechitaDia {
    color: #4b5477;
    position: relative;
    left: 12px;
    bottom: 5px;
}
.btn-primary{
    background: rgb(255,107,130);
    background: linear-gradient(0deg, rgba(255,107,130,1) 0%, rgba(255,81,88,1) 100%);
    border-color: #FF5158;
}
.btn-primary:hover{
    background-color: #DB4954;
    border-color: #DB4954;
}
.btn-primary.disabled, .btn-primary:disabled{
    background: #D3D3D3;
    border-color: #AEAEAF;
}

.btn-info{
    color: white;
    background: rgb(145,107,255);
    background: linear-gradient(0deg, rgba(145,107,255,1) 0%, rgba(81,104,255,1) 100%);
    border-color: rgb(145,107,255);
}
.btn-info:hover{
    color: white;
    background: linear-gradient(0deg, rgba(145,107,255,1) 0%, rgba(81,104,255,1) 100%);
    border-color: rgb(145,107,255)
}

.navbar-dark .navbar-nav .nav-link{
    color: #0E0E0E;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: black;
}
.menu-link img{
    filter: brightness(0%);
    height: 26px;
    position: relative;
    top: -2px;
    left: -2px;
}
.navbar-dark .navbar-nav .menu-link a::after{
    content: '';
    width: 1px;
    background-color: white;
    height: 25px;
    display: block;
    float: right;
    margin-left: 16px;
}
.navbar-dark .navbar-nav .menu-link a img{
    position: relative;
    top: -3px;
}
#contUser {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.3em;
}
#contUser .izq, #contUser .der{
    float: left;
}
#contUser .izq img{
    width: 50px;
    margin-right: 2px;
}
#contUser .der .nombre{
    color: white;
    font-weight: bold;
}
#contUser .der .cedula{
    color: white;
}
#footer{
    margin-top: 3em;
}
#footer p{
    color: #898989
}
#banner{
    background-color: #C6C6C6;
}
#contLogin{
    background-color: white;
    margin-top: -5em;
    border-radius: 1em;
    margin-bottom: 1em;
}
#contLogin a{
    color: #DB4954;
    cursor: pointer;
}
#login-form .input-small{
    width: 15em;
    border: #BCC5E3 solid 1px;
    background-color: white;
    border-radius: 5px;
    height: 2.5em;
    margin-bottom: 0.5em;
    padding-left: 5px;
}
#login-form .login-button{
    width: 15em;
}
#calendar .fc-toolbar-title, 
#calendar2 .fc-toolbar-title {
    text-transform: capitalize;
    color: #0A1F44;
}
#calendar .fc-header-toolbar .fc-button{
    background-color: transparent;
    color: #8A94A6;
    border:none;
}
#calendar .fc-theme-standard .fc-scrollgrid,
#calendar .fc-theme-standard td, #calendar .fc-theme-standard th{
    border: none !important;
}
#calendar .fc-col-header-cell-cushion{
    color: #0A1F44;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
#calendar .fc-daygrid-day-top{
    text-align: center;
    flex-direction: column !important;
}
#calendar .fc-daygrid-day-number{
    color: #0A1F44;
    
    text-decoration: none;
}
#calendar, #calendar2{
    height: 450px;
}
#calendar .fc-event-time,
#calendar .fc-daygrid-dot-event .fc-event-title{
    display: none;
}
#calendar .fc-daygrid-event-dot{
    margin: 0 auto;
}
#listaHoras{
    margin: 0;
    padding: 0;
    height: 500px;
    overflow: auto;
    padding-right: 1em;
}
#listaHoras li {
    cursor: pointer;
    text-align: left;
    text-transform: capitalize;
    color: #192445;
    border-bottom: 1px solid #F0F1F3;
    padding: .4em;
    list-style: none;
    font-weight: bold;
}
#listaHoras .fechaOriginal{
    display: none;
}
#listaHoras .horaDia, #listaHoras .icono{
    float: right;
}
#listaHoras .bloquearHora {
    color: #FF5158;
    font-weight: lighter;
    text-align: right;
    margin-right: 20px;
}
.bloquearDia{
    color: #FF5158;
    cursor: pointer;
    float: right;
}

#listaHoras .desbloquearHora {
    color: #D3D3D3;
    font-weight: lighter;
    text-align: right;
    margin-right: 20px;
}

#listaHoras .horaDisponible {
    color: #8B92A3;
    font-weight: lighter;
    text-align: right;
    margin-right: 20px;
}

.fechaBloqueada{
    color: #FF5158;
    font-size: 10px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.fechaDesbloqueada{
    color: #8FFF98;
    font-size: 10px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
#listaHoras .icono{
    color: #8B92A3;
    margin-left: 10px;
}

#detallesCita #fechaCita{
    color: #8B92A3;
}

#detallesCita #horaCita{
    color: #FF5158;
    font-weight: bold;
}

#detallesCita #occCita{
    color: #192445;
    font-weight: bold;
}
.opcionesCita{
    color: #FF5158;
}
.opcionesCita div, .fc-daygrid-day{
    cursor: pointer;
}
.opcionesCita .link-cita{
    color: #FF5158;
    text-decoration: none;
}
.addeventatc {
    background-image: none !important;
    color: #FF5158 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.subtitulo{
    color: #878787;
    font-size: 20px;
}
.detallesCitaLista{
    border-bottom: 1.3px solid #D3D3D3;
}
.detallesCitaLista .diaCita{
    color: #1D2A4D;
    font-size: 28px;
    text-align: right;
}

.detallesCitaLista .fechaCita{
    color: #8B92A3;
    font-size: 16px;
}
.detallesCitaLista .cicloCita{
    color: #FF5158;
    font-size: 20px;
}
.detallesCitaLista .horaCita{
    color: #000000;
    font-size: 20px;
}
.detallesCitaLista .aclaracion{
    color: #878787;
    font-size: 10px;
}
.detallesCitaLista .opcion{
    color: #8B92A3;
    font-size: 12px;
    text-decoration: none;
}
.detallesCitaLista .opcion:hover{
    color: #FF5158;
}

.cursonPointer{
    cursor: pointer;
}

#detallesOdo div{
    color: #8B92A3;
}
.asistencia{
    font-weight: bold;
    font-size: 15px;
    color: #878787;
}
#contChart, #contChart2{
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
#detallesCita .link{
    color: #DB4954;
    cursor: pointer;
}
.navbar-brand{
    margin-left: 3em;
}
#form-login-remember{
    margin-top: 0.5em;
}
.banneritem a img{
    max-width: 100%;
    height: auto;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    min-height: auto;
}
.fas.verde{
    color: #02FF94;
}
.fas.rojo{
    color: #FF5158;
}
.imgOdo{
    width: 100px;
    height: 100px;
}
.btn-cerrar{
    margin-top: -9px;
}
@media (max-width: 575.98px) {
    .menu-link {
        text-align: left;
        margin: 1em 0 0 0;
    }
    .dropdown {
        text-align: left;
    }
    #header{
        margin-bottom: 0.5em;
        background-size: cover;
        background-position: center;
    }
    .navbar-brand{
        margin-left: 1em;
    }
    .fc .fc-toolbar-title{
        font-size: 1em;
    }
    #logo{
        height: 2.8em;
    }
    .navbar-dark .navbar-nav .menu-link a::after{
        display: none;
    }
    .horaDia{
        float: left !important;
        margin-left: 1em;
    }
    .detallesCitaLista .diaCita{
        float: left;
    }
    .opcionEditarCancelar {
        float: left;
        width: 50%;
    }
}