  body{
      /* padding-left:250px; */
      /* padding-top: 70px; */
      background-color: #F5F5F5;
    }

    .baco-background{
      width: 200px;
      height: 200px;
      background-color: red;
      background-image: url('images/logo_white.png');
    }

    /* SE USA EN PROSPECTOS */
    .btn-workflow{
      display: none;
    }

    .custom-box-login{
      width: 380px;
      margin-right: 80px;
      margin-top: 100px;
    }

    .label-info2{
      background-color: #31708f;
    }

    .label-black{
      background-color: #000;
    }

    .label-violeta{
      background-color: rgb(104, 11, 133);
    }

    .label-gris{
      background-color: rgb(92, 92, 92);
    }


    .label-marron{
      background-color: rgb(126, 71, 9);
    }

    .custom-icon-menu{
      font-size: 20pt;
      margin-top:7px;
      margin-left: 5px;
      color: #CCC;
      cursor: pointer;
    }

    .loading-container{
      background-color: #f1f1f1;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 99999;
      top: 0;
    }

    .panel-black-custom{
      background-color: rgba(24, 24, 24, 0.74902);
    }

    .custom-welcome{
      color: #fff;
      text-shadow: 2px 2px #aaa;

    }

    .pointer{
      cursor: pointer;
    }

    .custom-category-design-container .dndPlaceholder {
      display: block;
      background-color: #ddd;
      min-height: 120px;
      margin-bottom: 10px
    }

     .dndDraggingSource {
      display: none;
      }

    .custom-drag{
      position: relative;
      padding-left: 35px;
    } 

    .custom-drag-selector{
      position: absolute;
      left: 0px;
      top: 0px;
      background-color: #f1f1f1;
      height: 100%;
      width: 15px;

    }

    .custom-drag-selector span{
      color: #ccc;
      margin-top:50px;
      cursor: move;
      display: block;
    }

    .pointer{
      cursor: pointer;
    }

    .loginImg{
      width: 100px;
      border-radius: 50%;
      background-color: #fff;
      border:1px solid #CCC;
      margin-bottom: 20px;
      margin-top: 20px;
      margin-left:38%;
    }
    
    .noBodyMargin{
      /* padding-left:50px; */
      background-color: #f1f1f1 !important;
    }

    .noBodyMargin .menu-principal{
      /*display: none;*/
      width: 50px;
    }

    .noBodyMargin .menu-principal .brand-name{
      display: none;
    }

    .noBodyMargin .menu-principal .display-name{
      display: none;
    }

    .noBodyMargin .menu-principal .menu-header .user-info{
      left: 5px;
    }

    .noBodyMargin .menu-principal .menu-nav li, .padding-left{
      padding-left: 15px;
    }

    .noBodyMargin .menu-principal .menu-nav .menu-label{
      display: none;
    }

    .navbar-default{
      background-color: #FFF;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    }
    .navbar{
      /* margin-left:250px; */
      font-size: 13px;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      background-color: #A70802;
      color: white;
    }

    ul.nav a:hover { 
      background-color: #A70802;
      color: white; 
    }

    .navbar-default .navbar-nav > .active > a:focus {
      color: white; /* <—– change your color here*/
      background-color: #A70802;
    }

    .noBodyMargin .navbar{
      /* margin-left: auto;    ARREGLAR */
      margin-top: 30px; 
    }

    /* .menu-principal{
      position: fixed;
      left: 0px;
      top: 0px;
      bottom: 0px;
      width: 250px;
      background-color: #263238;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    } */

    /* .menu-principal-min{
      left: -260px;
    } */

    /* .menu-principal ul.menu-nav{
      list-style: none;
      padding: 0px;
      margin: 0px;
    }

    .menu-principal ul.menu-nav li{
      padding: 13px;
      padding-left: 20px;
      color: #f1f1f1;
      cursor: pointer;
    } */

    /* .menu-principal ul.menu-nav li .menu-label{
      display: inline-block;
      margin-left: 10px;
    }
    .menu-principal ul.menu-nav li:hover{
      background-color: #37474F;
      color: #fff;
    }

    .menu-principal ul.menu-nav li.active{
      background-color: #37474F;
      color: #fff;
    }

    .menu-principal .menu-header{
      height: 140px;
      position: relative;
      border-bottom: 1px solid #000;
    } */

    /* .menu-principal .menu-header .brand-name{
      font-size: 16pt;
      color:#F1F1F1;
      padding: 10px;
      padding-left: 20px;
    }


    .menu-principal .menu-header .user-info{
      color:#FFF;
      position: absolute;
      bottom: 10px;
      left:20px;
      width: 100%;
      font-size: 12pt;
    }

    .menu-principal .menu-header .user-info img{
      border-radius: 50%;
      width: 40px;
      background-color: #FFF;
      margin-bottom: 5px;
    } */

    /* @media screen and (max-width: 768px) {
      body {
        padding-left:0px;
      }
      .menu-principal{
        left:-260px;
      }
      .navbar{
        margin-left:0px;
      }
    } */

    .list-group-item{
      cursor: pointer;
    }

    .list-group-item.select{
      background-color: #f1f1f1;
    }

    .custom-search{
      border:none;
      border-bottom: 1px solid #444;
      background-color: transparent;
    }

    .custom-search:focus{
      outline:none;
    }

    .breadcrumb{
      /* background-color: transparent; */
      background-color: #f1f1f1;
      color: #FFF;
      margin:0px;
      /* padding-top: 10px; */
      padding-bottom: -10px;
      font-size: smaller;

    }
    .breadcrumb a{
      color:rgb(163, 42, 42);
      text-transform: uppercase;
      font-size: smaller;
    }


    .alertContainer{
        position: fixed;
        bottom: 20px;
        left: 30px;
        width: 400px;
        text-align: center;
        z-index: 99999;
        text-align: left;
      }

    .custom-acceso:hover{
      background-color: #E0FCAF;
      cursor: pointer;
    }

  .table-pointer{
    cursor: pointer;
    
  }

  .table-pointer:hover{
    background-color: #E0FCAF;
  }

  .table-pointer-selected{
   background-color: #C8DEF1; 
  }


.report-table table th{
    min-width: 120px!important;

}

.space-sub-menu{
  /* margin-left: 190px; */
  margin-top: 110px;  /* Esto maneja el espacio entre el menu principal y la view renderizada */
}

/* .sub-menu-lateral{
  height: 100%;
  width: 200px;
  margin-left: -15px;
  margin-top: -20px;
  background-color: #d1d1d1;
  border-right: 1px solid #CCC;
  position: fixed;
} */

/* .sub-menu-lateral ul{
  list-style: none;
  margin:0px;
  padding: 0px;
}

.sub-menu-lateral ul li{
  padding: 10px;
} */

/* .sub-menu-lateral ul li.active{
  background-color: #AAA;
  font-weight: bold;
}

.sub-menu-lateral ul li:hover{
  background-color: #a1a1a1;
  cursor: pointer;

} */

.user-picture{
  border-radius: 50%;
  width: 35px;
}

.user-picture-lg{
  width: 120px; 
}

.dropdown-menu li{
  cursor: pointer;
}

.entity-info{
  margin-top:20px;
}

.entity-info .control-label{
  text-align: right;
}

.lead{
  margin-bottom: 0px;
}

select{
  height: 25px;
}

.custom-row{
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px
}

.divider-top{
  border-top: 1px solid #CCC;
  margin-top: 10px;
}

.custom-well{
  padding: 15px;
  background-color: #f1f1f1;
  margin: 10px 20px;
}

.separator{
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px
}

.separator2{
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px
}

.menu-entidad-show{
  margin-top: 20px;
}
.menu-entidad-show .botton-entidad-show{
  width: 100%;
  background-color: #FFF;
  font-size: 12px;
  text-align: center;
  padding:10px;
}

/*
.menu-entidad-show .btn{
  margin-bottom: 10px;
  width: 70px;
}
*/

.menu-entidad-show .botton-entidad-show:hover{
  background-color: #E6E6E6;
  cursor: pointer;
}

.menu-entidad-show .botton-entidad-show.active{
  background-color: #D4D4D4;
}


.auditoria-checkbox{
  width: 20px; 
  height: 20px;
}

.auditoria-speech-tr tr:hover{ 
  background-color: #D9EDF7;
}

.auditoria-suman-tr tr:hover{ 
  background-color: #DFF0D8;
}

.auditoria-restan-tr tr:hover{ 
  background-color: #F2DEDE;
}

.text-orange{ 
  color: #F0961D; 
}

.text-grey{ 
  color: #BDC1C1; 
}

.text-dark{ 
  color: rgb(0, 0, 0); 
}

.text-gold-baco{
  color: #E2B97A;
}

.text-grey-dark{  
  color: #575757;  
} 

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.myCustomModalClass .modal-dialog {
  width: 95%;
}

.myCustomModalClass2 .modal-dialog {
  width: 82%;
}

.myCustomModalClass3 .modal-dialog {
  width: 100%;
}

.text-muted {
  color: transparent;
}

.margin-bottom{
  margin-bottom: 10px;
}

.vertical-center{
    position: relative;
    top: 50%;
    transform: translateY(50%); /* or try 50% */
}

#scrollable-area {
  margin: auto;
    width: 100%;
    height: 200px;
    border: 2px solid #ccc;
    overflow-y: scroll; /* <-- here is what is important*/
}

