@font-face {
    font-family: 'Poppins';
    src: url('/proyecto4/webfonts/Poppins-Regular.woff') format('woff'),
        url('/proyecto4/webfonts/Poppins-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Poppins-semiBold';
    src: url('/proyecto4/webfonts/Poppins-SemiBold.woff') format('woff'),
        url('/proyecto4/webfonts/Poppins-SemiBold.otf') format('truetype');
}
/*@font-face {
    font-family: 'Raleway';
    src: url('/proyecto4/webfonts/Raleway-Regular.woff') format('woff'),
        url('/proyecto4/webfonts/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-semiBold';
    src: url('/proyecto4/webfonts/Raleway-SemiBold.woff') format('woff'),
        url('/proyecto4/webfonts/Raleway-SemiBold.ttf') format('truetype');
}*/
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/proyecto4/webfonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/proyecto4/webfonts/OpenSans-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/proyecto4/webfonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/proyecto4/webfonts/OpenSans-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/proyecto4/webfonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('/proyecto4/webfonts/fontawesome-webfont.ttf')  format('truetype');
}
/*@font-face {
    font-family: 'Gotham-book';
    src: url('/proyecto4/webfonts/Gotham-Book.woff') format('woff'),
        url('/proyecto4/webfonts/Gotham-Book.otf')  format('truetype');
}
@font-face {
    font-family: 'Gotham-bold';
    src: url('/proyecto4/webfonts/Gotham-Bold.woff') format('woff'), 
        url('/proyecto4/webfonts/Gotham-Bold.otf')  format('truetype');
}*/
/*
@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
    max-height:400px;
    width: 10cm;
  }
}*/

html{
    min-width: 380px;
}
body{
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    background: #e6e7e7;
    background: linear-gradient(to right, #c7c7c7, #868989);
    /*min-width:350px;*/
}
/*Navbar*/
.navbar{
    /*padding: 0 1rem;*/
    /*height: 50px;*/
    font-size:15px;
}
.navbar-nav{
    /*height:50px;*/
}
.bg-logo{
    /*background-image: url(../img/navbar/Naitiva-logo-gris.svg);PONER LOGO*/
    background-repeat: no-repeat;
    background-size:contain;
    background-position:50% 50%;
    height:40px;
    max-width:170px;
    /*margin-top:3px;*/
}

.dropdown-item-custom{
    font-size:15px;
    color: #545454;
    cursor:pointer;
}
/* change the brand and text color */
.navbar-light .navbar-brand,
.navbar-light .navbar-text {
    color: #545454;
}

/* change the link color */
.navbar-light .navbar-nav .nav-link {
    color: #545454;
    padding-top: 17px;
    border-bottom: 3px transparent solid;
}
/* change the color of active or hovered links */
.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
    color: #545454;
    border-bottom: 3px #0090d9 solid;
}



.bg-custom{
    background-color:white;
}
.bg-custom-light{
    background-color:#eedff5;
}
.navbar-icono{
    color: #0079b7;
    vertical-align: initial;
    padding-right: 5px;
}
.navbar-light .nav-item .dropdown-menu .dropdown-item:hover,
.navbar-light .nav-item .dropdown-menu .dropdown-item:focus,
.navbar-light .nav-item .dropdown-menu-right .dropdown-item:hover,
.navbar-light .nav-item .dropdown-menu-right .dropdown-item:focus{
    background-color:#0090d9;
    color: white;
}
.card-btn-salir:hover{
    color:#0090d9;
}

.border-custom{
    border-bottom: 1px #e6e7e7 solid;
}
.navbar-empresa{
    font-size: 15px;
    padding-top: 10px;
}
@media (min-width: 768px) {
    .dropdown-multi-columna{
        width: 55vw;
        left: 50%;
        transform: translateX(-35%);
    }
}
.dropdown-header{
    font-family:'Poppins-semiBold', sans-serif;
    font-size:15px;
    color:#0090d9;
    margin-bottom:4px
}
/*Fin Navbar*/
/*General*/

