body {
  	font: 600 12px/1 'Open Sans', sans-serif;
  	color: #555;
 	background: #BFBAE8;
  	overflow-x: hidden;
}

input[type=date] {
  margin: 0 auto;
  width: 95%;
  font: 400 12px/1 'Open Sans', sans-serif;
  text-transform: uppercase;
  outline: none;
  border-radius: 5px;
  line-height: 2em;
  padding: 0px 13px;
}

input[type=text] {
	padding: 5px 10px 2px 10px;
	margin: 0;
	border-radius: 5px;
	background: #FFFFFF;
	width: 100%;
	line-height: 2em;
	border: 2px #FFF groove;
}

input[type=submit] {
	padding: 5px 30px;
	margin: 0;
	border-radius: 5px;
	background: #FFFFFF;
	line-height: 2em;
	border: 2px #FFF groove;
}

input[type=password] {
	padding: 5px 10px 2px 5px;
	margin: 0;
	border-radius: 5px;
	background: #FFFFFF;
	width: 100%;
	line-height: 2em;
	border: 2px #FFF groove;
}

input[type=number] {
  background-color: transparent;
  width: 95%;
  color: #333;
  line-height: 2em;
  text-align: left;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px #FFF groove;
  padding: 5px 0px 2px 16px;
}

button {	
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer; 
}

textarea {
	font: 600 12px/1 'Open Sans', sans-serif;
	line-height: 1.5em;
	background: transparent;
	padding:0px; 
	margin: 10px 0 0 0;
	border-style: hidden;
	width:100%; 
	overflow: hidden;
	resize: none;
}

select {
   	-webkit-appearance: none; 
   	-moz-appearance: none;
   	appearance: none;       /* remove default arrow */
	margin: 0;
	border-radius: 5px;
	width: 100%;
	border: 2px #FFF groove;
	line-height: 2.0em;
	background-color: white;
	color: #333333;
	text-align: left;
	padding: 5px 10px 2px 5px;
    min-width: 160px;
	background-size: 1.2em;
	background-repeat: no-repeat;
 	background-position: center right 5px;
 	background-image: url("/graphics/Main_Icon/search_dark.png");
}

option {
   	-webkit-appearance: none; 
   	-moz-appearance: none;
   	appearance: none;       /* remove default arrow */
	line-height: 2.0em;
	background-color: rgba(255,255,255,0.5);
    vertical-align: bottom;
    min-width: 120px;
	color: #000000;
	text-align: left;	
}

fieldset {
	border: none;
	background-color: #444444;
	border-radius: 5px;
	margin: 5px 0 5px 0;
}

[class*="single_entry_"] button	{ 
    color: #eee; 
}
/*.single_entry_main a img {
    filter: brightness(5%);
}
.single_entry_main button img {
    filter: brightness(5%);
}
*/
.filter img {
    filter: brightness(30%);
}	

.nofilter img {
    filter: brightness(100%);    
}	

.lBorder {
    border-left: 3px #FFF groove;
    border-radius: 0px;
}
.rBorder {
    border-right: 3px #FFF groove; 
    border-radius: 0px;
}
.frame {
    border-radius: 5px;
    border: 2px #FFF groove;
}

.download a {
    float: right;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    border: 2px #FFF groove;
	text-decoration: none;
    color: #333;
    cursor: pointer;
}

.detbtn button {
   padding: 5px 30px;
   background-color: #8050a3;
   border-radius: 8px;
   margin: 10px;
   opacity: 1;
}
.detbtn button:hover {
   opacity: 1;
}
.detbtn .sav {
   background-color: #1B721B;
}
.detbtn .canc {
   background-color: #AB1414;
}

.detform select {
   padding: 0px 0px;
   color: #333333;
   border-radius: 5px;
   margin: 0px;
}

.detEntry {
  	color: #333;
}

.editWin select {
   	-webkit-appearance: none; 
   	-moz-appearance: none;
   	appearance: none;       /* remove default arrow */
	min-height: 25px;
	font: 800 12px/1 'Open Sans', sans-serif;
	background-color: transparent;
	color: #AB1414;
	text-align: left;
	border-style: hidden;
	border-radius: 5px;
	padding: 2px 15px;
/*   	background-repeat: no-repeat;
 	background-position: center right;
 	background-image: url("/graphics/Main_Icon/select.png");
	box-shadow: 3px 3px 5px rgba(255,255,255,0.1), -4px -4px 5px rgba(0,0,0,0.1);
*/}
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8050a3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8050a3;
}

