﻿/* 
    RESET CSS
*/

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%;
	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;
}

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;
}


/*
    STANDARD SETTINGS
*/

body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

body:lang(da-DK) {
    background-color: #bbb29e;
    color: #323232;
}

body:lang(en-GB),
body:lang(en-US) {
    background-color: black;
    color: black;
}

h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 20px;
    font-style: normal;
    /*font-weight: bold;*/
    text-decoration: none;
    text-transform: none;
    margin: 0 0 5px;
}

h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-style: normal;
    /*font-weight: bold;*/
    text-decoration: none;
    text-transform: none;
    margin: 0;
}

a, p, td, label, input, select {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    /*font-style: normal;*/
    font-weight: 400;
}

a:lang(da-DK), p:lang(da-DK), td:lang(da-DK), label:lang(da-DK), input:lang(da-DK), select:lang(da-DK) {
    color: #323232;
}

a:lang(en-GB), p:lang(en-GB), td:lang(en-GB), label:lang(en-GB), input:lang(en-GB), select:lang(en-GB),
a:lang(en-US), p:lang(en-US), td:lang(en-US), label:lang(en-US), input:lang(en-US), select:lang(en-US) {
    color: white;
}

#lgnLoginBox label:lang(en-GB),
#lgnLoginBox input[type=text]:lang(en-GB),
#lgnLoginBox input[type=password]:lang(en-GB),
#content-order-overview td.overview-name:lang(en-GB),
#content-order-overview td.overview-quantity:lang(en-GB),
#content-order-overview-saved p:lang(en-GB),
tr.product td.name:lang(en-GB),
#inpCurrentDate:lang(en-GB),
#inpPreviousDate:lang(en-GB),
#sltTemplateWeekday:lang(en-GB),
#lgnLoginBox label:lang(en-US),
#lgnLoginBox input[type=text]:lang(en-US),
#lgnLoginBox input[type=password]:lang(en-US),
#content-order-overview td.overview-name:lang(en-US),
#content-order-overview td.overview-quantity:lang(en-US),
#content-order-overview-saved p:lang(en-US),
tr.product td.name:lang(en-US),
#inpCurrentDate:lang(en-US),
#inpPreviousDate:lang(en-US),
#sltTemplateWeekday:lang(en-US) {
    color: black !important;
}

p {
  padding-bottom: 20px;  
}

ol { 
    counter-reset: item 5;
    list-style-type: none;
    padding-left: 40px;
}

li:before { 
    content: counter(item) "  ";
    counter-increment: item -1;
    padding-left: 10px;
}

.clear
{
    clear: both;
    _height: 1%; /* IE6 */
    overflow: hidden;
}

.show-scrollbar
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

.button {
    border: 0;
    padding: 0 20px 4px 20px;
    margin: 0;
    height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

.button:lang(da-DK) {
    background-color: #bbb29e;
    background-color: rgba(187,178,158,0.8);
    color: white;
}

.button:lang(en-GB),
.button:lang(en-US) {
    background-color: #c09c4f;
    /*background-color: rgba(192,156,79,0.8);*/
    background-color: rgba(0,0,0,0.8);
    color: white;
}


/*
    LOGIN PAGE
*/
#login-area {
    width: 260px;
    margin: 200px auto 0 auto;
    padding: 40px 100px 50px 100px;
    background-color: white;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

#login-area img 
{
    padding-bottom: 30px;
}

#login-area div.production-mode
{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

#login-area table {
    margin-left: 16px;   
}

#login-area table table td {
    padding: 4px 0;
}

#login-area table table td {
    text-align: left;
}

#login-area table table td span {
    width: 10px;
    display: inline-block;
}

#login-area table table td label{
    width: 80px;
    display: inline-block;
}

#login-area table table td input {
    margin-right: 10px;
    font-size: 11px;
}

#login-area table table td input[type=text],
#login-area table table td input[type=password] {
    background-color: #ebeae7;
    width: 100px;
    border: 0;
    padding: 2px 10px;
}

#login-area table table td input[type=submit] {
    border: 0;
    padding: 2px 10px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}

#login-area table table td input[type=submit]:lang(da-DK) {
    background-color: #bbb29e;
}

#login-area table table td input[type=submit]:lang(en-GB),
#login-area table table td input[type=submit]:lang(en-US) {
    background-color: #c09c4f;
}

input::-ms-clear {
    display: none;
}


/*
    ORDER PAGE
*/
#background {
    width: 100%; 
    height: 100%;
    position: fixed;
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width: 100%;
    height: 100%;
}

