
/* Btn group *****************************************************************************************************/

.has-toggle-input label, .has-toggle-input.radio label {
  display: block;
  float: left;
  padding: 5px 10px;
  margin: auto auto auto -1px;
  background: #f4f4f4;
  color: #989898;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
}

.has-toggle-input label.active {
  color: #EA0070;
  font-weight: bolder;
}

.has-toggle-input label:first-of-type { margin-left: auto; }

.has-toggle-input label:last-of-type { }
