.navbar {
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default {
	background-color: white;
}

html, body {
	background-color: white;
	color: black;
}

div.jumbotron {	
	background: white;
 	margin-bottom: 0px;
	color: black;
}

 .nav > li > a {
    font-size: 15pt;
 }
 
.navbar .bootstrap-filestyle {
 	padding-top: 8px;
 	padding-left: 5px;
 }
 
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
 	background-color: rgba(0,0,0,0.01);
 	 
 }
 
 .navbar-default .navbar-brand {
 	font-size: 32pt;
 }


.navbar-brand sup {
	color: #2e6da4;
	font-size: 14pt;
	vertical-align: super;
}
 
div.bootstrap-filestyle {
 	 margin: 0px auto;
 }
 
 #submit {
 	display: none;
 }
 
 
 span.rgb {
 	display: inline-block;
 	width: 20px;
 	height: 20px;
 	margin-right: 1px;
 }
 
 
 #palettelist, #layerselect {
 	border: none;
 	border-top: 1px solid #f0f0f0;
 	margin-bottom: 0px;
 }
 #palettelist li, #layerselect li {
 	border: none;
 	border-radius: 0px;
 	margin-bottom: 2px;
 	padding: 5px 9px;
 	border-bottom: 1px solid #f0f0f0;
 	color: gray;
 	cursor: pointer;
 }
  #palettelist li.active, #layerselect li.active {
  	background-color: white;
  	color: #333; 
  }
  
   #palettelist span.colorval
   {
   
   }
   
 
   
 
  .clearfix {
  	clear: both;
  }
  
h1 {
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}
 
 .jumbotron h1 {
 	overflow: visible;
 }
 
  option.title {
  	text-align: center;
  	font-weight: bold;
  	color: gray;
  }
 
 
  
 li button.separate {
   float: right;
 }
  li button.separate strong {
  display: none;
 }
  
 
  li:hover button.separate:hover strong {
  display: inline;
 }
  
  .img-responsive {
  	display: inline-block;
  }
  
  #layerselect span.index {
  	display: inline-block; 
  	min-width: 18px;
  }
  
  
  #layersmergebtn strong {
  	display: none;
  }
  
  #layersmergebtn:hover strong {
  	display: inline;
  }
  
  
  ul li.merged {
  	display: none;
  }
  
  div.zoom {
  		width: 100%;
  		overflow: scroll;
  	 
  		margin-top: 10px;
  }
  
  .loupe { 
  	background-color: #f5f5f5;
  	border:3px solid silver; 
  	cursor: move; 
  }
  
  
  .output .well {
  	position: relative;
  }
  

  #gcodeinput {
  	width: 100%;
  	height: 460px;
  	font-family: monospace;
  }
  
  
  #gcodesettings {
 	display: none;
  }
  
  .fblogo {
  	position: relative;
  	left: 7px;
  	top: 6px;
  }
  
  
.options {
	margin-right: 6px;
	font-size: 0.9em;
	margin-top: 10px;
}
  
  
  
.options label {
	display: inline;
	margin-right: 4px;
}

.options label.help, #palette label.help {
	display: inline;
	margin-right: 4px;
	border-bottom: 1px dotted silver;
	cursor: pointer;
	cursor: help;
}

.options select {
	display: inline;
	width: auto;
	margin-right: 4px;
	padding: 6px 1px;
}

.options button {
	display: inline;
	width: auto;
	margin-right: 4px;
}

.options select option.default{
	font-weight: bold;
}


#exampleimgs img.input {
	cursor: pointer;
}


.palette {
	text-align: center;
}
 .palette .p {
 		position: relative;
 		
 		height: 120px;
 		border: 1px solid rgba(0,0,0,0.1);
 		border-radius: 1000px;
 		display: inline-block;
 		margin: 4px;
 		vertical-align: middle;
 }
 .palette .pe {
 		display: block;
 		font-size: 1pt;
 		border: 2px solid rgba(0,0,0,0.1);
 		border-radius: 200px;
 		 
 		position: absolute;
 		top: 0px;
 		left: 0px;
 		cursor: move;
 		z-index: 9;
 }



 
 .palette .pe input,  .palette .qe input { 
 	vertical-align: middle;
 	opacity: 0.7;
	display: inline;
	position: relative;
	left: -1px;
	top: -1px;
	cursor: pointer;
	
	 top: -13px;
    vertical-align: top;
 }
 
 .palette .pe.on input,  .palette .qe.on input { 
 	display: none;
 }
 
  .palette .pe:hover input,  .palette .qe:hover input { 
 	
 	display: inline;
 	opacity: 1;
 }
 

.palette.blink .pe.high,  .palette.blink .qe.high { 
	border-color: rgba(0,0,0,0.5); 
}
 
 
 .palette .qe {
 		display: block;
 		font-size: 1pt;
 		border: 2px solid rgba(0,0,0,0.1);
 		border-radius: 200px;
 		float: left;
 		position: absolute;
 		cursor: move;
 		z-index: 9;
 }
 
 
 .palette .p.ui-droppable-hover {
 	 border: 1px solid rgba(0,0,0,0.3);
 	 background-color: rgba(0,0,0,0.1);
 } 
 
 .palette.ui-droppable-hover {
 	border: 1px solid silver;
 }
 
 
.output .well {
	 
} 