#order-area {
    margin: 0 auto;
    padding-top: 50px;
}

#order-area {
    width: 700px;
}

#order-area.regular-size table.product-list thead .template, 
#order-area.regular-size table.product-list tbody .template
{
    display: none;
}

/*#order-area.template-size {
    width: 820px;
}*/

#order-area #before-header {
    /*width: 700px;
    height: 100px;*/
}

#order-area #before-header #logo {
    float: right;
    height: 80px;
    /*width: 236px;*/
    margin: 0 20px 20px 0;
}

#order-area #before-header #user-text {
    padding-left: 20px;
    padding-top: 67px;
    float: left;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#order-area #before-header #user-text a,
#order-area #before-header #user-text a:link,
#order-area #before-header #user-text a:visited,
#order-area #before-header #user-text a:active {
    color: White;
    text-decoration: none;
}

#order-area #before-header #user-text a:hover {
    color: White;
    text-decoration: underline;
}

#order-area #header 
{
    /*width: 700px;*/
    height: 50px;
}

#order-area #header:lang(da-DK) {
    background-color: #bbb29e;
    background-color: rgba(187,178,158,0.8);
}

#order-area #header:lang(en-GB),
#order-area #header:lang(en-US) {
    background-color: #c09c4f;
    /*background-color: rgba(192,156,79,0.8);*/
    background-color: rgba(0,0,0,0.8);
}

#order-area #header h1 {
    color: white;
}

#order-area #header #header-text {
    padding-left: 20px;
    padding-top: 15px;
    float: left;
}

#order-area #body {
    min-height: 350px;
    background-color: white;
    padding: 20px;
}

#btnCopy,
#btnTemplateCopy
{
    border: 0;
    padding-bottom: 3px;
    width: 90px;
    color: white;
    font-weight: bold;
    height: 19px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 2px;
    cursor: pointer;
    /*float: right;*/
}

#btnCopy:lang(da-DK),
#btnTemplateCopy:lang(da-DK) {
    background-color: #bbb29e;
}

#btnCopy:lang(en-GB),
#btnTemplateCopy:lang(en-GB),
#btnCopy:lang(en-US),
#btnTemplateCopy:lang(en-US) {
    background-color: #c09c4f;
}

#footer {
    /*width: 700px;*/
    margin-bottom: 50px;
}

.template-button 
{
    float: left;
}

.approval-button
{
    float: right;
}

.print-old-button
{
    margin: 0 auto;
    display: block;
}


/*
    PRINT OLD ORDERS
*/
.ui-state-active
{
    background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6 !important;
    border: 1px solid #D3D3D3 !important;
}

.ui-state-highlight
{
    border: 0 none !important;
}

.ui-state-highlight a
{
    border: 1px solid #99907c !important;
}

.ui-state-highlight a:lang(da-DK) {
    background: #bbb29e !important;
}

.ui-state-highlight a:lang(en-GB),
.ui-state-highlight a:lang(en-US) {
    background: #c09c4f !important;
}

#print-old-datepicker-wrapper
{
    width: 280px;
    float: left;
    padding-top: 57px;
}

#print-old-datepicker-wrapper #print-old-datepicker
{
    margin: 0 auto;
    display: table;
}

#print-old-button-wrapper
{
    width: 280px;
    float: left;
    padding-top: 117px;
}

#print-old-button-wrapper .do-print-old-button
{
    margin: 0 auto;
    display: block;
}

#print-old-button-wrapper p
{
    margin: 0 auto;
    display: table;
    padding-top: 25px;
}


/*
    PRODUCT LIST TEMPLATE
*/
.product-list th,
.product-list td {
    padding: 4px 0;
}

#order-area.regular-size .product-list thead th.name {
    width: 420px;
}

#order-area.template-size .product-list thead th.name {
    width: 300px;
}

.product-list thead th.current,
.product-list thead th.previous,
.product-list thead th.template
{
    width: 105px;
    padding-left: 15px;
}

.product-list td.current,
.product-list td.previous,
.product-list td.template,
.product-list td.weekday {
    text-align: center;
}

.product-list thead .current,
.product-list thead .previous,
 .product-list thead .template {
    font-weight: bold;
}

.product-list .header > td,
.product-list .product > td {
    line-height: 19px;
    border-bottom: 1px solid #dfdedb;
}

.arrows {
    width: 10px;
    height: 19px;
    float: left;
    padding-right: 5px;
}

.arrows img {    
    width: 10px;
    height: 8px;
    display: block;
    cursor: pointer;
}

