.pagenavigation-div
{
	font-size: 16px;
	///max-height: 30px;
	max-height: 24px;
}

.text
{
	display: flex table;
	font-weight: 600;
}

.pagenavigation-div div
{
	cursor: pointer;
	display: table-cell;
	/*width: 30px;
	height: 30px;*/
	width: 24px;
	height: 24px;
	vertical-align: middle;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #636363;
}

div.pagenavigation-div a
{
	text-decoration: none;
	display: table-cell;
	width: 24px;
	/*width: 30px;
	//height: 30px;*/
	vertical-align: middle;
	color: #636363 !important;
}

.numb:hover a, .numbn:hover a
{
	color: #F54B4B !important;
	/*
	background: #F54B4B;*/

}

div.pagenavigation-div-active
{
	cursor: default;
	color: #fff !important;
	background: #F54B4B;
	border-radius: 2px;

}

div.pagenavigation-div-active:hover
{
	cursor: default;
}

div.pagenavigation-div-unactive
{
	cursor: default;
	color: #ABABAB !important;
}

div.pagenavigation-div-unactive:hover
{
	cursor: default;
}

#showalldiv
{
	width: 120px;
	max-height: 30px;
	margin-right: 5px;
}

#showalla
{
	width: 120px;
}

#myPaginationhr
{
	height: 0px;
	width: 0;
	margin: 0;
	background: #F54B4B;
	border-radius: 10px;
	border-top: 0;
	transition: .3s ease-in-out;
	//z-index: 999;
}
