@charset "UTF-8";

html {
	height:100%;
	margin: o auto;
}

input:focus {
	outline: none;
}

input {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #3c3c3c;
	font-weight: 500;
	border-radius: 0;
}

body {
/* 	font-size: 13pt; */
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

div a {
	text-decoration: none;
}

.head {
	font-size: 18pt;
}

h1 {
	color: #777;
	font-size: 24px;
}

h2 {
	color: #999;
}

h3 {
	color: #999;
}

h4 {
	font-size: 24px;
	color: white;
	height: 50px;
}

h5 {
	font-size: 34px;
	color: black;
}

newh4 {
	font-size: 25px;
	color: black;
	margin-left: 10px;
	margin-top: 2px;
}

h7 {
	font-size: 22px;
	color: white;
}

a {
	/* 	color: #777; */
	text-decoration: none;
}

a:hover {
	color: #444;
}

/* Bilder ohne Rahmen */
img {
	border-style: none;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}



/****** POSITIONIERUNG ********************************************************/

/* Gesamter Inhalt unter der Navigation */
.content {
	margin-left: auto;
	margin-right: auto;
	color: white;
	min-height: 89%;
	margin-top: 2%;
}

.contentStart {
	margin-left: auto;
	margin-right: auto;
	color: white;
	/* 	height: 90%; */
	padding-top: 17%;
}

.startTable {
	width: 970px;
/* 	height: 920px; */
	margin: 0 auto;
	padding-top: 10%;
}
.startTable td {
	width: 100%;
}

.startContent {
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	color: white;
	width: 950px;
	height: 630px;
	padding: 5px;
	background-color: rgba(46, 51, 55, 0.9);
}

/* Links liegende Box */
.left {
	font-size: 14px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.start {
	font-size: 19px;
	text-align: left;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	color: black;
}

/* Head Bereich des rechten Contents (BreadCrump , FeedbackMessages ...) */
.contentHeadTable {
	width: 100%;
	font-size: 16px;
	background-color: white;
	margin: 1px 0 0 0;
	border-color: transparent transparent #4b575c  transparent;
	border-width: 1px;
	border-style: solid;
	color: black;
}

.contentHeadTable td {
	padding: 0 13px 0 7px;
}

.navArrow {
	background-image: url("icons/arrow_gray.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
}

/****** TREE ******************************************************************/
.tree div.wicket-tree {
	white-space: nowrap;
	width: 30em;
	overflow: auto;
	line-height: 1.5em;
	border: none;
}

.tree div.wicket-tree a:hover {
	text-decoration: none;
}

.tree div.wicket-tree div.row-selected {
	background-color: #777;
	opacity: 0.7;
	font-weight: normal;
}

.tree div.wicket-tree div.row-selected a span {
	color: #222;
}

.tree div.wicket-tree div.row-selected a:hover span {
	color: #000;
}

.treePanel {
	color: white;
}

.tree a span {
	color: white;
}

.tree a:hover span {
	color: gray;
}

.errorMessage {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
/* 	background-color: rgba(46, 51, 55, 0.9); */
	padding: 15px;
	width: 600px;
	text-align: center;
	font-size: 17px;
	color: black;
}

/****** FORM **************************************************************/

/* Label, bspw. in Formularen, sollen die gleiche Breite haben */
.newLabelWhite {
	float: left;
	text-align: left;
	font-size: 18px;
	color: black;
}

.newLabelBlack {
	float: left;
	text-align: left;
	font-size: 17px;
	color: black;
}

/****** TABLE *****************************************************************/
.tabletd {
	padding: 0em 1.0em 0em 1.0em;
	display: block;
}

.trSelected {
	background-color: #AAA;
}

/* Seitenblaetterer der Tabelle */
.pageselector {
	font-size: 1.2em;
	border-radius: 2px;
	padding: 0em 1.0em 0em 1.0em;
}

.pageselector em {
	font-style: normal;
}

/****** WELCOME ***************************************************************/
.welcome {
	float: right;
	font-size: 12px;
}

/******* Busy Indicators **********************************************************/
#busy_indicator {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5) 50% 50% no-repeat;
}

#login_indicator {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5) 50% 50% no-repeat;
}

.body.loading {
	overflow: hidden;
}

.body.loading .overlay {
	display: block;
}

div.a {
	color: white;
	text-decoration: none;
}

div.a:link {
	/* 	color:white; */
	text-decoration: none;
}

a:link {
	/* 	color: #ffffff; */
	text-decoration: none;
}

a:visited {
	/* 	color: #ffffff; */
	
}

a:active {
	color: rgba(13, 48, 118, 1);
}

/*---------------Header Items --------------------*/
#header {
	background-color: white;
	height: 9%;
	padding: 0 4% 0 4%;
	vertical-align: middle;
}


.cd-logo {
	background: url("kd100/logo_mm.png") no-repeat;
	background-size: cover; 
	width: 160px;
	height: 112px;
	margin-left: 5%;
	float:left;
}


.top-right-btns {
	float:right;
	margin: 1% 0 0 0;
}

#headerLogo {
	background: url("kd100/logo_mm.png") no-repeat;
	background-size: cover; 
	width: 145px;
	height: 60px;
	margin-left: 5%;
	margin-top: 5%;
	border: none;
	overflow: hidden;
	position: relative;
	top: 0px;
	-webkit-transition: top .5s ease-in-out;
	-moz-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease;
	-ms-transition: top .5s ease;
	filter: progid:DXImageTransform.Microsoft.Blinds(direction='top', bands=2);
}

#headerLogo:hover {
	/* 	top: -100px; */
	cursor: pointer;
}

#headerLogo:focus {
	outline: none !important;
}

.navigationsButton {
	background-color: transparent;
	background: transparent;
	background-size: cover;
	border: none;
	width: 30pt;
	height: 30pt;
	margin: 0 1% 0 1%;
}

.navigationsButton.contact {
	background-image: url("icons/gray/phone_gray.svg");
}

.navigationsButton.contact:hover {
	background-image: url("icons/gray/phone_gray.svg");
	opacity: 0.7;
}

.navigationsButton.home {
	background-image: url("icons/gray/home_gray.svg");
}

.navigationsButton.home:hover {
	background-image: url("icons/gray/home_gray.svg");
	opacity: 0.7;
}

