@charset "UTF-8";


html,body {
  height: 100%;
}

/*Opera Fix*/
body:before {
	content: "";
	float: left;
	width: 0;
	margin-top: -32767px;
}

body {
	margin: 0;
	padding: 0;
}

#page_wrap {
  width: 100%;
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height:auto !important; /* Important Regel für moderne Browser */
  height:100%; /* Mindesthöhe für den IE */
  overflow: hidden !important; /* FF Scroll-leiste */
  background-image: url("img/bg_pxl.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }

.dark {


	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

header img { padding: 5px 0 5px 10px; }

img {
	border: 0;
	vertical-align: middle;
}

td a { 

 }

.bradius {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.topheader {
  margin: 15px auto 35px auto;
}

nav {
  width: 1010px;
  margin: 10px auto 0 auto;
  height: 40px;
  background: #000000;
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  nnnnnnnnnnnnnnnnn-moz-box-shadow:    1px 2px 2px 2px rgba(0,0,0,.2);
  nnnnnnnnnnnnnnnnnnnnnnnnn-webkit-box-shadow: 1px 2px 2px 2px rgba(0,0,0,.2);
  nnnnnnnnnnnnnnnnnnnnnnnbox-shadow:         1px 2px 2px 2px rgba(0,0,0,.2);
}



footer {
	bottom: 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
 	width: 100%;
 	margin-bottom: 20px;
 	position: absolute;
}

footer a,footer a:active,footer a:visited {
	text-decoration: none;
	color: #fff;
}

footer a:hover { text-decoration: underline; }

.login {
	background-color: #fff;
	margin-top: -220px;
	margin-left: -325px;
	margin-bottom: 12px;
	width: 600px;
	border: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
}

.install {
	background-color: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	width: 800px;
	border: 1px solid #999999;
}

.fullform,.midform,.tinyform {
	bbbbborder: 1px solid #666;
	background-color: #f8f8f8;
  bbbb-moz-border-radius: 5px;
	bbbbb-khtml-border-radius: 5px;
	bbbbb-webkit-border-radius: 5px;
	bbbbborder-radius: 5px;
}

.tinyform input { width: 50%; }

.tinyform input[type="checkbox"] { width: auto; }

.fullform,.midform,.installsec {
	margin-top: 10px;
	padding: 0;
	text-align: left;
}

.installsec table {
	width: 100%;
	padding: 0 10px 0 10px;
	border-spacing: 4px;
}

.installsec h2 { margin-left: 15px; }

.installstatus { width: 150px; }

.tinyform,.loginsec {
	margin-top: 10px;
	padding: 30px 0 0 0;
	text-align: center;
}

.loginsec p {
	margin: 0;
	padding: 0;
}

.fullform {
	wwwidth: 90%;
	margin: 0 auto;
	text-align: left;
}

.midform,.installsec form {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

.tinyform,.loginsec form {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

.installsec fieldset,.loginsec fieldset {
	border: 0;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
}

.fullform fieldset,.midform fieldset,.tinyform fieldset {
	border: 0;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
}

.fullform legend,.installsec legend,.loginsec legend,.midform legend,.tinyform legend { display: none; }

.fullform label {
	float: left;
	width: 26em;
	margin-top: 6px;
	text-align: right;
}

.installsec label {
	float: left;
	width: 26em;
	margin-right: 1em;
	margin-top: 6px;
	text-align: left;
}

.midform label,.tinyform label,.loginsec label {
	float: left;
	width: 10em;
	margin-right: 1em;
	margin-top: 6px;
	text-align: right;
}

.fullform textarea,.midform textarea { width: 60%; }

/* .loginsec input[type="text"],.loginsec input[type="password"] { width: 183px; } */

.tinyform select,.loginsec select {
  width: 191px;
  background: transparent;
}

.tinyform select,.loginsec input[type="submit"] { margin-right: 51px; }

.tinyform p.submit,.loginsec p.submit { 
	margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 150px; 
}

p.submit {
}

.installsec aside,.loginsec aside {
	border-top: 1px solid #ccc;
	clear: both;
	float: none;
	width: auto;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
}

.messagewrapper {
	width: 650px;
	margin: 0 auto;
	padding: 120px 0 0 0;
	overflow: hidden;
}

.messagewrapperfull {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.overviewsearch {
	position: relative;
	top: -40px;
	right: -350px;
	font-size: 80%;
}

.overviewadd {
	padding: 10px;
	font-weight: bold;
}

/*
 * error message display
 */
.errorcontainer {
	background: url('img/icons/bad.png') 10px center no-repeat #ffedef;
	border: 1px solid #ffc2ca;
	padding: 10px 10px 10px 68px !important;
	margin: .75em !important;
	text-align: left !important;
	overflow: hidden;
}

.errortitle {
	font-weight: bold;
	color: #c00 !important;
}

.error {
	font-weight: normal !important;
	color: #c00 !important;
}

/*
 * warning message display
 */
.warningcontainer {
	bbbackground: url('img/icons/warning.png') 10px center no-repeat #fffecc;
	border: 1px solid red;
	padding: 10px 10px 10px 10px !important;
	margin: .75em !important;
	text-align: left !important;
	overflow: hidden;
}

.warningtitle {
	font-weight: bold;
	color: red;
  width: 250px;
  float: left;
}

.warning { color: #D57D00 !important; }

/* 
 * success message display 
 */
.successcontainer {
	bbbackground: url('img/icons/ok.png') 10px center no-repeat #E2F9E3;
	border: 1px solid #9C9;
	padding: 10px 10px 10px 10px !important;
	margin: .75em !important;
	text-align: left !important;
	overflow: hidden;
}

.successtitle {
	font-weight: bold;
	color: #060 !important;
  width: 200px;
  float: left;
}

.success { font-weight: normal !important; }

/* 
 * neutral/info message display 
 */
.neutralcontainer {
	background: url('img/icons/info.png') 10px center no-repeat #d2eaf6;
	border: 1px solid #b7d8ed;
	padding: 10px 10px 10px 68px !important;
	margin: .75em !important;
	text-align: left !important;
	overflow: hidden;
}

.neutraltitle {
	font-weight: bold;
	color: #3188c1 !important;
}

.neutral {
	font-weight: normal !important;
	color: #3188c1 !important;
}


.dropdown-menu a, .dropdown-menu a:active, .dropdown-menu a:visited { color: black; }

a:hover { text-decoration: underline; }

.infotext { font-size: 11px; }

/* navigation */


.nav a.dropdown-toggle:hover {
  background-color: transparent;
  color: #61b301;
}

.nav li.dropdown { 
	margin-right: 10px;
    margin-top: 1px; 
}

.nav ul.dropdown-menu:first-child li:first-child {
  padding-left: 5px !important;
}


.clear { clear: both; }

/* EPX FOOTER MENU */

.links_epx {
  width: 500px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

.links_epx div {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
  line-height: 20px;

}

.links_epx a {
  color: #fff;
  text-decoration: none;
}

.links_epx a:hover {
  text-decoration: underline;
}



/*
 * main container
 */




.formtable {
	width: 100%;
	border-spacing: 0;
	background-color: #f8f8f8;
	border: 0;
	border-collapse:separate;
	margin: 15px 0 0 0;
}

.formtable tbody td {
	border: 0;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

.formlabeltd { width: 350px; }

.formtable label {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
  padding-left: 20px;
}

.overviewcustomerextras {
	line-height: 15px;
	font-size: 10px;
	width: 300px; 
	float: left;
	padding-top: 8px;
	padding-bottom: 12px;
}

td {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

/*table tfoot td { border-right: 1px solid #666; }*/

.tfootleft { text-align: left; }

.maintitle { padding-top: 20px; }

/* input elements */
/*
input {
	background: #ffffff;
	hhhhhhpadding: 2px 4px 2px 22px;
	hhhhhhborder: 1px solid #666666;
	hhhhhheight: 22px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  border: 1px solid #C0C0C0;
  border-radius: 2px 2px 2px 2px;
  bbbbbox-shadow: 1px 1px 3px grey inset;
  height: 21px;
  padding: 2px 2px 2px 4px;
}

input[type=submit]:hover, input[type=reset]:hover { box-shadow: 1px 1px 3px grey inset; }

input[type=submit]:hover {
  color: green;
  border: 1px solid green;
}

input[type=reset]:hover {
  color: red;
  border: 1px solid red;
}

input:hover, select:hover, textarea:hover { border: 1px solid green; }


textarea {
	background: #ffffff;
	padding: 4px 4px 2px 4px;
	border: 1px solid #C0C0C0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  box-shadow: 1px 1px 3px grey inset;
}

input[type="password"] { background: #ffffff;}

input[type="button"],input[type="submit"],input[type="reset"] {
	background: #eee;
	padding: 2px 4px 5px 4px;
	margin: 0 30px 0 0;
	height: 26px;
	border: 1px solid #999999;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  cursor: pointer;
  -moz-box-shadow:    1px 2px 2px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0,0,0,.2);
  box-shadow:         1px 2px 2px 2px rgba(0,0,0,.2);
}

input[type=text], input[type=password] {
  box-shadow: 1px 1px 3px grey inset;
}

input[type="submit"] {
	color: #333;
	background: #eee;
	ppadding-left: 7px;
}

input[class="nobutton"], input[type="reset"] {
	color: #333;
	bbbbackground: #ccc url('img/icons/cancel.png') no-repeat 4px 8px;
	padding-left: 4px;
}

input[type="checkbox"] {
	background: #dae7ee;
	padding: 5px 0 0 0;
  margin-top: 3px;
	width: 25px;
	border: 1px solid #666666;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  margin-bottom: -19px;
  margin-left: -25px;
  display: block;
}

select {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #C0C0C0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

*/
.customer_add { margin-top: 15px; }

.dboarditem {
	float: left;
	width: 400px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 12px;
	padding: 4px 0 4px 8px;
	bbbbbbborder: 1px solid #666;
	background-color: #f8f8f8;
  bbbbb-moz-border-radius: 5px;
	bbbb-khtml-border-radius: 5px;
	bbbbbb-webkit-border-radius: 5px;
	bbbbbbborder-radius: 5px;
}

.dboarditemfull {
	position:relative;
	overflow:hidden;
	top: 10px;
	wwwwwidth: 96%;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 18px;
	mmmmmargin-left: 12px;
	padding: 4px 0 4px 0px;
	bbbbbbborder: 1px solid #666;
	background-color: #f8f8f8;
  bbbbbbb-moz-border-radius: 5px;
	bbbbbbb-khtml-border-radius: 5px;
	bbbbbbb-webkit-border-radius: 5px;
	bbbbbbbborder-radius: 5px;
}

.dboarditem table,.dboarditemfull table { border: 0; }

.dboarditem td,.dboarditemfull td {
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}


.dboarditem tr td:last-child,.dboarditemfull tr td:last-child { border-right: none; }

.cronjobtask {
	list-style: url('img/icons/clock.png') inside;
	margin: 0;
	padding: 0;
}

.overviewheading {
	vertical-align: top; 
	line-height: 36px; 
	height: 36px;
}

.overviewheading h3 { display: inline; }

/* SINGLE PROGRESS BAR */
.progressBar {
	width:216px;
	height:21px;
	position:relative;
	top: -8px;
}

.progressBar span {
	position:absolute;
	display:block;
	width:200px;
	height:15px;
	background:url('img/bar.gif') no-repeat 0 0;
	top:8px; 
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
  border: 1px solid silver;
}

.progressBar span.redbar { background:url('img/barred.gif') no-repeat 0 0; }

.progressBar span.greybar { background:url('img/bargrey.gif') no-repeat 0 0; }

.progressBar em {
	position:absolute;
	display:block;
	width:200px;
	height:15px;
	background:url('img/bg_cover.gif') repeat-x 0 0;
	top:0;
}

.maintable { width: 90%; }

.update_progess {
  padding: 2em;
  text-align: left;
}

.preconfig {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-left: 15px;
}

.preconfigitem {
  padding: 0.15em;
  border-bottom: 1px solid #cccccc;
}

.preconfdesc {
  display: block;
  margin-bottom: 0.5em;
	font-size: 120%;
}

.strikethrough { text-decoration: line-through; }

label.nobr { dddisplay: inline; }

caption {
	font-weight: bold;
	margin-bottom: 0.4em;
  font-size: 14px;
}

.RowOverSelected { background-color: #DBDBDB; }


.green { color: #61b301; }

.active_border { border: 1px solid green; }

.field_name_border_left:hover { background-color: #f8f8f8; }

.margin {
  display: block;
  margin-top: 5px;
  margin-right: 53px;
  float: right;
}

.more_info, .weniger { cursor: pointer; }

.d_none { display: none; }

.list {
  float:left;
  margin-right: 10px;
  height: 120px;
  border-right: 1px solid grey;
  padding-right: 10px;
}

.list:last-child { border-right: none; }

.list ul { padding-left: 15px; }
/*
tr.flip:hover {
  background-color: #61b301;
  cursor: pointer;
  color: white;
}
*/
tr.flip span.more_info, tr.flip span.weniger {
  float: right;
  margin-right: 20px;
}

ul.dropdown-menu:first-child li {
  padding-left: 10px;
  color: red;
}

h2 img {
  display: none;
}
header h2 {
  margin-left: 5px;
  color: #515151;
}


/* Bootstrap */

body {
	padding-top: 75px;
}

h2 {
	margin-bottom: 10px;
}

.navbar-fixed-top div.navbar-inner {
	background-color: #EEEEEE;
	background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
	background-repeat: repeat-x;
	border-bottom: #d5d5d5 solid 1px;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-top div.navbar-inner .brand {
	padding-top: 13px;
	color: #cccccc;
	font-size: 18px;
}

.txt-navbar-fixed-top {
	color: #333;
	margin-top: 4px;
}

.popover {
	z-index: 1050;
}


.form-horizontal .control-label {
	width: 250px;
}

.form-horizontal .form-actions {
	padding-left: 260px;
}

input[type="checkbox"] {
	margin-right: 5px;
}

a.startseite, a.startseite:active, a.startseite:visited, a.startseite:hover {
  color: #DDDDDD;
  text-decoration: none;
}

a.startseite:hover { color: white; }

.homeBtn { margin: 12px 15px 0 0; }

.label {
	line-height: 23px;
}

.btn-margin-top {
	margin-top: 7px;
}


.width1 {
	float: left;
	width: 222px;
}


.width2 {

}

.width3 {

}

.width4 {
	float: left;
	width: 31%;
	margin-top: 10px;
	margin-right: 15px;
}


.progress {	
	background-color: #BBBBBB;
    background-repeat: repeat-x;
    background-image: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    height: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

div.clearer {
	overflow: hidden;
}
