.btn-primary{background-color: #EA5E00 !important;border-color: #EA5E00 !important;}
.btn-outline-primary.active{background-color: #EA5E00 !important;border-color: #EA5E00 !important;color: white !important;}
.btn-outline-primary{background-color: #fff !important;border-color: #EA5E00 !important;color: #EA5E00 !important;}

.mouse-cursor{cursor:pointer !important;}

.text-orange{color: #EA5E00 !important;}
.text-red{color: #FF0000 !important;}
.text-blue{color: #005099 !important}
.text-lightgrey{color: #8E8E8E !important}
.text-white{color: #ffffff !important}

.bg-orange{background-color: #EA5E00 !important;}
.bg-red{background-color: #FF0000 !important;}
.bg-blue{background-color: #005099 !important}
.bg-lightgrey{background-color: #8E8E8E !important}
.bg-white{background-color: #ffffff !important}
.bg-lightgrey-50{background-color: #E8E8E8 !important}


.border-orange{border-color: #EA5E00 !important;}
.border-red{border-color: #FF0000 !important;}
.border-blue{border-color: #005099 !important}
.border-lightgrey{border-color: #8E8E8E !important}
.border-white{border-color: #ffffff !important}

.font-8{font-size: 8px !important;}
.font-10{font-size: 10px !important;}
.font-12{font-size: 12px !important;}
.font-14{font-size: 14px !important;}
.font-16{font-size: 16px !important;}
.font-18{font-size: 18px !important;}
.font-20{font-size: 20px !important;}
.font-22{font-size: 22px !important;}
.font-24{font-size: 24px !important;}
.font-26{font-size: 26px !important;}
.font-28{font-size: 28px !important;}
.font-30{font-size: 30px !important;}

.radius5{border-radius: 5px !important;}
.radius10{border-radius: 10px !important;}
.radius15{border-radius: 15px !important;}
.radius20{border-radius: 20px !important;}

.cms-body{
  background: #E8E8E8;
}

.cms-left-menu{
  min-height: 100vh;
  width: 80px;
  background: #fff;
}

.cms-right-main{
  /* background: #E8E8E8; */
}