.item-padding-mixin {
  padding: 0 15px;
}
.btn-primary {
  color: #fff !important;
  background-color: #a50e2d !important;
  border: 1px solid #a50e2d !important;
}
.btn-primary:hover {
  background: #fff !important;
  border: 1px solid #a50e2d !important;
  color: #a50e2d !important;
}
.additional-services-groups.service-img .ppitem {
  padding-bottom: 11px;
  border-bottom: #aeb4be 1px solid;
}
.additional-services-groups.service-img .ppitem:last-child {
  border-bottom: none;
}
.additional-services-groups.service-img .ppitem .service-img {
  width: 130px;
}
.ppitem {
  padding: 7px;
}
.ppitem.not-available .na-info i {
  padding-right: 3px;
}
.included-services .ppitem {
  border: 1px solid #fff;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.included-services .ppitem.not-available {
  border: 1px solid #f34770;
}
.datepicker .datepicker-days tr td.new {
  visibility: hidden;
}
.datepicker .datepicker-days tr td.old {
  visibility: hidden;
}
.modal.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
}
.modal.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: none;
}
.modal.modal-fullscreen.modal-preview .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.modal-preview .modal-content {
  background-color: rgba(128, 128, 128, 0.74);
}
.form-control.input-validation-error {
  border-color: #f34770;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.form-control.valid {
  border-color: #42d697;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.field-validation-error {
  color: #f34770;
  font-size: 10px;
}
.CheckBoxEnumListFor span {
  padding-left: 5px;
}
.radio-services-groups .ppitem {
  border: 1px solid #dae1e7;
  border-radius: .3125rem;
  background-color: white;
  margin-top: 0.25rem;
  cursor: pointer;
}
