:root {
	--main-color:#00aabb;
	--button-color:#00aabb;
	--loginScreen: url('../images/kc-background.jpg');
	--loginScreenColor: #fff;
}

html{
	height:100%;
}

body {
	background: #FFFFFF;
	padding-top: 0 !important;
	height: 100%;
}

.login-panel {
	margin-top: 20px;
}

.btn-default {
	background-color: var(--button-color);
	color: #FFFFFF;
}

.btn-default:active, .btn-default:hover, .btn-default:focus {
	opacity: 0.8;
	color: #FFFFFF;
}

.panel-body {
	background-color: #f5f5f5;
}

/* Login Form */
form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.login {
	font-size: 12px;
	color: #333;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	direction: ltr;
	height: 100%;

	display: flex;
	flex-direction: row;
	flex: 1 0 auto;
}



.background-img{
	display: flex;
	flex-direction: column;
	flex: 1;
	background-image: var(--loginScreen);
	background-attachment: fixed;
	background-size: cover;
	justify-content: center;
	background-position: top right;

}
.display{
	min-height: 674px;
	flex: 0 0 auto;
	width: 350px;
	display: block;
}



/*.background-img{
	position:absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	background-image: url('../images/kc-background.jpg');
	background-repeat: no-repeat;
	background-position: right -350px top 0;
	background-size: 100% auto;
}*/

/*.background-img {
	position:fixed;
	width:100%;
	height: 100%;
	background-image:url('../images/kc-background.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	background-size: contain;
	background-position: top right;
	width: calc(100% – 350px) !important;
}*/

.login .logo {
	/*position: absolute;*/
	text-align: center;
	width: 300px;
	/*margin-top: -100px;*/
	/*margin-top:-170px;*/
}
.login .logo img{
	width: 280px;
}

.login .content {
	background-color: var(--loginScreenColor);
	margin: 0 auto;
	padding: 20px 30px 15px;
	float:left;
	height:100%;
	padding-top: 50%;
}

.login .content h4 {
	font-weight: 300;
	margin-bottom: 25px;
}

.login .btn {
	border-radius: 0;
}

.login .form-control {
	border-radius: 0;
}

.login .input-group-addon {
	border-radius: 0;
	border-left: 2px solid var(--button-color);
	border-right: 0;
	background: #FFFFFF;
	font-size: 12px;
	padding: 6px 10px;
}

.login select {
	padding-left: 8px;
}

.login .btn-default:hover, .login .btn-default:focus, .login .btn-default.focus {
	color: #333;
}
.height-m{
	height: 190px;
}

/* Select Feld globalmaster */
#hl_Comp,
#hl_Comp .bfh-selectbox-options{
	width:250px !important;
}

.bfh-selectbox-options{
	background-color: #fff;
	width: 250px;
	height: 260px;
	border: 1px solid #ccc;
}
.bfh-selectbox{
	width:100%;
}
.members{
	width:100% !important;
	padding: 0 !important;
	height: 200px;
}

.members li:hover, li:focus {
	background-color: #f5f5f5;
}
.margin-m{
	margin-top: 10px;
}

#bt_anmelden{
	margin-top: 20px;
	float:right;
}
.inp_fixWidth{
	width: 228px;
}
/* end select feld globalmaster */

#link_box{
	width:100px;
	float:left;
	margin-top:30px;
}
#link_box a{
	color: var(--button-color);
}
.btn-primary.disabled,
.btn-primary[disabled]{
	opacity: 0.8;
}

.passwort-anfordern {
	margin-top: 25px;
	border-top: 1px solid #EFEFEF;
}

.passwort-anfordern h5 {
	font-weight: 300;
	margin-top: 25px;
}

.passwort-anfordern a {
	text-decoration: underline;
}

.browserlink  {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

/* general bootstrap overwrite */
.btn {
	border-radius: 0;
}

.btn-primary {
	background-color: var(--button-color) !important;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary {
	opacity: 0.8;
	border-color: var(--button-color) !important;
}

.dropdown-menu>.active>a{
	background-color: var(--button-color);
}
.dropdown-menu>.active>a:hover{
	background-color: var(--button-color);
}
.bootstrap-select>.dropdown-toggle{
	background-color: #fff;
	color: #333;
	width:100%;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 275px !important;
}

.bootstrap-select.btn-group .dropdown-menu {
	width:275px;
}

/*.display{
	width:350px;
	height: 100%;
}

.display>.row{
	margin:0;
}*/
.full-height{
	height:100%;
}

.login-img{
	width: 450px;
	float: left;
}
.login-img img{
	height: 280px;
	margin-top:63px;
}

.bottom-txt{
	max-width: 800px;
	color: #fff;
	text-align:center;
	opacity:0.8;
	font-size: 26px;
}
.bottom-txt p{
	font-size: 18px;
	margin-bottom: 0;
}

@media (max-width: 800px) {
	.bottom-txt{
		display:none;
	}
	.login-img{
		display:none;
	}
	.display{
		width: 350px;
	}
}

.alert-api{
	position:absolute;
	height: 40px;
	width: 100%;
	top:0;
	color: #fff;
	background-color: #c91f2c;
	font-size: 16px;
	padding: 7px 30px;
	z-index:5000;
}
.alert-api a{
	color: #fff;
	text-decoration: underline;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: var(--button-color);
}