.login-body{
    background: linear-gradient(to right, rgba(0,121,183,1), rgba(0,144,217,0.5));
    min-height: auto;
}
.produccion-body{
    background: linear-gradient(to right, rgba(0,121,183,1), rgba(0,144,217,0.5));
}
.stock-body{
    background: linear-gradient(to right, rgba(200, 0, 28, 1), rgba(151, 0, 8, 0.7));
}
@media (max-width: 350px) {
    login-body {
        background: rgba(0,121,183,1);

    }

}
.form-control:focus{
    border-color: #0090d9;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.bs-multiple-select:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.has-error .form-control:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.has-error .bs-multiple-select:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}


/*General*/
/*Login*/

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

.login-logo{
    width:250px;
}

.card-signin {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}
.card-signin .abm-card-title {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.5rem;
}
.card-signin .card-body {
    padding: 1rem 2rem 1rem 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    border-radius: 5px;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 5px;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}


.btn-custom{
    color:#fff;
    box-shadow: 0 0 0 0rem;
    background-color:#0079b7;/*#0079b7;*/
    border-color: #0079b7;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active{
    color:#fff;
    background-color:#0090d9;/*#0090d9;*/
    border-color: #0090d9;
    ;
    box-shadow: 0 0 0 0rem;
}
.btn-custom:hover{
    box-shadow: 0 0 0 0.1rem rgba(0, 121, 183, 0.4);
}
.btn-custom:disabled:hover{
    color:#fff;
    box-shadow: 0 0 0 0rem;
    background-color:#0079b7;
    border-color: #0079b7;
}
.btn-option, .btn-option:hover, .btn-option:focus, .btn-option:active{
    color:#0079b7;
    background-color:#fff;
    border-color: #0079b7;
}
.btn-option:hover{
    box-shadow: 0 0 0 0.1rem rgba(0, 121, 183, 0.4);
}
.btn-option:disabled{
    cursor: not-allowed;
    box-shadow: 0 0 0 0rem rgba(0, 121, 183, 0.4);
}
.btn-option.active{
    color:#fff;
    background-color:#0079b7;
    border-color: #0079b7;
    box-shadow: 0 0 0 0rem rgba(47, 17, 217, 0.5);
}
.btn-option-disabled, .btn-option-disabled:hover, .btn-option-disabled:focus, .btn-option-disabled:active{
    color: rgba(137, 139, 139,1);
    background-color:#fff;
    border-color: rgba(137, 139, 139,1);
    cursor: not-allowed!important;
    box-shadow: 0 0 0 0rem rgba(0, 121, 183, 0);
}
.btn-option-disabled:disabled{
    cursor: not-allowed;
    box-shadow: 0 0 0 0rem rgba(0, 121, 183, 0);
}
.btn-option-disabled.active{
    background-color: rgba(137, 139, 139,1);
    border-color: rgba(137, 139, 139,1);
    border-color: #8d8f8f;
    color: #fff;
}

input{
    font-size:20px;
}

.g-recaptcha {
    display: inline-block;
}
/*Fin Login*/
/*Secciones*/
.card-body-seccion{
    padding: 5px 2rem 0px 2rem;
}
.titulo-seccion{
    padding-left:15px;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom:10px;
    border-radius: 1rem;
    font-size: 25px;
    font-family: 'Poppins-semiBold';
}
.subtitulo-seccion{
    vertical-align: middle;
    font-size: 15px;
    font-family: 'Poppins';
    color:#868989;
}
.titulo-seccion-icono{
    color: #0079b7;/*#868989;*/
    font-size: 25px;
    vertical-align: initial;
    border: 2px solid #c7c7c7;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #fff;
}
.titulo-seccion-separador{
    color: #0079b7;
}
.breadcrumb-cont{
    vertical-align: middle;
    font-size: 15px;
    font-family: 'Poppins';
    color: #868989;
    padding-top: 20px;
    margin-bottom: 0px;
}
.breadcrumb-item-link, .breadcrumb-item-link:hover, .breadcrumb-item-link:focus{
    color: #868989;
}
.breadcrumb-item::before{
    color:#0079b7!important;
}
.btn-nuevo-cont{
    margin-top: 9px;
}
@media (max-width: 991px) {
    .titulo-seccion{
        font-size: 20px;
    }
    .subtitulo-seccion{
        font-size: 12px;
    }
    .titulo-seccion-icono{
        font-size: 20px;
    }
    .breadcrumb-cont{
        font-size: 12px;
        padding-top: 18px;
    }
}
@media (max-width: 767px) {
    .titulo-seccion{
        /*text-align:center;*/
        font-size: 22px;
    }
    .subtitulo-seccion{
        font-size: 13px;
    }
    .titulo-seccion-icono{
        font-size: 30px;
    }
    .breadcrumb-cont{
        font-size: 15px;
        padding-top: 10px;
    }
}
@media (max-width: 430px) {
    .titulo-seccion{
        /*text-align:center;*/
        font-size: 19px;
    }
    .subtitulo-seccion{
        font-size: 11px;
    }
    .titulo-seccion-icono{
        font-size: 25px;
    }
    .breadcrumb-cont{
        font-size: 15px;
        padding-top: 10px;
    }
}
@media (max-width: 380px) {
    .titulo-seccion{
        /*text-align:center;*/
        font-size: 17px;
    }
    .subtitulo-seccion{
        font-size: 10px;
    }
    .titulo-seccion-icono{
        font-size: 23px;
    }
    .breadcrumb-cont{
        font-size: 15px;
        padding-top: 10px;
    }
}
/*Fin secciones*/


/*ABMs*//*

#loader > img{
    height:20px;
}
.tabla-acciones{
    width:140px;
}
.tabla-acciones-4{
    width:165px;
}
.table th, .table td {

    vertical-align: middle;

}
.btn-acciones{
    padding: 5px 8px;
}
.abm-disabled{
    color: rgba(33, 37, 41,0.5);
}
.abm-header{
    background-color: #eedff5!important;
    height:40px;
}

.abm-header-col, .abm-header-col:hover, .abm-header-col:active, .abm-header-col.active{
    color: rgba(33, 37, 41, 1);
    text-decoration: none;
}

.abm-page-link{
    color: #0090d9;
    background-color:#fff;
    padding: 10px;
}

.btn-buscar,.btn-buscar:hover, .btn-buscar:active, .btn-buscar.active{
    border: 1px solid #ced4da;
}
.table th, .table td {
    padding: 0.50rem;
}
.abm-footer{
    padding: .75rem .50rem 0rem!important;
}

.table-hover tbody tr:hover td {
    background-color: #f5f5f5;
}

/*Fin ABMs*/

/*Paginacion*/
.pagination-contenedor:hover{
    background-color:#ffffff;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0 0px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0090d9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #0090d9;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > span > a:hover,
.pagination > li > span > a:focus,
.pagination > li > span > a:active,
.pagination > li > span > a.active{
    z-index: 2;
    color: #0079b7;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > li > span > a{
    color: #0090d9;

    border-color: #ddd;
    text-decoration: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0079b7;
    border-color: #0079b7;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > li.disabled > span > a:hover,
.pagination > li.disabled > span > a:focus,
.pagination > li.disabled > span > a:active,
.pagination > li.disabled > span > a.active{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
/*Fin Paginacion*/

/*Filtros*/
.append-custom, .append-custom:hover, .append-custom:active, .append-custom.active{
    text-decoration:none;
    color:#495057;
    background-color: #f8f9fa;
}
#datos_pedidos{
    font-family: 'OpenSans-Regular';/*'Raleway';*/
    font-size:14px!important;
    margin-bottom:15px;
}

.form-control{
    font-size:14px;
    height:40px;
}

.badge-custom{
    font-size: 13px;
    width:110px;
}
.table-td-custom{
    vertical-align: middle!important;
}
.dropdown-menu-grilla{
    font-size: 14px;
}
.col-form-label{
    font-family:'OpenSans-Regular';
    font-size:14px;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
    font-size: 14px;
    height: calc(2.25rem + 2px);
}
/*Fin Filtros*/
/*Grilla*/
.table-custom{
    min-height:300px;
}
.table tr th{
    background-color: #ececec;
}
.outer_div{
    font-family:'OpenSans-Regular';
    font-size:13px;
}
.articulos_div{
    font-family:'OpenSans-Regular';
    font-size:13px;
}
.swal2-modal{
    font-family:'OpenSans-Regular';
}
.grilla-header-col, .grilla-header-col:hover, .grilla-header-col:active, .grilla-header-col.active{
    color: rgba(33, 37, 41, 1);
    text-decoration: none;
}
.link-observaciones, .link-observaciones:hover, .link-observaciones:focus {
    text-decoration: none;
    color:#0079b7;
}
.botones-contenedor{
    background-color:#ffffff;
    border-top-width: 0px!important;
}
.botones-contenedor:hover{
    background-color:#ffffff;
}
.table-grilla > th{
    min-width:95px;
}
/* Fin Grilla*/
/* Listado */
.list-group-item, .list-group-item:hover, .list-group-item:focus{
    color:#212529;
}
.listado-datos{
    width: calc(100% - 65px);
}
.listado-datos-np{
    width: calc(100% - 265px);
}
.listado-datos-np-carrito{
    width: calc(100% - 145px);
}
.listado-acciones{
    width: 50px;
    text-align: right;
    display:table;
    padding-left:0px;
}
.listado-acciones > div{
    display:table-cell;
    padding-left:0px;
}
.listado-share{
    width: 50px;
    text-align: right;
    display:table;
    padding-left:0px;
}
.listado-share > div{
    display:table-cell;
    padding-left:0px;
}
.listado-foto{
    width: 85px;
    height:85px;
    text-align: right;
    display:table;
    padding-left:0px;
}
.listado-foto > div{
    display:table-cell;
    padding-left:0px;
}
.listado-cantidad{
    width: 150px;
    text-align: right;
    display:table;
    padding-left:0px;
}
.listado-cantidad > div{
    display:table-cell;
    padding-left:0px;
}
.listado-acciones-carrito{
    width: 50px;
    text-align: right;
    display:table;
    padding-left:0px;
}
.listado-acciones-carrito > div{
    display:table-cell;
    padding-left:0px;
}
.btn-np-mobile-cont {
    margin-top:37px!important;
}
@media (max-width: 991.98px) {
    .listado-datos{
        font-size:11px;
    }
}

@media (max-width: 767px) {
    .listado-acciones > div{
        vertical-align:top!important;
    }
    .listado-share > div{
        vertical-align:top!important;
    }
    .listado-datos{
        font-size:13px;
        width: calc(100% - 56px);
    }
    .listado-datos-np{
        width: calc(100% - 153px);
    }
    .listado-cantidad{
        width: 50px;
    }
    .listado-share{
        font-size:13px;
        width: calc(100% - 56px);
    }
    .qty-stack .btn{ width:100%; }
  .qty-stack .qty-group .form-control{ width:100%; }
    .btn-np-mobile-cont {margin-top:0px!important;}
}
/* Fin Listado*/
/* Barra Grilla*/
.barra-grilla-select{
    font-family:'OpenSans-Regular','FontAwesome';
    font-size: 13px;
}
@media (min-width: 480px) {
    .btn-barra-grilla{
        min-width:50px;
    }
}
@media (min-width: 768px) {
    .btn-barra-grilla{
        min-width:100px;
    }
}
/*Fin Barra Grilla*/
/*Modal*/
.modal{
    padding-right: 0px!important;
}
@media (min-width: 576px) {
    .modal-custom{
        max-width: 85vw;/*600px;
        /*min-width: 600px;*/
    }
    .modal-custom-articulos{
        max-width: 95vw;/*600px;
        /*min-width: 600px;*/
    }
}
.modal-label-cont{
    font-size: 14px;
    font-family: 'OpenSans-Regular';
}
.modal-label-divisor{
    height: 10px;
}
.modal-label{
    font-family: 'OpenSans-Bold';
}
.modal-table{
    font-size:13px;
}
.modal-observ-cont{
    max-height: 350px;
    overflow-y: auto;
}
.modal-texto > ul > li{
    margin-bottom:5px;
}
.modal-texto > ul {
    list-style: none;
}
.modal-texto > ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0079b7; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/*Fin Modal*/
/*Formularios*/
.formulario{
    margin:20px;
    border-top: solid 2px #e0b8f5;
}
/*.formulario-title{
    font-size:1.3rem;
    font-weight: 400;
}
.formulario-subtitle{
    font-size:1.2rem;
    font-weight: 400;
}*/

.formulario-separador {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:2rem 0 20px;
}

.formulario-separador:before,
.formulario-separador:after {
    content: '';
    border-top: 2px solid;
    border-color: #e0b8f5;
    margin: 0 20px 0 0;
    flex: 1 0 15px;
}

.formulario-separador:after {
    margin: 0 0 0 20px;
}
.form-group {
    margin-top: 1rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
    opacity: 1;
}
.tabla-ultima-linea{
    border-bottom:1px solid #dee2e6;
}
/*Fin Formularios*/

/*QuaggaJS*/
#interactive.viewport {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
#interactive.viewport > canvas, #interactive.viewport > video {
    max-width: 100%;
    width: 100%;
}
canvas.drawing, canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
}
/*Fin QuaggaJS*/
/* Formulario Movimientos*/
.separador-form{
    height:12px;
}
.btn-stock{
    height:38px;
    font-size:14px;
}
.is-valid, .is-invalid{
    border-width:3px!important;
}
#SEC_DE_DEPOSITO{
    transition: all 0.2s;
}
#SEC_A_DEPOSITO{
    transition: all 0.2s;
}
.option-movimiento{
    font-size:14px;
    height: 38px;
}


