html {
	height: 100%;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
}

body {
	margin: 0;
	height: auto;
	background-color: #E0E7ED;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 10000;
	background: white;
}

.headerlesstable thead {
	display: none;
}

.page {
	height: 100%;
}

.content {
	padding: 1em;
	display: inline-block;
	margin-top: 80px;
	min-width: 300px;
}

.sidemenu {
	width: 200px;
	height: auto;
	top: 80px;
	bottom: 0;
	border: 0;
	padding: 0;
	position: fixed;
	z-index: 1000;
	background: #8AB8DB;
	color: white;
	overflow-y: auto;
	margin-bottom: 53px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 53px;
	z-index: 10000;
	background: white;
}

.footercontent {
	margin-left: 1em;
	margin-right: 1em;
}

.stylelessPanelgrid {
	color: black;
}

.stylelessPanelgrid.ui-panelgrid tr, .stylelessPanelgrid.ui-panelgrid td {
	border: none;
	border-style: none !important;
	background: none;
}

.schlepperauswahl {
	padding: 0 !important;
}

.layout {
	position: relative;
    left: 0;
    top: 0;
    height: 100%;
    margin-bottom: 53px;
}

.menutoggle {
	width: 80px;
    background: #8AB8DB;
    height: 80px;
    text-align: center;
    font-size: 3em !important;
}

@media screen and (min-width: 769px) {
	
	.sidemenu {
		display: block;
	}

	.layout {
		margin-left: 200px;
	}
	
	.menutoggle {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	
	.sidemenu {
		display: none;
	}
	
	.showmenu {
		display: block;
	}
	
	.menutoggle {
		display: block;
	}

}


.test {
	background: black;
	width: 100%;
	height: 100%;
}

.Fleft {
	float: left;
}

.PadD5 {
	padding: .5em;
}

.Pad1 {
	padding: 1em;
}

.SizeAuto {
	width: 100% !important;
    height: auto !important;
}

.W100 {
	width: 100% !important;
}

.shipfotoswitch {
	width: 100% !important;
	height: auto !important;
}

.ui-galleria {
	width: 100% !important;
	height: auto !important;
}

.ui-galleria-panel-wrapper {
	width: 100% !important;
	height: auto !important;
}

.ui-galleria-panel {
	width: 100% !important;
	height: auto !important;
}

.ui-galleria-panel img {
	width: 100% !important;
	height: auto !important;
}



.none {
	
}


.fa {
	vertical-align: top;
}


#menutoggleicon {
	padding-top: 20px;
}

.faBlack {
	color: black;
}

/*
.ui-widget {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: #222222;
    text-decoration: none;
}
*/

.ui-menuitem-text {
	color: black;
}

.ui-menu .ui-widget-header h1, .ui-menu .ui-widget-header h2, .ui-menu .ui-widget-header h3, .ui-menu .ui-widget-header h4, .ui-menu .ui-widget-header h5, .ui-menu .ui-widget-header h6 {
	color: white;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
	padding: 4px;
	border-style: initial;
}



.ui-widget-header {
	background: #1571B7;
	text-shadow: none;
}

.loginerror .ui-messages-error-summary {
	display: block;
}

.movementlist .ui-reflow-label, .movementlist .ui-reflow-dropdown {
	display: none;
}

.bigbutton {
	padding: 4px;
}

.alternatinggrid tr:NTH-CHILD(even) {
	background: #eee;
}
