.checkbox-animated {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox-animated input[type=checkbox] {
  display: none;
}
.checkbox-animated input[type=checkbox]:disabled ~ label .box {
  border-color: #777;
  background-color: #E6E6E6;
}
.checkbox-animated input[type=checkbox]:disabled ~ label .check {
  border-color: #777;
}
.checkbox-animated input[type=checkbox]:checked ~ label .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}
.checkbox-animated input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.checkbox-animated label {
  cursor: pointer;
  padding-left: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.checkbox-animated label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.checkbox-animated label .box {
  border: 2px solid #000;
  height: 20px;
  width: 20px;
  z-index: 888;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-radius: 50%;
}
.checkbox-animated label .check {
  top: -7px;
  left: 6px;
  width: 12px;
  height: 24px;
  border: 2px solid #BADA55;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.checkbox-animated-inline {
  position: relative;
  margin-bottom: 10px;
}
.checkbox-animated-inline input[type=checkbox] {
  display: none;
}
.checkbox-animated-inline input[type=checkbox]:disabled ~ label .box {
  border-color: #777;
  background-color: #E6E6E6;
}
.checkbox-animated-inline input[type=checkbox]:disabled ~ label .check {
  border-color: #777;
}
.checkbox-animated-inline input[type=checkbox]:checked ~ label .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}
.checkbox-animated-inline input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.checkbox-animated-inline label {
  max-height: 10px;
  margin-top: -200px;
  cursor: pointer;
  #padding-left: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.checkbox-animated-inline label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.checkbox-animated-inline label .box {
	#margin-top: 19px;
  border: 2px solid #000;
  height: 20px;
  width: 20px;
  z-index: 888;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-radius: 50%;
}
.checkbox-animated-inline label .check {
	margin-top: 19px;
  #top: -7px;
  left: 6px;
  width: 12px;
  height: 24px;
  border: 2px solid #BADA55;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.checkbox-animated-inline.checkbox-animated-inline {
  display: inline-block;
  margin-right: 20px;
}
.wrongbox-animated {
  position: relative;
  margin-bottom: 10px;
  border-radius: 50%;
}
.wrongbox-animated input[type=checkbox] {
  display: none;
}
.wrongbox-animated input[type=checkbox]:disabled ~ label .box {
  border-color: #777;
  background-color: #E6E6E6;
}
.wrongbox-animated input[type=checkbox]:disabled ~ label .check {
  border-color: #777;
}
.wrongbox-animated input[type=checkbox]:checked ~ label .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(180deg);
  -moz-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}
.wrongbox-animated input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-180deg);
  -moz-transform: scale(1) rotate(-180deg);
  transform: scale(1) rotate(-180deg);
}
.wrongbox-animated label {
  cursor: pointer;
  padding-left: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.wrongbox-animated label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wrongbox-animated label .box {
  border: 2px solid #000;
  height: 20px;
  width: 20px;
  z-index: 888;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-radius: 50%;
}
.wrongbox-animated label .check {
  #top: -6px;
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wrongbox-animated label .check:after {
  content: "\2715";
  color: #ff6e7a;
  font-size: 22px;
}
.wrongbox-animated-inline {
  position: relative;
  margin-bottom: 10px;
  border-radius: 50%;
}
.wrongbox-animated-inline input[type=checkbox] {
  display: none;
}
.wrongbox-animated-inline input[type=checkbox]:disabled ~ label .box {
  border-color: #777;
  background-color: #E6E6E6;
}
.wrongbox-animated-inline input[type=checkbox]:disabled ~ label .check {
  border-color: #777;
}
.wrongbox-animated-inline input[type=checkbox]:checked ~ label .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(180deg);
  -moz-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}
.wrongbox-animated-inline input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-180deg);
  -moz-transform: scale(1) rotate(-180deg);
  transform: scale(1) rotate(-180deg);
}
.wrongbox-animated-inline label {
	max-height: 10px;
	margin-top: -200px;
  cursor: pointer;
  #padding-left: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.wrongbox-animated-inline label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wrongbox-animated-inline label .box {
	#margin-top: 19px;
  border: 2px solid #000;
  height: 20px;
  width: 20px;
  z-index: 888;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-radius: 50%;
}
.wrongbox-animated-inline label .check {
	margin-top: 19px;
  #top: 0px;
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wrongbox-animated-inline label .check:after {
  content: "\2715";
  color: #ff6e7a;
  font-size: 22px;
}
.wrongbox-animated-inline.wrongbox-animated-inline {
  display: inline-block;
  margin-right: 20px;
}
.not-so-wide {
  max-width: 600px;
}
.no-left-padding {
  padding-left: 0 !important;
}