﻿body {
    padding-top: 50px;
}

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login > .panel-heading-left {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: left;
}

.panel-login > .panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}

.panel-login > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login > .panel-heading a.active {
    color: #029f5b;
    font-size: 18px;
}

.panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px; 
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.panel-login > .panel-heading-left hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}

.forgot-password {
    text-decoration: underline;
    color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

.DivCapaLogin {
    display: none;
}

.VerdeCoflores {
    background-color: #D1DDD9;
}

#DivCabecera {
    float: left;
    width: 160px;
    height: 120px;
    background-image: url('../images/CabeceraMobile.png');
    background-repeat: no-repeat;
    background-position-x:right;
    background-position-y:bottom;
}

.LogoCabecera {
    float: left;
    width: 160px;
    height: 120px;
    background-image: url('../images/CabeceraMobile.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
}

.LogoCabecera2 {
    margin-top:10px;
    width: 160px;
    height: 115px;
    background-image: url('../images/CabeceraMobile3.png');
    background-repeat: no-repeat;
    background-size:106px;
    background-position-x: left;
    background-position-y: top;
}

.LogoOK {
    height: 100px;
    background-image: url('../images/ok.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size:100px;
}

#DivMantenimiento {
    width: 339px;
    height: 258px;
    text-align: center;
    background-image: url('../images/Mant.gif');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.RadioB {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    height: 20px;
    font-size: 16px;
}

.LabelLogin {
    font-size: 16px;
    font-family: inherit;
    color: #555;
    margin-left: 10px;
}

.flotar {
    float: left;
}

#fila_superior {
    position: fixed;
    top: 0px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
}

#fila_inferior {
    position: fixed;
    bottom: 0px;
    height:60px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-family: Arial;
    font-size: 18px;
    display:table;
}

.ir-arriba {
    display: none;
    height: 70px;
    font-size: 70px;
    color: #00542D;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
}

#datos_usuario {
    position: fixed;
    background-color: #014F28;
    top: 0px;
    left: 0px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    display: none;
}

#cesta_compra {
    position: fixed;
    background-color: #fff;
    top: 0px;
    left: 0px;
    overflow: auto;
    width: 100%;
    height: 100%;
    display: none;
}

#DivCapaFiltros {
    width: 100%;
    /*display: none;*/
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: auto;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
}

#DivCapaFiltros_b {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: auto;
    text-align: center;
    width: 400px;
    height: 100%;
    color: #00542D;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    z-index: 1000;
    background-color: #014E2A;
    z-index: 990;
}

.BotonFiltroMobilePadre {
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    height: 50px;
    text-align: center;
    display: table;
}

.BotonFiltroMobilePadreDentro {
    font-size: 25px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    display: table;
}

.BotonFiltroMobileHijo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

.BotonFiltroMobileHijoB {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 12px;
    padding-top: 10px;
    width: 50px;
}

.BotonFiltroMobileHijoC {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 60px;
    background-image: url(../Images/cesta.png);
    background-position: right;
    background-repeat: no-repeat;
}

.BotonFiltroMobileHijo_SubMenu {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-top: 5px;
}

.BotonGris {
    color: #fff;
    background-color: #6C757D;
}

    .BotonGris:hover {
        color: #fff;
        background-color: #4F565B;
    }

#DivCapaMenuMobile {
    background-color: #014E2A;
    height: 50px;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
}

#DivCapaDetalleProducto_A {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    text-align: center;
}

#DivCapaDetalleProducto_B {
    margin: auto auto auto auto;
    max-width: 900px;
    min-width: 600px;
    max-height: 350px;
    min-height: 350px;
    position: relative;
    top: 20%;
    overflow: auto;
    width: 60%;
    height: 60%;
    color: #00542D;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    z-index: 1000;
    border: 2px solid #00542D;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#DivMensajeBloqueado {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 1009;
}

#DivMensajeBloqueado_B {
    margin: auto auto auto auto;
    position: fixed;
    height: 150px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    top: calc(50% - 75px);
    width: 80%;
    left: 10%;
    color: #00542D;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    z-index: 1009;
    text-align:center;
    border: 3px solid orange;
    background-color: #fff;
    overflow: auto;
}

