

#edit-form {
	margin: 0 20px;
}

#edit-form input{
	width: 100%;
}

#edit-form .btn {
    width: auto;
}

legend {
    font-weight: bold;
    padding: 0;
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
}

.legend {
	border: 2px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 10px;
	line-height: 18px;
	color: #555;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 10px;
	font: bold 12px/14px Lato, Arial, sans-serif;
	line-height: 18px;
	color: #555;
}

.legend i {
	width: 23px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
	border-width: 2px;
}

.text-center {
	text-align: center;
}


/* Assistent */
.wizard {
	font-size: 14px;
}

.wizard .services {
    padding: 50px 0;
}

.wizard select#nutzung {
    margin-bottom: 20px;
}

.wizard #nutzungBtn, .wizard #btnAdresse {
    margin-bottom: 20px;
}

.wizard #startCalcBtn {
    margin-top: 60px;
    margin-bottom: 20px;
}

.wizard .form-group {
    text-align: right;
    margin-bottom: 20px;
}

.wizard .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857;
    color: #29353D;
    background-color: transparent;
    background-image: none;
    border: 1px solid #869CAD;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wizard #address.form-control{
	height: 38px;
}

.wizard h1, .wizard h2, .wizard h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.wizard h4, .wizard h5, .wizard h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color:#35302c;
}

.wizard hr.small {
    max-width: 100px;
    border-width: 2px;
}

.wizard hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    box-sizing: content-box;
    height: 0;
    border-color: #cc1004;
}

.wizard input, .wizard select {
	background-color: #FFFFFF;
    border: 1px solid #869CAD;
}

.wizard label {
	color: #FFFFFF;
	font-size: 16px;
}

.wizard .btn {
    cursor: pointer;
    background-image: none;
    font-weight: normal;
    text-shadow: none;
    color: #000000;
}

.wizard .btn:disabled, .wizard .btn[disabled]:hover {
    background-color: #ACC0CC;
}
.wizard .btn-default {
    background-color: white;
    border: 2px solid #869cad;
}
.wizard .btn-primary {
	color: #FFFFFF;
	background-color: #00639f;
	border-color: #00639f;
	border-radius: 0px;
}
.wizard .btn-lg, .wizard .btn-group-lg > .btn {
    padding: 12px 36px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
}
.wizard .btn-lg:hover {
	background-color: #003e63;
}
.wizard .btn-lg {
    width: 278px;
    border-radius: 0px;
    color: #FFFFFF !important;
    background-color: #00639f;
    border-color: #34a73d;
}

.wizard .btn-circle {
	border-radius: 17px;
	vertical-align: center;
}
.wizard .btn-circle:hover {
	border-color: #00639f;
}
.wizard .btn-standort:hover, .wizard .btn-standort:focus, .wizard .btn-standort.focus {
	color: #869CAD;
}
.wizard .btn-lg{
	color: #FFFFFF;
	background-color: #00639f;
	border-color: #00639f;
	border-radius: 0px;
	border: 1px solid transparent;
}
.wizard .form-control:focus {
   	color: #666;
}
.wizard .form-group-address span {
	display: none;
}

.wizard .setup-content {
    width: 50%;
    margin-left: 25%;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
    margin-left: 25%;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
    border-radius: 17px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
}

ul.ui-autocomplete {
   	background-color: #fff;
    list-style: none;
    z-index: 1000;
    width: 675px !important;
    border: 1px solid lightgrey;
    padding: 5px 10px;
}

ul.ui-autocomplete li a {
   	font-size:14px;
   	font-style: normal;
}
