#cqw-quote-view .js-disabled {
  opacity: 0.4;
  pointer-events: none;
}
#cqw-quote-view #customerInfo {
  background-color: #f3f3f3;
}
#cqw-quote-view #customerInfo label {
  position: relative;
}
#cqw-quote-view #customerInfo label i.md-checkbox-control {
  position: absolute;
  left: 0px;
  top: -3px;
}
#cqw-quote-view .badge {
  padding: 0.45rem 0.6rem;
  margin: 0.1rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6c868e;
  white-space: normal;
  background: #fff;
  border-radius: 1000px;
}
#cqw-quote-view .info-block {
  padding: 12px;
  background-color: #f3f3f3;
}
#cqw-quote-view .info-block .header {
  font-weight: bold;
  font-size: 20px;
}
#cqw-quote-view #messages #form .form-group {
  display: block !important;
}
#cqw-quote-view .messages-block {
  padding: 3rem 0;
  background-color: #f3f3f3;
}
#cqw-quote-view .messages-block li .row {
  flex-wrap: nowrap;
}
#cqw-quote-view .messages-block .employee-icon::before {
  font-family: "Material Icons", sans-serif;
  content: "account_circle";
  color: #36b9d7;
}
#cqw-quote-view .messages-block .messages-block-icon {
  width: 100%;
  max-width: 3.7rem;
  text-align: center;
}
#cqw-quote-view .messages-block .row .messages-block-content {
  width: 100%;
}
#cqw-quote-view .messages-block .row .messages-block-content .message {
  padding: 0.7rem;
  box-shadow: 0 6px 12px 0 #eaebec;
}
#cqw-quote-view .messages-block li.messages-block-employee {
  padding-left: 3.7rem;
}
#cqw-quote-view .messages-block .message.employee-message {
  background-color: #d3f1f7;
}
#cqw-quote-view .messages-block li.messages-block-customer {
  padding-right: 3.7rem;
}
#cqw-quote-view .messages-block li.messages-block-customer .message.customer-message {
  background-color: white;
}

.cqw-dialog {
  position: absolute;
  width: 400px;
  height: 200px;
  z-index: 999;
}
.cqw-dialog .cqw-dialog-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.cqw-dialog .cqw-dialog-footer {
  margin-top: 10px;
  text-align: right;
}/*# sourceMappingURL=admin.css.map */