body {
	font: 600 12px/1 'Open Sans', sans-serif;
	color: #333;
	background: rgba(56,87,122,1);
	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 10px;
	border: 2px #FFF groove;
}

input[type=text] {
	padding: 5px 5px 2px 5px;
	margin: 5px 0px;
	border-radius: 5px;
	background: #FFFFFF;
	width: 100%;
	line-height: 1.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;
	outline:none;
}

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: 5px 0;
	border-radius: 5px;
	width: 100%;
	border: 2px #FFF groove;
	/*line-height: 2.0em;*/
	background-color: white;
	color: #333333;
	text-align: left;
	padding: 5px 5px 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;
}

.Logo a {
	color: #fff;
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: rgb(3, 3, 3) 0px 2px 5px;
	transition: all 0.7s ease;
}

.Logo a span {
	color: #ff9000;
	outline: none;
}

.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: #328a99;*/
	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: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(56,87,122,1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(56,87,122,1);
}

.title {
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38577a', endColorstr='#2c445e', GradientType=0 );
	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: 95%;
	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;
	margin: 5px;
	background-color: #FFFFFF;
}

.pageLinks {
	margin-top: 20px;
}

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

.pageLinks a.selected {
	background-color: #ff9000;
	color: #333;
}

.searchButton {
	margin-bottom: 20px;
}

.searchButton button {
	/*	background-color: #004380; */
	color: #333;
	font: 800 12px/1 'Open Sans', sans-serif;
	border: 2px #FFF groove;
	border-radius: 5px;
	cursor: pointer;
	padding: 8px;
	margin: 3px;
}


/* components for search items */

#myCont {
	width: 95%;
}

#myInput {
	width: 100%; /* Full-width */
	font: 400 12px/1 'Open Sans', sans-serif;
	padding: 5px 15px 5px 10px; /* 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-color: white;
	color: inherit;
	width: 100%; /* Full-width */
	font: 'Open Sans', sans-serif;
	padding: 5px 10px; /* 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;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
}

.nav li a:hover {
	background: rgba(255,144,0,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,167,84,1)), color-stop(50%, rgba(255,167,84,1)), color-stop(85%, rgba(255,144,0,1)), color-stop(100%, rgba(255,144,0,1)));
	background: linear-gradient(to bottom, rgba(255,167,84,1) 0%, rgba(255,167,84,1) 50%, rgba(255,144,0,1) 85%, rgba(255,144,0,1) 100%);
}

.nav li a.active {
	box-shadow: inset 5px 0 0 #C60000, inset 6px 0 0 #222;
	background: rgba(255,144,0,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,167,84,1)), color-stop(50%, rgba(255,167,84,1)), color-stop(85%, rgba(255,144,0,1)), color-stop(100%, rgba(255,144,0,1)));
	background: linear-gradient(to bottom, rgba(255,167,84,1) 0%, rgba(255,167,84,1) 50%, rgba(255,144,0,1) 85%, rgba(255,144,0,1) 100%);
}



/* 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: #888888;
	color: #333;
}

.SIDE {
	background: #eee;
}

.BLANK {
	background: rgba(255,144,0,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,167,84,1)), color-stop(25%, rgba(255,167,84,1)), color-stop(50%, rgba(255,144,0,1)), color-stop(100%, rgba(255,144,0,1)));
	background: linear-gradient(to bottom, rgba(255,167,84,1) 0%, rgba(255,167,84,1) 25%, rgba(255,144,0,1) 50%, rgba(255,144,0,1) 100%);
	font-weight: bold;
	color: #eeeeee;
}

.BLANK_Col {
	color: #999999;
}

.BLANK_Side {
	background: rgba(85,85,85,0.65);
	color: #fff;
}

.BLANK_SUB {
	background: rgba(255,144,0,1);
}

.SUB {
	background: rgba(255,255,255,1);
	color: #333;
}

.MATe {
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
	font-weight: bold;
	color: #eee;
}

.MATe_Col {
	color: #404355;
	font-weight: bold;
}

.MATe_Side {
	background: #e5e5e5;
	color: #555;
}

.MATe_SUB {
	background: rgb(100, 137, 179);
}

.MATe_SUB a {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 3px 0 3px 10px;
	font-size: 12px;
}

.EMD {
	background: #264f15;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d8220), color-stop(25%, #3d8220), color-stop(50%, #36711e), color-stop(100%, #36711e));
	background: linear-gradient(to bottom, #3d8220 0%, #3d8220 25%, #36711e 50%, #36711e 100%);
	color: #eee;
}

.EMD_Col {
	color: #1B721B;
	font-weight: bold;
}

.EMD_SUB {
	background: #1B721B;
}

.COM {
	background: #a73b26;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a76a69), color-stop(25%, #a76a69), color-stop(50%, #a72912), color-stop(100%, #a72912));
	background: linear-gradient(to bottom, #a76a69 0%, #a76a69 25%, #a72912 50%, #a72912 100%);
	color: #eee;
}

.COM_Side {
	background: rgba(225,0,0,0.70);
}

.COM_Col {
	color: #AB1414;
	font-weight: bold;
}

.COM_SUB {
	background: rgba(225,0,0,1)
}

.LoOM {
	background: #FF9000;
	color: white;
}

.LoOM_Side {
	background: #f7931e;
}

.LoOM_Col {
	color: #dc5c26;
	font-weight: bold;
}

.SPOC {
	background: #eee;
}

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

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

.TRANS {
	background: transparent;
}

.tShadow {
	color:#333;
	text-shadow: -1px -1px 2px #FFFFFF;
}
