.eConRadioButtonsCell .eConImageRadioLabel {
    border-radius: 0;
    border: 1px solid #dbdbdb;
    border-collapse: collapse;
    padding: 5px;
    background-color: #fcfcfc;
}

.eConRadioButtonsCell .eConImageRadioLabel .optiontext {
    font-size: 12px;
    right: 3px;
    /*border: 1px solid #dbdbdb;*/
    padding: 0 5px 0 5px;
    /*border-top: none;*/
    background-color: #fcfcfc;
    bottom: auto;
    display: block;
    margin-top: 5px;
    word-wrap: break-word;
    color: #232020 !important;
}

.eConRadioButtonsCell .eConRadioLabel .ui-button {
	border: none !important;
	width: 28px;
	height: 24px;	
}
.eConRadioButtonsCell .eConRadioLabel .ui-icon {
	background: url('../images/vh-info.png');
	background-size: 100%;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	border: 1px solid white !important;
	/*filter: grayscale(100%) brightness(120%);*/
}

.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption,
.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext,
.eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext {
    /*border: 1px solid #dbdbdb;*/
    background-color: #eee;
    color: #999 !important;
}

.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext,
.eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext {
    border-top: 0;
}

/* eConRADIODisabled */
.eConIMGRADIO, .eConIMGRADIOSELECTED {
    border: 1px solid #dbdbdb;
}

.eConRadioButtonsCell .eConImageRadioLabel:checked + label span {
    color: #fff !important;
    /*background-color: #232020;*/
	background-color: transparent;
    /*border: 1px solid #232020;*/
	border: none;
    border-bottom: 0;
}
.eConRadioButtonsCell .eConImageRadioLabel:checked + label:after {
    /* content: none; */
}

.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span {
    /*background-color: #ce1719;*/
	background-color: transparent;
    color: #fff !important;
    /*border: 1px solid #ce1719;*/
	border: none;
    border-bottom: 0;
}


.eConRadioButtonsCell .eConImageRadioLabel:checked + label span:after,
.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after {
    /*content: "";*/
    position: absolute;
    height: 3px;
    bottom: 6px;
    left: 0;
    right: 3px;
    background-color: #ce1719;
}
.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after {
    background-color: #232020;
}
label.eConImageRadioLabel {
    margin-bottom: 0px;
}