.arrows img:first-child {    
    margin-bottom: 3px;
}

.current-date,
.previous-date {
    width: 60px;
    padding: 1px 4px;
    text-align: center;
    border: 1px solid #ebeae7;
    float: left;
    height: 15px;
}

/*.calendar {
    margin: 0 auto;
    width: 105px;
}*/

.calendar-icon {
    float: left;
    padding-left: 5px;
    cursor: pointer;
}

.product-list thead th.template select
{
    height: 19px;
    border: 1px solid #ebeae7;
    width: 90px;
    padding-left: 4px;
}

.product-list thead tr.choose th.template
{
    text-align: right;
    vertical-align: middle;
}

.product-list .product .quantity,
.product-list .product .current-quantity,
.product-list .product .previous-quantity,
.product-list .product .template-quantity {
    background-color: #ebeae7;
    width: 62px;
    border: 0;
    padding: 2px 14px;
    text-align: right;
}

.product-list .product .quantity:lang(en-GB),
.product-list .product .current-quantity:lang(en-GB),
.product-list .product .previous-quantity:lang(en-GB),
.product-list .product .template-quantity:lang(en-GB),
.product-list .product .quantity:lang(en-US),
.product-list .product .current-quantity:lang(en-US),
.product-list .product .previous-quantity:lang(en-US),
.product-list .product .template-quantity:lang(en-US) {
    color: black;
}

.product-list tbody .header {
    cursor: pointer;
}

.product-list tbody .header:hover {
    background-color: #dfdedb;
}

.product-list tbody .header .name {
    font-weight: bold;
}

.product-list tbody .header .name:lang(da-DK) {
    color: #bbb29e;
}

.product-list tbody .header .name:lang(en-GB),
.product-list tbody .header .name:lang(en-US) {
    /*color: #c09c4f;*/
    color: black;
}

.product-list tbody .group {
    display: none;
}

.product-list tbody .group > td {
    padding: 0;
}

#order-area.regular-size .product-list tbody .product .name {
    padding-left: 4px;
    width: 416px;
}

#order-area.template-size .product-list tbody .product .name {
    padding-left: 4px;
    width: 296px;
}

.product-list .copy th {
    padding: 0;
}

.product-list .copy .current {
    font-weight: normal;
    vertical-align: middle;
}

.product-list .copy .previous,
.product-list .copy .template 
{
    text-align: right;
}

.product-list .product td.current,
.product-list .product td.previous,
.product-list .product td.template
{
    width: 105px;
    padding-left: 15px;
    text-align: right;
}


/*
    ORDER OVERVIEW
*/
#order-overview-content
{
    width: 560px;
    height: 500px;
}

#content-header
{
    width: 520px;
    padding: 0 0 10px 20px;
}

#content-order-overview
{
    width: 560px;
    /*margin: 0 auto;*/
    height: 415px;
    overflow: auto;
}

#content-order-overview table
{
    width: 520px;
    margin-left: 20px;
}

#content-order-overview table th
{
    padding-bottom: 4px;
    font-weight: bold;
    text-align: left;
}

#content-order-overview table td
{
    border-bottom: 1px solid #DFDEDB;
    line-height: 19px;
}

#content-order-overview table .overview-quantity
{
    text-align: center;
}

/*#content-order-overview table tr.oddrow td
{
    background-color: #dddddd;
}*/

#content-footer
{
    width: 520px;
    padding: 10px 0 0 20px;
}

#content-footer input
{
    float: right;
    margin-left: 10px;
}

#order-overview-saved
{
    width: 560px;
}

#content-header-saved
{
    width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#content-order-overview-saved
{
    width: 500px;
    height: 195px;
    margin: 0 auto;
}

#content-footer-saved
{
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}

#content-footer-saved input
{
    float: right;
    margin-left: 10px;
}

#content-overview-print
{
    display: none;
}


/*
    EDIT TEMPLATE
*/
#content-header-template
{
    width: 965px;
    padding-bottom: 10px;
}

#content-overview-template
{
    width: 985px;
    height: 415px;
    overflow: auto;
}

#content-overview-template table.product-list
{
    width: 965px;
}

#content-footer-template
{
    width: 965px;
    padding-top: 10px;
}

#content-overview-template .product-list thead th.weekday
{
    font-weight: bold;
}

#content-overview-template .product-list .name
{
    width: 265px;
}

#content-overview-template .product-list .weekday
{
    width: 100px;
}

#content-overview-template .product-list tbody .product .name {
    padding-left: 4px;
}

.save-template-button 
{
    float: right;
}


