@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
html,
body {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;  
}
body {
	font-size:1.2em;	
	font-family: 'Raleway', sans-serif;	
	font-weight:400;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;    

}
main {
	width:100%;
	max-width:1800px;
	margin:0 auto;
	text-align:center;
	padding:10px;	
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
	
}
#topbar {
	height:38px;
	background:#434343;
	line-height:38px;
	text-align:right;
	padding-right:100px;
	font-size:80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;	
}
#topbar a {
	color:#fff;
	text-decoration:none;
}
#topbar a:hover {
	color:#ccc;
	text-decoration:underline;
}

header {
	text-indent:-9999px;
	background-image:url(../images/header.png);
	width:380px;
	height:171px;
	margin:0 auto;	
}

p#introduction {

}

hr {
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));   
  margin-top:40px;
  margin-bottom:40px;
}

h2 {
	font-size:1.5em;
	font-weight:700;
}

#boardSelect .input-hidden {
  position: absolute;
  left: -9999px;
  padding:0;
}

#boardSelect label {
	padding:10px;
	display:inline-block;
    cursor: pointer;	
}

#boardSelect input[type=radio] + label>img {
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

#boardSelect input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #999;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */  
}

.white {
	box-shadow: 0 0 1px 1px #999;
	}
#swatches img {
  border: 1px solid #ccc;
  margin-bottom:12px;
	}	
	
.input_hidden {
    position: absolute;
    left: -9999px;
}

.selected {
    background-color: #000;
}

#swatches label {
    display: inline-block;
    cursor: pointer;
}

#builderContainer {
	margin:0 auto;
	text-align:center;
	display:inline;
}

#swatches input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 2px 2px #333;
}

.typeSelect {
	padding:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
.left {
	width:70%;
	margin:auto 0;
	float:left;
	display:inline-block;	
}
.right {
	width:30%;
	min-width:310px;
	margin:auto 0;	
	text-align:center;	
	float:left;	
	display:inline-block;	 	
}

.pedalboards {
	background-repeat:no-repeat;
	background-position:center;
	margin:auto 0;
	display:inline-block;
}

#pedalboard {
	position:relative;
}

#target {
	max-width:1000px;
	display:inline-block;
	margin-bottom:12px;
}
.target-17x7 {
	height:220px;
	width:525px;
}
.target-17x12-5 {
	height:388px;
	width:525px;
}
.target-24x12-5 {
	height:389px;
	width:740px;
}
.target-24x16 {
	height:490px;
	width:735px;
}
.target-32x16 {
	height:500px;
	width:1000px;
}
#boardSelector select {
	padding:5px;
	background-color:#353843;
	color:#eee;
	font-size:0.7em;
	border:0;
	margin:1em;
	text-align:center;
    border: 2px solid #bcbdc0;	
	
}
.ui-draggable, .ui-droppable {
	background-position: top;
} 


#swatches {
	display:none;
}

#customForm {
	font-size:90%;
	padding-bottom:10px;	
}

#small-pedals {
	display:inline-block;
	max-width:1200px;
}

.smallPedals {float:left; padding:5px; clear:none; }

.bigPedals {
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:center;	
 	padding: 0.5em; 
	float: left; 
	margin: 0 10px 10px 0; 	
	border:0;	
	text-indent:-9999px;
	display:none;
	position: absolute;		
	left:42%;
	top:42%;
	z-index:10;	
}
.customPedal {
	background:#bcbdc0; 
	border-radius: 5px; 
	border: 1px solid #bcbdc0;
	width:1px;
	height:1px;
	position: absolute;		
	left:50%;
	top:75%;
	z-index:10;	
	margin:0 auto;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:0;
}

.pedal-hover {
	width:25px;
	height:200px;
	position:absolute;
	right:-18px;
	top:15px;
	z-index:9999;
	text-indent:0px;
}

#post-build {
	margin:0 auto;
	margin-top:20px;	
	clear:left;
	text-align:center;
	display:block;
}

#post-build .button {
	height:50px;
	width:180px;
	line-height:50px;
	background:#333;
	color:#efefef;
	font-weight:700;
	padding:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	display:inline-block;	
	text-decoration:none;
	
}

#post-build .button:hover {
	background:#454545;	
}

#emailForm {
	padding:10px;
	padding-bottom:20px;	
}

.reset {
	color:#333;
	font-weight:700;
	text-decoration:none;
	
}

.reset:hover {
	color:#666;
}

footer {
	height:38px;
	background:#434343;
	line-height:38px;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:20px;
	font-size:80%;
	color:#fff;	
	width:100%;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	color:#ccc;
	text-decoration:underline;
}

#loading {
	margin:0 auto;
	width:100%;
	display:none;
	text-align:center;
	height:60px;
	line-height:60px;
	font-size:18px;
}


#requestForm {	
	margin:0 auto;
}

#requestForm label {
    display:inline-block;
    width:190px;
	text-align:left;	
}

#requestForm #requestSubmit {
	text-align:center;
	margin:0 auto;
}

@media print {
	 body {-webkit-print-color-adjust: exact; }
	 main h2, main p, #topbar, #small-pedals, footer, hr, #boardResize { display:none; }
	 
}

@media screen and (max-width:575px) {
	.typeSelect {
		width:80%;
		height:80%;
	}
}