/* ===== Font Colors ===== */

.xx-fc_primary {
  color: #016382 !important;  /* Estatory default color */
}
.xx-fc_black {
  color: #000000 !important;
}
.xx-fc_white {
  color: #ffffff !important;
}
.xx-fc_red {
  color: red !important;
}
.xx-fc_danger{
    color:red !important;
}
.xx-fc_blue {
  color: blue !important;
}
.xx-fc_lightblue {
  color: #00a6cb !important;
}
.xx-fc_darkblue {
  color: #00303f !important;
}
.xx-fc_green {
  color: #339900 !important;
}
.xx-fc_darkgreen {
  color: #006400 !important;
}
.xx-fc_limegreen {
  color: #00ff00 !important;
}
.xx-fc_yellow {
  color: #ffcc00 !important;
}
.xx-fc_darkgrey {
  color: #303030 !important;
}
.xx-fc_grey {
  color: #808080 !important;
}
.xx-fc_lightgrey {
  color: #e0e0e0 !important;
}
.xx-fc_beige {
  color: #d7c7b0 !important;
}
.xx-fc_darkbeige {
  color: #c6b090 !important;
}
/* ===== Font Sizes ===== */
.xx-fs4 {
  font-size: 4px ;
}
.xx-fs6 {
  font-size: 6px ;
}
.xx-fs8 {
  font-size: 8px ;
}
.xx-fs9 {
  font-size: 9px ;
}
.xx-fs10 {
  font-size: 10px ;
}
.xx-fs11 {
  font-size: 11px ;
}
.xx-fs12 {
  font-size: 12px ;
}
.xx-fs14 {
  font-size: 14px ;
}
.xx-fs16 {
  font-size: 16px ;
}
.xx-fs18 {
  font-size: 18px ;
}
.xx-fs20 {
  font-size: 20px ;
}
.xx-fs22 {
  font-size: 22px ;
}
.xx-fs24 {
  font-size: 24px ;
}
.xx-fs33 {
  font-size:33px ;
}
.xx-fs36 {
  font-size: 36px ;
}
.xx-semi_bold {
  font-weight: 400;
}
.xx-bold {
  font-weight: bold;
}