

body {
    background-image: url(../img/fondo_formato_pedidos_final.jpg);
    background-color: #ebe8e1;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

a:hover {
    text-decoration: unset;
}

.btn-link:hover {
    text-decoration: unset;
}

.logo>img {
    width: 150px;
}

.banner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.banner>img {
    width: 70vw;
}

.titulo {
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    color: #7f0000;
    font-weight: bold;
    font-size: 3rem;
    margin: 1rem;
    padding: 0;
    line-height: .85;
}

.titulo>span {
    color: #d30000;
}

.red-dark {
    background-color: #7f0000;
    padding: 3em;
    width: 70vw;
}

.red-dark label {
    color: #ffffff;
}

.yellow {
    background-color: #fecd08;
    padding: 3em;
    width: 70vw;
}

.bg-yellow {
    background-color: #fecd08;
}

.red-link {
    color: #7f0000 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.card {
    border-color: #7f0000;
    border-radius: 0;
}

.card-header {
    background: #fae384;
    border-color: #7f0000;
    padding: 0;
}

.card-body {
    padding: 0;
}

.nav-tabla {
    border-color: #7f0000 !important;
    border-style: solid;
    border-width: 1px;
    padding: 0;
}

.table {
    margin-bottom: 0;
}

thead {
    background-color: #fecd08;
}

.table thead th {
    vertical-align: bottom;
    border: 2px solid #7f0000;
        border-bottom-width: 2px;
}

.iconplus {
    display: inline-block;
    float: right;
    position: absolute;
    top: 6px;
    right: 10px;
    color: #7f0000;
}

.icondash {
    display: inline-block;
    float: right;
    position: absolute;
    top: 6px;
    right: 10px;
    color: #7f0000;
}
.t-cod {
    width: 107px;
}
.t-emb {
    width: 120px;
}
.t-iva {
    width: 79px;
}
.t-can {
    width: 125px;
}

.c-cod {
    width: 100px;
}
.c-emb {
    width: 120px;
    text-align: center;
}
.c-iva {
    width: 80px;
    text-align: center;
}
.c-can {
    width: 100px;
}

.alerta {
    border: 1px dotted #999;
    background-color: #FC6;
    font-size: 11px;
    width: 90%;
    height: auto;
    padding: 3px;
    text-align: center;
    margin-top: 3px;
    display: none;
}
.NOmostrar {display: none !important;} .mostrar {display: block !important;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

/* tables to cell*/

@media (max-width: 991.98px) {
    .titulo {
        font-size: 2rem;
        margin: 1rem;
        padding: 0;
        line-height: .85;
    }
    .banner>img {
        width: 93vw;
    }
    .logo>img {
        width: 100px;
    }
    .red-dark {
        background-color: #7f0000;
        padding: 2em;
        width: 93vw;
    }
    .yellow {
        background-color: #fecd08;
        padding: 1em;
        width: 93vw;
    }
    .table td, .table th {
        padding: .15rem;
        font-size: 11px;
    }
    .c-cod {
        width: 100px;
        font-size: 11px;
    }
    .c-nom {
        width: 270px;
    }
    input.pidio {
        width: 50px !important;
    }
}