/*
* Table
*/

#wrapper th,
#wrapper td {
    color: #222222;
    text-align: left;
}


/*
* Table: datos
*/

.tabla_datos {
    width: 100%;
}

.tabla_datos th[colspan] {
    border-bottom: 0;
    padding: .3em;
    text-align: center;
}

.tabla_datos thead tr {
    border: 1px solid #c2c2c2;
    background-color: #dbdbdb;
    border-radius: 4px;
}

.tabla_datos tbody tr {
    border-bottom: 1px solid #e5e5e5;
}

.tabla_datos tbody tr:hover {
    background-color: #ffe6ad !important;
}

.tabla_datos tbody tr:nth-child(odd) {
    background-color: #fff;
}

.tabla_datos tbody tr:nth-child(even) {
    background-color: #dbdbdb;
}

.tabla_datos a {
    text-decoration: none;
    color: #262425;
    font-weight: bold;
}

.tabla_datos a:hover {
    text-decoration: underline;
}

.tabla_datos .button:hover {
    text-decoration: none;
}

.tabla_datos th,
.tabla_datos td {
    padding: .3em;
    vertical-align: middle;
}

.tabla_datos td.td_blanco {
    background-color: #fff;
}

.fila_vacia {
    height: 20px;
}

.pvp {
    font-size: 0.9em;
    color: grey !important;
}

/*
* Table: neumático_buscador
*/

body {
    cursor: default;
}

#btn_menu:hover {
    cursor: default;
}

#tabla_neumatico_buscador tr {
    min-height: 125px;
}

#tabla_neumatico_buscador td {
    height: 125px;
}

#tabla_neumatico_buscador tbody td:nth-child(1) {
    width: 80px;
}

#tabla_neumatico_buscador tbody td:nth-child(2) {
    width: 32px;
}

#tabla_neumatico_buscador tbody td:nth-child(3) {
    width: 385px;
}

#tabla_neumatico_buscador tbody td:nth-child(4) {
    width: 50px;
    text-align: center;
}

#tabla_neumatico_buscador tbody td:nth-child(5) {
    width: 38px;
    text-align: center;
}

#tabla_neumatico_buscador tbody td:nth-child(6) {
    width: 43px;
    text-align: center;
}

#tabla_neumatico_buscador tbody td:nth-child(7) {
    width: 36px;
    text-align: center;
}

#tabla_neumatico_buscador tbody td:nth-child(8) {
    width: 73px;
}

#tabla_neumatico_buscador tbody td:nth-child(9) {
    width: 30px;
    text-align: center;
}

#tabla_neumatico_buscador tbody td:nth-child(10) {
    width: 48px;
    text-align: right;
}

#tabla_neumatico_buscador tbody td:nth-child(11) {
    width: 66px;
    text-align: right;
}

#tabla_neumatico_buscador tbody td:nth-child(12) {
    width: 50px;
    text-align: center;
}

#tabla_neumatico_buscador tbody td:nth-child(13) {
    width: 50px;
    text-align: center;
}

#tabla_neumatico_buscador thead th:nth-child(3),
#tabla_neumatico_buscador thead th:nth-child(4),
#tabla_neumatico_buscador thead th:nth-child(5),
#tabla_neumatico_buscador thead th:nth-child(6),
#tabla_neumatico_buscador thead th:nth-child(8),
#tabla_neumatico_buscador thead th:nth-child(11),
#tabla_neumatico_buscador thead th:nth-child(12) {
    text-align: center;
}

#tabla_neumatico_buscador .stars,
#tabla_presupuesto .stars {
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    width: inherit;
    text-align: center;
    font-weight: bold;
    color: #0084D8;
    text-shadow: 1px 1px 2px #8A8A8A;
}

#tabla_presupuesto .stars {
    margin-left: -25px;
}

#tabla_neumatico_buscador tbody td:nth-child(11) .input_cantidad {
    margin-top: 25px;
}

