@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('material-design-iconic-font/css/materialdesignicons.min.css');

html, body {
    background: #f6f6f6;
    font-family: "Segoe UI", sans-serif;
    margin: 0;
    overflow: hidden;
    color: #263238;
    font-weight: 300;
    height: 100%;
}

#wrapper {
    height: 100%;
    min-height: 100vh;
}

.cursor {
    cursor: pointer;
}

.nav-item > a {
    color: #fff !important;
}
/*INICIO ESTILOS LOGIN*/
.eye-pass {
    margin-top: 28px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 4px;
    position: relative;
    top: -61px;
    left: 85%;
}

.login-page .page-header .container {
    padding-top: 20vh;
}

.page-header.header-filter{
    background-size:cover !important;
}

label.e-float-text, .e-float-input label.e-float-text, .e-float-input.e-control-wrapper label.e-float-text {
    top: 43% !important;
}
/*FIN ESTILOS LOGIN*/
/*INICIO ESTILOS menu IZQ*/
.icono-menu {
    font-size: 16px;
    font-weight: bold;
}

.texto-menu {
    font-size: 0.9rem;
}

.e-sidebar.e-left.e-close.e-dock .texto-menu {
    display: none;
}

.e-close li.nav-item.dock-menu span.nav-link.cursor span span.text-dock {
    font-size: 0px !important;
}

.nav-item.dock-menu {
    font-size: 0.9rem;
    padding-bottom: 0.1rem;
}

#NavMenu ul li.cursor.dock-menu.nav-item div a {
    color: #263238;
    font-weight: bold !important;
    font-size: 0.9rem !important;
}

.main-menu #NavMenu ul li.dock-menu.nav-item.submenu {
    font-size: 12px !important;
    font-weight: bold;
}

.nav-link.parent {
    font-weight: bold !important;
    font-size: 14px !important;
}

div#NavMenu ul.nav li.nav-item.submenu a.nav-link {
    color: #263238 !important;
}

#NavMenu ul li.dock-menu.nav-item.submenu a {
    padding-left: 20px !important;
}
/*FIN ESTILOS menu IZQ*/
#header-section.main-header {
    border-bottom: 1px solid #d2d6de;
    height: 95px;
    min-height: 55px;
    max-height: 95px;
    background: #fff;
    color: #8a8a8a;
    position: sticky !important;
    z-index: 1001 !important;
    top: 0;
    box-shadow: -1px 2px 7px 0px #00000040;
}

.e-toolbar .e-toolbar-items {
    background: #fff !important;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

label {
    font-size: 12px;
    font-weight: bold;
    color: #606061;
    margin-bottom: 0px;
    margin-top: 7px;
}

.btn-default-save {
    color: #fff !important;
    background-color: #263238 !important;
    border-color: #000 !important;
}

.btn-default-cancel {
    color: #fff !important;
    background-color: #770404 !important;
    border-color: #770404 !important;
}

.contenedor-sticky {
    border-bottom: 1px solid #dbdbdb;
}

.breadcrumb {
    background-color: #e9ecef00 !important;
}

.sombra-caja {
    box-shadow: -2px 4px 8px 0px #56565661;
}

/*ESTILOS menu SUPERIOR*/
img.logo-tienda{
    max-width:182px;
}


/*ESTILOS BOTON*/
.btn-b2b-primary {
    background-color: #00973f;
    border-radius: 28px;
    border: 1px solid #00973f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    padding: 8px 17px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #006129;
}

    .btn-b2b-primary:hover {
        background-color: #00973f !important;
        border: 1px solid #006129 !important;
    }
    .btn-b2b-primary:disabled,.btn-b2b-delete:disabled {
        background-color: #8a8a8a !important;
        border: 1px solid #8a8a8a !important;
    }
.btn-b2b-anadir {
    background-color: #00973f;
    border-radius: 28px;
    border: 1px solid #00973f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 22px;
    padding: 3px 27px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #006129;
}

.btn-b2b-delete {
    background-color: #c99503;
    border-radius: 28px;
    border: 1px solid #c99503;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    padding: 8px 17px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #9f7604;
}
    .btn-b2b-delete:hover {
        background-color: #c99503 !important;
        border-radius: 28px;
        border: 1px solid #c99503 !important;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 11px;
        padding: 8px 17px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #9f7604;
    }

.btn-b2b-anadir:hover {
    background-color: #00973f !important;
    border: 1px solid #006129 !important;
}
.btn-b2b-detalles {
    background-color: #006129;
    border-radius: 28px;
    border: 1px solid #006129;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #006129;
}

    .btn-b2b-detalles:hover {
        background-color: #00973f !important;
        border: 1px solid #006129 !important;
    }

    .btn-b2b-detalles span.dxbl-image {
        font-size: 15px !important;
    }
    .btn-b2b-detalles span:last-child {
        font-size: 11px;
        position: relative;
        top: -1px;
    }

.btn-user {
    background-color: #c99503;
    border-radius: 42px;
    border: 1px solid #c99503;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #9f7604;
}

    .btn-user:hover {
        background-color: #c99503 !important;
        border: 1px solid #9f7604 !important;
    }
.lista-enlaces  span.btn-b2b-enlaces {
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    font-weight: bold;
    width: 100% !important;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-b2b-enlaces> a {
    color: #fff;
    font-size: 12px;
}

.lista-enlaces {
    width: 100% !important;
    padding: 10px 3px;
    background-color: #00973f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    border-radius: 20px !important;
}

    
/*ESTILOS SEGUNDO MENU*/
#menu-top {
    height: 53px !important;
}

   #menu-bottom{
       border-top: 1px solid #f1f1f1;
       font-weight: 500;
   }

