#content-wrapper {
  margin-left: 0 !important;
  min-height: 100vh !important;
}

.p-2 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-0 {
  padding-left: 0;
}

.mt-2 {
  margin-top: 1rem;
}

.mlr-0 {
  margin-left: 0;
  margin-right: 0;
}

.delete-btn .fa-stack {
  color: #e84e40;
}

.table-link.danger:hover {
  cursor: pointer;
  color: #f0493a !important;
}

@media only screen and (max-width: 768px) {
  h2.grid-header {
    font-size: 1.2rem !important;
  }

  .p-2-mobile {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  }
}
.nowrap {
  white-space: nowrap;
}

/**
 * Quote New
 */
.emphatic-subtitle {
  font-weight: 600;
  color: #2c3e50;
}

.fev-error {
  color: red;
}

.fev-badge-error {
  background-color: red;
}

p.blurb {
  margin-bottom: 0;
}

p.box-body-blurb {
  margin-top: 15px;
}

.stat-box-row {
  padding-left: 8px;
  padding-right: 8px;
}

.tabs-wrapper {
  margin-top: 20px;
}

input.required, select.required {
  border-color: rgba(255, 153, 0, 0.61);
}
input.binding, select.binding {
  border-color: rgba(223, 0, 4, 0.64);
}

.hr-required, .hr-binding {
  height: 2px;
  margin: 0;
  margin-top: 8px;
  border-width: 5px;
}

.hr-required {
  border-color: rgba(255, 153, 0, 0.61);
}

.hr-binding {
  border-color: rgba(223, 0, 4, 0.64);
}

.quote-controls .btn {
  margin-top: 5px;
}

#quoteNotesContainer div {
  color: black;
  border-style: solid;
  border-radius: 0.25rem;
  border-color: #ffeeba;
  background-color: #fff3cd;
  padding: 0.75rem 1.25rem;
}

#quoteNotesContainer div.collapse[aria-expanded=false] {
  display: block;
  height: 78px !important;
  overflow: hidden;
  visibility: visible;
}

#quoteNotesContainer div.collapsing[aria-expanded=false] {
  height: 78px !important;
}

#showMoreQuoteNote.collapsed:after {
  content: "Show More";
}

#showMoreQuoteNote:not(.collapsed):after {
  content: "Show Less";
}

#quoteNotes {
  white-space: pre-wrap;
}

/**
* Calculate
 */
.btn-disabled {
  background-color: #999999;
  cursor: default;
}
.btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
  background-color: #999999;
  cursor: default;
}

/*# sourceMappingURL=style.css.map */
