/*your custom css goes here*/
ul.ajax-pagination{float:right !important;}
span.ajax-pagination-showing-of{display: block !important;position: absolute !important;left: 25px; !important}
.reduce-opct{opacity:0.4}
.cp-use-btn{
	background: rgba(0,255,0,0.7);
	color: #333;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 1px 2px #555;
}
.cp-use-btn:hover{
	background: rgba(0,255,0,1);
	box-shadow: 0 1px 4px #555;
}
.term-alert{
	border: 1px solid #f00;
	padding: 0 20px 5px;
	border-radius: 5px;
	background: rgba(255,0,0,0.01);
}
.reset-methods > a {
    display: inline-block;
    width: 40%;
    font-size: 16px;
    background: #ddd;
    padding: 10px 15px;
}

.reset-methods > a.active {
    background: #3b62f3;
    color: #FFF;
}

.reset-methods img {
    height: 25px;
    float: left;
    margin-right: 8px;
}

.reset-methods {
    text-align: center;
    padding: 40px 0 20px;
}
label.error{color:#A00;}
.chck-condition > a {
    color: #ED174A !important;
}