#ctl00_AllegMain_MODETABLE > tbody > tr:nth-child(n) > td > input:checked + label{

     background: #ffffff url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_glass_65_e6e6e6_1x400.png) 50% 50% repeat-x !important;

     color: #212121 !important;

     border: 2px solid rgb(77,185,123) !important;

    -webkit-transition: background 0.20s linear,background 0.20s linear;

    -moz-transition: background 0.20s linear,background 0.20s linear;

    -ms-transition: background 0.20s linear,background 0.20s linear;

    -o-transition: background 0.20s linear,background 0.20s linear;

    transition: background 0.20s linear,background 0.20s linear;

}
