
/* Top Page space */
div[id^='us-app-'] h1:first-of-type{
	margin-top: 1.25rem;
}

.modal-header .close {
	top: 1.3rem!important;
}

.backToTop:hover {
	background: url(../img/sprite.png) no-repeat -57px -474px;
}
.backToTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	background: url(../img/sprite.png) no-repeat -11px -474px;
}

.bootstrap-table .page-link{
	color:cadetblue;
}
.bootstrap-table .page-item.active .page-link {
	background-color:#1f6471;
	border-color:#1f6471;
	color: #fff;
}

