.c-green {
  background: #489C34;
  color: #EAEAEA !important;
}
.c-green:hover {
  background: #3F872D;
  color: #eaeaea !important;
}
td.c-green {
  border-bottom-style: solid;
  border-bottom-color: #489C34;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-blue {
  background: #336699 !important;
  color: #EAEAEA !important;
}
.c-blue:hover {
  background: #2D5884 !important;
  color: #EAEAEA !important;
}
td.c-blue {
  border-bottom-style: solid;
  border-bottom-color: #336699;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-orange {
  background: #B05D3B;
  color: #EAEAEA !important;
}
.c-orange:hover {
  background: #964F33;
  color: #EAEAEA !important;
}
td.c-orange {
  border-bottom-style: solid;
  border-bottom-color: #B05D3B;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-red {
  background: #9B3483;
  color: #EAEAEA !important;
}
.c-red:hover {
  background: #842D71;
  color: #EAEAEA !important;
}
td.c-red {
  border-bottom-style: solid;
  border-bottom-color: #9B3483;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-black {
  background: #212121;
  color: #EAEAEA !important;
}
.c-black:hover {
  background: #0C0C0C;
  color: #EAEAEA !important;
}
td.c-black {
  border-bottom-style: solid;
  border-bottom-color: #212121 !important;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-purple {
  background: #6B3399;
  color: #EAEAEA !important;
}
.c-purple:hover {
  background: #592C82;
  color: #EAEAEA !important;
}
td.c-purple {
  border-bottom-style: solid;
  border-bottom-color: #6B3399;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-lblue {
  background: #C6FFFF;
  color: #212121 !important;
}
.c-lblue:hover {
  background: #ADDDDD;
  color: #212121 !important;
}
td.c-lblue {
  border-bottom-style: solid;
  border-bottom-color: #C6FFFF;
  background: none;
  color: #212121 !important;
  box-shadow: white !important;
  border-bottom-width: 4px;
}
.c-marine {
  background: #33998D;
  color: #EAEAEA !important;
}
.c-marine:hover {
  background: #2D8478;
  color: #EAEAEA !important;
}
td.c-marine {
  border-bottom-style: solid;
  border-bottom-color: #33998D;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-yellow {
  background: #AA3943;
  color: #EAEAEA !important;
}
.c-yellow:hover {
  background: #93323C;
  color: #EAEAEA !important;
}
td.c-yellow {
  border-bottom-style: solid;
  border-bottom-color: #AA3943;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-pink {
  background: #C400AA;
  color: #EAEAEA !important;
}
.c-pink:hover {
  background: #A80094;
  color: #EAEAEA !important;
}
td.c-pink {
  border-bottom-style: solid;
  border-bottom-color: #C400AA;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-brown {
  background: #363399;
  color: #EAEAEA !important;
}
.c-brown:hover {
  background: #2E2D84;
  color: #EAEAEA !important;
}
td.c-brown {
  border-bottom-style: solid;
  border-bottom-color: #363399;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.c-white {
  background: #606060 !important;
  color: #fff !important;
}
.c-white:hover {
  background: #424242 !important;
  color: #fff !important;
}
td.c-white {
  border-bottom-style: solid;
  border-bottom-color: #606060;
  background: none;
  color: #212121 !important;
  border-bottom-width: 4px;
}
.green {
  color: #175b0e !important;
}
.modal-header {
  display: flow-root !important;
}
.blue {
  color: #336699 !important;
}
.style {
  color: #013183;
}
.btn-style {
  color: #ffffff;
  background: #013183 !important;
  border: 1px solid #01286a;
}
.btn.btn-style:hover,
.btn.btn-style:focus,
.btn.btn-style.active,
.btn.btn-style:active {
  background: #01286a;
  color: #ffffff;
}
.btn.btn-style.btn-outline {
  background: transparent !important;
  border: 1px solid #013183 !important;
  color: #013183;
}
.btn-big {
  height: 90px;
  font-size: 18px;
}
.btn-big i {
  font-size: 30px;
}
.btn-big hr {
  padding-bottom: 10px;
}