#tabla_neumatico_buscador .input_cantidad {
    width: 3em;
    padding: 0.2em;
}

#tabla_neumatico_buscador .button1 {
    font-size: 11px;
}

.content_detalles {
    float: left;
    width: 80%;
    font-size: 11px;
}

.content_detalles_terreno {
    float: right;
    width: 20%;
}

.content_detalles_terreno_1 {
    float: left;
    width: 70%;
}

.content_detalles_terreno_2 {
    float: left;
    width: 30%;
}

#tabla_neumatico_buscador .entrega_camion {
    position: absolute;
    top: 8px;
    left: 0px;
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 11px;
    background-color: #FFC859;
}

.conten_eficiencia {
    margin-bottom: 2px;
    display: inline-block;
}

.conten_eficiencia div {
    float: left;
}

.conten_eficiencia .conten_eficiencia_2 {
    padding-top: 3px;
}

#tabla_neumatico_buscador td.td_neto {
    vertical-align: inherit;
    padding-top: 0;
}

.neto_neumatico,
.neto_oferta,
.neto_recomendado,
.neto_oportunidad {
    width: 90px;
}

.neumatico_oferta,
.neumatico_recomendado,
.neumatico_novedad,
.neumatico_oportunidad,
.neumatico_black_friday {
    margin-bottom: 35px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
}

.neumatico_oferta,
.neto_oferta {
    color: #DA0B0B;
}

.neumatico_recomendado,
.neto_recomendado {
    color: #4F7A2D;
}

.neumatico_novedad,
.neto_novedad {
    color: #1A81D2;
}

.neumatico_oportunidad,
.neto_oportunidad {
    color: #1A81D2;
}

.neumatico_black_friday,
.neto_black_friday {
    color: #575757;
    text-align: right !important;
}

.neumatico_black_friday>span {
    color: #FF4848 !important;
    text-decoration: line-through;
}

.camaras_block {
    position: absolute;
    padding: 3px;
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555555;
    font-size: 11px;
    font-weight: bold;
}

a .camaras_block:hover {
    color: black;
}

.broker_blocks {
    position: absolute;
    width: 104px;
    margin-left: -15px;
    margin-top: 5px;
    padding: 2px;
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555555;
    font-size: 11px;
}

.broker_block1,
.broker_block2 {
    display: inline-block;
    margin: 2px 0;
}

.broker_block1 {
    float: left;
    width: 54%;
    text-align: left;
}

.broker_block2 {
    float: right;
    width: 46%;
}

.broker_blocks_info {
    min-width: 200px;
    display: none;
    position: absolute;
    top: 20px;
    left: 100px;
    background-color: #ffe6ad;
    border: 1px solid #e5ac2e;
    padding: 8px;
    text-align: justify;
    z-index: 999;

}

div.broker_blocks_container {
    position: relative;

}

div.broker_blocks_container:hover div.broker_blocks_info {
    display: block;
}


/*
* Etiqueta europea buscador de neumáticos
*/

div.tyrelabel {
    display: none;
}

div.tyrelabel img {
    width: 300px;
    height: 440px;
}

div.tyrelabel .tyrelabel_info {
    border: 2px solid #0192D5;
    margin-bottom: 0.5em;
    padding: 5px;

    background-color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
}


/*
* Stock tiendas
*/

.tabla_datos td.stock-block {
    vertical-align: inherit;
    cursor: pointer;
}

.stock-block div.stock-tienda {}

.stock-block div.stock-global {
    height: 19px;
    margin-top: 20px;
    color: #7D7D7D;
}

.stock-block div.stock-todas-tiendas {
    display: none;
}

.stock-block table.stock-todas-tiendas-table {
    width: 100%;
    border: 2px solid #1693CE;
}

.stock-block table.stock-todas-tiendas-table th,
.stock-block table.stock-todas-tiendas-table td {
    text-align: left !important;
}

.stock-block table.stock-todas-tiendas-table th {
    font-weight: bold;
}

