.header-fixed .app-header {
	background-color:#333;
	border-bottom: 0px;
}
.sidebar {
	background-color:#333;
	border-bottom: 0px;
}

.main-stats {
	color: #fff;
	margin-left: 20px;
}
.username {
	color: #fff;
}
a.userlink {
	color: #fff !important;
}
a.userlink:hover {
	color: #73818f !important;
}

.btn-sm {
	margin-bottom: 4px;
}

.ajax-loader {
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.7); z-index: 9999;
}
.ajax-loader img {
	position: relative; top: 50%; left: 50%; margin-top: -33px; margin-left: -33px; width: 66px; height: 66px;
}

.ajax-loader-fixed {
	position: fixed; top: 100px; left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.7); z-index: 9999;
}
.ajax-loader-fixed img {
	position: relative; top: 50%; left: 50%; margin-top: -133px; margin-left: -33px; width: 66px; height: 66px;
}

.ga-input {
	border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 12px;
	width: 48px;
	height: 60px;
	box-sizing: border-box;
	resize: vertical;
    line-height: 1.4;
    display: inline-block;
}