.eConLogo {
    display: none !important;
}

html, body {
    background-color: #fff;
}

.ui-widget-content {
    background-color: #fff;
    border: none;
}

.configTable {
    max-width: none !important;
}

.ui-preloadedPanel-header.ui-state-active {
    border: 1px solid #ce1719;
    background: #ce1719 !important;
    font-weight: normal;
    color: #fff;
}

.eConInvalidOption {
    text-decoration: none;
}
/*
#oInfoContainer .eConSwitchStyle {
    display: none;
	float: right;
}
*/

.ui-dialog.ui-front {
	width: 1050px !important;
	max-width: 85% !important;
	left: 0 !important;
	right: 0;
	margin: 0 auto;
}

.ui-dialog.ui-front .ui-dialog-buttonset {
	display: flex;
}

.eConMain .eConExpandCollapseReferenceButton.ui-button {
	display: inline-block;
	background: #f6f6f6;
	border: none !important;
}
.eConMain .eConExpandCollapseReferenceButton.ui-button.ui-state-active {
	background: #ce1719;
}


