/* ==========================================================================
   PLANTILLA.CSS - VERSIÓN MODERNIZADA WINDOWS 11 (sin eliminar ninguna clase)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Segoe+UI:wght@300;400;500;600;700&display=swap');

/* ────────────────────────────────────────────────
   1. Reglas que YA existían → solo mejoradas
   ──────────────────────────────────────────────── */

body {
    background-color: #F3F3F3 !important;           /* ← Cambiado de #fff a gris claro Mica */
    font-family: 'Segoe UI', system-ui, sans-serif !important;
}

.super-contenedor {
    background-color: rgba(243, 243, 243, 0.92) !important;  /* ← Mica + transparencia */
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.panel-medio-principal {
    position: relative !important;
    background: rgba(243, 243, 243, 0.92) !important;   /* ← Igual que super-contenedor */
    backdrop-filter: blur(10px);
    border-radius: 12px;
}

.panel-medio {
    margin-top: 12px !important;                    /* ← Ajustado de 10px → 12px (mejor ritmo) */
    background: rgba(243, 243, 243, 0.92) !important;
    backdrop-filter: blur(10px);
    border-radius: 12px;
}

.panel-medio .box-header {
    padding-left: 30px !important;
    font-size: 1.5em !important;
    border-bottom: 1px solid rgba(0,120,212,0.15) !important;  /* ← Azul suave en vez de morado */
    background: rgba(255,255,255,0.7);
    border-radius: 12px 12px 0 0;
}

.panel-medio .box-header .box-title {
    font-size: 1.1em !important;
    font-weight: 600;
    color: #0078D4;                                 /* ← Color principal Windows 11 */
}

.main-sidebar {
    background-color: rgba(255,255,255,0.96) !important;  /* ← Glassmorphism sutil */
    backdrop-filter: blur(16px);
    border-right: 1px solid rgba(0,0,0,0.08) !important;
}

.main-sidebar .sidebar {
    background-color: transparent;
    color: black !important;
    box-shadow: none !important;                    /* ← Eliminado shadow morado viejo */
    padding: 0 !important;
}

.cabecera-m {
    background-image: linear-gradient(135deg, #0078D4 0%, #60CDFF 100%) !important;  /* ← Azul Microsoft moderno */
    border-radius: 12px 12px 0 0;
}

.cabecera-m .logo {
    background-image: linear-gradient(135deg, #60CDFF 0%, #E3F2FD 100%);
}

/* SIDEBAR-MENU (todas las reglas originales conservadas + mejoras) */
.main-sidebar .sidebar p,
.main-sidebar .sidebar span {
    color: black !important;
}

.main-sidebar .sidebar i {
    color: #0078D4 !important;                      /* ← Cambiado de naranja (#FF4500) a azul corporativo */
    transition: color 0.2s ease;
}

.user-panel2 {
    display: flex !important;
    width: 100% !important;
    flex-flow: column !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    margin: 0;
    padding: 16px 0;                                /* ← Más espacio vertical moderno */
}

.img-user {
    position: relative !important;
    width: 120px !important;
    border: 3px solid white;
    height: auto !important;
    border-radius: 50%;                             /* ← Circular (muy Windows 11) */
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.img-user:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Sidebar colapsado */
body.sidebar-collapse .user-panel2 p,
body.sidebar-collapse .user-panel2 span {
    display: none !important;
}

body.sidebar-collapse .user-panel2 .img-user {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.img-user-b {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 1px 0 0 0 white !important;
}

/* ────────────────────────────────────────────────
   2. Reglas que YA existían → sin cambios importantes
   (solo se dejaron prácticamente iguales para evitar conflictos)
   ──────────────────────────────────────────────── */

.sidebar-menu {
    font-weight: 500 !important;
    color: #333 !important;
    letter-spacing: .5px !important;
    background-color: #fff !important;
}

.sidebar-collapse .treeview a {
    width: 100 !important;
}

.sidebar-collapse .treeview-menu {
    width: 235px !important;
}

.sidebar-menu li > a {
    color: #0067C5 !important;                      /* ← Azul más suave que el morado viejo */
    background-color: #fff !important;
    transition: all 0.2s ease;
    border-radius: 6px;
    margin: 2px 8px;
}

.sidebar-menu li > a:hover {
    background-color: rgba(0,120,212,0.10) !important;
}

.sidebar-menu > li:hover {
    background-color: rgba(0,120,212,0.06) !important;
}

.sidebar-menu .treeview > ul {
    background-color: #fff !important;
    color: #000;
}

.sidebar-menu .treeview .treeview-menu > li {
    padding: .5em !important;
    background-color: rgba(0,120,212,0.04) !important;
}

.sidebar-menu .treeview .treeview-menu li > a {
    color: #000 !important;
    background-color: transparent !important;
}

.sidebar-menu .treeview .treeview-menu li > a:hover {
    color: #0078D4 !important;
}

.sidebar-menu .treeview .treeview-menu > li:hover {
    background-color: rgba(0,120,212,0.08) !important;
}

.sidebar-menu .menu-ini-p a {
    padding: 1em;
    background-color: #fff !important;
}

.rounded {
    box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
    border-radius: 12px !important;
    border-style: none;
}

/* ────────────────────────────────────────────────
   3. Resto del archivo (botones, tablas, login, widgets, etc.)
   ──────────────────────────────────────────────── */

.dashboard-header {
    background-color: white !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-top: 12px !important;
    padding: 12px 16px;
}

.dashboard-header button {
    background: linear-gradient(135deg, #0078D4, #005A9E) !important;
    color: white !important;
    border: none;
    border-radius: 8px;
    margin-left: 20px !important;
    font-size: 1.12em !important;
    padding: .7em 1.2em !important;
    text-transform: uppercase;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,120,212,0.2);
}

.dashboard-header button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,120,212,0.3);
}

.boton-user {
    background: linear-gradient(135deg, #0078D4, #60CDFF) !important;
    color: #fff !important;
    border-radius: 8px;
    transition: all 0.2s;
}

body.sidebar-collapse .boton-user {
    display: none !important;
}

.icon-user {
    color: #fff !important;
    background-color: #0078D4 !important;
    padding: 6px !important;
    border-radius: 50% !important;
    margin-right: 8px !important;
}

/*MANTENEMOS IGUAL*/

/* BOTON DE AGREGAR, EDITAR, ETC */
.btn-radius {
    position: relative !important;
    outline: 0 !important;
    background-image: linear-gradient(105.3deg, #1E90FF 62.2%, #87CEEB 62.2%) !important; /* Blue gradient */
    border-radius: 5px !important;
    font-size: .7em !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 550 !important;
    border-left: 2em solid #9370DB !important;
    border-right: 0;
    border-style: none;
}

.btn-radius .glyphicon-plus-sign, .fa-plus-circle, .fa-plus-square {
    position: absolute !important;
    top: 25% !important;
    left: -20px;
    color: white;
}

.btn-radius:link {
    background-image: linear-gradient(19deg, #1E90FF 0%, #9370DB 100%) !important;
}

.btn-radius:visited {
    background-image: linear-gradient(19deg, #1E90FF 0%, #9370DB 100%) !important;
}

.btn-radius:hover {
    background-image: linear-gradient(105.3deg, #87CEEB 21.8%, #1E90FF 100.2%) !important;
}

.btn-radius:active {
    background-image: linear-gradient(19deg, #1E90FF 0%, #9370DB 100%) !important;
}

/* DATA TABLE */
.dataTables_length label, .dataTables_filter label {
    font-size: 1.1em;
    font-weight: bold !important;
}

.box-body .table-user {
    display: flex !important;
    flex-flow: row wrap !important;
}

.dataTables_length {
    position: absolute;
}

.dataTables_filter {
    position: relative !important;
    float: right;
}

.table th {
    text-transform: uppercase;
    color: #9370DB; /* Purple headers */
    font-weight: 700 !important;
    font-size: 0.9em !important;
    letter-spacing: 0.8px !important;
    text-align: center !important;
}

.table td {
    border-style: none !important;
}

.input-group-search .btn.dropdown-toggle {
    border-style: none !important;
    border: 1px solid #DDA0DD !important;
    border-radius: 5px !important;
    color: rgb(0, 0, 0) !important;
}

.table .selectpicker, .input-group-search .selectpicker {
    width: 50px;
    border-radius: 5px !important;
    font-size: 1.2em;
    font-weight: 500 !important;
}

.table input[type=search] {
    border-radius: 5px 0 0em 5px !important;
    font-size: 1.1em !important;
    font-weight: 500 !important;
    outline: 0;
    line-height: center !important;
    padding: .2em !important;
    letter-spacing: 1px;
    border: 1px solid #DDA0DD;
    padding-left: 10px !important;
    margin-left: 5px !important;
    height: 35px;
    border-right: 0;
}

.table .icon-search {
    border-radius: 0em 5px 5px 0em !important;
    background-image: linear-gradient(105.3deg, #1E90FF 62.2%, #87CEEB 62.2%) !important;
    height: 35px;
    color: rgb(255, 255, 255);
    border: 1px solid #DDA0DD !important;
}

/* PAGINACIÓN */
.pagination > li > a, .pagination > li > span {
    border-radius: 5px !important;
    margin: 0 2px;
}

/* BOTONES WEB */
.btn-un {
    background-image: linear-gradient(to right, #FF4500 0%, #FF6347 51%, #FF4500 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-un:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-dos {
    background-image: linear-gradient(to right, #9370DB 0%, #8A2BE2 51%, #9370DB 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-dos:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-tres {
    background-image: linear-gradient(to right, #1E90FF 0%, #87CEEB 51%, #1E90FF 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-tres:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-cuatro {
    background-image: linear-gradient(to right, #FF4500 0%, #FF6347 51%, #FF4500 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-cuatro:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

/* FONDO DE PANTALLA LOGIN */
#fondP {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: url('../img/wallpaper2.jpg');
    background-size: cover;
    overflow: hidden !important;
    z-index: -1;
}

#fondP .fnd {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(147, 112, 219, 0.719) !important; /* Purple overlay */
    z-index: -1;
    overflow-y: auto !important;
}

.log-cont {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.log-cont .login-box,
.log-cont .register-box {
    position: relative !important;
    margin: 0% auto !important;
    padding: 0% !important;
    top: 0 !important;
}

.logo-empresa {
    position: relative;
    width: 100%;
    height: auto !important;
    text-align: center;
    flex-flow: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 15px;
}

.logo-empresa img {
    width: 170px !important;
}

.login-box-body p {
    font-weight: 500 !important;
    font-size: 1.3em;
}

.login-box-body {
    background-color: white;
    border-radius: 20px !important;
}

.login-box-body form input {
    border-radius: 15px !important;
    outline: 0;
    border-style: none;
    padding: 18px !important;
    font-size: 1.3em !important;
    border-bottom: .5px solid #DDA0DD;
    color: rgb(75, 75, 75) !important;
    letter-spacing: 2px;
}

.login-box-body form .content-fluid {
    display: flex !important;
    justify-content: center !important;
}

.login-box-body form button {
    border-radius: 5px !important;
    width: 250px !important;
    text-transform: uppercase;
    font-weight: 600;
    background-image: linear-gradient(105.3deg, #1E90FF 62.2%, #9370DB 62.2%) !important;
    outline: 0;
    border-style: none;
    color: rgb(255, 255, 255);
    padding: 12px;
    margin-top: 20px !important;
    font-size: 1.2em !important;
}

/* RECAPTCHA */
.g-recaptcha {
    position: relative !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    margin: 5px !important;
    border-radius: 15px !important;
}

/* LINK RECUPRERAR CONTRASEÑA */
.link-recuperar {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

/* VERIFICA SUNAT LOGO */
.verifica-sunat {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.verifica-sunat img {
    width: 120px;
    text-align: center;
}

/* RESULT LOGIN DIV */
#resultLogin {
    width: 100%;
    text-align: center;
}

/* RELOAD */
#reload, #reloadFull2 {
    position: absolute;
    display: none !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: center !important;
    align-content: center !important;
    background-color: rgba(255, 9, 9, 0) !important;
    z-index: inherit !important;
}

#reload img {
    width: 80px !important;
    height: 80px !important;
    background-color: rgba(80, 27, 27, 0);
    border-radius: 100% !important;
}

.btn-menup {
    height: 50px !important;
    background-color: transparent !important;
    margin-left: 10px !important;
    outline: 0 !important;
    border-style: none !important;
}

.swal2-modal {
    width: 500px !important;
    height: auto !important;
    font-size: 1em !important;
    border-radius: 15px !important;
}

.btns-dash {
    position: relative !important;
    height: auto !important;
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: flex-end !important;
    margin: 0px !important;
}

/* Contenedor principal del menú rápido */
#contenedor-menur {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;               /* Espacio uniforme entre botones */
    padding: 8px 0;
}
/* Estilo base de cada botón */
.btn-a {
    display: inline-flex;
    align-items: center;
    gap: 8px;               /* Espacio entre ícono y texto */
    padding: 10px 16px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: white !important;
    background: linear-gradient(135deg, #0078D4 0%, #005A9E 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 120, 212, 0.15);
    min-width: 140px;       /* Evita que se achiquen demasiado */
}
.btn-a:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 120, 212, 0.3);
    background: linear-gradient(135deg, #0091FF 0%, #0078D4 100%) !important;
}

.btn-a:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 2px 6px rgba(0, 120, 212, 0.25);
}

/* Íconos dentro de los botones */
.btn-a i {
    font-size: 1.3rem !important;
    transition: transform 0.3s ease;
}

.btn-a:hover i {
    transform: scale(1.15);
}

.btns-dash #contenedor-menur a:nth-child(1) {
    background: #1E90FF;
    color: #fff !important;
    margin: 0 !important;
}

.btns-dash #contenedor-menur a:nth-child(2) {
    background: #FF4500 !important;
    color: #fff !important;
}

.btns-dash #contenedor-menur a:nth-child(3) {
    background: #9370DB;
    color: #fff !important;
}

.btns-dash #contenedor-menur a {
    outline: 0 !important;
    border-style: none !important;
    border-radius: 0;
    padding: 12px !important;
    color: #000 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 0.8em;
}

.btns-dash a i {
    color: rgb(255, 255, 255) !important;
}

.menu-user li a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.btns-dash .btn-menur {
    display: none !important;
    border-style: none !important;
    outline: 0 !important;
    padding: 0 !important;
    padding: 4px !important;
    background: rgb(255, 255, 255) !important;
    color: black !important;
}

#checkm {
    display: none !important;
}

@media (max-width: 767px) {
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #666666 !important;
    }
    .contenedor-widget {
        justify-content: space-between;
    }
    .btns-dash {
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
    }
    .btns-dash .btn-menur {
        display: inline !important;
    }
    #contenedor-menur {
        position: absolute !important;
        width: 100% !important;
        top: 0px;
        left: 0;
        transform: translateX(-102%);
        transition: all 0.3s;
    }
    #contenedor-menur a {
        width: 100% !important;
    }
    #checkm:checked ~ #contenedor-menur {
        position: relative !important;
        transform: translateX(0%);
    }
}

/* BOTÓNES MODALES FOOTER */
.modal-footer button {
    outline: 0 !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.reload-all {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.2);
}

.reload-all img {
    border-radius: 100%;
}

.table-responsive {
    overflow-x: inherit;
}

/* WIDGRTS */
.contenedor-widget {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.contenedor-widget .info-box {
background-color: white !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.login-box-body {
    background-color: rgba(255,255,255,0.94) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

.login-box-body form input {
    border-radius: 10px !important;
    border: 1px solid #d0d0d0 !important;
    padding: 14px 16px !important;
    font-size: 1.05em !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.login-box-body form input:focus {
    border-color: #0078D4 !important;
    box-shadow: 0 0 0 3px rgba(0,120,212,0.15) !important;
}

.contenedor-widget .info-box-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 60px !important;
    padding: 0 !important;
}

.contenedor-widget .bg-fa {
    outline: 0 !important;
    border-style: none !important;
    background: #1E90FF;
    color: #fff !important;
}

.contenedor-widget .bg-bo {
    outline: 0 !important;
    border-style: none !important;
    background: #FF4500;
    color: #fff !important;
}

.contenedor-widget .bg-nv {
    outline: 0 !important;
    border-style: none !important;
    background: #9370DB;
    color: #fff !important;
}

.contenedor-widget .bg-nc {
    outline: 0 !important;
    border-style: none !important;
    background: #6A5ACD;
    color: #fff !important;
}

.contenedor-widget .bg-nd {
    outline: 0 !important;
    border-style: none !important;
    background: #FFD700;
    color: #fff !important;
}

.contenedor-widget .bg-tn {
    outline: 0 !important;
    border-style: none !important;
    background: #3CB371;
    color: #fff !important;
}

.contenedor-widget .bg-fa,
.contenedor-widget .bg-bo,
.contenedor-widget .bg-nc,
.contenedor-widget .bg-nd,
.contenedor-widget .bg-nv,
.contenedor-widget .bg-tn {
    background-image: url('../img/payday.svg');
    background-size: 1em 1em !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contenedor_icbper {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* MODO PRODUCCION BOTÓN */
.modo-contenedor {
    width: 180px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 0px;
}

.modo-contenedor-email {
    width: 100px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 0px;
}

/*PARA PRECIO POR MAYOR */

.modo-precio-mayor {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    width: 100px;
    height: 30px;
}

.modo-precio-mayor input[type="radio"] {
    display: none;
}

.modo-precio-mayor label {
    flex: 1;
    padding: 5px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

    background-color: #f0f0f0;
    color: #555;
    font-size: .8em !important;
    font-weight: 600 !important;
}


#precio_si:checked + label.precio_si {
    background-color: rgb(78, 110, 255); 
    color: white;
}

#precio_no:checked + label.precio_no {
    background-color: rgb(253, 89, 89);
    color: white;
}

@media (max-width: 767px) {
    .modo-precio-mayor {
        width: 100%;
    }
}
/*FIN DE PRECIO POR MAYOR*/





.modo-contenedor-icbper {
    width: 100px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 0px !important;
}

.modo-contenedor-unidad {
    width: 100px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 0px;
}

.modo-contenedor input,
.modo-contenedor-email input,
.modo-contenedor-icbper input,
.modo-contenedor-unidad input {
    display: none !important;
}

.modo-contenedor label {
    font-size: .6em !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    padding: 8px;
    margin: 0px;
    width: 90px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #DDA0DD;
}

.modo-contenedor-email label {
    font-size: .8em !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 5px;
    margin: 0px;
    width: 90px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #DDA0DD;
}

.modo-contenedor-icbper label {
    font-size: .8em !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 5px;
    margin: 0px;
    width: 90px;
    height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #DDA0DD;
}

.modo-contenedor-unidad label {
    font-size: .8em !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 5px;
    margin: 0px;
    width: 90px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #DDA0DD;
}

#emailtext {
    font-size: 1em !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.modo-contenedor #sim,
.modo-contenedor-email #sie,
.modo-contenedor-icbper .s,
.modo-contenedor-unidad .siu {
    border-radius: 15px 0px 0px 15px;
}

.modo-contenedor #nom,
.modo-contenedor-email #noe,
.modo-contenedor-icbper .n,
.modo-contenedor-unidad .nou {
    border-radius: 0px 15px 15px 0px;
}

.btn-modo-sistema {
    padding: 2px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prod {
    background-color: #1E90FF !important;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #DDA0DD !important;
}

.emailsi {
    background-color: #1E90FF !important;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #DDA0DD !important;
}

.emailno {
    background-color: #FF4500 !important;
    border-radius: 0px 15px 15px 0px;
    border: 1px solid #DDA0DD !important;
}

.icbsi {
    background-color: #1E90FF !important;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #DDA0DD !important;
}

.icbno {
    background-color: #FF4500 !important;
    border-radius: 0px 15px 15px 0px;
    border: 1px solid #DDA0DD !important;
}

.unidadsi {
    background-color: #1E90FF !important;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #DDA0DD !important;
}

.unidadno {
    background-color: #FF4500 !important;
    border-radius: 0px 15px 15px 0px;
    border: 1px solid #DDA0DD !important;
}

.btnprod {
    color: white;
    outline: 0 !important;
    border-style: none !important;
    background-color: #3CB371 !important;
}

.prueba {
    background-color: #FF4500 !important;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #DDA0DD !important;
}

.btnprueba {
    color: white;
    outline: 0 !important;
    border-style: none !important;
    background-color: #FF4500 !important;
}

.alterno {
    background-color: #E6E6FA !important;
    border-radius: 0px 15px 15px 0px;
    color: #000 !important;
    border: 1px solid #DDA0DD !important;
}

.alterno2 {
    background-color: #DDA0DD !important;
    border-radius: 0px 15px 15px 0px;
    color: #000 !important;
    border: 1px solid #DDA0DD !important;
}

/* DIV COMPROBAR CONEXIÓN A INTERNET */
.connection {
    position: fixed;
    bottom: 0%;
    right: 0%;
    padding: 10px;
    background-color: #E6E6FA;
    z-index: 10000;
    color: #000;
    border-radius: 0px 15px 15px 0px;
}

.contenedor-selva {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row;
    background-color: #fff;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
}

.tablaVentas .super-contenedor-precios {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap !important;
    top: 0;
    left: 0;
    background-color: #fff;
    justify-content: center;
    align-content: center;
    z-index: 999999 !important;
    padding: 10px !important;
    box-sizing: border-box;
    border-radius: 15px !important;
}

.tablaVentas .contenedor-precios {
    position: relative;
    display: flex;
    flex-flow: column;
    margin: 10px;
    width: 45%;
}

.tablaVentas .desc-productos {
    position: relative;
    width: 100% !important;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    white-space: normal;
    border-radius: 15px 15px 0px 0px;
}

.tablaVentas .number {
    outline: 0 !important;
    border-style: none !important;
    border-radius: 5px !important;
    border: 1px solid #DDA0DD !important;
    padding: 1px !important;
    font-size: 1.2em !important;
    padding-left: 15px !important;
    width: 80px;
    text-align: center;
}

.tablaVentas .contenedor-precios .pre-css {
    margin: 0px !important;
}

.tablaVentas .btn-prod {
    width: 10px !important;
}

.tablaVentas .contenedor-precios label {
    margin: 0px !important;
    text-transform: uppercase;
    margin-left: 15px;
    letter-spacing: 2px !important;
}

.tablaVentas .contenedor-precios .pre-css {
    outline: 0 !important;
    border-style: none !important;
    margin: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #9370DB !important;
    padding: 3px !important;
    font-size: 1.3em !important;
    padding-left: 15px !important;
    width: 100%;
    height: 40px !important;
}

.tablaVentas .btn-grupos {
    position: relative !important;
    text-align: center;
}

@media (max-width: 520px) {
    .super-contenedor-precios {
        position: relative;
        flex-flow: column !important;
        overflow-y: scroll !important;
    }
    .tablaVentas .contenedor-precios {
        width: 100%;
    }
}

.tabla-items tbody tr td {
    text-align: center;
    font-size: 1.1em;
    padding: 2px !important;
    background-color: #fff !important;
}

.tbl-t th {
    font-weight: 700 !important;
    font-size: 0.9em !important;
    letter-spacing: 0.8px !important;
    text-align: center !important;
}

/* ESTADOS SUNAT */
.contenedor-estados-sunat {
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
}

.contenedor-estados-sunat div {
    position: relative;
    padding: 2px;
    padding-left: 23px;
    margin: 5px;
}

.contenedor-estados-sunat label {
    position: absolute;
    top: 2px;
    left: 0;
    padding: 5px;
    width: 1.3em;
    height: 1.3em;
}

.contenedor-estados-sunat .sunat-estado {
    font-weight: 600;
}

.contenedor-estados-sunat .estadosunat {
    background-image: url(../img/sunat_logo.png) !important;
    background-size: 1.3em 1.3em !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contenedor-estados-sunat .aceptado {
    background-image: url(../img/svg/success.svg) !important;
    background-size: 1.3em 1.3em !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contenedor-estados-sunat .rechazado {
    background-image: url(../img/svg/rechazo.svg) !important;
    background-size: 1.3em 1.3em !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contenedor-estados-sunat .baja {
    background-image: url(../img/svg/error.svg) !important;
    background-size: 1.3em 1.3em !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contenedor-estados-sunat .noenviado {
    background-image: url(../img/svg/get_cdr.svg) !important;
    background-size: 1.3em 1.3em !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}



/*/////////////////////////*/
/*PARA REPORTE GRAFICOS///*/
/*/////////////////////////*/
.reportes-wrapper {
    padding: 15px;
    background-color: #f5f5f5;
}

.reportes-panel {
    margin-bottom: 20px;
}

.reportes-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.reportes-rounded {
    border-radius: 10px;
}

.reportes-box-header {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.reportes-box-title {
    font-size: 18px;
    margin: 0;
}

.reportes-box-body {
    padding: 15px;
}

.reportes-chart-responsive {
    position: relative;
    width: 100%;
    height: auto;
}

.reportes-chart-ventas .reportes-box-primary {
    border-top-color: #0073b7;
}

.reportes-chart-ventas .reportes-box-success {
    border-top-color: #00a65a;
}

.reportes-chart-ventas .reportes-box-info {
    border-top-color: #00c0ef;
}



/*FIN DE REPORTE GRAFICOS*/