#palette {
	min-height: 169px;
}
#slidertolerance {
	height: 111px;
}
#slidertolerancevalue {
	font-size: 0.8em;
	position: relative;
	top: -5px;
	right: 2px;
}

#loadingpanel {
	width: auto;
	height: auto;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(/img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	z-Index: 1000;
}

#loadingpanel span.bar {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 5px;
	background-color: #0656fb;
}

.input .well, .output .well {
	position: relative;
	min-height: 433px;
	
}
.input .well .preview, .output .well .preview {
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    font-size: 11pt;
    padding: 4px;
    position: absolute;
    right: 14px;
    text-shadow: none;
    top: 14px;
    display: none;
    z-index: 100;
}
.output .well .preview small {
	
}
	
.input .well > img, .output .well > img {
	max-width: 520px;
	max-height: 520px;
	background-image: url("/img/bg.png");
}

.output .well svg {
	display: none;
	background-image: url("/img/bg.png");
}


.btngrp {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.btngrp button {
    display: block;
    font-family: monospace;
    font-size: 11pt;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 1px;
    padding: 1px 4px;
    text-shadow: none;
}



.navbar-default .navbar-brand {
	 
	color: #337ab7;
	font-family: sans-serif;
}

.navbar-default .navbar-brand span.izer {
    color: #444;
    font-family: arial;
    font-size: 34pt;
    left: 3px;
    position: relative;
}

.navbar-default .navbar-brand span.glyphicon {
	color: #337ab7;
	font-size: 25pt;
	vertical-align: text-bottom;
	position: relative;
	top: -5px;
	left: -8px;
}


.intro p.text{
	min-height: 128px;
}
 

#colorcount {
	width: 49px;
}
#tolerance {
	width: 64px;
}
#preselect {
	width: 155px;
}


.navbar-default .navbar-brand {
    padding-top: 2px;
}



#palette_reset {
	clear: right;
	left: 6px;
    position: relative;
    top: 7px;
  	opacity: 0.5;
}

#palette_reset:hover {
  	opacity: 0.9;
}

.g-recaptcha {
	display: inline-block;
}


#outputloading {
    border-radius: 4px;
    bottom: 5%;
    color: black;
    font-size: 12pt;
    height: 50px;
    left: 25%;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    width: 50%;
    z-index: 1234;
    display: none;
}


#presetoptions {
 	display: inline;
 	margin-left: 25px;
 	margin-top: 0px;
 }

 
 div.modal-content div.zoom img {
 	background-image: url("/img/bg.png");
 }
 
 
.werb {
	
	width: 730px;
	margin: 0px auto;
	 
} 

@media (min-width: 1470px) {
	.werb {
	
		position: absolute;
		top: 95px;
		left: 5px;
		width: 170px;
		height: 610px;
	
	}
}

@media (min-width: 1750px) {
	.werb {
	
		position: absolute;
		top: 95px;
		left: 5px;
		width: 310px;
		height: 610px;
	
	}
}
 
.carousel-inner img {
  margin: auto;
}

.carousel-control.right, .carousel-control.left {
	background: none;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    color: #f0f0f0;
    right: 10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
    color: #f0f0f0;
    left: 10px;
}

.carousel-indicators {
    bottom: -20px;
}


.carousel-indicators li {
    background-color: #f0f0f0;
    border: none;
}
.carousel-indicators li.active {
    background-color: #337ab7;
    border: none;
}




.twitter {
	background-color:  #00aff1;
}

.facebook {
	background-color:  #255a9a;
}
.gplus {
	background-color: #f42e2f;
	opacity: 0.5;
}
.gplus:hover {
	opacity: 1;
}

.sharebtn {
	display: inline-block;
	width: 30%;
	height: 34px;
	color: white;
	text-align: left;
	padding: 5px;
	border-radius: 2px;
}
.sharebtn:hover, .sharebtn:visited {
	color: white;
	text-decoration: none;
}


.alert-info {
	margin-top: 10px;
}


#wizard table {
	border: none;
	width: 100%;
}
#wizard th {
	width: 25%;
	text-align: center;
}

#wizard strong {
	display: block;
}
#wizard td {
	width: 25%;
	border: 1px solid #f0f0f0;
	padding: 5px;
	margin: 2px;
	text-align: center;
	padding-bottom: 10px;
}

#wizard table.col5 td {
	width: 20%;
}
#wizard div.row > div {
	margin-bottom: 25px;
}
#wizard div.row > div a.btn.btn-primary {
	margin-bottom: 5px;
}


#wizard #step1 .img-responsive {
	max-height: 520px;
}
#wizard #step2 .img-responsive {
	max-height: 420px;
}

#wizard h3 {
	font-size: 15pt;
}

#wizard .btn-primary {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#wizard td {
	position: relative;
}

#wizard .wizardpreview img {
	max-width: 400px;
	max-height: 250px;
}

#wizard td.active {
	border: 2px solid #bce8f1;
}


#wizard td img {
	background-image: url("/img/bg.png");
}
#wizard td .zoom {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 17pt;
}
#wizard td:hover .zoom {
	display: inline;
}
#wizard .zoom {
	
}
#zoommodal .modal-dialog {
	width: 95%;
}

#downloadbtn {
	font-weight: bold;
}

#smartparamsbtn {
	margin-top: 11px;
}