﻿@import url("Clases/ComponentesArticulos.css");
@import url("Clases/ElegirGrupoCategoria.css");
@import url("Clases/Pagos.css");
@import url("Clases/Colores.css");

@font-face {
    font-family: NeueHaasUnica-Regular;
    src: url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Regular.ttf") format("truetype"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Regular.woff") format("woff"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Regular.otf") format("opentype"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Regular.svg") format("svg");
}

@font-face {
    font-family: NeueHaasUnica-Bold;
    src: url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Bold.ttf") format("truetype"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Bold.woff") format("woff"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Bold.otf") format("opentype"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Bold.svg") format("svg");
}

@font-face {
    font-family: NeueHaasUnica-Light;
    src: url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Light.ttf") format("truetype"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Light.woff") format("woff"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Light.otf") format("opentype"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Light.svg") format("svg");
}

@font-face {
    font-family: NeueHaasUnica-Thin;
    src: url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Thin.ttf") format("truetype"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Thin.woff") format("woff"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Thin.otf") format("opentype"), url("/CSS/webfonts/NeueHaasUnica/NeueHaasUnica-Thin.svg") format("svg");
}

@font-face {
    font-family: "Simbolos";
    src: url("/CSS/symbols/Cssymb2.ttf") format("truetype");
}

body {
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #222222;
    font-size: 1rem;
    min-width: 300px;
}

header {
    width: 100%;
}

h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.875rem;
}

h2 {
    border-bottom: 1px solid #e5e4e4;
    font-size: 1.563rem;
    font-weight: 300;
    margin-top: 0 !important;
    padding-bottom: 5px;
    padding-top: 25px;
    text-align: left;
    text-transform: uppercase;
}

.footer h2 {
    border: none;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 1.7rem;
    font-weight: bold;
}

.ir-arriba {
    display: none;
    padding: 3px 9px 0px 5px;
    font-size: 1.875rem;
    color: #222;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 15px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    z-index: 99;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
}

    .ir-arriba:after {
        font-family: "FontAwesome";
    }

.print_boton_zcl {
    margin-left: 0px;
}

.print_boton_zcl1 {
    margin-left: 10px;
}

.modal-body p {
    font-size: 1rem;
}
.modal-title p {
    font-size: 1.2rem;
}
.modal-header p {margin-bottom: 0px;}
.breadcrumb2 {
    margin-bottom: 0px;
    padding-left: 0px;
}

.titulo_categoria h1 {
    font-size: 2.188rem;
    color: #222222;
    border: none;
    margin-left: 0px;
    margin-right: 15px;
    font-weight: bold;
}

.DetalleArticulo .seccion_central .titulo_categoria h1 span {
    display: none;
}

.titulo_categoria {
    font-size: 2.188rem;
    color: #222222;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
}

.img-wrap {
    width: 200px;
    height: 150px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

    .img-wrap img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
    }

.boton {
    background: #eeeeee;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 21px;
    padding: 8px 10px;
    min-width: 180px;
    color: #222222;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin: 5px;
}

    .boton i {
        font-size: 1.4em;
        position: relative;
        top: 2px;
    }

    .boton:hover {
        background-color: #d6d4d4;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        color: #222222;
    }

.boton_user {
    width: 60%;
    float: none;
    margin: auto;
}

    .boton_user input {
        border: none;
        background-color: transparent;
        font-family: NeueHaasUnica-Regular, Arial, Helvetica;
        font-size: 1.125rem;
        width: 100%;
    }

.boton_psw {
    background-image: url(/RecursosB2B/img/icon_back.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
}

.centrar_text {
    text-align: center;
}

.centrar_text_login {
    text-align: center;
    margin-bottom: 1em;
}

#Login table {
    margin: 0 auto;
    width: 60%;
}

    #Login table .tr1 {
        padding-bottom: 0px !important;
    }

    #Login table .tr2 {
        padding-bottom: 40px;
    }

.Td_Login {
    text-align: right;
    padding-right: 0px;
}

.acceso_backoffice {
    width: 60px !important;
    float: right;
    font-size: 2.188rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.abajo_login {
    font-size: 0.625rem;
    left: 15px;
    position: -webkit-sticky;
    position: fixed;
    bottom: 5px;
    display: block !important;
    height: auto;
}

    .abajo_login h1 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.625rem;
        line-height: 10px;
        width: 80px;
        margin-bottom: 0px;
    }

#Conectar {
    width: 100%;
}

#BotonesEmpresa {
    text-align: center;
}

.columna_izquierda {
    min-width: 200px;
    padding-top: 15px;
    background-color: #313848;
    height: 100vh;
}

    .columna_izquierda ul {
        padding-left: 0px;
    }

        .columna_izquierda ul li {
            list-style: none;
            margin-top: 10px;
            padding-bottom: 10px;
            padding-top: 10px;
        }

            .columna_izquierda ul li .boton {
                background: #eeeeee;
                border: 1px solid #ffffff;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                font-size: 1.063rem;
                font-weight: normal;
                line-height: 21px;
                padding: 10px;
                color: #222222;
                cursor: pointer;
                text-decoration: none !important;
                min-width: 95px;
            }

                .columna_izquierda ul li .boton:hover {
                    background-color: #d6d4d4;
                }

    .columna_izquierda .imgLogo {
        padding-left: 0px;
        padding-right: 0px;
    }

.panel_botones {
    padding-bottom: 40px;
    padding-top: 0px;
    margin-top: 0px;
}

#form1 {
    margin: auto;
    float: unset !important;
}

.inicial_logo {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

    .inicial_logo .imgLogo {
        max-width: 400px;
        max-height: 300px;
        width: 60%;
        object-fit: contain;
    }

.logo_div .imgLogo, .header_backoffice .imgLogo {
    max-width: 200px;
    max-height: 60px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

.user_name {
    padding: 10px 15px;
}
.user_name div {line-height: 10px;}

.logo_div {
    padding-top: 0px;
}

.logo_search {
}

.search-box-button {
    background-color: #f5f5f5;
    border: none;
    padding: 10px 15px;
}

    .search-box-button:hover {
        color: #222222;
    }

.Negrita {
    font-weight: bold;
}

.btnDesactivarEnter {
    height: 1px;
    cursor: default;
}

.DivDiseñoLogos {
    text-align: left;
    border: 1px solid #efefef;
    border-radius: 40px;
    padding-top: 1.7em;
    padding-left: 1em;
    padding-bottom: -11px;
    line-height: 1.8em;
    min-height: 9em;
    width: 60%;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    margin: 2em 0em 0em 0em;
}

.BtnEnviarDiseny {
    float: right;
    margin-right: 4%;
    font-size: 1.063rem;
    border-radius: 6px;
    opacity: 0.8;
}

.TextboxTraduccion {
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    padding: 4px 15px;
    margin-top: 2px;
}

.imgLogoDiseny {
    max-width: 8em;
    float: left;
    width: 100%;
    margin: 1%;
    margin-right: 3%;
}

.search_div_text {
    padding: 15px 0px 9px 5px;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-top: 0px solid #fff;
    border-bottom: 2px solid #eee;
    max-width: 175px;
}

.search-box-button i {
    padding: 0px !important;
}

.search_div_text:focus, .search_div_text:hover, .search_div_text:active {
    background-color: #FAFAFA;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-top: 0px solid #fff;
    border-bottom: 2px solid #FAFAFA;
    color: #222222;
}

.search_div_text:focus-within, .search_div_text:hover {
    background-color: #FAFAFA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cabecera_superior {
    padding-top: 0px;
    padding-left: 0px;
}

    .cabecera_superior ul li {
        display: inline-block;
        margin-top: 0px;
    }

        .cabecera_superior ul li .link {
            padding: 15px 15px 12px 15px;
            display: inline-block;
        }

    .cabecera_superior ul {
        margin-bottom: 0px;
        text-align: right;
        line-height: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.noneado {display: none!important;}

.cantidad {
    padding-left: 10px;
    padding-right: 10px;
}

.carrito, .link {
    background-color: #f5f5f5;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .link a, .carrito a, link input {
        color: #222222;
    }

        .link a:hover {
            color: #222222;
        }

        .carrito a:hover {
            color: #222222;
        }

    .link input:hover {
        color: #222222;
    }

    .link:hover, .cabecera_superior ul li a:hover {
        background-color: #FAFAFA;
    }

.resumen_botones .link, .direccion_envio .link, .boton_seguir_comprando .link {
    max-width: 260px;
    text-align: center;
    margin: auto;
    border: none;
    background-color: #1F2937;
    color: #ffffff;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    font-size: 1.063rem;
    text-transform: uppercase;
    font-weight: bold;
    width: 92%;
    line-height: 42px;
}

.continuar, .confirmar {margin-top: 20px;}

#ctl00_body_CarroVisibleLineasPedidos_PanelCarro_ctl00_lblTot {
    font-size: 1.5rem;
}

.resumen_botones .link:hover, .direccion_envio .link a:hover, .direccion_envio .link:hover, .boton_seguir_comprando .link:hover, .boton_seguir_comprando .link input:hover {
    background-color: #475568;
    color: #ffffff !important;
}

.resumen_botones .link input, .resumen_botones .link a, .direccion_envio .link a {
    max-width: 260px;
    text-align: center;
    margin: auto;
    border: none;
    background-color: transparent;
    color: #ffffff!important;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    font-size: 1.063rem;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    padding: 10px 15px 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .resumen_botones .link a:hover {
        color:#ffffff!important;
    }

    .cabecera_superior .link a {
        padding: 11px 15px 9px 15px;
        background-color: #f5f5f5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.cambiarFechaEnvio {
    background-color: transparent;
    border: none;
    text-transform: capitalize;
    padding-right: 0px;
    font-size: 1rem;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    color: #222222;
}

.fa-exchange-alt {
    font-size: 0.845em;
}

.resumen_fechas_servicio .link {
    max-width: 260px;
    text-align: center;
    margin: 15px auto;
    border: 1px solid #FAFAFA;
}

.total_fechas .resumen_fechas_servicio {
    padding-left: 0px;
    padding-right: 30px;
}

.resumen_botones i {
    font-size: 0.845em;
    position: relative;
    left: 20px;
    bottom: 1px;
}

.ref_en_precio {
    float: left;
}

.errores {
    font-size: 0.845em;
    padding: 30px 20px 20px 20px;
    text-align: center;
}

.confirmar_botones {
    float: right;
    width: 100%;
}

.confirmar_botones_final {
    margin-top: 30px;
}

.msg_pedido_generado {
    text-align: center;
    display: block;
    background-color: #A9ECE5;
    line-height: 30px;
    float: left;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 15px;
    padding: 10px 15px;
    max-width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.div_linea {
    line-height: 20px;
}

#ctl00_menu_cabecera_top {
    text-align: left;
    text-transform: uppercase;
}

    #ctl00_menu_cabecera_top div a {
        font-size: 1.8rem !important;
        font-weight: bold;
    }

.Menu_Cabecera {
    float: left;    
    width: 100%;   
}

.menu ul {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.slideshow {
    margin-top: 0px;
    margin-bottom: 75px;
}

    .slideshow img {
        width: 100%;
    }

.img_responsive {
    width: 100%;
}

.producto_individual a .imagen_producto .img_responsive {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img_responsive_estampado {
    width: 20%;
    display: inline;
    margin-right: 10px;
}

#ctl00_menu_cabecera_top div {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px 10px 15px;
    height: auto !important;
}

#ctl00_menu_cabecera_top td {
    padding: 5px;
}

#ctl00_menu_cabecera_top a:hover, #ctl00_menu_cabecera_top a:focus {
    color: #222222;
    text-decoration: none;
    background-color: #f5f5f5;
}

#ctl00_menu_cabecera_top td:hover, #ctl00_menu_cabecera_top td:focus {
    color: #222222;
    text-decoration: none;
    background-color: #f5f5f5;
}

