.proveedorEmpresa{
    font-size: 12px;
}

.nombreEntidad{
    font-size: 12px;
    color: #c3c3c3;
}

.oculto{
    display: none !important;
}

 
.ocultar {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
  }

.ocultar:not(.ocultar) {
      opacity: 1;
      height: auto;
  }

.sinMostrar{
    visibility: hidden !important;
}

#cantBultoModal, #precioVentaModal, #descuentoBultoModal, #nuevoPrecioVentaModal, #nombreArticuloModal{
    font-weight: bold;
    color: rgb(12, 12, 97);
}

#tablaProductosImprimir_wrapper{
    display: none;
}

.imgAndName{
    width: 24%;
    margin-bottom: 15px;
    text-align: center;
    float: left;
    height: 300px;
    padding-bottom: 130px;
    background-color:#FFF;
    padding: 5px;
    margin-right: 7px;
    border-radius: 10px;
    border: solid 2px #a4a4a4;
    box-shadow: 3px 5px 5px;
    position: relative;
}

.imgListSub{
    width: 95%;
    border-radius: 10px;
    max-height: 250px;
}

.nameListSub{
    width: 95%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.imgAndNameModal{
    width: 5%;
    float: left;
    height: 40px;
    background-color:#FFF;
    border-radius: 4px;
    border: solid 2px #a4a4a4;
    position: relative;
}



.imgListSubModal{
    width: 95%;
    border-radius: 5px;
    max-height: 30px;
}

#thumb{
    height: 100%;
}

.aclaracionesForm{
    font-size: 10px;
    color: #9A9A9A;
}

.switchBtn {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
}
.switchBtn input {display:none;}
.slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #01aeed;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 8px;
    color: #fff;
}
.slide:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 88px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slide {
    background-color: #8CE196;
    padding-left: 40px;
}
input:focus + .slide {
    box-shadow: 0 0 1px #01aeed;
}
input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -20px;
}

.slide.round {
    border-radius: 34px;
}
.slide.round:before {
    border-radius: 50%;
}

.td-text-center { 
    text-align: center; 
}

/* Select2 */
.select2-selection__rendered {
    line-height: 31px !important;

}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {

    margin-top: -5px !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #007bff !important;
}


.flex-grow-1 {
    flex-grow: 1;
  }


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black !important;
    background-color: #ececec  !important;
    border-color: #dee2e6 #dee2e6 #fff  !important;
}

.table td, .table th {
    padding: 0.6rem !important;

}

/* Data table selector */
table.dataTable tr th.select-checkbox.selected::after {
    /* content: "✔"; */
    content: '\2714';
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}



  table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -14px !important;
    margin-left: -8px !important;
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
  }


  /* Botones select*/

/* Estilo para el botón Select All */
.btn-select-all {
    background-color: #007BFF;
    color: #fff; 
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Estilo para el botón Select None */
.btn-select-none {
    background-color: #FFC107; 
    color: #000;
    box-shadow: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 30px;
}

  