#Cargando {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(209,221,217,0.6);
    display: none;
    z-index: 1009;
}

#PedidoCargado {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1009;
}

#PedidoCargado_B {
    margin: auto auto auto auto;
    position: fixed;
    height: 460px;
    top: calc(50% - 230px);
    width: 900px;
    left: calc(50% - 450px);
    color: #00542D;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    z-index: 1009;
    border: 3px solid orange;
    background-color: #D1DDD9;
    overflow: auto;
    background-image: url(../images/girasoles.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#Cargando_B {
    margin: auto auto auto auto;
    position: fixed;
    top: calc(50% - 35px); /*50% menos la mitad del height*/
    overflow: auto;
    width: 70px;
    left: calc(50% - 35px); /*50% menos la mitad del width*/
    height: 70px;
    z-index: 1009;
}

#DivBotonFiltros1 {
    width: 33%;
    display: table;
    height: 60px;
    float: left;
}

#DivBotonFiltros2 {
    width: 34%;
    display: table;
    height: 60px;
    float: left;
    text-align: center;
}

#DivBotonFiltros3 {
    width: 33%;
    display: table;
    height: 60px;
    float: left;
    text-align: right;
}

.btnFiltroProductos {
    width: 300px;
}

.BotonAplicarFiltros {
    float: right;
    clear: both;
    padding-right: 10px;
}

#DivCapaCesta {
    display: table;
    height: 60px;
    width: 100%;
}

#CestaCompra {
    font-weight: bold;
    font-size: 19px;
    color: orange;
    cursor: pointer;
    text-decoration: none;
}

.DatosCesta {
    font-size: 15px;
    font-weight: bold;
    color: #014E2A;
}

.DatosLineaCesta {
    font-size: 14px;
    font-weight: bold;
    color: #014E2A;
}

.NombreProductoCesta {
    color: #014E2A;
    font-size: 14px;
    font-weight: bold;
}

#DivCapaSubMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}

#DivCapaSubMenu_b {
    position: fixed;
    top: 10%;
    right: 17%;
    overflow: hidden;
    text-align: center;
    width: 65%;
    height: 75%;
    color: #00542D;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    z-index: 1000;
    border: 2px solid #00542D;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#DivCapaCabeceraSubmenu {
    text-align: center;
}

.DivFiltros {
    text-align: left;
    float: left;
}

.DivFiltrosB {
    padding-left: 10px;
    padding-top: 5px;
    width: 100%;
    height: 200px;
    border: 2px solid #014E2A;
    background-color: #014E2A;
    border-radius: 20px;
    text-align:left;
}

.TextoFiltros {
    font-family:Arial;
    font-weight:bold;
    font-size:14px;
}

.TextoBuscador {
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
}

.BuscadorFiltro {
    width:95%;
    font-family:Arial;
    font-size:14px;
    color:black;
    padding-left:5px;
}

.ImagenFiltros {
    width: 50px;
    cursor: pointer;
}

.ImagenOrden {
    cursor: pointer;
}

.PrimerSeparadorFiltros {
    float: left;
    height: 5px;
    width: 10px;
}

.SeparadorFiltros {
    float:left;
    height: 1px;
    width: 10px;
}

.DivDatos {
    text-align: left;
    width: 30%;
    float: left;
}

.DivDatosGrandes {
    display: block;
    padding-right: 10px;
    padding-top: 5px;
    width: 100%;
    height: 180px;
    text-align: right;
    font-size: 14px;
}

.DivDatosPeque {
    display: none;
    padding-right: 10px;
    padding-top:5px;
    width: 100%;
    height: 180px;
    text-align: right;
}

.CentradoVertical {
    display: table-cell;
    vertical-align: middle;
}

.SemiTrans {
    background-image: url(../Images/FondoCapaVerde.png);
}

#TooltipCestaCompra {
    position: fixed;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    top: 38px;
    right: 28px;
    overflow: hidden;
    text-align: center;
    width: 150px;
    height: 67px;
    color: #00542D;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    display: none;
    background-image: url(../Images/bocadillos.png);
    background-repeat: no-repeat;
    z-index:1000;
}

