@charset "utf-8";


@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
    table {
           width:100%;
       }

    .tableResponsive table, .tableResponsive thead, .tableResponsive tbody, .tableResponsive th, .tableResponsive td, .tableResponsive tr {
        display: block;
    }
    
    .tableResponsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        border-top: none;
    }
    
    .tableResponsive tbody tr {
        background: #fff;
        padding: 20px;
        border-radius: 2px;
        box-shadow: 1px 1px 2px #dcdcdc;
        border: none;
        margin-bottom: 10px;
    }
    
    .tableResponsive td {
        border: none;
        position: relative;
        padding-left: 40% !important;
    }
    
    .informacionDependencia.tableResponsive td:nth-of-type(1):before{
        content: "Fecha";
    }
    
    .informacionDependencia.tableResponsive td:nth-of-type(2):before{
        content: "Nombre";
    }
    
    .informacionDependencia.tableResponsive td:nth-of-type(3):before{
        content: "Base";
    }
    
    .informacionDependencia.tableResponsive td:nth-of-type(4):before{
        content: "Dependencia";
    }
    
    #contenedor_usuarios.tableResponsive td:nth-of-type(1):before {
        content: "Nombre";
    }
    
    #contenedor_usuarios.tableResponsive td:nth-of-type(2):before {
        content: "Correo";
    }
    
    table#table_lista_usuarios .td_nombres:before {
        content: "Nombres";
        
    }
    table#table_lista_usuarios .td_correo:before {
        content: "Correo";
    }
    
    #contenedor_usuarios .tableResponsive td {
         padding-left: 30% !important;
    }
    
    .table td:before {
        position: absolute;
        top: 0px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
    }
    
    #contenedor_novedades, #contenedor_usuarios, #contenedor_reporte {
        padding: 0;
    }

div#contenedor {
    margin-left: 0;
}

a#btn_filtrar {
    width: 100%;
}

select#filtro_novedades {
    width: 100%;
}

div#filtro_fecha {
    width: 100%;
}

.campo2 {
    width: 100% !important;
    margin-bottom: 10px;
}


input#filtro_texto {
    width: 100%;
}

div#contenedor_complemento_filtro {
    width: 100%;
}

.div_login {
    width: 100%;
}

.mostrar_menu {
    left: 0 !important;
}

.mover_contenedor {
    left: 220px !important;
    transition: 0.5s;
}

div#barra_superior {
    padding-left: 0;
}

aside#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    left: -220px;
    transition: 0.5s;
    box-shadow: unset;
}

.popup {
    min-width: unset;
    left: 0;
    width: 100%;
}

#ic_menu{
    display: block !important;
    float: left;
    font-size: 26px;
    margin-left: 10px;
}
#btn_svg_cerrar_menu{
    display: block !important;
}

}