.opc-menu-bottom {
    color: #8a8a8a !important;
}
.submenu .dx-menu-horizontal-item{
    padding-right: 10px !important;
}

.menu-drop div.dx-menu-item-text-container {
    
}

.menu-drop.nav-item ul li a.dropdown-item {
    color: #8a8a8a !important;
    font-size: 13px;
}

.dxbl-pager > .dxbl-btn.dxbl-btn-outline-secondary.dxbl-pager-active-page-btn{
    background-color:#8a8a8a !important
}
.titulo-consultas {
    background: #00973f;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
}

.R , .D {
    text-align: right !important;
}
.C {
    text-align: center !important;
}
.L , .I {
    text-align: left !important;
}
.dxbl-grid-detail-cell{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-control-next, .carousel-control-prev {
    border: none;
    width: 6%;
    background-color: transparent;
}
.carousel-indicators button{
    
    border-radius:0px;
    background-color:#9c9c9c;
    border:none;
    margin-left:15px;
    height:5px
}

.caption-carusel{
    font-size:11px;
    color:#263238;
    font-weight:bold;

}
.carousel-caption {
    background-color: #ffffff9c;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled).dxbl-checkbox-checked .dxbl-checkbox-check-element {
    background-color: #00973f;
}
.dxbl-grid.grid-inicio-pedidos{
    font-size:11px;
}

.sombra {
    box-shadow: #c2c2c2 0px 0px 3px;
}
.btn-sinfondo{
    background-color:transparent !important;
    border:none !important;
}

.contenedor-zona-inicio {
    background-color: #fff;
    margin-bottom: 1rem;
    border-radius: 20px;
    padding: 10px;
}

.sticky-top {
  
    z-index: 999 !important;
}
.conte-numero-art {
    background-color: #00973f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff !important;
    position: absolute;
    top: 4px;
    right: -3px
}

.numero-art {
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 15px;
    font-size: 9px;
    line-height: 19px;
    /* background: red; */
    text-align: center
}

.btn-b2b-undo{
    background: transparent !important;
    color: #263238;
    border: none;
}
.btn-b2b-undo:hover {
    background: transparent !important;
    color: #263238 !important;
    border: none;
}

.btn-b2b-addcarrito {
    background-color: #00973f;
    color: #fff;
    border: none;
}
    .btn-b2b-addcarrito:hover {
        background-color: #00973f !important;
        color: #fff;
        border: none;
    }
.btn-vista {
    background: #4d4d4d;
    color: #fff;
    border: #333;
}
.btn-vista:hover {
    background: #4d4d4d !important;
    color: #fff;
    border: #333;
}

    .btn-vista.disabled {
        background: #8a8a8a !important;
        color: #fff;
        border: #333;
    }
    .btn-vista.disabled:hover {
        background: #8a8a8a !important;
        color: #fff;
        border: #333;
    }

span.bt-buscar {
    width: 30px;
    border: 1px solid #d9d6d6;
    background-color: #fff;
    border-radius: 0px 5px 5px 0px;
    padding-top: 3px;
    padding-left: 4px;
    color: #7e7e7e;
    
}

span.bt-buscar-pre {
    width: 23px;
    border: 1px solid #d9d6d6;
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
    padding-top: 3px;
    padding-left: 4px;
    color: #7e7e7e;
    border-right: none;
}

.contendedor-pedido {
    height: calc(100vh - 103px);
    overflow: auto;  
}
.wrapper-pedido {
    border-radius: 20px;
    padding: 15px;
    background-color:#fff;
}

.btn-eliminar-linea{
    background-color:transparent !important;
    border:none !important;
    color:#4d4d4d;
}
.btn-eliminar-linea:hover, .btn-eliminar-linea:active{
    background-color:transparent !important;
    border:1px solid #4d4d4d !important;
    color:#4d4d4d !important;
}
.TablaPedido{
    /*max-height:calc(100vh - 293px);*/
    height:100%;
}
.TablaPedidoHistorico {
    max-height: calc(100vh - 196px);
}
.pie-pedido{
    font-size:0.75rem;
}
.cuadro-pie {
    background: #f6f6f6;
    border-color:  #bdbcbc;
}
cuadro-pie-d {
    background: #eee;
    border-color: #bdbcbc;
}
.fila-sup {
    border-bottom: 1px solid #c1c1c1;
    padding: 3px 26px;
}
.text-direccion{
    font-size:0.75rem
}
input.form-control.form-control-sm.buscar {
    border: solid 1px #d9d6d6;
}
    input.form-control.form-control-sm.buscar:focus {
        border: solid 1px #d9d6d6;
        outline: none !important;
        box-shadow: none;
    }

ul.dxbl-menu-item-list-with-icons.dxbl-menu-item-list{
    background-color:#fff !important;
}

.dxbl-btn:not(.dxbl-disabled):not(:disabled):hover {
    border-color: transparent !important;
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn {
    border-color:#fff !important;
}
#info-usu.drop-usu div.dxbl-dropdown-header {
    background-color: #006129;
    padding: 5px;
    font-size: 12px;
    color: #fff;
}

.buscar-historico{
    background-color: #fff;
}

.btn-borrar{
    background-color:#fff;
}

.btn-buscar-historico{
    background-color:#fff;
}
.toast-pagina {
   left:40% !important;
   top:50% !important;
}

    .toast-pagina .toast-body button.btn-close {
        background-color: transparent !important;
    }

body > div.hx-messenger:nth-child(1) > div.hx-toast-container.position-fixed.start-50.translate-middle-x.toast-pagina > div.toast.bg-primary.text-dark.fade.show > div.d-flex > div.me-3.m-auto:nth-child(2) > button.btn-close:before {
    content: "\F156";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    background-color: transparent !important;
    border-block: 0px;
    border-color: #fff;
}

body > div.hx-messenger:nth-child(1) > div.hx-toast-container.position-fixed.start-50.translate-middle-x.toast-pagina > div.toast.bg-primary.text-white.fade.show > div.d-flex > div.me-3.m-auto:nth-child(2) > button.btn-close:before {
    content: "\F156";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    
}

body > div.hx-messenger:nth-child(1) > div.hx-toast-container.position-fixed.start-50.translate-middle-x.toast-pagina > div.toast.bg-primary.text-white.fade.show > div.d-flex > div.me-3.m-auto:nth-child(2) > button.btn-close {
    background-color: transparent !important;
    border-block: 0px;
    border-color: transparent !important;
    border:none;
}

    .img-plantill {
        max-height: 50px;
        display: block !important;
        margin: 0 auto !important;
    }
.btn-color {
    background-color: #00973f !important;
    border: #00973f !important;
}
.color-codigo {
    color: #26b050 !important;
}
.color-seccion {
    color: #26b050 !important;
}
.color-fam {
    color: #26b050 !important;
}
.color-gen {
    color: #26b050 !important;
}
.color-fav {
    color: #00973f !important;
}

.btn-invitado-login {
    background-color: #e5e5e5 !important;
    border: none !important;
    color: #26b050 !important;
}

.capa-comentarios {
    max-width: 275px;
    /* border: 1px #8a8a8a solid; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: inline-block;
    /* padding-top: 10px; */
    height: 14px;
    font-weight: bold;
}

.mostrar-pie {
    position: absolute;
    bottom: 4px;
    width: auto;
    padding: 0 5px;
    background-color:#f6f6f6;
    
}

.MostrarDetalle{
    
}
.OcultarDetalle {
    display:none !important;
}
.modal-resumen-pedido .dxbl-modal-body {
    background-color:#fff;
}
.lista-enlaces {
    margin-bottom: 10px !important;
}

.logo-empresa img{
width:200px !important;
}