/**
 * @file
 * CKeditor styles.
 */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li, ul.checks-marks-blue li, ul.checks-marks-green li, ul.checks-marks-yellow li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after, ul.checks-marks-blue li:after, ul.checks-marks-green li:after, ul.checks-marks-yellow li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after, ul.checks-marks-green li:after {
  border-color: #47a247;
}
.check-list--blue li:after, ul.checks-marks-blue li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
ul.checks-marks-clear {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.checks-marks-default {
  margin-bottom: 6px;
  padding-left: 30px;
  list-style: disc;
}

ul.checks-marks-yellow {
  list-style: none;
}

ul.checks-marks-green {
  list-style: none;
}

ul.checks-marks-blue {
  list-style: none;
}

/*# sourceMappingURL=ckeditor.css.map */
