
/* Btn group *****************************************************************************************************/

.has-toggle-input label, .has-toggle-input.radio label {
  display: block;
  float: left;
  padding: 12px 20px;
  margin: auto auto auto -1px;
  background: #f4f4f4;
  color: #444;
  border: 1px #d0d0d0 solid;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
}

.has-toggle-input label.active {
  background: #0073ad;
  border-color: #0073ad;
  color: white;
  font-weight: bolder;
}

.has-toggle-input label:first-of-type { margin-left: auto; }

.has-toggle-input label:last-of-type { }

.form-group {
	margin-left:-20px;
	margin-bottom: 65px;
}

.labeldestination {
	  background: #0073ad;
  border-color: #0073ad;
}