﻿/* Logo Blue: */
.ufc.lb {
  background-color: #0A6EE5
}

.ufc.lb-text {
  color: #0A6EE5
}

.ufc.lb-hov:hover {
  background-color: #0A6EE5 !important
}

.ufc.lb-text-hov:hover {
  color: #0A6EE5 !important
}

/* Original Logo Blue: */
.ufc.olb {
  background-color: #0099FF
}

.ufc.olb-text {
  color: #0099FF
}

.ufc.olb-hov:hover {
  background-color: #0099FF !important
}

.ufc.olb-text-hov:hover {
  color: #0099FF !important
}

/* Greenish Cyan: */
.ufc.gc {
  background-color: #26DDD1
}

.ufc.gc-text {
  color: #26DDD1
}

.ufc.gc-hov:hover {
  background-color: #26DDD1 !important
}

.ufc.gc-text-hov:hover {
  color: #26DDD1 !important
}

/* Grass Green (Legacy) Low Contrast: */
.ufc.ggllc {
  background-color: #40B032
}

.ufc.ggllc-text {
  color: #40B032
}

.ufc.ggllc-hov:hover {
  background-color: #40B032 !important
}

.ufc.ggllc-text-hov:hover {
  color: #40B032 !important
}

/* Grass Green High Contrast: */
.ufc.gghc {
  background-color: #1CB109
}

.ufc.gghc-text {
  color: #1CB109
}

.ufc.gghc-hov:hover {
  background-color: #1CB109 !important
}

.ufc.gghc-text-hov:hover {
  color: #1CB109 !important
}

/* Busy Bee Honey (Futuristic) */
.ufc.bbhf {
  background-color: #F3BB65
}

.ufc.bbhf-text {
  color: #F3BB65
}

.ufc.bbhf-hov:hover {
  background-color: #F3BB65 !important
}

.ufc.bbhf-text-hov:hover {
  color: #F3BB65 !important
}

/* Denied Red: */
.ufc.dr {
  background-color: #C91717
}

.ufc.dr-text {
  color: #C91717
}

.ufc.dr-hov:hover {
  background-color: #C91717 !important
}

.ufc.dr-text-hov:hover {
  color: #C91717 !important
}

/* Black: */
.ufc.b {
  background-color: #292929
}

.ufc.b-text {
  color: #292929
}

.ufc.b-hov:hover {
  background-color: #292929 !important
}

.ufc.b-text-hov:hover {
  color: #292929 !important
}

/* Notification Red: */
.ufc.nr {
  background-color: #F74949
}

.ufc.nr-text {
  color: #F74949
}

.ufc.nr-hov:hover {
  background-color: #F74949 !important
}

.ufc.nr-text-hov:hover {
  color: #F74949 !important
}

/* Disabled: */
.ufc.dsb {
  background-color: #EEEEEE
}

.ufc.dsb-text {
  color: #EEEEEE
}

.ufc.dsb-hov:hover {
  background-color: #EEEEEE !important
}

.ufc.dsb-text-hov:hover {
  color: #EEEEEE !important
}

/* Reverse Disabled (Locked): */
.ufc.rdl {
  background-color: #BDBDBD
}

.ufc.rdl-text {
  color: #BDBDBD
}

.ufc.rdl-hov:hover {
  background-color: #BDBDBD !important
}

.ufc.rdl-text-hov:hover {
  color: #BDBDBD !important
}

/* Undertone Highlight: */
.ufc.uh {
  background-color: #F3F3F3
}

.ufc.uh-text {
  color: #F3F3F3
}

.ufc.uh-hov:hover {
  background-color: #F3F3F3 !important
}

.ufc.uh-text-hov:hover {
  color: #F3F3F3 !important
}

/* Active green (legacy) low contrast: */
.ufc.agllc {
  background-color: #64D983
}

.ufc.agllc-text {
  color: #64D983
}

.ufc.agllc-hov:hover {
  background-color: #64D983 !important
}

.ufc.agllc-text-hov:hover {
  color: #64D983 !important
}

/* Active green high contrast: */
.ufc.aghc {
  background-color: #22D60B
}

.ufc.aghc-text {
  color: #22D60B
}