.contenedor_productos {margin: auto;}

.caja_colores {
    width: 20px;
    min-height: 20px;
    float: left;
    margin: 0px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #999;
}

.Panel_colores {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0px 4px 8px 4px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

    .Panel_colores div {background-color:white;
    }

.lista_atributos_uno .Panel_colores:nth-of-type(n+24), .lista_atributos_uno .Panel_colores:nth-of-type(n+23) li {
    display: none;
}
.lista_atributos_uno .Panel_colores:nth-child(n+23), .lista_atributos_uno .Panel_colores:nth-child(n+23) div {
    width: 43px;
    margin-right: 0px;
    font-size: 0.92em;
}
    .lista_atributos_uno .Panel_colores:nth-child(n+23) div::after {
        background-color: #ffffff;
        width: auto;
        display: inline-block;
        position: relative;
        top: -2px;
    }

.PuntosSuspensivosColores {
    width: 20px;
    float: left;
    margin: 4px 0px 0px 2px;
}

.color_grid {
    padding-top: 20px;
}

.TodoColores .contenedor_grid .mini_con_grid .color_grid {
    padding-top: 19px;
    padding-left:10px;
    width: 100px;
}

.visor_panel_tallas_colores .TodoColores:nth-child(odd) {background-color: #f7f7f7;}
.visor_panel_tallas_colores .TodoColores:nth-child(even) {background-color: #ffffff;}

.zonaTallaArticulo {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
}

.descripcion_producto {
    text-align: left; 
    margin-top: 10px;
    /* min-height: 47px; */
    font-size: 1.1rem;
    padding-right: 0px;
}

    .descripcion_producto span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 45px;
        line-height: 21px;
        text-align: left;
    }

    .descripcion_producto span:hover {
        color: #222222;
        cursor: pointer;
    }

    .descripcion_producto div span {
        line-height: 22px;
    }

.lista_colores {
    text-align: center;
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 3px 0px 12px;
    height: 70px;
    margin-top: 10px;
    width: 100%;
}

.atributos_producto {
    text-align: center;
    float: left;
    width: 100%;
    margin: auto;
}

.producto_individual .precio_producto span {   
    display: block ruby;
    font-weight: 700;
}

.precios_auxiliares_dtos {
    float: right;
    display: flex;
    padding-top: 5px;
}

.detalles_articulo {
    display: none;
}

.precio_producto {
    text-align: right;
    margin-top: 10px;
    padding-left: 0px;
    color: #222222;
    min-height: 25px;
    float: right;
}

.referencia {
    float: right;
}

    .referencia span {
        font-size: 1.5rem !important;
    }

.producto_individual {
    margin-bottom: 10px;
    padding: 0px 5px;
    font-size: 1.6rem 
}

.si_mostrar_img img {
    display: block;
}

.no_mostrar_img img {
    display: none;
}

.no_mostrar_img {
    min-height: 0px;
    border: 2px solid #bfbfbf;
    padding: 0px 10px;
}

    .no_mostrar_img .descripcion_producto {
        float: left;
        min-width: 440px;
        min-height: 0px;
        text-align: left;
    }

    .no_mostrar_img .precio_producto {
        text-align: right;
        margin-top: 9px;
        width: auto;
        float: right;
        min-width: 90px;
    }

    .no_mostrar_img .atributos_producto {
        min-height: 0px;
        margin-right: 0px;
        min-width: 105px;
    }

.contenedor_productos .no_mostrar_img:hover {
    background-color: #f5f5f5;
}

.no_mostrar_img .lista_colores {
    height: auto;
    float: right;
    text-align: right;
    display: block;
    margin-bottom: 0px;
}

.no_mostrar_img .banda_pedido {
    transform: rotate(0deg);
    top: -8px;
    left: 4px;
    color: red;
    font-size: 1.1rem;
}

    .no_mostrar_img .banda_pedido p {
        padding: 0px;
    }

.footer {
    margin-top: 20px;
    padding-top:20px;
    background-color: #fafafa;
    color: #222222;
}

.footer_ul {
    list-style: none;
    color: #222222;
}
    .footer_ul ul {padding-left:30px;}
    .footer_ul a {
        color: #222222;
    }

.msg_superado_stock {
    position: absolute;
}

.stm_design {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.2rem;
}

    .stm_design a:hover {
        color: #222222 !important;
    }

.footer_span_margin {
    margin-left: 30px;
}

.footer i {
    width: 30px;
}

.stm_design a {
    color: #222222;
}

.paginador, .paginador_resumen {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 3em;
}

.paginador, .paginas_total, .paginas_totales {
    font-size: 0.875rem;
}

    .paginador .fas, .paginador_resumen .fas {
        width: 30px;
        height: 30px;
    }

.paginas_totales {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.paginas_total {
    text-align: center;
    float: left;
    width: 100%;
    height: 30px;
}

    .paginas_total table {
        margin: auto;
    }

.pagina_actual {
    border: 1px solid #666666;
}

.footer_bloque_0, .footer_bloque_1, .footer_bloque_2 {
    padding: 10px 0px 0px 0px;
}

.producto_columna_izquierda {
    display: block;
}

.vista_producto {
    float: unset;
    margin-top: 0px;
    padding: 0px 0px 25px 0px;
    margin: auto;
}
.visor_colores {margin-top: 60px;}
.producto_descripcion div div {
    height: 28px;
    float: right;
}
    .vista_producto .producto_descripcion {
        padding-top: 0px;
        line-height: 30px;
    }

        .vista_producto .producto_descripcion span, .producto_precio span {
            font-size: 2rem;
            color: #222222;
        }

.vista_productoRel {
    float: left;
    text-align: center;
    padding: 0px 0px 25px 0px;
}

    .vista_productoRel .producto_descripcion {
        border-top: 1px solid #e5e4e4;
        padding-top: 18px;
    }

        .vista_productoRel .producto_descripcion span, .producto_precio span {
            font-size: 2.188rem;
            color: #222222;
        }

.producto_descripcion_desglosado {
    padding-top: 10px;
    font-size: 1.2em;
    color: #222222;
    display: block;
    text-decoration: underline;
    margin-bottom: 15px;
}

.mini_con_grid_Desglosado {
    margin-top: 10px;
}

.top_atributs {
    width: 100%;
    padding-left: 70px;
    text-align: center;
}

    .top_atributs ul {
        padding: 0px;
    }

        .top_atributs ul li {
            list-style: none;
            display: inline-block;
            width: 35px;
            text-align: center;
        }

            .top_atributs ul li span {
                font-size: 0.7em;
            }

.color_grid {
    float: left;
    text-align: left;
    width: 70px;
}

.contenedor_grid {
    text-align: center;
    display: inline-flex;
    width: 100%;
}

.tallas_grid {
    float: left;
}

.tono_color {
    height: 30px;
    width: 45px;
    border: 2px solid #919191;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.contenedor_grid .mini_con_grid .color_grid .tono_color {
    margin-top: 0px;
}

.tono_color_img:hover {
    transform: scale(12, 12) translateX(-17px);
}

.tono_color_img {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.mini_con_grid {
    display: flex;
}

.tallas_grid input {
    width: 46px;
    text-align: center;
    padding: 0px;
    height: 28px;
}

.producto_columna_derecha .producto_precio {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 45%;
    height: 25px;
}

.producto_columna_derecha_desglosado {
    margin-left: 22%;
}

.una_combi {
    display: inline-grid;
}

    .una_combi input:hover, .una_combi input:focus, .una_combi input:active, .una_combi input:focus-visible {
        border: 2px solid #999999 !important;
        background-color: #eeeeee;
        padding: 0px;
        height: 28px;
        font-weight: bold;
    }

.tallas_grid .una_combi .una_combi input {
    padding: 0px;
    height: 26px;
    font-weight: bold;
}

.nombre_color {
    font-size: 0.75rem;
    text-align: left;
    float: left;
    word-break: break-word;
    line-height: 15px;
    padding-top: 1px;
}

.mini_datos, .mini_datos_comboBox {
    font-size: 0.75rem;
    text-align: right;
    margin-right: 5px;
    vertical-align:middle;
}

.mini_datos_arriba {
    text-align: center;
    font-weight: bold;
}

.mini_mostrar_stock {
    line-height: 10px;
    margin-top: 0px;
    text-align: center;
}
    .mini_mostrar_stock span {float:right;}

    .producto_detalles p {
        margin: 0px 20px 0px 20px;
    }

.producto_detalles {
    margin: 20px 0px;
    padding: 20px 0px;
    float: right;
    border-top: 1px solid #e5e4e4;
}

.boton_add_carrito {
    padding: 20px 0px 37px 0px;
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .boton_add_carrito input {
        padding: 10px 20px 10px 20px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 1rem;
        font-weight: bold;
        color: #ffffff;
        background-color: #1F2937;
        font-family: NeueHaasUnica-Regular, Arial, Helvetica;
        float: right;
    }

.boton_add_carrito_especial {
    text-align: center;
    padding: 0px 0px 37px 0px;
    width: 100%;
    float: left;
}

    .boton_add_carrito_especial input {
        padding: 10px 100px;
        text-transform: uppercase;
        border: 1px solid #FAFAFA;
        margin-bottom: 10px;
    }

.descripciones {
    margin: 0px 0px 40px 0px;
    font-size: 0.75em;
}

.una_linea_img {        
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 285px;
}

    .una_linea_img img {       
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.una_linea_img_Estampado {
    max-width: 80px;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

    .una_linea_img_Estampado img {
        max-width: 80px;
        padding: 10px 10px 10px 0px;
    }

.una_linea_tallas input {
    width: 100%;
    text-align: right;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    border: 1px solid #f5f5f5 !important;
    font-size: 0.875rem;
    height: 32px;
    padding-right: 5px;
}

    .una_linea_tallas input:focus {
        border: 1px solid #f5f5f5 !important;
    }

.th1, .th2, .td1, .td2, .td3, .td4 {
    float: left;
    margin-top: -2px;
    width: 80px;
}
.una_talla .th1, .una_talla .td1, .una_talla .td3 {
    float: none;
}
.una_talla {
    float: left;
    margin-top: -2px;
    width: auto;
}

.th1 {
    background-color: #FAFAFA;
    text-align: center !important;
    text-transform: uppercase;
    border: 1px solid #e5e4e4;
    margin-top: 2px;
    font-size: 0.875rem;
}

.una_talla div span {
    height: 28px;
    display: block;
    padding-top: 1px;
}

.columna_totales {
    float: right;
    width: 100%;
    margin-top: 1px;
}

    .columna_totales .total {
        width: 100%;
        text-align: right;
        float: left;
        border: 1px solid #e5e4e4;
        padding: 2px 5px 2px 5px;
        margin-top: -1px;
    }

.seguir_comprando {
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 10px 15px;    
}

.Volver_Crear_CentroEnvio .seguir_comprando {
    text-align: center; 
    padding: 0px;
}
.seguir_comprando input {
    text-align: center;
    color: #ffffff!important;
    font-size: 1.063rem;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    border: 0px;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
}
.div_clientes_zona_representantes_span {
    line-height: 40px;
    padding: 10px 0px 10px 15px;
    text-transform: capitalize;
}
    .seguir_comprando a {text-transform: capitalize;}

.texto_confirmar {
    margin-bottom: 40px;
    text-align: center;
}

.confirmar_pedido {
    float: left;
    margin-top: 100px;
    margin-bottom: 200px;
}

.num_pedido {
    color: #222222;
}

.banda_pedido {
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    background-color: #ffffff;
    left: 0px;
}

    .banda_pedido p {
        padding: 0px 15px 0px 15px;
        margin: 0;
        text-transform: uppercase;
    }

@media (min-width: 1px) and (max-width: 465px) {
    .stuck-header .cabecera_superior {
        width: 100% !important;
    }    
}

@media (max-width: 550px) {
    #Login table {
        width: 80%;
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .stuck-header .cabecera_superior ul li .search_div a, .stuck-header .cabecera_superior .link a {
        padding: 0px 5px 0px 5px;
        background-color: #ffffff;
    }

    .stuck-header .cabecera_superior .link {
        background-color: #ffffff;
    }

        .stuck-header .cabecera_superior .link a .cantidad {
            padding-left: 0px;
            padding-right: 0px;
        }

    .stuck-header .cabecera_superior .carrito a {
        padding-right: 0px !important;
    }

    .user_name {
        width: 100%;
    }

    .search_div_text {
        padding: 15px 0px 4px 5px;
    }
}


@media (min-width: 768px) {
    .container {
        width: 100%;
    }    
}

@media (max-width: 992px) {
    .cabecera_superior .texto_ocultable {
        display: none;
    }
    .cantidad {padding-right: 0px;
               padding-left: 5px;
    }
    .cabecera_superior .link a {
        padding: 11px 10px 9px 10px;
    }
    .cabecera_superior ul li i {
        padding: 0px 0px 0px 0px;
    }
}

@media (min-width: 992px) {
    .cabecera_superior ul li i {
        padding: 0px 10px 0px 0px;
    }
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .form1{
        min-width: 745px;       
    }
}


@media (max-width: 1300px) {
    .cabecera_superior ul .user_name {
        padding: 0px 10px 0px 10px;
    }

    .cabecera_superior ul .link, .cabecera_superior ul .li_search {
        margin-top: 0px;
    }
}

@media (max-width: 1364px){
    .div_sup_buscar_lupa .buscar_span {display:none;}
}
@media (min-width: 1365px) {
    .cabecera_superior_tabla .fletxes_ordenar {
        width: fit-content;
        float: right;        
    }
}

.total_fechas {
    display: grid;
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 14px -7px rgba(0, 0, 0, 0.2);
    padding: 15px 0px;
    margin: 15px;
}

    .total_fechas div .extra_margin_bottom {
        margin-left: 15px;
    }

    .resumen_pedido_lineas, .resumen_totales, .resumen_botones, .lineas_borradas, .lineas_no_stock {
        padding: 10px 10px;
        list-style: none;
        border: 1px solid #e5e4e4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 2px 2px 14px -7px rgba(0, 0, 0, 0.2);
        float: left;
        width: 100%;
    }

        .resumen_pedido_lineas, .resumen_pedido_lineas li {
            padding: 2px 5px;
        }

.resumen_botones_sin_borde {
    box-shadow: none;
    border: none;
}
 
.resumen_datos_cliente, .observaciones {
    padding: 11px 15px 15px 15px;
    list-style: none;
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 14px -7px rgba(0, 0, 0, 0.2);
    min-height: 236px;
    background: #ffffff;
    margin-top: 30px;
}

.centros_envio {
    padding: 11px 15px 15px 15px;
    list-style: none;
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 14px -7px rgba(0, 0, 0, 0.2);
    display: flow-root;
}
    .centros_envio h3 {
        margin-top: 0px;
    }

.observaciones textarea {
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.resumen_totales_numcarro {
    font-size: 0.625rem;
    float: right;
    margin-top: 13px;
}

.error_stock {
    padding: 15px;
    list-style: none;
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 14px -7px rgba(0, 0, 0, 0.2);
    min-height: 150px;
    background: #ffffff;
}

.resumen_totales h3 span, .observaciones h3 span, .resumen_datos_cliente h3 span, .centros_envio h3 span, #carrito_desplegable .resumen_totales div .total_carrito span {
    font-weight: bold;
    font-size: 1.5rem;
}

.ConfirmacionPedido .resumen_datos_cliente h3 {
    margin-top: 0px;
}

.ConfirmacionPedido .resumen_totales {
    min-height: 236px;
    margin-top: 30px;
}

.resumen_datos_cliente div {
    display: table;
    width: 100%;
}

    .resumen_totales .pull-right, .resumen_datos_cliente div .pull-right {
        color: #222222;
    }

.ConfirmacionPedido .stuck-header {
    box-shadow: none;
}

.columna_right {
    padding: 0px;
    float: right;
}

.recuperar_linea_boton {}

.margen_top {
    margin-top: 15px;
}

.resumen_right {
    float: right;
    padding-top: 15px;
    width: 100%;
}

.un_margen_importe {
    margin-left: 15px;
    margin-right: 5px;
}

.resumen_right_bottom {
    float: right;
    width: 100%;
    padding: 15px 0px 0px 0px;
    text-align:center;
}
    .resumen_right_bottom h3 span {
        font-size: 1.063rem;
        font-weight: bold;
        text-transform: uppercase;
    }

.resumen_right_bottom .enviar_emails .link {
    margin: 5px 5px 5px 0px;
    padding: 0px;
    width: fit-content;
    float: left;
}

.resumen_right_bottom .enviar_emails .link:hover {
    background-color: #FAFAFA;
}

.resumen_right_bottom .enviar_emails .link a {
    width: 100%;
    padding: 9px 10px;
    display: block;
}

.resumen_right_bottom .enviar_emails .link a span {
    font-size: 0.875rem;
    padding-left: 10px;
}

.resumen_right_bottom .enviar_emails .link a i {
    font-size: 0.875rem;
    padding: 10px 10px 10px 0px;
}

.columna_right h3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: #222222;
    font-size: 1.7rem;
    font-weight: bold;
}

.resumen_left {
    float: left;
    padding: 15px 0px 15px 0px;
    margin-bottom: 50px;
}

.margen_iva {
    margin-right: 10px;
}

.fechaServicioTexto {
    font-weight: bold;
    font-size: 1.1em;
}

.fechaServicioTitle {
    font-weight: bold;
    font-size: 1.5em;
}


.margen_iva_fuente {
    font-size: 1.4em;
}

.salta_linea {
    float: left;
    margin: 20px 0px 20px 0px;
}

.una_linea {
    float: left;
    width: 100%;
    margin: 5px 0px 5px 0px;
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* padding-left: 10px;
    padding-top: 10px; */
}

    .una_linea .col-lg-9 {
        width: 65%;
    }

.una_linea_botones i {
    font-size: 1.3em;
    padding: 0px 5px 0px 5px;
}

.una_linea_botones {
    padding: 10px;
    float: right;
    max-width:110px;
}

.total_carrito {
    border-top: 1px solid #e5e4e4;
    margin-top: 10px;
    padding-top: 10px;
}

    .total_carrito span {
        font-size: 1.7rem;
        color: #222222;
        font-weight: bold;
    }

.linea_desc {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.063rem;
}

.una_linea_desc_ref_col {
    font-size: 1.063rem;
    font-weight: bold;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.columna_carrito_right {
    padding-left: 15px;
    padding-right: 0px;
    float: right;
}
.contenedor_seccion_resumen_carrito {
    display: flow-root;
}
.lineas_borradas .una_linea_desc_ref_col, .lineas_borradas div .pull-left {
    font-size: 1rem;
}

.una_linea_tallas {
    float: left;
    margin-bottom: 10px;
}

.extra_margin_top {
    margin-top: 10px !important;
}

#ctl00_body_UpdatePanel2 {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inherit;
}

.extra_margin_bottom {
    margin-bottom: 10px !important;
}

.resumen_totales div {
    float: left;
    width: 100%;
    line-height: 25px;
}

.resumen_fechas_servicio div {
    float: left;
    width: 100%;
}

.unidades_en_carrito {
    margin-bottom: 10px;
}

.resumen_totales .link {
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
}

.resumen_totales div span {
    font-size: 1.1rem;
}

.resumen_fechas_servicio .link {
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
}

.linea_div {
    width: 100%;
    height: 1px;
    margin: 15px 0px 15px 0px;
    float: left;
}

.direcciones_cliente {
    float: left;    
    width: 100%;
}

.total_observaciones {
    float: left;   
    width: 100%;
    margin-bottom: 30px;
}

.observaciones textarea {
    width: 100%;
    height: 154px;
    resize: none;
}

#carrito_desplegable {
    width: 300px;
    z-index: -1000;
    margin: 15px;
    position: absolute;
    right: 0px;
    background-color: #ffffff;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}

    #carrito_desplegable .resumen_totales {
        min-height: 220px;
        box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.2);
        border: none;
    }

.carrito:hover > #carrito_desplegable {
    display: block;
    opacity: 1;
    z-index: 5000;
}

.resumen_totales h3, .observaciones h3, .resumen_fechas_servicio h3 {
    margin-top: 0px;
    float: left;
}

#menu_lateral {
    float: left;
    margin-top: 0px;
    position: -webkit-sticky;
    position: sticky;
    /* top: 9.15rem; */
    top: 7.83rem;
    overflow-y: auto;
}
.ZonaRepresentantes #menu_lateral {
    padding-left: 0;
    padding-right: 10px;
}
    #menu_lateral a {
        text-transform: uppercase;
        display: block;
        padding: 13px 5px 13px 5px;
        line-height: 18px;
    }

    #menu_lateral li {
        border-bottom: 1px solid #e5e4e4;
        list-style: none;
        display: block;
        width: 100%;
    }

        #menu_lateral li a:hover {
            background-color: #FAFAFA;
        }

    #menu_lateral ul {
        padding: 0px;
        border-top: 1px solid #e5e4e4;
    }

