/* Enable scrolling when modal is opened */
.modal-open {
  overflow: auto; !important;
}
/* Make transparent background when modal is opened */
.modal-backdrop {
  background-color: rgba(0,0,0,.0001) !important;
}
.modal-dialog {
  opacity: 0.8;
}
.modal-dialog:hover {
  opacity: 1.0;
}