/* radioMobile */
input[type="radio"].radio-hide {
    display: none;
}

div.radio-mobile label.radio-label {
    display: inline-block;
    height: 1.87rem;
}
div.radio-mobile label.radio-label span.icon {
    display: inline-block;
    vertical-align: middle;
}
div.radio-mobile.checked label.radio-label span.icon {
    width:1.441rem;
    height:1.1354rem;
    background-position:-7.0741rem -0.0437rem;
}
div.radio-mobile label.radio-label > span.text {
    margin-left: 8px;
    vertical-align: middle;
}


/* radio-div */
div.radio-div {
    width: 100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
div.radio-div div.radio-title {
    display: inline-block;
    font-size: 1rem;
}
div.radio-div div.radio-mobile {
    display: inline-block;
    float: right;
}
div.radio-div div.radio-mobile label {
    width: 1.26rem;
    height: 0.95rem;
}

/* disabled */
div.radio-div.disabled {

}


/* radio-mobile advanced */
/* radio button group */
div.button-group {
    margin: 0 auto;
    display: table;
    height: 55px;
    padding: 15px 0 8px 0;
    box-sizing: border-box;
}
div.button-group div.radio-mobile label.radio-label span.icon{
    text-align: center;
    display: table-cell;
    width: 95px;
    height: 30px;
    border: solid 1px #4acbd6;
    background-image: none;
    background-color: #f1f4f6;
    color: #4acbd6;
}
div.button-group > div.radio-mobile.checked label.radio-label span.icon{
    color: #f6f6f6;
    background-color: #4acbd6;
}
div.button-group > div.radio-mobile.disabled span.icon{
    border-color: #b2b2b2;
    color: #b2b2b2;
    background-color: #f1f4f6;
}
div.button-group > div.radio-mobile.checked.disabled span.icon{
    color: #f6f6f6;
    background-color: #b2b2b2;
}
div.radio-mobile.button-group-first label.radio-label span.icon {
    border-radius: 5px 0 0 5px;
}
div.radio-mobile.button-group-middle label.radio-label span.icon {
    border-radius: 0px;
}
div.radio-mobile.button-group-last label.radio-label span.icon {
    border-radius: 0 5px 5px 0;
}
div.button-group > div.radio-mobile {
    float: left;
}
div.button-group div.radio-mobile.button-group-first span.icon {
    border-right: none;
}
div.button-group div.radio-mobile.button-group-middle span.icon {
    border-left: none;
    border-right: none;
}
div.button-group div.radio-mobile.button-group-last span.icon {
    border-left: none;
}

div.radio-mobile.folder label.radio-label span.icon {
    width:1.8777rem;
    height:1.8777rem;
    background-position:-7.5545rem -2.5327rem;
}
div.radio-mobile.folder.checked label.radio-label span.icon {
    width:1.7904rem;
    height:1.7904rem;
    background-position:-5.7205rem -2.5327rem;
}
div.radio-mobile div.forTouch {
    opacity: 0;
    background-color: #e3e3e3;
    z-index: 50;
    width: 3.7rem;
    height: 3.7rem;
    display: block;
    position: absolute;
}