*{margin: 0%; padding: 0%; box-sizing: border-box;}
body {background-color: aliceblue;}
h1 {text-align: center; font-family: 'Rammetto One', cursive;}


/* Tags */

/* ID's */
#caja_modificar_gastos{
    background-color: white;
    border: 2px solid gold;
    display: none;
    margin: auto;
    margin-left: 10%;
    position: fixed;
    top: 20vh;
    width: 80%;
    z-index: 15;
}
#calendario_gastos{
    border: 2px solid black;
    border-collapse: collapse;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 80vh;
    min-height: 400px;
}
#calendario_gastos td,#calendario_gastos th{
    border: 1px solid gray;  
    width: 12vw;
}
#calendario_gastos td{
    border-bottom: 2px solid black;
    padding: 0 2px 0 2px;
    vertical-align: top;
}
#calendario_gastos th{
    padding: 2px;
    border-bottom: 2px solid black;
}
#calendario_gastos tr{
    background-color: white;
    min-height: 400px;
}
#waiting_loading{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
/* Clases */
.caja_confirmar{
    background-color: white;
    border: 2px double gold;
    margin: auto;
    padding: 10px 5px 10px 5px;
    position: relative;
    top: 20vh;
    width: fit-content;
}
.caja_confirmar button{
    font-size:1.5em;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}
.caja_confirmar h2{
    font-size: 2.3em;
    margin-bottom: 10px;
}
.details_yellow{
    border: 2px double gold;
    margin-bottom: 5px;
}
.details_yellow summary{
    border: 2px double gold;
    font-size: 2em;
    font-weight: bolder;
}
.div_apoyo_calendario h2{
    /* vertical-align: middle; */
    font-size: 1.2em;
    text-align: center;
}
.div_oferta{
    background-color: rgb(238, 207, 160);
    border: 1px solid black;
    height: 150px;
    overflow: scroll;
    width: 150px;
}
.nav_arriba {
    display: flex;
    width: 100%;
    border-bottom: 5px solid black;
}
.nav_arriba div{
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid black;
    border-bottom: 0px solid black;
    cursor: pointer;
}
.nav_boton{
    background-color: rgb(0, 153, 203);
}
.nav_boton_selected{
    background-color: rgb(0, 200, 81)
}
.oscuridad{
    background-color: rgba(0, 0, 0, 0.514);
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.pisos_inserts{
    display: flex;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.small_input{
    width: 60px;
}
.span_eliminar{
    display: flex;
    color: red;
    cursor: pointer;
    font-size: 2em;
    margin: auto;
    text-align: center;
    width: fit-content;
}
.tabla_verde{
    border: 2px solid black;
    border-collapse: collapse;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}
.tabla_verde td,.tabla_verde th{
    border: 1px solid gray;
    padding: 2px;
}
.tabla_verde th{
    background-color: #4CAF50;
    border-bottom: 2px solid black;
    color: white;
}
.tabla_verde tr{
    background-color: white;
}
.tabla_verde tr:nth-child(even) {
    background-color: #f2f2f2;
}
.titular_calendario{
    text-align: center;
}
.unidad_lab_inp{
    margin-bottom: 5px;
    margin-right: 10px;
}




    /* MOVIL */

    @media only screen and (max-width: 800px) {
        .pisos_inserts {
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 0px;
        }
      }