.navigationsButton.profil {
	background-image: url("icons/gray/user_gray.svg");
}

.navigationsButton.profil:hover {
	background-image: url("icons/gray/user_gray.svg");
	opacity: 0.7;
}

.navigationsButton.logout {
	background-image: url("icons/gray/logout_gray.svg");
}

.navigationsButton.logout:hover {
	background-image: url("icons/gray/logout_gray.svg");
	opacity: 0.7;
}

.navigationsButton:hover {
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: black;
}

.navigationsButton:focus {
	outline: none !important;
}

/*------------Ende Header Items ---------------------------*/

/*------------------Interne Navigations Items ----------------------*/
.navBar {
	min-height: 100%;
	background-color: white;
	width: 150px;
	vertical-align: top;
	border: 1px solid #4b575c ;
}

.userContainer {
	text-align: center;
	/* 	background-color: white; */
	/* 	background-color: #91a2b2; */
	width: 150px;
	height: 93px;
	padding: 10px 0 0 0;
}

.userIcon {
	background-image: url("icons/gray/user_gray.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 55px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

.userLabel {
	width: 150px;
	text-align: center;
	color: black;
}

.navButton {
	width: 170px;
	height: 60px;
	/* 	color: #91a2b2; */
	font-size: 12pt;
	background-color: Transparent;
	background-repeat: no-repeat;
	border-color: #4b575c  transparent transparent transparent;
	padding: 0 0 0 60px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 25%;
}

.navButtonActive {
	height: 60px;;
	color: white;
	background-color: #4b575c ;
	border-color: #4b575c  transparent transparent transparent;
	padding: 0 0 0 60px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 25%;
}

.navButton:hover {
	background-color: #4b575c ;
	border-color: transparent ;
	color: white;
	cursor: pointer;
}

.navButton {
	outline: none !important;
}

.navHome {
	background-image: url("icons/gray/home_gray.svg");
}

.navHome:hover {
	background-image: url("icons/home_white.svg");
}

.navHomeActive {
	background-image: url("icons/home_white.svg");
}

.afErzeugen {
	background-image: url("icons/gray/shopping_gray.svg");
}

.afErzeugen:hover {
	background-image: url("icons/shopping_white.svg");
}

.afErzeugenActive {
	background-image: url("icons/shopping_white.svg");
}

.afKunde {
	background-image: url("icons/gray/document_gray.svg");
}

.afKunde:hover {
	background-image: url("icons/document_white.svg");
}

.afSpeise {
	background-image: url("icons/afSpeise-green.png");
}

.afSpeise:hover {
	background-image: url("buttons/afSpeise-white.png");
}
.afSpeiseActive {
	background-image: url("buttons/afSpeise-white.png");
}

.afKundeActive {
	background-image: url("icons/gray/document_gray.svg");
}

.afSub {
	background-image: url("icons/gray/tour_gray.svg");
}

.afSub:hover {
	background-image: url("icons/tour_white.svg");
}

.afSubActive {
	background-image: url("icons/tour_white.svg");
}

.tour {
	background-image: url("icons/gray/tour_gray.svg");
}

.tour:hover {
	background-image: url("icons/tour_white.svg");
}

.tourActive {
	background-image: url("icons/tour_white.svg");
}


.rechnung {
	background-image: url("icons/gray/rechnung_gray.svg");
}

.rechnung:hover {
	background-image: url("icons/rechnung_white.svg");
}

.rechnungActive {
	background-image: url("icons/rechnung_white.svg");
}

.document {
	background-image: url("icons/gray/folder_gray.svg");
}

.document:hover {
	background-image: url("icons/folder_white.svg");
}

.documentActive {
	background-image: url("icons/folder_white.svg");
}

.rekla {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center left;
}

.rekla:hover {
	background-image: url("");
}
/*---------------- Ende Navigations Items   --------------------------------*/

/* -----------------Login Items --------------------------------------------->*/

.loginForm {
	width:20%;
	margin: 1px auto;
	padding:3%;
}

.login-container {
	text-align: center;
}

.loginField {
	color: #3c3c3c;
	border-radius: 0;
	line-height: 18px;
	background-color: #fbfbfb;
	padding:12px;
	margin-bottom: 2px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: brgb(251, 251, 251)ox;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid black;
}

.loginField:focus {
	background: #fff;
	box-shadow: 0;
	border: 1px solid #3498db;
	color: #3498db;
	outline: none;

}

.login {
	width: 100%;
}


.login:hover {
	color: white;
}

.forgott-pw {
	color: #2a9fd6;
}

.resetForm {
	display:inline;
}

.userField {
/* 	background-image: url("buttons/fieldUser.png"); */
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 3%;
}

.passwordField {
/* 	background-image: url("buttons/fieldPw.png"); */
	background-repeat: no-repeat;
	background-position: left center;
}


.loginHeader .pop {
	background-image: none;
}


#loginMessage {
	text-align: center;
/* 	margin-top: 5%; */
	margin-right: auto;
	margin-left: auto;
	color: black;
	width: 60%;
	font-size: 11pt;
}

#loginMessage a {
	color: #2a9fd6;
	text-decoration: none;
}

/* -------------Ende Login Items -------------------------------*/

/*-----  innen liegende Buttons bei Kacheln --------------------- */
.menuButton {
	border: none;
	background-color: transparent;
	font-size: 30px;
	color: white;
	text-align: center;
}

.menuButton.Quer {
	width: 200px;
	height: 313px;
}

.menuButton.Small {
	width: 250px;
	height: 150px;
}

.menuButton.Large {
	width: 450px;
	height: 150px;
}

.menuButton.Icon {
	width: 350px;
	height: 150px;
}

.menuButton:hover {
	cursor: pointer;
}

/*--------------Ende innen liegende Buttons bei Kacheln --------------*/

/*-----  Ende Kachel Menu -------------------------------------------*/
ul.buttons {
	display: table;
	padding-right: 20px;
	margin: 20px auto;
	list-style: none;
}

/*-------------------------- Background fuer Pages ---------------------*/
#background {
	background: transparent url("back3.png") no-repeat left;
	background-size: cover;
	min-width: 1024px;
	height: 80%;
	width: 100%;
	position: absolute;
}

