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 3px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    margin: 2;
    padding: 5px;
}

input[type=number] {
    -moz-appearance:textfield;
}
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");
	box-shadow: 3px 3px 5px rgba(255,255,255,0.1), -4px -4px 5px rgba(0,0,0,0.1);
}

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;
}

h_sub {
    text-shadow: 2px 2px 2px #222;
}

.detbtn button {
   padding: 5px 30px;
   background-color: #dbae1f;
   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-width: thin;
	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: 10px 0 10px 0;
  border-radius: 5px;
  background: #f1f1f1;
  resize: none;
}

.form-container select {
  padding: 5px;
  margin: 10px 0 10px 0;
  border-radius: 5px;
  background: #f1f1f1;
  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: #ddd;
  outline: none;
}

.form-container .btn {
  /* background-color: #eee; */
  color: #333;
  padding: 10px 0px;
  margin: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  width: 97%;
  opacity: 0.8;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.form-container .send {
   color: white;
   background-color: #004380;
}

.form-container .input {
	padding: 10px;
}

.pageLinks { 
	margin-top: 20px; 
}

.pageLinks a { 
	padding: 3px; 
	color: #eee; 
	line-height: normal; 
}

.pageLinks a.selected { 
	background-color: #004380; 
	color: White; 
}

.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: 5px;
}

/* 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 14px/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-color: transparent;
  text-align: center;
  color: white;
  width: 100%; /* Full-width */
  font: 'Open Sans', sans-serif;
  padding: 1px 0px 1px 10px; /* Add some padding */
  border: 1px solid #555555; /* Add a grey border */
  border-radius: 5px;
  margin: 2px 0; /* Add some space below the input */
}

.selInput {
  background-color: white;
  text-align: left;
  color: black;
  font: 'Open Sans', sans-serif;
  padding: 5px 0px 5px 10px; /* Add some padding */
  border: 1px solid #555555; /* Add a grey border */
  border-radius: 5px;
  margin: 2px 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_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;
}

.SPOC {
 	background: #333;
}

.SPOC_Col {
	color: #DBB100;
	font-weight: bold;
}

.SPOC_Side {
	background: rgba(219,177,0,0.75);
}

.TRANS {
 	background: transparent;
}

.MAW {
    background: #DBAE1F;
	color: black;
	font-weight: bold;
} 

.MAW_Diag {
    background: #D9CD1E;
	color: black;
	font-weight: bold;
} 

.MAW_Col{
	color: #333333;
	font-weight: bold;
}

.TAB {
    background: #FFFFFF;
}

/* 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;
}

/* 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;
}

/* new navbar MELDUNG */

.navbar {
  overflow: hidden;
  background-color: #333; 
}

.navbar a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
      transition: transform .3s;
}

.active {
  background-color: #DBAE1F;
  color: white;
}

.subnav .subnavbtn {
  font-size: 12px;  
  border: none;
  outline: none;
  color: white;
  background-color: #333; 
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;

  padding: 14px 10px;
  font-family: inherit;
  margin: 0;
}

.subnavbtn.active {
  background-color: #DBAE1F;
 font-weight: bold;
  color: black;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #DBAE1F;
  font-weight: bold;
  color: black;
}

.subnav-content {
  display: none;
  position: inherit;
  font-weight: bold;
  font-size: 12px;
  color: white;
  right: 0;
  transition: transform .3s;
  vertical-align: middle;
  line-height: 2.2em;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}

.subnav:hover .subnav-content {
  display: block;
  transition: transform .3s;
  color: black;
}

.subnav-content.active {
  display: block;
  transition: transform .3s;
  color: black;
}
