/* ==Default */
/* ----------------------------------------------- */
body {
	/*background: url('../img/backgrounds/page-tile.jpg') repeat 0 0 transparent;*/
}
#back-to-top {
    background: none repeat scroll 0 0 #2696ca;
}
#back-to-top:hover {
	background: none repeat scroll 0 0 #0A4B7A;
}



/* ==Form Styles */
/* ----------------------------------------------- */
.required-field {
	color: #FF0000;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
	width: 60%;
}

/* ==Account Styles */
/* ----------------------------------------------- */
.account-wrapper form {
	text-align: left;
}

.account-body img:first-of-type {
	width: 120px;
}

.account-body i:not(.fa) {
  border-radius: 0 4px 4px 0;
  padding: 9px 12px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 28px;
}

.account-body .signup-form .fa-question-circle {
	cursor: pointer;
}

.signup-agree-text {
	font-size: 13px;
}
.account-footer p {
	color: #FFFFFF;
}

/* ==League Page */
/* ----------------------------------------------- */
.league-wrapper h1 {
	padding: 15px;
	border: 1px solid #333;
	border-radius: 15px;
	background-color: #9CC54D;	
}
.league-wrapper button {
	margin-bottom: 15px;
}
.league-wrapper .show-league-members {
	padding: 3px 6px;
}

/* ==Account Styles */
/* ----------------------------------------------- */
.activation-wrapper .icons-list li {
	text-align: left;
}