/*--------------------------------Ende Background fuer Pages ------------*/
#lposView {
	border: 1px solid white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	vertical-align: top;
}

/*  ----------------------- Tabellen --------- */
#profilTable {
	font-size: 17px;
	width:100%;
}

#profilTable span {
	font-size: 17px;
	font-weight: normal;
}

#profilTable input {
	color: black;
}

#profilTable td {
	height: 30px;
}

.InnerTable {
	border: none;
	background-color: rgba(1, 37, 63, 0.6);
}

#containerTable {
	margin-left: auto;
	margin-right: auto;
}

.lposgrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	color: black;
	background-color: white;
}

.lposgrid {
	overflow: hidden;
	border: 1px solid #8C8C8C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	font-size: 14px;
	width: 100%;
}

.lposgrid table td, .lposgrid table th {
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}

.lposgrid table thead th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00273B
		), color-stop(1, #00293D));
	background: -moz-linear-gradient(center top, #00273B 5%, #00293D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00273B',
		endColorstr='#00293D');
	background-color: gray;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #A3A3A3;
}

.lposgrid table thead th:first-child {
	border: none;
}

.lposgrid table tbody td {
	color: #000000;
	border-left: 1px solid #81898C;
	font-size: 14px;
	font-weight: normal;
}

.lposgrid table tbody .alt td {
	background: #BDBDBD;
	color: #000000;
}

.lposgrid table tbody td:first-child {
	border-left: none;
}

.lposgrid table tbody tr:last-child td {
	border-bottom: none;
}

.lposgrid table tfoot td div {
	border-top: 1px solid #8C8C8C;
}

.lposgrid table tfoot td {
	padding: 0;
	font-size: 14px
}

.lposgrid table tfoot td div {
	padding: 2px;
}

.lposgrid table tfoot td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.lposgrid table tfoot  li {
	display: inline;
}

.lposgrid table tfoot li a {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 1px;
	color: black;
	border: 1px solid #000000;
	text-decoration: none;
}

.lposgrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
	text-decoration: none;
	border-color: #7D7D7D;
	color: #F5F5F5;
	background: none;
	background-color: #8C8C8C;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
	position: fixed !important;
}

.lposgrid tr:hover {
	background-color: gray;
	cursor: pointer;
	color: white;
}

.vereinbarungsTable {
	border: medium;
	border-color: white;
	height: 0px;
	/* 	min-width: 750px; */
	/* 	max-width: 1500px; */
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	color: white;
	vertical-align: top;
}

.vereinbarungsTableOdd {
	border: medium;
	border-color: white;
	/* 	min-width: 750px; */
	/* 	max-width: 1500px; */
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	color: white;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.3);
}

.vereinbarungsTableEven {
	border: medium;
	border-color: white;
	/* 	min-width: 750px; */
	/* 	max-width: 1500px; */
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	color: white;
	vertical-align: top;
	background-color: rgba(16, 22, 80, 0.4);
}

.vereinbarungsTable td {
	
}

#vereinbarungsTableHeader {
	background: #dee6ef;
	color: black;
	width: 100%;
}

/*-----------------Ende Taqbellen -----------------------*/
#ergebnis {
	height: 300px;
	width: 100%;
	overflow: auto;
}

/*------------------Panel Items ---------------------------*/
#panelBackgroundProfil {
	background-color: rgba(255, 255, 255, 0.9);
	color: black;
	font-size:14pt;
	padding: 15px 15px 15px 15px;
	width: 488px;
	margin-top: 7%;
	margin-left: auto;
	margin-right: auto;

}


#panelContact {
	background-image: url("background.png");
	color: white;
	font-size: 17px;
	padding: 15px 15px 15px 15px;
}

#ergebnisPanel {
	background-image: url("background.png");
	color: white;
	width: 915px;
	height: 250px;
	padding: 15px 15px 15px 15px;
}

/*------------------ Buttons ---------------*/
.panelButton {
	border: none;
	height: 40px;
	color: white;
	font-weight: 500;
	padding: 7px 3px 5px 3px;
	margin-bottom: 2px;
	background-color: rgba(75, 87, 92, 1);
}

.panelButton:hover {
	background-color: rgba(75, 87, 92, 0.8);
	color: white;
}


.login:hover {
	color: white;
}

.switch {
	background-image: url("buttons/switch.png");
	background-size: cover;
	width: 30px;
	height: 30px;
}

.full {
	width: 100%;
}

/*----------    für unterbuttons          --------------*/
.panelButton a {
	color: white;
	text-decoration: none;
}

.panelButton a:visited {
	color: white;
}

.belegPanelButtonSmall {
	border: none;
	width: 100%;
	color: black;
	background-color: rgba(75, 87, 92, 1);
	padding: 2px;
	height: 49px;
}

.belegPanelButton a {
	color: white;
	text-decoration: none;
}