.datos_pedidos {
    list-style: none;
    float: left;
    margin-top: 0px;
    padding: 0px 0px 0px 10px;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    border-left: 1px solid #e5e4e4;
    min-height: 440px;
}

    .datos_pedidos h3 {
        text-align: left;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 19px;
        font-size: 1.7rem;
        font-weight: bold;
    }

#boton_menu, #boton_menu_2 {
    padding: 0px;
    height: 32px;
    font-size: 1.5rem;
    z-index: 1000;
    background-color: #fdfdfd;
    line-height: 27px;
}

.contenedor_menu_boton {
    width: 30px;
    height: 32px;
    position: sticky;
    padding-left: 10px;
    top: 6.7rem; 
    z-index: 500;
}

.ZonaRepresentantes .contenedor_menu_boton {
    padding-left: 0px;
}

.espaciador {
    height: 20px;
    display: block;
    width: 100%;
}

.col_esq {
    /* width: calc(100% - 56px) !important; 
       margin-left: -15px;    */
    border-left: none;
    width: 100%;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    padding-left: 0px;
}

.span_div {
    width: 20%;
    float: left;
    border-right: 1px solid #e5e4e4;
    height: 30px;
}

.span_div_rep, .linea_pedidos_pendientes, .una_linea_pedidos_pendientes, .span_div_albaran, .span_div_factura {
    float: left;
    border-right: 2px solid #dddddd;
    height: 30px;
}

.span_div_rep_fecha {
    float: right;
    font-size: 14px;
}

.span_div_rep_file {
    padding-left: 10px;
}

.FontCyan {
    color: darkcyan
}

.FontRed {
    color:darkred
}

.FontBlue {
    color: darkblue
}

.FontOrange {
    color: darkorange
}

.FontYellow {
    color: darkgoldenrod
}

.FontGreen {
    color: darkgreen
}

.FontPurple {
    color: darkmagenta
}

.FontViolet {
    color: darkviolet
}

.span_div_rep1 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.no_border {
    border: none !important;
}

.BtnTxtBoxResumenes {
    width: 100%;
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 5px;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
}

.span_div_sup {
    width: 20%;
}

.span_div_sup_factura {
    float: left;
}

.span_div_sup, .span_div_sup_albaran, .span_div_sup_factura, .span_div_sup_rep {
    float: left;
    padding: 5px 0px 5px 0px;
}

.span_div_sup_factura_bold {
    float: left;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
}

