/*Página de envíos*/

table.envios {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-width: 0;
    border-color: #ffcc00;
    border-style: dotted;
    color: #000;
    font-size: 16px;
    text-align: center;
}


table.envios td, table.envios th {
    padding: 10px;
    font-weight: bold;
}
table.envios tbody td:first-child {
    border-width: 0;
}
table.envios tbody td{
    border-width: 1px;
    border-color: #275288;
    border-style: dotted;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}

table.envios thead,
table.envios tbody tr td:first-child{
    background-color: #000000;
    color:#fff;
    border-bottom: 1px dotted #ccc;
}
table.envios thead tr th {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 15px 5px;
}

table.envios tfoot {
    background-color: #ff4400;
}

table.envios tfoot tr td {
    padding: 15px 5px;
}
table.envios tbody tr:nth-child(even) {
    background: #8EB4E3
}
table.envios tbody tr:nth-child(odd) {
}
table.envios th.icon {
    background-color: #ff4400;
    padding:0;
}
table.envios th.icon img {
}
@media (max-width: 992px){
    table.envios {
        font-size: 10px;

    }
    table.envios thead tr th {
        font-size: 10px;
        padding: 15px 3px;
    }
}