.margin-top{
  margin-top: 140px;
}

.tam_marca{
  height: 23px;
  /* width: 40px; */
}

.text-justify {
  text-align: justify;
}

.margin-top-btn{
  margin-top: 20px;
}

.margin-bottom-btn{
  margin-bottom: 40px;
}

.text-bold{
  font-weight: bold;
}

.cursor-pointer{
  cursor: pointer;
}

.user-picture-size{
  width: 30px;
}

.login-margin-top{
  padding-top: 70px;
}

.reports-margin-top{
  margin-top: 110px;  /* Esto maneja el espacio entre el menu principal y la view renderizada */
}

.menu-margin-top{
  margin-top: 110px;  /* Esto maneja el espacio entre el menu principal y la view renderizada */
}

.user-margin-top-inverse{
  margin-top: -110px;  /* Esto maneja el espacio entre el menu principal y la view renderizada */
}


/* css adicional para el navnar */
/*.dropdown-toggle:hover{
  color: #555555 !important;
} */
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:-100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.menu-proveedores {
  margin-left:382px !important;
}
.dropdown-submenu>a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color:#555;
}
#submenu-letra-blanca-hover:hover {
  color: white !important;
}
.dropdown-submenu.pull-left {
  float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}
.div-position-left{
  float: left;
}
.div-position-right{
  float: right;
}

