* {
	font-family: 'Exo 2', sans-serif;
}

body {
	background: #f4f4f4;
}

.custom-navbar {
	background: #f4f4f4;
	border-bottom: 1px solid #d3f0db;
}

.brand-img {
	max-width: 180px;
	padding-right: 5px;
}

.alert-custom-green {
	background-color: #d3f0db;
	color: #1b291f;
}

.custom-border-color {
	border-color: transparent;
}

.custom-shadow {
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}
.custom-btn-shadow {
	-webkit-box-shadow: 0 0 5px #6b89a9;
	box-shadow: 0 0 5px #6b89a9;
	border-color: transparent;
}

.custom-btn-shadow:hover {
	-webkit-box-shadow: 0 0 20px #ddd;
	box-shadow: 0 0 20px #ddd;
	border-color: transparent;
}

.custom-adspace {
	margin: 4px auto 12px;
	padding: 6px 0 !important;
	border-top: 1px solid rgba(51, 51, 51, 0.5);
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
	overflow: hidden;
}

.custom-mainbox {
	padding: 30px;
	background: #ffffff;
	border-radius: 5px;
}

/* Main CSS start */
html {
	position: relative;
	min-height: 100%;
}
body .footer {
	position: absolute;
	bottom: 0px;
	padding: 5px 0;
}
.bg-black {
	background: #000;
}
.bg-white {
	background: #fff;
}
.text-black {
	color: #000;
}
.text-white {
	color: #fff;
}
.admin_link {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .5);
}
#recaptcha_area {
	margin: 0 auto;
}

#captchme_widget_div {
	margin: 0 auto;
	width: 315px;
}

#adcopy-outer {
	margin: 0 auto !important;
}

.g-recaptcha {
	width: 304px;
	margin: 0 auto;
}

.ablinksgroup {
	text-align: center;
}

.ablinksgroup div {
	display: inline-block;
}

.shortlink {
	margin-left: auto;
	margin-right: auto;
	background-image: url(templates/mod/shortlink.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.step1,
.step2 {
	padding: 5px;
	margin-bottom: 20px;
}

.step_head {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}

.step2_in,
.step1_in {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	text-align: center;
	border: 2px solid #000000;
	border-radius: 10px;
	background: repeating-linear-gradient(
		45deg,
		rgba(222, 222, 222, 0.6),
		rgba(222, 222, 222, 0.6) 20px,
		rgba(111, 111, 111, 0.9) 20px,
		rgba(111, 111, 111, 0.9) 40px
	);
	font-size: 30px;
	padding-top: 1px;
	text-shadow: 1px 1px 5px #ffffff;
}

.step1_in {
	text-shadow: 1px 1px 10px #ffffff;
	background: rgba(255, 128, 128, 0.9);
	font-size: 18px;
}

#recent-payouts,
#referred-users {
	margin-bottom: 10px;
}

#recent-payouts h3,
#referred-users h3 {
	color: #999999;
	font-weight: bold;
}

.recent-payouts,
.referred-users {
	width: 100%;
	border-radius: .25rem;
	margin-bottom: 50px;
}

.recent-payouts th,
.referred-users th {
	padding: 3px;
	border-bottom: 2px solid #dddddd;
}

.list-odd td {
	background-color: #eeeeee;
	padding: 3px;
}

.list-even td {
	padding: 3px;
}

.list-left {
	width: 28%;
	text-align: left;
}

.list-center {
	width: 50%;
	text-align: center;
	overflow: hidden;
}

.list-right {
	width: 22%;
	text-align: right;
}

span.line {
	display: inline-block;
}
/* Main CSS end */