#DivGridView {
    width: 97%;
    margin-top: 10px;
    padding-left: 3%;
    background-color: #fff;
}

#DivFiltroNombreColor {
    position: fixed;
    top:0px;
    left:0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
}

#DivFiltroNombreColor_B {
    position: fixed;
    top: 10%;
    right: 25%;
    overflow: hidden;
    text-align: center;
    width: 50%;
    height: 300px;
    color: #00542D;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    z-index: 1000;
    border: 2px solid #00542D;
    background-color: #ffffff;
    border-radius: 20px;
}

#DivListadoOfertas {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
}

#DivListadoOfertas_B {
    position: fixed;
    top: 10%;
    right: 12%;
    text-align: center;
    width: 75%;
    height: 75%;
    color: #00542D;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    z-index: 1000;
    border: 2px solid #00542D;
    background-color: #ffffff;
    border-radius: 20px;
    padding-top:15px;
    padding-left:10px;
    padding-right:10px;
}

#ListadoComprasUsuario {
    position: fixed;
    top: 10%;
    left: 5%;
    overflow: hidden;
    text-align: center;
    width: 90%;
    height: 80%;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    display: none;
    background-color: #014F28;
    border:3px solid #ffffff;
}

#DivListadoComprasUsuario {
    width:100%;
    height:80%;
    overflow:auto;
}

#DivCerrarListadoComprasUsuario {
    width: 100%;
    height:10%;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}

#DivRecuerdeListadoVentas {
    display: none;
}

#Div_Hr_RecuerdeListadoVentas {
    display: none;
}

.TituloG {
    font-family: Arial;
    Font-Size: 20px;
    Color: #00542D;
    font-weight: bold;
}

.TituloG2 {
    font-family: Arial;
    Font-Size: 26px;
    Color: #00542D;
    font-weight: bold;
}

.AnchoImagenPop {
    width:92%;
}

.CellProduct {
    padding-left: 3px;
    padding-top: 3px;
}

.CellCaracteristicasGra {
    display: block;
}

.CellCaracteristicasPeq {
    display: none;
}

.GridRow_b {
    font-family: Arial;
    font-size: 13px;
    background-color: #D1DDD9;
}

.GridRowSeleccionListado {
    font-family: Arial;
    font-size: 13px;
    background-color: #D1DDD9;
    line-height: 65px !important;
    height: 70px;
}

.GridRowVentas {
    font-family: Arial;
    font-size: 13px;
    background-color: #D1DDD9;
    height: 100px !important;
}

.GridHeader {
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    background-color: #0A501E;
    height: 30px !important;
}

#DivPager {
    width: 100%;
    height: 30px;
    display:block;
    text-align: center;
    background-color: #744F25;
    color: #ffffff;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}

#DivPager2 {
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    color: #744F25;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.GridRowCesta {
    font-family: Arial;
    font-size: 13px;
    background-color: #D1DDD9;
    height: 50px !important;
}

.GridAlternate {
    font-family: Arial;
    font-size: 13px;
    background-color: #ffffff;
    height: 100px !important;
}

.GridAlternateSeleccionListado {
    font-family: Arial;
    font-size: 13px;
    background-color: #ffffff;
    line-height: 70px !important;
    height:65px;
    
}

.GridAlternate_b {
    font-family: Arial;
    font-size: 13px;
    background-color: #ffffff;
}

.GridAlternateCesta {
    font-family: Arial;
    font-size: 13px;
    background-color: #ffffff;
    height: 50px !important;
}

.GridAlineacionIzq {
    padding-left:5px;
}

.GridAlineacionDer {
    padding-right: 5px;
}

.GridProduct {
    width: 35% !important;
    text-align:center;
    /*background-color:#ffffff;*/
}

.GridProductCesta {
    width: 50px !important;
    background-color: #ffffff;
}

#DivCentrador {
    width: 100%;
    padding-top: 50px;
}

#DivCentradorCesta {
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    /*border: 1px solid #744F25;*/
}

