@import url(https://fonts.googleapis.com/css?family=Abril+Fatface|Lato|Nunito+Sans:400,600);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body {
	background:black;
	color:white;
	font-family: Nunito Sans,Helvetica,Arial,sans-serif;

}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    font-size:4px;
    
}

.interface-on
{
	background-image: none;
	/*background-image: linear-gradient(to bottom right, gray, black);*/
}

.interface-off
{
	background-image: none;
}

img {
	pointer-events:none;
	margin-top: 0px;
}

table, th, td {
 	padding:0;
 	border: 1px solid black;
    border-collapse: collapse;
}

table.grid {
    margin-left:auto; 
    margin-right:auto;
}

table.grid td {
	background:#666;
	width:12px;
	height:12px;
}

table.grid td.active {
	background:yellow;
}


table.fig_grid {
    margin-left:auto; 
    margin-right:auto;
 }

table.fig_grid td {
	background:#666;
	width:45px;
	height:45px;
}

table.fig_grid td.active {
	background:#00aded;
}

#header-logo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
}

#code-input
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.textInput {
	height: 30px !important;
	font-size:16pt; 
	font-weight: bold; 
	text-align: center; 
	width: 120px;
	margin-top:10px;
}

.textInputName {
	height: 30px !important;
	font-size:16pt; 
	font-weight: bold; 
	text-align: center; 
	width: 300px;
}

#code-form
{
	padding-top: 10px;
}

#spray_outline,
#nozzle_outline,
#top_outline,
#can_outline,
#bottom_outline 
{
	visibility:hidden;
}

.preview {
	width:45px;
	height:45px;
}


.btn {
	width: 20pt;
	height: 20pt;
	position:absolute;
	margin:5px;	
	pointer-events: auto;
	right: 0;
	-webkit-user-select: none; /* Safari */
 	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

#btn-close 
{
	opacity:0.5;
	top:0;
}

#btn-close:hover {
  opacity: 1.0;
}

#btn-info
{
	opacity:0.5;
	top:0;
}

#btn-info:hover, #btn-lights:hover {
  opacity: 1.0;
}

#btn-next
{
	opacity:0.25;
	bottom: 20px;
}

#btn-lights
{
	opacity:0.25;
	bottom: calc(50% - 20px);
}


.color_menu {
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,0.15);
	
	width:88px;
	display: grid;
	grid-template-columns: auto auto;
	gap: 2px;
	padding: 2px;
	grid: 40px;
	
}

#spray_color_menu {
	visibility:hidden;
}

#nozzle_color_menu {
	visibility:hidden;
}

#top_color_menu {
	visibility:hidden;
}

#can_color_menu {
	visibility:hidden;
}

#bottom_color_menu {
	visibility:hidden;
}

.color_button {
	padding: 0;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255,255,255,0.5);
	text-align: right;
}

.secondary_color {
	float: right;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 40px;
	border-left-style: dotted;
	border-left-color: black;
	border-left-width: 1px;
}


.orderID
{
	font-family: Abril Fatface,Times New Roman,Times,serif;
	font-size: 23pt;
	font-weight: 500;
	line-height: 1.1;
	margin-top:0;
	color: #fff;
}

h1
{
	font-family: Abril Fatface,Times New Roman,Times,serif;
	font-size: 21pt;
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
}

h2 {
	line-height: .5;
	font-size: 21px;
	color: yellow;
}

h3 {
	line-height: 1.1;
	font-size: 16px;
}

h4 {
	line-height: .5;
	font-size: 14px;
}

h5
{
	font-family: Abril Fatface,Times New Roman,Times,serif;
	font-size: 16pt;
	font-weight: 500;
	line-height: .85;
	color: #fff;
	margin-top:20px;
	margin-bottom:10px;
}

a
{
	color: #ec008c;
	text-decoration: none;
}

#grid
{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	width: 100%;
	height: 100%;
	color:#fff;
	text-align: center;
}

#footer 
{
	font-size: 9pt;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
}

#overlay 
{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	color:#fff;
	visibility:hidden;
}

#complete 
{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.95);
	color:#fff;
	visibility:hidden;
}

#order 
{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	width: 60%;
	max-width: 320px;
	background: rgba(0,0,0,0.95);
	color:#fff;
}

.fine_print
{
	font-size:9pt;
}

#instructions 
{
  	margin: auto;
  	left:0;
  	right:0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	width: 60%;
	max-width: 320px;
	text-align: left;
}

#endgame 
{
  	margin: auto;
  	left:0;
  	right:0;
  	position: absolute;
  	top: 200px;
	width: 60%;
	max-width: 320px;
	text-align: center;
}

.can-parts {
	height:100%;
	width:auto;
	position:absolute;
	top:0px;
	left: 0;
	right:0;
	margin:auto;
}

.can-parts-preview {
	height:100%;
	width:auto;
	position:absolute;
	top:0px;
	left: 0;
	right:0;
	margin:auto;
}

#my_design {
	height:200px;
	width:auto;
	position:absolute;
	top:30px;
	left:0;
	right:0;
	margin:auto;
	pointer-events:none;
}




.myButton {
	background-color:yellow;
	border-radius:5px;
	border:1px solid #ffcc00;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family: Helvetica,Arial,sans-serif;
	font-size:16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffcc00;
	width:120px;
	margin:10px;
	padding:8px 23px;
	font-weight:800;
	
	
}

.updated {
	color:#ec008c;
	font-style:italic;
}

.myCancelButton {
	background-color:#00aded;
	border-radius:5px;
	border:1px solid #0e7ea7;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Helvetica,Arial,sans-serif;
	font-size:16px;
	padding:8px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0e7ea7;
	width:120px;
	margin:5px;
	margin-top:20px;
	font-weight:800;
}

.artist_links {
	margin-top:100px;
}

.myButton:hover {
	background-color:#ffcc00;
}
.myButton:active {
	position:relative;
	top:1px;
}

        


