/* CSS Document */

.moreLess .bIcon {
	float: right;
	display: block;
	width: 11px;
	height: 11px;
	background-image: url(../images/moreLessArrow.gif);
	background-repeat: no-repeat;
	margin-left:3px;
	margin-top:2px;
	filter: Alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
.moreLess .dijitHover .bIcon {
	filter: Alpha(Opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
	filter: Alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
.moreLess .dijitHover .bIcon {
	filter: Alpha(Opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}
.moreLess .bIcon.more { background-position: 1px 1px; }
.moreLess .bIcon.less { background-position: -9px 1px; }
.layoutButtons .bIcon {
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#efefef;
	vertical-align:top;
}
.layoutButtons .boxViewBtn,
.layoutButtons .listViewBtn{
	margin-left:6px!important;
}
.layoutButtons .boxViewBtn .bIcon:before {
  content: "\f00a";
}
.layoutButtons .listViewBtn .bIcon:before {
  content: "\f00b";
}
.boxes .layoutButtons .boxViewBtn .bIcon,
.listView .layoutButtons .listViewBtn .bIcon,
.cellData.action .bText {
	color:#555555;
}

.layoutButtons .bText {display:none;}
.termsContainer {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.termsContainer a {
	font-weight: 700;
}
.checkoutButtonContainer {
	position:relative;
	float:left;
}
.checkoutButtonContainer .processingOverlay {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125%;
	height: 100%;
	overflow: hidden;
}
.checkoutButtonContainer .processingOverlay .processingMessage {
	margin-top: 6px;
	text-align:left;
}
.checkoutButtonContainer .processingOverlay .processingMessage .icon {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	background-image: url(../images/ajax-loader-small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.s2k-dojo .dijitButtonDisabled .bIcon, .s2k-dojo .dijitButtonDisabled .bText {
	opacity:.5;
}
.printUPSLabel .bText {
	font-size:14px;
}
.printUPSLabel .bIcon {
	background-image: url(images/upsLogo.png);
	background-position: 0px 0px;
}
.calendarList .actionLinks a {
	display: block;
	float: left;
	padding: 0px 3px;
	border-left: 1px solid #555555;
}
.calendarList .actionLinks a:first-child {
	border-left:none;
}
.refreshBtn .dijitButton .dijitButtonNode .bText {
	display:none;
}
.refreshBtn .dijitButton .dijitButtonNode .bIcon {
	background-image:url(../images/refresh.png);
	background-repeat:no-repeat;
	background-position: 1px 0px;
	display:block;
	width:16px;
	height:16px;
}
.favoritesBtn .dijitButton {
	margin:0px;
}
.favoritesBtn .dijitButton .dijitButtonNode {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.favoritesBtn .dijitButton .dijitButtonNode .bIcon {
	background-image:url(../images/favorites-star.png);
	background-repeat:no-repeat;
	display:block;
	width:26px;
	height:25px;
}
.showFavorites .favoritesBtn .dijitButton .dijitButtonNode .bIcon {
	background-image:url(../images/favorites-star-selected.png);
}
.favoritesBtn .dijitButton .dijitButtonNode .bText {
	display:none;
}
.showFavorites .menuTree {
	display:none !important;
}
.favoritesContainer {
	display:none;
	width:260px;
}
.showFavorites .favoritesContainer {
	display:block;
}
.s2kERPActions {
	display:none;
}

.columnFilter .bIcon {
	background-image: url(../images/Add-Remove-Column.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}
.columnFilter .bText {
	display:none;
}
.columnFilter .dijitDropDownButton .dijitButtonNode {
	border: none;
	padding: 0px;
	color: #000000;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
}

.columnFilter .dijitArrowButtonInner {
	display:none;
}
.s2k-dojo .dijitComboBox .dijitArrowButtonContainer .dijitArrowButtonInner {
	display:block;
}