html{
	overscroll-behavior: contain;
}

body {
	font-family: Roboto,Arial,sans-serif;
	font-size:16px;
}

tr{
	border-bottom:none;
}

td{
	padding: 10px;
}

#waiting{
	visibility:hidden;
}

#next1{
	visibility: hidden;
}

.stencil{
	padding:0 !important;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

canvas{
	width: 100%;
}

.svgDiv {
	display: none;
}

#hiddenSvgs{
	display: none;
}

#postStencilControls {
	visibility:hidden;
}

#colorSelectCursor{
	position:absolute;
	top:0;
	left:0;
	z-index: 10;
	height: 40px;
	width: 40px;
	border-radius: 3px;
	border-style: solid;
	border-color: white;
	border-width: 2px;
	visibility: hidden;
}

#simulatedDiv, #inProgressDiv{
	display: none;
}

#original{
	display:none !important;
}

#sourceImage{
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}

.scalingSvgHolder{
	position:relative;
	height: 0; 
	width: 100%; 
	padding: 0;
}

.scalingSvg{
	position: absolute; 
	height: 100%; 
	width: 100%; 
	left: 0; 
	top: 0;
}

img.responsive-img {
	width: 100%;
}

@media only screen and (max-width: 1024px){
.tab a {
	padding: 0 6px !important;
	font-size: 12px !important;
}
}

.mainTab > a {
	color: rgb(255,255,255,0.75) !important;
}

.mainTab > a:hover {
	color: rgb(255,255,255,0.85) !important;
}

.mainTab > a.active {
	color: rgb(255,255,255,1.0) !important;
  background-color: rgb(255,255,255,0.1) !important;
}

.tabs .indicator {
  background-color: rgb(177,80,33,0.5) !important;
}
.processTab > a {
	color: rgb(177,80,33,0.75) !important;
}

.processTab > a:hover {
	color: rgb(177,80,33,0.85) !important;
}

.processTab > a.active {
	color: rgb(177,80,33,1.0) !important;
  background-color: rgb(177,80,33,0.1) !important;
}

#processTabs{
	margin-bottom: 20px;
}

.step {
	margin-bottom: 50px;
}

a.surfaceColor {
	width: 100%;
}

.debug{
	display:none;
}

.secret{
	display:none;
}

.colorBlock{
	width: 50px;
	height: 40px;
	padding: 50px;
	border: 2px solid black;
}

.spinner-align{
	position:absolute;
	top:calc(50% - 30px);
	left:calc(50% - 40px);
}

.waitingContainer{
	position:relative;
	width: 100%; 
	padding-bottom: 100%; 
}

#newColorPreview{
	background: white;
	visibility: hidden;
}

.bs-blue{
	background-color: #292851;
}

.bs-orange{
	background-color: #b15021;
}

.logo-img{
	height: 100%;
	width: auto;
	margin:10%;
}

.btn.bs-orange:hover,
.btn.bs-orange:active,
.btn.bs-orange:focus  {
  background-color: #e0532d;
}

.btn-small.bs-blue:hover,
.btn-small.bs-blue:active,
.btn-small.bs-blue:focus {
	background-color: #414182;
}

input[type=range]::-webkit-slider-thumb {
	background-color: #414182;
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
	margin-top: -12px;
	border-radius: 10%;
}
input[type=range]::-moz-range-thumb {
	background-color: #414182;
}
input[type=range]::-ms-thumb {
	background-color: #414182;
}

.grayOverlay{
	position: absolute; 
	height: 100%; 
	width: 100%; 
	left: 0; 
	top: 0;
	z-index: 1;
	background-color: rgb(0,0,0,0.3);
}

.spinner-layer {
    border-color: white !important;
}

.thumb{
	visibility: hidden;
}

.button-align{
	vertical-align: middle;
}

#extraModalContent{
	display: none;
}

#hiddenPrint{
	display: none;
}

#footer{
	font-size: 60%;
}

.outline{
	border-style: solid;
	border-color: gray;
}

.clearBoth{
	clear: both;
}

#about img{
	box-shadow: 8px 8px 8px grey;
}

.column1{
	margin-bottom: 10px;
	padding-right: 10px;
}

.collapsible-body{
	margin-bottom: 0 !important;
}

ul.dropdown-content.select-dropdown li span {
    color: #000; /* no need for !important :) */
}

.progress {
    background-color: #b15021;
}

.progress .indeterminate {
    background-color: #ff6b31;
}