.datos_carritos_pendientes, .pedidos_confirmados, .pedidos_sin_confirmar, .albaranes, .facturas, .modificar_contraseña, .datos_carritos_pendientes, .clientes_zona_representantes, .clientes_zona_representantes_eventos, .pedidos_confirmados_Rep, .pedidos_sin_confirmar_Rep, .albaranes_Rep, .facturas_Rep, .pedidos_confirmados_Rep_EST {
    padding: 15px 0px;
    list-style: none;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0.875rem;
    background-color: #fafafa;
    padding-left: 10px;
    padding-right: 10px;
    /* word-break: break-word; */
}
span_div_rep1
..pedidos_confirmados_Rep1 {
    padding: 15px 0px;
    list-style: none;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 0.875rem;
    background-color: #fafafa;
    padding-left: 10px;
    padding-right: 10px;
    /* word-break: break-word; */
}

.facturas_pendientes {
    padding: 15px 0px;
    list-style: none;
    border-top: 1px solid #e5e4e4;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.20rem;
}

.pedidos_confirmados_Rep_EST {
    width: 90% !important;
}

.datos_pedidos .text-right {
    padding-right: 3px;
    padding-left: 0px;
}

.span_div_factura.text-right {
    width: 118px;
}

.datos_pedidos .text-left {
    padding-left: 5px;
}

td.td_normal.text-left.ancho35_8 {
    padding-left: 12% !important;
}

.carro_modificar i {
    float: right;
    padding-right: 10px;
    margin-top: 10px;
}

.popup_centros_envio {    
    margin: 20px auto -10px auto;
}

.FondoGris {
    height: 100vh;
    background-color: #ffffff;
    position: absolute;
    z-index: 1111;
    top: 0;
    width: 100%;
}