.ufc.aghc-hov:hover {
  background-color: #22D60B !important
}

.ufc.aghc-text-hov:hover {
  color: #22D60B !important
}

/* White Panel Border: */
.ufc.wpb {
  background-color: #767676
}

.ufc.wpb-text {
  color: #767676
}

.ufc.wpb-hov:hover {
  background-color: #767676 !important
}

.ufc.wpb-text-hov:hover {
  color: #767676 !important
}

/* Home Hint of Magenta Red: */
.ufc.hhomr {
  background-color: #FC515C
}

.ufc.hhomr-text {
  color: #FC515C
}

.ufc.hhomr-hov:hover {
  background-color: #FC515C !important
}

.ufc.hhomr-text-hov:hover {
  color: #FC515C !important
}

/* Busy Bee Curry Yellow: */
.ufc.bbcy {
  background-color: #FCC447
}

.ufc.bbcy-text {
  color: #FCC447
}

.ufc.bbcy-hov:hover {
  background-color: #FCC447 !important
}

.ufc.bbcy-text-hov:hover {
  color: #FCC447 !important
}

/* Gold True Yellow (Legacy): */
.ufc.gtyl {
  background-color: #FFC400
}

.ufc.gtyl-text {
  color: #FFC400
}

.ufc.gtyl-hov:hover {
  background-color: #FFC400 !important
}

.ufc.gtyl-text-hov:hover {
  color: #FFC400 !important;
}

/* Chart Magenta: */
.ufc.cm {
  background-color: #B004B7
}

.ufc.cm-text {
  color: #B004B7
}

.ufc.cm-hov:hover {
  background-color: #B004B7 !important
}

.ufc.cm-text-hov:hover {
  color: #B004B7 !important
}

/* Calm green mid contrast: */
.ufc.cgmc {
  background-color: #2CB742
}

.ufc.cgmc-text {
  color: #2CB742
}

.ufc.cgmc-hov:hover {
  background-color: #2CB742 !important
}

.ufc.cgmc-text-hov:hover {
  color: #2CB742 !important;
}

/* Green highlight: */
.ufc.gh {
  background-color: #6CCD7B
}

.ufc.gh-text {
  color: #6CCD7B
}

.ufc.gh-hov:hover {
  background-color: #6CCD7B !important
}

.ufc.gh-text-hov:hover {
  color: #6CCD7B !important
}

/* New Blue: */
.ufc.nb {
  background-color: #0074FF
}

.ufc.nb-text {
  color: #0074FF
}

.ufc.nb-hov:hover {
  background-color: #0074FF !important
}

.ufc.nb-text-hov:hover {
  color: #0074FF !important
}

/* Transparent Blue: */
.ufc.tb {
  background-color: #8CC0FF
}

.ufc.tb-text {
  color: #8CC0FF
}

.ufc.tb-hov:hover {
  background-color: #8CC0FF !important
}

.ufc.tb-text-hov:hover {
  color: #8CC0FF !important
}

/* Highlight Transparent Blue: */
.ufc.htb {
  background-color: #B4D4FA
}

.ufc.htb-text {
  color: #B4D4FA
}

.ufc.htb-hov:hover {
  background-color: #B4D4FA !important
}

.ufc.htb-text-hov:hover {
  color: #B4D4FA !important
}

/* Super Light Blue: */
.ufc.slb {
  background-color: #BFDCFF
}

.ufc.slb-text {
  color: #BFDCFF
}

.ufc.slb-hov:hover {
  background-color: #BFDCFF !important
}

.ufc.slb-text-hov:hover {
  color: #BFDCFF !important
}

/* Transition Blue (Legacy): */
.ufc.tbl {
  background-color: #0088FF
}

.ufc.tbl-text {
  color: #0088FF
}

.ufc.tbl-hov:hover {
  background-color: #0088FF !important
}

.ufc.tbl-text-hov:hover {
  color: #0088FF !important
}

/*.btn.ufc, .btn-small.ufc {
  background-color: inherit;
  color: inherit;
}*/


.smc {
  color: #fff;
}

  .smc.lime,
  .smc.white,
  .smc.yellow,
  .smc.light-blue,
  .smc.light-gree {
    color: #292929;
  }
