﻿/*Push button radio groups*/
.pushbutton-group
{
    display: inline-block;
}

.pushbutton.pushbutton-group ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.pushbutton-group::after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul, menu, dir
{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.pushbutton.pushbutton-group li
{
    float: left;
    border: 2px solid #CCC;
    margin-right: -2px;
    background-color:#fff;
}

    .pushbutton.pushbutton-group li:hover
    {
        background-color: #DDD;
    }

    .pushbutton.pushbutton-group li input
    {
        display: none;
    }

.pushbutton.pushbutton-group li
{
    min-width: 46px;
    line-height: 20px;
    padding: 5px 8px;
    text-align: center;
    text-transform: uppercase;
    color: #535353;
    cursor: pointer;
    font-size:12px;
}

.pushbutton-group li
{
    margin: 0;
    list-style: none;
    cursor:pointer;
}

.pushbutton-group::after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input[type="radio"]
{
    -webkit-appearance: radio;
    box-sizing: border-box;
}

.pushbutton.pushbutton-group li[aria-checked="true"]
{
    position: relative;
    color: white;
}
