/* .drag-preview {
  padding: 0.75rem;
  min-width: 200px;
  cursor: move;
  opacity: 0;
} */
.page-quote {
  overflow: auto;
  /* padding: 2rem 0; */
}
.page-quote tabset ul > li:not(:first-of-type) {
  margin-left: 0.25rem;
}
.page-quote tabset notes.general-notes .notes-container {
  background-color: #fff !important;
}
.page-quote tabset notes.general-notes .notes-container div.note-empty,
.page-quote tabset notes.general-notes .notes-container ol {
  min-height: calc(100vh - 50px - 269px);
  max-height: calc(100vh - 50px - 269px);
  height: calc(100vh - 50px - 269px);
}
.page-quote tabset notes.general-notes .notes-container div.note-empty {
  display: flex;
}
.page-quote tabset notes.general-notes .notes-container button {
  margin: 0.5rem;
}
.page-quote .properties-toggler {
  float: right;
  margin-top: -32px;
  margin-right: 10px;
}
.page-quote .card-header.header {
  background: #323232;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 600;
}
/* .page-quote .card-header header {
  background: #323232;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 600;
} */
.page-quote .form-group .form-control[readonly] {
  background-color: #fff !important;
}

.page-quote .quote-details .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-quote .input-group .input-group-append .blr-0,
.page-quote .quote-details .input-group-text.blr-0,
.page-quote .quote-financials .input-group-text.blr-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-quote .app-data-table td {
  border: 1px solid #ddd;
}

.edit-quote-items-modal .quote-item-tab {
  position: relative;
  display: inline-block;
}

.edit-quote-items-modal .quote-item-tab button.close-tab-button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: -4px;
  right: -3px;
  /* height: 100%; */
  display: table-cell;
  vertical-align: middle;
  color: #aaa;
  font-size: 16px;
}

.edit-quote-items-modal .quote-item-tab .nav-link:not(.active) button.close-tab-button {
  display: none;
}

.edit-quote-items-modal .quote-item-tab .nav-link:not(.active):hover button.close-tab-button {
  display: block;
}
.date-picker-input {
  border: transparent;
}

@media (min-width: 799px) and (max-width: 850px) {
  #new-group-name {
    width: 98px;
  }
}
@media (min-width: 851px) and (max-width: 950px) {
  #new-group-name {
    width: 146px;
  }
}

@media (min-width: 951px) {
  #new-group-name {
    width: auto;
  }
}
