.panel-stock-collapse {
    background-color: #f07405;
    color: white;
}

.ul-stock li {
    background-color: #f07405;
    color: white;
}

.ul-precios li {
    background-color: #337ab7;
    color: white;
}
.panel-precios-collapse {
    background-color:#337ab7;
    color: white;
}
.total-doc h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.estadoCliente{
  height:300px;
  overflow-y:scroll;
  width:100%;
}

.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1
}

/* Important part */
.modal-dialog.modalItems{
    overflow-y: initial !important
}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/
@media (max-width:991px) and (min-width:768px){
  .modal-body.modalItemsBody{
    height: 550px;
    overflow-y: auto;
  }
}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){
  .modal-body.modalItemsBody{
    height: 450px;
    overflow-y: auto;
  }
}
