html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

html {
	padding:0;
	margin:0;
	height: 100%;
}

body{
	margin:0;
	padding:0;
	position: relative;
	height: auto;
	min-height: 100%;
	text-align: center;
	background-color:#fff;
	font-size:16px;
	color:#333;
}

select{
	max-width:200px;
	border:1px solid #000;
	font-size:16px;
	padding:4px;
}

select option{

}

a{color:#006699;text-decoration:none}
a:hover{color:#993333;text-decoration:underline}

h1{margin:0}

h2{
	font-size:1.2em;
	padding:0.2em;
	margin:0 auto;
}

h3{
	font-size:1.1em;
	padding:0.2em;
	margin:0 0 1em;
	line-height:1.5em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}


p.addButton{
	display:block;
	max-width:800px;
	margin:1em auto;
}

p.addButton a{
	border:1px solid #333;
	padding:0.1em 1em;
	border-radius:5px;
	background-color:white;
}

div#item{
	position:absolute;
	left:calc(50% - 400px);
	top:120px;
	border:1px solid #333;
	padding:25px 25px 10px;
	width:750px;
	margin:0 auto;
	border-radius:8px;
	background-color:white;
}

#container{
	width:100%;
	min-width:1300px;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
}
#main{
	margin:0 auto;
	text-align:left;
	margin:60px 10px 50px;
	z-index:2;
}

#header{
	position:fixed;
	z-index:3;
	left:0;
	top:0;
	width:100%;
	height:auto;
	text-align:left;
	margin:0 auto;
	border-bottom:1px solid #000;
	background-color:#fff;
}

#header .inner{
	margin:10px;
	width:auto;
	text-align:left;
}

#header #session{
	position:absolute;
	top:10px;
	right:10px;
	width:32px;
	padding-left:2em;
}

#header #hamburger{
	float:left;
	padding-right:1.5em;
}

#header h1{
	
}


#footer{
	display:table;
	width:100%;
	min-width:1300px;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#aacf52;
}

#copyright{
	display:table-cell;
	vertical-align:middle;
	line-height:1.2em;
	font-weight:bold;
}


a small{display:none}


dt{margin-top:1em}
dl{margin:2em 0}

#menu a{
	display:block;
	width:80%;
	margin:10px auto;
	padding:2px 10px;
	font-weight:bold;
}

#index #menu a.index, #users #menu a.users, #projects #menu a.projects, #studios #menu a.studios{
	border:1px solid #fff;
	border-radius:5px;
}

.sheet a{
	color:white;
}

.error{color:red}

#DDarea{margin:1em 0;width:100%;height:150px;line-height:150px;text-align:center;background-color:#e8e8e8}

.images{margin-bottom:1em;float:left}
.images div{margin:5px;float:left;height:120px;text-align:center}
.images div p{text-align:center;margin:0;padding:0}
.images div p a{text-decoration:none}
.images div img{width:auto;height:auto;max-width:100px;max-height:100px;vertical-align:top;cursor: move;border: 2px solid #666666}
.images div img.over{border: 2px dashed #000}

#list{clear:both;margin-top:4em}
#list table{width:100%}

#sku{
	border:1px solid black;
	padding:5px;
	width:100px;
	text-align:center;
	float:left;
}

#sku strong{
	font-size:24px;
	margin-right:0.5em;
}

#graph{
	display:table;
	margin:0 auto;
	padding:5px;
}

#graph > *{
	display:table-cell;
	padding:5px;
}

.graph_sheet{
	border:1px solid black;
	width:200px;
	margin:0 0.5em;
	border-radius:10px;
	height:25px;
	vertical-align:middle;
}

.graph_bar{
	height:15px;
	background-color:#2299dd;
}

.finished{
	//background-color:#e0ebf6;
}


.finished .status{
	background-color:#2299dd;
}

#results{
	padding-top:1em;
}

#results table{
	margin:0 auto;
	border-collapse: collapse;
	background-color:white;
}

#results table.landscape{
	border:1px solid #333;
}

#results table td, #results table th{
	padding:0.6em 1em;
}

#results table.landscape td, #results table.landscape th{
	padding:0.2em 1em;
	border:1px solid #333;
}

.loading{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
}

#stopButton{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
}

#files{
	height:20em;
	overflow:auto;
}

table{
	font-size:14px;
}

td{
	font-size:10px;
	text-align:left;
}

td a, td span{
	font-size:14px;
}

@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

.keywords, .xlsx, .image{
	margin:0;
	padding:0;
	display:none;
}

/*table td h3{
	background-color:#eee;
	padding:0.2em 0.5em;
	margin:0.2em 0;
	font-size:1.5em;
}*/

h1{
	font-size:1.3em;
	text-align:center;
}

tr.focused td{
	font-weight:bold;
}

tr.notFocused td{
	opacity:0.5;
}

.slot_select{
	/*position:absolute;
	width:auto;
	max-width:none;
	margin-left:210px;
	overflow:hidden;
	display:none;
	z-index:2;
	margin-bottom:100px;*/
}

#login{
	margin:0 auto;
	text-align:center;
}

#login td, #login th, #users td, #users th, #studios td, #studios th, #projects td, #projects th ,div#item td, div#item th{
	font-size:16px;
}


#login input[type="text"], #login [type="password"]{
	width:250px;
	height:24px;
	padding-right:20px;
	padding-left:10px;
	font-size:20px;
	border:1px solid #000;
}

#users input[type="text"], #users [type="password"]{
	width:250px;
	height:24px;
	padding-right:20px;
	padding-left:10px;
	font-size:20px;
	border:1px solid #000;
}

#studios input[type="text"], #studios [type="password"]{
	width:250px;
	height:24px;
	padding-right:20px;
	padding-left:10px;
	font-size:20px;
	border:1px solid #000;
}

#projects input[type="text"], #projects [type="password"]{
	width:250px;
	height:24px;
	padding-right:20px;
	padding-left:10px;
	font-size:20px;
	border:1px solid #000;
}

#index input[type="text"], #index [type="password"]{
	width:250px;
	height:24px;
	padding-right:20px;
	padding-left:10px;
	font-size:20px;
	border:1px solid #000;
}

#edit input[type="text"], #edit [type="password"] {
    width: 250px;
    height: 24px;
    margin-right: -20px;
    padding-left: 10px;
    font-size: 20px;
    border: 1px solid #000;
}

div#item input[type="text"], div#item [type="password"] {
    width: 250px;
    height: 24px;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 20px;
    border: 1px solid #000;
}

#leftMenu{
	position:absolute;
	left:10px;
	top:10px;
	width:220px;
}

#selectMenu{
	float:left;
	padding-top:0.2em;
}

#configButton{
	background-color:#54c3f1;
	border:1px solid #333;
}

#operationButton{
	background-color:#aacf52;
	border:1px solid #333;
}

.selectButton{
	border-radius:8px;
	font-size:16px;
	padding:0.2em 0.3em;
}

td a img{
	display:block;
	margin:0 auto;
}

#results th{
	font-size:12px;
	line-height:13px;
}

#debug{
	text-align:left;
	padding:0.5em;
	width: calc(100% - 1em);
	margin: 0;
	font-size:0.8em;
	line-height:1.1em;
}

#debug p{
	margin-top:0.3em;
}

table tr.header th{
	background-color:#465468;
	color:white;
}

table tr.header th a, table tr.header th a:hover, table tr.header th a:visited, table tr.header th a:active{
	color:white;
}