body {
  padding-top: 60px;
  padding-bottom: 40px;
}

.form-horizontal .controls {
    margin-left: 0px;
}

#controls_action {
    padding-top: 0px !important;
}

.login-form-actions {
	
}

.btn {
    width:150px;
    margin-bottom: 6px;
}

.btn-medium {
    width:130px !important;
}

.btn-large {
    width:150px !important;
}

.btn-login {
	height: 50px!important;	
}

#saldo {
    font-size:12px;
}

#urlaub {
    font-size:12px;
}

#konto3 {
    font-size:12px;
}

#konto4 {
    font-size:12px;
}

.col-left {
	width: 45%; 
	float: left;
}

.col-right {
	margin-left: 20px; 
	width: 40%; 
	float: left;
}

.more-text {
	display:block;
}

.less-text {
	display:none;
}

hr.less-text {
	margin-top:2px;
	margin-bottom:8px;
}

@media (max-width: 980px) {
	.x-col-md-2 {
		margin-top: 8px!important;
    	width: 101%!important;
    	margin-left: 0px!important;
	}
	
	.btn-project {
		width: 158px!important;
	}
	
	.btn-booking {
		width: 158px!important;
	}
	
	.btn-time {
		width: 158px!important;
	}
	
	.less-text {
		display:block;
	}
}

@media (max-width: 640px) {
	.btn-large {
		width: 110px!important;
	}
	.more-text {
		display:none;
	}
	
	.btn-login {
		height: 30px!important;
		width: 130px!important;
	}
	
	#job_id {
		height: 25px;
	}
	
	.well {
		padding: 6px;
	} 
}