html, body {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: prelo-book;
	font-style: normal;
	src: url("/cdw/AssetManager/javax.faces.resource/prelo-book-webfont.eot.xhtml?ln=fonts") format("embedded-opentype"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-book-webfont.woff2.xhtml?ln=fonts") format("woff2"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-book-webfont.woff.xhtml?ln=fonts") format("woff"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-book-webfont.ttf.xhtml?ln=fonts") format("truetype");
}

@font-face {
	font-family: prelo-bold;
	font-style: normal;
	src: url("/cdw/AssetManager/javax.faces.resource/prelo-bold-webfont.eot.xhtml?ln=fonts") format("embedded-opentype"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-bold-webfont.woff2.xhtml?ln=fonts") format("woff2"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-bold-webfont.woff.xhtml?ln=fonts") format("woff"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-bold-webfont.ttf.xhtml?ln=fonts") format("truetype");
}

@font-face {
	font-family: prelo-medium;
	font-style: normal;
	src: url("/cdw/AssetManager/javax.faces.resource/prelo-medium-webfont.eot.xhtml?ln=fonts") format("embedded-opentype"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-medium-webfont.woff2.xhtml?ln=fonts") format("woff2"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-medium-webfont.woff.xhtml?ln=fonts") format("woff"),
		 url("/cdw/AssetManager/javax.faces.resource/prelo-medium-webfont.ttf.xhtml?ln=fonts") format("truetype");
}

.page-wrapper {
	background: gray;
	font-family: prelo-book,Verdana,sans-serif;
	font-size: 14px;
	color: #616265;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	line-height: 1;
}

.login-wrapper {
	width: 275px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.login-header {
	color: #000;
	padding-top: 15%;
}

.login-header .logo {
	margin-bottom: 40px;
	float: left;
}

.login-header .application-name {
	font-family: prelo-bold,Verdana,sans-serif;
	float: left;
	margin-top: 25px;
	font-size: 28px;
}

.cdwLogo {
	height: 50px;
	width: auto;
	margin-top: 12px;
	margin-right: 35px;
	float: left;
}

.login-form {
	clear: both;
}

.login-form p {
	margin-bottom: 30px;
}

.login-form input {
	vertical-align: middle;
	margin: inherit;
	outline: inherit;
	padding: inherit;
	font-weight: inherit;
	background: inherit;
	box-shadow: inherit;
	border-radius: inherit;
	font-family: inherit;
	text-shadow: inherit;
	color: inherit;
	border: inherit;
	font-size: inherit;
}

.login-form input.ui-state-focus {
	box-shadow: inherit;
}

.login-form input[type=text], input[type=password] {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #616265;
	margin-top: 4px;
	margin-bottom: 30px;
	font-size: 14px;
	padding-left: 15px;
	color: #616265;
}

.globalButton {
	border: inherit;
	display: inherit;
	position: inherit;
	margin-right: inherit;
	text-decoration: inherit;
	cursor: inherit;
	text-align: inherit;
	overflow: inherit;
	border-radius: inherit;
	box-shadow: inherit;
	background: inherit;
	font-weight: inherit;
	text-shadow: inherit;
}

.globalButton {
	height: 40px;
	min-width: 110px;
	background-color: #4D4E53;
	border: none;
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
	padding: 0 8px 0 8px;
	text-align: center;
	font-family: prelo-medium,Verdana,sans-serif;
}

.globalButton span {
	padding: inherit;
	display: inherit;
	line-height: inherit;
}

.globalButton:hover {
	background-color: #57585E;
	outline: none;
}

.headerWrapper {
	min-width: 1200px;
	max-width: 100%;
	background-color: #FFF;
	border-bottom: solid 1px #616265;
	font-size: 14px;
}

.globalHeader {
	width: 1190px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	font-family: prelo-book,Verdana,sans-serif;
	position: relative;
}

.masthead {
	padding-top: 13px;
	display: block;
}

.masthead .application-name {
	display: inline;
	color: #000;
	font-family: prelo-bold,Verdana,sans-serif;
	font-size: 21px;
	margin: 0;
}

.masthead .personalization {
	font-size: 16px;
	color: #000;
}

.accountMenuTitle {
	color: #616265;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}

.accountMenuTitle:hover {
	color: #0070bc;
}

.accountMenuOverlay {
	border: 0 !important;
	padding-top: 13px !important;
	background: none !important;
	box-shadow: none !important;
}

.accountMenuOverlay .ui-overlaypanel-content {
	padding: 0 !important;
	margin: 0 !important;
}

.dropdown-content {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 224px;
}

.dropdown-content a {
	text-decoration: none !important;
}

.toAccountCenter {
	text-align: center;
	padding: 25px 20px 35px 20px;
	height: 10px;
	background-color: #616265;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #FFF;
	cursor: default;
}

.toMyAccountCenter {
	font-family: prelo-book,Verdana,sans-serif;
	color: #FFF !important;
	text-decoration: none;
	padding: 10px 15px;
	border: 1px solid #FFF;
	cursor: pointer;
}

.toMyAccountCenter:hover {
	background-color: #8B8B8B;
}

.userLink {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 10px;
	background-color: #616265;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-family: prelo-book,Verdana,sans-serif;
	text-decoration: none;
	color: #FFF;
}

.userLink:hover {
	background-color: #8B8B8B;
}

.errorMessage {
	border: solid 1px #d70000;
	background-color: #FFF2F2;
	height: 38px;
	margin-bottom: 30px;
}

.errorImage {
	width: 20px;
	height: 20px;
	margin: 10px;
	float: left;
}

.errorText {
	margin-top: 14px;
}

.navigation, .navigation2 {
	float: left;
	padding-right: inherit !important;
	padding-bottom: inherit !important;
	padding-left: inherit !important;
	position: inherit !important;
	outline: inherit !important;
	font-size: inherit !important;
	background: none !important;
	border-radius: inherit;
	border: none !important;
	color: inherit;
	font-family: prelo-book,Verdana,sans-serif;
}

.navigation {
	padding-top: 6px !important;
}

.navigation2 {
	padding-top: 3px !important;
}

.navigation .ui-divider, .navigation2 .ui-divider {
	padding-left: 6px !important;
}

.navigation .ui-divider.ui-divider-solid.ui-divider-horizontal::before, .navigation2 .ui-divider.ui-divider-solid.ui-divider-horizontal::before {
	border-top-width: 1px;
	border-top-color: #a8a8a8;
}

.navigation > ul, .navigation2 > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: inherit;
	border: inherit;
	outline: inherit;
	line-height: inherit;
	text-decoration: inherit;
	font-size: inherit;
}

.navigation > ul > li, .navigation2 > ul > li {
	padding: 0;
	margin: 0 !important;
	float: inherit !important;
	display: inline-block;
	width: inherit !important;
	clear: inherit !important;
	position: inherit !important;
	font-size: inherit !important;
	border-radius: inherit;
	font-family: inherit;
}

.navigation > ul > li:not(:first-child), .navigation2 > ul > li:not(:first-child) {
	padding-left: 8px !important;
}

.navigation > ul > li:not(:last-child), .navigation2 > ul > li:not(:last-child) {
	padding-right: 8px !important;
}

.navigation > ul > li > a, .navigation2 > ul > li > a {
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	border-radius: 0 !important;
}

.navigation > ul > li > a.ui-state-hover, .navigation2 > ul > li > a.ui-state-hover {
	background: none !important;
	box-shadow: none;
}

.navigation > ul > li > a.ui-state-hover span, .navigation2 > ul > li > a.ui-state-hover span {
	color: #0070bc !important;
}

.navigation > ul > li ul {
	color: #616265;
	line-height: 1 !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.navigation > ul > li > ul, .navigation2 > ul > li > ul {
	padding: 1px 0 0 0 !important;
}

.navigation > ul > li ul li, .navigation2 > ul > li ul li {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0;
}

.navigation > ul > li ul li.ui-menu-parent, .navigation2 > ul > li ul li.ui-menu-parent {
	position: static;
}

.navigation > ul > li ul li a {
	padding: 15px 0 15px 20px !important;
	background-color: #efefef;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: 0 !important;
	border-radius: 0;
	color: #616265;
}

.navigation > ul > li ul li a.ui-state-hover {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color: #616265;
	color: #FFF;
	background: #616265;
}

.navigation > ul > li ul li a span, .navigation2 > ul > li ul li a span {
	color: inherit;
	font-family: prelo-book,Verdana,sans-serif;
}

.globalSearchInputText {
	width: 185px !important;
	height: 24px;
	float: right;
	border: 1px solid #616265;
	margin: 1px 0 0 0 !important;
	padding: 0;
	cursor: inherit !important;
}

.globalSearchInputText > input {
	padding: 3px 0 0 10px;
	float: left;
	font-family: prelo-book,Verdana,sans-serif;
	font-size: 14px;
	background: none;
	border: none;
	outline: none;
	margin: 0;
	box-shadow: none;
	color: #616265 !important;
	border-radius: 0;
	text-shadow: none;
	width: 170px;
}

.globalSearchInputText > input.ui-state-focus {
	box-shadow: none;
}

.global-search-results {
	width: 1170px;
	height: 415px;
	border-radius: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
	border: 1px solid #616265;
}

.global-search-results > table {
	border-radius: 0;
}

.global-search-results tr {
	border: 0 !important;
}

.global-search-results td {
	border: 0 !important;
}

.globalSearchWrapper {
	padding: 15px 0px 15px 15px;
	background-color: #FFF;
	border-radius: 0;
}

.globalSearchResultsHeader {
	margin-bottom: 20px;
	margin-top: 5px;
	font-family: prelo-book,Verdana,sans-serif;
	color: #616265;
	font-size: 14px;
}

.globalSearchResultList > .ui-datalist-content > ul {
	height: 325px;
	overflow-x: hidden;
}

.globalSearchResultList > .ui-datalist-content > .ui-datalist-empty-message {
	height: 317px;
}

.global-search-group-result {
	margin-right: 10px;
}

.global-search-result-columns-1 {
	width: 1140px !important;
}

.global-search-result-columns-2 {
	width: 565px !important;
}

.global-search-result-columns-3 {
	width: 373px !important;
}

.global-search-result-columns-4 {
	width: 277px !important;
}

.global-search-result-columns-5 {
	width: 220px !important;
}

.global-search-group-result .ui-datalist-header {
	font-family: prelo-bold,Verdana,sans-serif;
	padding: 0 0 5px 0 !important;
	margin: 0;
	color: #616265;
	line-height: 1;
	border-radius: 0;
	background: none;
	font-weight: normal;
	text-shadow: none;
	font-size: 14px;
	text-align: left !important;
}

.global-search-group-result .globalSearchResultsGroupHeader {
	text-align: left !important;
}

.global-search-group-result > .ui-datalist > .ui-datalist-content {
	border: 1px solid #616261;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.global-search-group-result .ui-datalist-content .ui-datalist-data {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.global-search-result {
	padding: 0;
	margin: 0;
}

.globalSearchResultDiv {
	padding: 10px;
}

.global-search-title-url {
	text-decoration: none;
}

.global-search-title-url:hover {
	color: #0070bc !important;
}

.globalSearchResultTitle {
	font-weight: inherit !important;
	font-family: prelo-bold,Verdana,sans-serif;
	margin-bottom: 5px;
	padding: 0;
	font-size: 14px;
}

.globalSearchInfoTitle {
	margin-bottom: 5px;
	font-family: prelo-book,Verdana,sans-serif;
	font-size: 14px;
}

.global-search-result:nth-child(even) {
  background-color: #F0F0F0;
}

.global-search-group-result .ui-datalist-empty-message {
	font-family: prelo-book;
	font-size: 14px;
}

.globalHeader > .navigation > .ui-menu-list > .ui-menuitem > .ui-menuitem-link, .globalHeader > .navigation2 > .ui-menu-list > .ui-menuitem > .ui-menuitem-link {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom-color: transparent;
	border-bottom-width: 5px !important;
	border-bottom-style: solid !important;
	padding-bottom: 8px !important;
}

.highlightedMenuItem {
	border-bottom-color: #c70000 !important;
}

.highlightedMenuItem > .ui-submenu-link {
	border-bottom-color: #c70000 !important;
}

.globalSearchResultInfo {
	font-family: prelo-book,Verdana,sans-serif;
}

.globalSearchButton {
	float: right;
	background: none;
	border: 1px solid #616265;
	border-radius: 0;
	border-left: none;
	margin-top: 1px;
	width: 2em !important;
	margin-right: 10px !important;
}

.globalSearchButton > .ui-button-text {
	height: 16px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
}
