﻿.fg-default {
  color: #143a61
}

.bg-default {
  background-color: #143a61
}


.bg-alpsdarkblue {
  background-color: #133A60
}

.fg-alpsdarkblue {
  color:#133A60;
}

.bg-alpslightblue {
  background-color: #0CA3D9;
}

.fg-alpslightblue {
  color: #0CA3D9;
}


.fg-softblue {
  /*color: #337ab7*/ 
  color: #0CA3D9
}

.bg-softblue {
  background-color: #0CA3D9
}

.fg-softred {
  color: #e62a2a
}

.bg-softred {
  background-color: #e62a2a
}

.bg-grey
{
  background-color:#d1d1d1
}

.fg-white
{
  color:#fff !important
}

.fg-black
{
  color:black;
}

.bg-darkslateblue {
  background-color: darkslateblue;
}

.bg-white
{
  background-color:white;
}


.bg-lightseagreen 
{
    background-color: lightseagreen
}

.fg-lightseagreen {
  color: lightseagreen
}

.bg-darkcyan
{
    background-color: darkcyan
}

.bg-purple
{
  background-color:#943b9b
}

.purple {
  color: #943b9b
}

.bg-yellow-orange {
    background-color: #ffb000
}

.fg-yellow-orange {
  color: #ffb000
}


.bg-cream
{
  background-color: antiquewhite
}

.bg-cream {
  background-color: antiquewhite
}

.bg-green {
  background-color: green
}

.bg-smoothred {
    background-color: #b23030 /*#bf2a2a b23030  b23737*/
}

.green
{
  color:green
}

.gold
{
  color:gold;
  color:#f29604
}

.red
{
  color:red;
}

.blue
{
  color:blue;
}

.pink {
  color: pink;
}

.bg-pink
{
  background-color:pink
}

.bg-red
{
  background-color:red;
}

.fg-yellow
{
  color:yellow;
}

.bg-teal {
  background-color: teal;
}

.fg-teal
{
  color:teal;
}

.fg-lightblue
{
  color:lightblue;
}


.bg-row
{
  background-color:#e9e9e9
}

.bg-alternaterow
{
  background-color:#e2e2e2
}

.bg-pink
{
  background-color:#ec1eee
}

.fg-pink {
  color: #ec1eee
}