.ex2 img {
    width: 150px;
}

.ex2 img:hover {
    width: 170px; 
}

.ex3 img {
    width: 50px;
}

.ex3 img:hover {
    width: 60px;
}

.ex4 img {
    width: 50px;
}

.ClaseUsuario {
    color: #fff;
    font-weight:bold;
}

a.ClaseUsuario:hover {
    color: orange;
    text-decoration: underline;
}

.LinkVerde {
    font-family:Arial;
    font-size:12px;
    color: #00542D;
    font-weight: bold;
}

a.LinkVerde:hover {
    color: orange;
    text-decoration: underline;
}

.ClaseProductoLinea1 {
    color: #744F25;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea1_b {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseLineaListadoVentas1 {
    color: #0A501E;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align:left;
}

.ClaseProductoLinea1_det {
    color: #744F25;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea3_det {
    color: #744F25;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea4_det {
    color: #744F25;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea2 {
    color: #0A501E;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea2_sin_bold {
    color: #0A501E;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea2_peq {
    color: #000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea2_det {
    color: #0A501E;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea2_det2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea3 {
    color: #0A501E;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ClaseProductoLinea4 {
    color: #0A501E;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    
}

.btnAnadirACesta {
    font-size: 35px;
    color: #744F25;
    text-decoration: none;
    cursor: pointer;
    top: 10px;
}

span.btnAnadirACesta:hover {
    color: orange;
}

.btnSumarAACesta {
    font-size: 28px;
    color: #744F25;
    text-decoration: none;
    cursor: pointer;
    margin-top:-5px;
}

span.btnSumarAACesta:hover {
    color: orange;
}

.btnSuprimirDeCesta {
    font-size: 30px;
    color: red;
    font-weight:bold;
    text-decoration: none;
    cursor: pointer;
}

.btnSuprimirDeCesta:focus,
.btnSuprimirDeCesta:visited,
.btnSuprimirDeCesta:hover {
    color: rebeccapurple;
    text-decoration: none;
}

.btnAplicarFiltros {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.btnAplicarFiltros:focus,
.btnAplicarFiltros:visited,
.btnAplicarFiltros:hover {
    color: #FFA500;
    text-decoration: none;
}

.btnPager {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.btnPager:focus,
.btnPager:visited,
.btnPager:hover {
    color: #FFA500;
    text-decoration: none;
}

.btnPager2 {
    font-size: 14px;
    color: #744F25;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.btnPager2:focus,
.btnPager2:visited,
.btnPager2:hover {
    text-decoration: none;
}

.CajaTextoPaquetes {
    text-align: left;
    width: 60%;
    color: #00542D;
    font-size:16px;
    padding-left:5px;
    font-weight: bold;
}

.CajaTextosPagoACuenta {
    text-align: left;
    color: #00542D;
    font-size: 14px;
    font-weight: bold;
}

.SinBorde {
    border: 0px;
    box-shadow: 0px 0px 0px 0px;
}

#DivFooter {
    height:42px;
}

#DivFooterA {
    height: 100%;
    float: left;
    width: calc(100% - 123px);
    /*background-image: url('../images/FooterA.png');
    background-repeat: repeat;*/
    background-color: #014E2A;
}

#DivFooterB {
    height: 100%;
    float: left;
    width: 123px;
    background-image: url('../images/FooterB2.png');
    background-repeat:no-repeat;
}

#DivFooterText {
    position: relative;
    color: #669966;
    font-family: Arial;
    font-size: 11px;
    top: -32px;
    text-align: center;
}

    #DivFooterText a {
        color: #669966;
        font-family: Arial;
        text-decoration: none;
        cursor: pointer !important;
    }

        #DivFooterText a:hover {
            text-decoration: underline;
        }

.hidden {
    display: none;
}

.CabeceraCenter {
    text-align: center !important;
}

.CabeceraGridCesta {
    background-color: #0A501E;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    height: 30px !important;
    padding-left: 10px;
    padding-top: 10px;
}

.CellColumnasCesta {
    width: 200px;
}

.TablaResponsiveCesta {
    width:100%;
}

