.wp-list-table .column-id { width: 30%; }
.wp-list-table .column-numero_pedido_wp { width: 30%; }
.wp-list-table .column-codigo_nombre_app { width: 15%; }
.wp-list-table .column-nombre_estado { width: 15%; }
.wp-list-table .column-seguimiento { width: 20%;}

.cabecera_lista_precios {
    background-color: #e1e1e1;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.lista_precios {
    padding: 10px;    
    text-align: center;
}
.select-direcciones {
    width: 80%;
    overflow: hidden; 
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.select-direcciones option { 
    border: solid 1px #DDDDDD;
}

/** SECCIÓN RESUMEN PRECIO **/
#seccion_resumen_precio {
    padding: 20px;
    border: 2px solid #23282d;
    margin-bottom: 15px;
}

.resumen_titulo {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 7px;
}

.resumen_cuerpo {
    font-size: 18px !important;
    background-color: #ddd;
}

#importe_total_caja {
    background-color: #ddd;
}

#importe_total_caja .resumen_titulo {
    font-weight: 800;
}

#importe_total_caja .resumen_cuerpo {
    font-weight: 800;
}

/** SECCIÓN FECHA RECOGIDA **/
#seccion_fecha_recogida {
    padding: 20px;
    border-bottom: 2px solid #23282d;
    margin-bottom: 15px;
}

#fecha_recogida {
    height: 45px;
}

#id_d_intervalo {
    margin-bottom: 10px;
}

.caja_intervalo {
    display: flex;
}

#caja_desde {
    width: 20%;
    margin-right: 4%;
}

#caja_hasta {
    width: 20%;
}

#sel_fechaR {
    margin-bottom: 0px;
    margin-top: 15px;
}

.alinear_derecha {
 /* text-align: right;   */
}

/** SECCION DATOS MERCANCIA **/
#seccion_datos_mercancia {
    border-bottom: 2px solid #23282d;
    padding-bottom: 20px;
}

#seccion_datos_mercancia label {
    width: 100%;
    font-weight: 600;
}


/** REEMBOLSO Y SEGURO **/
#caja_seguro, #caja_reembolso {
    padding-top: 20px;
    padding-bottom: 20px;
}

/** SECCIÓN CATEGORIAS CORREOS **/
#seccion_categorias_correos {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #23282d;
}

#seccion_categorias_correos label {
    font-weight: 600;
}


/** ORDER LIST CABECERA **/
.order_list_titulo {
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

#order_list_datos_usuario {
    font-size: 20px;
    font-weight: 400;
}

.negrita {
    font-weight: 600;
}

#imagen_agencia {
    border: 2px solid #23282d;
    border-radius: 10px;
}
/** SWITCH IVA **/
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    cursor: pointer;
    margin-bottom: .75rem;
}
.switch-input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.switch-label {
    position: relative;
    display: block;
    width: 105px;
    height: inherit;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: inherit;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    background-color: #07c;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity, background;
    -moz-transition-property: opacity, background;
    -o-transition-property: opacity, background;
    transition-property: opacity, background;
    margin-left: auto;
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 12px;
    font-size: 14px;
    color: #fff;
}
.switch-label:after {
    content: attr(data-on);
    font-size: 14px;
    left: 12px;
    color: white;
    opacity: 0;
}
.switch-input:checked ~ .switch-label { background: #001B42; }
.switch-input:checked ~ .switch-label:before { opacity: 0; }
.switch-input:checked ~ .switch-label:after { opacity: 1; }
.switch-handle {
    position: absolute;
    top: 6px;
    right: 81px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    -webkit-transition: right 0.15s ease-out;
    -moz-transition: right 0.15s ease-out;
    -o-transition: right 0.15s ease-out;
    transition: right 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle { right: 6px; }