/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, img, ins, kbd, q, s, samp,
small, sup, tt, var,
dl, dt, dd, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: 'opensans';
	font-size: 14px;
	overflow: auto;
	user-select: none;
    -o-user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    height: 100%;
    width: 100%;
    background: #fafafa;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}

*:focus { outline: none; }



#lagerlogo {
    position: fixed;
    top: 10px;
    left: 10px;
    height: 32px;
    z-index: 998;
}

.orderContent {
    width: 100%;
    text-align: left;
}
#orderItemList {
    width: 100%;
    text-align: center;
}

table {
    width: 100%;
}

table tr td {
    padding: 5px;
    vertical-align: middle;
    text-align: left;
}
td b {
    display: inline-block;
    text-align: left;
    width: 80px;
}
table tr th {
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
}

.orderitem {
    position: relative;
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
}
.ordernumber {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
}
.ordernumber span {
    color: #ff8200;
    font-weight: bold;
}
.ordersupplier {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.orderarticlecount {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 24px;
    font-weight: bold;
}
.orderarticlecount span {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin-top: -8px;
}

.cancelBtn {
    color: #999999;
    padding: 12px;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
    display: inline-block;
}

#booking {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: #fafafa;
    z-index: 999;
    border-top: 6px solid #ff8200;
    display: none;
    padding: 10px;
    overflow: hidden;
    text-align: center;
}
#bookingheading {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    z-index: 999;
    background: #fafafa;
    left: 0px;
    text-align: left;
}
#bookingarrow {
    position: fixed;
    bottom: -7px;
    right: 10px;
    padding: 10px;
    font-size: 26px;
    z-index: 999;
    color: #ff8200;
    cursor: pointer;
}

#editItemCancel {
    color: #999999;
    padding: 12px;
    cursor: pointer;
    display: block;
}

#location {
    position: fixed;
    top: 50px;
    left: 10px;
    width: calc(50% - 15px);
}

#supplier {
    position: fixed;
    top: 50px;
    right: 10px;
    width: calc(50% - 15px);
}

#search {
    position: fixed;
    top: 104px;
    left: 10px;
    width: calc(60% - 15px);
}
#searchcancel {
    position: fixed;
    top: 108px;
    left: calc(60% - 30px);
    font-size: 20px;
    color: #ff8200;
    cursor: pointer;
}

#modus {
    position: fixed;
    top: 104px;
    right: 10px;
    width: calc(40% - 15px);
}

#itemlist {
    position: fixed;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 60px;
    top: 160px;
    left: 0px;
    height: calc(100% - 160px);
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#itemlist .item {
    position: relative;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
}
#itemlist .item .itemname {
    font-size: 14px;
    position: absolute;
    top: 4px;
    left: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 90px); 
}
#itemlist .item .itemaddcart {
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 24px;
    color: #ff8200;
    cursor: pointer;
    padding: 6px;
}
#itemlist .item .itemamount {
    font-size: 24px;
    position: absolute;
    top: 6px;
    left: -10px;
    width: 50px;
    text-align: right;
}
#itemlist .item .iteminfo {
    position: absolute;
    font-size: 14px;
    bottom: 2px;
    left: 50px;
    color: #999999;
}

#loglist {
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#loglist b {
    display: inline-block;
    width: 80px;
}
#logoptions {
    position: relative;
    width: 100%;
    height: 42px;
}
#logarticles {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50% - 5px);
}
#logreason {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% - 5px);
}

button {
    padding: 14px;
    border: 1px solid #ff8200;
    background: #ff8200;
    color: #fafafa;
    cursor: pointer;
    width: 90%;
}

#requestSuccessBG {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-top: 6px solid #ff8200;
    border-bottom: 6px solid #ff8200;
    background: #fafafa;
    z-index: 100;
    display: none;
}
#requestSuccess {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 101;
    display: none;
}
#requestSuccess span {
    font-size: 48px;
    color: #ff8200;
    display: block;
    margin-bottom: 12px;
}


