@charset "utf-8";
/* CSS Document */

body {
	padding: 0 !important;
	color:#6E6E6E;
    font-family: "Arial","Helvetica Neue",Helvetica,sans-serif;
}
input, button, select, textarea {
    font-family: "Arial","Helvetica Neue",Helvetica,sans-serif;
}
.size-auto {
	width:100%;
	height:auto;
}

#block-header {
	border-bottom: 1px solid #fff;
	background: #003c5a; /* Old browsers */
	background: -moz-linear-gradient(top, #003c5a 0%, #002b40 50%, #001a26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003c5a), color-stop(50%,#002b40), color-stop(100%,#001a26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003c5a 0%,#002b40 50%,#001a26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003c5a 0%,#002b40 50%,#001a26 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003c5a 0%,#002b40 50%,#001a26 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003c5a 0%,#002b40 50%,#001a26 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c5a', endColorstr='#001a26',GradientType=0 ); /* IE6-9 */
	padding:15px 0;
	margin-bottom:20px;
	color:#FFF;
}

.navbar .nav {
    float: right;
}

.navbar .nav > li > a {
    padding: 5px 15px 0 15px;
}

.navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
	min-height: 30px;
}

.navbar {
    margin-bottom: 0;
}

.logo-dp {
	background:url(../img/logo-develop-platform-50.png) no-repeat;
	padding-left:60px;
	min-height:50px;
	font-size:25px;
	line-height:25px;
}
.headline {
	font-size:25px;
	line-height:25px;
	margin-bottom:5px;
}

.version { 
	font-size:12px;
	margin-bottom:5px;
}

h2 { color:#003C5A: }
h3 { color:#0080BF; }

#footer {
	color:#999;
	font-size:11px;
}

.system-requirements {
	color:#999;
	line-height:16px;
}
.system-requirements li {
	line-height:16px;
	font-size:11px;
}
ul.parsley-errors-list {
	margin:0;
	color:#E00003;
	list-style-type:none;
}

.control-group.cg-customer{
	display:none;
}
	