.stock-block table.stock-todas-tiendas-table td {
    width: auto !important;
    height: 10px !important;
}


/*
* Table: Carrito
*/

#tabla_factura th {
    padding: .8em .5em;
}

#tabla_factura td {
    padding: 2em .5em;
}

#tabla_factura tbody td:nth-child(1) {
    width: 55px;
}

#tabla_factura tbody td:nth-child(3) {
    width: 30px;
}

#tabla_factura tbody td:nth-child(4) {
    width: 60px;
}

#tabla_factura tbody td:nth-child(5),
#tabla_factura tbody td:nth-child(6),
#tabla_factura tbody td:nth-child(7) {
    width: 80px;
}

#tabla_factura tbody td:nth-child(8) {
    width: 47px;
}

#tabla_factura tbody td:nth-child(1),
#tabla_factura tbody td:nth-child(3),
#tabla_factura tbody td:nth-child(4),
#tabla_factura thead th:nth-child(4),
#tabla_factura tbody td:nth-child(5),
#tabla_factura thead th:nth-child(5),
#tabla_factura tbody td:nth-child(6),
#tabla_factura thead th:nth-child(6),
#tabla_factura tbody td:nth-child(7),
#tabla_factura thead th:nth-child(7) {
    text-align: center;
}

#tabla_factura tbody tr td .neto_tip {
    position: absolute;
    margin-top: 4px;
    margin-left: 6px;
    font-size: 0.8em;
}


/*
* Table: bateria_buscador
*/

.tabla_bateria_buscador tbody td {
    padding-top: .8em;
    vertical-align: baseline;
}

.tabla_bateria_buscador thead th,
.tabla_bateria_buscador tbody td {
    text-align: center !important;
}

.tabla_bateria_buscador thead tr th.bat_gris_1 {
    background-color: #a3a3a3;
}

.tabla_bateria_buscador thead tr th.bat_gris_2 {
    background-color: #b2b2b2;
}

.tabla_bateria_buscador thead tr:nth-child(1) th:nth-child(1),
.tabla_bateria_buscador thead tr:nth-child(1) th:nth-child(3),
.tabla_bateria_buscador tbody td:nth-child(1) {
    text-align: left !important;
}

.tabla_bateria_buscador tbody tr td {
    height: 26px;
}

.tabla_bateria_buscador tbody td:nth-child(3) {
    width: 28%;
    text-align: left !important;
    height: 87px !important;
}

.tabla_bateria_buscador tbody td:nth-child(4) img,
.tabla_bateria_buscador tbody td:nth-child(5) img,
.tabla_bateria_buscador tbody td:nth-child(15) div {
    vertical-align: middle;
}


/*
* Table: consumible_buscador
*/

.titulo_marca_consumible_buscador,
.titulo_consumible_buscador {
    padding: 5px 0 0 12px;
    font-weight: bold;
}

.titulo_marca_consumible_buscador {
    float: left;
    width: 20%;
    font-size: 1.2em;
}

