/*************** Pagination ***************/

#pageShow {
	 clear: both;
}

#pageShow .pagination7colors {
	text-align: center;
	padding: 20px 0 5px 0;
	font-size: 10px;
	margin: 0 !important;
}
.pagination7colors a {
	margin: 0 5px 0 0;
	padding: 3px 6px;
}

.pagination7colors a.number {
	border: 1px solid #eee;
	background: #fff !important;
	border: 1px solid #eee !important;
	padding: 2px 6px 2px 6px !important;
	color: #000 !important;
	font-size: 12px !important;
	height: 22px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination7colors a.current {

	background: #eee !important;
	border-color: #eee !important;
	color:#e62e04 !important;
	font-weight:bold;
}
				
.pagination7colors a.current:hover {
	text-decoration: underline;
}


.inputRarning{
	border-color:#f39c12;
}
.inputSuccess{
	border-color:green;
}
.spanWarning{
	color:#f39c12;
}
.spanSuccess{
	color:#green;
}
.form-group{
	width:100%;
}
.form-group label{
	font-weight:bold;
	line-height:26px;
}
.form-group input{
	width:50%;
}