@media only screen and (min-width: 768px) {
  .fuente-menu {
    font-size: 0.9vw;
  }
}

@media only screen and (max-width: 1050px) {
  .esconder {
    display: none;
  }
}

.btn-grey{ 
  background-color: rgb(75, 75, 75);
  color: white;
}

.text-black{
  color: black;
}

.loading-custom{
  background-color: white;
  opacity: 90%;
  width: 100%; 
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.hidden-button {
  display:none;
}

.disabled-button {
  cursor: not-allowed;
  pointer-events: none;
}

.div-moderno {
  /* Bordes */
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  /* Sombras */
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.21);
  box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.21);
  /* Margenes */
  margin-bottom: 25px;
  padding-top: 10px;
}

.pr-1{
  padding-right: 15px;
}

.pb-1{
  padding-bottom: 15px;
}

.mt-1{
  margin-top: 15px;
}

.mt-2{
  margin-top: 30px;
}

.mt-3{
  margin-top: 45px;
}

.mt-4{
  margin-top: 50px;
}

.mt-5{
  margin-top: 55px;
}

.mb-1{
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 30px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.margin-box {
  margin: 10px;
}

.margin-box-1 {
  margin: 5px;
}

.animate__animated.animate__fadeIn {
  --animate-duration: 1.5s;
}

.color-verde-1{
  background-color: white;
  color: rgb(32, 148, 80);
}

.color-blanco-1{
  color:white;
}

.color-rojo-1{
  background-color: white;
  color: rgb(182, 54, 40);
}

.color-azul-1{
  background-color: white;
  color: rgb(23, 103, 177);
}

.color-amarrillo-1{
  background-color: white;
  color: rgb(173, 149, 12);
}

.color-negro-1{
  background-color: white;
  color:black;
}

.box-sombra{
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.21);
  box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.21);
}

