
/* Btn group *****************************************************************************************************/

.has-toggle-input label, .has-toggle-input.radio label {
    display: block;
    float: left;
    padding: 5px 10px;
    margin: auto auto 10px auto;
    background: #f4f4f4;
    color: #444;
    border: 1px #d0d0d0 solid;
    line-height: normal;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
}

    .has-toggle-input label.active {
        background: linear-gradient(to bottom, #519726 0%, #7abb1f 99%);
        border-color: #7abb1f;
        color: white;
        font-weight: normal;
    }

.has-toggle-input label:first-of-type { margin-left: auto; }

.has-toggle-input label:last-of-type { }
