.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
  margin: 10px;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}





.div_articulo_modal_label, label
{
  font-size: 12px;
  padding: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.modal-body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.modal-body::-webkit-scrollbar-track {
  background: purple;        /* color of the tracking area */
}


.modal-body::-webkit-scrollbar-thumb
{
     background-color: purple;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid white;  /* creates padding around scroll thumb */
}