.box-bordes-rounded{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
}

.campaign-sector {
  color: rgb(65, 153, 180);
  opacity: 0.6;
  font-weight: 600;
  display: inline-block;
}

.center-div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.mr-2{
  margin-right: 10px;
}

.border-print{
  border: 1px solid rgb(0, 0, 0);
}

.font-size-1{
  font-size: xx-small;
}

.font-size-2{
  font-size: x-small;
}

.font-size-3{
  font-size: x-large;
}

.font-size-4{
  font-size: xx-large;
}

.text-conformacion-zona{
  font-size: medium;
  color:rgb(39, 39, 39);
  font-weight: bold;
}

/* CSS PARA REMITOS IMPRIMIBLES */

.box-remito-general{
  margin-left: 40px;
}



.box-remito-cabecera{
  width: 1000px;
  height: 175px;
  /* background-color: #31708f; */
}

.box-remito-datosentrega{
  width: 1000px;
  height: 115px;
  /* background-color: #232525; */
}

.box-remito-cuerpo{
  width: 1000px;
  height: 320px;
  /* background-color: #31708f; */
}

.table-size{
  width: 700px;
}

.box-remito-productos{
  width: 1000px;
  height: 250px;
}

.box-remito-pie{
  width: 1000px;
  height: 30px;
  /* background-color: #232525; */
}

.remito-espacio-originalcopia{
  height: 210px;
}

.saltoHoja {
  page-break-before: always;
}

.font-size-2{
  font-size: 12px;
}

.box-fecharemito{
  margin-left: 100px;
  /* margin-top: 74px; */
  letter-spacing: 10px;
}

.box-nroremito{
  margin-left: 230px;
  margin-top: 20px;
}
.box-nrocontrol{
  margin-left: 230px;
}

.box-nroremito-copia{
  margin-left: 230px;
  margin-top: 23px;
}

.box-datos-entrega{
  margin-top: 70px;
}

.box-cuerpo{
  margin-top: 25px;
  padding-left: 3px;
}

.box-observaciones{
  margin-left: 400px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.btn-black{
  background-color: rgb(39, 39, 39);
  color: white;
}

.btn-black:hover {
  color: white;
  background-color: #000;
}

.link-text {
  color: rgb(66, 66, 196);
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paginate-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.space-between-column{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.gap1 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.gap2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.background-gray {
  background-color: #dad7d7;
}

.table-hover tbody tr.background-gray:hover {
  background-color: #dad7d7;; /* Mantiene el color de fondo oscuro incluso en hover */
}

.swal2-container {
  z-index: 2556 !important; /* Bootstrap modals suelen usar z-index 1050 */
}

.row-light {
  background-color: #d3d5d6; /* Gris claro */
}

.row-dark {
  background-color: #757474; /* Gris oscuro */
}

.custom-modal-popup {
  max-height: 90%; /* Ajusta la altura máxima */
  overflow-y: auto; /* Añade scroll si el contenido supera la altura */
  font-size: 14px; /* Ajusta el tamaño de texto, opcional */
}