.belegPanelButtonSmall:hover {
	background-color: rgba(75, 87, 92, 0.8);
	color: black;
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.belegPanelButtonSmall a {
	color: white;
	text-decoration: none;
}

.belegPanelButtonSmall:focus {
	outline: none !important;
}

.panelButtonSmall {
	border: 1px solid white;
	color: white;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 2px;
}

.panelButtonSmall a {
	color: white;
	text-decoration: none;
}

.panelButtonSmall:hover {
	background-color: rgba(75, 87, 92, 1);
	color: black;
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.panelButtonSmall:focus {
	outline: none !important;
}

.panelButton.double {
	height: 80px;
}

.panelButton.double.half {
	width: 124px;
}

.panelButton:hover {
	cursor: pointer;
	background-color: rgba(75, 87, 92, 0.8);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: white;
}

.panelButton:focus {
	outline: none !important;
}

.belegPanelButtonSmall:hover {
	background-color: rgba(75, 87, 92, 1);
	color: black;
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.belegPanelButtonSmall:focus {
	outline: none !important;
}

/* a.panelButton { */
/* 	min-width: 100%; */
/* 	border: 1px solid white; */
/* 	color: white; */
/* 	font-size: 17px; */
/* 	background-color: rgba(255, 255, 255, 0.2); */
/* 	padding: 10px 10px 10px 10px; */
/* 	text-decoration: none; */
/* } */

/* a.panelButton:hover { */
/* 	cursor: pointer; */
/* 	background-color: rgba(142, 180, 5 , 1);  */
/* 	-webkit-transition: all 0.5s ease; */
/* 	-moz-transition: all 0.5s ease; */
/* 	-ms-transition: all 0.5s ease; */
/* 	-o-transition: all 0.5s ease; */
/* 	transition: all 0.5s ease; */
/* 	color:black; */
/* } */

/*----------------------------Ende Panel Items --------------------*/

/*---------------- Main Panels der einzelnen Seiten -------------- */
.contentResult {
	width: 100%;
	background-color: white;
	pading: 2px;
}

#searchPanel {
	color: black;
	font-size: 17px;
	width: 420px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	/* 	border-radius: 5px; */
	background-color: white;
}

.searchInput {
	color: black;
	font-weight: 500;
	border-radius: 0;
	background-color: #fbfbfb;
	padding: 5px;
	margin-bottom: 2px;
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4b575c ;
}

.inputFull {
	width:100%;
	height: 40px;
}

.cellInput {
	background-color: #eeeeee;
}

.subInput {
	width: 70px;
	margin-bottom: 0;
	height: 22px;
	font-size: 14px;
}

.subInput:focus {
	
}

.searchInput:focus {
	background: #fff;
	box-shadow: 0;
	border: 1px solid #3498db;
	color: #3498db;
	outline: none;
	padding: 5px;
}

.searchInput:disabled {
	background: #e0e0e0;
}

.date {
	width: 100px;
}

.bigField {
	min-width: 100%;
	min-height: 70px;
	resize: none;
}

.bigField:focus {
	/* 	height: 150px; */
	
}

#detailVer {
	color: white;
	margin-top: 20px;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	margin-left: 15px;
	width: 500px;
}

#newVer {
	background-color: white;
	color: black;
	font-size: 17px;
	padding: 15px 15px 15px 15px;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	overflow: auto;
	border: 1px solid #4b575c ;
}

.newVerInner {
	overflow: auto;
	max-height:600px;
}

#pwReset {
	background-color: rgba(255, 255, 255, 0.9);
	color: black;
	font-size: 17px;
	padding: 15px 15px 15px 15px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	/* 	border-radius: 5px;  */
}

#detailDoc {
	color: white;
	margin-top: 20px;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	margin-left: 15px;
	width: 380px;
	min-height: 265px;
}

#resultDoc {
	color: white;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	width: 700px;
	max-height: 600px;
	overflow: auto;
}

#resultVer {
	color: white;
	margin-top: 20px;
	margin-left: 11%;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	width: 80%;
	max-height: 400px;
	overflow: auto;
}

#detailRe {
	color: white;
	margin-top: 20px;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	margin-left: 15px;
	width: 380px;
	min-height: 265px;
}

#resultRe {
	color: white;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 15px 15px 15px;
	font-size: 14px;
	width: 800px;
	max-height: 600px;
	overflow: auto;
	background-color: rgba(0, 0, 0, 1);
}

#detailRekla {
	color: white;
	margin-top: 20px;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	margin-left: 15px;
	width: 380px;
	min-height: 265px;
}

#resultRekla {
	color: white;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	width: 500px;
	max-height: 400px;
	overflow: auto;
}

#vorgangsContainer {
	background-color: rgba(46, 51, 55, 0.9);
	max-width: 1000px;
	font-size: 14px;
	text-align: left;
	max-height: 500px;
	padding: 15px;
	margin-left: 15px;
	overflow: auto;
}

#detailVor {
	color: white;
	font-size: 14px;
	margin-top: 20px;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	margin-left: 15px;
	width: 100%;
	min-height: 265px;
}

#resultVor {
	color: white;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 11%;
	background-color: rgba(46, 51, 55, 0.9);
	padding: 15px 15px 15px 15px;
	width: 800px;
	max-height: 400px;
	overflow: auto;
}

#vereinbarungBackground {
	Color: white;
	font-size: 14px;
	padding: 10px;
	margin: 4%;
	height: 600px;
	max-width: 1200px;
	background-color: rgba(1, 37, 63, 0.6);
}

/*----------------------Ende Panels der einzelnen Seiten -------------------*/

/*--------- Contact Items-------------------------------------------------- */


#contactLogo2 {
	background: transparent url("") no-repeat left;
	width: 190px;
	height: 261px;
}

#contactContent {
	position:absolute;
	top:30%;
	left:30%;
	background-color: rgba(255, 255, 255, 0.9);
	margin-left: auto;
	margin-right: auto;
	Color: black;
	padding: 15px 15px 15px 15px;
	width: 700px;
	border: none;
	font-size:14pt;
}

.contactEmail {
	color:#9ab400;
}

.contact-margin {
	margin: 10pt;
}

/*--------- Ende Contact Items ----------------------------------------- */

/*--------------Submit Buttons ----------------------*/
#erzeugeAf {
	width: 200px;
	height: 200px;
	color: white;
	font-size: 17px;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
}

#erzeugeAf:hover {
	background-color: rgba(75, 87, 92, 1);
	color: black;
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

/*------------Ende Submit Buttons ---------------------*/

/*-----------Info Bilder -------------------------------*/
#vorgangInfo {
	background-image: url("SucheInfo.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-shadow: 0 10px 6px -6px black;
	-moz-box-shadow: 0 10px 6px -6px black;
	box-shadow: 0 10px 12px -6px black;
	width: 398px;
	height: 175px;
}

#vereinbarungInfo {
	background-image: url("SucheInfo2.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-shadow: 0 10px 6px -6px black;
	-moz-box-shadow: 0 10px 6px -6px black;
	box-shadow: 0 10px 12px -6px black;
	width: 355px;
	height: 180px;
}

/*---------------Ende Info Bilder -------------------*/

