.radio.btn-group input[type=radio] {
    display: none;
}
.radio.btn-group > label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-group >.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border: 1px solid #b3b3b3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    min-width: 85px;
    margin-left: -1px;

}


.radio.btn-group > label:first-of-type {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.radio.btn-group > label:last-of-type{
    margin-right: 0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-right-bottomleft: 4px;
    -moz-border-right-topleft: 4px;
}
fieldset.radio.btn-group {
    padding-left: 0;
}

fieldset.radio.btn-group > .btn.active{
    text-shadow: none;
    box-shadow: none;
}

.btn-danger,.btn-danger.active {
    border: 1px solid #bd362f;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: #bd362f;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #802420;
    color: #fff;
    text-decoration: none;
}

.btn-success, .btn-success.active {
    border: 1px solid #378137;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: #46a546;
}

.btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.btn-success:hover, .btn-success:focus {
    background-color: #2f6f2f;
    color: #fff;
    text-decoration: none;
}
