.header {
  background: linear-gradient(-87deg, #0076db 0, #1171ef 100%);
  background: none;
}
.navbar-vertical.navbar-expand-md .navbar-brand-img {
  max-height: 3.5rem;
}
.navbar-vertical.navbar-expand-md .navbar-brand {
  text-align: left;
}
.nav-span {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  position: relative;
}
.nav-link:hover .nav-span {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  color: #1171ef !important;
}
.nav-link:hover .text-primary {
  color: #1171ef !important;
}
.navbar-light .navbar-nav .avatar {
  color: #32325d;
}
.navbar-nav .active .nav-link {
  color: black !important;
  font-weight: 700;
}
.navbar-nav .active i {
  color: black !important;
}
.navbar-vertical .navbar-nav .nav-link > i {
  min-width: 2rem;
  top: 1px;
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md {
    max-width: 200px;
  }
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    margin-left: 200px;
  }
}
.form-control-label {
  display: block;
}
.selectize-control.single .selectize-input {
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  line-height: 30px;
}
.sel-style .selectize-input,
.sel-style-clone .selectize-input {
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  height: calc(2.75rem + 2px);
  border-radius: 0.375rem;
  border: 0;
  cursor: pointer;
}
.soptions-row .sel-style .selectize-input,
.soptions-row .sel-style-clone .selectize-input {
  height: auto;
  min-height: calc(2.75rem + 2px);
}
.sel-style .selectize-input input,
.sel-style-clone .selectize-input input {
  cursor: pointer;
}
.selectize-control .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.sel-style .selectize-input > input,
.sel-style-clone .selectize-input > input {
  color: #6c757d;
  height: 30px;
}
.sel-style .selectize-dropdown,
.sel-style-clone .selectize-dropdown {
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  border: 0;
  cursor: pointer;
}
.contact-selector {
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  padding: 12px 10px;
  border-radius: 6px;
  margin-bottom: 30px;
  cursor: pointer;
}
.contact-selector.selected {
  background: #0076db;
}
.contact-selector.selected h3,
.contact-selector.selected h5,
.contact-selector.selected .h5 {
  color: white;
}
.contact-selector:hover {
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.25), 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.25), 0 1px 0 rgba(0, 0, 0, 0.2);
}
.sel-style {
  display: none;
}
.sel-style.selectize-control,
.sel-style-clone.selectize-control {
  display: block;
}
.new-contact-form {
  clear: both;
  padding-top: 30px;
  display: none;
}
.form-control {
  color: #333;
}
.contact-companies-list-save {
  display: none;
}
.note-editor.note-frame {
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.note-editor .btn-light {
  border-color: #e4e4e4;
  background-color: #e4e4e4;
  color: #444;
  box-shadow: none;
}
.soptions-wrap {
  padding-top: 30px;
}
.soptions-row {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.soptions-row:last-of-type {
  border-bottom: 0;
}
.soptions-row:nth-of-type(even) {
  background: #f1f1f1;
}
.soptions-row:nth-of-type(even):before {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -32px;
  width: 32px;
  background: #f1f1f1;
  position: absolute;
}
.soptions-row:nth-of-type(even):after {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -28px;
  width: 28px;
  background: #f1f1f1;
  position: absolute;
}
.form-group .tox-tinymce {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  border: 0;
  border-radius: 0.375rem;
}
.form-group .tox-statusbar {
  display: none !important;
}
.remove-option-row-btn {
  color: #f5365c;
  padding: 3px;
  font-size: 20px;
  float: right;
  cursor: pointer;
  border: 0;
  background: none;
}
.recommend-option-btn {
  color: #172b4d;
  padding: 3px;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: none;
  margin-right: 5px;
  outline: none !important;
}
.recommend-option-btn.check-selected {
  color: #2dce89;
}
.recommend-option-btn i {
  position: relative;
  top: 2px;
}
.prop-step {
  display: none;
}
.prop-updates-list {
  padding: 0 0 40px;
}
.prop-updates-row {
  padding: 5px 0;
}
.prop-updates-row-title {
  display: inline-block;
  font-size: 14px;
}
.prop-updates-row-delete {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.timeline-option-row {
  padding: 15px 0;
  position: relative;
}
.timeline-option-row:nth-of-type(even) {
  background: #f1f1f1;
}
.timeline-option-row:nth-of-type(even):before {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -32px;
  width: 32px;
  background: #f1f1f1;
  position: absolute;
}
.timeline-option-row:nth-of-type(even):after {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -28px;
  width: 28px;
  background: #f1f1f1;
  position: absolute;
}
.timeline-option-name {
  padding: 0 0 30px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #525f7f;
  padding-bottom: 10px;
}
.timeline-option-row-service {
  padding: 0 0 40px;
}
.timeline-option-row-service .form-group {
  margin-bottom: 0;
}
.timeline-option-row-service .form-control-label {
  padding-top: 12px;
}
.noui-slide-timeline {
  box-shadow: none;
  border: 0;
  background: #e9e9e9;
  height: 14px;
}
.noui-slide-timeline .noUi-connect {
  background: #1987fd;
}
.noui-slide-timeline .noUi-handle {
  width: 25px;
  height: 25px;
  background: #233d63;
  border-radius: 4px;
  top: -6px;
}
.noui-slide-timeline._discount .noUi-handle {
  background: #2dce89;
}
.noui-slide-timeline .noUi-handle:before,
.noui-slide-timeline .noUi-handle:after {
  display: none;
}
/* .noui-slide-timeline .noUi-marker-normal {
  display: none;
} */
.collapse-option {
  display: inline-block;
  cursor: pointer;
}
.collapse-option svg {
  transform: rotate(180deg);
}
.collapse-option.closed svg {
  transform: rotate(0deg);
}
.soptions-row.close-hide .form-group {
  display: none;
}
.soptions-row.close-hide .remove-option-row-btn + .form-group,
.soptions-row.close-hide .recommend-option-btn + .form-group {
  display: block;
}
.min-table-input {
  width: 100%;
  max-width: 65px;
  display: inline-block;
  margin-right: 6px;
  padding: 8px;
  height: 30px;
}
.min-table-input.longer {
  max-width: 100px;
  width: 100%;
}
.content-price-table-wrapper label,
.custom-service-wrapper label {
  font-size: 14px;
  display: block;
  font-weight: 600;
}
.content-price-table-wrapper > .row {
  margin-bottom: 20px;
}

.content-price-table-add {
  color: #2dce89;
  cursor: pointer;
  padding: 3px;
  font-size: 20px;
  border: 0;
  background: none;
  margin-top: 25px;
}
.content-price-table-remove {
  color: #f5365c;
  cursor: pointer;
  padding: 3px;
  font-size: 20px;
  border: 0;
  background: none;
  margin-top: 25px;
}
.form-control-label.empty-error {
  color: #f5365c;
}
.chat-card-head-left {
  float: left;
}
.chat-card-head-right {
  float: right;
}
.send_approval_wrap {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  border-color: #2dce89;
  background-color: #2dce89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.send_approval_select_box {
  display: inline-block;
}
.send_approval_wrap .send_approval_select_box .selectize-input {
  line-height: 14px;
  padding: 0;
  color: white;
  background: none !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.75rem;
  position: relative;
  top: 3px;
  cursor: default !important;
  width: 105px !important;
  text-align: left;
}
.send_approval_wrap .send_approval_select_box .selectize-input:before {
  content: "Submit to ";
  display: inline-block;
  margin-right: 5px;
  position: static !important;
  height: auto !important;
  background: transparent !important;
}
.send_approval_wrap .send_approval_select_box .selectize-input:after {
  display: none;
}
.send_approval_wrap .send_approval_select_box .selectize-dropdown {
  text-align: left;
  border: 0;
  top: 20px !important;
  cursor: pointer;
}
.send_approval_send_btn {
  display: inline-block;
  background: none;
  border: 0;
  color: white;
  cursor: pointer;
  padding: 0;
}
.prop_edit_step_nav {
  text-align: right;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.prop_edit_step_nav a {
  display: inline-block;
  margin-left: 8px;
  background: #0076db;
  color: white;
  padding: 1px 5px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.prop_edit_step_nav a.active_step {
  background: #172b4d;
}
.discount-option-wrap,
.service-discount-wrap,
.discount-dollar-wrap,
.contract-start-custom-wrap {
  display: none;
}
.service-discount-wrap .input-group-text {
  padding: 8px;
  height: 30px;
}
.service-discount-wrap .input-group-prepend {
  margin-right: 0;
}
.service-discount-wrap .input-group-text span {
  color: #172b4d;
  font-size: 12px;
  display: inline-block;
  margin-right: 4px;
}
.service-discount-wrap .min-table-input {
  padding-left: 4px !important;
}
.custom-timeline-row {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-timeline-month-wrap,
.custom-timeline-week-wrap {
  display: none;
}
.weekly-active .custom-timeline-week-wrap {
  display: block;
}
.monthly-active .custom-timeline-month-wrap {
  display: block;
}
.isred {
  color: red;
}
.custom_payments_row_wrap .input-group-prepend,
.custom_payments_row_wrap .input-group-append {
  display: none;
}
.custom_payments_row_wrap.percent .input-group-append {
  display: flex;
}
.custom_payments_row_wrap.money .input-group-prepend {
  display: flex;
}
.custom_payments_row_wrap .input-group-text {
  border: 0;
}
.custom_payments_row_wrap .input-group {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.custom_payments_row_wrap .input-group .form-control {
  padding-left: 10px;
  padding-right: 10px;
}
.dymbol,
.pymbol {
  display: none;
}
.money .dymbol {
  display: inline-block;
}
.percent .pymbol {
  display: inline-block;
}
.prop-table-serv-icon {
  font-size: 16px;
  margin: 0 5px;
}
.revision-notes-row {
  display: none;
}
.proposal-branch-selector {
  padding-bottom: 30px;
}
.prop-branch-select {
  background: #f9f9f9 !important;
  box-shadow: none !important;
  padding: 0.6rem;
}
.prop-branch-select.selected {
  background: #e8e8e8 !important;
  opacity: 1;
}
.jq-input-change .prop-branch-select {
  opacity: 0.5;
}
.jq-input-change .prop-branch-select.selected {
  opacity: 1;
}