

/* Start:/local/components/oblcit/event_uchsib.registration/templates/.default/style.css?17406585822700*/
.event_check {
    color: #337AB7;
    font-size: 2rem;
    cursor: pointer;
}

.event_check_checked {
    color: #5cb85c;
}

.event_check_unchecked {
    color: orange;
}

.red_highlight {
    box-shadow: 0px 0px 10px 1px rgba(255,0,0,1)
}

.inactive_event {
    opacity: 0.6;
}

/* CHECKBOXES */

.radio,
.checkbox {
  padding-left: 20px;
  position: relative;
  display: block;
}
.radio input,
.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}
.radio input:checked + label::before,
.checkbox input:checked + label::before {
  border-color: #337ab7;
}
.radio input:checked + label::after,
.checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #337ab7;
  border-radius: 50%;
  background-color: #337ab7;
}
.radio label,
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before,
.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.radio.disabled label,
.checkbox.disabled label {
  color: #ccc;
}
.radio.disabled label::before,
.checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}
.checkbox input:checked + label::before {
  border-color: #337ab7;
  background-color: #337ab7;
}
.checkbox input:checked + label::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  top: 0;
  left: 1px;
  border-color: transparent;
  background-color: transparent;
}
.checkbox label::before {
  border-radius: 2px;
}

label[for=remember]:before {
    top: 1px;
}

.label_checked::before {
  border-color: #337ab7;
}
.label_checked::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #337ab7;
  border-radius: 50%;
  background-color: #337ab7;
}

label.label_checkbox_checked::before {
  border-color: #337ab7;
  background-color: #337ab7;
}
label.label_checkbox_checked::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #337ab7;
  border-radius: 50%;
  background-color: #337ab7;

  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  top: 0;
  left: 1px;
  border-color: transparent;
  background-color: transparent;  
}

/* /CHECKBOXES */
/* End */
/* /local/components/oblcit/event_uchsib.registration/templates/.default/style.css?17406585822700 */
