/*- IE ONLY STYLESHEET -*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
#favObjectArray, #clearBooks,
#objectArray, #clearHistory {
	display: none;
}
.ie-warning {
	display: block !important;
}

.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio] {
	/*position: static;
	margin-top: 4px;
	margin-left: 0;*/
}

#NavigationSearch.NavigationSearch .fa-search {
	background: url('../Images/SearchIcon.gif') center no-repeat;
	background-size: cover;
	height: 16px;
	width: 16px;
	display: block;
}
#PASearchResults.PASearchResults .Col-MoreInfo a .fa-file-o {
	background: url('../Images/folder.gif') center no-repeat;
	background-size: cover;
	height: 16px;
	width: 16px;
	display: block;
}
#PASearchResults.PASearchResults .Col-SelectAccount a .fa-plus {
	background: url('../Images/AddIcon.png') center no-repeat;
	background-size: cover;
	height: 16px;
	width: 16px;
	display: block;
}
#NavigationSearch.NavigationSearch .fa-search::before,
#PASearchResults.PASearchResults .Col-MoreInfo a .fa-file-o::before,
#PASearchResults.PASearchResults .Col-SelectAccount a .fa-plus::before {
	display: none !important;
}

.VolHeader.control-label.col-sm-3 + .col-sm-9 .CheckboxTable .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
section.TableVolEventOpInfo {
    /*display: inherit !important;*/
    /*flex-wrap: inherit !important;*/
}
/* IE10+ CSS ENDS */
}