body {
    font-size: 14px;
    line-height: 1.52857143;
    font-family: "Source Sans Pro", sans-serif;
}

#contenedorPrincipal {
    margin-top: auto !important;
    color: #003b64;
    background-color: #f5f7fa;
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 13px rgb(0 0 0 / 25%);
    height: 100%;
}

#headerLogo {
    background-repeat: repeat-x;
    box-shadow: 0 0 13px rgb(0 0 0 / 25%);
    padding-top: 4px;
    padding-bottom: 4px;
}

.logoPrincipal {
    margin: 2px, 2px, 2px, 15px;
    height: 58px;
}

#tituloHeader {
    color: #fff;
    font-weight: bold 100;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}

#subTituloHeader {
    color: #fff;
}

#ContenedorImagenTiquet {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ImagenTiquet {
    vertical-align: middle;
    border: 0;
    overflow: clip;
    margin: auto;
    max-width: 290px;
}

#textoInformativo {
    color: #003b64;
}

#contenedorPrincipal p {
    margin: 0 0 10.5px;
}

.panel {
    margin-bottom: 21px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 1.52857143;
}

    .panel.panel-default {
        border-top-width: 3px;
        border-color: #cfdbe2;
    }

.panel-heading {
    border-bottom: 0;
    font-size: 14px;
    color: #444444;
    background-color: #ffffff;
    border-color: #cfdbe2;
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.topnavbar {
    position: relative;
    -webkit-backface-visibility: hidden;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 1050;
}

.nav-wrapper {
    position: relative;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    z-index: 10;
}

.content-wrapper {
    padding: 20px;
}

.label-danger {
    background-color: #f05050;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#ContenedorNuevaConsulta {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 0.2%;
    width: 100%;
}

.ImagenNuevaConsulta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#SendMails{
    padding: 1%;
}

#DatosReceptor{
    padding:1.5%;
}

table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-bottom: 1px solid #ccc;
}

th, td {
    padding: 7px;
}


.headerFondoTitulo {
    padding: 1%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 25%;
    padding-right: 25%;
    margin-left: -25px;
    margin-right: -25px;
}

#nombreLogo {
    height: 150px;
    padding-top: 1%;
    padding-bottom: 1%;
}
.titulosTickets {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    font-weight: bold;
}
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;

.contenedorGrid {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(200px, 2fr) auto;
    align-items: center;
    margin: 10px 0;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contenedorGrid.par {
    background-color: #f5f5f5;
}

.contenedorGrid span {
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0; /* Permite que el contenido se ajuste a su contenedor */
    max-width: 200px; /* Ajusta según sea necesario */
}

    .contenedorGrid span.numero {
        font-weight: bold;
        font-size: 1.2em;
        margin-right: 20px;
    }

    .contenedorGrid span:last-child {
        font-weight: bold;
    }

.contenedorGrid button {
 
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.titulosGrid,
.contenedorGrid {
    display: flex;
    align-items: center;
}

.titulosGrid {
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(200px, 2fr) auto;
    border-radius: 5px;
    font-weight: bold;
}

#mensajeMaximoRemisiones {
    color: red;
    text-align: center;
}

