/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.k-checkbox:checked::before {
  font-family: WebComponentsIcons !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top;
}
.k-checkbox:checked::before {
  content: "\f114";
}
.k-checkarea {
  display: inline-block;
  margin-bottom: 1rem;
}
.k-checkbox {
  border-radius: 0.2rem;
  border-color: #333333;
  margin: 0;
  padding: 0;
  line-height: initial;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
}
.k-checkbox.k-checkbox-sm {
  width: 1.2rem;
  height: 1.2rem;
}
.k-checkbox.k-checkbox-md {
  width: 1.6rem;
  height: 1.6rem;
}
.k-checkbox.k-checkbox-lg {
  width: 2rem;
  height: 2rem;
}
.k-checkbox::before {
  display: none;
}
.k-checkbox:checked::before {
  display: block;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.75rem;
  line-height: 1;
}
.k-checkbox:indeterminate, .k-checkbox.k-indeterminate {
  border-color: #333333;
  background-color: transparent;
  color: #047bc1;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23047bc1%27 stroke-linecap=%27square%27 stroke-linejoin=%27square%27 stroke-width=%272%27 d=%27M4,8 h8%27/%3e%3c/svg%3e");
}
.k-checkbox:indeterminate::before, .k-checkbox.k-indeterminate::before {
  display: none;
}
.k-checkbox:indeterminate:checked, .k-checkbox.k-indeterminate:checked {
  border-color: #047bc1;
  background-color: #047bc1;
}
.k-checkbox:checked {
  border-color: #047bc1;
  background-color: #047bc1;
}
.k-checkbox:hover {
  background-color: #d2e3eb;
  border-color: #047bc1;
}
.k-checkbox:checked:hover {
  border-color: #047bc1 !important;
  background-color: #047bc1;
  color: #047bc1;
}
.k-checkbox:active, .k-checkbox:focus {
  background-color: #d2e3eb;
  border-color: #047bc1;
}
.k-checkbox:active:checked, .k-checkbox:focus:checked {
  border-color: #047bc1 !important;
  background-color: #047bc1;
  color: #047bc1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.k-checkbox:disabled {
  border-color: #848484;
}
.k-checkbox:disabled:hover {
  background-color: transparent;
  cursor: default;
}
.k-checkbox:disabled:checked, .k-checkbox:disabled:checked:hover {
  background-color: #848484;
  border-color: #848484 !important;
  opacity: 1;
}
.k-checkbox:disabled, .k-checkbox:disabled + .k-checkbox-label {
  opacity: 0.65;
  -webkit-filter: none;
          filter: none;
}
.q-wrapper-checkarea-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1rem;
}
.q-wrapper-checkarea-group .q-form-checkarea-wrapper {
  margin-right: 1.2rem;
}
.q-form-checkarea-wrapper .k-checkarea input:nth-child(n+2) {
  margin-left: 1.2rem;
}
.k-checkbox-label {
  margin: 0.4rem;
  display: inline;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
/*# sourceMappingURL=forms-control-checkboxes.css.map */