html, body {
	margin: 0;
	padding: 0;
	background: #efefef;
	font-family:Trebuchet MS;
	font-size: 100%;
}

* {
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}
/*
*:before,
*:after {
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}

.input-group, .file-input, file-preview, fileinput-remove, file-drop-zone, file-preview-thumbnails, file-initial-thumbs, file-preview-frame, kv-file-content, file-preview-image,
file-thumbnail-footer, file-footer-caption, file-thumb-progress, progress, progress-bar, file-actions, file-footer-buttons, kv-file-remove,      {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.input-group:before, .input-group:after,
.file-input:before, .file-input:after, {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/

#messageOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0px;
	overflow: auto;
}

#requestOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 990;
	top: 0px;
	overflow: auto;
	background: rgba(0,0,0,.5);
}

#filterOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 990;
	top: 0px;
	overflow: auto;
	background: rgba(0,0,0,.5);
}

#listOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 990;
	top: 0px;
	overflow: auto;
	background: rgba(0,0,0,.5);
}


.messageShow {
	display: block;
}

.messageHide {
	display: none;
}


#messageOverlay .innerDark, #requestOverlay .innerDark, #listOverlay .innerDark {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	top: 0px;
	z-index: 991;
}

#messageOverlay .innerMessage, #requestOverlay .innerMessage, #listOverlay .innerMessage  {
	width: 100%;
	position: absolute;
	top: 50px;
	padding-bottom: 50px;
	z-index: 992;
}

#messageOverlay .Message {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	background-color: #ffffff;
	border: 1px solid #484848;
	/*border-radius: 5px;*/
}

#requestOverlay .Message {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 700px;
	background-color: #ffffff;
	border: 1px solid #484848;
	border-radius: 5px;
}

#listOverlay .Message {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 700px;
	background-color: #ffffff;
	border: 1px solid #484848;
	border-radius: 5px;
}

#messageOverlay .Message .msgTitle{
	padding: 10px;
	position: relative;
	/*background-color: #a20101;*/
	font-size: 140%;
	font-weight: 600;
	color: #ffffff;
}

#messageOverlay .Message .msgText{
	padding: 10px;
	position: relative;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: 300;
	color: #000000;
}
.greenBg {
	background-color: #007921;
}

.orangeBg {
	background-color: #ff640a;
}

.blueBg {
	background-color: #0f0088;
}

.redBg {
	background-color: #a20101;
}
#messageOverlay .Message .msgButton{
	padding: 10px;
	position: relative;
	background-color: #ffffff;
	align-items: flex-end;
}

#messageOverlay .Message .msgButton .button{
	padding: 5px;
	background-color: #0044b5;
	color: #ffffff;
	font-size: 100%;
	font-weight: 600;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.cssUpload * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.file-drop-zone {
	height: auto;
}


.halfBox {
	width: 50%;
}
.quarterBox {
	width: 25%;
}
.quarter3Box {
	width: 75%;
}	
.fullBox {
	width: 100%;
}
.noScroll {
	overflow: hidden;
}
.searchableBox {
	display:none;
	position:absolute;
	z-index:1003;
	background-color: #ffffff; 
	border: 1px dashed #c8c8c8;
	border-radius: 4px;
}
input[type=text], input[type=password], select {
	background: #ffffff;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	height: 2em;
	box-sizing: border-box;
	font-family: inherit; 
	font-size: inherit;
	width: 100%;
	}
	
input[type=submit] {
	background: #373737;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	height: 2em;
	box-sizing: border-box;
	width: 100%;
	font-family: inherit; 
	font-size: inherit;
	}

textarea {
	background: #ffffff;
	height: 2em;
	border: 1px solid #c8c8c8;
	resize: none;
	font-family: inherit; 
	font-size: inherit;
}
	
.textArea {
	height: 4em;
}
	
.imgList {
	height: auto;
	width: 50%;
}

.imgDetail {
	height: auto;
	width: 100%;
}

.imgOverlay {
	width: 100px;
	height: auto;
	cursor: pointer;
}

.imgUnderlay {
	position: absolute;
	width: 60px;
	height: 60px;
	padding: 40px;
	z-index: 0;
	opacity: 0;
}

.imgOverlayEaseIn {
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.imgOverlayEaseOut {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
	
.kreis {
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
    border-radius: 6px;
	
}


.textInputBig {
	font-size: 200%;
	color: #373737;
	}

.textInputNormal {
	font-size: 150%;
	color: #373737;
	}

.textInputSmall {
	font-size: 110%;
	color: #373737;
	}	

.textLabelBig {
	font-size: 200%;
	color: #ffffff;
}

.textLabelSmall {
	font-size: 110%;
	color: #ffffff;
	}
.pageFrame {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.page {
	position: relative;
}

.content {
	position: relative;
	width: 90%;
	z-index: 1;
	margin-left: 100px;
}

a.textLink:link {
	color: #6b6b6b;
	text-decoration: none;
}

a.textLink:visited {
	color: #6b6b6b;
	text-decoration: none;
}

a.textLink:hover {
	color: #ff9600;
	text-decoration: none;
}

a.step1:link {
	color: #000000;
	text-decoration: none;
}

a.step1:visited {
	color: #000000;
	text-decoration: none;
}

a.step1:hover {
	color: #373737;
	text-decoration: none;
} 

a.step2:link {
	color: #000000;
	text-decoration: none;
}

a.step2:visited {
	color: #000000;
	text-decoration: none;
}

a.step2:hover {
	color: #373737;
	text-decoration: none;
} 

/* Box */
.box {
	position: relative; 
	width: 96%; 
	height: auto; 
	background-color: #ffffff; 
	border-radius: 5px; 
	margin: 2%;
	-webkit-box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);
	-moz-box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);
	box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);
}

