html { 
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background: rgb(220, 220, 221);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.button{
	-webkit-appearance: none;
	-moz-appearance: none;
		appearance: none;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	width: 270px;
	border-radius: 5px;
	border: 0;
	padding: 8px 20px;
	text-decoration: none;
	color: #fff;
	background: rgb(236, 119, 18);
	font-size: 22px;
	margin: 20px auto;
	text-align:center;
	cursor: pointer;
	min-height: 41px;
}
.button.stripe{
	background: #0099e5;
}
.button.paypal{
	background:#3b7bbf;
	color: #fff;
	margin-bottom: 100px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.button.paypal img {
	display: none;
}
.button.paypal input{
	color: #fff;
	font-size: 22px;
	text-align: center !important;
	border: none !important; 
	background-color: transparent;
	opacity: 0.0;
	width: 100% !important;
	 	height: 33px;
	position: absolute;
}
.loading {
	background-position: center center;
	background-image: url(data:image/gif;base64,R0lGODlhLQAtAPMPANTU1O3t7fJoRfv7++9OJdvb2+Lf3/SBZPixn/7v6/m+r/b29ubm5u0wAM3Nzf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAALQAtAAAE//DJSesIBjg3WxMHklRkaUpBsa2c5L0fcs5VoLFrB7+ETJsDFY6l270Eox8lMBwWjS+fktnEPaEehVJiqBJd2NdhOul6ARNCuDFGnZiG8tAQGFQSioOx/egGSgsrcVwrDHYzCXoefGYOCyRCG4N9AI9bBgSMLAU1c1s0jSt/Ezc4k58VoStoKFWsqBWlOKOROJawFIFNnANVDLglDFUXw8AkvU0YTafGcnOyos0kVDjQK4fSE8heLK/ZpE3f4uPk5RVN3uLWXuXb1cnk1N2qkuT0DnTF3+4sdb7iwprYqcUCmzF+Kzg9kNct2zoHox6sY4brnjeG+MTRiyih1qQMBltpDADwcRMJXRkJbTAkMmDKPituLXmpiiTHCcpMybm5xJkrcF4m8Sxxz4oEbvW2YAx3FCnET0uNPnA6dMYCglK5FZCJykaVCa6qdsUKFkcBscAuZNhQ1mbIGREAACH5BAUKAA8ALBgAAAAVABUAAARg0Lliwng46y37DFuIeR4AihlJFheqqmf4wuLsGShgOzimhIOAQdV7HBoI1IDRKR4bjQTqsQA4oVDBdPPEIreYrpcAfhC83t/WgMZqwWLvotyGJuH1Q1lRf28TdQ1lZnURACH5BAUKAA8ALCIABwALAB8AAARe8EkZppXG1fuyc8PlfYU1fhqGroAErGu1wGj5MPQXPnna5QZKzjboTV40jnLJ5BAa0GhDkpBKJQorVCA5aBuHR/WLeHi/Cca3wX1+FeYvYXKWlulS7qWeUHrvSnAWEQAh+QQFCgAPACwYABgAFQAVAAAEZ/DJSSdwOLvK39BaVwUgVoiUUToGKn1r4D7M6gzuYp/uFc+qEmAmCWpkHQPhMDE6eJXEoUFlFjO4SUIxpXqtDxVSQvCav5Ox5MxugCtttqITNyNE9YYggYoT7i5sAnNEVAIHCHxEEhEAIfkEBQoADwAsBwAiAB8ACwAABFrwSXmImTjPBa6mTXh82cA4qJcdYdscSlIGBmo7KujuxATcQNyEtStOgsGLosg8IoGBB4K5cz5RUUlCQA1ZkYWBBkGgfm+ALEnBrUqCBTVpkkAc2s6CISD+RAAAIfkEBQoADwAsAAAYABUAFQAABF+wydnIuzhjSpP+j8BJCqgdY3OYGZI2Hvsk7yqHr3Err3UTKZvMxRHeRBOhAbBg0SRKh5TBckWlWENg8CldDNgwFmACi8+gwHltUq/DrEHhLb0FAO/bJWCG6y8DfHMOEQAh+QQFCgAPACwAAAcACwAfAAAEYPBJqaaVqJ0rU/vbJXyglZGlRKDkprAk8YxwY3j1dsLSkUs0VuVRayQkNRlnyWxeHNCoAzCRSgeSghUakBi2DoMkAHZgB2VGtrx4kMHUBwAsdm/r6yhegobuJ2R/Fl0WEQAh+QQFCgAPACwAAAAAFQAVAAAEYvDJSWtCR7RWu1TaJnoUQogoRyZhOnqI63qKPHuHjVbBlOsESsBh8LkOigRl4GgWJb/GgVRoOn2EZ2dovZIogK5VS+KKHYCvpHp2LNTMNkP9MIvpD0ObTG336G0OA3htaXgRADs=);
	height: 45px;
	width: 45px;
	display: none;
	position: absolute;
	margin-left: -15px;
	margin-top: 7px;
}
.button.disabled{
	color: #333;
	background: rgb(230, 230, 230);
}
.logo{
	display: block;
	margin: 30px auto 0;
	width: 220px;
	height: auto;
}
form {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#stripeForm button[type=submit] {
	margin: 0 auto;
	display: none !important;
}
#dwollaForm button[type=submit] {
	margin: 0 auto;
	width: 314px;
}
textarea, input, select{
	display: block;
	width: 300px;
	margin: 10px auto;
	height: 30px;
	font-size: 18px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid;
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
}
textarea{
	height: 120px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
select{
	height: 40px;
}
input[type=checkbox]{
	display: inline-block;
    width: 30px;
    height: 16px;
    margin-left: 20px;
}
h1, h3{
	text-align: center;
}
label{
    padding-left: 44px;
    display: inline-block;
}
footer{
	width: 300px;
	margin: 0 auto;
	font-size: 13px;
	color: rgb(50, 50, 50);
	padding-top: 40px;
	padding-bottom: 20px;
	text-align:center;
}
.cancel{
	margin-left: 45px;
	text-decoration: none;
}
.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.tooltip img{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -22px;
	right: -54px;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #999;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	text-shadow: 1px 1px 1px #fff;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	
	right: -220px;
	top: -77px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}
#eventLink{
	width: 300px;
	margin: 10px auto;
	display: none;
}
#filledDetail{
	width: 300px;
	margin: 10px auto;
	display: none;
}
#workshop{
	text-align: center;
}
#overlay{
	position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.85);
	overflow: hidden;
	display: none;
}

#spinner_msg{
	text-align: center;
    color: #ddd;
    text-shadow: 1px 1px #000;
}

.parent {
	position: relative;
	height: 100%;
}
.child {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}

.spinner {
  margin: 100px auto 40px;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #688e9e;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#banner{
	position: fixed;
	width: 200px;
	height: 100px;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}

#items{
	width: 300px;
    margin: 10px auto;
    min-height: 80px;
    font-size: 18px;
    padding: 5px;
    min-height: 70px;
}

#items h3,
#createItem h3{
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
}

#items span {
	color: #999;
}

#items .item:nth-child(even){
	background: rgb(255, 255, 255);
	overflow: auto;
}
#items .item:nth-child(odd){
	background: rgb(245, 245, 245);
	overflow: auto;
}

#items .item input{
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	   width: 146px;
}

#items .item div{
	width: 148px;
	float: left;
	padding: 1px 5px;
	box-sizing: border-box;
}

#createItem{
	border-radius: 5px;
	border: 2px solid #999;
}

#paid{
	background: url('/static/img/paid-stamp.png');
    background-size: 240px;
    width: 240px;
    height: 240px;
    position: fixed;
    top: 50px;
    right: 120px;
    z-index: 1000;
    opacity: 0.8;
}