#addItem {
    position: fixed;
    top: 7px;
    right: 10px;
    width: 100px;
}

#menubtn {
    position: fixed;
    top: 3px;
    right: 4px;
    color: #ff8200;
    font-size: 20px;
    padding: 6px;
}
#menubtn span {
    font-size: 20px;
    font-weight: bold;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    padding: 20px;
    text-align: center;
    background: #fafafa;
    display: none;
}
#menu h3 {
    color: #ff8200;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
#menu .item {
    font-size: 18px;
    padding: 8px;
    cursor: pointer;
}
#menu .item:hover {
    color: #ff8200;
}
#menuclosebtn {
    position: fixed;
    top: 0px;
    right: 5px;
    color: #ff8200;
    font-size: 32px;
}


#dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    background: #fafafa;
    display: none;
}
#dialogtitle {
    position: fixed;
    top: 2px;
    left: 10px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ff8200;
    font-weight: bold;
    padding: 10px;
    width: calc(100% - 58px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#dialogcontent {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    height: calc(100% - 50px);
    padding: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
#dialogcontent a {
    text-decoration: none;
    color: #ff8200;
}
#dialogclosebtn {
    position: fixed;
    top: 0px;
    right: 5px;
    color: #ff8200;
    font-size: 32px;
}


select {
    padding: 10px;
    border: 1px solid #404651;
    font-size: 14px;
    background: #fafafa;
    width: 90%;
}
select:focus {
    border: 1px solid #ff8200;
}
select:hover {
    border: 1px solid #ff8200;
}

input {
    padding: 10px;
    border: 1px solid #404651;
    font-size: 14px;
    background: #fafafa;
    width: 90%;
}
input:focus {
    border: 1px solid #ff8200;
}
input:hover {
    border: 1px solid #ff8200;
}


#content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    color: #404651;
}

.icon {
    color: #ff8200;
}


#content h3 {
    font-weight: bold;
    font-size: 18px;
}

#content .loghead {
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

#content select {
    padding: 10px;
    border: 1px solid #404651;
    font-size: 14px;
    width: 80%;

}
#content select:focus {
    border: 1px solid #ff8200;
}

#content input {
    padding: 10px;
    border: 1px solid #404651;
    font-size: 14px;
    width: 80%;

}
#content input:focus {
    border: 1px solid #ff8200;
}

#content button {
    padding: 10px;
    border: 1px solid #ff8200;
    font-size: 14px;
    width: 80%;
    background: #ff8200;
    cursor: pointer;
}


#content .statitem {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #404651;
}
#content .statitem:first-child {
    border: 0;
}
#content .statitem .name {
    position: absolute;
    font-size: 14px;
    top: 30px;
    width: calc(100% - 100px);
    text-align: center;
    left: 50px;
}
#content .statitem .stocklabel {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 12px;
}
#content .statitem .stock {
    position: absolute;
    top: 25px;
    left: 0px;
    font-size: 18px;
    font-weight: bold;
}
#content .statitem .avguselabel {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 12px;
}
#content .statitem .avguse {
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 18px;
    font-weight: bold;
}


#content .item {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}
#content .item .itemname {
    position: absolute;
    font-size: 14px;
    top: 4px;
    left: 30px;
}
#content .item .itemamount {
    position: absolute;
    font-size: 18px;
    top: 25px;
    left: 30px;
    font-weight: bold;
}
#content .item .itemadd {
    position: absolute;
    font-size: 32px;
    top: 2px;
    right: -20px;
}
#content .item .itemedit {
    position: absolute;
    font-size: 32px;
    top: 2px;
    right: 30px;
}
#content .item .itemwithdraw {
    position: absolute;
    font-size: 32px;
    top: 2px;
    left: -20px;
}



@media only screen and (max-width: 800px) {



}