.titulo_consumible_buscador {
    float: left;
    width: 60%;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.tabla_consumible_buscador tbody td {
    padding: .7em .3em;
    vertical-align: baseline;
}

.tabla_consumible_buscador thead th,
.tabla_consumible_buscador tbody td {
    text-align: center !important;
}

.tabla_consumible_buscador thead tr:nth-child(1) th:nth-child(1),
.tabla_consumible_buscador thead tr:nth-child(1) th:nth-child(3),
.tabla_consumible_buscador tbody td:nth-child(1),
.tabla_consumible_buscador tbody td:nth-child(3) {
    text-align: left !important;
}

.tabla_consumible_buscador thead tr th {
    height: 25px;
}

.tabla_consumible_buscador tbody tr td {
    width: 7%;
}

.tabla_consumible_buscador tbody tr td:nth-child(3) {
    width: auto !important;
}

.tabla_consumible_buscador tbody td:nth-child(4) img,
.tabla_consumible_buscador tbody td:nth-child(10) div {
    vertical-align: middle;
}

.tabla_consumible_buscador tbody tr td .neto_tip {
    position: absolute;
    margin-top: 4px;
    font-size: 0.8em;
}


/*
* Table: lubricante_buscador
*/

.tabla_lubricante_buscador tbody td {
    padding: .8em .3em;
    vertical-align: baseline;
}

.tabla_lubricante_buscador tbody td:nth-child(4) img,
.tabla_lubricante_buscador tbody td:nth-child(11) div {
    vertical-align: middle;
}


/*
* Table: cadena_buscador
*/

.tabla_cadena_buscador tbody td {
    padding: .7em .3em;
    vertical-align: baseline;
}

.tabla_cadena_buscador tbody td:nth-child(4) img,
.tabla_cadena_buscador tbody td:nth-child(9) div {
    vertical-align: middle;
}


/*
* Baterías y consumibles
*/

.tabla_conjunto_buscador_black_friday tbody td {
    padding-top: 1.8em !important;
}

.producto_oferta,
.producto_recomendado,
.producto_novedad,
.producto_oportunidad,
.producto_black_friday {
    position: absolute;
    margin-top: -13px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.producto_black_friday {
    margin-top: -25px !important;
}

.producto_oferta,
.producto_oferta_neto {
    color: #DA0B0B;
}

.producto_recomendado,
.producto_recomendado_neto {
    color: #4F7A2D;
}

.producto_novedad,
.producto_novedad_neto {
    color: #1A81D2;
}

.producto_black_friday {
    color: #575757;
}

.producto_black_friday>span {
    color: #FF4848 !important;
    text-decoration: line-through;
}


/*
* Table: resumen factura
*/

#tabla_resumen_factura_div {
    float: right;
}

#tabla_resumen_factura {
    float: right;
    margin-top: 3em;
}

#tabla_resumen_factura tr {
    border-bottom: 1px solid #fff;
}

#tabla_resumen_factura th,
#tabla_resumen_factura td {
    padding: 0.6em 1.2em;
    text-align: right;
}

#tabla_resumen_factura th {
    background-color: #fed476;
    font-weight: bold;
}


#tabla_resumen_factura td {
    background-color: #eaeaea;
}

#tabla_resumen_factura tbody tr:last-child th,
#tabla_resumen_factura tbody tr:last-child td {
    background-color: #e5ac2e;
    font-weight: bold;
    font-size: 1.3em;
}


/*
* Tabla cesta flotante
*/
.tabla_cesta_flotante tr td {
    height: 25px !important;
}

.tabla_cesta_flotante tr td .neto_tip {
    position: absolute;
    margin-top: 4px;
    margin-left: 6px;
    font-size: 0.8em;
}


/*
* Table: Ip listado
*/

.tabla_listado_ip thead tr:nth-child(1) th:nth-child(2),
.tabla_listado_ip thead tr:nth-child(1) th:nth-child(3),
.tabla_listado_ip thead tr:nth-child(1) th:nth-child(4),
.tabla_listado_ip thead tr:nth-child(1) th:nth-child(5),
.tabla_listado_ip thead tr:nth-child(2) th:nth-child(1),
.tabla_listado_ip thead tr:nth-child(2) th:nth-child(2),
.tabla_listado_ip thead tr:nth-child(2) th:nth-child(3),
.tabla_listado_ip tbody td:nth-child(2),
.tabla_listado_ip tbody td:nth-child(3),
.tabla_listado_ip tbody td:nth-child(4),
.tabla_listado_ip tbody td:nth-child(5),
.tabla_listado_ip tbody td:nth-child(6),
.tabla_listado_ip tbody td:nth-child(7) {
    text-align: center !important;
}

.tabla_listado_ip thead tr:nth-child(1) th:nth-child(5),
.tabla_listado_ip thead tr:nth-child(2) th:nth-child(1),
.tabla_listado_ip thead tr:nth-child(2) th:nth-child(2),
.tabla_listado_ip thead tr:nth-child(2) th:nth-child(3) {
    background-color: #b2b2b2;
}


