@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	padding:0;
	margin:0;
	font-family:"Times New Roman", serif;
	letter-spacing: 1px;
	margin-bottom:5px;
	margin-top:5px;
}

legend{
	margin-top:10px;
	border:1px solid #444;
	padding:5px;
	margin-bottom:15px;
	color:#ffbe46;
	font-weight:bold;
}

fieldset{
	width:280px;
	margin-left:20px;
	border:1px solid #444;
	padding:5px;
	float:left;
}

#login_box{
	border:10px solid #ffbe46;
	background-color:#001e78;
	width:250px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	padding:30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align:center;
}


#dashboard_box{
	border:10px solid #ffbe46;
	background-color:#001e78;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align:center;
	color:#FFF;
	position:relative;
}

#login_box input{
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	width:100%;
	margin-top:15px;
	background-color:#FFF;
	font-size:26px;
	color:#00b3db;
}

#login_box h1, #dashboard_box h1{
	font-size:32px;
	margin-bottom:10px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}



#login_box  #submit_btn{
	cursor:pointer;
	margin-top:15px;
}

.btn_logout{
	position:absolute;
	top:20px;
	right:30px;
	cursor:pointer;
}

#store_id{
	width:100%;
	font-size:24px;
	background-color:#FFBE46;
}

#store_address{
	width:280px;
	color:#000;
	background-color:#FFBE46;
	margin-top:27px;
}

#contact_name, #contact_position, #authorized_name, #authorized_position, #priority{
	width:275px;
	font-size:24px;
	background-color:#FFBE46;
}

#contact_position, #authorized_position, #priority{
	margin-top:27px;
	width: 283px;
}

#details{
	display:none;
}

#details fieldset{
	width:100%;
	margin-left:0;
	position:relative;
}

#details legend{
	font-size: 30px;
	background-color: #FFBE46;
	color: #001e78;
	float:left;
}

.pack_left{
	padding:15px;
	float:left;
}

#gate_system_comments, #conveyor_belt_comments, #complete_comments, #locks_comments, #wanzl_comments, #itab_comments, #faults_comments, #locations_comment, #bread_comments, #parking_comments{
	width:500px;
}

#gates_add, #belt_add, #complete_add, #locks_add, #wanzl_add, #itab_add, #faults_add, #locations_add, #bread_add, #additional_add, #parking_add, #opening_add, #quail_add{
	display:none;
	float:left;
}

#cart_box{
	width:110px;
	height:60px;
	background-color:#FFF;
	position:absolute;
	top:17px;
	right:450px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:5px solid #ffbe46;
	color:#001e78;
	font-size:36px;
}

#items_caption{
	margin-top:8px;
	width:100%;
	font-size:12px;
}

#btn_review{
	margin-top:6px;
}

#btn_review{
	cursor:pointer;
}

#initial{
	display:none;
}

#opening_issues, #quail_issues, #belt_issues{
	clear:left;
}