@charset "utf-8";
/* CSS Document */
.cHide{
	display:none;
}
.cCursor{
	cursor:pointer;
}
.cFloatR{
	float:right;
	margin-left:3px;
}
.cFloatL{
	float:left;
	margin-right:3px;
}
.cBtn{
	padding:15px;
}
.cBigTotal{
	font-size:24px;
	font-weight:600;
	color:#0D50AB;
}
.cTopM{
	font-weight:600;
	color:#0D50AB;
}
.cPNL1{
	font-size:24px;
	font-weight:600;
	color:#0D50AB;
}
.cPNL2{
	font-size:24px;
	font-weight:600;
	color:#BF1416;;
}
.cPNL1x{
	font-weight:600;
	color:#0D50AB;
}
.cPNL2x{
	font-weight:600;
	color:#BF1416;
}
.cRemark{
	color:#767676;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	font-size:12px;
}
.cBoxOk{	
	color:#008000;
	font-weight:bold;
	padding:4px 10px 4px 10px;
	text-align:center;
}
.cTxt1{
	color:#767676;
	font-size:12px;
}
.cFormTitle{
	text-align:right;
	color:#767676;
	font-size:11px;
}
.cSpanBox1{
	width:30px;
	text-align:center;
}
.cIndexTitle{
	font-size:16px;
	font-weight:600;
	padding-left:10px;
	text-transform:uppercase;
}
.cTableOffset{
	margin-bottom:0px;
}
.cSearchDiv{
	margin-bottom:-15px;
	padding:15px;
	display:block;
}
.cPayForm{
	background-color:lightsalmon;
	padding: 10px;
	margin-top: 3px;
}
.cPagination {
    display: inline-block;
}

.cPagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
	cursor:pointer;
}

.cPagination span.active {
    background-color: #4CAF50;
    color: white;
}

.cPagination span:hover:not(.active) {background-color: #ddd;}