.popup_error_stock {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.popup_error_contraseñas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.pop_cont_error_stock {
    margin: 0 auto;
    position: absolute;
    top: 33%;
    left: 37%;
}

.centros_de_envio {
    background-color: #ffffff;
    z-index: 200;
}

.un_centro {
    float: left;
    border: 1px solid #e5e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

    .un_centro:hover {
        background-color: #f0f0f0;
    }

    .un_centro div {
        width: 100%;
        z-index: 300;
        border: none;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        float: left;
        height: auto !important;
    }

.pop_cont1 {
    width: 75%;
    margin: 0% 0% 0% 12%;
    position: absolute;
    z-index: 9999999;
    background-color: #fafafa;
}

.direccion_envio .link {
    margin: 20px auto 0px auto;
}

.span_div_centro .margen_iva {
    float: left;
    width: 92%;
    margin-top: 10px;
}

.direccion_envio .cambiar {
    padding-left: 10px;
    padding-right: 0px;
}

.cambiarFechaEnvio {
    margin-left: 10px;
}

.mod_psw, .mod_new {
    float: left;
    font-size: 0.875rem;
    text-align: left;
    margin: 4px 0px 4px 0px;
}


.span_div_label_graficas {
    text-align: left;
}

.mod_Graficas {
    text-align: left;
    margin: 10px 0px 4px 0px;
    width: 100%;
}
    .mod_Graficas img {
        width: 100% !important;
        height: auto !important;
        max-width: 400px;
    }

.span_div_contraseña, .mod_psw input {
    float: left;
    width: 400px;
}

.span_div_contraseña_label {
    float: left;
    width: 205px;
}

.TextboxesClientes {
    min-height: 30px;
}

.span_div_cliente_label, .mod_new input, .mod_new select {
    float: left;
    width: 100%;
}

.mod_new input, .mod_new select, .mod_new textarea {
    border: 1px solid #e5e4e4;
    width: 100%;
}
.mod_new select {
    padding-top: 5px;
    background-color:#FAFAFA;
}

.row6, .row7, .row9, .row11  {
    height: 1px;
    margin: 25px 0px;
    float: left;
    width: 100%;
}

    .mod_new select:hover, .mod_new textarea:hover, .mod_new input:hover, .mod_new select:focus, .mod_new textarea:focus, .mod_new input:focus {
        background-color: #FAFAFA;
    }

span_div_usuario_esta_label {
    float: left;
    width: 23%;
}

.modificar_contraseña {
    width: 530px;
}

.nuevo_cliente {
    width: 100%; 
    border-top: none;
    margin-top:14px;
}

.boton_seguir_comprando {
    padding-top: 10px;
    margin: auto;
    display: contents;
}

.Volver_Crear_CentroEnvio {
    margin: auto;
    width: 100%;
    height: fit-content;
    display: flex;
}

.pedidos_pendientes {
    width: 100%;
    display: table;
}

.divs_panel_facturas, .div_span_albaran, .una_linia_div_rep, .lineas_pedidos_pendientes {
    width: 100%;
    display: table;
    height: 30px;
    line-height: 13px;
}

.una_linia_div_rep1 {
    width: 100%;
    display: table;
    height: 30px;
    padding: 10px;
}

.div_sup_buscar {
    float: left;    
    padding: 0px 1px 0px 2px;
    font-size: 0.875rem;
}

.div_sup_buscar_lupa {
    margin-top: 0px;
    float: right;
}

    .div_sup_buscar_lupa p {
        font-size: 1rem;
        margin-bottom: 0px;
        line-height: 20px;
    }

.clientes_zona_representantes .div_buscar, .clientes_zona_representantes_Eventos .div_buscar {
    float: left;
    font-size: 0.875rem;
    padding: 0px 0px 0px 4px;
    min-height: 20px;
}

.clientes_zona_representantes .cabecera_superior, .clientes_zona_representantes_Eventos .cabecera_superior {
    font-size: 1.2rem;
}

.div_buscar input {
    width: 100%;
    border: 1px solid #e5e4e4;
}

.buscadores_zona_representantes {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e4e4;
    padding-bottom: 8px;
}

.datos_zona_representantes {
    border-bottom: 1px solid #e5e4e4;
}

    .datos_zona_representantes .ancho25_6 {
        text-align: left;
    }

.clientes_zona_representantes a:hover > div, .clientes_zona_representantes_Eventos a:hover > div {
    background-color: #f5f5f5;
    font-weight: bold;
}

.datos_carritos_pendientes tr:hover > td {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #222222;
}

.lupa {
    padding: 0px;
    background-color: #ffffff;
    float:right;
}

.email span, .poblacion span, .provincia span {
    word-break: break-all;
}

.minHeight {
    min-height: 1px;
}

.ancho_de_cabecera {
    float: left;
    width: 100%;
}

.opciones_gestion_clientes {
    float: right;
    width: auto;
    margin: 0px;    
}

.li_sin_color {
    float: left;
    font-size: 0.5rem;
}

.opciones_gestion_clientes_CRM_PEDIDOS {
    float: left;
    width: 2%;
    background-color: #fdfdfd;
    margin-top: 3px;
    font-size: 0.875rem;
}

.opciones_gestion_clientes_CRM {
    float: right;
    padding: 4px;
    background-color: #fdfdfd;
    margin-top: 3px;
}

.ancho_de_cabecera_CRM_Pedidos {
    float: left;
    width: 96%;
    line-height: 1em;
}

.DiaSemanaCalendarioSemana a:hover, .EventosCalendarioSemana a:hover {
    text-decoration: underline;
}
/* -------------------------- entrada de artículos --------------------------- */

.num_entrada, .fecha_entrada {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 10%;
    color: #222222;
    font-weight: bold;
    padding-left: 2%;
}

.num_entrada2 {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #222222;
    font-weight: bold;
    padding-left: 2%;
}

#lista_articulos_salida_columna_derecha table {
    font-size: 0.75rem;
}

.tr_cabecera_superior th {
    background-color: #ecf6fb;
    border: 1px solid #a0d0eb;
    padding: 0.5%;
}

.tr_cabecera_superiorListado th {
    background-color: #f3f3f3;
    border: 1px solid #a2a2a2;
    padding: 0.5%;
}

.tr_cabecera_superior_datos, .tr_cabecera_superior_datosListado {
    background-color: #ffffff;
}

    .tr_cabecera_superior_datos td, .tr_cabecera_superior_datosListado td {
        height: 40px;
    }

    .tr_cabecera_superior_datos input {
        background-color: #ffffff;
        border: 1px solid #a0d0eb;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-left: 5%;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 90%;
    }

    .tr_cabecera_superior_datosListado input {
        background-color: #ffffff;
        border: 1px solid #a2a2a2;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-left: 5%;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 90%;
    }

    .tr_cabecera_superior_datos tr span, .tr_cabecera_superior_datosListado tr span {
        border: none;
        margin-left: 10%;
        width: 80%;
        background-color: #ffffff;
    }

    .tr_cabecera_superior_datos select, option {
        border: 1px solid #a0d0eb;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        height: 28px;
        margin-left: 5%;
        width: 90%;
    }

    .tr_cabecera_superior_datosListado select {
        border: 1px solid #a2a2a2;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        height: 28px;
        margin-left: 5%;
        width: 90%;
    }

.boton_ok_linea {
    background-image: url("/RecursosB2B/img/ok_blanc_30.jpg");
    background-position: 50% center;
    background-repeat: no-repeat;
    height: 30px;
    border: none !important;
}

    .boton_ok_linea:hover {
        background-image: url(/RecursosB2B/img/ok_verd_30.jpg);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        border: none !important;
    }

.boton_borrar_linea {
    background-image: url(/RecursosB2B/img/ko_blanc_30.jpg);
    background-position: 50% center;
    background-repeat: no-repeat;
    height: 30px;
    border: none !important;
}

    .boton_borrar_linea:hover {
        background-image: url(/RecursosB2B/img/ko_vermell_30.jpg);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        border: none !important;
    }

.boton_borrar_linea2 {
    background-image: url(/RecursosB2B/img/ko_blanc_30.jpg);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-width: 0;
    height: 30px;
    width: 30px;
    background-size: 25px;
}

    .boton_borrar_linea2:hover {
        background-image: url(/RecursosB2B/img/ko_vermell_30.jpg);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        border-width: 0;
        height: 30px;
        width: 30px;
    }

.margen_top_carro {
    margin-top: 44px;
    float: right;
}

.num_unidades {
    color: #222222;
    font-weight: bold;
}

.confirmar_carro {
    background: #d6ffdd url("/RecursosB2B/img/carro.png") no-repeat scroll 10px center / 25px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 1.063rem;
    font-weight: normal;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: #222222;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    float: right;
    margin-top: -8px;
    padding-left: 38px;
    width: 190px;
}

    .confirmar_carro input {
        background-color: transparent;
        border: medium none;
    }

    .confirmar_carro:hover {
        background: #55e26f url("/RecursosB2B/img/carro.png") no-repeat scroll 10px center / 25px auto;
    }

.boton_mas {
    background-image: url("/RecursosB2B/img/sumar.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: medium none;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 6px;
    width: 25px;
    background-color: #ffffff;
}

.boton_menos {
    background-image: url("/RecursosB2B/img/restar.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: medium none;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 6px;
    width: 25px;
    background-color: #ffffff;
}

.boton_mas:hover {
    background-image: url("/RecursosB2B/img/sumar_blau.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: medium none;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 25px;
}

.boton_menos:hover {
    background-image: url("/RecursosB2B/img/restar_blau.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: medium none;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 25px;
}

.botones_accion input {
    background-size: 25px auto;
    width: 40%;
}

.row_entrada_fecha {
    margin-bottom: 25px;
    margin-top: 10px;
}

.scrollGrid {
    margin-top: 50px;
}

    .scrollGrid table tr td {
        border: none !important;
    }

.border_table {
    border-bottom: 1px solid #a0d0eb;
    border-left: medium none;
    border-right: medium none;

}

.right_text {
    text-align: right;
}

tr.right_text td {
    padding-bottom: 0.71em;
}

.span_div_centro.margen_iva {
    margin: 12px 0px 20px 0px;
    text-align: left;
    width: 100%;
}

    .span_div_centro.margen_iva input, .span_div_centro.margen_iva select {
        float: right;
        border-bottom: 1px solid #e5e4e4;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 17px;
        text-align: right;        
        font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    }

.fechaCarro {
    float: right;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 17px;
    text-align: right;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    margin-bottom: 5px;
}

.fechaCarroGrande {
    font-size: 1.4rem;
}

.pedidoCliente {
    float: right;
    border-bottom: 1px solid #e5e4e4;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 17px;
    text-align: right;
    font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    margin-bottom: 5px;
}

#lblMostrarPrecioAux {
    margin-left: 10px;
}

.precio_aux {
    font-size: 0.875rem !important;
}

.precio_aux_no_decoration {
    font-size: 0.875rem !important;
    margin-left:10px;
}

.precio_aux_decoration {
    font-size: 0.875rem !important;
    text-decoration: line-through;
}

.ver_precios {
    text-align: right;
    display: block;
    float: right;
    margin-left: 30px;
    margin-right: 10px;
}

.ver_precios_chk {
    margin-right: 5px;
}

.boton_cambiar_fechas, .boton_cambiar_fechas_volver {
    display: grid;
    margin: auto;
    margin-bottom: 10px;
}

.boton_cambiar_fechas {
    left: 25%;
}

.boton_cambiar_fechas_volver {
    left: 55%;
}

.rutaimagendesglosada {
    width: 351px;
    margin-right: 0px;
    float: left;
    display: block;
}

/*-----------Estampados-----------*/

.popup_Estampados {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 100;
}

.enseña_Estampado {
    padding: 15px;
    list-style: none;
    border: 1px solid #e5e4e4;
    box-shadow: 2px 2px 14px -7px rgba(0, 0, 0, 0.2);
    min-height: 600px;
    min-width: 800px;
    background: #ffffff;
    margin: 9% auto 0 auto;
    display: table;
}

.EstampadoTitulo {
    font-size: 1.188rem;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    display: block;
}

.boton_añadir_texto {
    text-align: center;
    position: absolute;
    min-width: 150px;
}

.boton_añadir_texto2 {
    border: 1px solid #FAFAFA;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5em;
    margin-top: 1em;
    width: 75%;
}

    .boton_añadir_texto2 input {
        border: 0px;
        background-color: transparent;
    }

.boton_añadir_estampado {
    text-align: center;
    float: left;
    width: 150px;
    height: auto;
    margin-right: 35%;
    margin-left: 47%;
}

.boton_añadir_estampado2 {
    border: 1px solid #FAFAFA;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 10px 10px 10px;
    margin-bottom: 20px;
}

    .boton_añadir_estampado2 input {
        border: 0px;
        background-color: transparent;
        font-size: 0.6em;
    }

.ElegirSubTemporada {
    text-align: center;
    margin: 1em;
}

.ddlSubTemporada {
    width: 200px;
}

.botonestampados {
    border: 1px solid #FAFAFA;
    display: inline;
    margin-right: 30px;
    margin-left: 30px;
}

    .botonestampados input {
        border: 0px;
        background-color: transparent;
    }

.EstampadoIMG {
    max-width: 150px;
    display: block;
    margin-bottom: 10px;
    min-height: 50px;
    height: auto;
    text-align: center;
    margin: 5px auto 5px auto;
}

.EstampadoIMGComboBox {
    max-width: 150px;
    display: block;
    margin-bottom: 2px;
}

.Estampado_Info {
    height: auto;
    margin-top: 5px;
    margin-left: 45%;
    display: inline-block;
    margin-right: 41%;
    width: 200px;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.Estampado_Info_Tabla {
    position: absolute;
    left: 1em;
    top: 11em;
    background-color: white;
    z-index: 999;
    box-shadow: 2px 1px 9px 2px rgba(0, 0, 0, 0.3);
}

.visor_panel_tallas_colores {
    margin-top: 20px;
}

.TablaTextoInsertado {
    margin: 10px;
}

    .TablaTextoInsertado td {
        padding: 5px;
    }
/*-----------ZOOM-----------*/

.FiltrosClase {
    margin: auto;
    display: table;
    font-size: 1.188rem;
}

.ZoomImagen {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 26em;
}

.BordeZoom {
    border: 1px solid #000000;
    z-index: 9999;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}

.Simbolos_Lavado {
    font-family: Simbolos;
    font-size: 1.875rem;
    float: left;
    margin-left: 0px !important;
    text-align: left;
}

.Composiciones {
    margin: 0 !important;
    padding-right: 10px;
    min-width: 15em;
}

.imagen_producto_relaciones {
    display: inline-block;
}

.img_responsive_relaciones, .imgmini {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.descripcion_producto_relaciones {
    text-align: center;
    font-size: 0.813rem;
    display: table;
}

.descripcion_producto_relaciones_codigo {
    text-align: center;
    font-size: 0.813rem;
}

.precio_producto_relaciones {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 0.813rem;
}

div#producto_relacionados {
    max-width: 165px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.CompoPanel {
    float: left;
    margin-left: 15px;
    min-height: 120px;
}

.CompoSimbols {
    float: right;
    margin-right: 15px;
    min-height: 120px;
}

.Relacc {
    text-align: center;
    width: 100%;
}

.TituloRelacionados {
    margin-bottom: 15px;
    text-decoration: underline;
    font-weight: bolder;
}

.ZoomImagen img {
    object-fit: contain;
}

.total_Crear_Email {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.Inserta_Mail {
    margin-right: 10px;
    text-align: right;
    width: 200px;
}

.BtnAddEmail {
    text-align: center;
    margin: 15px auto;
    width: 131px !important;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dividirFamily {
    margin-top: 44px;
    font-size: 0.938rem;
}

.Composiciones::-webkit-scrollbar {
    width: 7px;
}

.Composiciones::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.Composiciones::-webkit-scrollbar-thumb {
    background: #888;
}

    .Composiciones::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.buttonLimpiaFiltros {
    margin-right: 7px;
    opacity: 0.6;
}

li#btnLimpiafiltros {
    vertical-align: middle;
}

.cabecera_superior_rep {
    height: 30px;
}

.buscadores_zona_representantes_resumen {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.div_sup_buscar_lupa_resumen {
    float: right;
    padding: 4px 0px 0px 0px;
    min-width: 30px;
    font-size: 0.625rem;
}

    .div_sup_buscar_lupa_resumen a {
        background-color: #ffffff;
    }

.paginas_totales_resumen {
    float: left;
    width: 100%;
    text-align: center;
}

.span_div_sup_rep_resumen, .linea_pedidos_pendientes_sup {
    float: left;
    padding: 5px 2px;
}

p.buscar_span_resumen {
    margin-bottom: 5px;
    display: none !important;
}

.paginador_resumen {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.span_div_sup_factura_boxes {
    float: left;
    padding: 5px 3px 5px 3px;
    min-height: 38px;
}
/*--------CRM--------*/

.calendario_div {
    margin-bottom: 50px;
}

.Tiempo_INFO {
    margin-bottom: 10px;
    text-align: center;
}

.BtnTiempoleft {
    float: left;
}

.BtnTiemporight {
    float: right;
}

i.fas.fa-angle-left {
    font-size: 1.5rem;
}

i.fas.fa-angle-right {
    font-size: 1.5rem;
}

.MesNombre {
    font-weight: bold;
}

.CambiarFechasPanelTitulo {
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: underline;
    font-size: 1.25rem;
    margin-top: 15px;
    margin-bottom: 20px;
}

.BtnTiempo, .BtnTiempoSelected {
    font-size: 1.7rem;
}

.BtnTiempoSelected {
    background-color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.Tiempo_INFO a {
    margin-left: 15px;
    margin-right: 15px;
}

.Cuerpo_INFO {
    text-align: center;
}

.RankingTodoCM {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    font-size: 2.375rem;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0px;
    overflow: auto;
    height: 33em;
}

td.DiaSemanaCalendarioSemana {
    text-align: right;
    width: 12%;
    font-size: 1.25rem;
    font-weight: bold;
}

.DiaSemanaCalendarioSemanaDia {
    text-align: center !important;
    width: 12%;
    font-size: 1.563rem !important;
    height: 51px !important;
    font-weight: bold;
}

td.DiaSemanaCalendarioSemanaHoras {
    text-align: center;
    width: 12%;
    font-size: 1.25rem;
    font-weight: bold;
    height: 45px;
    font-size: 1.063rem;
    padding: 0px 6px;
}

td.DiaSemanaCalendarioSemanaHorasCabecera {
    height: 24px;
}

table.tableRankingCMDiaMinutostable tr:nth-child(2) {
    border-top: 1px dashed #FAFAFA;
}

.BtnaddStuffDia {
    float: right;
    padding-right: 3px;
    color: rgba(50, 50, 50, 0.5);
    font-size: 0.938rem;
    border: 1px solid #f5f5f585;
    padding: 1px 3px;
}

.Ranking2CM {
    height: 0%;
    width: 250px;
    overflow: auto;
    border-radius: 2px;
    background-color: #fdfdfd;
    border: 1px solid #e5e4e4;
    display: table-cell;
}

    .Ranking2CM td {
        width: 250px;
        height: 45px;
        text-align: center;
        font-size: 0.938rem;
    }

.EventosCalendarioSemana {
    text-align: left !important;
    font-size: 0.625rem !important;
    vertical-align: top;
    padding-left: 2px;
}

tr.tableRankingCM {
    border-bottom: 1px solid #e5e4e4;
}

table.TableHours2CM {
    border: 1px solid #e5e4e4;
    text-align: center;
    background-color: #fdfdfd;
    display: table-cell;
}
/*CALENDARIO CRM*/

.BtnTDCalendario {
}

.Evento_Color_Red {
    color: firebrick;
}

.Evento_Color_Negro {
    color: Black;
}

.Evento_Color_Blue {
    color: Blue;
}

.Evento_Color_Gray {
    color: darkgray;
}

.Evento_Color_Green {
    color: forestgreen;
}

.Evento_Color_Purple {
    color: purple;
}

.BtnTDCalendario:hover {
    cursor: pointer;
}

.BtnaddStuff {
    float: right;
    color: rgba(50, 50, 50, 0.5);
    font-size: 0.438rem;
    border: 1px solid #f5f5f585;
    padding: 1px 3px;
}

.DivDiasInicialCuadrado {
    color: #979797;
    font-size: 1.25rem;
    border: 1px solid #e5e4e4;
    padding: 1em;
    width: 16.6%;
    text-align: center;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 720px) and (orientation:portrait) {
    .DivDiasInicialCuadrado {
        color: rgba(50, 50, 50, 0.5);
        font-size: 1.25rem;
        border: 1px solid #e5e4e4;
        padding: 5px;
        width: fit-content;
        text-align: center;     
    }
}
.DivDiasInicialCuadrado a, .DivDiasInicialCuadrado span {
    font-weight: bold;
}


.lblNumEventos {
    font-size: 1rem;
}

    .BtnaddDiaInicial {
        display: block;
    }

    .DivDiasInicialInfoCabecera {
        width: 100%;
        text-align: center;
        margin-top: 16px;
    }

    .DivDiasInicialInfo {
        text-align: left;
        border-radius: 40px;
        padding-top: 1.7em;
        padding-left: 0em;
        line-height: 1.8em;
        width: 100%;
        margin: 0 auto 17px auto;
    }

    .DivDiasInicial {
        display: flex;
        margin-bottom: 3em;
    }

    .UltimaFechaNoMargin {
        margin-right: 0 !important;
    }

    .Calendario_Inicial {
        padding: 0px;
        list-style: none;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 0.875rem;
        width: 100%;
    }

    .BtnaddDiaInicial {
    }

    .AddEditEvent {
        position: absolute;
        top: -12%;
        left: 0%;
        min-height: 49em;
        width: 100%;
        z-index: 101;
    }

    .Fondo_Blanco {
        position: absolute;
        top: 0;
        left: 0;
        width: 99%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .span_div_CRM_Eventos {
        display: inline-block;
        margin: 15px 25px 15px 15px;
    }

    .span_div_CRM_Eventos_DDLClientePROV {
        display: inline-block;
        margin: -15px 25px 15px 15px;
    }

    .div_sup_buscar_lupa_CRM {
        width: 3%;
        float: left;
        padding: 6px 0px 5px 11px;
        background-color: #FAFAFA;
        height: 36px;
    }

    .boton_eliminar_evento, .boton_cambiar_evento, .boton_Completar_evento {
        display: table;
        padding-top: 10px;
        margin-right: 27px;
        position: absolute;
        text-align: center;
        display: inline;
        margin: auto;
        border: 1px solid #FAFAFA;
    }

    .boton_Completar_evento {
        right: 6%;
        top: 1.5%;
        color: #008000c7;
    }

        .boton_eliminar_evento input, .boton_cambiar_evento input, .boton_cambiar_evento_volver input, .boton_Completar_evento input, .boton_cambiar_evento_SelCliente input {
            border: 0px;
            background-color: transparent;
        }

    .boton_cambiar_evento, .boton_cambiar_evento_volver, .boton_cambiar_evento_SelCliente {
        position: absolute;
        text-align: center;
        display: inline;
        margin: auto;
        border: 1px solid #FAFAFA;
    }

    .boton_cambiar_evento {
        left: 40%;
        bottom: 3%;
    }

    .boton_cambiar_evento_volver {
        right: 8%;
        bottom: 3%;
    }

    .boton_eliminar_evento {
        left: 7%;
        bottom: 4%;
    }

    .boton_cambiar_evento_SelCliente {
        right: 23%;
        bottom: 4%;
    }

    .clientes_zona_representantes_Eventos {
        width: 96%;
        margin-left: 25px;
        margin-top: 38px;
    }

    .SeleccionarMotivo {
        height: 30px;
    }

    .CRMEventoDescTextArea {
        width: 98%;
        height: 5em;
        margin-left: 2%;
    }

    .ClienteEvento {
        margin-bottom: 23px;
        margin-left: 23px;
        margin-top: 4px;
    }

    .marginleft10 {
        margin-left: 10%;
    }

    .marginleft20 {
        margin-left: 22%;
    }

    .paginadorEvento {
        text-align: center;
        width: 100%;
        float: left;
        margin-top: 18px;
    }

        .paginadorEvento .fas {
            width: 30px;
            height: 30px;
        }

    .paginas_total_evento {
        font-size: 0.938rem;
    }

    .paginas_totales_evento {
        font-size: 0.938rem;
        margin-bottom: 0px;
    }

    .CRMEventoUltObsDescTextArea {
        margin-left: 1%;
    }

    .txtobservacionesEvento {
        width: 98%;
    }

    .EventoCompletado {
        position: absolute;
        top: 20%;
        left: 20%;
        min-height: 20em;
        max-width: 40em;
        z-index: 102;
    }

    .InsertaDatosEvento {
        height: 100%;
        width: 90%;
        z-index: 102;
        padding: 2em;
        display: flex;
        margin-left: 5%;
    }

    .TablaDerechaEventoDia {
        padding-left: 10px;
        width: 42%;
        padding-right: 10px;
        vertical-align: top;
    }

    .TablaIzquierdaEventoDia {
        min-width: 30em;
    }

    .CRMEventoDescTextAreaFinalizada {
        width: 35em;
        height: 7em;
    }

    .fondo_gris {
        background-color: #f1f1f1;
        font-weight: bold;
    }

    .MostrarInformacionStock {
        display: block;
        text-align: center;
        position: absolute;
        left: 32%;
        font-weight: bold;
        color: darkorange;
        width: 60%;
        padding: -4px;
        font-size: 0.938rem;
    }

    .CabeceraEventos {
        font-size: 1.25rem;
        font-weight: Bold;
        text-decoration: underline;
    }

    .Visita_Finalizada {
        background-color: rgba(154, 210, 168, 0.18);
    }

    .PanelUnDia {
        text-align: center;
    }

    .PanelUnDiaAgenda {
        text-align: center;
        display: inline;
    }

    .Ranking2CMDia {
        overflow: auto;
        background-color: #fdfdfd;
        border-top: 1px solid #e5e4e4;
        border-right: 1px solid #e5e4e4;
        border-bottom: 1px solid #e5e4e4;
        display: table-cell;
    }

    tr.tableRankingCMDia {
        border-bottom: 1px solid #e5e4e4;
        width: 50em;
        height: 3em;
    }

    .Ranking2CMDia td {
        width: 57em;
        height: 42px;
        text-align: left;
        font-size: 0.938rem;
        padding-left: 10px;
    }

    .CeldaEnBlancoDia {
        height: 0.9em !important;
    }

    .DiaSemanaCalendarioSemanaHorasMinutosHoras {
        text-align: center;
        width: 12%;
        font-size: 1.25rem;
        font-weight: bold;
        height: 85px;
        font-size: 1.063rem;
        padding: 15px;
    }

    .CalendarioMesCabecera {
        padding-left: 2% !important;
        padding-right: 2% !important;
        border: 1px solid #efefef;
        border-right: 2px solid #efefef;
        min-width: 160px;
    }

    .calendario_div .Tiempo_INFO .BtnTiempo {
        margin-bottom: 15px;
    }

    .OtroMes {
        color: rgba(17, 16, 16, 0.52);
    }

    tr.tableRankingCMMes {
        width: 100% !important;
        height: 5em;
        font-size: 1.188rem;
    }

    table.TableHours2CMMes {
        border: 2px solid #FAFAFA;
        text-align: center;
        background-color: #fdfdfd;
        margin-top: 2em;
        width: 100%;
    }

    .CapCMMes {
        height: 3em !important;
        border-bottom: 2px solid #FAFAFA !important;
        font-weight: bold;
        background-color: #fbfbfb;
    }

    span.LabelEventos {
        display: block;
        font-weight: normal !important;
        font-size: 0.75rem;
        margin-top: 4px;
        color: #a7a7a7;
    }

    span.LabelEventosRojo {
        display: block;
        font-weight: normal !important;
        font-size: 0.75rem;
        margin-top: 4px;
        color: red;
    }

    .CabFirstMes {
        border-right: 2px solid #FAFAFA;
    }

    .ColorHoyTablaMes {
        background-color: #e3e3e342;
    }

    .FechaEsHoyMes {
        font-weight: bold;
    }

    .ColorOtroMesTablaMes {
        background-color: #dddddd;
    }

    .BtnEditStuffDia {
        float: right;
        margin-right: 4%;
        font-size: 1.688rem;
        opacity: 0.8;
    }

    .SubMenuRepresentantes {
        border-top: 1px solid #e5e4e4;
        border-bottom: none !important;
    }

    .notopborder {
        border-top: none !important;
    }

    .MenuUlRepresentante {
        padding-left: 14% !important;
    }

    .AvisoDiferente {
        color: red;
        margin-right: 3em;
        float: right;
        position: relative;
        bottom: 3em;
    }

    .TituloDatosEventos {
        font-weight: bold;
    }

    .ancho_de_cabecera_CRM {
        float: left;
        width: 97%;
        line-height: 1em;
    }

    .FilaProvisional {
        background-color: #f5f5f5;
    }

    .PanelUnDiaEvento {
        width: 100%;
    }

    .PanelUnDia2Evento {
        font-size: 0.813rem;
        margin: 2em 0px;
        margin-top: 3em !important;
        float: right;
    }

    .DiaSemanaCalendarioSemanaDiaEvento {
        text-align: center !important;
        width: 12%;
        font-size: 1.125rem !important;
        height: 40px !important;
        font-weight: bold;
    }

    .DiaSemanaCalendarioSemanaHorasCabeceraEvento {
        height: 15px;
    }

    td.DiaSemanaCalendarioSemanaHorasEvento {
        text-align: center;
        width: 12%;
        font-size: 1.25rem;
        font-weight: bold;
        height: 42px;
        font-size: 0.813rem;
        padding: 0px 6px;
    }

    .span_div_CRM_Eventos_Evento {
        display: table;
        margin: 15px 25px 15px 15px;
        width: 100%;
    }

    .CRMEventoDescTextArea2 {
        width: 500px;
        height: 8em;
    }

    .EventosGrabarEditarIzquierda {
        width: 100%;
    }

    .Ranking2CMDiaEvento {
        height: 0%;
        width: 35em;
        overflow: auto;
        border-radius: 2px;
        background-color: #fdfdfd;
        border: 1px solid #e5e4e4;
        display: table-cell;
    }

        .Ranking2CMDiaEvento td {
            width: 57em;
            height: 42px;
            text-align: left;
            font-size: 0.938rem;
            padding-left: 10px;
        }

    .EstadisticasLeftCRM {
        border: 1px solid #e5e4e4;
        margin-right: 0%;
        font-size: 0.875rem;
        padding: 10px;
        display: inline-flex;
        width: 100%;
    }

    .EstadisticasTextCRM {
        border: 1px solid #e5e4e4;
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
        margin: 0.4em;
        display: block;
        font-size: 0.938rem;
        padding: 0.5em;
        height: 8em;
        width: 18%;
    }

    .EstadisticasRightCRM {
        flex: 70%;
    }

    .PanelCheckMostrarEstCRM {
        width: 25%;
        margin: 0 0.5em;
    }

    .tabla_pedidos {
        border: 1px solid #e5e4e4;
        width: 100%;
        position: relative;
        top: -4px;
        background-color: #fff;
    }

    .displayestadisticasCRM {
        display: grid;
        margin-bottom: 2em;
    }

    .ColumnaIzquierdaEstadisticasCRM {
        text-align: center;
        display: block;
        font-weight: bold;
        font-size: 1.3rem;
    }

    .CRMBotonSeleccionado {
        background-color: #f5f5f5;
    }

    .CRMButtonsEstadisticas {
        width: 100%;
        padding: 1em 0.5em 0.1em 0.5em;
        display: block;
        text-align: center;
    }

    .SeleccionarTemporadaDatosCRMEstadisticas {
        margin: 5px 0px 7px 9px;
        height: 22px;
        width: 90%;
        font-size: 0.875rem;
        display: block;
    }

    .EstadisticasTextCRM:hover {
        background-color: #FAFAFA;
    }
    /*DATOS CLIENTES*/

    .DatosClientesInfo {
        width: 80%;
        background-color: white;
        position: absolute;
        top: 6%;
        left: 8%;
        margin: 0 auto;
        padding: 2em;
        z-index: 100001;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

    .SeleccionarTemporadaDatosCRM {
        width: auto;
    }

    .DIVInfoClientes2 {
        width: 100%;
        display: inline;
    }

    .arrow-up {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid green;
        display: inline-block;
    }

    .arrow-down {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid red;
        display: inline-block;
    }

    .TablaEstadisticasCRM {
        empty-cells: show;
        border: 1px solid #cbcbcb;
        border-collapse: collapse;
        border-spacing: 0;
        text-align: right;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 4em;
    }

    .TablaEstadisticasHeaderCRM {
        background-color: #e0e0e0;
        color: black;
        text-align: left;
        vertical-align: bottom;
    }

    .TablaEstadisticasCRM td:first-child, .TablaEstadisticasCRM th:first-child {
        border-left-width: 0;
    }

    .TablaEstadisticasCRM th, .TablaEstadisticasCRM td {
        padding: 0.5em 1em;
        border-left: 1px solid #cbcbcb;
        border-width: 0 0 0 1px;
        font-size: inherit;
        margin: 0;
        overflow: visible;
        width: 160px;
        text-align: right;
    }

    .TablaEstadisticasCRM td {
        background-color: transparent;
    }

    .TituloCRMEstadisticas {
        font-weight: bold;
        text-decoration: underline;
    }

    .PuntoRojo {
        color: red;
        font-size: 1.563rem;
    }

    .PuntoVerde {
        color: green;
        font-size: 1.563rem;
    }

.BotonAtras, .BtnTextoInsertado {
    font-size: 1rem;
    background-color: #1F2937;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    float: left;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

        .BotonAtras:hover, .BtnTextoInsertado:hover {
            color: #ffffff !important;
            background-color: #404040;
        }

    .TituloPersonal {
        font-size: 1.75rem;
        color: #222222;
        border: none;
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 1em;
        margin-bottom: 1em;
        text-transform: uppercase;
        font-weight: 300;
        border-bottom: 1px solid #e5e5e5;
        display: block;
    }
    /*----------MENU CATEGORIAS----------*/

    .producto_individual_categ {
        margin-bottom: 30px;
        max-height: 527px;
        padding: 0px 20px;
        font-size: 2rem;
    }

    .imagen_producto_categorias {
        background-color: #f5f5f5;
    }

    .HelperImage {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .img_responsive_categoria {
        object-fit: contain;
        height: 200px;
        width: 100%;
        margin: auto;
    }

    .contenedor_productos_categorias {
        float: left;
        margin-left: 3%;
        margin-right: 3%;
        width: 94%;
    }

    .CategDiv {
        min-height: 250px;
        font-size: 2rem;
    }

    .PreVisorTextos {
        resize: none;
        background-color: #ffffff;
        border: none;
        height: auto;
        font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    }

    .btnModoTabletcss {
        display: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 1.625rem;
        font-weight: bold;
        line-height: 21px;
        padding: 19px;
        color: #222222;
        cursor: pointer;
        transition: all 0.2s;
        margin: 5px;
        position: fixed;
        border: none;
        position: fixed;
        bottom: 15px;
        right: 45%;
    }

    #UpdatePanel {
        outline: none;
    }

    .TablaCodigo {
        font-size: 0.938rem;
        -webkit-overflow-scrolling: touch;
        border-collapse: collapse;
        margin: 0px auto -8px auto;
        border-radius: 2px;
        position: absolute;
        bottom: 0%;
        left: 44%;
        transform: translateX(-44%);
    }

        .TablaCodigo, .TablaCodigo tr, .TablaCodigo th, .TablaCodigo td {
            border: 1px solid #FAFAFA;
        }

            .TablaCodigo td {
                width: 80px;
                text-align: center;
            }

    .DesplegableColores {
        margin: 4em 0em 1em 0em;
    }

    .DDLColores {
        width: 250px;
        height: 40px;
        margin: 0px 0px 10px 0px;
    }

    #carrito_desplegableVisible {
        width: 300px;
        z-index: 1000;
        margin-right: 15px;
        position: absolute;
        right: 0px;
        margin-top: 15px;
        background-color: #ffffff;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
    }

    .CarroPequeño {
        -webkit-overflow-scrolling: touch;
        position: absolute;
        right: 0;
        width: 20%;
        background-color: white;
        overflow: auto;
        height: 70%;
    }

    .resumen_right {
        float: right;
        padding: 0px 0px 0px 0px;
        margin-right: 10px;
        width: 100%;
    }
    /*-----------------MINICARRO-----------------*/

    .vista_productoMini {
        float: left;
        margin-top: 0px;
        margin-left: 2.1%;
        padding: 0px 0px 25px 0px;
    }

        .vista_productoMini .producto_descripcion {
            border-top: 1px solid #e5e4e4;
            padding-top: 18px;
        }

            .vista_productoMini .producto_descripcion span, .producto_precio span {
                font-size: 1.8rem;
                color: #222222;
                font-weight: 700;
                float: left;
            }

    .pvp_recomendado {
        margin-left: 20px;
    }

    .una_linea_desc_ref_col_mini {
        font-size: 0.75rem;
        width: 98%;
    }

    .una_linea_botones_mini {
        width: 75px;
        padding-right: 10px !important;
        float: right;
        padding-bottom: 10px;
        font-size: 0.813rem;
    }

    .una_linea_tallas_mini {
        float: left;
        font-size: 0.75rem;
        margin-top: 20px;
    }

        .una_linea_tallas_mini input {
            width: 100%;
            text-align: right;
        }

    .linea_desc_mini {
        padding-top: 9px;
        float: right;
    }

    .una_linea_img_mini img {
        max-width: 150px;
    }

    .una_linea_img_Estampado_mini {
        max-width: 80px;
        float: left;
    }

        .una_linea_img_Estampado_mini img {
            max-width: 80px;
        }

    .tdImagenMiniCarro, .tdEstampadoMiniCarro {
        width: 80px;
        height: 71px;
    }

    .tdInfoMiniCarro {
        width: 71%;
    }

    .una_linea_mini {
        width: 97%;
    }

    .resumen_pedido_lineas_mini {
        padding: 15px;
        list-style: none;
        border: 1px solid #e5e4e4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 2px 2px 14px -7px rgba(0, 0, 0, 0.2);
        float: left;
        width: 100%;
    }

    .img_responsive_mini {
        width: 80%;
    }

    .img_responsive_estampado_mini {
        width: 20%;
        display: inline;
        margin-right: 10px;
    }

    .liminicarro {
        border: 1px solid #e5e4e4;
        margin-bottom: 8px;
    }

    .buttonlogin {
        padding: 10px;
        font-size: 0.625rem;
        height: 20px;
        padding: 2px;
    }

    .TecladoVirtual {
        display: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #e5e4e4;
        background-color: #fbfbfb;
        padding-bottom: 1%;
        padding-top: 1%;
        width: 173px;
        min-height: 157px;
    }

    .boton_user_TecladoVirtual {
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
        background: #eeeeee;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 7px;
        font-size: 1.063rem;
        font-weight: normal;
        padding: 5px;
        width: 2em;
        min-height: 1em;
        font-size: 1.188rem;
        font-weight: bolder;
        color: #222222;
        cursor: pointer;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        margin: 5px;
        display: inline-grid;
    }

        .boton_user_TecladoVirtual input {
            border: none;
            background-color: transparent;
        }

    .BotonTecladoVirtual {
        padding: 1em;
    }

    .DDLTalla {
        width: 55px;
        padding: 4px;
        margin-bottom: 5px;
    }

    .OcultarCampos {
        visibility: collapse;
    }

    .scrollGridListado {
        margin-top: 20px;
    }

        .scrollGridListado table tr td {
            border: none !important;
            padding-left: 4px;
        }

    .Ocultar {
        display: none;
    }

    td.TdButton {
        display: contents;
    }

        td.TdButton input {
            width: 75%;
            margin-right: 2%;
            margin-top: 2.2%;
        }

    .VisorVideoCSS:focus {
        outline: none;
    }

    .popup_video_Imagen_grande {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9000;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .popup_video_Imagen_grande_Video {
        position: absolute;
        z-index: 9000;
    }

    .boton_ver_Imagen {
        text-align: left;
        position: absolute;
        min-width: 150px;
        bottom: 0;
    }

    .boton_ver_video {
        text-align: left;
        position: absolute;
        min-width: 150px;
        bottom: 25px;
    }

    .boton_ver_PreciosMinimos {
        margin: 0px auto -8px auto;
        position: absolute;
        bottom: 0%;
        right: 0%;
        font-weight: bold;
    }

    .VisorVideoCSSPopUp {
        max-height: 100vh;
        margin: auto;
    }

    .modal_imagen {
        display: grid !important;
        height: 100% !important;
    }

    .modal_video {
        display: grid !important;
        height: 100% !important;
        margin: 0 !important;
        margin-left: 7% !important;
    }

.ImgAMostrar {
    max-width: 90%;
    max-height: 76vh;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .swiper-container {
        width: 100%;
        height: 90%;
        margin: 2% auto !important;
    }

    .swiper-slide {
        text-align: center;
        font-size: 1.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 15px
    }

.swiper-button-cerrar {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 50px;
    height: 50px;
    font-size: 1.875rem;
    z-index: 10;
    cursor: pointer;
    background-color: #595858;
    border: none;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

    .swiper-label {
        position: absolute;
        top: 92%;
        width: Auto;
        height: 34px;
        font-size: 1.625rem;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        background-color: white;
        border: none;
        color: black;
    }

    .TamañoFijoCabeceraTabla {
        width: 15px !important;
        border-right: none !important;
    }

    .Width0CabeceraTabla {
        width: 0px;
        display: none;
    }

    .scrollGridListadoPendientes {
        margin-top: 20px;
    }

        .scrollGridListadoPendientes table tr td {
            border: none;
            padding-left: 4px;
        }

    .BordeTablaTop {
        border-top: 1px solid #656565;
    }

    .BotonMasContactos {
        background-color: #f5f5f5;
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #FAFAFA;
        float: left;
        margin: 1px 0px 0px 5px;
    }

        .BotonMasContactos input {
            border: 0px;
            background-color: transparent;
            font-weight: bold;
        }

    .span_div_cliente_label.margen_iva.lblobservaciones {
        margin-top: 15px;
        margin-left: 4%;
    }

    .DisplayNone {
        display: none;
    }

    .DisplayInline {
        display: inline !important;
    } 

    .BotonCrear {
        background-color: #f5f5f5; 
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .total_fechas .BotonCambiar {
        float: right;
    }

    .linkBorder {
        border: 1px solid #FAFAFA;
    }

    .BtnGrabarTraduccion {
        padding: 0.5em;
        background-color: #fbfbfb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #d2d2d2;
        float: right;
        margin: 2em;
        width: 10% !important;
    }

        .BtnGrabarTraduccion input {
            border: 0px;
            background-color: transparent;
            font-weight: bold;
        }

    .pagTraduccion {
        line-height: 3em;
    }

        .pagTraduccion span {
            padding: 5px;
            border: solid 1px #477b0e;
            text-decoration: none;
            white-space: nowrap;
            background: #547b2a;
        }

        .pagTraduccion a, .pagTraduccion a:visited {
            text-decoration: none;
            padding: 6px 10px;
            white-space: nowrap;
            border: 1px solid #e5e4e4;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            font-size: 1.25rem;
            margin: 0em;
            margin-right: 0.5em;
        }

            .pagTraduccion a:hover, .pagTraduccion a:active {
                border: solid 1px rgba(0, 0, 0, 0.2);
                text-decoration: none;
                white-space: nowrap;
                background: #fbfbfb;
            }

    i.fas.fa-angle-right.SubMenuHijos {
        font-size: 0.625rem;
        margin-left: 7px;
    }

    .fas.fa-angle-down.SubMenuHijos {
        font-size: 0.625rem;
        margin-left: 3px;
    }

    .panel_topos_imagenes {
        text-align: left;
        margin: 1em 0px;
    }

    .tono_color_imagenes_topos {
        height: 25px;
        width: 25px;
        border: 1px solid #e5e4e4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: inline-flex;
        border-radius: 15px;
        margin: 0px 5px;
    }

    #carousel .flex-viewport #carouselMini .ImagenesMiniSlider {
        margin-left: 2px;
        margin-right: 2px !important;
    }

    .classHomo {
        width: 6%;
        margin-left: 1%;
    }

    .descripcion_larga_producto_Homo {
        margin: 0px 0px 0px 10px !important;
    }

    input:-internal-autofill-selected {
        background-color: #ffffff !important;
    }

    .Td_Login .mdl-textfield__label {
        z-index: 0;
    }

    .Td_Login .control {
        z-index: 2;
        position: relative;
    }

    .row_cabecera {
        padding: 0px 0px 0px 0px;
        box-shadow: 0px -6px 11px 0px rgba(0, 0, 0, 0.3);
    }

    .ZonaRepresentantes .row_cabecera {
        padding: 10px 0px 10px 0px;
    }

    #ctl00_ctl14 {
        float: right;
    }

    .stuck-header {
        position: fixed;
        top: 0px;
        display: grid;
        width: 100%;
        z-index: 5000;
        height: auto;
        background-color: transparent;
    }

    .stuck-menu {
        left: 0;
        width: 100%;
        z-index: 4000;
        background-color: #ffffff;
    }

    .cabecera_sin_menu {
        background-color: #ffffff;
        height: auto;
        margin-top: 0px;
        padding-bottom: 0px;
        display: flex;
        padding-top: 10px;
    }

    .ZonaRepresentantes .cabecera_sin_menu {
        padding-top: 0px;
    }

    @media (min-width: 1px) and (max-width: 465px) {
        .cabecera_sin_menu {
            display: inline-block;
        }
    }

    .ZonaClientes .seccion_central {
        margin-top: 8px;
    }

    .ConfirmacionPedido .seccion_central {
        margin-top: 0px;
    }

    .PedidoCategoria .seccion_central, .LineasPedido .seccion_central, .DetalleArticulo .seccion_central, .VisorTextos .seccion_central {
        margin-top: 118px;
    }

    .Pedido .seccion_central {
        margin-top: 118px;
    }

    .desactivar_enter {
        background-color: transparent;
        color: transparent;
        height: 0px;
        width: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

.h5Compo {
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: bold;
}

    .tallas_grid .una_combi {
        width: 50px;
        margin-bottom: 10px;
        float: left;
    }

    .CompoPanel .Composiciones b {
        display: none;
    }

    .columna_izquierda table tr td {
        text-align: left;
        line-height: 28px;
    }

    .ctl00_Menu1_2 {
        width: 100%;
    }

    .header_backoffice {
        background-color: #fafafa;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e4e4;
    }

        .header_backoffice .titulo_categoria {
            margin-left: 0px;
            margin-right: 0px;
            height: 45px;
        }

            .header_backoffice .titulo_categoria p {
                margin-bottom: 0px;
                font-size: 0.75em;
                font-weight: bold;
                line-height: 45px;
            }

    .container_backoffice {
        height: 100vh;
    }

    .producto_columna_derecha {
        padding-left: 0px;
        padding-right: 0px;
    }

    .columna_izquierda #Menu table tr td a {
        color: #ffffff;
    }

        .columna_izquierda #Menu table tr td a:hover, .columna_izquierda #Menu table tr td a:focus {
            color: #ffffff !important;
        }

    .columna_izquierda table tr td {
        background-color: #313848;
    }

    .columna_izquierda #Menu .level_menu tr td {
        min-width: 150px;
        padding: 0px 15px 0px 15px;
    }

    .clase_fons_gris {
        background-color: #f5f5f5;
    }

    .clase_fons_blanc {
        background-color: #ffffff;
    }

    .container1 {
        position: relative;
        z-index: 5001;
    }

        .container1 .modal-dialog {
            margin-top: 111px;
        }

#mymodal, #myModalFacturas {
    background: rgba(0,0,0,0.5);
}

    .pull-right-edit {
        border: none;
        font-family: 'NeueHaasUnica-Regular';
        font-size: 15.4px;
        width: 80px;
        text-align: right;
    }

    .pull-left-perc {
        font-family: 'NeueHaasUnica-Regular';
        font-size: 15.4px;
    }

    .inventario {
        font-family: NeueHaasUnica-Regular, Arial, Helvetica;
        border-radius: 5px;
        display: grid;
        width: 100%;
        min-width: 1000px;
        min-height: 100px;
        grid-template-areas:
            "head head"
            "head1 head1"
            "nav  main"
            ".  foot";
        grid-template-columns: 150px 1fr;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-bottom-color: lightgray;
    }

    .headerInv {
        grid-area: head;
        padding: 5px;
        font-size: 1.2rem;
    }

    .header1Inv {
        grid-area: head1;
        padding: 5px;
        font-size: 0.75rem;
    }

    .navInv {
        grid-area: nav;
    }

    .mainInv {
        grid-area: main;
        font-size: 0.875rem;
        padding-left: 5px;
    }

    .footerInv {
        grid-area: foot;
        font-size: 0.875rem;
        padding: 5px;
    }

    .centerItem {
        vertical-align: middle;
        text-align: center;
    }

    .colorTalla1 {
        display: grid;
        grid-template-areas: "c tot t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20";
        grid-template-columns: 150px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-rows: 1fr;
    }

    .filtroInv {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 30px 1fr;
        grid-auto-rows: 1fr;
        grid-gap: 20px;
        height: 50px;
    }

    .filtroItem3 {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        margin: -1px;
        padding: 0;
    }

    .filtroItem {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        margin: -1px;
        padding: 0;
    }

    .filtroLabel {
        display: block;
        position: absolute;
        width: auto;
        top: 0px;
        padding: 0px;
        font-size: 0.7rem;
    }

    .filtroControl {
        display: block;
        position: absolute;
        top: 80px;
        width: 100%;
        padding: 5px;
        top: 18px;
    }

    filtroItem2 {
        grid-area: item2
    }

    .tallaHeader {
        text-align: right;
        font-weight: bold;
    }

    .tallaValue {
        text-align: right;
    }

    .colorInv {
        grid-area: c;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .tHeader {
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: lightgray;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: lightgray;
        font-weight: bold;
        padding-right: 5px;
        background-color: #f5f5f5;
    }

    .tFooter {
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: lightgray;
        font-weight: bold;
        padding-right: 5px;
    }

    .t1Item {
        padding-right: 5px;
        background-color: ghostwhite;
    }

    .t2Item {
        padding-right: 5px;
        background-color: transparent;
    }


    .tot {
        grid-area: tot;
    }


    .t1 {
        grid-area: t1;
    }

    .t2 {
        grid-area: t2;
    }

    .t3 {
        grid-area: t3;
    }

    .t4 {
        grid-area: t4;
    }

    .t5 {
        grid-area: t5;
    }

    .t6 {
        grid-area: t6;
    }

    .t7 {
        grid-area: t7;
    }

    .t8 {
        grid-area: t8;
    }

    .t9 {
        grid-area: t9;
    }

    .t10 {
        grid-area: t10;
    }

    .t11 {
        grid-area: t11;
    }

    .t12 {
        grid-area: t12;
    }

    .t13 {
        grid-area: t13;
    }

    .t14 {
        grid-area: t14;
    }

    .t15 {
        grid-area: t15;
    }

    .t16 {
        grid-area: t16;
    }

    .t17 {
        grid-area: t17;
    }

    .t18 {
        grid-area: t18;
    }

    .t19 {
        grid-area: t19;
    }

    .t20 {
        grid-area: t20;
    }

    .imgInv {
        width: 100%;
        object-fit: scale-down;
    }

    /* ------------ CSS b2b representate --------------- */

    .EstadisticasRight input {
        font-family: NeueHaasUnica-Regular, Arial, Helvetica;
    }

    .ZonaRepresentantes .row_cabecera {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ZonaRepresentantes .cabecera_sin_menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ZonaRepresentantes .cabecera_superior .link {
        margin-top: 10px;
    }

    .ZonaRepresentantes .seccion_central .calendario_div {
        margin-top: 33px;
    }

    .ZonaRepresentantes .seccion_central .zona_representantes {
        margin-top: 4px;
    }

    .ZonaRepresentantes .seccion_central .datos_pedidos .displayestadisticas, .ZonaRepresentantes .seccion_central .datos_pedidos .displayestadisticasCRM {
        /* margin-top: 18px; */
    }

    .ZonaRepresentantes .cabecera_superior {
        padding-top: 13px;
    }

    .div_clientes_zona_representantes {
        border-top: none;
        padding-top: 0px;
        margin-top: 14px;
    }

        .div_clientes_zona_representantes h3 {
            margin-bottom: 12px;
        }

        .div_clientes_zona_representantes .div_sup_buscar_lupa {
            margin-top: 0px;
            float: right;
        }

    .div_clientes_zona_representantes_2 .ancho_de_cabecera {
        width: 100%;
    }

    .ZonaRepresentantes .cabecera_superior ul .user_name {
        text-align: right;
    }

    /*-------------ESTADISTICAS-------------*/

.Initial, .ClientesTab {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    float: left;
    background-color: #ffffff;
    height: 50px;
    width: fit-content;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: none !important;
    white-space: normal;
    font-size: 1.125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:bold;
}

        .Initial:hover {
            background-color: #dddddd;
        }

.Clicked {
    float: left;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #f1f1f1;
    height: 50px;
    width: fit-content;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: none !important;
    white-space: normal;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.ClientesTab {
    font-size: 1.125rem;
    font-weight: bold;
}

.BotonAplicarGraficas {
        text-align: center;
        margin-left: 30px;
        border: 1px solid #FAFAFA;
        background-color: #f5f5f5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .SeleccionarGrafica {
        width: 400px;
        margin-left: 20px;
    }

    .displayestadisticas {
        display: flex;
    }

    .EstadisticasLeft {
        border: 1px solid #e5e4e4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 0.875rem;
        padding: 10px 10px 0px 10px;
    }

    .ColumnaIzquierdaEstadisticas {
        margin: 9px 12px;
        display: block;
        font-size: 0.875rem;
    }

    .NumeroEstadistica {
        text-align: center;
        font-size: 1.25rem;
        display: block;
        font-weight: bold;
    }

    .EstadisticasText {
        border: 1px solid #e5e4e4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 10px;
        padding-bottom: 11px;
        text-align: center;
    }

    .SeleccionarTemporadaDatos, .SeleccionarGrafica {
        margin: 10px 0px 15px 0px;
        width: 100%;
        font-size: 0.875rem;
        border: 1px solid #e5e4e4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-family: NeueHaasUnica-Regular, Arial, Helvetica;
        height: 30px;
        background-color: #fbfbfb;
    }

    .datos_pedidos .SeleccionarGrafica {
        width: 200px;
        position: relative;
    }

    .ZonaRepresentantes .stuck-header .contenedor_menu_boton {
        display: none !important;
    }

    .ZonaRepresentantes .contenedor_menu_boton {
        display: block;
        position: sticky;
        top: 5rem;
        background-color: #fff;
        width: 40px;
        height: 40px;
    }

    @media (min-width: 1px) and (max-width: 768px) {
        .ZonaRepresentantes .user_name {
            width: auto;
        }

        .ZonaRepresentantes .row_cabecera {
            box-shadow: 0px -6px 11px 0px rgba(0, 0, 0, 0.3);
        }
    }

    @media (min-width: 1px) and (max-width: 465px) {
        .ZonaRepresentantes .stuck-header .cabecera_superior {
            width: auto !important;
            float: right;
        }
    }

    .pc5 {
        display: flex;
        flex-wrap: wrap;
    }

.contenedor_productos .producto_individual {
    /*display:flex;*/
    align-items:end;
}

.container_flex {
    display: flex;
    background-color: #f7f4d4;
    height: 60px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    border-color: #f5ffff;
}

.container_flex .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin-left: 5px;
    justify-content: center;
}

.container_flex .left .grande {
    font-size: 2rem;
}

.container_flex .left .small {
    font-size: 1rem;
    padding-left: 10px;
    padding-top: 5px;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container_flex .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.botonDocumentos {
    border-style: solid;
    border-width: 0.5px;
    border-color: antiquewhite;
    margin: 3px;
}

@media only screen and (min-width: 769px) and (max-width: 30000px) {
    .EstadisticasRight {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 10px) and (max-width: 768px) {
    .displayestadisticas {
        display: block;
    }

}