body{
    overflow-y: hidden;
}
.modal {
    width: 95% !important;
    max-width: 95% !important;
    height: 85% !important;
    max-height: 85% !important;
    top: 30px !important;

}
#login_background{
    background-image: url('/img/fondo_login.jfif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#login_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Ajusta el valor alfa (0.5) según tus necesidades */
    z-index: 1; /* Asegúrate de que el pseudo-elemento esté por encima de la imagen */
}
span.text_link {
    position: relative;
    bottom: 6px;
    left: 5px;
}
.login{
    position: relative;
    background-color: white;
    margin-top: 50px;
    border-radius: 3px;
    padding:50px !important;
    z-index: 2;
}
.columna{
    padding: 0px !important;
    background-color: #a3a3a3;
}
nav{
    background-color: #4fa9d6 !important;
    color: white !important;
}
.collection{
    background-color: #a3a3a3 !important;
    border: 0px !important;
}
.collection-item{
    background-color: #a3a3a3 !important;
    border: 0px !important;
}
.collection-item:hover{
    background-color: #4fa9d6 !important;
    color: white !important;
}
.active{
    color: #18a7ee !important;
    background-color: white !important;
}
.collection-item a{
    color: white !important;
}
a.btn-floating.btn-large.waves-effect.waves-light.red.modal-trigger {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #054464;
    -webkit-box-shadow: 0 1px 0 0 #054464;
    box-shadow: 0 1px 0 0 #054464;
}
.active_menu{
    background-color: #0a91d4 !important;
    color: white !important;
}
hr{
    color: 1px solid #0a91d4  !important;
    background: 1px solid #0a91d4  !important;
    border: 1px solid #0a91d4  !important;
}
.contenido{
    height: 90.5vh !important;
    overflow-y: scroll !important;
}
.columna{
    height: 90.5vh !important;
    overflow-y: hidden !important;
}
.white-background .collection-item{
    background-color: white !important;
}
.padding{
    padding: 10px !important;
}
#calendar {
    text-align: center;
    background-color: rgba(194, 212, 230, 0.9);
}
.week {
    display: flex;
    justify-content: center;
}
.day {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #8199be;
    margin: 2px;
    text-align: center;
}
.day:hover {
    background-color: #96ebb2;
}
.empty-day{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    margin: 2px;
    text-align: center;
    background:#ccc;
}
.today {
    background-color: rgba(98, 151, 201, 0.9);
    border: 3px solid #054464;
}
span.badge {
    top: 45px;
    position: absolute;
    background-color: red;
    padding: 0px;
    border-radius: 5px;
    font-size: 10px;
    margin: 0px !important;
    line-height: 1 !important;
    height: 10px !important;
    width: 10px;
    color: white !important;
    font-weight: bold;
    max-width: 10px;
}
.alert_day{
    background-color: rgba(40, 126, 25,0.5);
}
.noscroll{
    overflow-x: hidden !important;
}
.padded{
    padding: 20px !important;
}
#stikyFotterRight{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.border-green{
    border: 1px solid #4CAF50 !important;
    background-color: #daffdb !important;
}
.border-grey{
    border: 1px solid #ccc !important;
    background-color: #f2f2f2 !important;
}
.border-red{
    border: 1px solid #f44336 !important;
    background-color: #ffe7e7 !important;
}
.etiqueta{
    border-radius: 30px !important;
    padding: 5px !important;
    font-size: 10px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.tabs .tab a:hover, .tabs .tab a.active {
    color: #054464;
}
.tabs .indicator {
    background-color: #054464;
}
.tabs .tab a {
    color: #054464;
}
.fixed{
    position: fixed !important;
    bottom: 10px !important;
    right: 10px !important;
}
#grafica_temporal{
    width: 100% !important;
    height: 300px;
}