/*
* Table: Pedidos listado admin
*/

.tabla_listado_pedidos_admin th,
.tabla_listado_pedidos_admin td {
    padding: 1em .5em;
}

.tabla_listado_pedidos tbody td {
    height: 2.4em;
}

.tabla_listado_pedidos tbody td:nth-child(1),
.tabla_listado_pedidos thead th:nth-child(1),
.tabla_listado_pedidos tbody td:nth-child(5),
.tabla_listado_pedidos thead th:nth-child(5),
.tabla_listado_pedidos tbody td:nth-child(6),
.tabla_listado_pedidos thead th:nth-child(6),
.tabla_listado_pedidos tbody td:nth-child(7),
.tabla_listado_pedidos thead th:nth-child(7),
.tabla_listado_pedidos tbody td:nth-child(8),
.tabla_listado_pedidos thead th:nth-child(8),
.tabla_listado_pedidos tbody td:nth-child(9),
.tabla_listado_pedidos thead th:nth-child(9) {
    text-align: center !important;
}

.tabla_datos.tabla_listado_pedidos tbody tr {
    background-color: #fff;
}

.tabla_listado_pedidos .listado_pedidos_header_product td {
    height: 1.4em !important;
}

.tabla_listado_pedidos .listado_pedidos_line {
    background-color: #dbdbdb !important;
}

.tabla_listado_pedidos .listado_pedidos_footer_product {
    border-bottom: 1px solid #777 !important;
}

.tabla_listado_pedidos .listado_pedidos_footer_product td {
    height: 0 !important;
    padding: 0 !important;
}

.tabla_listado_pedidos .td_observaciones {
    position: relative;
}

.tabla_listado_pedidos .td_observaciones .show_observaciones {
    position: relative;
    color: grey;
    width: 100%;
    cursor: pointer;
    font-size: 2.5em;
}

.tabla_listado_pedidos .td_observaciones .observaciones_block {
    display: none;
    position: absolute;
    top: 5px;
    left: 75%;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
}

.tabla_listado_pedidos .td_observaciones .observaciones_block form textarea {
    float: left;
    min-width: 400px;
    margin: 10px 0;
    min-height: 70px;
}


/*
* Table: Devolución neumáticos
*/

.tabla_devolucion_neumaticos thead th {
    text-align: center !important;
    font-weight: bold;
}

.tabla_devolucion_neumaticos {
    margin-bottom: 10px;
}

.tabla_devolucion_neumaticos td {
    vertical-align: middle;
    padding: 1px;
}

.tabla_devolucion_neumaticos td input {
    width: 150px;
}


/*
* Table:  Direcciones de usuario alternativas
*/

#tabla_listado_consumibles th,
#tabla_listado_consumibles td {
    padding: 1em .5em;
}

#tabla_listado_consumibles thead th:nth-child(3),
#tabla_listado_consumibles tbody td:nth-child(3),
#tabla_listado_consumibles thead th:nth-child(4),
#tabla_listado_consumibles tbody td:nth-child(4) {
    text-align: center !important;
}


/*
* Table:  Usuario: Marcas de neumáticos no visibles
*/

#tabla_marcas_neum_no_visibles th {
    padding: 0.8em 0.5em;
}

#tabla_marcas_neum_no_visibles tbody td:nth-child(1) {
    width: 75%;
}

#tabla_marcas_neum_no_visibles tbody td:nth-child(2) {
    width: 25%;
}


/*
* Table: Listado de usuarios
*/

#tabla_listado_usuarios th {
    padding: 0.8em 0.5em;
}

#tabla_listado_usuarios thead th:nth-child(5),
#tabla_listado_usuarios tbody td:nth-child(5),
#tabla_listado_usuarios thead th:nth-child(6),
#tabla_listado_usuarios tbody td:nth-child(6),
#tabla_listado_usuarios thead th:nth-child(7),
#tabla_listado_usuarios tbody td:nth-child(7) {
    text-align: center !important;
}