@media (max-width: 380px) {
    .option-movimiento{
        font-size:13px;
    }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Fin Formulario Movimientos*/
/*Loading*/
.loading{
    display:none;
    width: 100vw;
    height: 100vh;
    float: left;
    background: rgba(0,0,0,0.7);
    /*background-image: url(../img/loading.gif);*/
    background-repeat: no-repeat;
    background-size:64px;
    background-position:50% 50%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:500;
}
.loading-circulo{
    /*display:none;*/
    width: 100vw;
    height: 100vh;
    float: left;
    /*background: rgba(0,0,0,0.7);*/
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-size:64px;
    background-position:50% 50%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:500;
}

.mostrar{
    display:block;
}
.cargando > img{
    height:16px;
}
/*Fin Loading*/
/*Etiquetas*/
.bootstrap-select.form-control{
    border: 1px solid #ced4da;
}
.bootstrap-select.form-control.is-valid{
    border-color: #28a745;
    /*border-width: 1px!important;*/
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: transparent;
}
.bootstrap-select.form-control.is-invalid{
    border-color: #dc3545;
    /*border-width: 1px!important;*/
}
.bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: transparent;
}
.bootstrap-select.form-control > button{
    background-color:#ffffff;
}
.input-group .bootstrap-select.form-control.is-valid .dropdown-toggle {
    border-radius: inherit;
    font-size: 14px;
    height: calc(2.25rem - 2px);
}
.input-group .bootstrap-select.form-control.is-invalid .dropdown-toggle {
    border-radius: inherit;
    font-size: 14px;
    height: calc(2.25rem - 2px);
}

