.medcentr-form-fos {
  position: relative;
  z-index: 1001
}

.modal-form-container .modal-card-head {
  padding: 12px
}

.modal-form-container .modal-card-head .modal-card-title {
  font-size: 20px;
  font-size: 1.25rem
}

.modal-form-container .modal-card-body {
  background: #fafafa
}

.modal-form-container .modal-card-body .button.is-success {
  margin-top: 1.5rem
}

.modal-form-container form.form label.label.label_pd_checkbox {
  background: #f3f3f3;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative
}

.modal-form-container form.form label.label.label_pd_checkbox.checked {
  background: #f3f3f3
}

.modal-form-container form.form label.label.label_pd_checkbox span.check-point {
  background: #ddd;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2)
}

.modal-form-container form.form label.label.label_pd_checkbox.checked span.check-point {
  background: green;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  box-shadow: 0 0 0 transparent
}



.medcentr-form-comment form.form .error {
  color: red
}


