.RadButton_ESISkin {
    background-color: #C25400 !important;
    border: 1px solid #C25400 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    transition: all .5s ease;
    padding: 3px 5px !important;
    display: inline-block !important;
    box-sizing: content-box !important;
}
.RadButton_ESISkin:hover.rbHovered {
    border: 1px solid #C25400 !important;
    background-color: #fff !important;
    color: #C25400 !important;
}

.RadRadioButton, .rbRadioButton, .rbRounded, .rbIconButton {
    border-color:transparent !important;
    background-color: transparent !important;
    color:inherit !important;
}
.RadRadioButton:hover, .rbRadioButton:hover, .rbRounded:hover, .rbIconButton:hover, .rbHovered:hover {
    border: none !important;

}