.PedidoMinimo {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 40%;
    float: left;
    /*color: #744F25;*/
    color:red;
}

.ImporteCompra {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    width: 60%;
    float: right;
    color: #00542D;
    height: 40px;
}

.BordeImporteCompra {
    text-align: left;
    padding-left:10px;
}

.CostesAdicionales {
    color:red;
    font-size:14px;
    font-weight:bold;
}

.CostesAdicionales2 {
    color: red;
    font-size: 13px;
    font-weight: bold;
}

.EspacioEnBlanco {
    height: 30px;
}

.DivLabelPrecio {
    color: #014E2A;
    font-size: 16px;
    font-weight: bold;
}

.DivLabelPedidoCargado {
    color: #014E2A;
    font-size: 15px;
    font-weight: bold;
}

#TxComentarios {
    font-weight:normal;
    font-family:Arial;
    font-size:14px;
}

.ObservacionesA {
    float: left;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #014E2A;
    padding-left:20px;
    padding-top:5px;
}

.DireccionEntregaEnCesta {
    font-family: Arial;
    color: #014E2A;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    font-size:13px;
    width: 100%;
    line-height:25px;
}

.TextoFecha {
    font-family: Arial;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #014E2A;
    padding-right: 5px;
}

.TextoPrecioAprox {
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #014E2A;
	text-align:right;
}

.EsAprox {
    float: left;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    color: black;
    height:40px;
}

.CheckCopia {
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #014E2A;
    text-align: left;
}

.VinculoListado {
    float:right;
    text-align: right;
    padding-right: 5px;
}

.Vinculo {
    cursor: pointer;
}

.Vinculo:focus,
.Vinculo:visited,
.Vinculo:hover {
    color: orange;
    text-decoration: none;
}

.btnVolver {
    Color: #0A501E;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
}

.btnVolver:focus,
.btnVolver:visited,
.btnVolver:hover {
    color: orange;
    text-decoration: none;
}

.CabeceraFiltros {
    width:150px;
}

.BotonesPedidoCargado_B {
    width: 250px;
    height: 50px;
    font-size: 18px;
}

.LinkImage2 {
    font-weight: bold;
    font-size: 14px;
}

a.LinkImage2:link {
    color: #ffffff;
    text-decoration: none;
}

a.LinkImage2:active {
    color: #000000;
    text-decoration: none;
}

a.LinkImage2:visited {
    color: #000000;
    text-decoration: none;
}

a.LinkImage2:hover {
    color: #FFA500;
    text-decoration: underline;
}

.FlechasOrdenacion {
    font-size: 14px;
    display: none;
    float: left;
    color: #FFA500;
}

#SiguienteSeleccionListados {
    width: 250px;
    margin: 0 auto;
}

.DivBotonVolverGeneral {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.GridOfertas {
    width: 100%;
}

.CapaIntermediaDivsEmergentes {
    overflow: auto;
    width: 100%;
}

#DivGruposDeProductosG {
    position: absolute;
    background-color: #ffffff;
    color: #00542D;
    display: none;
    border: 3px solid orange;
}

#DivGruposDeProductosP {
    position: fixed;
    background-color: #ffffff;
    color: #00542D;
    display: none;
    border: 3px solid orange;
    top: 10px;
    left: 10px;
    width: 300px;
    padding-left: 5px;
}

.btnCerrarFiltroGP {
    font-size: 20px;
    color: #00542D;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.DivCerrarFiltroGP {
    width: 100%;
    height: 20px;
    text-align: right;
    padding-right: 2px;
    padding-top: 2px;
}

.btnCerrarFiltroGP:focus,
.btnCerrarFiltroGP:visited,
.btnCerrarFiltroGP:hover {
    color: red;
    text-decoration: none;
}

.tooltipp {
    position: relative;
    display: inline-block;
}

.tooltipp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    transition: opacity 1s;
}

.tooltipp .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#AuxDivFiltroGrupoProd_G {
    display: block;
}

#AuxDivFiltroGrupoProd_P {
    display:none;
}

.Mensaje {
    font-size: 16px;
    color: #00542D;
}

