
@CHARSET "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic);

body {
	background-color: #cdcdcd;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login {
	background-color: #ffffff;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	width: 500px;
	height: 300px;
	padding: 30px;
}
.required {
	color: #B94A48;
}

.content {
	width: 1170px;
	min-height: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	margin-top: 80px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 60px;
}

.container {
    background-color: #ffffff;
    margin-top: 80px;
    margin-bottom: 60px;
    border-radius: 10px;
    padding: 10px;
}

.menutoggle {
	position: fixed;
	left: 95%;
	top: 15px;
	z-index: 1;
}

.menutoggle img {
	max-width: 50px;
}

.header_wrapper {
	background-color: #2c3e50;
	position: fixed;
	left: 0px;
	top: 0px;	
	width: 100%;
	height: 80px;
    z-index: 5;
	}

.navigation_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
	margin-top: 20px;
}

ul.navigation  {
	list-style-type: none;
}

li.navigation  {
	float: left;
	display: inline;
	background-color: #2c3e50;
	color: #ffffff;
	height: 35px;
	padding: 10px;
	padding-bottom: 0px;
	border-radius: 3px;
}

li.navigation.active a{
    font-weight: bold;
    text-decoration: underline;
}

ul.subnavigation  {
	list-style-type: none;
}

li.subnavigation  {
	background-color: #2c3e50;
	color: #ffffff;
	height: 35px;
	padding: 10px;
	padding-bottom: 0px;
	border-radius: 3px;
}

li.navigation a {
	color: #ffffff;
	text-decoration: none;
}

li.navigation a:hover {
	color: #18bc9c;
	text-decoration: none;
}

.logout {
	width: 150px;
	float: right;
	height: 100%;
	background-color: #dddddd;
	text-align: right;
}

.rechnung_upload {
	float: right;
	width: 50%;
	}
	
.lieferant_anlage {
	width: 50%;
	min-height: 800px;
}

	
.dispatchable_items table {
	width: 100%;
}

.dispatch_row {
	height: 30px;
	border: 1px solid black;
}

.dispatchable_items td, th, .dispatch_item td, th {
	border: 1px solid black;
	padding: 10px;
}

.dispatchable_items .betrag, .dispatch_item .betrag {
	text-align: right;
}

div.dispatch_item  {
	width: 60%;
	float: left;
}

.dispatcher {
	width: 40%;
	float: left;
}

div.pruefen_item  {
	width: 70%;
	float: left;
}

div.pruefen_setting {
	width: 30%;
	float: left;
	height: 400px;
}

.pruefen_row {
	height: 30px;
}

.pruefen_item .pruefen_left {
	width: 150px;
	text-align: right;
	padding-right: 20px;
}
.pruefen_item .pruefen_right {
	width: 200px;
}

.pruefen_item .pruefen_kommentar {
	padding-right: 15px;
}

.pruefstatus div {
	margin-top: 10px;
}


.td30 {
	width: 30px;
}
.td50 {
	width: 50px;
}
.td75 {
	width: 75px;
}
.td100 {
	width: 100px;
}
.td150 {
	width: 150px;
}
.td200 {
	width: 200px;
}
.td250 {
	width: 250px;
}
.td300 {
	width: 300px;
}
.td350 {
	width: 350px;
}
.td400 {
	width: 400px;
}
.td500 {
	width: 500px;
}

.todo_text {

	width: 1000px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.todo {
	width: 40px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 20px;
	border-radius: 3px;
}

.todo_green {
	background-color: green;
	}
.todo_red {
	background-color: red;
	}
.todo_yellow {
	background-color: orange;
	}
.todo_gray {
	background-color: gray;
	}
.footer_bar {
	width: 100%;
	position: fixed;
	top: 95%;
	height: 5%;
	width: 100%;
	background-color: #000000;
    left: 0%;
    z-index: 10;
}

.footer_content {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	height: 100%;
	text-align: center;
	margin-top: 10px;
	}
	
.orderlink {
    text-decoration: none;
    color: #ffffff;
}

.orderlink:hover {
    text-decoration: underline;
    color: #ffffff;
}


td.suche_first {
    width:125px;
}

td.suche_second {
    width: 200px;
}

thead th {
    background-color:  #428bca;
    color: #ffffff;
}

div.tabs {
    height: 30px;
    width: 100%;
}

div.tabs a {
    color: #ffffff;
    font-size: 20px;
    background-color: #2c3e50;
    padding: 5px;
    margin: 5px;
    height: 40px;
    border-radius: 5px;
    vertical-align: middle;
}

div.tabs a.activetab {
    text-decoration: underline;
}

div.tabcontents {
    display: none;
}

.tableheader tr:hover th
{ background-color: red; }