/*-----------------Css PopUpWindow fuer Hilfetexte  --------------*/
.pop {
	z-index: 0;
	background-image: url("icons/pin_gray.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 4%;
	margin-left: auto;
	width: 40px;
	height: 40px;
	padding: 5px;
}

.alternative {
	background-image: url("");
}

.pop:hover {
	z-index: 5;
}

.pop span {
	position: relative;
	padding: 10px;
	left: -1000px;
	display: none;
	color: black;
	background-color: #FFF;
	width: 400px;
	-webkit-box-shadow: 0 10px 6px -6px black;
	-moz-box-shadow: 0 10px 6px -6px black;
	box-shadow: 0 10px 12px -6px black;
	font-size: 14px;
	border: solid 1px black;
}

.pop span img {
	border-width: 0;
	padding: 2px;
}

.pop:hover span {
	display: block;
	transition: display 1s ease-in-out;
	top: 0;
	left: 60px;
	color: black;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

/*------------------ Ende Css PopUpWindow fuer Hilfetexte ---------------*/
#icon {
	background-image: url("info.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0%;
	margin-left: auto;
	width: 30px;
	height: 30px;
	padding: 5px;
}

#iconLeft {
	background-image: url("icons/pin_gray.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 0%;
	margin-left: auto;
	width: 20px;
	height: 20px;
	padding: 5px;
	float: left;
}

#icon:hover {
	cursor: pointer;
}

#iconLeft:hover {
	cursor: pointer;
}

/*-------new --------------------------------*/
.slideButton {
	background-color: rgba(255, 255, 255, 0.5);
}

.slideContent {
	background-color: rgba(200, 23, 189, 1);
	transition: all 0.5s ease;
}

.slideButton:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

