body {
  	font: 600 12px/1 'Open Sans', sans-serif;
  	color: #eee;
 	background: #333;
  	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: 1;
  border-radius: 5px;
  padding: 0 13px;
}

input[type=number] {
  background-color: transparent;
  margin: 5px 0px 0px 10px;
  width: 95%;
  color: white;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 0 0 16px;
}


button {	
  background-color: transparent;
  border: none;
  color: white;
  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 */
	min-height: 22px;
	font: 800 12px/1 'Open Sans', sans-serif;
	background-color: white;
	color: #333333;
	text-align: left;
	border-style: hidden;
	border-radius: 5px;
	padding: 3px 10px 2px 5px;
    min-width: 160px;
	width: 100%;
   	background-repeat: no-repeat;
 	background-position: center right;
 	background-image: url("/graphics/Main_Icon/select.png");
}

option {
   	-webkit-appearance: none; 
   	-moz-appearance: none;
   	appearance: none;       /* remove default arrow */
	font: 400 12px/1 'Open Sans', sans-serif;
	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;
}

h_main {
    text-shadow: 2px 2px 2px #222;
}

.lBorder {
    border-left: 3px #000000 groove; 
    border-radius: 0px;
}
.rBorder {
    border-right: 3px #000000 groove; 
    border-radius: 0px;
}
.frame {
    border-radius: 5px;
    border: 2px #333 groove;
}
.download a {
    float: right;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    border: 2px #000000 groove;
	text-decoration: none;
    color: #eee;
    cursor: pointer;
}


.detbtn button {
   padding: 5px 30px;
   background-color: #004380;
   border-radius: 8px;
   margin: 10px;
   opacity: 0.8;
}
.detbtn button:hover {
   opacity: 1;
}
.detbtn .sav {
   background-color: #1B721B;
}
.detbtn .canc {
   background-color: rgba(225,0,0,0.70);
}

.detform select {
   padding: 0px 0px;
   color: #333333;
   border-radius: 5px;
   margin: 0px;
}

.detEntry {
  	color: #eee;
}

.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: #F44949;
	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: #555; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.title {
  	background: #333; 
  	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: #333;
}

.form-container {
	position: relative;
	top: 10%;
  	max-width: 350px;
	max-height: 750px;
	margin: 0 auto;
	line-height: 10px;
    border-style: solid;
	border-width: medium;
	border-color: dimgray;
  	padding: 10px 10px;
  	border-radius: 10px;
  	background-color: #333;
}

.form-container div.form-content{
	margin-top: 20px;
  }

.form-container button.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.form-container textarea {
  padding: 15px;
  margin: 0;
  border-radius: 5px;
  background: #eeeeee;
  resize: none;
  box-shadow: 3px 3px 5px rgba(255,255,255,0.1), -3px -3px 5px rgba(0,0,0,0.2);
}

.form-container select {
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
	font-size: 12px;
  background: #f1f1f1;
	border-width: 2px;
	border-style: inset;
	border-color: initial;
	width: 98%;
  resize: none;
}

.form-container textarea.inputor {
  	width: 100%;
  	min-height: 200px;
	margin-left: 3px;
}

.form-container h3 {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 12px;
	left: 10px;
}

.form-container textarea:focus {
  background-color: #eeeeee;
  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: white;
   background-color: #004380;
}

.form-container .input {
	padding: 10px;
    background-color: #eeeeee;
}

.pageLinks { 
	margin-top: 20px; 
}

.pageLinks a { 
	padding: 3px; 
	color: #eee; 
	line-height: normal; 
}

.pageLinks a.selected { 
	background-color: #eee;
	color: #333; 
}

.searchButton { 
	margin-bottom: 20px; 
}

.searchButton button {
/*	background-color: #004380; */
	color: #eee;
    font: 800 12px/1 'Open Sans', sans-serif;
    border: 1px solid white; /* 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 white;  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 20px;
  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: #eee;
}

/* Module specific sidebar */

.INDEX a {
	color: #FFFFFF;
}

.INIT {
 	background: #333;
}

.SIDE {
 	background: #eee;
}

.BLANK {
 	background: #555555;
}

.BLANK_Col {
 	color: #555555;
}

.BLANK_Side {
 	background: rgba(85,85,85,0.65);
}

.SUB {
	background: rgba(255,255,255,0.9);
    color: #333;
}

.MATe {
 	background: #004380;
}

.MATe_Col {
	color: #005FB5;
	font-weight: bold;
}

.MATe_Side {
	background: rgba(0,45,99,0.65);
}

.MATe_SUB {
 	background: #002D63;
}

.MATe_SUB a {
	position: relative;
  	display: block;
  	cursor: pointer;
  	padding: 3px 0 3px 10px;
  	font-size: 12px;
  	color: #999999;
}

.EMD {
 	background: #1B721B;
}

.EMD_Col {
	color: #1B721B;
	font-weight: bold;
}

.EMD_SUB {
 	background: #0F400F;
}

.COM {
 	background: #AB1414;
}

.COM_Side {
 	background: rgba(225,0,0,0.70);
}

.COM_Col {
	color: #F44949;
	font-weight: bold;
}

.LoOM {
 	background: #dc5c26;
	color: #eee;
}

.LoOM_Side {
 	background: #f7931e;
}

.LoOM_Col {
	color: #dc5c26;
	font-weight: bold;
}

.LiCy {
	background: #662d91;
	color: #eee;
}

.LiCy_Side {
	background: #93618f;
}

.LiCy_Col {
	color: #662d91;
	font-weight: bold;
}

.SPOC {
 	background: #333;
}

.SPOC_Col {
	color: #333;
	font-weight: bold;
}

.SPOC_Side {
	background: rgba(219,177,0,0.75);
}

.TRANS {
 	background: transparent;
}


/* 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: -1px -1px 5px rgba(255,255,255,0.1), 5px 5px 5px rgba(0,0,0,0.2);
}

.shadow_down {
	box-shadow: 3px 3px 5px rgba(255,255,255,0.1), -3px -3px 5px rgba(0,0,0,0.2);
}

.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: #eee;
	border-radius: 8px;
}

.node a {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 3px 0 3px 10px;
  font-size: 12px;
  color: #eee;
}

