/*
 * General prefs editor styling used to apply preferences
 * !important is used for all styles to ensure that Preferences Framework's enactors are able to override the page's default styles.
 */
.fl-input-enhanced button,
.fl-input-enhanced input,
.fl-input-enhanced select,
.fl-input-enhanced textarea,
.fl-input-enhanced .fl-input-enhance {
  font-size: 125% !important;
}
.fl-input-enhanced a {
  font-size: 125% !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}
.fl-syllabification-separator:before {
  content: "·";
}
.fl-theme-bw,
.fl-theme-bw *,
.fl-preview-theme.fl-theme-bw,
.fl-theme-bw div,
.fl-theme-bw input,
.fl-theme-bw h1,
.fl-theme-bw h2,
.fl-theme-bw h3,
.fl-theme-bw h4,
.fl-theme-bw h5,
.fl-theme-bw h6 {
  color: #000 !important;
  background-color: #fff !important;
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-bw iframe {
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-bw a,
.fl-theme-bw a * {
  color: #000 !important;
  font-weight: bold !important;
  background-color: #fff !important;
}
.fl-theme-bw button,
.fl-theme-bw button *,
.fl-theme-bw input[type="button"],
.fl-theme-bw input[type="button"] *,
.fl-theme-bw input[type="reset"],
.fl-theme-bw input[type="reset"] *,
.fl-theme-bw input[type="submit"],
.fl-theme-bw input[type="submit"] *,
.fl-theme-bw .fl-input-button,
.fl-theme-bw .fl-input-button * {
  color: #000 !important;
  background-color: #fff !important;
}
.fl-theme-bw th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
.fl-theme-bw td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
}
.fl-theme-bw .fl-focus:focus,
.fl-theme-bw .fl-focus :focus,
.fl-theme-bw.fl-focus :focus,
.fl-theme-bw .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #000;
}
.fl-theme-bw .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-bw .fl-inlineEdit-edit {
  background-color: #000 !important;
  color: #fff !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-bw .fl-textfieldStepper .fl-textfieldStepper-textField {
  border: solid 1px #000;
}
.fl-theme-bw .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  visibility: hidden;
}
.fl-theme-bw .fl-orator-highlight {
  color: #fff !important;
  background-color: #000 !important;
  outline-color: #000;
}
.fl-theme-bw .fl-orator-controller-playToggle {
  text-shadow: unset;
}
.fl-theme-bw .fl-icon-orator:before {
  background-color: #fff;
  color: #000;
  text-shadow: unset;
}
.fl-theme-bw .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-bw .fl-orator-controller :hover .fl-orator-controller-playToggle,
.fl-theme-bw .fl-orator-controller :hover .fl-orator-controller-playToggle:before,
.fl-theme-bw .fl-orator-selectionReader-control:hover,
.fl-theme-bw .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-bw .fl-orator-selectionReader-control:hover * {
  background-color: #000 !important;
  color: #fff !important;
}
.fl-theme-bw .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-bw .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-bw .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #000;
}
.fl-theme-bw .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-bw .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-bw .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #000;
}
.fl-theme-bw.fl-inverted-color,
.fl-theme-bw.fl-inverted-color *,
.fl-preview-theme.fl-theme-bw.fl-inverted-color {
  color: #fff !important;
  background-color: #000 !important;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.fl-theme-bw .fl-focus:focus,
.fl-theme-bw .fl-focus :focus,
.fl-theme-bw.fl-focus :focus,
.fl-theme-bw .selectable,
.fl-theme-bw.fl-inverted-color.fl-focus :focus,
.fl-theme-bw.fl-inverted-color.fl-focus:focus,
.fl-theme-bw .fl-inverted-color.fl-focus :focus,
.fl-theme-bw .fl-inverted-color.fl-focus:focus,
.fl-theme-bw.fl-focus .fl-inverted-color :focus,
.fl-theme-bw.fl-focus .fl-inverted-color:focus,
.fl-theme-bw .fl-focus .fl-inverted-color :focus,
.fl-theme-bw .fl-focus .fl-inverted-color:focus {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #fff;
}
.fl-theme-bw .fl-inverted-color,
.fl-theme-bw .fl-inverted-color *,
.fl-theme-bw .fl-inverted-color div,
.fl-theme-bw .fl-inverted-color input,
.fl-theme-bw .fl-inverted-color h1,
.fl-theme-bw .fl-inverted-color h2,
.fl-theme-bw .fl-inverted-color h3,
.fl-theme-bw .fl-inverted-color h4,
.fl-theme-bw .fl-inverted-color h5,
.fl-theme-bw .fl-inverted-color h6 {
  color: #fff !important;
  background-color: #000 !important;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.fl-theme-bw .fl-inverted-color iframe {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.fl-theme-bw .fl-inverted-color a,
.fl-theme-bw a.fl-inverted-color,
.fl-theme-bw .fl-inverted-color a *,
.fl-theme-bw a.fl-inverted-color * {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #000 !important;
}
.fl-theme-bw .fl-inverted-color button,
.fl-theme-bw button.fl-inverted-color,
.fl-theme-bw .fl-inverted-color button *,
.fl-theme-bw button.fl-inverted-color *,
.fl-theme-bw .fl-inverted-color input[type="button"],
.fl-theme-bw input[type="button"].fl-inverted-color,
.fl-theme-bw input[type="button"].fl-inverted-color *,
.fl-theme-bw .fl-inverted-color input[type="reset"],
.fl-theme-bw input[type="reset"].fl-inverted-color,
.fl-theme-bw input[type="reset"].fl-inverted-color *,
.fl-theme-bw .fl-inverted-color input[type="submit"],
.fl-theme-bw input[type="submit"].fl-inverted-color,
.fl-theme-bw input[type="submit"].fl-inverted-color *,
.fl-theme-bw .fl-inverted-color .fl-input-button,
.fl-theme-bw .fl-inverted-color.fl-input-button,
.fl-theme-bw .fl-inverted-color .fl-input-button *,
.fl-theme-bw .fl-inverted-color.fl-input-button * {
  color: #fff !important;
  background-color: #000 !important;
}
.fl-theme-bw .fl-inverted-color th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
  background-color: #fff !important;
  color: #000 !important;
}
.fl-theme-bw .fl-inverted-color td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
}
.fl-theme-bw .fl-inverted-color .fl-focus:focus,
.fl-theme-bw .fl-inverted-color .fl-focus :focus,
.fl-theme-bw .fl-inverted-color .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #fff;
}
.fl-theme-bw .fl-inverted-color .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-bw .fl-inverted-color .fl-inlineEdit-edit {
  background-color: #fff !important;
  color: #000 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-bw .fl-inverted-color .fl-orator-highlight {
  color: #000 !important;
  background-color: #fff !important;
  outline-color: #fff;
}
.fl-theme-bw .fl-inverted-color .fl-icon-orator:before {
  background-color: #000;
  color: #fff;
}
.fl-theme-bw .fl-inverted-color .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-bw .fl-inverted-color .fl-orator-controller :hover .fl-orator-controller-playToggle:before {
  background-color: #fff !important;
  color: #000 !important;
}
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control:hover,
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control:hover * {
  background-color: #fff !important;
  color: #000 !important;
}
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #fff;
}
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-bw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #fff;
}
.fl-theme-wb,
.fl-theme-wb *,
.fl-preview-theme.fl-theme-wb,
.fl-theme-wb div,
.fl-theme-wb input,
.fl-theme-wb h1,
.fl-theme-wb h2,
.fl-theme-wb h3,
.fl-theme-wb h4,
.fl-theme-wb h5,
.fl-theme-wb h6 {
  color: #fff !important;
  background-color: #000 !important;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.fl-theme-wb iframe {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.fl-theme-wb a,
.fl-theme-wb a * {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #000 !important;
}
.fl-theme-wb button,
.fl-theme-wb button *,
.fl-theme-wb input[type="button"],
.fl-theme-wb input[type="button"] *,
.fl-theme-wb input[type="reset"],
.fl-theme-wb input[type="reset"] *,
.fl-theme-wb input[type="submit"],
.fl-theme-wb input[type="submit"] *,
.fl-theme-wb .fl-input-button,
.fl-theme-wb .fl-input-button * {
  color: #fff !important;
  background-color: #000 !important;
}
.fl-theme-wb th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
  background-color: #fff !important;
  color: #000 !important;
}
.fl-theme-wb td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
}
.fl-theme-wb .fl-focus:focus,
.fl-theme-wb .fl-focus :focus,
.fl-theme-wb.fl-focus :focus,
.fl-theme-wb .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #fff;
}
.fl-theme-wb .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-wb .fl-inlineEdit-edit {
  background-color: #fff !important;
  color: #000 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-wb .fl-textfieldStepper .fl-textfieldStepper-textField {
  border: solid 1px #fff;
}
.fl-theme-wb .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  visibility: hidden;
}
.fl-theme-wb .fl-orator-highlight {
  color: #000 !important;
  background-color: #fff !important;
  outline-color: #fff;
}
.fl-theme-wb .fl-orator-controller-playToggle {
  text-shadow: unset;
}
.fl-theme-wb .fl-icon-orator:before {
  background-color: #000;
  color: #fff;
  text-shadow: unset;
}
.fl-theme-wb .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-wb .fl-orator-controller :hover .fl-orator-controller-playToggle,
.fl-theme-wb .fl-orator-controller :hover .fl-orator-controller-playToggle:before,
.fl-theme-wb .fl-orator-selectionReader-control:hover,
.fl-theme-wb .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-wb .fl-orator-selectionReader-control:hover * {
  background-color: #fff !important;
  color: #000 !important;
}
.fl-theme-wb .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-wb .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-wb .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #fff;
}
.fl-theme-wb .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-wb .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-wb .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #fff;
}
.fl-theme-wb.fl-inverted-color,
.fl-theme-wb.fl-inverted-color *,
.fl-preview-theme.fl-theme-wb.fl-inverted-color {
  color: #000 !important;
  background-color: #fff !important;
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-wb .fl-focus:focus,
.fl-theme-wb .fl-focus :focus,
.fl-theme-wb.fl-focus :focus,
.fl-theme-wb .selectable,
.fl-theme-wb.fl-inverted-color.fl-focus :focus,
.fl-theme-wb.fl-inverted-color.fl-focus:focus,
.fl-theme-wb .fl-inverted-color.fl-focus :focus,
.fl-theme-wb .fl-inverted-color.fl-focus:focus,
.fl-theme-wb.fl-focus .fl-inverted-color :focus,
.fl-theme-wb.fl-focus .fl-inverted-color:focus,
.fl-theme-wb .fl-focus .fl-inverted-color :focus,
.fl-theme-wb .fl-focus .fl-inverted-color:focus {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #000;
}
.fl-theme-wb .fl-inverted-color,
.fl-theme-wb .fl-inverted-color *,
.fl-theme-wb .fl-inverted-color div,
.fl-theme-wb .fl-inverted-color input,
.fl-theme-wb .fl-inverted-color h1,
.fl-theme-wb .fl-inverted-color h2,
.fl-theme-wb .fl-inverted-color h3,
.fl-theme-wb .fl-inverted-color h4,
.fl-theme-wb .fl-inverted-color h5,
.fl-theme-wb .fl-inverted-color h6 {
  color: #000 !important;
  background-color: #fff !important;
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-wb .fl-inverted-color iframe {
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-wb .fl-inverted-color a,
.fl-theme-wb a.fl-inverted-color,
.fl-theme-wb .fl-inverted-color a *,
.fl-theme-wb a.fl-inverted-color * {
  color: #000 !important;
  font-weight: bold !important;
  background-color: #fff !important;
}
.fl-theme-wb .fl-inverted-color button,
.fl-theme-wb button.fl-inverted-color,
.fl-theme-wb .fl-inverted-color button *,
.fl-theme-wb button.fl-inverted-color *,
.fl-theme-wb .fl-inverted-color input[type="button"],
.fl-theme-wb input[type="button"].fl-inverted-color,
.fl-theme-wb input[type="button"].fl-inverted-color *,
.fl-theme-wb .fl-inverted-color input[type="reset"],
.fl-theme-wb input[type="reset"].fl-inverted-color,
.fl-theme-wb input[type="reset"].fl-inverted-color *,
.fl-theme-wb .fl-inverted-color input[type="submit"],
.fl-theme-wb input[type="submit"].fl-inverted-color,
.fl-theme-wb input[type="submit"].fl-inverted-color *,
.fl-theme-wb .fl-inverted-color .fl-input-button,
.fl-theme-wb .fl-inverted-color.fl-input-button,
.fl-theme-wb .fl-inverted-color .fl-input-button *,
.fl-theme-wb .fl-inverted-color.fl-input-button * {
  color: #000 !important;
  background-color: #fff !important;
}
.fl-theme-wb .fl-inverted-color th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
.fl-theme-wb .fl-inverted-color td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
}
.fl-theme-wb .fl-inverted-color .fl-focus:focus,
.fl-theme-wb .fl-inverted-color .fl-focus :focus,
.fl-theme-wb .fl-inverted-color .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #000;
}
.fl-theme-wb .fl-inverted-color .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-wb .fl-inverted-color .fl-inlineEdit-edit {
  background-color: #000 !important;
  color: #fff !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-wb .fl-inverted-color .fl-orator-highlight {
  color: #fff !important;
  background-color: #000 !important;
  outline-color: #000;
}
.fl-theme-wb .fl-inverted-color .fl-icon-orator:before {
  background-color: #fff;
  color: #000;
}
.fl-theme-wb .fl-inverted-color .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-wb .fl-inverted-color .fl-orator-controller :hover .fl-orator-controller-playToggle:before {
  background-color: #000 !important;
  color: #fff !important;
}
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control:hover,
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control:hover * {
  background-color: #000 !important;
  color: #fff !important;
}
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #000;
}
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-wb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #000;
}
.fl-theme-yb,
.fl-theme-yb *,
.fl-preview-theme.fl-theme-yb,
.fl-theme-yb div,
.fl-theme-yb input,
.fl-theme-yb h1,
.fl-theme-yb h2,
.fl-theme-yb h3,
.fl-theme-yb h4,
.fl-theme-yb h5,
.fl-theme-yb h6 {
  color: #ff0 !important;
  background-color: #000 !important;
  border-top-color: #ff0 !important;
  border-right-color: #ff0 !important;
  border-bottom-color: #ff0 !important;
  border-left-color: #ff0 !important;
}
.fl-theme-yb iframe {
  border-top-color: #ff0 !important;
  border-right-color: #ff0 !important;
  border-bottom-color: #ff0 !important;
  border-left-color: #ff0 !important;
}
.fl-theme-yb a,
.fl-theme-yb a * {
  color: #ff0 !important;
  font-weight: bold !important;
  background-color: #000 !important;
}
.fl-theme-yb button,
.fl-theme-yb button *,
.fl-theme-yb input[type="button"],
.fl-theme-yb input[type="button"] *,
.fl-theme-yb input[type="reset"],
.fl-theme-yb input[type="reset"] *,
.fl-theme-yb input[type="submit"],
.fl-theme-yb input[type="submit"] *,
.fl-theme-yb .fl-input-button,
.fl-theme-yb .fl-input-button * {
  color: #ff0 !important;
  background-color: #000 !important;
}
.fl-theme-yb th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #ff0 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #ff0 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #ff0 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #ff0 !important;
  background-color: #ff0 !important;
  color: #000 !important;
}
.fl-theme-yb td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #ff0 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #ff0 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #ff0 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #ff0 !important;
}
.fl-theme-yb .fl-focus:focus,
.fl-theme-yb .fl-focus :focus,
.fl-theme-yb.fl-focus :focus,
.fl-theme-yb .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #ff0;
}
.fl-theme-yb .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-yb .fl-inlineEdit-edit {
  background-color: #ff0 !important;
  color: #000 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-yb .fl-textfieldStepper .fl-textfieldStepper-textField {
  border: solid 1px #ff0;
}
.fl-theme-yb .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  visibility: hidden;
}
.fl-theme-yb .fl-orator-highlight {
  color: #000 !important;
  background-color: #ff0 !important;
  outline-color: #ff0;
}
.fl-theme-yb .fl-orator-controller-playToggle {
  text-shadow: unset;
}
.fl-theme-yb .fl-icon-orator:before {
  background-color: #000;
  color: #ff0;
  text-shadow: unset;
}
.fl-theme-yb .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-yb .fl-orator-controller :hover .fl-orator-controller-playToggle,
.fl-theme-yb .fl-orator-controller :hover .fl-orator-controller-playToggle:before,
.fl-theme-yb .fl-orator-selectionReader-control:hover,
.fl-theme-yb .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-yb .fl-orator-selectionReader-control:hover * {
  background-color: #ff0 !important;
  color: #000 !important;
}
.fl-theme-yb .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-yb .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-yb .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #ff0;
}
.fl-theme-yb .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-yb .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-yb .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #ff0;
}
.fl-theme-yb.fl-inverted-color,
.fl-theme-yb.fl-inverted-color *,
.fl-preview-theme.fl-theme-yb.fl-inverted-color {
  color: #000 !important;
  background-color: #ff0 !important;
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-yb .fl-focus:focus,
.fl-theme-yb .fl-focus :focus,
.fl-theme-yb.fl-focus :focus,
.fl-theme-yb .selectable,
.fl-theme-yb.fl-inverted-color.fl-focus :focus,
.fl-theme-yb.fl-inverted-color.fl-focus:focus,
.fl-theme-yb .fl-inverted-color.fl-focus :focus,
.fl-theme-yb .fl-inverted-color.fl-focus:focus,
.fl-theme-yb.fl-focus .fl-inverted-color :focus,
.fl-theme-yb.fl-focus .fl-inverted-color:focus,
.fl-theme-yb .fl-focus .fl-inverted-color :focus,
.fl-theme-yb .fl-focus .fl-inverted-color:focus {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #000;
}
.fl-theme-yb .fl-inverted-color,
.fl-theme-yb .fl-inverted-color *,
.fl-theme-yb .fl-inverted-color div,
.fl-theme-yb .fl-inverted-color input,
.fl-theme-yb .fl-inverted-color h1,
.fl-theme-yb .fl-inverted-color h2,
.fl-theme-yb .fl-inverted-color h3,
.fl-theme-yb .fl-inverted-color h4,
.fl-theme-yb .fl-inverted-color h5,
.fl-theme-yb .fl-inverted-color h6 {
  color: #000 !important;
  background-color: #ff0 !important;
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-yb .fl-inverted-color iframe {
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-yb .fl-inverted-color a,
.fl-theme-yb a.fl-inverted-color,
.fl-theme-yb .fl-inverted-color a *,
.fl-theme-yb a.fl-inverted-color * {
  color: #000 !important;
  font-weight: bold !important;
  background-color: #ff0 !important;
}
.fl-theme-yb .fl-inverted-color button,
.fl-theme-yb button.fl-inverted-color,
.fl-theme-yb .fl-inverted-color button *,
.fl-theme-yb button.fl-inverted-color *,
.fl-theme-yb .fl-inverted-color input[type="button"],
.fl-theme-yb input[type="button"].fl-inverted-color,
.fl-theme-yb input[type="button"].fl-inverted-color *,
.fl-theme-yb .fl-inverted-color input[type="reset"],
.fl-theme-yb input[type="reset"].fl-inverted-color,
.fl-theme-yb input[type="reset"].fl-inverted-color *,
.fl-theme-yb .fl-inverted-color input[type="submit"],
.fl-theme-yb input[type="submit"].fl-inverted-color,
.fl-theme-yb input[type="submit"].fl-inverted-color *,
.fl-theme-yb .fl-inverted-color .fl-input-button,
.fl-theme-yb .fl-inverted-color.fl-input-button,
.fl-theme-yb .fl-inverted-color .fl-input-button *,
.fl-theme-yb .fl-inverted-color.fl-input-button * {
  color: #000 !important;
  background-color: #ff0 !important;
}
.fl-theme-yb .fl-inverted-color th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  background-color: #000 !important;
  color: #ff0 !important;
}
.fl-theme-yb .fl-inverted-color td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
}
.fl-theme-yb .fl-inverted-color .fl-focus:focus,
.fl-theme-yb .fl-inverted-color .fl-focus :focus,
.fl-theme-yb .fl-inverted-color .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #000;
}
.fl-theme-yb .fl-inverted-color .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-yb .fl-inverted-color .fl-inlineEdit-edit {
  background-color: #000 !important;
  color: #ff0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #ff0 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #ff0 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #ff0 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #ff0 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-yb .fl-inverted-color .fl-orator-highlight {
  color: #ff0 !important;
  background-color: #000 !important;
  outline-color: #000;
}
.fl-theme-yb .fl-inverted-color .fl-icon-orator:before {
  background-color: #ff0;
  color: #000;
}
.fl-theme-yb .fl-inverted-color .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-yb .fl-inverted-color .fl-orator-controller :hover .fl-orator-controller-playToggle:before {
  background-color: #000 !important;
  color: #ff0 !important;
}
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control:hover,
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control:hover * {
  background-color: #000 !important;
  color: #ff0 !important;
}
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #000;
}
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-yb .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #000;
}
.fl-theme-by,
.fl-theme-by *,
.fl-preview-theme.fl-theme-by,
.fl-theme-by div,
.fl-theme-by input,
.fl-theme-by h1,
.fl-theme-by h2,
.fl-theme-by h3,
.fl-theme-by h4,
.fl-theme-by h5,
.fl-theme-by h6 {
  color: #000 !important;
  background-color: #ff0 !important;
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-by iframe {
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-by a,
.fl-theme-by a * {
  color: #000 !important;
  font-weight: bold !important;
  background-color: #ff0 !important;
}
.fl-theme-by button,
.fl-theme-by button *,
.fl-theme-by input[type="button"],
.fl-theme-by input[type="button"] *,
.fl-theme-by input[type="reset"],
.fl-theme-by input[type="reset"] *,
.fl-theme-by input[type="submit"],
.fl-theme-by input[type="submit"] *,
.fl-theme-by .fl-input-button,
.fl-theme-by .fl-input-button * {
  color: #000 !important;
  background-color: #ff0 !important;
}
.fl-theme-by th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  background-color: #000 !important;
  color: #ff0 !important;
}
.fl-theme-by td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
}
.fl-theme-by .fl-focus:focus,
.fl-theme-by .fl-focus :focus,
.fl-theme-by.fl-focus :focus,
.fl-theme-by .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #000;
}
.fl-theme-by .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-by .fl-inlineEdit-edit {
  background-color: #000 !important;
  color: #ff0 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #ff0 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #ff0 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #ff0 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #ff0 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-by .fl-textfieldStepper .fl-textfieldStepper-textField {
  border: solid 1px #000;
}
.fl-theme-by .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  visibility: hidden;
}
.fl-theme-by .fl-orator-highlight {
  color: #ff0 !important;
  background-color: #000 !important;
  outline-color: #000;
}
.fl-theme-by .fl-orator-controller-playToggle {
  text-shadow: unset;
}
.fl-theme-by .fl-icon-orator:before {
  background-color: #ff0;
  color: #000;
  text-shadow: unset;
}
.fl-theme-by .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-by .fl-orator-controller :hover .fl-orator-controller-playToggle,
.fl-theme-by .fl-orator-controller :hover .fl-orator-controller-playToggle:before,
.fl-theme-by .fl-orator-selectionReader-control:hover,
.fl-theme-by .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-by .fl-orator-selectionReader-control:hover * {
  background-color: #000 !important;
  color: #ff0 !important;
}
.fl-theme-by .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-by .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-by .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #000;
}
.fl-theme-by .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-by .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-by .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #000;
}
.fl-theme-by.fl-inverted-color,
.fl-theme-by.fl-inverted-color *,
.fl-preview-theme.fl-theme-by.fl-inverted-color {
  color: #ff0 !important;
  background-color: #000 !important;
  border-top-color: #ff0 !important;
  border-right-color: #ff0 !important;
  border-bottom-color: #ff0 !important;
  border-left-color: #ff0 !important;
}
.fl-theme-by .fl-focus:focus,
.fl-theme-by .fl-focus :focus,
.fl-theme-by.fl-focus :focus,
.fl-theme-by .selectable,
.fl-theme-by.fl-inverted-color.fl-focus :focus,
.fl-theme-by.fl-inverted-color.fl-focus:focus,
.fl-theme-by .fl-inverted-color.fl-focus :focus,
.fl-theme-by .fl-inverted-color.fl-focus:focus,
.fl-theme-by.fl-focus .fl-inverted-color :focus,
.fl-theme-by.fl-focus .fl-inverted-color:focus,
.fl-theme-by .fl-focus .fl-inverted-color :focus,
.fl-theme-by .fl-focus .fl-inverted-color:focus {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #ff0;
}
.fl-theme-by .fl-inverted-color,
.fl-theme-by .fl-inverted-color *,
.fl-theme-by .fl-inverted-color div,
.fl-theme-by .fl-inverted-color input,
.fl-theme-by .fl-inverted-color h1,
.fl-theme-by .fl-inverted-color h2,
.fl-theme-by .fl-inverted-color h3,
.fl-theme-by .fl-inverted-color h4,
.fl-theme-by .fl-inverted-color h5,
.fl-theme-by .fl-inverted-color h6 {
  color: #ff0 !important;
  background-color: #000 !important;
  border-top-color: #ff0 !important;
  border-right-color: #ff0 !important;
  border-bottom-color: #ff0 !important;
  border-left-color: #ff0 !important;
}
.fl-theme-by .fl-inverted-color iframe {
  border-top-color: #ff0 !important;
  border-right-color: #ff0 !important;
  border-bottom-color: #ff0 !important;
  border-left-color: #ff0 !important;
}
.fl-theme-by .fl-inverted-color a,
.fl-theme-by a.fl-inverted-color,
.fl-theme-by .fl-inverted-color a *,
.fl-theme-by a.fl-inverted-color * {
  color: #ff0 !important;
  font-weight: bold !important;
  background-color: #000 !important;
}
.fl-theme-by .fl-inverted-color button,
.fl-theme-by button.fl-inverted-color,
.fl-theme-by .fl-inverted-color button *,
.fl-theme-by button.fl-inverted-color *,
.fl-theme-by .fl-inverted-color input[type="button"],
.fl-theme-by input[type="button"].fl-inverted-color,
.fl-theme-by input[type="button"].fl-inverted-color *,
.fl-theme-by .fl-inverted-color input[type="reset"],
.fl-theme-by input[type="reset"].fl-inverted-color,
.fl-theme-by input[type="reset"].fl-inverted-color *,
.fl-theme-by .fl-inverted-color input[type="submit"],
.fl-theme-by input[type="submit"].fl-inverted-color,
.fl-theme-by input[type="submit"].fl-inverted-color *,
.fl-theme-by .fl-inverted-color .fl-input-button,
.fl-theme-by .fl-inverted-color.fl-input-button,
.fl-theme-by .fl-inverted-color .fl-input-button *,
.fl-theme-by .fl-inverted-color.fl-input-button * {
  color: #ff0 !important;
  background-color: #000 !important;
}
.fl-theme-by .fl-inverted-color th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #ff0 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #ff0 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #ff0 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #ff0 !important;
  background-color: #ff0 !important;
  color: #000 !important;
}
.fl-theme-by .fl-inverted-color td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #ff0 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #ff0 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #ff0 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #ff0 !important;
}
.fl-theme-by .fl-inverted-color .fl-focus:focus,
.fl-theme-by .fl-inverted-color .fl-focus :focus,
.fl-theme-by .fl-inverted-color .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #ff0;
}
.fl-theme-by .fl-inverted-color .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-by .fl-inverted-color .fl-inlineEdit-edit {
  background-color: #ff0 !important;
  color: #000 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-by .fl-inverted-color .fl-orator-highlight {
  color: #000 !important;
  background-color: #ff0 !important;
  outline-color: #ff0;
}
.fl-theme-by .fl-inverted-color .fl-icon-orator:before {
  background-color: #000;
  color: #ff0;
}
.fl-theme-by .fl-inverted-color .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-by .fl-inverted-color .fl-orator-controller :hover .fl-orator-controller-playToggle:before {
  background-color: #ff0 !important;
  color: #000 !important;
}
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control:hover,
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control:hover * {
  background-color: #ff0 !important;
  color: #000 !important;
}
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #ff0;
}
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-by .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #ff0;
}
.fl-theme-lgdg,
.fl-theme-lgdg *,
.fl-preview-theme.fl-theme-lgdg,
.fl-theme-lgdg div,
.fl-theme-lgdg input,
.fl-theme-lgdg h1,
.fl-theme-lgdg h2,
.fl-theme-lgdg h3,
.fl-theme-lgdg h4,
.fl-theme-lgdg h5,
.fl-theme-lgdg h6 {
  color: #bdbdbb !important;
  background-color: #555 !important;
  border-top-color: #bdbdbb !important;
  border-right-color: #bdbdbb !important;
  border-bottom-color: #bdbdbb !important;
  border-left-color: #bdbdbb !important;
}
.fl-theme-lgdg iframe {
  border-top-color: #bdbdbb !important;
  border-right-color: #bdbdbb !important;
  border-bottom-color: #bdbdbb !important;
  border-left-color: #bdbdbb !important;
}
.fl-theme-lgdg a,
.fl-theme-lgdg a * {
  color: #bdbdbb !important;
  font-weight: bold !important;
  background-color: #555 !important;
}
.fl-theme-lgdg button,
.fl-theme-lgdg button *,
.fl-theme-lgdg input[type="button"],
.fl-theme-lgdg input[type="button"] *,
.fl-theme-lgdg input[type="reset"],
.fl-theme-lgdg input[type="reset"] *,
.fl-theme-lgdg input[type="submit"],
.fl-theme-lgdg input[type="submit"] *,
.fl-theme-lgdg .fl-input-button,
.fl-theme-lgdg .fl-input-button * {
  color: #bdbdbb !important;
  background-color: #555 !important;
}
.fl-theme-lgdg th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #bdbdbb !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #bdbdbb !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #bdbdbb !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #bdbdbb !important;
  background-color: #bdbdbb !important;
  color: #555 !important;
}
.fl-theme-lgdg td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #bdbdbb !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #bdbdbb !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #bdbdbb !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #bdbdbb !important;
}
.fl-theme-lgdg .fl-focus:focus,
.fl-theme-lgdg .fl-focus :focus,
.fl-theme-lgdg.fl-focus :focus,
.fl-theme-lgdg .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #bdbdbb;
}
.fl-theme-lgdg .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-lgdg .fl-inlineEdit-edit {
  background-color: #bdbdbb !important;
  color: #555 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #555 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #555 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #555 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #555 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-lgdg .fl-textfieldStepper .fl-textfieldStepper-textField {
  border: solid 1px #bdbdbb;
}
.fl-theme-lgdg .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  visibility: hidden;
}
.fl-theme-lgdg .fl-orator-highlight {
  color: #555 !important;
  background-color: #bdbdbb !important;
  outline-color: #bdbdbb;
}
.fl-theme-lgdg .fl-orator-controller-playToggle {
  text-shadow: unset;
}
.fl-theme-lgdg .fl-icon-orator:before {
  background-color: #555;
  color: #bdbdbb;
  text-shadow: unset;
}
.fl-theme-lgdg .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-lgdg .fl-orator-controller :hover .fl-orator-controller-playToggle,
.fl-theme-lgdg .fl-orator-controller :hover .fl-orator-controller-playToggle:before,
.fl-theme-lgdg .fl-orator-selectionReader-control:hover,
.fl-theme-lgdg .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-lgdg .fl-orator-selectionReader-control:hover * {
  background-color: #bdbdbb !important;
  color: #555 !important;
}
.fl-theme-lgdg .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-lgdg .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-lgdg .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #bdbdbb;
}
.fl-theme-lgdg .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-lgdg .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-lgdg .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #bdbdbb;
}
.fl-theme-lgdg.fl-inverted-color,
.fl-theme-lgdg.fl-inverted-color *,
.fl-preview-theme.fl-theme-lgdg.fl-inverted-color {
  color: #555 !important;
  background-color: #bdbdbb !important;
  border-top-color: #555 !important;
  border-right-color: #555 !important;
  border-bottom-color: #555 !important;
  border-left-color: #555 !important;
}
.fl-theme-lgdg .fl-focus:focus,
.fl-theme-lgdg .fl-focus :focus,
.fl-theme-lgdg.fl-focus :focus,
.fl-theme-lgdg .selectable,
.fl-theme-lgdg.fl-inverted-color.fl-focus :focus,
.fl-theme-lgdg.fl-inverted-color.fl-focus:focus,
.fl-theme-lgdg .fl-inverted-color.fl-focus :focus,
.fl-theme-lgdg .fl-inverted-color.fl-focus:focus,
.fl-theme-lgdg.fl-focus .fl-inverted-color :focus,
.fl-theme-lgdg.fl-focus .fl-inverted-color:focus,
.fl-theme-lgdg .fl-focus .fl-inverted-color :focus,
.fl-theme-lgdg .fl-focus .fl-inverted-color:focus {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #555;
}
.fl-theme-lgdg .fl-inverted-color,
.fl-theme-lgdg .fl-inverted-color *,
.fl-theme-lgdg .fl-inverted-color div,
.fl-theme-lgdg .fl-inverted-color input,
.fl-theme-lgdg .fl-inverted-color h1,
.fl-theme-lgdg .fl-inverted-color h2,
.fl-theme-lgdg .fl-inverted-color h3,
.fl-theme-lgdg .fl-inverted-color h4,
.fl-theme-lgdg .fl-inverted-color h5,
.fl-theme-lgdg .fl-inverted-color h6 {
  color: #555 !important;
  background-color: #bdbdbb !important;
  border-top-color: #555 !important;
  border-right-color: #555 !important;
  border-bottom-color: #555 !important;
  border-left-color: #555 !important;
}
.fl-theme-lgdg .fl-inverted-color iframe {
  border-top-color: #555 !important;
  border-right-color: #555 !important;
  border-bottom-color: #555 !important;
  border-left-color: #555 !important;
}
.fl-theme-lgdg .fl-inverted-color a,
.fl-theme-lgdg a.fl-inverted-color,
.fl-theme-lgdg .fl-inverted-color a *,
.fl-theme-lgdg a.fl-inverted-color * {
  color: #555 !important;
  font-weight: bold !important;
  background-color: #bdbdbb !important;
}
.fl-theme-lgdg .fl-inverted-color button,
.fl-theme-lgdg button.fl-inverted-color,
.fl-theme-lgdg .fl-inverted-color button *,
.fl-theme-lgdg button.fl-inverted-color *,
.fl-theme-lgdg .fl-inverted-color input[type="button"],
.fl-theme-lgdg input[type="button"].fl-inverted-color,
.fl-theme-lgdg input[type="button"].fl-inverted-color *,
.fl-theme-lgdg .fl-inverted-color input[type="reset"],
.fl-theme-lgdg input[type="reset"].fl-inverted-color,
.fl-theme-lgdg input[type="reset"].fl-inverted-color *,
.fl-theme-lgdg .fl-inverted-color input[type="submit"],
.fl-theme-lgdg input[type="submit"].fl-inverted-color,
.fl-theme-lgdg input[type="submit"].fl-inverted-color *,
.fl-theme-lgdg .fl-inverted-color .fl-input-button,
.fl-theme-lgdg .fl-inverted-color.fl-input-button,
.fl-theme-lgdg .fl-inverted-color .fl-input-button *,
.fl-theme-lgdg .fl-inverted-color.fl-input-button * {
  color: #555 !important;
  background-color: #bdbdbb !important;
}
.fl-theme-lgdg .fl-inverted-color th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #555 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #555 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #555 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #555 !important;
  background-color: #555 !important;
  color: #bdbdbb !important;
}
.fl-theme-lgdg .fl-inverted-color td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #555 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #555 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #555 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #555 !important;
}
.fl-theme-lgdg .fl-inverted-color .fl-focus:focus,
.fl-theme-lgdg .fl-inverted-color .fl-focus :focus,
.fl-theme-lgdg .fl-inverted-color .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #555;
}
.fl-theme-lgdg .fl-inverted-color .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-lgdg .fl-inverted-color .fl-inlineEdit-edit {
  background-color: #555 !important;
  color: #bdbdbb !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #bdbdbb !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #bdbdbb !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #bdbdbb !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #bdbdbb !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-lgdg .fl-inverted-color .fl-orator-highlight {
  color: #bdbdbb !important;
  background-color: #555 !important;
  outline-color: #555;
}
.fl-theme-lgdg .fl-inverted-color .fl-icon-orator:before {
  background-color: #bdbdbb;
  color: #555;
}
.fl-theme-lgdg .fl-inverted-color .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-lgdg .fl-inverted-color .fl-orator-controller :hover .fl-orator-controller-playToggle:before {
  background-color: #555 !important;
  color: #bdbdbb !important;
}
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control:hover,
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control:hover * {
  background-color: #555 !important;
  color: #bdbdbb !important;
}
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #555;
}
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-lgdg .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #555;
}
.fl-theme-gd,
.fl-theme-gd *,
.fl-preview-theme.fl-theme-gd,
.fl-theme-gd div,
.fl-theme-gd input,
.fl-theme-gd h1,
.fl-theme-gd h2,
.fl-theme-gd h3,
.fl-theme-gd h4,
.fl-theme-gd h5,
.fl-theme-gd h6 {
  color: #888 !important;
  background-color: #222 !important;
  border-top-color: #888 !important;
  border-right-color: #888 !important;
  border-bottom-color: #888 !important;
  border-left-color: #888 !important;
}
.fl-theme-gd:disabled,
.fl-theme-gd :disabled,
.fl-theme-gd :disabled legend,
.fl-theme-gd input[type="button"]:disabled,
.fl-theme-gd input[type="button"]:disabled *,
.fl-theme-gd input[type="reset"]:disabled,
.fl-theme-gd input[type="reset"]:disabled *,
.fl-theme-gd input[type="submit"]:disabled,
.fl-theme-gd input[type="submit"]:disabled * {
  color: #c00 !important;
}
.fl-theme-gd::selection,
.fl-theme-gd ::selection {
  color: #fff !important;
  background-color: #008000 !important;
}
.fl-theme-gd iframe {
  border-top-color: #888 !important;
  border-right-color: #888 !important;
  border-bottom-color: #888 !important;
  border-left-color: #888 !important;
}
.fl-theme-gd a,
.fl-theme-gd a * {
  color: #8080ff !important;
  font-weight: bold !important;
  background-color: #222 !important;
}
.fl-theme-gd button,
.fl-theme-gd button *,
.fl-theme-gd input[type="button"],
.fl-theme-gd input[type="button"] *,
.fl-theme-gd input[type="reset"],
.fl-theme-gd input[type="reset"] *,
.fl-theme-gd input[type="submit"],
.fl-theme-gd input[type="submit"] *,
.fl-theme-gd .fl-input-button,
.fl-theme-gd .fl-input-button * {
  color: #fff !important;
  background-color: #000 !important;
}
.fl-theme-gd th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #888 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #888 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #888 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #888 !important;
  background-color: #888 !important;
  color: #222 !important;
}
.fl-theme-gd td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #888 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #888 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #888 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #888 !important;
}
.fl-theme-gd .fl-focus:focus,
.fl-theme-gd .fl-focus :focus,
.fl-theme-gd.fl-focus :focus,
.fl-theme-gd .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #888;
}
.fl-theme-gd .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-gd .fl-inlineEdit-edit {
  background-color: #888 !important;
  color: #222 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #222 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #222 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #222 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #222 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-gd .fl-textfieldStepper .fl-textfieldStepper-textField {
  border: solid 1px #888;
}
.fl-theme-gd .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  visibility: hidden;
}
.fl-theme-gd .fl-orator-highlight {
  color: #222 !important;
  background-color: #888 !important;
  outline-color: #888;
}
.fl-theme-gd .fl-orator-controller-playToggle {
  text-shadow: unset;
}
.fl-theme-gd .fl-icon-orator:before {
  background-color: #222;
  color: #888;
  text-shadow: unset;
}
.fl-theme-gd .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-gd .fl-orator-controller :hover .fl-orator-controller-playToggle,
.fl-theme-gd .fl-orator-controller :hover .fl-orator-controller-playToggle:before,
.fl-theme-gd .fl-orator-selectionReader-control:hover,
.fl-theme-gd .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-gd .fl-orator-selectionReader-control:hover * {
  background-color: #888 !important;
  color: #222 !important;
}
.fl-theme-gd .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-gd .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-gd .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #888;
}
.fl-theme-gd .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-gd .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-gd .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #888;
}
.fl-theme-gd.fl-inverted-color,
.fl-theme-gd.fl-inverted-color *,
.fl-preview-theme.fl-theme-gd.fl-inverted-color {
  color: #222 !important;
  background-color: #888 !important;
  border-top-color: #222 !important;
  border-right-color: #222 !important;
  border-bottom-color: #222 !important;
  border-left-color: #222 !important;
}
.fl-theme-gd .fl-focus:focus,
.fl-theme-gd .fl-focus :focus,
.fl-theme-gd.fl-focus :focus,
.fl-theme-gd .selectable,
.fl-theme-gd.fl-inverted-color.fl-focus :focus,
.fl-theme-gd.fl-inverted-color.fl-focus:focus,
.fl-theme-gd .fl-inverted-color.fl-focus :focus,
.fl-theme-gd .fl-inverted-color.fl-focus:focus,
.fl-theme-gd.fl-focus .fl-inverted-color :focus,
.fl-theme-gd.fl-focus .fl-inverted-color:focus,
.fl-theme-gd .fl-focus .fl-inverted-color :focus,
.fl-theme-gd .fl-focus .fl-inverted-color:focus {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #222;
}
.fl-theme-gd .fl-inverted-color,
.fl-theme-gd .fl-inverted-color *,
.fl-theme-gd .fl-inverted-color div,
.fl-theme-gd .fl-inverted-color input,
.fl-theme-gd .fl-inverted-color h1,
.fl-theme-gd .fl-inverted-color h2,
.fl-theme-gd .fl-inverted-color h3,
.fl-theme-gd .fl-inverted-color h4,
.fl-theme-gd .fl-inverted-color h5,
.fl-theme-gd .fl-inverted-color h6 {
  color: #222 !important;
  background-color: #888 !important;
  border-top-color: #222 !important;
  border-right-color: #222 !important;
  border-bottom-color: #222 !important;
  border-left-color: #222 !important;
}
.fl-theme-gd .fl-inverted-color::selection,
.fl-theme-gd .fl-inverted-color ::selection {
  color: #008000 !important;
  background-color: #fff !important;
}
.fl-theme-gd .fl-inverted-color iframe {
  border-top-color: #222 !important;
  border-right-color: #222 !important;
  border-bottom-color: #222 !important;
  border-left-color: #222 !important;
}
.fl-theme-gd .fl-inverted-color a,
.fl-theme-gd a.fl-inverted-color,
.fl-theme-gd .fl-inverted-color a *,
.fl-theme-gd a.fl-inverted-color * {
  color: #222 !important;
  font-weight: bold !important;
  background-color: #8080ff !important;
}
.fl-theme-gd .fl-inverted-color button,
.fl-theme-gd button.fl-inverted-color,
.fl-theme-gd .fl-inverted-color button *,
.fl-theme-gd button.fl-inverted-color *,
.fl-theme-gd .fl-inverted-color input[type="button"],
.fl-theme-gd input[type="button"].fl-inverted-color,
.fl-theme-gd input[type="button"].fl-inverted-color *,
.fl-theme-gd .fl-inverted-color input[type="reset"],
.fl-theme-gd input[type="reset"].fl-inverted-color,
.fl-theme-gd input[type="reset"].fl-inverted-color *,
.fl-theme-gd .fl-inverted-color input[type="submit"],
.fl-theme-gd input[type="submit"].fl-inverted-color,
.fl-theme-gd input[type="submit"].fl-inverted-color *,
.fl-theme-gd .fl-inverted-color .fl-input-button,
.fl-theme-gd .fl-inverted-color.fl-input-button,
.fl-theme-gd .fl-inverted-color .fl-input-button *,
.fl-theme-gd .fl-inverted-color.fl-input-button * {
  color: #000 !important;
  background-color: #fff !important;
}
.fl-theme-gd .fl-inverted-color th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #222 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #222 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #222 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #222 !important;
  background-color: #222 !important;
  color: #888 !important;
}
.fl-theme-gd .fl-inverted-color td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #222 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #222 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #222 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #222 !important;
}
.fl-theme-gd .fl-inverted-color .fl-focus:focus,
.fl-theme-gd .fl-inverted-color .fl-focus :focus,
.fl-theme-gd .fl-inverted-color .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #222;
}
.fl-theme-gd .fl-inverted-color .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-gd .fl-inverted-color .fl-inlineEdit-edit {
  background-color: #222 !important;
  color: #888 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #888 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #888 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #888 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #888 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-gd .fl-inverted-color .fl-orator-highlight {
  color: #888 !important;
  background-color: #222 !important;
  outline-color: #222;
}
.fl-theme-gd .fl-inverted-color .fl-icon-orator:before {
  background-color: #888;
  color: #222;
}
.fl-theme-gd .fl-inverted-color .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-gd .fl-inverted-color .fl-orator-controller :hover .fl-orator-controller-playToggle:before {
  background-color: #222 !important;
  color: #888 !important;
}
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control:hover,
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control:hover * {
  background-color: #222 !important;
  color: #888 !important;
}
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #222;
}
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-gd .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #222;
}
.fl-theme-gw,
.fl-theme-gw *,
.fl-preview-theme.fl-theme-gw,
.fl-theme-gw div,
.fl-theme-gw input,
.fl-theme-gw h1,
.fl-theme-gw h2,
.fl-theme-gw h3,
.fl-theme-gw h4,
.fl-theme-gw h5,
.fl-theme-gw h6 {
  color: #6c6c6c !important;
  background-color: #fff !important;
  border-top-color: #6c6c6c !important;
  border-right-color: #6c6c6c !important;
  border-bottom-color: #6c6c6c !important;
  border-left-color: #6c6c6c !important;
}
.fl-theme-gw:disabled,
.fl-theme-gw :disabled,
.fl-theme-gw :disabled legend,
.fl-theme-gw input[type="button"]:disabled,
.fl-theme-gw input[type="button"]:disabled *,
.fl-theme-gw input[type="reset"]:disabled,
.fl-theme-gw input[type="reset"]:disabled *,
.fl-theme-gw input[type="submit"]:disabled,
.fl-theme-gw input[type="submit"]:disabled * {
  color: #933 !important;
}
.fl-theme-gw::selection,
.fl-theme-gw ::selection {
  color: #fff !important;
  background-color: #404080 !important;
}
.fl-theme-gw iframe {
  border-top-color: #6c6c6c !important;
  border-right-color: #6c6c6c !important;
  border-bottom-color: #6c6c6c !important;
  border-left-color: #6c6c6c !important;
}
.fl-theme-gw a,
.fl-theme-gw a * {
  color: #66c !important;
  font-weight: bold !important;
  background-color: #fff !important;
}
.fl-theme-gw button,
.fl-theme-gw button *,
.fl-theme-gw input[type="button"],
.fl-theme-gw input[type="button"] *,
.fl-theme-gw input[type="reset"],
.fl-theme-gw input[type="reset"] *,
.fl-theme-gw input[type="submit"],
.fl-theme-gw input[type="submit"] *,
.fl-theme-gw .fl-input-button,
.fl-theme-gw .fl-input-button * {
  color: #000 !important;
  background-color: #fff !important;
}
.fl-theme-gw th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #6c6c6c !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #6c6c6c !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #6c6c6c !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #6c6c6c !important;
  background-color: #6c6c6c !important;
  color: #fff !important;
}
.fl-theme-gw td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #6c6c6c !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #6c6c6c !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #6c6c6c !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #6c6c6c !important;
}
.fl-theme-gw .fl-focus:focus,
.fl-theme-gw .fl-focus :focus,
.fl-theme-gw.fl-focus :focus,
.fl-theme-gw .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #6c6c6c;
}
.fl-theme-gw .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-gw .fl-inlineEdit-edit {
  background-color: #6c6c6c !important;
  color: #fff !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-gw .fl-textfieldStepper .fl-textfieldStepper-textField {
  border: solid 1px #6c6c6c;
}
.fl-theme-gw .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  visibility: hidden;
}
.fl-theme-gw .fl-orator-highlight {
  color: #fff !important;
  background-color: #6c6c6c !important;
  outline-color: #6c6c6c;
}
.fl-theme-gw .fl-orator-controller-playToggle {
  text-shadow: unset;
}
.fl-theme-gw .fl-icon-orator:before {
  background-color: #fff;
  color: #6c6c6c;
  text-shadow: unset;
}
.fl-theme-gw .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-gw .fl-orator-controller :hover .fl-orator-controller-playToggle,
.fl-theme-gw .fl-orator-controller :hover .fl-orator-controller-playToggle:before,
.fl-theme-gw .fl-orator-selectionReader-control:hover,
.fl-theme-gw .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-gw .fl-orator-selectionReader-control:hover * {
  background-color: #6c6c6c !important;
  color: #fff !important;
}
.fl-theme-gw .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-gw .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-gw .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #6c6c6c;
}
.fl-theme-gw .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-gw .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-gw .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #6c6c6c;
}
.fl-theme-gw.fl-inverted-color,
.fl-theme-gw.fl-inverted-color *,
.fl-preview-theme.fl-theme-gw.fl-inverted-color {
  color: #fff !important;
  background-color: #6c6c6c !important;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.fl-theme-gw .fl-focus:focus,
.fl-theme-gw .fl-focus :focus,
.fl-theme-gw.fl-focus :focus,
.fl-theme-gw .selectable,
.fl-theme-gw.fl-inverted-color.fl-focus :focus,
.fl-theme-gw.fl-inverted-color.fl-focus:focus,
.fl-theme-gw .fl-inverted-color.fl-focus :focus,
.fl-theme-gw .fl-inverted-color.fl-focus:focus,
.fl-theme-gw.fl-focus .fl-inverted-color :focus,
.fl-theme-gw.fl-focus .fl-inverted-color:focus,
.fl-theme-gw .fl-focus .fl-inverted-color :focus,
.fl-theme-gw .fl-focus .fl-inverted-color:focus {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #fff;
}
.fl-theme-gw .fl-inverted-color,
.fl-theme-gw .fl-inverted-color *,
.fl-theme-gw .fl-inverted-color div,
.fl-theme-gw .fl-inverted-color input,
.fl-theme-gw .fl-inverted-color h1,
.fl-theme-gw .fl-inverted-color h2,
.fl-theme-gw .fl-inverted-color h3,
.fl-theme-gw .fl-inverted-color h4,
.fl-theme-gw .fl-inverted-color h5,
.fl-theme-gw .fl-inverted-color h6 {
  color: #fff !important;
  background-color: #6c6c6c !important;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.fl-theme-gw .fl-inverted-color::selection,
.fl-theme-gw .fl-inverted-color ::selection {
  color: #404080 !important;
  background-color: #fff !important;
}
.fl-theme-gw .fl-inverted-color iframe {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.fl-theme-gw .fl-inverted-color a,
.fl-theme-gw a.fl-inverted-color,
.fl-theme-gw .fl-inverted-color a *,
.fl-theme-gw a.fl-inverted-color * {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #66c !important;
}
.fl-theme-gw .fl-inverted-color button,
.fl-theme-gw button.fl-inverted-color,
.fl-theme-gw .fl-inverted-color button *,
.fl-theme-gw button.fl-inverted-color *,
.fl-theme-gw .fl-inverted-color input[type="button"],
.fl-theme-gw input[type="button"].fl-inverted-color,
.fl-theme-gw input[type="button"].fl-inverted-color *,
.fl-theme-gw .fl-inverted-color input[type="reset"],
.fl-theme-gw input[type="reset"].fl-inverted-color,
.fl-theme-gw input[type="reset"].fl-inverted-color *,
.fl-theme-gw .fl-inverted-color input[type="submit"],
.fl-theme-gw input[type="submit"].fl-inverted-color,
.fl-theme-gw input[type="submit"].fl-inverted-color *,
.fl-theme-gw .fl-inverted-color .fl-input-button,
.fl-theme-gw .fl-inverted-color.fl-input-button,
.fl-theme-gw .fl-inverted-color .fl-input-button *,
.fl-theme-gw .fl-inverted-color.fl-input-button * {
  color: #fff !important;
  background-color: #000 !important;
}
.fl-theme-gw .fl-inverted-color th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
  background-color: #fff !important;
  color: #6c6c6c !important;
}
.fl-theme-gw .fl-inverted-color td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #fff !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff !important;
}
.fl-theme-gw .fl-inverted-color .fl-focus:focus,
.fl-theme-gw .fl-inverted-color .fl-focus :focus,
.fl-theme-gw .fl-inverted-color .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #fff;
}
.fl-theme-gw .fl-inverted-color .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-gw .fl-inverted-color .fl-inlineEdit-edit {
  background-color: #fff !important;
  color: #6c6c6c !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #6c6c6c !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #6c6c6c !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #6c6c6c !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #6c6c6c !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-gw .fl-inverted-color .fl-orator-highlight {
  color: #6c6c6c !important;
  background-color: #fff !important;
  outline-color: #fff;
}
.fl-theme-gw .fl-inverted-color .fl-icon-orator:before {
  background-color: #6c6c6c;
  color: #fff;
}
.fl-theme-gw .fl-inverted-color .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-gw .fl-inverted-color .fl-orator-controller :hover .fl-orator-controller-playToggle:before {
  background-color: #fff !important;
  color: #6c6c6c !important;
}
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control:hover,
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control:hover * {
  background-color: #fff !important;
  color: #6c6c6c !important;
}
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #fff;
}
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-gw .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #fff;
}
.fl-theme-bbr,
.fl-theme-bbr *,
.fl-preview-theme.fl-theme-bbr,
.fl-theme-bbr div,
.fl-theme-bbr input,
.fl-theme-bbr h1,
.fl-theme-bbr h2,
.fl-theme-bbr h3,
.fl-theme-bbr h4,
.fl-theme-bbr h5,
.fl-theme-bbr h6 {
  color: #000 !important;
  background-color: #b96 !important;
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-bbr:disabled,
.fl-theme-bbr :disabled,
.fl-theme-bbr :disabled legend,
.fl-theme-bbr input[type="button"]:disabled,
.fl-theme-bbr input[type="button"]:disabled *,
.fl-theme-bbr input[type="reset"]:disabled,
.fl-theme-bbr input[type="reset"]:disabled *,
.fl-theme-bbr input[type="submit"]:disabled,
.fl-theme-bbr input[type="submit"]:disabled * {
  color: #600000 !important;
}
.fl-theme-bbr::selection,
.fl-theme-bbr ::selection {
  color: #fff !important;
  background-color: #000070 !important;
}
.fl-theme-bbr iframe {
  border-top-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}
.fl-theme-bbr a,
.fl-theme-bbr a * {
  color: #009 !important;
  font-weight: bold !important;
  background-color: #b96 !important;
}
.fl-theme-bbr button,
.fl-theme-bbr button *,
.fl-theme-bbr input[type="button"],
.fl-theme-bbr input[type="button"] *,
.fl-theme-bbr input[type="reset"],
.fl-theme-bbr input[type="reset"] *,
.fl-theme-bbr input[type="submit"],
.fl-theme-bbr input[type="submit"] *,
.fl-theme-bbr .fl-input-button,
.fl-theme-bbr .fl-input-button * {
  color: #000 !important;
  background-color: #ffd18a !important;
}
.fl-theme-bbr th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  background-color: #000 !important;
  color: #b96 !important;
}
.fl-theme-bbr td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
}
.fl-theme-bbr .fl-focus:focus,
.fl-theme-bbr .fl-focus :focus,
.fl-theme-bbr.fl-focus :focus,
.fl-theme-bbr .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #000;
}
.fl-theme-bbr .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-bbr .fl-inlineEdit-edit {
  background-color: #000 !important;
  color: #b96 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #b96 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #b96 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #b96 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #b96 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-bbr .fl-textfieldStepper .fl-textfieldStepper-textField {
  border: solid 1px #000;
}
.fl-theme-bbr .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  visibility: hidden;
}
.fl-theme-bbr .fl-orator-highlight {
  color: #b96 !important;
  background-color: #000 !important;
  outline-color: #000;
}
.fl-theme-bbr .fl-orator-controller-playToggle {
  text-shadow: unset;
}
.fl-theme-bbr .fl-icon-orator:before {
  background-color: #b96;
  color: #000;
  text-shadow: unset;
}
.fl-theme-bbr .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-bbr .fl-orator-controller :hover .fl-orator-controller-playToggle,
.fl-theme-bbr .fl-orator-controller :hover .fl-orator-controller-playToggle:before,
.fl-theme-bbr .fl-orator-selectionReader-control:hover,
.fl-theme-bbr .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-bbr .fl-orator-selectionReader-control:hover * {
  background-color: #000 !important;
  color: #b96 !important;
}
.fl-theme-bbr .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-bbr .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-bbr .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #000;
}
.fl-theme-bbr .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-bbr .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-bbr .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #000;
}
.fl-theme-bbr.fl-inverted-color,
.fl-theme-bbr.fl-inverted-color *,
.fl-preview-theme.fl-theme-bbr.fl-inverted-color {
  color: #b96 !important;
  background-color: #000 !important;
  border-top-color: #b96 !important;
  border-right-color: #b96 !important;
  border-bottom-color: #b96 !important;
  border-left-color: #b96 !important;
}
.fl-theme-bbr .fl-focus:focus,
.fl-theme-bbr .fl-focus :focus,
.fl-theme-bbr.fl-focus :focus,
.fl-theme-bbr .selectable,
.fl-theme-bbr.fl-inverted-color.fl-focus :focus,
.fl-theme-bbr.fl-inverted-color.fl-focus:focus,
.fl-theme-bbr .fl-inverted-color.fl-focus :focus,
.fl-theme-bbr .fl-inverted-color.fl-focus:focus,
.fl-theme-bbr.fl-focus .fl-inverted-color :focus,
.fl-theme-bbr.fl-focus .fl-inverted-color:focus,
.fl-theme-bbr .fl-focus .fl-inverted-color :focus,
.fl-theme-bbr .fl-focus .fl-inverted-color:focus {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #b96;
}
.fl-theme-bbr .fl-inverted-color,
.fl-theme-bbr .fl-inverted-color *,
.fl-theme-bbr .fl-inverted-color div,
.fl-theme-bbr .fl-inverted-color input,
.fl-theme-bbr .fl-inverted-color h1,
.fl-theme-bbr .fl-inverted-color h2,
.fl-theme-bbr .fl-inverted-color h3,
.fl-theme-bbr .fl-inverted-color h4,
.fl-theme-bbr .fl-inverted-color h5,
.fl-theme-bbr .fl-inverted-color h6 {
  color: #b96 !important;
  background-color: #000 !important;
  border-top-color: #b96 !important;
  border-right-color: #b96 !important;
  border-bottom-color: #b96 !important;
  border-left-color: #b96 !important;
}
.fl-theme-bbr .fl-inverted-color::selection,
.fl-theme-bbr .fl-inverted-color ::selection {
  color: #000070 !important;
  background-color: #fff !important;
}
.fl-theme-bbr .fl-inverted-color iframe {
  border-top-color: #b96 !important;
  border-right-color: #b96 !important;
  border-bottom-color: #b96 !important;
  border-left-color: #b96 !important;
}
.fl-theme-bbr .fl-inverted-color a,
.fl-theme-bbr a.fl-inverted-color,
.fl-theme-bbr .fl-inverted-color a *,
.fl-theme-bbr a.fl-inverted-color * {
  color: #b96 !important;
  font-weight: bold !important;
  background-color: #009 !important;
}
.fl-theme-bbr .fl-inverted-color button,
.fl-theme-bbr button.fl-inverted-color,
.fl-theme-bbr .fl-inverted-color button *,
.fl-theme-bbr button.fl-inverted-color *,
.fl-theme-bbr .fl-inverted-color input[type="button"],
.fl-theme-bbr input[type="button"].fl-inverted-color,
.fl-theme-bbr input[type="button"].fl-inverted-color *,
.fl-theme-bbr .fl-inverted-color input[type="reset"],
.fl-theme-bbr input[type="reset"].fl-inverted-color,
.fl-theme-bbr input[type="reset"].fl-inverted-color *,
.fl-theme-bbr .fl-inverted-color input[type="submit"],
.fl-theme-bbr input[type="submit"].fl-inverted-color,
.fl-theme-bbr input[type="submit"].fl-inverted-color *,
.fl-theme-bbr .fl-inverted-color .fl-input-button,
.fl-theme-bbr .fl-inverted-color.fl-input-button,
.fl-theme-bbr .fl-inverted-color .fl-input-button *,
.fl-theme-bbr .fl-inverted-color.fl-input-button * {
  color: #ffd18a !important;
  background-color: #000 !important;
}
.fl-theme-bbr .fl-inverted-color th {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #b96 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #b96 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #b96 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #b96 !important;
  background-color: #b96 !important;
  color: #000 !important;
}
.fl-theme-bbr .fl-inverted-color td {
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #b96 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #b96 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #b96 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #b96 !important;
}
.fl-theme-bbr .fl-inverted-color .fl-focus:focus,
.fl-theme-bbr .fl-inverted-color .fl-focus :focus,
.fl-theme-bbr .fl-inverted-color .selectable {
  outline-width: 0.2em;
  outline-style: solid;
  outline-color: #b96;
}
.fl-theme-bbr .fl-inverted-color .fl-reorderer-dropMarker {
  background-color: #f00 !important;
}
.fl-theme-bbr .fl-inverted-color .fl-inlineEdit-edit {
  background-color: #b96 !important;
  color: #000 !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-top-color: #000 !important;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #000 !important;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-bottom-color: #000 !important;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #000 !important;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-right: -0.1em;
  margin-bottom: -0.1em;
  margin-left: -0.1em;
}
.fl-theme-bbr .fl-inverted-color .fl-orator-highlight {
  color: #000 !important;
  background-color: #b96 !important;
  outline-color: #b96;
}
.fl-theme-bbr .fl-inverted-color .fl-icon-orator:before {
  background-color: #000;
  color: #b96;
}
.fl-theme-bbr .fl-inverted-color .fl-orator-controller > *:not(:first-child):hover,
.fl-theme-bbr .fl-inverted-color .fl-orator-controller :hover .fl-orator-controller-playToggle:before {
  background-color: #b96 !important;
  color: #000 !important;
}
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control:hover,
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control:hover .fl-icon-orator:before,
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control:hover * {
  background-color: #b96 !important;
  color: #000 !important;
}
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:after,
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:hover:after,
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-above:before {
  border-top-color: #b96;
}
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:after,
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:hover:after,
.fl-theme-bbr .fl-inverted-color .fl-orator-selectionReader-control.fl-orator-selectionReader-below:before {
  border-bottom-color: #b96;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../lib/open-dyslexic/fonts/OpenDyslexic-Regular.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../lib/open-dyslexic/fonts/OpenDyslexic-Bold.woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../lib/open-dyslexic/fonts/OpenDyslexic-Italic.woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../lib/open-dyslexic/fonts/OpenDyslexic-BoldItalic.woff");
  font-weight: 600;
  font-style: italic;
}
.fl-font-arial:not([class*='icon']),
.fl-font-arial *:not([class*='icon']) {
  font-family: Arial !important;
}
.fl-font-verdana:not([class*='icon']),
.fl-font-verdana *:not([class*='icon']) {
  font-family: Verdana !important;
}
.fl-font-times:not([class*='icon']),
.fl-font-times *:not([class*='icon']) {
  font-family: Georgia, Times, Times New Roman, serif !important;
}
.fl-font-comic-sans:not([class*='icon']),
.fl-font-comic-sans *:not([class*='icon']) {
  font-family: Comic Sans MS, sans-serif !important;
}
.fl-font-open-dyslexic:not([class*='icon']),
.fl-font-open-dyslexic *:not([class*='icon']) {
  font-family: OpenDyslexic, sans-serif !important;
}