.boxOverview {
	position: relative; 
	width: 100%; 
	height: auto; 
	background-color: #ffffff; 
	border-radius: 5px; 
	margin-top: 20px;
	-webkit-box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);
	-moz-box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);
	box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);
	overflow: hidden;
}

.boxSearch {
	position: relative; 
	width: 100%; 
	height: auto; 
	background-color: #ffffff; 
	border-radius: 5px; 
	margin-top: 20px;
	-webkit-box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);
	-moz-box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);
	box-shadow: 0px 2px 7px 1px rgba(220,220,220,1);

}

.overviewHeader {
	position: relative;
	display:-webkit-flex;
	display: flex;
	align-items: center;
	flex-direction: row;	
	flex-wrap: wrap;
	background-color: #cccccc;
	font-size: 85%;
}

.overviewContent {
	position: relative;
	display:-webkit-flex;
	display: flex;
	align-items: top;
	flex-direction: row;	
	flex-wrap: wrap;
	background-color: #ffffff;
	font-size: 85%;
	border-bottom: 1px solid #cfcfcf;
	width: 100%;
}
/*
.overviewContent:hover {
	background-color: #daa461;
}
*/
.alignTop {
	align-self: flex-start;
}
.moStep1:hover {
	background-color: #daa461;
}
.moStep2:hover {
	background-color: #f5c891;
}
.moStep3:hover {
	background-color: #ffdeb5;
}
.formContent {
	position: relative;
	display:-webkit-flex;
	display: flex;
	align-items: top;
	flex-direction: row;	
	flex-wrap: wrap;
	background-color: #ffffff;
	font-size: 85%;
}

.overviewLine {
	position: relative;
	display:-webkit-flex;
	display: flex;
	align-items: top;
	flex-direction: row;	
	flex-wrap: wrap;
}

.overviewFlex {
	position: relative;
	display:-webkit-flex;
	display: flex;
	align-items: center;
	flex-direction: row;	
	flex-wrap: wrap;
	width: 100%;
}

.buttonFlex {
    display: flex;
    align-items: stretch;
}

.searchTitle {
	text-align: right;
	font-weight: bold;
}

.bgNew {
	background-color: #1b926c;
}

.bgNew:hover {
	background-color: #21b284;
}

.bgEdit {
	background-color: #9fb8e0;
}

.bgView {
	background-color: #d4d4d4;
}

.bgSearch {
	background-color: #496ef3;
}

.bgSearch:hover {
	background-color: #6989fb;
}

.bgEdit:hover {
	background-color: #b5d1ff;
}

.bgView:hover {
	background-color: #f1f0f0;
}

.bgDelete {
	background-color: #e6bcbc;
}

.bgDelete:hover {
	background-color: #e4cece;
}
.paddingLR10 {
	padding-left: 10px;
	padding-right: 10px;
}

.paddingTB10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.paddingTB5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.paddingT10 {
	padding-top: 10px;

}

.marginR5 {
	
	margin-right: 5px;
}

.percent5 {
	width: 5%;
}

.percent10 {
	width: 10%;
}

.percent15 {
	width: 15%;
}

.percent20 {
	width: 20%;
}

.percent25 {
	width: 25%;
}

.percent30 {
	width: 30%;
}

.percent40 {
	width: 40%;
}

.percent50 {
	width: 50%;
}

.percent60 {
	width: 60%;
}

.percent70 {
	width: 70%;
}

.percent80 {
	width: 80%;
}

.percent90 {
	width: 90%;
}

.percent100 {
	width: 100%;
}

.columnCount10 {
	width: 10%;
}

.columnCount9 {
	width: 11.1111111%;
}

.columnCount8 {
	width: 12.5%;
}

.columnCount7{
	width: 14.2857%;
}

.columnCount6 {
	width: 16.6666666%;
}

.columnCount5 {
	width: 20%;
}

.columnCount4 {
	width: 25%;
}

.columnCount3 {
	width: 33.333333%;
}

.columnCount2 {
	width: 50%;
}


.hidden {
	height: 0px;
	overflow: hidden;
}

.show {
	height: auto;
}

.hiddenWindow {
	width: 100%;
	position: absolute;
	z-index: 2;
	display: none;
	opacity: 0;
}

.hiddenWindowInner {
	width: 50%;
	height: 400px;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #cccccc;
	margin-left: 25%;
	margin-top: 5%;
	position: fixed;
	z-index: 2;
}

.hiddenWindowOuter {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	opacity: 0.5;
	z-index: 1;
}

.showWindow {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	height: 100%;
}

.hideWindow {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.userBox {
	position: fixed; 
	width: auto; 
	height: auto; 
	background-color: #2f2f2f; 
	top: 0; 
	right: 0;
	padding: 10px;
	z-index: 9;
}

.userBoxTextNormal  {
	font-size: 90%;
}

.userBoxTextSmall  {
	font-size: 75%;
	color: #cccccc;
}

a.userBoxTextLogout:link  {
	font-size: 75%;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a.userBoxTextLogout:visited  {
	font-size: 75%;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.selectionAreaOuter {
	width: 100%; 
	border: 1px dashed #cccccc; 
	border-radius: 4px; 
	margin-bottom: 10px;
	background-color: #79a9e0;

}

.selectionAreaInner {
	width: 100%; 
	background-color: #93bcea;

}
@media all and (max-width:760px) {
	
	html, body {
		font-size: 100%;

	}

	.content {
		margin-left: 50px;
	}
	
	}