.cdx-lightest-gray-background {
  background-color: #2D2D2D;
}
.cdx-lighter-gray-background {
  background-color: #242424;
}
.cdx-light-gray-background {
  background-color: #1D1D1D;
}
.cdx-medium-gray-background {
  background-color: #141414;
}
.cdx-dark-gray-background {
  background-color: #0D0D0D;
}
.cdx-darker-gray-background {
  background-color: #040404;
}
.cdx-darkest-gray-background {
  background-color: #000000;
}
.cdx-light-blue-background {
  background-color: #2A456D;
}
.cdx-medium-blue-background {
  background-color: #192D46;
}
.cdx-dark-blue-background {
  background-color: #0C2340;
}
.cdx-light-orange-background {
  background-color: #F2A900;
}
.cdx-medium-orange-background {
  background-color: #F28500;
}
.cdx-dark-orange-background {
  background-color: #A45200;
}
.cdx-light-yellow-background {
  background-color: #B28900;
}
.cdx-medium-yellow-background {
  background-color: #7F6307;
}
.cdx-dark-yellow-background {
  background-color: #372A00;
}
.cdx-light-red-background {
  background-color: #5F1A1A;
}
.cdx-medium-red-background {
  background-color: #4F0A0A;
}
.cdx-dark-red-background {
  background-color: #3F0505;
}
.cdx-light-green-background {
  background-color: #183F1F;
}
.cdx-medium-green-background {
  background-color: #0F3A1A;
}
.cdx-dark-green-background {
  background-color: #002A0A;
}
.cdx-input-field-background {
  background-color: #000000;
}
.cdx-lightest-gray-border {
  border-color: #343434;
}
.cdx-lighter-gray-border {
  border-color: #2D2D2D;
}
.cdx-light-gray-border {
  border-color: #242424;
}
.cdx-medium-gray-border {
  border-color: #1D1D1D;
}
.cdx-dark-gray-border {
  border-color: #141414;
}
.cdx-darker-gray-border {
  border-color: #0D0D0D;
}
.cdx-darkest-gray-border {
  border-color: #040404;
}
.cdx-light-blue-border {
  border-color: #4A6990;
}
.cdx-medium-blue-border {
  border-color: #2A456D;
}
.cdx-dark-blue-border {
  border-color: #192D46;
}
.cdx-light-orange-border {
  border-color: #F2A900;
}
.cdx-medium-orange-border {
  border-color: #F28500;
}
.cdx-dark-orange-border {
  border-color: #A45200;
}
.cdx-light-yellow-border {
  border-color: #DDAA00;
}
.cdx-medium-yellow-border {
  border-color: #B28900;
}
.cdx-dark-yellow-border {
  border-color: #7F6307;
}
.cdx-light-red-border {
  border-color: #5F1A1A;
}
.cdx-medium-red-border {
  border-color: #4F0A0A;
}
.cdx-dark-red-border {
  border-color: #3F0505;
}
.cdx-light-green-border {
  border-color: #183F1F;
}
.cdx-medium-green-border {
  border-color: #0F3A1A;
}
.cdx-dark-green-border {
  border-color: #002A0A;
}
.cdx-input-field-border {
  border: 1px solid #1D1D1D;
}
.cdx-lightest-gray-font {
  color: rgba(255, 255, 255, 0.7);
}
.cdx-lighter-gray-font {
  color: rgba(255, 255, 255, 0.7);
}
.cdx-light-gray-font {
  color: rgba(255, 255, 255, 0.7);
}
.cdx-medium-gray-font {
  color: rgba(255, 255, 255, 0.5);
}
.cdx-dark-gray-font {
  color: rgba(0, 0, 0, 0.54);
}
.cdx-darker-gray-font {
  color: rgba(0, 0, 0, 0.54);
}
.cdx-darkest-gray-font {
  color: rgba(0, 0, 0, 0.87);
}
.cdx-light-blue-font {
  color: #4A6990;
}
.cdx-medium-blue-font {
  color: #2A456D;
}
.cdx-dark-blue-font {
  color: #192D46;
}
.cdx-light-orange-font {
  color: #FABB50;
}
.cdx-medium-orange-font {
  color: #F2A900;
}
.cdx-dark-orange-font {
  color: #F28500;
}
.cdx-light-yellow-font {
  color: #F5CB00;
}
.cdx-medium-yellow-font {
  color: #DDAA00;
}
.cdx-dark-yellow-font {
  color: #B28900;
}
.cdx-light-red-font {
  color: #E57373;
}
.cdx-medium-red-font {
  color: #F44336;
}
.cdx-dark-red-font {
  color: #9F2E2B;
}
.cdx-light-green-font {
  color: #81C784;
}
.cdx-medium-green-font {
  color: #4CAF50;
}
.cdx-dark-green-font {
  color: #388E3C;
}
.cdx-label-font-color {
  color: rgba(255, 255, 255, 0.5);
}
.cdx-link-font-color {
  color: #F2A900;
}
.cdx-input-field-font-color {
  color: rgba(255, 255, 255, 0.7);
}
.cdx-active-font-color {
  color: rgba(255, 255, 255, 0.7);
}
body.cke_editable {
  font-family: Arial, Verdana, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  background-color: #000000;
}
body.cke_editable ol,
body.cke_editable ul,
body.cke_editable dl {
  margin-right: 0px;
  padding: 0 40px;
}
