.checkbox,
.radio,
#admin-styles .responsive-css .checkbox,
#admin-styles .responsive-css .radio {
  padding-left: 0;
}

.checkbox-label,
.radio-label,
#admin-styles .responsive-css .checkbox-label,
#admin-styles .responsive-css .radio-label {
  background: url(/Assets/images/sprite.png) no-repeat;
}

input[type=checkbox],
#admin-styles .responsive-css input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 0px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox] + label.checkbox-label,
#admin-styles .responsive-css input[type=checkbox] + label.checkbox-label {
  padding-left: 20px;
  height: 26px;
  width: 26px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:focus:not(:checked) + label.checkbox-label,
#admin-styles .responsive-css input[type=checkbox]:focus:not(:checked) + label.checkbox-label {
  border: 1px solid #66AFE9;
  box-shadow: 0 0 5px #66AFE9;
  border-radius: 2px;
  background-position-y: -1px;
  background-position-x: -1px;
}

input[type=checkbox]:checked + label.checkbox-label,
#admin-styles .responsive-css input[type=checkbox]:checked + label.checkbox-label {
  background-position: 1px -25px;
}

input[type=checkbox][disabled=disabled],
#admin-styles .responsive-css input[type=checkbox][disabled=disabled] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 0px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  cursor: pointer;
}

input[type=checkbox][disabled=disabled] + label.checkbox-label,
#admin-styles .responsive-css input[type=checkbox][disabled=disabled] + label.checkbox-label {
  content: "\e62c";
  font-family: 'icomoon';
  color: #dd5e5e;
  cursor: default;
  font-size: 20px;
}

input[type=checkbox][disabled=disabled]:checked + label.checkbox-label,
#admin-styles .responsive-css input[type=checkbox][disabled=disabled]:checked + label.checkbox-label {
  content: "\e634";
  font-family: 'icomoon';
  color: #4db654;
  font-size: 20px;
}

input[type=radio],
#admin-styles .responsive-css input[type=radio] {
  display: none;
}

input[type=radio] + label.radio-label,
#admin-styles .responsive-css input[type=radio] + label.radio-label {
  padding-left: 27px;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: -33px -107px;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio]:checked + label.radio-label,
#admin-styles .responsive-css input[type=radio]:checked + label.radio-label {
  background-position: 0 -22px;
}