/**
 * @author v.linnik
 */
#mstrWeb_path{
  visibility: hidden;	
}


#mstrWebContents{
	margin: 0px !important;
	background: #90c745 !important;
}


#custom-header{
	height: 301px;
	padding: 0px;
	margin: 0px;
	background-color: #90c745;
	border-top: solid 1px #90c745;
}

#wrapperHeader {
    background: #fff;
    height: 187px;
    margin-top: 9px;
    
}


body.mstrWeb{
	color: black !important;
}

/*
  bundesregierung Logo
*/
/*
#logo_bundesregierung{
	width: 180px;
	height: 90px;
	position: relative;
	top: 33px;
	left: 302px;
	background-repeat: no-repeat;
	background-image: url('./images/logo_bundesregierung.png')
}
*/


#logo_ble{
	width: 240px;
	height: 88px;
	position: relative;
	top: 0px;
	left: 302px;
	background-repeat: no-repeat;
	background-image: url('./images/bleLogo.png')
	
}

/* HTML FORM */

body {
	font: 62.5% 'BundesSansWeb', Arial, helvetica, sans-serif;
	color: black;
	margin: 0 auto;
}

#mstrLoginContainer h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 260%;
	font-family: 'BundesSerifWeb', Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 1.2;
}


/* labels for input fields */
.mstrLoginFieldsGroup label {
	display: block;
	float: left;
	padding: 0 5px 0 0;
	font-size: 130%;
	font-weight: normal ;
	cursor: pointer;
	line-height: 1.4em;
	color: black !important;
}

#mstrLoginContainer{
	margin-left: 302px;
	width: 650px;
	height: 433px;
	padding-top: 30px;
	padding-left: 15px;
	background: #fff;
	text-align: left;
}


#mstrLoginContainer .abstract p {
	padding: 0 50px 20px 0;
	font-weight: normal;
	font-size: 150%;
	font-family: 'BundesSansWeb', Arial, Helvetica, sans;
	line-height: 1.4em;
}


/* login button */
div.mstrLoginButtonBarLeft{
	width: 100%;
	border-bottom: 2px dotted #CDCDCD;
	margin-bottom: 20px;
}


#loginForm .mstrLoginButtonBarLeft input.mstrButton, #loginForm .mstrLoginButtonBarRight input.mstrButton {
	height: 33px;
	outline: none !important;
	font: inherit;
	transition: none !important; 
	box-shadow: none !important;
	margin-top: 0 !important;
	cursor: pointer;
	box-sizing: border-box; 
	background: #23614E !important;
	display: inline-block; 
	border: none !important;
	font-size: 15px !important;
	font-family: BundesSansWebBold, sans-serif !important;
	font-weight: bold !important;
	line-height: 30px !important;
	text-align: center !important;
	text-transform: uppercase;
	border-radius: 2px !important;
	background-color: #23614e !important;
	color: #fff !important;
	min-width: auto !important;
	width: auto !important;
}


/* input fields */
.mstrLoginFieldsGroup .mstrInputText{
	width: 425px;
	background: linear-gradient(#fff,#fff);
	background-image: linear-gradient(#fff,#fff);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ) !important;
	
}

#divLogin {
	margin: 0px;
}

.mstrPanelPortrait {
	margin: 0px;
}


#loginForm .mstrLoginButtonBarLeft input {
	
    /* IE9 fix*/
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/Arrow_forward_pagingfunction-31x68.png', sizingMethod='scale')";
	
	background-repeat: no-repeat !important;
	
	border: solid 1px white;
	float: right;
	height: 25px;
	margin: 0 20px 20px 0;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 20px;
	color: black;
	cursor: pointer;
	font-weight: normal;
	font-size: 130%;
	font-family: 'BundesSansWebBold', Arial, Helvetica, sans;
	
	
}

/* external link */
#extern-link{
	background-repeat: no-repeat;
	background-position: 5px;
	height: 29px;
	text-align: left;
	float: left;
}

/*  */
#extern-link a.extern-link:BEFORE{
	display: inline-block;
	vertical-align: top;
	content: url(./images/externerLink31.png);
	text-align: center;
    vertical-align: middle;
	padding-right: 3px;
}

#extern-link a.extern-link{
    padding-left: 22px;
    font-size: 15px;
    font-family: "BundesSansWeb", Helvetica, Arial, Geneva, sans-serif !important;
	position: relative;
	color: #256651 !important;
}

#lb_LoginStyle{
	margin: 0px;
	/*background-color: #EEEEED;*/
	background-color: #fff;
	width: 100%;
	padding: 0px;
	border: none;
}


#mstrWeb_error{
    display: none;	
}


table.mstrToolbarWrapper{
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: none;
}


/* login input fields */

.mstrLoginFieldsGroup div, .mstrLoginFieldsGroup div label {
	display: inline-table;
}


div.mstrLoginFieldsGroup div label{
	width: 700px !important;
}

/* formular colors */

/* BLE light green */
.mstrLoginFieldsGroup div input {
  background-color:#C7E3A2;
}