.input-group{
	width: 100%;
	margin-bottom: 15px;
}

.formBody .form-group{
	margin-bottom: 0px;
}

.input-group-addon{
	width: 27%;
}

.stacked .input-group-addon{
	width: 100%;
	float: left;
	border-radius: 4px 4px 0px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 0px;
}

.stacked.input-group .form-control{
	border-radius: 4px !important;
}


.noLableStyles .input-group-addon{
	background: none;
	border: 0px;
	padding-left: 0px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #0094d9;
}

.input-group-addon.text-left{
	text-align: left;
} 

.input-group-addon.text-center{
	text-align: center;
} 

.input-group-addon.text-right{
	text-align: right;
} 

.formGroup > div{
	margin-bottom: 10px;
}

.formBody,
.formText{
	padding-top: 20px;
}

.form-group.buttons > div{
	padding-top: 20px;
}

.switcherLabels > input{
	display: none;
}



.switcherLabels > span{
	padding: 5px 35px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
	margin-right: 10px;
	background: #fff;
  border: solid 1px #0094d9;
  color: #0094d9;
}

.switcherLabels > span:hover{
	cursor: pointer;
	background: #0094d9;
	color: #FFF;
}

.switcherLabels > input[type="radio"]:checked + span{
	background: #0094d9;
	color: #FFF;
}

span.small,
span.small *{
	font-size: 12px;
}

select#l_homeLocationID{
	margin-top: 10px;
}