.title {
  	background: #BFBAE8;
  	font-size: 28px;
  	font-weight: 800;
  	line-height: 50px;
  	text-align: center;
  	vertical-align: middle;
	padding: 0 0 0 0px;
  	letter-spacing: 1px;
  	color: #eee;
  	z-index: 101;
}

.content {
	background: #eee;
	/*
	background-image: url('../img/Background_wall.png');
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	*/
}

.form-container {
	position: relative;
	top: 3%;
  	max-width: 350px;
	max-height: 750px;
	margin: 0 auto;
    color: #333;
	line-height: 10px;
    border-style: solid;
	border-width: medium;
	border-color: dimgray;
  	padding: 10px 10px;
  	border-radius: 10px;
  	background-color: #eee;
}
.form-container a img {
    filter: brightness(30%);
}
.form-container button img {
    filter: brightness(30%);
}

.form-container div.form-content{
	margin-top: 20px;
  }

.form-container div.addTyp img{
	filter: brightness(5%);
  }

.form-container div.delSys img{
	filter: brightness(5%);
  }

.form-container button.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.form-container textarea {
  padding: 5px;
  margin: 0;
  border-radius: 5px;
  background: #FFFFFF;
  resize: none;
  border: 2px #FFF groove;

}

.form-container select {
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	font-size: 12px;
  background: #FFFFFF;
  width: 98%;
	border-width: 2px;
	border-style: inset;
	border-color: initial;
	resize: none;
}

.form-container textarea.inputor {
  width: 100%;
  min-height: 200px;
}

.form-container h3 {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 12px;
	left: 10px;
}

.form-container textarea:focus {
  background-color: #FFFFFF;
  outline: none;
}

.form-container .btn {
  /* background-color: #eee; */
  color: #333;
  padding: 10px 0px;
  margin: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  width: 99%;
  opacity: 1;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.form-container .send {
   color: #eee;
   background-color: #333;
   box-shadow: -2px -2px 4px rgba(255,255,255,0.8), 5px 5px 5px rgba(0,0,0,0.4);
}

.form-container .input {
	padding: 10px;
    background-color: #FFFFFF;
}

.pageLinks { 
	margin-top: 20px; 
}

.pageLinks a { 
	padding: 3px; 
	color: #777; 
	line-height: normal; 
}

.pageLinks a.selected { 
	background-color: #8050a3;
	color: #333;
}

.searchButton { 
	margin-bottom: 20px; 
}

.searchButton button {
/*	background-color: #004380; */
	color: #333;
    font: 800 12px/1 'Open Sans', sans-serif;
    border: 2px solid #333; /* Add a grey border */
    border-radius: 5px;
	cursor: pointer;
	padding: 8px;
	margin: 3px;
}

/* components for search items */

#myCont {
	width: 95%;
}

#myInput {
  background-image: url('/graphics/Main_Icon/search_dark.png'); /* Add a search icon to input */
  background-position: 5px 3px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font: 400 12px/1 'Open Sans', sans-serif;
  padding: 5px 15px 5px 40px; /* Add some padding */
  border: 1px solid transparent; /* Add a grey border */
  border-radius: 5px;
  margin: 12px 0; /* Add some space below the input */
}

.myInput {
  background-image: url('/graphics/Main_Icon/search_dark.png'); /* Add a search icon to input */
  background-position: 5px 3px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font: 400 12px/1 'Open Sans', sans-serif;
  padding: 5px 15px 5px 40px; /* Add some padding */
  border: 1px solid transparent; /* Add a grey border */
  border-radius: 5px;
  margin: 12px 0; /* Add some space below the input */
}

.formInput {
  background-image: url('/graphics/Main_Icon/select.png'); /* Add a search icon to input */
  background-position: 5px 0.3em; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  background-color: white;
  color: inherit;
  width: 100%; /* Full-width */
  font: 'Open Sans', sans-serif;
  padding: 5px 15px 5px 30px; /* Add some padding */
  /*border: 1px solid #333;  Add a grey border */
  border-radius: 5px;
  margin: 6px 0; /* Add some space below the input */
}

.nav li a {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 15px 0 15px 15px;
  font-size: 12px;
  color: #eee;
  border-bottom: 1px solid #222;
}