.SubDivPager {
    float:left;
    width:50%;
    height:100%;
}

.form-control-jpm {
    width: 95%;
    min-width:130px;
    color:black;
    font-weight:normal;
    height: 25px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.Descuento {
    text-align:center;
}

.ClaseDescuento {
    font-size: 11px !important;
    color: #0A501E;
}

.DivCaracteristicasDetalle {
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #0A501E;
    background-color: #D1DDD9;
}

.DivGridViewSL {
    height: 100%;
    width: 100%;
    margin-top: 10px;
}

#DivTituloSL {
    height: 20px;
    background-color: #00542D;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.clear {
    clear: both;
}

.BotonesFiltrosPadre {
    width: 33.33%;
    float: left;
    /*background-color: #FFA500;*/
    height: 125px;
    border: solid;
    border-width: 2px;
    border-color: #014E2A;
    display: table;
    text-align: center;
}

.SubBotonesFiltrosPadre {
    width: 100%;
    height: 75px;
    border: solid;
    border-color: #014E2A;
    border-width: 2px;
    display: table;
    text-align: center;
    margin-bottom: 3px;
    font-size: 18px;
    cursor: pointer;
}

.BotonesFiltrosHijo {
    display: table-cell;
    vertical-align: middle;
    z-index: 999;
}
.BotonesTexto {
    color: #ffffff;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}

.blanco {
    color: #ffffff;
}

.blancoG {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

.verde {
    color: #014E2A;
    font-size: 35px;
    font-weight: bold;
}

.verdePeq {
    color: #014E2A;
    font-size: 25px;
    font-weight: bold
}

.SinOpacity {
    opacity: unset !important;
}

.CalidadSeVe {
    display: block !important;
}

.TamanoSeVe {
    display: block !important;
}

.Tamano2SeVe {
    display: block !important;
}

.ColorSeVe {
    display: block !important;
}

.UnidadSeVe {
    display: block !important;
}

.CalidadNoSeVe {
    display: none !important;
}

.TamanoNoSeVe {
    display: none !important;
}

.Tamano2NoSeVe {
    display: none !important;
}

.ColorNoSeVe {
    display: none !important;
}

.UnidadNoSeVe {
    display: none !important;
}

.ClaseProductoTitulo_G {
    font-size: 14px !important;
}

.ClaseProductoTitulo_P {
    font-size: 11px !important;
}

.SeparadorFilas {
    clear: both;
    display: none;
    height: 5px;
}

.container-jpm {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    max-width: 1100px;
}

.container-jpmB {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
}

.GridRowTotal_A {
    width: 50%;
    float: left;
    border: 1px solid #00542D;
}

.GridRowTotal_B {
    width: 49%;
    float: left;
    border: 1px solid #00542D;
    margin-left: 1%;
}

.GridRowListado_A {
    font-family: Arial;
    font-size: 13px;
    background-color: #D1DDD9;
    height: 120px !important;
}

.GridRowListado_B {
    font-family: Arial;
    font-size: 13px;
    background-color: #FFF;
    height: 120px !important;
}

.GridRowListado_C {
    font-family: Arial;
    font-size: 13px;
    background-color: #D1DDD9;
    height: 85px !important;
}

.GridRowListado_D {
    font-family: Arial;
    font-size: 13px;
    background-color: #FFF;
    height: 85px !important;
}

.ConOpactity {
    opacity: 1 !important;
}

.ProductosOver {
    border: 2px solid orange;
}

.VentasOver {
    background-color: orange;
}

.FiltrosOver {
    border: 2px solid #fff;
}

.Prueba {
    color:#fff;
    font-size: 11px;
}

.Semitransparente {
    opacity: 0.4;
}

.DivPaquetes1a {
    float: left;
    width: 60%;
    text-align: left;   
    padding-top:3px;
}

.DivPaquetes1b {
    float: left;
    width: 60%;
    text-align: left;
    margin-top:-6px;
}

.DivDescuento {
    float: left;
    text-align: left;
    margin-top:-17px;
    margin-left:-5px;
}

.DivPaquetes2 {
    float: left;
    width: 40%;
    text-align: left;
}

.DivImagenCesta {
    float: left;
    width: 13%;
    min-width: 83px;
    text-align: left;
}

.ImagenCesta {
    width: 83px;
    height: 83px;
}

.AlturaImagenCaracteristicas {
    height:20px;
}

.TotalCestaIzquierda {
    float: left;
    width: 65%;
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
}

.TotalCestaDerecha {
    float: left;
    width: 35%;
    text-align: right;
    padding-right: 20px;
    margin-top: 10px;
}

#SeparadoMensajeYDireccion {
    height:1px;
}

.BotonMobile {
    display: none;
}

@media only screen and (max-width: 1285px) {
    .container-jpm {
        width: 95%;
    }

    .container-jpmB {
        width: 95%;
    }

    .BotonesPedidoCargado_B {
        width: 160px;
        font-size: 14px;
    }

    .TituloG2 {
        Font-Size: 25px;
    }

    .DivPaquetes1a {
        width: 65%;
    }

    .DivPaquetes1b {
        width: 65%;
    }

    .DivPaquetes2 {
        width: 35%;
    }

    .NombreProductoCesta {
        font-size: 11px;
    }

    .DivImagenCesta {
        width: 13%;
        min-width: 75px;
    }

    .ImagenCesta {
        width: 75px;
    }

    .AlturaImagenCaracteristicas {
        height: 15px;
    }
}

@media only screen and (max-width: 800px) {
    .container-jpm {
        width: 100%;
    }

    .container-jpmB {
        width: 100%;
    }

    #PedidoCargado_B {
        height: 100%;
        top: 0px;
        width: 100%;
        left: 0px;
        border: 0px;
        overflow: auto;
        background-image: url(../images/girasoles.png);
        background-size: 1300px;
    }

    .BotonesPedidoCargado_B {
        width: 200px;
        font-size: 15px;
    }

    .SeparadorFilas {
        display: block;
    }

    .GridRowTotal_A {
        width: 100%;
    }

    .GridRowTotal_B {
        width: 100%;
        margin-left: 0;
    }

    .GridRowListado_B {
        background-color: #D1DDD9;
    }

    .Prueba {
        display: none;
    }

    #DivMensajeBloqueado_B {
        padding-top: 30px;
        height: 100%;
        top: 0px;
        width: 100%;
        left: 0%;
        background-color: #D1DDD9;
    }

    .DivLabelPrecio {
        font-size: 15px;
    }

    .TituloG2 {
        Font-Size: 16px;
    }

    .DivPaquetes1a {
        width: 75%;
        margin-top: -3px;
    }

    .DivPaquetes1b {
        width: 75%;
        margin-top: -3px;
    }

    .DivDescuento {
        margin-top: -15px;
        /*margin-left: 10px;*/
    }

    .DivPaquetes2 {
        width: 25%;
        /*margin-top:-5px;*/
    }

    .DivImagenCesta {
        width: 13%;
        min-width: 13%;
    }

    .ImagenCesta {
        width: 100%;
    }

    .DatosLineaCesta {
        font-size: 11px;
    }

    .CostesAdicionales2 {
        font-size: 11px;
        padding-left:5px;
    }

    .CheckCopia {
        font-size: 11px;
    }

    .ObservacionesA {
        padding-left: 10px;
    }

    .TotalCestaIzquierda {
        width: 50%;
    }

    .TotalCestaDerecha {
        width: 50%;
    }

    #SeparadoMensajeYDireccion {
        height: 40px;
    }

    #DivFooterText {
        top: -35px;
    }

    .NoMobile {
        display: none;
    }

    .BotonMobile {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .DivLabelPrecio {
        font-size: 14px;
    }

    .DatosLineaCesta {
        font-size: 10px;
    }

    .DivPaquetes2 {
        margin-top: -10px;
    }

    .btnSumarAACesta {
        font-size: 23px;
    }

    .DivPaquetes1b {
        margin-top: -16px;
    }

    /*.DivDescuento {
        margin-top: -20px;
        margin-left: 25px;
    }*/

    .DatosCesta {
        font-size: 14px;
    }
}