@font-face {
    font-family: 'CoffeeTown';
    src: url('/fonts/plugins/fontCoffeeTown/Coffee-Town.ttf') format('truetype'),
    url('/fonts/plugins/fontCoffeeTown/Coffee-Town.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/*STYLE CONTENT*/
.content-login-style{

}

.height100px{
    height: 100px !important;
}
.height20{
    margin-top: 20%;
}

.width100{
    width: 100% !important;
}
.width70{
    width: 70% !important;
}
.width30{
    width: 30% !important;
}

.width90{
    width: 90% !important;
}
/*WIDTH CONTENT */
.widthCONTENT{
    width: fit-content !important;
}
/*border radius top*/
.border-radius-top-20px{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

/*border radius bottom*/
.border-radius-bottom-20px{
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

/*---------------------BG COLORS------------------*/
.bg-prueba{
    background-color: #FFAAAA !important;
}
.bg-color-logo{
    background-color: #fff0a4 !important;
}
.bg-cafe-oscuro{
    background-color: #413332 !important;
}
.bg-cafe-claro{
    background-color: #674834!important;
}
.bg-content-login{
    background-color: #ECE4C8 !important;
}
.bg-amarillo-opaco{
    background-color: #B5A477 !important;
}
.bg-morado-real{
    background-color: #572364 !important;
}
.bg-transparent{
    background-color: transparent !important;
}
.bg-verde-claro{
    background-color: #aeda85 !important;
}
.bg-warning-oscuro{
    background-color: #f1991c !important;
}
.bg-ingreso-creado{
    background-color: #42210B;
}
.bg-ingreso-actualizado{
    background-color: #C57D56;
}
.bg-ingreso-anulado{
    background-color: #8E2534;
}
.bg-analisis-creado{
    background-color: #9F7C52;
}
.bg-analisis-actualizado{
    background-color: #F7E494;
}
.bg-laboratorio-creado{
    background-color: #951B81;
}
.bg-laboratorio-actualizado{
    background-color: #84401D;
}
.bg-liquidación-creada{
    background-color: #168440;
}
.bg-liquidación-anulada{
    background-color: #E84E0F;
}
.bg-verde-creado{
    background-color: #3366CC;
}
.bg-verde-anulado{
    background-color: #E30613 !important;
}
.bg-trilla-creado{
    background-color: #312783;
}
.bg-trilla-anulado{
    background-color: #E6007E;
}
.bg-liquidacion-cbio_linea{
    background-color: #D39C0A;
}
.bg-venta-creada{
    background-color: #95C23D;
}
.bg-venta-anulada{
    background-color: #000000;
}
.bg-despacho-creado{
    background-color: #1a00ad;
}
.bg-despacho-anulado{
    background-color: #8A1002;
}

.bg-white{
    background-color: #FFFFFF !important;
}

/*---------------------COLORS------------------*/

.text-color-cafe-oscuro{
    color: #413332 !important;
}
.text-color-cafe-claro{
    color: #674834!important;
}
.text-color-content-login{
    color: #ECE4C8 !important;
}

.text-color-amarillo-opaco{
    color: #B5A477 !important;
}

.color-prueba{
    color: #FFAAAA ;
}
.color-logo{
    color: #fff0a4 ;
}
.color-cafe-oscuro{
    color: #413332 !important;
}
.color-cafe-claro{
    color: #674834;
}
.color-content-login{
    color: #ECE4C8 ;
}
.color-amarillo-opaco{
    color: #B5A477 ;
}
.color-morado-real{
    color: #572364 ;
}
.color-transparent{
    color: transparent ;
}
.color-verde-claro{
    color: #aeda85 ;
}
.color-warning-oscuro{
    color: #f1991c ;
}
.color-ingreso-creado{
    color: #42210B;
}
.color-ingreso-actualizado{
    color: #C57D56;
}
.color-ingreso-anulado{
    color: #8E2534;
}
.color-analisis-creado{
    color: #9F7C52;
}
.color-analisis-actualizado{
    color: #F7E494;
}
.color-laboratorio-creado{
    color: #951B81;
}
.color-laboratorio-actualizado{
    color: #84401D;
}
.color-liquidación-creada{
    color: #168440;
}
.color-liquidación-anulada{
    color: #E84E0F;
}
.color-verde-creado{
    color: #3366CC;
}
.color-verde-anulado{
    color: #E30613;
}
.color-trilla-creado{
    color: #312783;
}
.color-trilla-anulado{
    color: #E6007E;
}
.color-liquidacion-cbio_linea{
    color: #D39C0A;
}
.color-venta-creada{
    color: #95C23D;
}
.color-venta-anulada{
    color: #000000;
}
.color-despacho-creado{
    color: #1a00ad;
}
.color-despacho-anulado{
    color: #8A1002;
}



.color-gray-claro{
    color: #999999 !important;
}
.color-verde-manzana{
    color:  #01d962a6 !important;
}
/*---------------------FONT------------------*/
.text-font-size7px{
    font-size: 7px !important;
}
.text-font-size8px{
    font-size: 8px !important;
}
.text-font-size9px{
    font-size: 9px !important;
}
.text-font-size10px{
    font-size: 10px !important;
}
.text-font-size7px{
    font-size: 7px !important;
}
.text-font-size11px{
    font-size: 11px !important;
}
.text-font-size12px{
    font-size: 12px !important;
}
.text-font-size13px{
    font-size: 13px !important;
}
.text-font-size14px{
    font-size: 14px !important;
}
.text-font-size15px{
    font-size: 15px !important;
}
.text-font-size16px{
    font-size: 16px !important;
}
.text-font-size17px{
    font-size: 17px !important;
}
.text-font-size18px{
    font-size: 18px !important;
}
.text-font-size19px{
    font-size: 19px !important;
}
.text-font-size20px{
    font-size: 20px !important;
}
.text-font-size21px{
    font-size: 21px !important;
}
.text-font-size22px{
    font-size: 22px !important;
}
.text-font-size23px{
    font-size: 23px !important;
}
.text-font-size25px{
    font-size: 25px !important;
}
.text-font-size30px{
    font-size: 30px !important;
}
.text-font-size35px{
    font-size: 35px !important;
}
.text-font-size60px{
    font-size: 60px !important;
}

/*---------------------FONT STYLE------------------*/
.text-font-weight-bold{
    font-weight: bold !important;
}
.text-font-weight-normal{
    font-weight: normal !important;
}
.font-weight-500{
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}


.height65px{
    height: 65px !important;
}

.img-logo-derecha{
    position: absolute;
    right: 0;
}
.img-logo-izquierda{
    position: absolute;
    left: 0;
}

/*BG LOFIN IMG*/
.bag-image{
    height: 100vh!important;
    /*background: url("/images/login/fondo.jpg");*/
}
.bag-image2{
    height: 100vh!important;
    background: url("../images/login/fondo2.jpg");
}
.bag-image2-reset{
    height: 100vh!important;
    background: url("../images/reset-login/pantalla1.png");
}

/*tipo cuadro*/
.cuadro50x50pc{
    height: 50px !important;
    width: 50px !important;
}
.height50px{
    height: 50px !important;
}
.height38px{
    height: 38px !important;
}
.height35px{
    height: 35px !important;
}
.height30px{
    height: 30px !important;
}
.height25px{
    height: 25px !important;
}
.height20px{
    height: 20px !important;
}


.salto-line25{
    margin-top: 25px!important;
}
.salto-line30{
    margin-top: 30px!important;
}
.salto-line50{
    margin-top: 50px!important;
}

.trcafeoscuro td{
    background-color: #674834;
    color: white;
    font-weight: bold;
}

.tdcafeoscuro {
    background-color: #674834;
    color: white;
    font-weight: bold;
}

.border-radius-buttom{
    border: 1px solid #fff;

    position: relative;
    margin: 0 auto;
    border-radius: 20px !important;
}
.border-radius-buttom:before {
    background: none;
    border: 2px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
    border-radius: 20px;
}

.cursor-pointer{
    cursor: pointer !important;
}

.td-center{
    vertical-align: inherit !important;
}
/*------------------CHECKBOX--------------*/
/*CHECKBOX*/
.content-checkbox{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.content-checkbox .checkbox-checkmark{
    width: 100%;
    height: 100%;
    border: 2px solid #413332;
    display: inline-block;
    border-radius: 3px;
    background: #413332 url("../images/login/check_white.png") center/1250% no-repeat;
    transition: background-size 0.1s cubic-bezier(0.7, 0, 0.18, 1.24);
}
.content-checkbox input:checked + .checkbox-checkmark{
    background-size: 60%;
    transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);

}
.content-checkbox input{
    box-sizing: border-box;
    display: none;
}

.table_gris_td-nth tr:nth-child(even) td {

    background-color: #f1f1f1;
    color: #413332;
    /*border: 2px solid #B3B3B3;*/
}
.table_gris_td-nth tr td {
    color: #413332;
    /*border: 2px solid #B3B3B3;*/
}

/*------------------CHECKBOX**LIQUIDADO--------------*/
/*CHECKBOX*/
.content-checkbox-liquidado{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.content-checkbox-liquidado .checkbox-checkmark{
    width: 100%;
    height: 100%;
    border: 2px solid #5cb85c;
    display: inline-block;
    border-radius: 3px;
    background: #5cb85c url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_chek.svg.png") center/1250% no-repeat;
    transition: background-size 0.1s cubic-bezier(0.7, 0, 0.18, 1.24);
}
.content-checkbox-liquidado input:checked + .checkbox-checkmark{
    background-size: 60%;
    transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);

}
.content-checkbox-liquidado input{
    box-sizing: border-box;
    display: none;
}

/*contetn contrasena show pass lgin*/
.show-pass-login{
    line-height: 119px !important;
    position: absolute;
    margin-top: -34px;
    right: 2px;
    z-index: 9000;
    display: block;
    width: 34px;
    height: 34px;
}

/*LI BORDER SEPARATE*/
.border-separate-menu{
    border-bottom: solid 1px #B5A477 !important;
}

/*CLASS IMG LOGO*/
.logo-img-layout{
    width: auto;
    height: 51px;
    margin-top: 3px;
}

.li-logout{
    padding: 16px 11px 13px 10px !important;
}
.li-logout:hover{
    background: transparent !important;
}

.border-content-buscadores {
    border: 2px solid #ced4da !important;
    border-radius: .25rem;
}

.display-none{
    display: none;
}
.display-none-important{
    display: none !important;
}
.outline-none:focus, .outline-none:active{
    outline: none;
}
.input-form-visible{
    width: 96%;
    padding-right: 2px;
    position: relative;
}
.input-form-visible > i{
    visibility: visible;
    position: absolute;
    top: 37px;
    right: -23px;
    font-size: 21px;
    cursor: pointer;
}

/*SCROLL MENU*/
.scroll-y {
    overflow-y: auto;
    height: 100%;
}

/* total width */
.scroll-y::-webkit-scrollbar {
    background-color:#674834;
    width:6px;
}

/* background of the scrollbar except button or resizer */
.scroll-y::-webkit-scrollbar-track {
    background-color:#fff
}
.scroll-y::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.scroll-y::-webkit-scrollbar-thumb {
    background-color:#413332;
    border-radius:16px;
}
.scroll-y::-webkit-scrollbar-thumb:hover {
    background-color:#B5A477;
}


/*===================REPOSNSIVE CONTENT=================*/
.reponsive-content{
    margin-top: 60px;
}

.btn-ghost_facturas {
    outline: none;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #674834;
    color: #674834;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: white;
    list-style: none;
    transition: color 0.5s, background 0.5s;
    margin-left: 2px;
    margin-bottom: 2px;
    padding: 5px 8px;
    min-width: 140px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    /*box-shadow: 2px 1px 5px 0.2rem #8e9291 !important;*/
}

.btn-ghost_facturas_clase {
    background-color: #674834;
    font-weight: bold;
    border: none;
    color: white;
    padding: 8px 8px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    text-align:center;
    position: relative;
    outline: none!important;
}

/*.btn-ghost_facturas:hover {*/
/*    color: #1B9F8B;*/
/*    background-color: transparent;*/
/*}*/

.content-sombras {
    box-shadow: 0 2px 8px -3px #34495e;
}
.border-none{
    border: none !important;
}

.div-nuevo-ajuste-producto {
    background: #f1f1f1;
    margin-top: -23px;
    margin-bottom: -17px;
    display: flex;
    align-items: initial;
    justify-content: center;
}

.border-top2px{
    border-top: 2px solid;
}

/*BORDER BTN DOUBLE COLOR BORDER AJUSTE INVENTARIO*/
.border-cafe-oscuro1px{
    border: 1px solid #413332!important;
}

.border-cafe-oscuro2px{
    border: 2px solid #413332!important;
}
.border-warning2px{
    border: 2px solid #f6921e!important;
}
.border-success2px{
    border: 2px solid #5cb85c!important;
}
.border-danger2px{
    border: 2px solid #d9534f!important;
}

.border-muted2px{
    border: 2px solid #f1f1f1!important;
}
.border-muted3px{
    border: 3px solid #f1f1f1!important;
}

.padding-icon{
    /*padding: 6px 12px;*/
    height: 40px;
    width: 40px;
}


.border-double-btn-ajuste-inventario{
    position: relative;
    margin: 0 auto;
    font-size: 19px;
    height: 39px;
}

.border-double-btn-ajuste-inventario:before {
    background: none;
    border: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
}

.div-border-sub-menu {
    display: flex;
    border-bottom: 2px solid #413332;
    border-left: 2px solid #413332;
    border-right: 2px solid #413332;
}

.float-left-aspro{
    float: left !important;
}

.border-bottom-warning{
    border-bottom: 2px solid #f6921e;
}


.border-bottom-cafe-oscuro{
    border-bottom: 2px solid #413332;
}

.border-bottom-cafe-oscuro-doutle{
    border-bottom: 3px dotted #413332;
}
.border-cafe-oscuro-doutle{
    border: 3px dotted #413332;
}

.bg-muted{
    background-color: #a09b94 !important;
}
.bg-muted-claro{
    background-color: #f5f5f5 !important;
}
.border-color-muted{
    border-color: #a09b94!important;
}

.border-end-round{
    border-radius: 0 8px 8px 0 !important;
}

.width-search-responsive{
    width: 45%;
}


/*ESTILOS DEL BUSCADPR DE USUARIOS EN FACTURAS CREDITO*/
.container_lista_usuarios{
    display: none;
    text-align: -webkit-center;
    width: 100%;
    position: absolute;
    left: -43px;
}

.content-search-product-nuevo-ajuste_global-usuarios {
    width: 500px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0px;
    z-index: 5;
    font-family: 'Lato', sans-serif;
    outline: none;
    font-size: 8px;
    border: 2px solid #1B9F8B;
    height: 300px;
    overflow-y: scroll;
    overflow-x: scroll;
    white-space: nowrap;
}


.content-search-product-nuevo-ajuste_global-usuarios li{
    display: block;
    text-decoration: none;
    color: black;
    padding-right: 0px;
    padding-left: 6px;
    border: 2px solid transparent;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom-color: #1B9F8B;
    outline: none;
    /*margin: auto 8px;*/
}

.content-search-product-nuevo-ajuste_global-usuarios li:hover{
    color: white;
    background-color: #1B9F8B;
    opacity: 1;
    border: 2px solid transparent;
}
.content-search-product-nuevo-ajuste_global-usuarios li:active{

    color: white;
    background-color: #1B9F8B;
    outline: none;
    opacity: 1;
    border: 2px solid transparent;
}


.border-radius-right20ox{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.border-radius-left15ox{
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.border-radius-right15ox{
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.border-radius-left20ox{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.border-radius-top-left20ox{
    border-top-left-radius: 20px !important;
}
.border-radius-top-right20ox{
    border-top-right-radius: 20px !important;
}


.border-radius-top-20px{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.border-radius-top-22px{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
}


/*BORDER RADIUS BOTTOM*/
.border-radius-bottom-0px{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


.border-radius-bottom-6px{
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.border-radius-top-6px{
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}


.border-radius-bottom-14px{
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}
.border-radius-top-14px{
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}
.border-radius-left-14px{
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}
.border-radius-right-14px{
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}


.border-radius-left-10px{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.border-radius-right-10px{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.border-radius-bottom-20px{
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.border-radius-bottom-22px{
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
}

/*BORDER RADIUS BOTTOM*/
.border-radius-bottom-20px{
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.hover-border-none:hover, .hover-border-none:active{
    border: none!important;
    box-shadow: none !important;
}
.hover-border-none:not(:focus){
    box-shadow: none !important;
    border: none !important;
    outline: none!important;
}
.hover-border-none:focus{
    border: none!important;
}

.height150px{
    height: 150px !important;
}

.height200px{
    height: 200px !important;
}

.bg-gris-claro{
    background-color: #f1f1f1 !important;
}

.content-item-list-search:hover > span > b{
    color: #674834 !important;
    font-weight: bold;
}

.btn-outline-offset-none:active, .btn-outline-offset-none:focus{
    outline: none!important;

}

.show-pass-user-style{
    line-height: 119px !important;
    position: absolute;
    margin-top: -77px;
    right: 0px;
    z-index: 9000;
    display: block;
    width: 34px;
    height: 34px;
}

.style-btn-salir{
    padding: 15px 14px 15px 17px !important;
}

@media (max-width: 1300px) {
    .style-btn-salir {
        padding: 15px 6px !important;
    }
}


/*STYLE COLOR DIFERENCIA BUSCADOR*/
/*.content-item-list-search:nth-child(even){*/
/*    background-color: #E8E6E6;*/
/*}*/

.table-fac thead > tr > th{
    font-size: 13px;
}

/*TIPO DE LETRA TBODY TABLE*/
.table-fac tbody > tr > td{
    font-size: 12px;
}
/*TAMAÑO ADAPTABLE TD PARA LAS DESCRIPTION*/
.td-style-adaptable{
    width: 200px;
    white-space: break-spaces;
}
/* TEXTO ADAPTABLE */
.text-adaptable{
    word-wrap: break-word;
}

.text-tres-puntos{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.width130px{
    width: 130px !important;
}

.width150px{
    width: 150px !important;
}

.height300px{
    height: 300px !important;
}

.height10{
    height: 10% !important;
}
.height15{
    height: 15% !important;
}
.height20{
    height: 20% !important;
}
.height25{
    height: 25% !important;
}
.height30{
    height: 30% !important;
}
.height35{
    height: 35% !important;
}
.height40{
    height: 40% !important;
}
.height45{
    height: 45% !important;
}
.height50{
    height: 50% !important;
}
.height55{
    height: 55% !important;
}
.height60{
    height: 60% !important;
}
.height65{
    height: 65% !important;
}
.height70{
    height: 70% !important;
}
.height75{
    height: 75% !important;
}
.height80{
    height: 80% !important;
}
.height85{
    height: 85% !important;
}

/*static td in table*/
.table-static-td th, td{
    white-space: nowrap;
}

.bg-green-claro{
    background-color: #c2e6c2 !important;
}
.bg-content-login-claro{
    background-color: #f3eace !important;
}

.icon_button_mini_ {
    padding-top: 1px;
    border-radius: 50% !important;
    height: 32px;
    font-size: 29px!important;
    width: 31px;
    border: 2px solid #BDBDBD;
    background: white;
    box-shadow: 0 2px 8px -3px #1b1b1b;
}

/*TABLA HOVER*/
.tabla-reporte-general tbody >  tr:hover{
    background: #f1f1f1;
    cursor: pointer;
}

.style-list-none{
    list-style: none !important;
}

.hover-tabla tbody > tr:hover {
    transform: translate(0px, -0.4px);
    transition: vertical-align;
    background-color: #f7f7f7;
}

/**TABLA BORDER**/
.tabla-border-all  thead > tr > th {
    border: 1px solid #413332 !important;
    color: #413332 !important;
    border-collapse: collapse !important;
    font-weight: bold !important;
    padding: 4px !important;
}
.tabla-border-all  tr > td {
    border: 1px solid #413332 !important;
    border-collapse: collapse !important;
    padding: 4px !important;
}

/**TABLA BORDER**/
.tabla-border-all-thead  thead > tr > th {
    border: 1px solid #413332 !important;
    font-size: 13px;
    color: #413332 !important;
    border-collapse: collapse !important;
    font-weight: bold !important;
    padding: 4px !important;
}
.tabla-border-all-thead  thead > tr > td {
    border: 1px solid #413332 !important;
    font-size: 13px;
    color: #413332 !important;
    border-collapse: collapse !important;
    padding: 4px !important;
}

.tabla-border-all-thead  tr > td {
    font-size: 12px;
    border-collapse: collapse !important;
    padding: 4px !important;
}

.margin-top-6px{
    margin-top: -6px !important;
}

/*38px */
.height38px{
    height: 38px !important;
}


.border-radius-2-circle {
    border: 1px solid #fff;
    position: relative;
    color: white;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.border-radius-2-circle:before {
    background: none;
    border: 2px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    pointer-events: none;
    border-radius: 50%;
}

.radius-none{
    border-radius: 0;
}

.max-width-none{
    max-width: none !important;
}

.width143px{
    width: 143px !important;
}
.width200px{
    width: 200px !important;
}
.width220px{
    width: 220px !important;
}

.width300px{
    width: 300px !important;
}


.styled-table-2hr {
    border-collapse: collapse;
    margin: 10px;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table-2hr thead tr {
    background-color: var(--color4);
    color: #ffffff;
    text-align: left;
}

.styled-table-2hr th,
.styled-table-2hr td {
    padding: 9px 5px;
    font-size: 12px;
}

.styled-table-2hr tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table-2hr tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table-2hr tbody tr:last-of-type {
    border-bottom: 2px solid var(--color4);
}

.styled-table-2hr tbody tr.active-row {
    font-weight: bold;
    color: var(--color4);
}

/*SPAN LABLE*/
.label_content_radio input {
    position: absolute;
    left: -9999px;
}
.label_content_radio input:checked + span {
    background-color: #d6d6e5;
}
.label_content_radio input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em var(--color4);;
}
.label_content_radio span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}
.label_content_radio span:hover {
    background-color: #d6d6e5;
}
.label_content_radio span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--color4);
}

/*ESTILO DE NUEVO EN ITEM MENU*/
.nuevo-item-menu{
    height: 15px;
    position: absolute;
    right: 7px;
    top: 9px;
}

.bg-gris-semiclaro{
    background-color: #afa3a3 !important;
}.bg-gris-semiclaro2{
    background-color: #a19f9a !important;
}
 .text-color-gris-semiclaro2{
     color: #cdc8bba6 !important;
 }

 .hover-none-a{
     background-color: initial !important;
 }
.hover-none-a  div > i{
    color: #cdc8bba6 !important;
}


/*BG GRANDIEN PALIDO*/
.bg-grandient-radius20px-gray-palido {
    border-radius: 20px 20px 20px 20px;
}
.bg-grandient-radius20px-gray-palido:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px 20px 20px 20px;
    top: 0;
    right: 0;
    background: linear-gradient(4deg, rgba(255,255,255,0),rgba(0,0,0,0.1));
}


/************************/
/********COLORES GRANDIEND*************/
/************************/

.bg-coffee-grandient{
    background: linear-gradient(25deg, rgba(103, 72, 52,0.84),rgba(52, 35, 24, 1));
}


.button-whatsapp{
    width: 260px;
    display: inline-block;
    height: 30px;
    float: left;
    margin: 0 5px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    background: #342318FF;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    /**/
    transition: all 0.2s  ease-out;
}

.button-whatsapp .icon{
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    background: #fff;
    line-height: 30px;
    transition: all 0.2s ease-out;
}




.button-whatsapp .icon i{
    color: #342318FF !important;
    font-size: 23px;
    line-height: 30px;
    transition: all 0.2s ease-out;
}



.button-whatsapp span{
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    /*margin-left: 10px;*/
    color: #fff;
    padding-left: 3px;
    padding-right: 9px;
}

.responsive-img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

/*BORDER ROJO DE ALERTA*/
.notify .heartbit-notification {
    animation: 1s ease-out 0s normal none infinite running heartbit;
    border: 8px solid #f00;
    border-radius: 70px;
    height: 25px;
    position: absolute;
    right: -4px;
    top: -20px;
    width: 25px;
    z-index: 10;
}



/*STYLOS BOTON REDONDO NOMINA*/
.border-radius-btn-nomina{
    border: 1px solid #fff;
    padding: 0.7em;
    position: relative;
    color: white;
    margin: 0 auto;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    padding-left: 8px;
    cursor: pointer;
}


.styles-list-response-dian {
    padding: 0 53px;
    background: #fff;
    box-shadow: 0 2px 16px -6px #e2e2e2;
    margin-bottom: 5px;
    border-radius: 6px;
    min-height: 74px;
}

/*
***********************
//PRECIOS
**********************
*/
.content-precios-global{
    z-index: 10;
    background-color: #fff0a4;
    height: 25px;
    color: #413332;
    position: sticky;
    top: 60px;
    width: 101%;
    margin-left: -4px;
    margin-top: -4px;
}
.wrap-content-precios-global{
    position: relative;
    /*border-bottom: 1px solid #e6e6e6;*/
    /*border-right: 1px solid #e6e6e6;*/
    height: 25px;
}

.banner-container-precios-global{
    left: 25px;
    position: absolute;
    overflow: hidden;
    height: 25px;
    /*border-right: 1px solid #e6e6e6;*/
    padding-top: 0;
    width: 97%;
}
.pause-container-precios{
    background-color: #000;
    color: #fff;
    position: absolute;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-top: 0;
    cursor: pointer;
}
.banner-interno-precios{
    position: absolute;
    width: 10000px;
    display: table;
}


.banner-interno-precios ul.list-first.move-list-first {
    transition: 160s linear;
    -webkit-animation: animateFirstList 160s linear;
    animation: animateFirstList 160s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.banner-interno-precios ul.list-first {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.banner-interno-precios ul {
    list-style: none;
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 25px;
}

.banner-interno-precios ul li {
    display: inline-block;
    margin-top: 0px;
}

@keyframes animateFirstList {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }

    50.3% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

}

.banner-interno-precios ul.list-second.move-list-second {
    transition: 160s linear;
    -webkit-animation: animateSecondList 160s linear;
    animation: animateSecondList 160s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.banner-interno-precios ul.list-second {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.banner-interno-precios ul {
    list-style: none;
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 25px;
}


@keyframes animateSecondList {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    99.7% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
    99.8% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
    99.9% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }
}


/*
* TOAST NOTIFICACIÓN ALERT
*/
/*
    NOTIFICACION GLOBAL
*/
.toast-notificacion-global {
    position: sticky;
    top: 10px;
    z-index: 10000;
    display: none;
}

.toast-notificacion-global-caja-mayor {
    position: absolute;
    right: 1vw;
    z-index: 1000002;
    border-radius: 2px;
    top: 10vh;
}

.toast-notificacion-global-caja-mayor-header {
    background: #674834;
    padding: 7px 7px;
    color: white;
    text-align: left;
    border-top-left-radius: 21px;
}

.toast-notificacion-global-caja-mayor-header img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.toast-notificacion-global-caja-mayor-header strong {

}

.toast-notificacion-global-caja-mayor-header button {
    float: right;
    margin-right: 9px;
}

.toast-notificacion-global-caja-mayor-header button > span {
    color: white;
    font-size: 27px !important;
}

.toast-notificacion-global-caja-mayor-body {
    padding: 9px;
    background: white;
    box-shadow: 0 3px 17px -3px #717171;
    max-width: 400px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 14px;
    width: 300px;
}

.toast-notificacion-global-caja-mayor-body span {
    font-size: 11px;
    font-weight: 500;
}

.toast-notificacion-global-caja-mayor-header2 {
    background: #674834;
    padding: 7px 7px;
    color: white;
    text-align: left;
    border-top-left-radius: 21px;
    text-align: center;
}
.toast-notificacion-global-caja-mayor-header2 img {

    height: 53px;
    margin-left: -33px;
    margin-top: -16px;
    float: left;
}
.toast-notificacion-global-caja-mayor-header2 strong {
    font-size: 17px;

}
.toast-notificacion-global-caja-mayor-header2 button {
    float: right;
    margin-right: 9px;

}
.toast-notificacion-global-caja-mayor-header2 button > span {
    color: white;
    font-size: 27px !important;
}

/*
STYLO DE BLOQUEO
*/

/*
*STYLE BLOQUEO TITULO
*/
.estilo_contenedor_bloque_mensaje{
    display: flex;
    position: absolute;
    left: 50%;
    top: 77%;
    transform: translate(-50%, -50%);
}

#menu_item_bodegas_seleccionada{
    background: linear-gradient(to right, rgb(0 0 0 / 73%), rgba(236, 228, 200, 0.15)), url("../images/empresa/coffe vista-12.jpg");

    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 20px 12px !important;
}

#menu_item_bodegas_seleccionada > div > img{
    object-fit: contain;
    background: rgba(248, 255, 251, 0.6);
    height: 73px;
    width: 100%;
    border-radius: 13px;
}

.sombra_titulo{
    box-shadow:
            inset 0 -3em 3em rgba(0,0,0,0.18);
}


.swal2-styled.swal2-confirm {
    background-color: #413332 !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(103 72 52 / 50%) !important;
}

/* Estilos del Submenú */
.submenu {
    width: 180px;
    position: fixed;
    /*background-color: #4B2F1A;*/
    border-radius: 10px;
    left: -200px;
    transition: left 0.5s ease;
    display: none;
    z-index: 100000;
    font-family: Arial, sans-serif;
}
.submenu::before {
    content: '';
    position: absolute;
    left: -30px; /* se ajusta según la posición del contenedor */
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 18px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #653717; /* este es el color de la flecha */
}


/* Flecha centrada y con bordes más suaves */
/*.submenu::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -8px; !* separación desde la izquierda *!*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background-color: orange;*/
/*    border-radius: 3px;*/
/*    z-index: 90000;*/
/*    clip-path: polygon(0% 50%, 100% 0%, 100% 100%); !* forma de flecha *!*/
/*}*/

.fondo-menu {
    background-color: #653717;
}

.font-coffee {
    font-family: 'CoffeeTown', sans-serif;
}

.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 8px 10px;
    border-radius: 7px;

}

.enlaces {
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 0px;
    font: bold;

}

.enlaces:hover {
    color: white;
    text-decoration: none;
    background-color: #674834;
    background: #674834;
}

.title-modulo {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 0;
    background-color: #4A2F1B;
}

.separador {
    width: 90%;
    margin: 1px auto;
    height: 2px;
    background-color: #B5935D;
    padding: 0 20px;


}

#toggleSubmenuButton {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

#toggleSubmenuButton .text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#toggleSubmenuButton .text-color-amarillo-opaco {
    font-size: 14px;
    color: #FFB600;
}


@media (max-width: 700px) {
    .submenu {
        padding: 0;
    }
}

@media (max-width: 450px) {
    .main-sidebar {
        width: 180px;
    }
    /*.content-wrapper {*/
    /*}*/
}

.no-scroll {
    overflow: hidden !important;
    position: relative;
}


/* 🔍 Estilo del input de búsqueda */
div.dataTables_filter input {
    border: 2px solid gray;
    border-radius: 8px;
    padding: 6px 12px;
    width: 250px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}

/* 🔤 Estilo del texto "Search:" */
div.dataTables_filter label {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

/* Opcional: Centrar el buscador */
div.dataTables_filter {
    text-align: right; /* o center, o left según lo que necesites */
    margin-bottom: 10px;
}

/*ESTILOS PARA LA PAGINA CONFIGURACION DE LAS BD*/
#pagina_bd {
    display: none;
}

.content-1 {
    background-color: #FAFAFA;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-left: 1px solid #413332;
    border-right: 1px solid #413332;
    border-bottom: 1px solid #413332;
    border-top: none;
    overflow: hidden;
}

.script-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    height: 60px;
    cursor: pointer;
}

.script-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /*border-color: #413332;*/
    background: #ECE4C8;

}


.script-title {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #413332;
}

.script-label {
    font-size: 0.85rem;
    color: #413332;
}

#filter {
    max-width: 300px;
    border-radius: 0.5rem;
    padding-left: 1rem;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

@media (max-width: 576px) {
    #filter {
        width: 100% !important;
    }
}

.scrollable-container {
    height: 25vh;
    overflow-y: scroll; /* Habilita el desplazamiento vertical */
    overscroll-behavior: contain; /* Previene el rebote */
}

.progress {
    background-color: #e9ecef;  /* Fondo de la barra de progreso */
    border-radius: 0.5rem;  /* Bordes redondeados */
    overflow: hidden;  /* Evita que la barra de progreso se desborde */
    height: 20px;  /* Altura de la barra */
}

.progress-bar {
    font-weight: bold;
    text-align: center;
    color: #fff;  /* Texto blanco */
    border-radius: 0.5rem;  /* Bordes redondeados */
    height: 100%;  /* Asegura que ocupe todo el alto de .progress */
    transition: width 0.5s ease-in-out;  /* Suavizar la transición del ancho */
}

/* Colores dinámicos según el progreso */
.progress-bar.bg-success {
    background-color: #28a745;  /* Color verde para progreso normal */
}

.progress-bar.bg-warning {
    background-color: #ffc107;  /* Color amarillo cuando el progreso es medio */
}

.progress-bar.bg-danger {
    background-color: #dc3545;  /* Color rojo cuando el progreso es bajo */
}

.aplicacion label {
    width: 150px;
}
.aplicacion input {
    margin-left: 10px
}
#bolitasContainer {
    padding: 0;
    margin: 0;
}
.custom-hover-underline:hover {
    text-decoration: underline;
}

.trans-y  {
    transform: translateY(-3px);
}

.content-analisis {
    background-color: red;
    width: 100%;
    border-radius: 8px;
}

.display-none-forzado {
    display: none !important;
}

.tdtdRadiusBorder {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.tdtdRadiusBorder > td {
   font-size: 10px !important;
}

.script {
    padding: 0;
    margin: 0;
}

.bt-mas {
    width: 98.5% !important;
}

@media (max-width: 1300px) {

    .texto-limitado {
        width: 180px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-break: anywhere;
        word-break: break-word;
        line-height: 1.2em;
    }

    .una-linea {
        -webkit-line-clamp: 1;
        max-height: 1.2em;
    }

    .dos-lineas {
        -webkit-line-clamp: 2;
        max-height: 2.4em;
    }


}

@media (max-width: 400px) {
    .dos-lineas {
        margin-top: 13px;
    }
}