/*Fin Etiquetas*/
/* Transferencia entre depositos*/
.btn-limpiar-cont{
    margin-top:1px;
}
.btn-procesar-cont{
    margin-top:14px;
}
@media (min-width: 1px) {
    .btn-limpiar-cont, .btn-procesar-cont{
        margin-top:0px;
    }
}
@media (min-width: 768px) {
    .btn-limpiar-cont{
        margin-top:1px;
    }
    .btn-procesar-cont{
        margin-top:14px;
    }
}
/*@media (max-width: 767px) {
.INPUT_CHECK {
    float: right;
    right: 38px;
    top: 163px;
    position: absolute;
    z-index: 100;
}
}*/
/* Fin transferencia entre depositos*/
/* Impresión Etiquetas*/
#ETIQUETA_BARCODE{
    width:12cm;
    max-height:450px;
    margin:0 auto;
    font-size: 18px;
}
/* Fin Impresión Etiquetas*/

.form-control:focus, .form-control > button:focus {
    border-width: 2px;
}
.form-control:disabled{
    cursor: not-allowed;
}
span.disabled:hover, span.disabled:focus{
    background-color: transparent;
    color: #6c757d;
    cursor: not-allowed;
}
.btn-empresas{
    height:80px;
}

.card-body-custom{
    height:300px;
    background-color:#fff;
    -webkit-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.card-link-custom{
    position: absolute;
    top: 0;
    left: 0;
}
.card-body-custom:hover, .card-body-custom:focus{
    background-color:#007bff;
    -webkit-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.card-body-custom:hover > .card-text, .card-body-custom:focus > .card-text, .card-body-custom:hover > .card-title, .card-body-custom:hover > .card-title{
    color:#fff;
}

.form-control{
    font-family: 'Poppins'!important;
}
.bs-multiple-select{

    border: 1px solid #f7f7f7;
}
.bootstrap-select button[disabled] {
    color: #495057!important; /* Cambia el color de texto a negro */
    opacity: 1 !important; /* Evita que se vea desvanecido */
    background-color: #f7f7f7; /* Opcional: cambiar el fondo si es necesario */
}
/*select[disabled] + .dropdown-toggle {
    color: #495057!important; 
    opacity: 1 !important; 
    background-color: #f7f7f7; 
    
}*/
.potenciales .bootstrap-select button {/*[disabled]*/
    font-weight: bold !important;
    color:#495057!important;
}
textarea {
    border-width: 1px; /* Mantiene el borde normal en 1px */
    box-sizing: border-box; /* Asegura que el padding y el borde no cambien el tamaño total */
}

textarea:focus {
    border-width: 2px; /* Al enfocar, cambia a 2px sin afectar el tamaño global */
    padding: calc(0.375rem - 1px) calc(0.75rem - 1px); /* Ajusta el padding para compensar el borde de 2px */
    outline: none;
    box-shadow: none; /* Opcional: elimina la sombra en algunos navegadores */
}
/* Contenedor de 80x80 para posicionar las banderas */
.thumb-wrap{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.flag{
    position: absolute;
    left: 6px;
    padding: .15rem .45rem;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: .35rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    text-transform: uppercase;
    z-index: 2;
    pointer-events: none; /* no bloquea el click */
}
.flag-top{
    top: 6px;
}
.flag-bottom{
    bottom: 6px;
}

.flag-nuevo{
    background: #d9534f;
} /* rojo */
.flag-promo{
    background: #28a745;
} /* verde */

.img-thumb{
    width:80px;
    height:80px;
    object-fit:contain;
    background:#fff;
    border:1px solid #dee2e6;
    border-radius:.25rem;
    cursor:zoom-in;
}
#imgModal .modal-content{
    background:#fff;                 /* fondo blanco del modal */
    border:1px solid rgba(0,0,0,.1);
    border-radius:.5rem;
}
#imgModal .modal-body{
    padding:1rem;
}
#imgModalPicture{
    background:#fff;
} /* por si el <img> ocupa todo */

/* Activa contenedor con scroll vertical y sticky SOLO en >= md (desktop) */
@media (min-width: 768px){
  .table-fixed-header{
    max-height: 100vh;          /* ajustá a gusto */
    overflow-y: auto;          /* genera scroll SOLO del body de la tabla */
  }
  .table-fixed-header thead th{
    position: sticky;
    top: 0;                    /* si tenés navbar fija, pone p.ej. 56px */
    z-index: 150;
    background: #fff;          /* o el fondo de tu th */
    box-shadow: 0 1px 0 rgba(0,0,0,.06);
  }
  /* ayuda para compatibilidad (Safari/otros) */
  .table-fixed-header table{
    border-collapse: separate;
    border-spacing: 0;
  }
}