/*

Lotto Main Site CSS Document
Created by Gavin D. Johnsen

Color Palette 
http://www.paletton.com/#uid=72N0u0kmEuXd0L8inA+s9t5tRmp

*/


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);*/

body {
	background: #4BAFA8;
}


/*
.navbar-default {
	background-color: #EB000C;
	border: 0;
	border-bottom: 2px solid #920007;
}

.navbar {
	border-radius: 0;
}
*/

.navbar-brand {
	float: left;
	height: 41px;
	padding: 5px 15px 4px 15px;
}


/*
.navbar-default .navbar-nav>li>a {
	color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #CCC;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #333;
	background-color: #f3d224;
}
*/

.btn-xl {
	padding: 15px 22px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 6px
}

.bot-20 {
	margin-bottom: 20px;
}

.top-20 {
	margin-top: 20px;
}

.no-top {
	margin-top: 0;
}

.no-margins {
	margin: 0;
}

.panel-ad {
	background: #76CDC7;
	border-color: #2E968E;
	overflow: hidden;
}


/*
.jumbotron {
	color: #FFF;
	padding-bottom: 20px;
	background-color: #EB000C;
}*/

#ballbox {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#ball,
#bonus {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	font-size: 24px;
}

#ball {
	background-color: #49CA3B;
	border: 1px solid #17920A;
}

#bonus {
	background-color: #F24750;
	border: 1px solid #AF0C14;
}

.winner-table th,
#search th {
	text-align: center;
}

.footer {
	background-color: #118E85;
	color: #EEE;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer a {
	color: #7ACEC8;
}

.footer a:hover {
	color: #FFF;
}

.footer h4 {
	margin-top: 0;
}

.copyright {
	padding: 10px;
}

.checkbox-inline+.checkbox-inline {
	margin-left: 0;
}

.checkbox-inline {
	padding-left: 0;
}

.ball,
.bonus {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

#main_grid label,
#bonus_grid label {
	margin: 1px;
	font-weight: 400;
}

.ball {
	background: radial-gradient(circle at 11px 11px, #A2DC93, #307B1D);
	border: 0px solid #349534;
}

.bonus {
	background: radial-gradient(circle at 11px 11px, #FFC1C1, #D76C6C);
	border: 0px solid #D76C6C;
}

.ball-big {
	width: 35px;
	height: 35px;
	line-height: 33px;
	font-size: 18px;
}

.highlight {
	background: radial-gradient(circle at 17px 17px, #FFFFE5, #FFFE8B);
	border: 1px solid #D7D66C;
}

.ball input[type="checkbox"],
.bonus input[type="checkbox"] {
	display: none;
}

.tickets-radios input[type="radio"] {
	display: none;
}

.inline-block {
	display: inline-block;
}

.panel-success .panel-body {
	background: #93E88A;
}

.panel-danger .panel-body {
	background: #FFC497;
}

.panel-info .panel-body {
	background: #988BB9;
}


/*#email-fields .input-group-addon {
	background-color: #4d3a7d;
}*/

.panel-heading h4 {
	margin: 3px;
}

.glyphicon-spin {
	-webkit-animation: spin 0.5s infinite linear;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

blockquote {
	font-size: 14px;
}

.official-rules li {
	margin-bottom: 5px;
}

.form-group.required label:after {
	content: "*";
	color: red;
}


/* PRICING TABLES */

.pricing-tables h2,
.pricing-tables h3 {
	margin: 0;
}

.pricing-tables h1 small {
	font-size: 12px;
	color: white;
	font-family: Cabin, Arial, sans-serif;
}

.pricing-tables .panel-default h1 {
	margin: 4px 0 7px 0;
	font-size: 42px;
}

.pricing-tables .panel-default {
	margin-top: 10px;
}

.pricing-tables .panel-primary h1 {
	margin: 7px 0 10px 0;
	font-size: 48px;
}

.pricing-tables .panel-primary .panel-body,
.pricing-tables .panel-primary .panel-footer {
	background: #E96670;
}

.pricing-tables .panel-primary .list-group-item {
	background-color: #860811;
	border: 1px solid #5C0007;
}

.pricing-tables .label {
	font-size: 12px;
}

.bigger {
	font-size: 500%;
}

.biggest {
	font-size: 800%;
}


/* SIGNUP WIZARD */

.wizard a {
	padding: 10px 12px 10px;
	margin-right: 5px;
	background: #4d3a7d;
	position: relative;
	display: inline-block;
}

.wizard a:hover {
	text-decoration: none;
}

.wizard a:before {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #13a0aa;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.wizard a:after {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #4d3a7d;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}

.wizard a:first-child:before,
.wizard a:last-child:after {
	border: none;
}

.wizard a:first-child {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.wizard a:last-child {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.wizard .badge {
	margin: 0 5px 0 18px;
	position: relative;
	top: -1px;
}

.wizard a:first-child .badge {
	margin-left: 0;
}

.wizard .current {
	background: #81161e;
	color: #fff;
}

.wizard .current:after {
	border-left-color: #81161e;
}

.bg-info-fade {
	background: #7a0a6f;
	background: -moz-linear-gradient(top, #7a0a6f 0%, #290e33 100%);
	background: -webkit-linear-gradient(top, #7a0a6f 0%, #290e33 100%);
	background: linear-gradient(to bottom, #7a0a6f 0%, #290e33 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7a0a6f', endColorstr='#290e33', GradientType=0);
	border-bottom: 5px solid #b7099c;
}

.bg-info-2 {
	background: #290e33;
}