/*Inicio estilo de los submenu*/

/*Antes de iniciar sesion el submenu se oculta*/
#menuNavbar1, #menuNavbar2
{
    display: none;
}

.row
{
    margin-bottom: 0px;
}

.btn-floating
{
    background: url('../images/iconos/icono-menu.png') no-repeat;
}

.side-nav
{
    top: 0;
    margin: 0;
    /* height: calc(100% + 40px); */
    background-color: #fff;
    overflow-y: auto; /* Deja al navegador decidir donde cortar el contenido para mostrar una barra scroll */
    will-change: transform;
}

.collection
{
    border: 0px solid #e0e0e0;
}

.collection .collection-item.avatar:not(.circle-clipper)>.circle, .collection .collection-item.avatar :not(.circle-clipper)>.circle
{
    width: 72px;
    height: 42px;
    padding: 0px;
}

@media(max-width: 1000px)
{
    .side-nav
    {
        display: none;
    }

    .container2
    {
        margin: 10px 10px 0px;
    }

    .collection .collection-item.avatar
    {
        padding-left: 70px;
    }
}

@media(min-width: 1000px)
{
    #menuNavbar2
    {
        width: 100%;
    }
    
    .container
    {
        max-width: 40%;
    }

    .side-nav
    {
        width: 15%;
        display: block;
    }

    .container2
    {
        width: 76%;
        /* margin: | Arriba | Derecha | Abajo | Izquierda */
        margin: 10px 12px 10px 17%;
    }

    #menuNavbar2
    {
        position: absolute;
    }

    .collection .collection-item.avatar
    {
        min-height: 50px;
        padding-left: 0px;
        max-width: 100%;
    }
}

/*Fin estilo de los submenu*/

/*Inicio estilo pagina de error*/

.caja {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #737373;
    max-width: 500px;
    width: 500px;
    padding: 30px 20px 50px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    /* margin: top | horizontal | bottom */
    margin: 30px auto auto;
    box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
    background: #fcfcfc;
}

.contenedor-caja 
{
    max-width: 380px;
    width: 380px;
    margin: 0 auto;
}

.caja-h1 
{
    /* margin: top-bottom | right-left */
    margin: 0 10px;
    font-size: 50px;
    text-align: center;
}

.caja-h1 span 
{
    color: #bbb;
}
  
.caja-p {
    /* margin: top | horizontal | bottom */
    margin: 1em auto auto;
}

.linea-separadora
{
    height: 2px;
    margin-bottom: 20px;
}

/*Fin estilo pagina de error*/

/*Inicio estilo de inputs y label*/
.contenedor-comprobante
{
    margin-top: 0px;
    border: 2px solid #0097a7 !important;
    padding: 0px !important;
}

.label-comprobante
{
    padding: 0px !important;
    font-weight: bold;
    color: black !important;
    font-size: 11px;
}

.input-comprobante
{
    height: 2rem !important;
    border: 2px solid #aaa !important;
    border-radius: 4px !important;
    /* outline: none !important; */
    padding: 0px 4px !important;
    box-sizing: border-box !important;
    transition: 0.3s !important;
    margin-top: 5px !important;
    font-size: 11px !important;
}

.input-comprobante:focus
{
    border-color:#0097a7 !important;
    box-shadow: 0 0 8px #0097a7 !important;
}

.input-comprobante2
{
    height: 1.7rem !important;
    border: 2px solid #aaa !important;
    border-radius: 4px !important;
    /* outline: none !important; */
    padding: 0px 4px !important;
    box-sizing: border-box !important;
    transition: 0.3s !important;
    margin-top: 5px !important;
    font-size: 11px !important;
    text-align: right !important;
}

.input-comprobante2:focus
{
    border-color:#0097a7 !important;
    box-shadow: 0 0 8px #0097a7 !important;
}

.contenedor-label-comprobante
{
    margin-top: 7px !important;
    line-height: 0.8 !important;
    height: 35px !important;
    text-align: right !important;
}

.h5-comprobante
{
    margin: 0px !important;
    padding-bottom: 5px !important;
    color: white !important;
    text-align: center !important;
}

.p-cabecera-comprobante
{
    margin-top: 0px !important;
    text-align: center !important;
    font-weight: bold;
    font-size: 12px;
}

.p-cuerpo-comprobante
{
    
    font-size: 11px;
    text-align: center !important;
}

.p-cuerpo-comprobante2
{
    font-size: 11px;
}

.margen-boton
{
    margin-top: 5px;
    margin-bottom: 9px;
    margin-left: 4px;
    margin-right: 4px;
}
/*Fin estilo de inputs y label*/

/*Inicio de los estilos de la tabla*/

.tabla
{
    border: 1px solid;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

.tabla td
{
    border: 1px solid;
    border-color:#263238;
    text-align: center;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}

.tabla th
{
    border: 1px solid;
    background-color: #00695c;
    border-radius: 0px;
    border-color:#263238;
    color: white;
    
}

.tabla tr:nth-child(even){
	background-color: #ddd;
}
/*Fin de los estilos de la tabla*/