article{
    margin: 15px;
}
article>div:first-child{
    font-size: 1.6em;
    font-weight: 400;
    margin: 20px 10px;
}
article>div:nth-child(2) , article>div:nth-child(3){
    margin: 2px 10px;
    color: #999;
}

article>div.fila{
    margin: 40px 10px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
article>div.fila>div.columna{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}


article>div.fila>a{
    min-width: 200px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    background: #337ab7;
    border: 1px solid #337ab7;
    position: relative;
}
article>div.fila>a:hover{
    background: #fff;
    color: #337ab7;
}

article>div.fila:last-child{
    justify-content: center;
}


.form-control{
    background-color: #fff;
    border: 1px solid #c2cad8;
    color: #555;
    line-height: 30px;
    padding: 5px 10px;
    border-radius: 6px;
}
select{
    width: 80px;
}
[type='search']{
    width: 145px;
}
.derecha{
    text-align: right;
}

.contenedorTabla{
    overflow-x: auto;
    overflow-y: hidden;
}
table{
    width:100%;
    border-bottom-color: #e7ecf1;
    border-bottom: 1px solid #111;
    border: 1px solid #e7ecf1;
}
table>thead{
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    border: 1px solid #e7ecf1;
}
table tr{
    min-height: 40px;
    height: 40px;
}
table>thead>tr>th{
    vertical-align: middle;
    padding: 10px 18px;
}

table > tbody > tr > td > ul > li {
    padding-bottom: 10px;
}
table td{
    padding: 8px 10px;
}
table td>a>i{
    font-size: 1.5em;
    margin: 0.1em;
}
table>tbody>tr:nth-child(odd){
    background-color: #f9f9f9;
    border: 1px solid #e7ecf1;
}

.paginacion{
    border-radius: 4px;
}
.paginacion>li{
    display: inline;
}
.paginacion>li>a{
    padding: 6px 12px;
    line-height: 1.42857;
    margin-left: -1px;
}
.red{
    color:red;
}

.fa-sort-up{
    cursor: pointer;
}
.fa-sort-down{
    cursor: pointer;
}

#proximasSalidas_mensajes , #proximasSalidas_registros {
    margin: 20px;
    float:left;
}
#proximasSalidas_paginacion {
    margin: 20px;
    float: right;
}
.actionEliminar{
    cursor: pointer;
}


/* Pantallas muy grandes  (desktops de más de 1200px de ancho) */
@media (max-width: 240577px) {

}
/*Pantallas grandes (desktops de menos de 1200px) */
@media (max-width: 1199.98px) {

}

/* Pantallas medianas (tablets de menos de 992px) */
@media (max-width: 991.98px) {
    :root {
        --max-width-section: 85%;
    }
}
/* Pantallas pequeñas (móviles en landscape de menos de 768px) */
@media (max-width: 767.98px) {
    :root {
        --max-width-section: 90%;
    }
    table{

    }
    thead{
        display:none;
    }
    tr{

    }
    tr td{ 
        display:block;
    }
    
}

/* Pantallas muy pequeñas (móviles en portrait de menos de 576px) */
@media (max-width: 575.98px) {
    article>div:first-child{
        font-size: 1em;
        font-weight: 600;
        color: #999;
    }
    :root {
        --max-width-section: 95%;
    }
}

/* Pantallas muy pequeñas (móviles en portrait de menos de 480px) */
@media (max-width: 479.98px) {
    :root {
        --max-width-section: 98%;
    }
}

/* Pantallas muy muy pequeñas (móviles en portrait de menos de 360px) */
@media (max-width: 360.98px) {
}