
/* Makes disabled input box more obvious that it is disabled */
.RadInput_Default .riDisabled {
    background-color: #ededed !important;
}