.cssload-wrap {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.translate {
	animation: translate 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
		infinite;
	-o-animation: translate 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
		infinite;
	-ms-animation: translate 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
		infinite;
	-webkit-animation: translate 2300ms
		cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
	-moz-animation: translate 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
		infinite;
	bottom: 0;
	height: 14px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}

.scale {
	animation: scale 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
	-o-animation: scale 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
		infinite;
	-ms-animation: scale 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
		infinite;
	-webkit-animation: scale 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
		infinite;
	-moz-animation: scale 2300ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
		infinite;
	height: 100%;
	width: 100%;
}

.cssload-wrap:nth-child(1) {
	transform: rotate(320deg);
	-o-transform: rotate(320deg);
	-ms-transform: rotate(320deg);
	-webkit-transform: rotate(320deg);
	-moz-transform: rotate(320deg);
}

.cssload-wrap:nth-child(1) .translate, .cssload-wrap:nth-child(1) .scale
	{
	animation-delay: 0ms;
	-o-animation-delay: 0ms;
	-ms-animation-delay: 0ms;
	-webkit-animation-delay: 0ms;
	-moz-animation-delay: 0ms;
}

.cssload-wrap:nth-child(1) .scale {
	background: rgb(255, 255, 255);
}

.cssload-wrap:nth-child(2) {
	transform: rotate(280deg);
	-o-transform: rotate(280deg);
	-ms-transform: rotate(280deg);
	-webkit-transform: rotate(280deg);
	-moz-transform: rotate(280deg);
}

.cssload-wrap:nth-child(2) .translate, .cssload-wrap:nth-child(2) .scale
	{
	animation-delay: -255.56ms;
	-o-animation-delay: -255.56ms;
	-ms-animation-delay: -255.56ms;
	-webkit-animation-delay: -255.56ms;
	-moz-animation-delay: -255.56ms;
}

.cssload-wrap:nth-child(2) .scale {
	background: rgb(255, 255, 255);
}

.cssload-wrap:nth-child(3) {
	transform: rotate(240deg);
	-o-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	-moz-transform: rotate(240deg);
}

.cssload-wrap:nth-child(3) .translate, .cssload-wrap:nth-child(3) .scale
	{
	animation-delay: -511.11ms;
	-o-animation-delay: -511.11ms;
	-ms-animation-delay: -511.11ms;
	-webkit-animation-delay: -511.11ms;
	-moz-animation-delay: -511.11ms;
}

.cssload-wrap:nth-child(3) .scale {
	background: rgb(255, 255, 255);
}

.cssload-wrap:nth-child(4) {
	transform: rotate(200deg);
	-o-transform: rotate(200deg);
	-ms-transform: rotate(200deg);
	-webkit-transform: rotate(200deg);
	-moz-transform: rotate(200deg);
}

.cssload-wrap:nth-child(4) .translate, .cssload-wrap:nth-child(4) .scale
	{
	animation-delay: -766.67ms;
	-o-animation-delay: -766.67ms;
	-ms-animation-delay: -766.67ms;
	-webkit-animation-delay: -766.67ms;
	-moz-animation-delay: -766.67ms;
}

.cssload-wrap:nth-child(4) .scale {
	background: rgb(255, 255, 255);
}

.cssload-wrap:nth-child(5) {
	transform: rotate(160deg);
	-o-transform: rotate(160deg);
	-ms-transform: rotate(160deg);
	-webkit-transform: rotate(160deg);
	-moz-transform: rotate(160deg);
}

.cssload-wrap:nth-child(5) .translate, .cssload-wrap:nth-child(5) .scale
	{
	animation-delay: -1022.22ms;
	-o-animation-delay: -1022.22ms;
	-ms-animation-delay: -1022.22ms;
	-webkit-animation-delay: -1022.22ms;
	-moz-animation-delay: -1022.22ms;
}

.cssload-wrap:nth-child(5) .scale {
	background: rgb(255, 255, 255);
}

.cssload-wrap:nth-child(6) {
	transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
}

.cssload-wrap:nth-child(6) .translate, .cssload-wrap:nth-child(6) .scale
	{
	animation-delay: -1277.78ms;
	-o-animation-delay: -1277.78ms;
	-ms-animation-delay: -1277.78ms;
	-webkit-animation-delay: -1277.78ms;
	-moz-animation-delay: -1277.78ms;
}

.cssload-wrap:nth-child(6) .scale {
	background: rgb(255, 255, 255);
}

.cssload-wrap:nth-child(7) {
	transform: rotate(80deg);
	-o-transform: rotate(80deg);
	-ms-transform: rotate(80deg);
	-webkit-transform: rotate(80deg);
	-moz-transform: rotate(80deg);
}

.cssload-wrap:nth-child(7) .translate, .cssload-wrap:nth-child(7) .scale
	{
	animation-delay: -1533.33ms;
	-o-animation-delay: -1533.33ms;
	-ms-animation-delay: -1533.33ms;
	-webkit-animation-delay: -1533.33ms;
	-moz-animation-delay: -1533.33ms;
}

.cssload-wrap:nth-child(7) .scale {
	background: rgb(255, 255, 255);
}

.cssload-wrap:nth-child(8) {
	transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
}

.cssload-wrap:nth-child(8) .translate, .cssload-wrap:nth-child(8) .scale
	{
	animation-delay: -1788.89ms;
	-o-animation-delay: -1788.89ms;
	-ms-animation-delay: -1788.89ms;
	-webkit-animation-delay: -1788.89ms;
	-moz-animation-delay: -1788.89ms;
}

.cssload-wrap:nth-child(8) .scale {
	background: rgb(255, 255, 255);
}

.cssload-wrap:nth-child(9) {
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

.cssload-wrap:nth-child(9) .translate, .cssload-wrap:nth-child(9) .scale
	{
	animation-delay: -2044.44ms;
	-o-animation-delay: -2044.44ms;
	-ms-animation-delay: -2044.44ms;
	-webkit-animation-delay: -2044.44ms;
	-moz-animation-delay: -2044.44ms;
}

.cssload-wrap:nth-child(9) .scale {
	background: rgb(255, 255, 255);
}

/*-----------------------niemals Formatieren!!!!--------------------*/
@keyframes translate {
	0% {
		transform: translate3d(-600%, 0, 0);
	}
	50% {
		transform: translate3d(600%, 0, 0);
	}
	100% {
		transform: translate3d(-600%, 0, 0);
	}
}

@-o-keyframes translate {
	0% {
		-o-transform: translate3d(-600%, 0, 0);
	}
	50% {
		-o-transform: translate3d(600%, 0, 0);
	}
	100% {
		-o-transform: translate3d(-600%, 0, 0);
	}
}

@-ms-keyframes translate {
	0% {
		-ms-transform: translate3d(-600%, 0, 0);
	}
	50% {
		-ms-transform: translate3d(600%, 0, 0);
	}
	100% {
		-ms-transform: translate3d(-600%, 0, 0);
	}
}

@-webkit-keyframes translate {
	0% {
		-webkit-transform: translate3d(-600%, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(600%, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-600%, 0, 0);
	}
}

@-moz-keyframes translate {
	0% {
		-moz-transform: translate3d(-600%, 0, 0);
	}
	50% {
		-moz-transform: translate3d(600%, 0, 0);
	}
	100% {
		-moz-transform: translate3d(-600%, 0, 0);
	}
}

@keyframes scale {
	0% {
		transform: translateZ(0) scale(0.75, 1);
	}
	25% {
		transform: translateZ(0) scale(1.5, 0.5);
	}
	50% {
		transform: translateZ(0) scale(0.75, 1);
	}
	75% {
		transform: translateZ(0) scale(1.5, 0.5);
	}
	100% {
		transform: translateZ(0) scale(0.75, 1);
	}
}

@-o-keyframes scale {
	0% {
		-o-transform: translateZ(0) scale(0.75, 1);
	}
	25% {
		-o-transform: translateZ(0) scale(1.5, 0.5);
	}
	50% {
		-o-transform: translateZ(0) scale(0.75, 1);
	}
	75% {
		-o-transform: translateZ(0) scale(1.5, 0.5);
	}
	100% {
		-o-transform: translateZ(0) scale(0.75, 1);
	}
}

@-ms-keyframes scale {
	0% {
		-ms-transform: translateZ(0) scale(0.75, 1);
	}
	25% {
		-ms-transform: translateZ(0) scale(1.5, 0.5);
	}
	50% {
		-ms-transform: translateZ(0) scale(0.75, 1);
	}
	75% {
		-ms-transform: translateZ(0) scale(1.5, 0.5);
	}
	100% {
		-ms-transform: translateZ(0) scale(0.75, 1);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: translateZ(0) scale(0.75, 1);
	}
	25% {
		-webkit-transform: translateZ(0) scale(1.5, 0.5);
	}
	50% {
		-webkit-transform: translateZ(0) scale(0.75, 1);
	}
	75% {
		-webkit-transform: translateZ(0) scale(1.5, 0.5);
	}
	100% {
		-webkit-transform: translateZ(0) scale(0.75, 1);
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: translateZ(0) scale(0.75, 1);
	}
	25% {
		-moz-transform: translateZ(0) scale(1.5, 0.5);
	}
	50% {
		-moz-transform: translateZ(0) scale(0.75, 1);
	}
	75% {
		-moz-transform: translateZ(0) scale(1.5, 0.5);
	}
	100% {
		-moz-transform: translateZ(0) scale(0.75, 1);
	}
}

/* -------------------Backgroundgif----------------------- */
#contentMain {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	/* 	margin-left: 2%; */
	/* 	margin-right: 2%; */
	height: 100%;
}

#topBackground {
	width: 100%;
	height: 65%;
	background-image: url("kd100/back_mm2.jpg");
	background-size: 75% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#bottomBackground {
	position:absolute;
	width: 98%;
	margin: 0 auto;
	bottom:2%;
}

.contactBackground {
    width: 100%;
    height: 70%;
    background-image: url(kd100/files.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 85%;
	filter: brightness(0.5);
	margin-top: 2%;
}

/* ------------------  Menu neu   ---------*/
.menuContainerOut {
	height: 100%;
	width: 100%;
	text-align: center;
	border: 1px solid rgb(255, 253, 250);
	margin: 2%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	
}

.menuContainerOut:hover {
	background-color: rgba(0,0,0, 0.4);
}

.menuContainerIn {
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.4); 
  color: #FFFDFA;
  text-align: center;
}

.menuContainerIn button {
	width:	100%;
	height: 100%;
	color: rgb(255, 253, 250);
	font-size: 23pt;
	background-color: transparent;
  	padding: 2%;
  	border:none;
}

.menuContainerIn button:hover {
		cursor:pointer;
}


.mainContainer {
	font-size: 13px;
	border: 1px solid #4b575c ;
}

.mainContainer a.link {
	color: black;
	text-decoration: none;
}

.resultClass {
	overflow: auto;
	min-height: 480px;
	/* 	max-height:600px; */
	height: 100%;
}

.line {
	margin-bottom: 10px;
}

.background2 {
	width: 100%;
	height: 70%;
	background-image: url("kd100/files.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 85%;
	filter: brightness(0.5);
}

.base-btn-container {
	display: inline-flex;
}

.menu-btns {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 30%;
}

.base-menu-content {
	float:left;
	width: 100%;
}

.pw-reset {
	position: absolute;
    top: 20%;
    left: 20%;
    width: 20%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1%;
}

/*-----------items fuer Popups  ----------------*/
.detailTable {
	width: 100%;
}

.detailTable td {
	margin: 25px;
	vertical-align: top;
}

.textAreaDetail {
	min-width: 400px;
	min-height: 80px;
	resize: none;
	color: #3c3c3c;
	font-weight: 500;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 5px;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4b575c ;
}

.lposTable {
	border: medium;
	border-color: white;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	color: white;
}

.lposTable th {
	background: #3b5061;
	color: white;
}

.lposTable tr {
	background-color: white;
	color: black;
	text-align: left;
}

.closeButtonTable {
	width: 100%;
}

.closeButtonTable td {
	text-align: right;
}

.panelModalBackground {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(125, 125, 125, .8) 50% 50% no-repeat;
}

.modalDetailVb {
	background-color: white;
	Color: white;
	font-size: 16px;
	padding: 14px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}

.bottomText {
	position: absolute;
	/* 	margin-bottom:2%; */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	bottom: 2%;
}

.bottomText a {
	color: white;
	text-decoration: none;
}

.yui-skin-sam .yui-calendar .calheader {
	background: transparent;
	font-weight: bold;
	padding: 0 0 .6em 0;
	text-align: center;
	color: black;
}

/*---------------------- alternative Table -------------*/
.aTable {
	width: 100%;
	font-size: 11pt;
	color: white;
	border-spacing: 1px;
	/* 	overflow: hidden; */
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

.scrollBody {
	height: 600px;
	overflow-y: auto;
}

.aTable tr th.wicket_orderDown {
	background-image: url(images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.aTable tr th.wicket_orderUp {
	background-image: url(images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.aTable tr th.wicket_orderNone {
	background-image: url(images/arrow_off.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.aTable .navigator {
	min-width: 150px;
	background-color: transparent;
}

.aTable td {
	text-align: left;
	padding: 0px 5px 0px 15px;
	width: auto;
}

.aTable tr th {
	background-color: rgba(75, 87, 92, 1);
	padding: 3px 0px 3px 25px;
	height: 30px;
	text-align: left;
	font-weight: 100;
	font-size: 12pt;
	color:white;
}

.aTable th a:link {
	color: white;
	display: block;
	width: 100%;
	margin-left: -20px;
	padding-left: 20px;
}

.aTable th a:visited {
	color: #4d4645;
}

.aTable td a:link {
	color: #4d4645;
}

.aTable td a:visited {
	color: #4d4645;
}

.aTable tr:nth-child(even):hover {
	background-color: rgba(75, 87, 92, 0.8);
	/* 	cursor:pointer; */
	color:white;
}

.aTable tr:nth-child(odd):hover {
	background-color: rgba(75, 87, 92, 0.8);
	/* 	cursor:pointer; */
	color:white;
}

.aTable tr:nth-child(even) {
	background-color: white;
	color: black;
}

.aTable tr:nth-child(odd) {
	background-color: #eeeeee;
	color: black;
}

.aTable tr th.wicket_orderDown {
	background-image: url(images/arrow_down.png);
}

.aTable tr th.wicket_orderUp {
	background-image: url(images/arrow_up.png);
}

.aTable tr th.wicket_orderNone {
	background-image: url(images/arrow_off.png);
}

.aTable .export-tr {
	background-color: transparent;
}

.aTable .export-td {
	padding: 2px 0px 3px 15px;
}


.tourTable td {
	padding: 5px 5px 5px 15px;
}

.tourTable tr:nth-child(even):hover {
	cursor:pointer;
}

.tourTable tr:nth-child(odd):hover {
	cursor:pointer;
}

.tourTable tr.isSelected {
		background-color: rgba(75, 87, 92, 1);
		color: white;
}


.afDate-warning {
	padding-left: 15px;
	background-image: url(images/warning.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.vb-fullIndicator {
	padding-left: 30px;
	background-image: url(images/fullIndicator.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 30px;
}
/*-------------------Upload Komponenten --------------*/
.wicket-mfu-field {
	
}

.wicket-mfu-field button input[type="button"] {
	border: 1px solid white;
	color: white;
	font-size: 13px;
	background-color: transparent;
	padding: 2px;
}

.uploadTableContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	background-color: white;
	padding: 5px;
	overflow: hidden;
}

.uploadTable {
	width: 100%;
	border: 1px solid white;
	background-color: #CCCCCC;
	overflow: auto;
}

.uploadTable th {
	background-color: #656f78;
}

.uploadTable td {
	width: 330px;
	max-width: 330px;
	text-align: left;
	color: black;
}

.wicket-mfu-field {
	background-color: #656f78;
	color: white;
}

.wicket-mfu-field button {
	background-color: red;
}

.wicket-mfu-container {
	color: black;
}

.uploadTableResult {
	overflow: auto;
	height: 300px;
}

/*----fuer DataTableView----*/
.tableUploadButton {
	background-image: url("buttons/upload.png");
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding: 4px;
}

.tableUploadButton-nonActive {
	background-image: url("buttons/uploadNonActive.png");
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding: 4px;
}
/*---------Feedback Panel  -----------------------------*/
.feedbackPanel {
	margin: 0px;
	padding: 0px;
}

.feedbackPanelINFO {
	background-color: #18bc9c;
	list-style-type: none;
	color: white;
	font-size: 17px;
	padding: 10px;
	border-radius: 5px;
	max-width:800px;
/* 	width:400px; */
	margin: 0 auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.feedbackPanelERROR {
	background-color: #c0392b;
	list-style-type: none;
	color: white;
	font-size: 17px;
	padding: 10px;
	border-radius: 5px;
	max-width:800px;
/* 	width:400px; */
	margin: 0 auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

/*----------------PagingNavigator -------------------*/
.navigator {
	float: left;
}

.pagingContainer a:link {
	color: white;
}

.paginContainer a:visited {
	color: white;
}

.paginContainer em {
	color: black;
}

.pagingButton {
	/* 	background-color: #222222;  */
	color: rgba(13, 48, 118, 1);
	padding: 3px;
}

.pagingButton a:link {
	color: white;
}

.pagingButton a:visited {
	color: white;
}

.pagingButton:hover {
	background-color: rgba(75, 87, 92, 1);
	color: black;
	cursor: pointer;
}

.pagingButton label:hover {
	cursor: pointer;
}

.pagingButton em {
	color: rgba(13, 48, 118, 1);
	font-style: normal;
}

.pagingButton em:hover {
	background-color: rgba(75, 87, 92, 1);
	color: black;
	font-style: normal;
}

.pagingButtonDark {
	background-color: rgba(0, 0, 0 , 0.3); 	
	color:rgba(13, 48, 118, 1);
	font-size: 14px;
}

.paginButtonDark a:link {
	color: black;
}

.paginButtonDark a:visited {
	color: black;
}

.pagingButtonDark span a:link {
	color: black;
}

.pagingButtonDark:hover {
	color: rgba(13, 48, 118, 1);
}

.pagingButtonDark span a:visited {
	color: black;
}

.pagingButtonDark:hover {
	background-color: black;
	color: rgba(13, 48, 118, 1);
	cursor: pointer;
}

.pagingButtonDark label {
	cursor: pointer;
	color: white;
	font-style: normal;
	padding: 5px 10px 5px 10px;
}

.pagingButtonDark label:hover {
	cursor: pointer;
	color: white;
	font-style: normal;
}

.pagingButtonDark em {
	background-color: rgba(75, 87, 92, 1);
	color: white;
	font-size: 14px;
	font-style: normal;
}

.pagingButtonDark em:hover {
	background-color: black;
	color: rgba(13, 48, 118, 1);
	font-style: normal;
}

/*-------------Checkbox --------------------*/
.filterField {
	background-image: url("buttons/volltext-lupe.png");
	background-position: right;
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-weight: 500;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 5px 5px 5px 5px;
	margin-bottom: 2px;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4b575c ;
}

.filterField-small{
	background-image: url("buttons/volltext-lupe.png");
	background-position: right;
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-weight: 500;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 5px 5px 5px 5px;
	margin-bottom: 2px;
	width: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=checkbox].css-checkbox {
	
}

input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 40px;
	height: 23px;
	display: inline-block;
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 17px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -23px;
}

label.css-label {
	background-image: url("navigation/check.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*-----------close Button Detail -------------*/
.closeButtonDetail {
	width: 30px;
	height: 30px;
	background-image: url("buttons/delete2.png");
	background-size: cover;
	background-color: transparent;
	border: none;
	font-size: 0px;
}

.closeButtonDetail:focus {
	outline: none !important;
}

.closeButtonDetail:hover {
	color: black;
	/* 	background-color: rgba(142, 180, 5 , 1); */
	cursor: pointer;
}

/*------------------Button Icons ---------------*/
.erzeugenButton {
	background-image: url("buttons/buy.png");
	height: 30px;
	width: 30px;
	border: none;
	background-size: cover;
}

.erzeugenButton:hover {
	background-image: url("buttons/buyFlip.png");
}

.detailButton {
	background-image: url("buttons/volltext-lupe.png");
	height: 24px;
	width: 24px;
	border: none;
	background-size: cover;
}

.detailButton:hover {
	background-image: url("buttons/volltext-lupe.png");
}

.excelButton {
	background-color: #18bc9c;
	padding: 2px;
	border-radius: 2px;
	color: white;
	font-size: 14px;
}

.downloadButton {
	background-image: url("buttons/download.png");
	height: 24px;
	width: 24px;
	border: none;
	margin: 2px;
	background-size: cover;
}

.downloadButton-disabled {
	background-image: url("buttons/download-Flip.png");
	height: 24px;
	width: 24px;
	border: none;
	margin: 2px;
	background-size: cover;
	pointer-events: none;
	cursor: default;
}

.deleteButton {
	background-image: url("buttons/delete.png");
	height: 24px;
	width: 24px;
	border: none;
	margin: 2px;
	background-size: cover;
}

.deleteButton-disabled {
	background-image: url("buttons/delete-Flip.png");
	height: 24px;
	width: 24px;
	border: none;
	margin: 2px;
	background-size: cover;
	pointer-events: none;
	cursor: default;
}

/*-------------Status Kaestchen -------------*/
.status {
	padding: 6px;
	color: black;
	border-radius: 2px;
	background-color: #ecf0f1;
	margin: 3px;
	display: block;
	display: inline-block;
	width: 130px;
	text-align: center;
}

.statusErledigt {
	background-color: #B9FFB9;
}

.statusRueckgemeldet {
	background-color: #B9FFB9;
}

.statusBearbeitung {
	background-color: #f1c40f;
}

.statusStorniert {
	background-color: #DA8A8A;
}

/* ------------------------   spezial --------------------*/
.calcellright {
	background-color: red;
}

.yui-skin-sam .yui-calendar td.calcell {
	border: 1px solid #ccc;
	/*     background: #fff; */
	padding: 1px;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	white-space: nowrap;
}

.navButtonActiveSpan {
	padding-top: 12px;
	display: inline-block;
	text-align: center;
}

.navButtonActiveSpanSingle {
	padding-top: 20px;
	display: inline-block;
	text-align: center;
}


.hasNoUnterschrift {
	background-image: url("images/noUnterschrift.png");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;

}

.hasUnterschrift {
	background-image: url("images/unterschrift.png");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.isSelected {
	color:red;
	background-color:green;
}


.refreshButton {
	cursor: pointer;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(75, 87, 92, 1);
	width:40px;
	height:40px;
	border:none;
}

.refreshButton:hover {
	background-color: rgba(75, 87, 92, 0.7);
}


.refreshBlack {
	background-image: url("icons/refresh-black.svg");
}

.refreshWhite {
	background-image: url("icons/refresh-white.svg");

}

.rgStdCollection {
  white-space: nowrap;
  overflow: auto;
  max-width: 250px;
}

.afBezeichnung {
  white-space: nowrap;
  overflow: auto;
  max-width: 350px;
}

