.row-view{
	width: 200px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	position: fixed;
	background:  #4F5C65;
}
.centent-view{
	position: absolute;
	left: 200px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow-x: hidden;
	background: #EEEFF1;
}
.row{
	padding-left: 15px;
	padding-right: 15px;
}
.row:first-child div{
    padding: 10px 15px 15px;
	border-radius:5px;
	position: relative;
}
.row-one{
	background: #00dfb9;
    /*border:1px solid #00dfb9;*/
	 color: #fff;
     transition: all 0.6s;
}

.row-one:hover{
	 background: #00dfb9;
     transform: scale(1.05);
	 color: white;
}
.rg{
	height: 20px;
}
.rg span{
	float: left;margin-left:5px;
}
.p_page .next:hover,.p_page .pre:hover{
	cursor:pointer;
}
.p_page .pre1 {
	border: currentColor !important;
	border-image: none !important;
	color: rgba(255, 255, 255, 1) !important;
	cursor: not-allowed !important;
	background-color: rgb(200, 200, 200) !important;
}
.p_page .pre {
	background: rgb(255, 255, 255);
	margin: 0px 5px;
	padding: 0px 10px;
	line-height: 30px;
	border-radius: 6px;
	border: 1px solid rgb(217, 217, 217);
	border-image: none;
	left: 0px;
	top: 0px;
	height: 30px;
	text-align: center;
	color: rgb(89, 89, 89);
	float: left;
	display: inline-table;
	position: relative;
}
.p_page .pageNum {
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	border-radius: 6px;
	border: 1px solid rgb(217, 217, 217);
	border-image: none;
	height: 30px;
	text-align: center;
	color: rgb(89, 89, 89);
	line-height: 30px;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	text-decoration: none;
	float: left;
	display: inline-block;
	position: relative;
	cursor: pointer;
	min-width: 30px;
	background-size: 100% 100%;
	background-color: rgb(255, 255, 255);
}
.p_page .pageNum.active {
	border-color: #00dfb9;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: #00dfb9;
}
.p_page .next {
	background: rgb(255, 255, 255);
	line-height: 30px;
	padding: 0px 10px;
	border-radius: 6px;
	border: 1px solid rgb(217, 217, 217);
	border-image: none;
	left: 0px;
	top: 0px;
	height: 30px;
	text-align: center;
	color: rgb(89, 89, 89);
	float: left;
	display: inline-table;
	position: relative;
}
.hre{
	clear: both;
	padding-top:5px;
}
.hre input[type=text]{
	width: 40px;
	border-radius: 5px;
}
.hre input[type=button]{
	background: #00dfb9;
	color: #fff;
	height: 30px;
	border: none;
	border-radius: 5px;
}
