.font-grey-dark {
  color: #8a939f;
}
.font-grey-darker {
  color: #747f8d ;
}

.font-grey-light {
  color: #dfdfdf;
}

.font-grey-light2 {
  color: #b2b2b2;
}

.font-grey-dark-hover {
  color: #797979;
}

.font-black {
  color: #737373;
}

.font-dark-black {
  color: #000000;
}

.font-blue {
  color: #016db2 !important;
}

.font-blue-dark {
  color: #1a3849;
}

.font-orange {
  color: #ff7700;
}
.font-red{
  border: 1px solid red;
}

.font-green {
  color: #68c800;
}

.font-white {
  color: #ffffff;
}

.font-grey{
  color: rgba(0,0,0,0.66);
}

.font-grey-1{
  color: rgba(0,0,0,0.34);
}

.font-light-black {
  color: #373939;
}

.bg-white {
  background: #ffffff;
}

.bg-light-green {
  background: #98fb98;
}

.bg-baby-pink {
  background: #f7f1eb !important;
}

.bg-light-red {
  background: chocolate;
}
.bg-light-green {
  background: #5cb85c;
  width:122%!important;
}
.bg-light-red {
  background: #f5944e !important;
}

.bg-blue {
  background: #016db2;
}

.bg-orange {
  background: #ff7700;
}

.bg-yellow {
  background: #ffbf00;
}

.bg-light-blue {
  background: rgba(1, 109, 178, 0.33);
}

.bg-grey-dark {
  background: #bebebe;
}

.bg-grey-disabled {
  background: #8a939f;
}

.bg-grey-disabled2 {
  background: #DEDEDE;
}

.bg-grey-light {
  background: #77000000;
}

.bg-grey-admin {
  background: #DFDFDF;
}

.bg-grey-light2 {
  background: #e5e5e5;
}

.bg-grey-light3 {
  background: #f2f2f2;
}

.bg-grey-light4 {
  background: #f2f2f2 !important;
}

.bg-grey-light-half {
  background: #cbcbcb;
}

.bg-hover-selected {
  background: #B3BEC0;
}

.bdr-blue {
  border: 0px solid #016db2 !important;
}

.bdr-orange {
  border: 2px solid #ff7700 !important;
}

.bdr-white {
  border: 2px solid #ffffff !important;
}

.bdr-grey {
  border: 2px solid #bebebe !important;
}

.bdr-black {
  /* border: 1px solid #222222 !important; */
}

.txt-blue {
  color: #016db2;
}

.txt-orange {
  color: #ff7700;
}

.txt-white {
  color: #ffffff;
}

.txt-grey {
  color: #797979 !important;
}

.txt-tomato {
  color: tomato;
}

.ease-in-transition{
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

