.advancedSearchPage .fieldset_contents input[type="checkbox"] + label::before, .radio > input[type="radio"] + label::before {
    background-color: #f7f7f7;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #f7f7f7;
    content: " " !Important;
    display: inline-block;
    font-family: Sans Serif;
    font-size: 9px;
    height: 15px;
    line-height: 1;
    margin: -4px 6px 0 -30px;
    padding: 2px;
    text-align: center;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 15px;
}

.advancedSearchPage .fieldset_contents input[type="checkbox"]:checked + label::before, .radio > input[type="radio"]:checked + label::before {
    background-image: url('../poc//resources/images/PQ_Cong_Icons/White/14_14/uxf-check.png') !important;
    border-width: 0;
    box-shadow: 0 1px 0 #fff, 0 2px 0 rgba(0, 0, 0, 0.075) inset;
    padding: 3px;
}

.checkbox > input[type="checkbox"] + label::before {
    background-image: url('../poc//resources/images/PQ_Cong_Icons/White/14_14/uxf-check.png') !important;
    content: " ";
}

#divEnhancedLi a.doc-link .uxf-icon.uxf-export.externalLinkArrowColor {
	background-image: url('../poc//resources/images/PQ_Cong_Icons/Gray/14_14/uxf-export.png') !important;
}

.fa.fa-check-circle-o {
	background-image: url('../poc//resources/images/PQ_Cong_Icons/Gray/14_14/fa-check-circle-o.png') !important;
	background-position: center center;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;	
}

.fa.fa-check-circle-o::before {
	content: " ";
}

.fa.fa-circle {
	background-image: url('../poc//resources/images/PQ_Cong_Icons/Gray/14_14/fa-circle.png') !important;
	background-position: center center;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
}

.fa.fa-circle::before {
	content: " ";
}

.fa.fa-circle-o {
	background-image: url('../poc//resources/images/PQ_Cong_Icons/Gray/14_14/fa-circle-o.png') !important;
	background-position: center center;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;	
}

.fa.fa-circle-o::before {
	content: " ";
}

.fa.fa-square-o {
	background-image: url('../poc//resources/images/PQ_Cong_Icons/Gray/14_14/fa-square-o.png') !important;
	background-position: center center;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;	
}

.fa.fa-square-o::before {
	content: " ";
}