.ruta_a
{
    margin: 0; 
    border-radius: 0;    
    padding: 10px 15px;
}

.item_a
{
    margin-bottom: 10px;
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;    
    table-layout:fixed;
    color: #333;
}

.text-important {
    color: #dd4b39 !important;
}

.item_a:hover
{
    background-color: #f1f1f1;
}

.logo_a
{
    display: table-cell;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;   
}


.blue{
    color: #84a8fc;
}


.contenido_a
{
    display: table-cell;
    height: 50px;
    width: auto;
    vertical-align: middle;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    text-overflow: ellipsis;
}

.nombre_a
{
    font-weight: bold;
    white-space: nowrap;
}

.texto_a
{
    display: table;
    width: 100%;
}

.fecha_a
{
    font-size: 11px;
    line-height: 11px;
    display: table-cell;
    vertical-align: middle;
}

.tipo_a
{
    float: right;
    font-size: 11px;
    line-height: 11px;
    display: table-cell;
    vertical-align: middle;
}

.subir_a
{
    padding: 3px 10px;
    text-align: right;
}

.banner_a
{
    background-color: #f5f5f5;
}

.exus_a
{
    display: inline-block;
    min-width: 60px;
}

.cantidad_a
{
    display: inline-block;
    font-weight: bolder;
    padding-right: 5px;
}

.contenedor_a
{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.archivo_f
{
    padding: 15px 15px 0 15px;
}

.archivo_f > input
{
    width: 100%;
    background-color: #efefef;
}


.upload_list_a
{    
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.upload_list_a > li
{    
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.upload_list_a > li:last-of-type {
    border-bottom: none;
}

.upload_item_a
{
    padding: 10px;
    display: table;
    width: 100%;    
    table-layout:fixed;
}

.upload_icono_a
{
    display: table-cell;
    vertical-align: top;
    font-size: 25px;
    width: 35px;
    text-align: center;
}

.upload_contenido
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.upload_aux
{
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 5px;
}

.texto_upload_a
{
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;

}

.texto_upload_b
{
    display: table-cell;
    vertical-align: middle;
    width: 25px;
    text-align: right;
}

.texto_upload_c
{
    display: table-cell;
    vertical-align: middle;
    width: 65px;
    text-align: right;
}


.progress_a
{
    margin-bottom: 5px;
}

.item_s
{
    position: relative;
}

.drop_a
{
    width: 100%;
    position: absolute;
    top: 49px;
    z-index: 2;
    display: none;
}

.drop_a.activo
{
    display: block !important;
}

.drop_cont
{    
    border: 1px solid #f1f1f1;
    border-radius: 0 0 3px 3px;    
    background-color: #fff;
}

.drop_a_cont
{
    padding: 5px 10px;   
}

.drop_a_cont:hover
{
   background-color: #f1f1f1;     
}

#aux_file
{
    text-align: center;
    font-size: 85px;
}

@media (min-width: 768px)
{
    .modal-sm {
        width: 400px;
    }
}
