*
{
	font-family:verdana,sans-serif;
	font-size: 14pt;
}

zs
{
	font-size: 30px;
	color: red;		
}

body
{
	width: 70%;
	margin: 2px auto;
	background: #f8f8f8;
	border:	1px solid #888;
}


th.input
{
	width:70%;
	text-align: left;
}
th.besk
{
	width:38%;
	text-align: right;
}

th.besk2
{
	width:40%;
	text-align: right;
}

th.adres
{
	width:38%;
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

.oTable
{
    border: 2px solid black;
    padding: 5px;
}

th.oTable
{
    border: 5px solid black;
}
tr.oTable
{
    border: 5px solid black;
}

table.inligting
{
	width: 100%;
}
table.adres
{
	width: 100%;
}

input.vol 
{
    width: 96%;
    padding: 2px 2px;
    margin-left: 2%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


input.merk {
    padding: 2px 2px;
    margin-left: 2%;
}

h2
{
	margin-left: 20px;
	color: #1c4f56;
}

html
{
	background: #fff
}

input.submitB
{
	background-color: red;
	color: white;
	padding: 5px;
	border-radius: 12px;
}

img
{
	border				: 2px solid black;
	margin-right		: 15px;
	-moz-box-shadow		: 2px 2px 2px #888;
	-webkit-box-shadow	: 2px 2px 2px #888;
	box-shadow 			: 2px 2px 2px #888;

}

img.logo
{
	border				: 2px solid black;
	margin-right		: 15px;
	-moz-box-shadow		: 2px 2px 2px #888;
	-webkit-box-shadow	: 2px 2px 2px #888;
	box-shadow 			: 2px 2px 2px #888;
	width: 15%;
	float: right;
	float: top;

}

li a, .button
{
	text-decoration: none;
	color: green;

}

li a, .button:hover
{
	color: darkgreen;
}

li.orders a.orders, button.orders:hover
{
	color:blue;
	padding:5px;
}
d
{
	float: left;
	margin-left: 5px;
}
e
{
	float: right;
	margin-right: 5px;
}

form
{
	text-align:left;
}
.appname
{
	text-align: center;
	background: #eb8;
	color: #40d;
	font-family: helvetica;
	font-size: 20pt;
	padding: 4px;
}

.fieldname
{
	float:left;
	width: 120px;
}

.main
{
	margin-left: 40px;}

.geskryf
{
	color: blue;
}

.info
{
	background: lightgreen;
	color: blue;
	border: 1px solid green;
	padding: 5px 10px;
	margin-left: 40px;
	font-size: 16px;
}

.menu li, .button
{
	display: inline;
	padding: 4px 6px;
	border: 1px solid #777;
	background: #ddd;
	color: blue;/*#d04;*/
	margin-right: 8px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}

li.orders
{
	display: inline;
	padding: 1px 1px;
	border: 2px solid brown;
	background: #fff1b2;
	color: blue;
	margin-right: 1px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}


.subhead
{
	font-weight: bold;
}

.taken, .error
{
	color:red;
}

.available
{
	color: green;
}

.whisper
{
	font-style: italic;
	color: #006600;
}

#logo
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 97px;
}

.invoiceBoxTotals
{
    width:98%;
    line-height:inherit;
    text-align:right;
    padding: 1px;
	border:1px solid #eee;
    box-shadow:0 0 10px rgba(0, 0, 0, .15);
    font-size:16px;
    line-height:24px;
    font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    /*color:#555;*/
    color:red;
}

.invoiceBoxTotals td:nth-child(1)
{
    text-align:right;
    width: 80%;
    color:black;
}

.invoiceBoxTotals td:nth-child(2)
{
    text-align:right;
    width: 20%;
    color:black;
}

/*
.invoiceBoxTotals table
{
        width:100%;
        line-height:inherit;
        text-align:right;
        padding: 5px;
        color:black;
}
*/
td.colTot
{
	width: 22%;
	color:red;
	text-align: right;
}
.invoiceBoxHeading table
{
    width:98%;
    line-height:inherit;
    text-align:left;
    padding: 2px;
	vertical-align: center;
}

.invoiceBoxHeading table tr td:nth-child(1)
{
    text-align:left;
    width: 10%;
    padding: 5px;
    color: black;
}

.invoiceBoxHeading table tr td:nth-child(2)
{
    text-align:left;
    width: 10%;
    color:black;
}

.invoiceBoxHeading table tr td:nth-child(3)
{
    text-align:left;
    width: 1%;
    /*color:green;*/
}

.invoiceBoxHeading
{
	max-width:98%;
	vertical-align: right;
}

.invoiceBox
{
	max-width:98%;
	margin:auto;
	/*padding:1px;*/
	border:1px solid #eee;
    box-shadow:0 0 10px rgba(0, 0, 0, .15);
    font-size:16px;
    line-height:24px;
    font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color:black;
    width: 100%;
}

.invoiceBox table
{
        /*width:100%;*/
        line-height:inherit;
        /*text-align:left;*/
}

.invoiceBox table td
{
        padding:2px;
        vertical-align:top;
	border:1px solid grey;
        /*text-align:center;*/
       /* width: 1em;*/
}

.invoiceBox table tr td:nth-child(1)
{
    text-align:center;
    width: 1em;
}

.invoiceBox table tr td:nth-child(2)
{
    text-align:center;
    width: 1em;
}

.invoiceBox table tr td:nth-child(3)
{
    text-align:left;
    width:35%;
}

.invoiceBox table tr td:nth-child(4)
{
    text-align:center;
    width: 0.2em;
}
.invoiceBox table tr td:nth-child(5)
{
    text-align:left;
    width: 0.2em;
}
.invoiceBox table tr td:nth-child(6)
{
    text-align:center;
    width: 0.2em;
}

.invoiceBox table tr td:nth-child(7)/*Quantity hoeveelhede kolom*/
{
    text-align:left;
    width: 2%;
}

.invoiceBox table tr td:nth-child(8)/*Per Unit Pryse*/
{
    text-align:right;
    width: 15%;
}

.invoiceBox table tr td:nth-child(9)
{
    text-align:right;
    width: 22%;
}
.invoiceBox table tr td:nth-child(10)
{
    text-align:right;
    width: 22%;
}

.invoiceBox table tr.top table td
{
    padding-bottom:5px;
}

.invoiceBox table tr.top table td.title
{
    font-size:45px;
    line-height:5px;
    color:#333;
    vertical-align: center;
}

.invoiceBox table tr.information table td/*PHysical and Postal Addresse*/
{
    padding-bottom:1px;
    width:50px;
}

.invoiceBox table tr.heading td
{
    background:#c1c4c5;
    border-bottom:1px solid #ddd;
    font-weight:bold;
    padding:1px;
    color:black;
}
    

.invoiceBox table tr.details td
{
    padding-bottom:1px;
}

.invoiceBox table tr.item td
{
    border-bottom:1px solid #eee;
    padding:2px;
}

.invoiceBox table tr.totals td
{
    border-bottom:10px solid #eee;
    text-align: right;
    padding: 1px;
    width: 75%;
    color:black;
}

.invoiceBox table tr.item.last td
{
    border-bottom:none;
    /*width: 40px;*/
}

.invoiceBox table tr.total td:nth-child(2)
{
    border-top:2px solid #eee;
    font-weight:bold;
    color: red;
	}

@media only screen and (max-width: 800px) 
{
  
	.invoiceBox table tr.top table td
	{
	    width:100%;
	    display:block;
	    text-align:center;

	}

	.invoiceBox table tr.information table td
	{
	    width:100%;
	    display:block;
	    text-align:right;
	}
}
