/*--------------------------------------------------------------------------------------
  INPUT MATERIALIZ STYLE
--------------------------------------------------------------------------------------*/
.checkbox {
  margin: 0;
  padding: 0;
}
.checkbox p {
  margin-top: 6px;
  margin-left: 36px;
}
p.checkbox-comment {
  margin: 0 0 0 35px !important;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="radio"]:not(:checked),
input[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
input[type="radio"]:not(:checked) + span,
input[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[type="radio"] + span:before,
input[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 3px;
  width: 18px;
  height: 18px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}
input[type="radio"]:not(:checked) + span:before,
input[type="radio"]:not(:checked) + span:after,
input[type="radio"]:checked + span:before,
input[type="radio"]:checked + span:after,
input[type="radio"].with-gap:checked + span:before,
input[type="radio"].with-gap:checked + span:after {
  border-radius: 10%;
}
input[type="radio"]:not(:checked) + span:before,
input[type="radio"]:not(:checked) + span:after {
  border: 1px solid #5a5a5a;
}
input[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}
input[type="radio"]:checked + span:before {
  border: 1px solid transparent;
}
input[type="radio"]:checked + span:after,
input[type="radio"].with-gap:checked + span:before,
input[type="radio"].with-gap:checked + span:after {
  border: 1px solid #303C49;
}
input[type="radio"]:checked + span:after,
input[type="radio"].with-gap:checked + span:after {
  background-color: #303C49;
}
input[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
input[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
input[type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
input[type="radio"].with-gap:disabled:checked + span:before {
  border: 1px solid rgba(0, 0, 0, 0.42);
}
input[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
input[type="radio"]:disabled:not(:checked) + span:before,
input[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}
input[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}
input[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}
input[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
input[type="checkbox"] + label {
  position: relative;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  font-size: 14px;
}
input[type="checkbox"] + label.no-label {
  padding-left: 12px;
  height: 0;
}
input[type="checkbox"] + label:before,
input[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 16px;
  z-index: 0;
  border: 1px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
input[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
input[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
input[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
input[type="checkbox"]:checked + label:before {
  top: -2px;
  left: -5px;
  width: 12px;
  height: 16px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #303C49;
  border-bottom: 2px solid #303C49;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
input[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
input[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #303C49;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
input[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
input[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
input[type="checkbox"].filled-in + label:before,
input[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}
input[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
input[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
input[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
input[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #5a5a5a;
  background-color: #303C49;
  z-index: 0;
}
input[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
input[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #303C49;
  border-color: #5a5a5a;
}
input[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
input[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #303C49;
}
input[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
input[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #303C49;
  border-color: #5a5a5a;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
