a
{
	text-decoration: none;
}



.font_12
{
	font-size:12px;
}

.font_10
{
	font-size:10px;
}

.font_14
{
	font-size:14px;
}

.font_16
{
	font-size:16px;
}

.font_18
{
	font-size:18px;
}

.font_20
{
	font-size:20px;
}

.font_22
{
	font-size:22px;
}

.font_24
{
	font-size:24px;
}

.font_26
{
	font-size:26px;
}

.font_28
{
	font-size:28px;
}

.font_30
{
	font-size:30px;
}

.font_40
{
	font-size:40px;
}

.font_50
{
	font-size:50px;
}


.menu
{
	font-size: 16px;
	color: #000000;
	opacity: 0.5;
}

.menu-sel
{
   font-size: 16px;
   color : #3e566b;
}

.menu-disabled
{
   font-size: 16px;
   color : #000000;
   opacity: 0.25;
}

.td-menu-sel
{
   font-size: 16px;
   color : #3e566b;
   background-color: #dff0ff;
   padding: 10px;
   border-radius: 10px;
   align-items: center;
}

.page-item.active .page-link {
  color: #fff !important;
  background: #5c8dac !important;
	border-color: #5c8dac;
}



