@media print {
    .header{
        visibility: hidden;
    }
}   

@keyframes anim-glow {
	0% {
		box-shadow: 0 0 rgb(0,129,72, 1);
	}
	100% {
		box-shadow: 0 0 10px 8px transparent;
		border-width: 2px;
	}
}

.freeze {
    background: #fff;
    position: sticky;
    left: 0;
    border-right: 1px solid #ccc !important;
    z-index: 2;
}
.freeze:after {
    content: '';
    width: 0.2px;
    background-color: #ccc;
    z-index: 1000;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.sorting{
    width: 100%;
    padding: 0.6em 0.75em;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    background-color: #9d9d9d !important;
    color: #fff;
}

.sorting.asc::after{
    content: '\f062';
    font-family: "Font Awesome 5 Free" !important;
    padding: 0 7px;
}
.sorting.desc::after{
    content: '\f063';
    font-family: "Font Awesome 5 Free" !important;
    padding: 0 7px;
}


.flecha::after{
    top: -8px;
    content: '';
    right: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #777;
    transform: translate(50%,-2px);
}

.handle{
    cursor: grab;
}

.info-pedido >*{

    margin: 10px 0;

}

.feedback-small{
    transform: scale(0.8);
    margin: -10px 0 !important;
    padding: 0 !important;
}
.bs-rating-star{
    margin: 0 5px;
}

.text-naranja {
    color: #F05D23 !important;
}

.text-marron {
    color: #38040E !important;
}

.bg-naranja {
    background: #F05D23 !important;
    color: white !important;
}
.bg-naranja .text-gris {
    color: white !important;
}

.bg-cyan {
    background: #25CED1 !important;
    color: white !important;
}

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

.bg-azul, .row-blue {
    background: #4E65BB !important;
    color: white !important;
}


.row-selected {
    position: relative;
    left: 20px !important;
    transition: all ease 0.2s;
    box-shadow: -10px 9px 4px #b7b7b7 , inset 0px 0px 3px #ccc !important;
    /* -webkit-transition: all 0.2s ease-out; */
    margin: 20px 0px !important;
}

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

.bg-verde {
    color: white !important;
    background: #90c924 !important;
}

.bg-mb {
    color: #454142 !important;
    background: #76b2bc !important;
}

.bg-rojo, .row-red{
    color: white !important;
    background: #E94F37 !important;
}


.border-amarillo{
    
    border: 3px solid #FFB20F !important;
}

.border-gris {
    
    border: 5px solid #535353 !important;
}

.bg-amarillo, .row-yellow{
    color: white !important;
    background: #FFB20F !important;
}

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

.bg-black{
    color: white !important;
    background: #222 !important;
}
.bg-morado{
    color: white !important;
    background: #875190 !important;
}
.border-rojo{
    border: 2px solid  #E94F37 !important;
}
.bg-gris{
    color: white !important;
    background: #777777 !important;
}

.has-float-label span{

    font-weight: 700;

}

.text-verde {
    color: #90c924 !important;
}

.text-rojo, .text-red{
    color: #E94F37 !important;
}
.text-gris{
    color: #777777 !important;
}
.text-black{
    color: #454545 !important;
}
.text-azul{
    color: #0197F6 !important;
}
.text-amarillo{
    color: #869125 !important;
}

.body-modal-cajas>* {
    flex: 1 1 30%;
    text-align: center;
    margin-top: 15px;
}

.body-modal-cajas span {
    font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.iconParpadear{
    border-radius: 50%;
    border: 2px solid #008148;
    width: 50px;
    height: 50px;
    animation: anim-glow 2s ease infinite;
    background-color: #008148;
}

.input-qty-cajas {
    height: 50px;
    width: 60px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.flex-paquete>* {
    flex: 40%;
}

.logo-come-verde {
    height: 70px;
}

.shadow-item {
    box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 30%) !important;
}

.cursor-wait {
    cursor: not-allowed;
}

.complete-width {
    width: 100%;
    font-size: 25px !important;
}

.ngx-select__choices {
    width: auto !important;
}

.ngx-select__toggle {
    padding: 10px !important;
    background-color: transparent !important;
}

.logo-mobile {
    background: url('/assets/img/argus/argus-logo-mobile.png') no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

.logo-light,
.logo-single-light {
    background: url('/assets/img/argus/argus-logo-light.png') no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}
.logo-light-come-verde,
.logo-single-light-come-verde {
    background: url('/assets/img/argus/Come_Verde_Plantitas.png') no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

.logo-dark,
.logo-single-dark {
    background: url('/assets/img/argus/argus-logo-dark.png') no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

.fixed-background {
    background: url('/assets/img/argus/background-argus.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
}

.auth-card .image-side {
    background: url('/assets/img/argus/background-argus-2.jpg') no-repeat center top !important;
    background-size: cover !important;
}

.w-150 {
    width: 150%;
}

.table-productos-oc tr {
    box-shadow: 1px 1px 5px -3px #333333;
}

.row-items-round {
    position: relative;
    padding: 10px 5px;
    border-radius: 0.75rem;
    border: initial;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%), 0 1px 6px rgb(0 0 0 / 20%);
}

.list-thumbnail-custom {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
}

.p-0-5rem {
    padding: 0.5rem !important;
}

.row-items-round .item-left {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 80%;
    width: 3rem;
    justify-content: center;
}

.row-items-round .row-body {
    margin-left: 3rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.row-items-round div {
    padding: 0 10px;
}

.card:not(.row-selected) {
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%), 0 1px 6px rgb(0 0 0 / 10%) !important;
}

.span-info-embalaje {
    font-size: 15px;
}

.row-items-oc {
    border-radius: 0.75rem;
    border: initial;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.row-items-oc .body {
    width: 100% !important;
    border: initial;
    margin-top: 0rem;
    margin-bottom: 0rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.row-items-oc .header {
    font-weight: 900;
}

.row-items-oc .sku {
    width: 23vw;
}

.row-items-oc .qty {
    width: 9%;
}

.row-items-oc .sugerido {
    width: 8%;
}

.row-items-oc .tintes {
    width: 13%;
}

.row-items-oc .unit {
    width: 8%;
}

.row-items-oc .cost {
    width: 15%;
}

.row-items-oc .subtotal {
    width: 15%;
}

.row-items-oc .trash {
    width: 7%;
}

.row-items-oc div {
    padding: 0 10px;
}

.ng-option-label {
    font-size: 17px;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 900;
}

.cursor-pointer {
    cursor: pointer;
}

.row-table {
    cursor: pointer;
    padding: 10px !important;
}

.btn-dark {
    background-color: #656465 !important;
    color: #fff !important;
}

.custom-search input {
    width: 100%;
    border: initial;
    background: #eee;
    outline: initial !important;
    font-size: 0.8rem;
    color: #3a3a3a;
    padding: 0.4rem 1rem;
    line-height: 2;
    border-radius: 0.75rem;
    margin-bottom: 20px;
}

.custom-search .search-icon {
    font-size: 17px;
    border-radius: 10px;
    color: #d7d7d7;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -8px;
    right: 20px;
    text-align: center;
}

.custom-search .search-icon-table {
    font-size: 17px;
    border-radius: 10px;
    color: #d7d7d7;
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: -155px;
    text-align: center;
}

@media (max-width: 768px) {
    .columna {
        display: flex;
        flex-direction: column;
    }
    .contenedor {
        padding: 0.5rem 1rem 0.5rem 0.5rem !important;
    }
    .encabezado {
        display: none;
    }
}

.encabezado-light {
    color: #fff;
    font-weight: 800
}

.encabezado-dark {
    color: #000;
    font-weight: 800
}

#tablaBom{
    font-size: 20px;
}

.backHeader{
    font-size: 25px;
}

.backHeader-light {
    background-color: #000 !important;
}

.backHeader-dark {
    background-color: #fff !important;
}

.ajuste {
    width: 16.66%
}

.ordenar {
    background: linear-gradient(to bottom right, red, yellow) !important;
}

.resaltado {
    font-weight: 700 !important;
    font-size: 20px !important;
}

.sombreado {
    box-shadow: 21px 11px 12px rgb(0 0 0 / 41%), 0 21px 35px rgb(0 0 0 / 10%) !important;
}

.bold {
    font-weight: 700 !important;
}

.bold-600 {
    font-weight: 600 !important;
}

@media (max-width: 992px) {

    .size-1 {

        /* font-size: 2.1rem !important; */
        font-size: 1.7rem !important;
        /* font-size: 1.4rem !important; */
        
    }
    .size-2 {
        /* font-size: 1.9rem !important; */
        font-size: 1.5rem !important;
        /* font-size: 1.2rem !important; */
        
        
    }
    .size-3 {
        
        /* font-size: 1.7rem !important; */
        font-size: 1.4rem !important;
        /* font-size: 1rem !important; */
        
    }
    .size-4 {
        
        /* font-size: 1.5rem !important; */
        font-size: 1.2rem !important;
        /* font-size: 0.8rem !important; */
        
    }
    .size-5 {
        
        /* font-size: 1.3rem !important; */
        font-size: 0.8rem !important;
        /* font-size: 0.7rem !important; */
    
    }
    .size-6 {
        
        /* font-size: 1rem !important; */
        font-size: 0.8rem !important;
        /* font-size: 0.6rem !important; */
    
    }
    .btnMenu {
        position: absolute;
        top: 32%;
        right: 3%
    }
}

@media (max-width: 576px) {
    .size-1 {

        /* font-size: 2.1rem !important; */
        /* font-size: 1.7rem !important; */
        font-size: 1.5rem !important;
        
    }
    .size-2 {
        /* font-size: 1.9rem !important; */
        /* font-size: 1.5rem !important; */
        font-size: 1.1rem !important;
        
        
    }
    .size-3 {
        
        /* font-size: 1.7rem !important; */
        /* font-size: 1.4rem !important; */
        font-size: 1rem !important;
        
    }
    .size-4 {
        
        /* font-size: 1.5rem !important; */
        /* font-size: 1.2rem !important; */
        font-size: 0.9rem !important;
        
    }
    .size-5 {
        
        /* font-size: 1.3rem !important; */
        /* font-size: 1rem !important; */
        font-size: 0.8rem !important;
    
    }
    .size-6 {
        
        /* font-size: 1rem !important; */
        /* font-size: 0.8rem !important; */
        font-size: 0.6rem !important;
    
    }
    .btnMenu {
        position: absolute;
        top: 8%;
        right: 3%
    }
}

#buscar {
    scroll-behavior: smooth;
}

.DivToScroll {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 10px 7px 5px;
}

.DivWithScroll {
    max-height: 130px;
    overflow: scroll;
    overflow-x: hidden;
}

.DivWithTwoScrolls {
    max-height: 130px;
    overflow: scroll;
    max-width: 540px;
}

.text-blue {
    
    color: #009FFD !important;
}

.cascader ul {
    max-height: 275px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #F5F5F5;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 10px 125px 5px;
}

.cascader .cascade-wrapper {
    width: 100% !important;
    text-align: left !important;
}

.cascader ul li {
    padding-right: 20px !important;
}

.table-bordered th,
.table-bordered td {
    border: 2px solid !important;
}

.stickyTable {
    position: relative;
}

.stickyHeader {
    position: sticky;
    top: -1px;
    background-color: white;
}

.contenedorGris {
    padding: 0.5rem 0.75rem;
    background-color: #e9ecef;
    opacity: 1;
    border: 1px solid #d7d7d7
}


/* Boton Finanzas */

.btn-finanzas {
    font-size: 20px !important;
    /* position: absolute;
    top: 21%;
    right: 2%; */
}

@media (max-width: 992px) {
    .btn-finanzas {
        position: relative;
        top: -40%;
    }
}

@media (max-width: 540px) {
    .btn-finanzas {
        position: relative;
        top: -5%;
    }
}


/* Password icon position */

.passwordIcon {
    position: relative;
    top: -28px;
    left: 92%;
    font-size: 20px;
}
.icon-profile{
    top: -43px !important;
    left: 0px;
    position: absolute;
}
@media (max-width: 992px) {
    .passwordIcon {
        position: relative;
        top: -28px;
        left: 92%;
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .icon-profile{
        top: -30px !important;
    }
}


/* GRID */


/* <div class="grid-container">

    
<div>Produccion</div>
<div>Embalaje</div>
<div>Compras</div>
<div>Logistica</div>
<div>RH</div>
</div> */

.grid-container-master {
    display: grid;
    /* height: 90vh; */
    width: 100%;
    grid-template-columns: 50% 50%;
    /* grid-template-rows: 40% 20% 40%; */
    justify-content: center;
}

.body-barcodes .d-flex{

    height: 120px;

    /* border: 1px solid black; */
}



.tarjetas-dashboard div{

    flex: 1 1 100px;

}

.grid-container .card{

    margin: 5px;

}
.item1{

    grid-column: 1 / 2;

}
/* Notification icon position and buttons for right side */

.count-menu {
    font-size: 18px;
    color: white;
    border: 1px solid #dc3545;
    background-color: #dc3545;
    border-radius: 20px;
    position: relative;

    text-align: center;
    font-weight: 700;

    left: 91%;
    line-height: 22px;

    bottom: 83%;

    padding: 0 7px;
}

.count-menu-oc {
    font-size: 16px;
    color: white;
    border: 1px solid #dc3545;
    background-color: #dc3545;
    border-radius: 20px;
    position: relative;
    width: 18px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    top: -20px;
    right: 25px;
    line-height: 14px;
    padding: 3px;
}
.badge-express{
    background-color: #e6c411 !important;
}




@media (max-width: 992px) {
    .badge-dias-pago{
        text-align: right;
    }
    .count-menu {
        top: -55px !important;
        right: -95% !important;
    }
    .count-menu-oc {
        top: -70px !important;
        right: -175px !important;
    }
    .count-menu-prekit {
        top: -70px !important;
        right: -185px !important;
    }
    .count-menu-terminar {
        top: -70px !important;
        right: -190px !important;
    }
    .btnCalidad {
        position: relative !important;
        top: -40px !important
    }
    .btnMerma {
        position: relative !important;
        top: -44px !important;
    }
    .btnRegresar {
        position: relative !important;
        top: -45px;
    }
}

@media (max-width: 540px) {
    .flex-reverse-mobile{
        flex-direction: column-reverse;
    }
    .content-soporte{
        flex-direction: column-reverse;
    }
    .count-menu-oc {
        top: -90px !important;
        right: -120px !important;
    }
    .count-menu-prekit {
        top: -90px !important;
        right: -125px !important;
    }
    .count-menu-terminar {
        top: -68px !important;
        right: -160px !important;
    }
    .btnMerma {
        position: relative !important;
        top: 1px !important;
    }
    .btnRegresar {
        top: 0
    }
}

.count-menu-prekit {
    font-size: 16px;
    color: white;
    border: 1px solid #dc3545;
    background-color: #dc3545;
    border-radius: 20px;
    position: relative;
    width: 18px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    top: -20px;
    right: 25px;
    line-height: 14px;
    padding: 3px;
}

.count-menu-terminar {
    font-size: 16px;
    color: white;
    border: 1px solid #dc3545;
    background-color: #dc3545;
    border-radius: 20px;
    position: relative;
    width: 18px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    top: -20px;
    right: 25px;
    line-height: 14px;
    padding: 3px;
}

/*  DASHBOARD GENERAL  */

.badge-gris {

    background-color: #9d9d9d  !important;
    color: #fff;
}

/* .text-medium-large{
    font-size: 32px !important;
} */

.size-1 {

    font-size: 1.8rem;
    /* font-size: 1.7 rem; */
    /* font-size: 1.4 rem; */
    
}
.size-2 {
    font-size: 1.5rem;
    /* font-size: 1.5 rem; */
    /* font-size: 1.2 rem; */
    
    
}
.size-3 {
    
    font-size: 1.4rem;
    /* font-size: 1.4rem; */
    /* font-size: 1rem; */
    
}
.size-4 {
    
    font-size: 1.2rem;
    /* font-size: 1.2rem; */
    /* font-size: 0.8rem; */
    
}
.size-5 {
    
    font-size: 1rem;
    /* font-size: 1rem; */
    /* font-size: 0.7rem; */

}
.size-6 {
    
    font-size: 0.8rem;
    /* font-size: 0.8rem; */
    /* font-size: 0.6rem; */

}
.text-underline{
    text-decoration: underline !important;
}

.text-medium{
    font-size: 25px !important;
}
.text-medium-small{
    font-size: 17px !important;
}
.text-medium-small-2{
    font-size: 22px !important;
}

.gap-0-5rem{
    gap: 0.5rem !important;
}

.row-principal{
    gap: 0.5rem !important;
    display: flex;
    flex-wrap: wrap;
}

.row-principal>* {
    flex: 1 1 400px;
}
.row-secundaria{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem !important;
}

.row-secundaria>* {
    flex: 1 1 600px;
}
.row-barrita{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.row-barrita>* {
    flex: 1 1 150px;
}
.row-barrita2{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.row-barrita2>* {
    flex: 1 1 170px;
}

.text-shadow{

    text-shadow: 2px 1px rgba(0, 0, 0, 0.3) !important

}

.ps-content{

    margin-right: -10px;
}
@media (max-width: 600px) {
    .titleResum {
        margin-left: 15%;
    }

    .dataResum {
        width: 50% !important;
    }

    .dataResum > h3 {
        font-size: 19px !important;
    }
}

@media (max-width: 300px) {
    .titleResum {
        margin-left: 10%;
    }

    .dataResum {
        width: 40% !important;
    }

    .dataResum > h3 {
        font-size: 20px !important;
    }
}


/*estilos para movil al crear pedido*/
@media (max-width: 350px) {
    .container {
        width: 100% !important;
    }

    .container h3 {
        font-size: 16px !important;
    }

    .select-prod {
        width: 90% !important;
        font-size: 10px !important;
    }

    .add-btn {
        padding: 0.30rem 0.8rem 0.30rem 0.8rem !important;
        font-size: 0.8rem !important;
        line-height: 1.5 !important;
        margin-left: -25px;
    }

    .circle-prod {
        width: 30px !important;
        height: 30px !important;
    }

    .info-prod {
        font-size: 10px !important;
    }

    span {
        font-size: 80% !important;
    }

    .form-input {
        width: 80px !important;
    }

    .container-input {
        display: block !important;
        margin-left: 20px;
    }
}

.row-disabled {

    opacity: 0.25;
    cursor: not-allowed !important;
}

/* tabla de puntos*/
@media (max-width: 1500px) {
    .text-table {
        font-size: 10px !important;
    }
}

.svg-embalaje {
	filter: invert(0.5) sepia(0.7) saturate(6.1) hue-rotate(45deg);
	width: 2.7rem;
}