/* Styling of Knockout Components */

	.tabs li:hover { 
		background-color: #444; 
	}    
	.tabs li { 
		font-size: 16px; 
		font-weight: bold; 
		display: inline-block; 
		padding: 10px 15px; 
		cursor: pointer; 
	}
	.tabs li { 
		*display: inline !important; /* IE7 only */
	} 
    .tabs li:first-child { 
        border-left: none; 
        border-radius: 7px 0 0 7px; 
    }

	.tabs .selected { 
		background-color:  #AB1414 !important;
		color: white;
		text-shadow:none;
		border-right-color: #aaa;
		border-left: none;
	}
	.versions li:hover { 
 		background-color: #630202; 
		color: #eee;
	}
	.versions li { 
		font-size: 14px; 
		font-weight: bold;
        display: block;
		padding: 5px 15px;
        margin: 5px 0;
        border-radius: 5px;
		cursor: pointer; 
	}
	.versions  .selected { 
		background-color: #AB1414 !important; 
		color: white;
		text-shadow:none;
		border-right-color: #aaa;
		border-left: none; 
		box-shadow:inset 1px 2px 6px #070707; 
	}
	.actbutton {
		background-color: #1e9e11; 
		border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
		padding: 5px 10px; 
	}
	.actbutton:disabled {
		background-color: #82a47f;
        cursor: not-allowed;
	}

/*
    .actbutton::before { 
        content: url(/graphics/Main_Icon/plus.png);
    }
*/

.zeile a {
	color: #555;
}


/* Table layout */

.lister {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
    border-collapse: collapse; 
  /*  width: 100%; */
}

.lister td, .lister th {
    border: 1px solid #ddd; 
   	padding: 5px 10px;
	color: #333333;
}

.lister tr:nth-child(odd){
	background-color: rgba(255,255,255,1);
}

.lister tr:nth-child(even){
	background-color: rgba(255,255,255,0.7);
}

.lister th {
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
}

.lister a {
	text-decoration: none;
    color: #eee;
}

/* Shadow_types */


.shadow_def {
	box-shadow: 0 0 15px rgba(0,0,0,1);
}

.shadow_up {
	box-shadow: -2px -2px 4px rgba(255,255,255,0.8), 5px 5px 5px rgba(0,0,0,0.4);
}

.shadow_down {
	box-shadow: 3px 3px 3px rgba(255,255,255,0.9), -3px -3px 5px rgba(0,0,0,0.4);
/*    border: #FFFFFF groove;*/
}

.shadow_left {
	 box-shadow: -7px 3px 10px rgba(0,0,0,0.5);
}

.node {
  	display: block;
 	cursor: pointer;
	min-width: 100px;
  	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
  	font-size: 12px;
  	color: #333;
	border-radius: 8px;
}

.node a {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 3px 0 3px 10px;
  font-size: 12px;
  color: #eee;
}

/* order DIV */

.numDev .button {
	margin: 0 0 0 5px;
	text-indent: -9999px;
	cursor: pointer;
	width: 29px;
	height: 29px;
	float: left;
	text-align: center;
	background: url(../img/00_CONTROL/buttons.png) no-repeat;
}
.numDev .dec {
	background-position: 0 -29px;
}

.numDev .buttons {
	padding: 20px 0 0 140px;
}


/* Module specific sidebar */

.INDEX a {
	color: #333;
}

.INIT {
 	background: #333;
    color: #eee;
}

.SIDE {
 	background: #eee;
}

.BLANK {
 	background: #555555;
    color: #eee;
}

.BLANK_Col {
 	color: #555555;
}

.BLANK_Side {
 	background: rgba(85,85,85,0.65);
    color: #fff;
}

.SUB {
	background: rgba(255,255,255,1);
    color: #333;
}

.MATe {
 	background: #8050a3;
	font-weight: bold;
    color: #eee;
}

.MATe_Col {
	color: #8050a3;
	font-weight: bold;
}

.MATe_Side {
	background: rgba(191,68,16,0.70);
    color: #eee;
}

.MATe_SUB {
 	background: #BFBAE8;
}

.MATe_SUB a {
	position: relative;
  	display: block;
  	cursor: pointer;
  	padding: 3px 0 3px 10px;
  	font-size: 12px;
}

.EMD {
 	background: #1B721B;
    color: #eee;
}

.EMD_Col {
	color: #1B721B;
	font-weight: bold;
}

.EMD_SUB {
 	background: #0F400F;
}

.COM {
 	background: #AB1414;
    color: #eee;
}

.COM_Side {
 	background: rgba(225,0,0,0.70);
}

.COM_Col {
	color: #AB1414;
	font-weight: bold;
}

.LoOM {
	background: #BFBAE8;
	font-family: chalky, sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.9em;
	color: white;
}

.LoOM_Side {
	background: #f7931e;
}

.LoOM_Col {
	color: #dc5c26;
	font-weight: bold;
}

.SPOC {
 	background: #eee;
}

.SPOC_Col {
	color: #333;
	font-weight: bold;
}

.SPOC_Side {
	background: rgba(219,177,0,0.75);
}

.TRANS {
 	background: transparent;
}


