/* estilos EMDLP */

/* gen */


/* width scrollbar*/
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: orange;
}




.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgb(255 255 255) !important;
}



.p-0{padding: 0;}
.m-0{margin: 0;}

.bg-brand{
  background-color: orange;
}

.text-brand-color{
  color: orange;
}

/* ----------- */

.body-login{
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .logo-login{
    width: 200px;
    position: absolute;
    left: 25%;
    right: 65%;
    top: 40%;
    bottom: 40%;
    background-color: #000;
  }

  th,td{
    font-size: 13px !important;
  }

  .listaVentaBox{
    max-height: 150px;
    overflow-y: scroll;
  }