/*** HELPER ***/
.text-xs {
  font-size: 12px; }

.text-sm {
  font-size: 14px; }

.text-md {
  font-size: 16px; }

.text-lg {
  font-size: 18px; }

.text-xl {
  font-size: 20px; }

.text-default {
  color: #14243C; }

.text-muted {
  color: #54C0E8; }

.text-primary {
  color: #006098; }

.text-success {
  color: #4B6E24; }

.text-info {
  color: #006098; }

.text-warning {
  color: #FF8400; }

.text-danger {
  color: #D82306; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700 !important; }

.text-italic {
  font-style: italic !important; }

.text-extrabold {
  font-weight: 800; }

.bg-primary {
  color: #fff;
  background-color: #006098; }

.bg-success {
  color: #fff;
  background-color: #4B6E24; }

.bg-info {
  color: #fff;
  background-color: #006098; }

.bg-warning {
  color: #fff;
  background-color: #FF8400; }

.bg-danger {
  color: #fff;
  background-color: #D82306; }
