﻿.bootbox.modal.fade.bootbox-alert {
  color: #000;
}
.reservation-modal label {
  font-weight: bold;
}
.practice-popup {
  /* Important part */
}
.practice-popup .modal-dialog {
  max-width: 75%;
}
.practice-popup .modal {
  display: block !important;
  /* I added this to see the modal, you don't need this */
}
.practice-popup .modal-dialog {
  overflow-y: initial !important;
}
.practice-popup .modal-body {
  height: 80vh;
  overflow-y: auto;
}
.reservation-modal-content .modal-dialog {
  width: 98%;
  max-width: initial;
}
.table-icon {
  width: 20px;
}
.m-t-130 {
  margin-top: 130px !important;
}
text-box-row input,
.dinamyc-input-text {
  width: 150px;
  margin-right: 50px;
}
.articleModal .modal-dialog {
  width: 70%;
  max-width: initial;
}
.main-color {
  color: #4c87c9 !important;
}
.rental-price-vendita {
  font-size: 14px;
}
.text-custom-blue {
  color: #306ba0 !important;
}
#fileToUpload {
  height: 50px;
}
#uploadRefertoModal {
  color: #3d5a80 !important;
}
.color-green {
  color: #0bbf40;
}
.unsigned-doc-manager-label {
  float: right;
  color: #fff081;
}
.signed-doc-manager-label {
  float: right;
  color: greenyellow;
}