.loading {
	background-image: url("../images/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
}
.point-info-wrap {
	margin-top: 30px;
}
.point-info-wrap{
	font-size: 20px;
	color: #3e3e3e;
}
.point-info-wrap.history{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}
.points-value {
	color: #963430;
	font-weight: bold;
	padding-right: 10px;
}
.icon-points {
	width: 34px;
	height: 34px;
	margin-right: 13px;
}
.btn-sign {
	margin-left: 10px;
}
.btn-sign.valid a {
	font-size: 14px;
	color: #ffffff;
}
.text-white {
	color: #ffffff;
}
.point-rule-button {
	width: 14px;
	height: 14px;
	transform: translate3d(-7px, -7px, 0);
	cursor: pointer;
}
.column-selector.point{
	margin-bottom: 0px;
}
table th img{
	transform: translateY(-6px) translateX(2px);

}

#point-rule .modal-body{
	max-height: 600px;
	overflow-y: scroll;
}