/* Case: 02125615 - Fix for invisible Radio Buttons - by Tyler P. and Dustin S. */

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: 0;
}

div.radio input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    opacity: 1;
    text-align: center;
}

/*End Fix for Radio Buttons*/

div.selector,  div.selector span {
background-image:none !Important;
        font-size: 12px;
        height:30px;
}  
div.selector {
    -webkit-appearance: menulist;
     border: 1px solid rgb(169, 169, 169);
}