/*
* Table: Listado consumibles
*/

#tabla_direcciones_usuarios_alternativas th,
#tabla_direcciones_usuarios_alternativas td {
    padding: 1em .5em;
}


/*
* Table: Listado direcciones admin
*/

#tabla_listado_direcciones th {
    padding: 1em .5em;
}


/*
* Table: Condiciones portes gratuitos admin
*/

#body_portes_provincia td {
    text-align: center;
}


/*
* Tabla: admin_log_busqueda
*/

#tabla_resumen_busquedas th {
    padding: 0.8em 0.5em;
}

.tooltip_ips {
    display: none;
}

.tooltip_ips>table tr {
    background-color: transparent !important;
}

.tooltip_ips>table tr.head {
    background-color: #dbdbdb !important;
}

.tooltip_ips>table tr td {
    text-align: right !important;
}

.tooltip_ips>table tr.head td {
    text-align: left !important;
}

/*
* Table: Listado albaranes calendario
*/

#tabla_albaranes {
    width: 100%;
}

#tabla_albaranes th,
#tabla_albaranes td {
    padding: .3em;
    vertical-align: middle;
    border: 1px solid #C1C1C1;
    width: 16%;
    height: 45px;
    text-align: center;
}

#tabla_albaranes thead tr {
    background-color: #dbdbdb;
    border-radius: 4px;
}

#tabla_albaranes td .button_fecha {
    padding: 10px 20px;
}

#tabla_albaranes thead tr th:nth-child(6),
#tabla_albaranes thead tr th:nth-child(7) {
    width: 9%;
}

#tabla_albaranes tbody tr td:nth-child(6),
#tabla_albaranes tbody tr td:nth-child(7) {
    background-color: #EEECEC;
    width: 9%;
}

/* ZOOM */
.container-enlarge {
    display: inline-block;
    position: relative;
    /* margin: 15px; */
}

.container-enlarge>img {
    height: auto;
    max-height: 100px;
    /* max-height: 120px; */
    /* max-width: 100%;
    width: 150px; */
    border-radius: 5px;
}

.container-enlarge span {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.container-enlarge:hover span {
    top: 0;
    left: 75px;
    width: auto;
    background-color: #FFF;
    text-align: center;
    -webkit-box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.75);
    display: none;
}

.container-enlarge span.top {
    top: -405px;
}

.container-enlarge:hover span {
    display: block;
    z-index: 999;
}

/* FIN ZOOM */

/* INFO ENVIO EXPRESS */
#delivery-description {
    position: relative;
}

#delivery-description p {
    min-width: 200px;
    display: none;
    position: absolute;
    top: 0;
    left: 60px;
    background-color: #ffe6ad;
    border: 1px solid #e5ac2e;
    padding: 8px;
    text-align: justify;
    z-index: 999;
}

#delivery-description small {
    font-size: 0.8em;
}

#delivery-description:hover p {
    display: inline-block;
}

/* FIN INFO ENVIO EXPRESS */

/* PROMOCIONES */

/* LATERAL */
#tabla_neumatico_buscador tr td .promo_lateral {
    right: -30px;
    transition: right 1s;
    position: absolute;
    height: 50%;
    top: 18%;
    cursor: pointer;
    border-radius: 0 5% 5% 0;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 #a8a8a8;
    z-index: -1;
    min-width: 100px;
}

#tabla_neumatico_buscador tr:hover td .promo_lateral {
    right: -210px;
}

#tabla_neumatico_buscador tr td .promo_lateral img {
    max-height: 100%;
}

/* INTERIOR */

#tabla_neumatico_buscador tr td .promo_interior {
    cursor: pointer;
    padding: 4px;
    /* background-color: #000; */
    display: inline-block;
    position: absolute;
}

#tabla_neumatico_buscador tr td .promo_interior span {
    color: #FEFE00;
}
