.modalSpecials {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 30;
  padding:5px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-header{
padding:10px !important;
}
h5.modal-title{
font-size:24px !important;
}
.modalItems {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalSaucePrompt {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.modalSaucePrompt .modal-dialog {
  margin: 12vh auto 20px;
  max-width: 520px;
  width: 92%;
}
.modalSaucePrompt .sauce-order-modal-content {
  border-radius: 6px;
  border: 1px solid #d0d7de;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.modalSaucePrompt .sauce-order-modal-header {
  background: #008a5e;
  color: #fff;
  border-bottom: none;
  text-align: center;
  padding: 14px 40px 12px 15px;
  position: relative;
}
.modalSaucePrompt .sauce-order-modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.modalSaucePrompt .sauce-order-modal-close {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #fff;
  opacity: 0.9;
  font-size: 28px;
  font-weight: 700;
  text-shadow: none;
}
.modalSaucePrompt .sauce-order-modal-close:hover,
.modalSaucePrompt .sauce-order-modal-close:focus {
  color: #fff;
  opacity: 1;
}
.modalSaucePrompt .sauce-order-modal-body {
  padding: 22px 20px 18px;
  font-size: 13pt;
  line-height: 1.45;
  text-align: center;
  color: #222;
  background: #f7f7f7;
}
.modalSaucePrompt .sauce-order-modal-body p {
  margin: 0;
}
.modalSaucePrompt .sauce-order-modal-footer {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding: 16px 15px 18px;
  background: #eee;
}
.modalSaucePrompt .sauce-order-modal-footer .btn {
  margin: 4px 6px;
  min-width: 150px;
  white-space: normal;
}