body.start{
	background-image: url("../img/schiff.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



#login-container{
	
	background: 0;
    width: 200px;
    margin: 30% auto;
	
}
input{
	margin-right: 5px;
	margin-bottom: 5px;
}

label{
	vertical-align: top;
}

input.mini{
	width: 50px;
}

input.disabled{
	background-color: #ccc;
}

form label{
	width: 120px;
	text-align: right;
}

.invisib{
	display: none;
}

.info-label{
	font-size: 8px;	
}


/* Auftrag neu*/

.fieldset-blue{
	border: 1px solid #D3D3D3;
	background-color: #ededff;
	margin-bottom: 10px;
}
.fieldset-white{
	border: 1px solid #D3D3D3;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.fieldset-red{
	border: 1px solid #D3D3D3;
	background-color: #ffeded;
	margin-bottom: 10px;
	
}

#sortable{
	background-color: #fff;
	opacity: 0.9;
}

#auftrag-container{
	background-color: #fff;
	opacity: 0.9;
}

#sortable #pageDevelopers, .panel-primary>.panel-heading{
	background-color: #789bbb;
	color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background-color: #789bbb;
	color: #fff;
}

#auftrag-container .container{
	padding: 0;
}

.nav li a:focus, .nav li a:hover{
	background-color: #000;
	color: #fff;
	
}

#navbar-container{
	top: 0;
	left:0;
	position: fixed;
	margin: 0;
}



#navbar-logo{
	background-image: url("../img/logo-566854853.png");
	background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    top:0;
    left:0;
    width: 350px;
    height:80px;
}

#login h4{
	color: #fff;
}

#login-container, #login form_input_username{
	opacity: 0.7;
}

#edit-form .ui-autocomplete {
  
  z-index: 1511;
}
 .ui-front{
z-index: 1511;
}
#new-client-modal{
  	width: 700px;
}

 #auftrag-container{
		width: 1200px;
	}	
	
#language{
	position: absolute;
	top:0;
	right:10px;
}
#button-deutsch{
	background-image: url("../img/de-flag.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	width:20px;
	height: 15px;
}
#button-english{
	background-image: url("../img/gb-flag.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	width:20px;
	height: 15px;
}


.big-textfield{
	width: 480px;
	height: 50px;
	margin-top: 0;
	margin-bottom: 10px;
}	

@media (min-width: 768px){
	#auftrag-container .container {
   	 width: 1200px;
	}
	
}

	
#auftrag-online-modal label{
  text-align: left;
 
}
