/* Filter gradients in IE8/9 causes huge problems, so we set
them to use compass's svg renderings to show gradients */
/* When needing to totally reset a button element */
/* Useful for when text is hidden but still needs to be detectable by screen readers */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

.alert {
	width: 699px;
	float: left;
	position: relative;
	padding: 10px 20px 10px 20px;
}



.alert p,.alert a {
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

.alert p {
	color: #f98c31;
	margin: 0;
	display: inline;
	float: left;
	max-width: 94%;
	top: 6px;
}

.alert p:focus {
	outline: 0;
}

.alert p.error {
	color: #e02100;
}

.alert p.success {
	color: #218748;
}

.alert p.result {
	color: #000;
	margin-left: 4px;
}

.alert a {
	color: #486dad;
	margin-left: 2px;
}

.alert a:hover {
	color: #444;
}

.alert a.close {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -171px;
	width: 20px;
	height: 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 12px;
	outline: none;
}

.alert .alert-icon,.alert .error-icon,.alert .success-icon {
	float: left;
	padding: 0;
	margin-right: 10px;
}

.alert.no-results, .alert.used-search, .alert.empty-search, .alert.generic-error, .alert.coupon-available, .alert.char-minimum, .alert.saved-order-closed {
  display: none;
}


.no-results .alert.no-results {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


.used-search .alert.used-search {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


.empty-search .alert.empty-search {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


.char-minimum .alert.char-minimum {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


.dj_ie8 .alert .icon {
	top: -1px;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/* Filter gradients in IE8/9 causes huge problems, so we set
them to use compass's svg renderings to show gradients */
/* When needing to totally reset a button element */
/* Useful for when text is hidden but still needs to be detectable by screen readers */

#filter-underlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9997;
	background-color: none;
	display: none;
}

.dj_ie #filter-underlay {
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0 );
	opacity: 0;
}


.filter-menu {
	border-radius: 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px;
	/* for old Apple and Android smartphone browsers */
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px;
	border: 4px solid #e1e2e3;
	background-color: #fff;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	z-index: 9998;
	position: absolute;
	display: none;
	top: 0;
	left: -3000px;
}

.filter-menu .eddm-filter {
  z-index: 9998;
  zoom: 1;
}

.filter-menu .eddm-filter.toggle label {
  min-width: 140px;
}

.filter-menu .eddm-filter label {
  border-left: 1px solid #b2b2b2;
}


.filter-menu h2 {
	max-width: 290px;
	font-size: 14px;
	margin: 0 0 18px 0px;
	color: #363636;
	text-align: left;
}

.filter-menu hr {
	margin: 30px 0 20px;
	border-bottom: 1px solid #cecece;
	background-color: #cecece;
}

.dj_ie7 .filter-menu hr,.dj_ie8 .filter-menu hr {
	width: 300px;
}

.filter-menu .indicator {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -103px;
	width: 19px;
	height: 16px;
	position: absolute;
	top: -13px;
	z-index: 9999;
}

.filter-menu .close {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -171px;
  width: 20px;
  height: 20px;
  background-attachment: scroll;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  right: 6px;
  top: 6px;
  outline: none;
}

.filter-menu .sort-widget {
  display: none;
  zoom: 1;
}

.eddm-filter {
  border-radius: 6px;
  border: 1px solid #b2b2b2;
  margin-left: 1px;
  margin-right: 1px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}


.eddm-filter label {
  float: left;
  color: #3980c3;
  height: 27px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  outline: none;
  zoom: 1;
  background-color: #fdfdfd;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e8e8e8));
  background-image: -moz-linear-gradient(#fdfdfd, #e8e8e8);
  background-image: -webkit-linear-gradient(#fdfdfd, #e8e8e8);
  background-image: linear-gradient(#fdfdfd, #e8e8e8);
}

.eddm-filter label .inner {
	padding: 6px 15px;
	display: inline-block;
}

.eddm-filter input[type="radio"],
.eddm-filter input[type="checkbox"] {
  position: absolute;
  left: -666px;
  width: 1px;
}

.eddm-filter input[type="radio"]:checked + label,
.eddm-filter input[type="checkbox"]:checked + label {
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(top, #3980c3, #2f6da8);
  background-image: -webkit-linear-gradient(top, #3980c3, #2f6da8);
  background-image: linear-gradient(to bottom, #3980c3, #2f6da8);
  color: #fff;
}

.eddm-filter input[type="radio"]:first-child + label,
.eddm-filter input[type="checkbox"]:first-child + label
{
	border-left: none;
}

.order-summary .eddm-filter {
  margin-bottom: 15px;
}

.order-summary .eddm-filter label {
  min-width: 88px;
  font-size: 1em;
}

.eddm-slider {
	height: 40px;
	padding-top: 8px;
}

.eddm-slider .dijitSliderRemainingBar,
.eddm-slider .dijitSliderLeftBumper,
.eddm-slider .dijitSliderRightBumper {
  background: #c0c0c0;
  border: 0;
  height: 10px;
}

.eddm-slider .dijitSliderLeftBumper {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.eddm-slider .dojoxRangeSlider .dijitSliderLeftBumper {
  background: #c0c0c0 !important;
}

.eddm-slider .dijitSliderRightBumper {
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

.eddm-slider .dijitSliderProgressBar {
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1OThkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1598d6), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(left, #1598d6, #2f6da8);
  background-image: -webkit-linear-gradient(left, #1598d6, #2f6da8);
  background-image: linear-gradient(to right, #1598d6, #2f6da8);
  border: 0;
  height: 7px;
}

.dj_ie7 .eddm-slider .dijitSliderProgressBar,.dj_ie8 .eddm-slider .dijitSliderProgressBar,.dj_ie9 .eddm-slider .dijitSliderProgressBar
	{
	background: #3980c3;
}

.eddm-slider .dijitSliderImageHandle {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -498px;
	width: 29px;
	height: 29px;
	border: 0;
	outline: none;
	top: -11px;
}

.eddm-slider .dijitRuleContainerH {
	height: 0;
}

.eddm-slider .dijitSliderProgressBarH {
	position: relative;
}

.eddm-slider .dijitSliderProgressBarH:before {
	background: #1598d6;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	content: "";
	display: block;
	left: -8px;
	height: 100%;
	position: absolute;
	top: 0;
	width: 8px;
}

.dj_ie8 .eddm-slider .dijitSliderProgressBarH:before {
	background: #3980c3;
}

.eddm-slider .dijitRuleLabelContainer {
	line-height: 14px;
}

.eddm-slider .dijitRuleLabel {
	background-color: #fff;
	color: #3b81c4;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	margin-top: 10px;
}

.eddm-slider .dijitRuleMark {
	background-color: #c0c0c0;
	border: 0;
	border-radius: 7px;
	height: 7px;
	margin-top: 15px;
	width: 7px;
}

.eddm-slider .dijitSliderMoveable {
	outline: none;
}

/* Age Filter */
.filter-menu-age-panel {
	width: 705px;
}

.filter-menu-age-panel h2 {
	max-width: 100%;
}

.filter-menu-age-panel .eddm-filter.toggle.show {
	position: absolute;
	right: 20px;
	top: 64px;
}

.filter-menu-age-panel .eddm-filter.toggle.show label {
	width: 92px;
	min-width: 92px;
}

.filter-menu-age-panel .eddm-filter.toggle.sort {
	float: left;
}

.filter-menu-age-panel .eddm-slider {
	width: 476px;
}

.filter-menu-age-panel .eddm-filter-age-result {
	color: #3b81c4;
	font-weight: bold;
}

/* Radius Filter */
.filter-menu-radius-panel {
	text-align: left;
	width: 634px;
}

.filter-menu-radius-panel .filter-menu-radius-panel-content {
	box-sizing: border-box;
	padding-right: 176px;
	position: relative;
	width: 100%;
}

.filter-menu-radius-panel .dijitRuleLabel {
	background-color: transparent;
}

.filter-menu-radius-panel .filter-menu-radius-panel-title {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}
.filter-menu-radius-panel.top{
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}


.filter-menu-radius-panel .filter-menu-radius-apply-btn {
	bottom: 11px;
	display: block;
	position: absolute;
	right: 20px;
	width: 136px;
}

/* Route Type Filter */
.filter-menu-route-types {
	display: block;
	list-style: none;
	text-align: left;
}

.filter-menu-route-type-label {
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 0 7px 37px;
}

.filter-menu-route-type {
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 30px;
}

.filter-menu-route-type:last-of-type {
	margin-right: 0;
}

.filter-menu-route-type .ui-checkbox {
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	height: 27px;
	left: 0;
	position: absolute;
	top: 0;
	width: 27px;
}

.filter-menu-route-type .ui-checkbox.ui-checkbox-checked:before {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -75px;
	width: 17px;
	height: 13px;
	content: "";
	display: block;
	left: 4px;
	position: absolute;
	top: 5px;
}

/* Filter gradients in IE8/9 causes huge problems, so we set
them to use compass's svg renderings to show gradients */
/* When needing to totally reset a button element */
/* Useful for when text is hidden but still needs to be detectable by screen readers */

.eddm-nav {
	float: left;
	clear: both;
	margin-bottom: 19px;
	width: 100%;
}

.eddm-nav li {
	float: left;
	border-right: 1px solid #dedede;
	list-style-type: none;
  margin-right: 20px;
}

.eddm-nav li a {
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  font-size: 17px;
  color: #202020;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
}

.eddm-nav li a:hover {
	color: #666;
}

.eddm-nav li.selected a {
	color: #3980c3;
}

.eddm-nav li:last-child {
	border-right: none;
}


.quick-check.quick-check-button {
  float: right;
  border-right: none;
  padding: 11px 0px 12px;
  margin: -62px 0 0;
}

.quick-check.quick-check-button .quick-check-text {
  display: inline-block;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 0;
}

.quick-check.quick-check-button .quick-check-icon-link {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -416px;
  width: 34px;
  height: 27px;
  padding: 0;
  margin-bottom: -1px;
  outline: none;
  display: inline-block;
  position: relative;
}

.quick-check.quick-check-button .quick-check-text-link {
  padding-right: 0;
  color: #1d76ba;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}

.quick-check.quick-check-button .quick-check-size-text {
  font-size: 12px;
}


.dj_ie8 .eddm-nav li a.quick-check {
  box-shadow: none;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
.info-bar {
  width: 740px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 0 4px;
  /* for old Apple and Android smartphone browsers */
  box-shadow: rgba(0, 0, 0, 0.4) -1px 0 4px;
  background-color: #e7e7e7;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fbfbfb, #dddddd);
  background-image: -webkit-linear-gradient(#fbfbfb, #dddddd);
  background-image: linear-gradient(#fbfbfb, #dddddd);
}

.info-bar.ready {
	display: inline-block;
}

.info-bar table {
	width: 100%;
}

.info-bar td {
	padding: 20px 0 20px;
}

.info-bar td .field-wrap {
	position: relative;
	padding-left: 20px;
	border-left: 1px solid #cecece;
	display: inline-block;
}

.info-bar td .arrow {
	position: absolute;
	top: 22px;
	right: 3px;
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -12px;
	width: 9px;
	height: 6px;
}

.dj_ie7 .info-bar td .arrow,.dj_ie8 .info-bar td .arrow {
	padding-right: 11px;
}

.info-bar td.selected {
  background-color: #f2f2f2;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc);
}

.info-bar td.selected .arrow {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -6px;
	width: 9px;
	height: 6px;
}

.info-bar td p {
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	clear: both;
	color: #333;
	min-width: 70px;
}

.info-bar td p.label {
	font-size: 10px;
	margin-bottom: 2px;
}

.info-bar td p.value {
	font-size: 12px;
	margin-bottom: 0px;
}

.info-bar td.filter {
	cursor: pointer;
}

.info-bar td.filter p.value {
	color: #2f6fa9;
}

.info-bar td:first-child .field-wrap {
	border-left: none;
}

.info-bar td.id p {
	min-width: 84px;
}

.info-bar td.total p {
	min-width: 42px;
}

.info-bar td.age p {
	min-width: 62px;
}

.info-panel {
	background: #fff;
	position: absolute;
	float: left;
	width: 960px;
	height: 100%;
	left: 960px;
	z-index: 7;
	display: none;
	margin-top: 0px
}

.info-panel .expand-wrap {
	display: inline-block;
	position: relative;
}

.info-panel .expand-wrap h2 {
  font-size: 24px;
	margin-left: 20px;
	margin-bottom: 0;
	color: #333;
}

.info-panel .order-summary {
	width: 180px;
	padding: 0px 20px 20px 20px;
	position: relative;
	float: left;
	border-right: 1px solid #e1e1e1;
	margin-top: 15px;
}

.info-panel .order-summary h2 {
  font-size: 24px;
	margin-top: 0px;
	color: #333;
}

.info-panel .order-summary ul {
	list-style-type: none;
}

.info-panel .order-summary ul li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.info-panel .order-summary ul li .order-summary-label-text,.info-panel .order-summary ul li p,.info-panel .order-summary ul li a
	{
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
}

.info-panel .order-summary ul li .order-summary-label-text.value,.info-panel .order-summary ul li p.value,.info-panel .order-summary ul li a.value
	{
	font-size: 24px;
	margin-bottom: 15px;
}

.info-panel .order-summary ul li .order-summary-label-text .disable,.info-panel .order-summary ul li p .disable,.info-panel .order-summary ul li a .disable
	{
	color: #656565;
	cursor: default;
}

.info-panel .order-summary ul li .clear-sel {
	position: absolute;
	right: 0;
	top: -1px;
}

.info-panel .order-summary ul li .clear-sel.hide {
	display: none;
}

.info-panel .order-summary ul li.back-to-bmeu {
	border-bottom: none;
}

.info-panel .order-summary ul li.back-to-bmeu a {
	font-weight: bold;
}

.info-panel .order-summary ul li.cost {
	margin-top: -7px;
}

.info-panel .order-summary ul li.errors {
	border-bottom: none;
	margin-bottom: 0px;
}

.info-panel .order-summary ul li .error {
	display: none;
	padding-bottom: 9px;
}

.info-panel .order-summary ul li .error p,.info-panel .order-summary ul li .error a
	{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 6px;
	display: inline;
}

.info-panel .order-summary ul li .error p {
	color: #ff3333;
}

.info-panel .order-summary ul li .error .error-icon {
	float: left;
	padding: 0;
	margin-right: 9px;
}

.info-panel .order-summary ul .drop-off {
	display: inline-block;
}

.info-panel .order-summary ul .drop-off .sm-wrap {
	width: 100%;
	margin-bottom: 20px;
}

.info-panel .order-summary ul .drop-off .sm-wrap .sm-selection {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info-panel .order-summary ul .drop-off label {
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
}

.info-panel .order-summary .dropoff-location {
	font-size: 16px !important;
	margin-top: 3px;
	display: none;
}

.info-panel .back-to-map {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -874px;
	width: 153px;
	height: 60px;
	left: -17px;
	position: absolute;
	display: none;
}

.info-panel button {
	width: 100%;
	margin-bottom: 20px;
}

.info-panel button.continue-btn {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(top, #3980c3, #2f6da8);
  background-image: -webkit-linear-gradient(top, #3980c3, #2f6da8);
  background-image: linear-gradient(to bottom, #3980c3, #2f6da8);
  color: #fff;
  border: 1px solid #397fc2;
  border-top-color: #24598c;
}

.info-panel button.continue-btn:hover {
  background-color: #2f6da8;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjE5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f6da8), color-stop(100%, #00619f));
  background-image: -moz-linear-gradient(#2f6da8, #00619f);
  background-image: -webkit-linear-gradient(#2f6da8, #00619f);
  background-image: linear-gradient(#2f6da8, #00619f);
}

.info-panel button.save-btn {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #e7e7e7;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fbfbfb, #dddddd);
  background-image: -webkit-linear-gradient(#fbfbfb, #dddddd);
  background-image: linear-gradient(#fbfbfb, #dddddd);
  color: #3980c3;
  border: 1px solid #b2b2b2;
}

.info-panel button.save-btn:hover {
  background-color: #f2f2f2;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc);
}

.info-panel.ready {
	display: inline-block;
}

.info-panel.expanded li.cost, .info-panel.expanded .drop-off, .info-panel.expanded .clear-sel, .info-panel.expanded .pricing-option
{
	display: none;
}

.info-panel.expanded .order-summary {
  top: 5px;
}

.info-panel.expanded .order-summary .btn-wrap {
	display: none;
}

.info-panel.expanded .order-summary .dropoff-location {
  display: block;
}

.info-panel.expanded .back-to-map {
	display: inline-block;
}

.info-panel.expanded .drop-off .sm-wrap {
	display: none;
}

.info-panel.error-lt .delivery-addresses,.info-panel.error-gt .delivery-addresses,.info-panel.error-gt-zip .delivery-addresses
	{
	color: #ff3333;
}

.info-panel.error-lt #error-lt-limit {
	display: inline-block;
}

.info-panel.error-gt #error-gt-limit {
	display: inline-block;
}

.info-panel.error-gt-zip #error-gt-limit-zip {
	display: inline-block;
}

/* Order Summary Approximate Cost Tooltip */
.order-summary-approx-cost-tooltip {
	display: inline-block;
}

.order-summary-approx-cost-tooltip .order-summary-approx-cost-tooltip-panel.ui-tooltip-panel
	{
	bottom: 30px;
	position: absolute;
	right: -64px;
	width: 200px;
}

.order-summary-approx-cost-tooltip .order-summary-approx-cost-tooltip-panel.ui-tooltip-panel .eddm-tooltip-panel-arrow
	{
	right: 58px;
}

.order-summary-approx-cost-label {
	display: inline-block;
	padding-right: 30px;
	padding-top: 7px;
	position: relative;
}

.order-summary-approx-cost-label .order-summary-approx-cost-tooltip {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

/* Styles pertaining to skinning the Dojo DataGrid */
.transparent {
	opacity: 0;
	filter: alpha(opacity = 0);
}

#gridContainer {
	float: left;
	height: 607px;
	width: 740px;
}

#gridContainer.touch-enabled {
	border-right: 1px solid #D4D4D4;
}

#gridContainer.touch-enabled .totalsArea {
	width: 100%;
}

#gridContainer.touch-enabled .dojoxGridContent>div {
	width: 100%;
}

#gridContainer.touch-enabled .dojoxGridRowTable {
	height: 39px;
	width: 740px;
	overflow-x: hidden;
}

#gridContainer .dojoxGridHeader {
	border-bottom: 1px solid #D4D4D4;
}

#gridContainer .dojoxGridCell,#gridContainer .totalsCell {
	padding-left: 21px !important;
	border: none;
}

#gridContainer .totalsArea {
	display: inline-block;
	padding: 10px 0 2px;
	background-color: #fff;
	width: 100%;
	height: 27px;
	position: relative;
	outline: none;
	text-align: center;
	z-index: 2;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
	/* for old Apple and Android smartphone browsers */
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
}

#gridContainer .totalsArea:hover {
	background-color: #cecece;
}

#gridContainer .totalsArea .indicator {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -25px;
	width: 11px;
	height: 7px;
	margin: 0 0 2px 6px;
	display: inline-block;
}

#gridContainer .dojoxGridSortUp .dojoxGridArrowButtonNode {
	background-position: 0 0;
}

#gridContainer .dojoxGridRow {
	width: 100%;
}

#gridContainer .dojoxGridRowTable {
	height: 39px;
	width: 724px;
	overflow-x: hidden;
}

#gridContainer .dojoxGridArrowButtonNode {
	background: url(../globals/images/global/tables/acc_grid_arrows.png)
		no-repeat 0 -26px;
	display: block;
	height: 10px;
	width: 10px;
	margin: 3px 3px 0 5px;
}

#gridContainer td.dojoxGridCell:last-child {
	border-right: none;
}

#gridContainer .dojoxGridRow {
	background-color: #ebebeb;
}

#gridContainer .dojoxGridRowOdd {
	background-color: #fff;
}

#gridContainer .dojoxGridScrollbox {
	height: 528px !important;
}

#gridContainer .dojoxGridScrollbox.touch-enabled {
	overflow: hidden;
}

#gridContainer .dojoxGridSortNode {
	border-right: 1px solid #cecece;
}

#gridContainer th {
	height: 29px;
}

#gridContainer th:last-child .dojoxGridSortNode {
	border-right: none;
}

.dojoxGrid table {
	margin: 0;
}

.dj_ie7 #gridContainer {
	width: 741px;
}

.dj_ie7 #slider-wrap {
	padding-bottom: 10px;
}

.dj_ie #gridContainer .dojoxGridRowTable,.dj_windows #gridContainer .dojoxGridRowTable
	{
	width: 722px;
}

.dj_chrome #slider-wrap .slide-arrow .dijitRuleLabelH {
	margin-top: -14px;
}

.dojoxGridColCaption,.dojoxGridSortNode {
	font-family: Helvetica, Arial, sans-serif;
	color: #2f6fa9;
	font-size: 10px;
	text-transform: uppercase;
}

.dojoxGridCell {
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px 5px 10px !important;
	border-top: none !important;
	border-bottom: none !important;
	outline: none;
}

.dojoxGridCell input {
	margin-right: 15px;
}

.dojoxGridRowTable th,.dojoxGridColCaption {
	cursor: pointer;
}

.dojoxGridRowTable th:first-child {
	cursor: default;
}

.tundra .dojoxGridRowOver .dojoxGridCell {
	background-color: #cecece !important;
	color: #202020 !important;
}

.tundra .dojoxGridCellFocus,.tundra .dojoxGridCellOver,.tundra th.dojoxGridCellFocus,.tundra td.dojoxGridCellFocus
	{
	border: none !important;
}

.tundra .dojoxGridRowSelected .dojoxGridCell {
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2e6da8));
  background-image: -moz-linear-gradient(#3980c3, #2e6da8);
  background-image: -webkit-linear-gradient(#3980c3, #2e6da8);
  background-image: linear-gradient(#3980c3, #2e6da8);
  color: #fff !important;
}

.tundra .dojoxGridRowSelected.dojoxGridRowOver .dojoxGridCell {
  background-color: #2f6aa2;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NWM5NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2NTY4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #295c96), color-stop(100%, #26568d));
  background-image: -moz-linear-gradient(#295c96, #26568d);
  background-image: -webkit-linear-gradient(#295c96, #26568d);
  background-image: linear-gradient(#295c96, #26568d);
}

.dojoxGridMasterMessages {
	margin-top: 11px;
	font-family: sans-serif;
	font-size: 13px;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/* Filter gradients in IE8/9 causes huge problems, so we set
them to use compass's svg renderings to show gradients */
/* When needing to totally reset a button element */
/* Useful for when text is hidden but still needs to be detectable by screen readers */
.search-area {
	width: 100%;
	float: left;
	position: relative;
}

.search-form {
	float: left;
	width: 720px;
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #d4d4d4;
}

.search-form .search-form-field-group {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
}

.search-form .search-form-field-group .search-form-field-icon {
	position: absolute;
}

.search-form .search-form-field-group .search-form-field-icon.disabled,
.search-form .search-form-field-group .search-form-field-icon-location.disabled {
	display: none;
}

.search-form .search-form-field-group .search-form-field-icon-search,
.search-form .search-form-field-group .search-form-field-icon-location {
  border-radius: 6px;
  behavior: url(../media/css/lib/pie/pie.htc);
  /* support border-radius in IE8 */
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(top, #3980c3, #2f6da8);
  background-image: -webkit-linear-gradient(top, #3980c3, #2f6da8);
  background-image: linear-gradient(to bottom, #3980c3, #2f6da8);
  color: #fff;
  border: 1px solid #397fc2;
  border-top-color: #24598c;
  padding: 5px 5px 5px 11px;
  float: left;
  width: 62px;
  /*width: 56px;*/
  height: 40px;
}



.search-form .search-form-field-group .search-form-field-icon-search:hover,
.search-form .search-form-field-group .search-form-field-icon-location:hover {
  background-color: #2f6da8;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjE5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f6da8), color-stop(100%, #00619f));
  background-image: -moz-linear-gradient(#2f6da8, #00619f);
  background-image: -webkit-linear-gradient(#2f6da8, #00619f);
  background-image: linear-gradient(#2f6da8, #00619f);
}

.search-form .search-form-field-group .search-form-field-icon-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 5px 5px 16px;
}

.search-form .search-form-field-group .search-form-field-icon-search .icon {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -587px;
  width: 30px;
  height: 30px;
  display: block;
}

.search-form .search-form-field-group .search-form-field-icon-location {
  margin-left: 8px;
  padding: 5px 5px 5px 20px;
  left: 60px;
  position: relative;
}

.search-form .search-form-field-group .search-form-field-icon-location .icon {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -191px;
  width: 21px;
  height: 21px;
  display: block;
}

.search-form .search-form-field-group .search-form-field-icon-clear {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -557px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 18%;
  top: 5px;
}

.search-form .search-form-field-group .search-form-field-icon-clear:hover
	{
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -527px;
	width: 30px;
	height: 30px;
}

.search-form .search-form-field-group .search-form-text-input {
	float: left;
	color: #343434;
	font-size: 20px;
	padding-left: 10px;
	height: 40px;
	width: 83%;
}

.search-form .search-form-field-group .search-form-text-input:focus {
	outline: 0;
}

.search-form .search-form-field-group .search-form-text-input::-ms-clear
	{
	display: none;
}

.dj_ie7 .search-form .search-form-field-group .search-form-text-input {
	height: 20px;
	padding: 10px 0 10px 10px;
}

.dj_ie8 .search-form .search-form-field-group .search-form-text-input {
	padding: 10px 0 10px 10px;
}

.search-form.enabled .search-form-text-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-form .search-form-radius-btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.search-form.radius-button-show .search-form-radius-btn {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.search-form-radius-btn.button {
	height: 40px;
	padding: 10px 23px 13px 37px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 0;
}

.search-form-radius-btn.button:before,.search-form-radius-btn.button:after
	{
	content: "";
	display: block;
	position: absolute;
}

.search-form-radius-btn.button:before {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -389px;
  	width: 21px;
  	height: 27px;
  	left: 12px;
  	top: 7px;
}

.search-form-radius-btn.button:after {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -12px;
	width: 9px;
	height: 6px;
	right: 12px;
	top: 16px;
}

.search-form-radius-btn.button .search-form-radius-btn-title {
	font-size: 10px;
	text-transform: uppercase;
}

.search-form-radius-btn.button .search-form-radius-btn-result {
	color: #3b81c4;
}

.search-form-radius-btn.button.selected {
	height: 40px;
}

.search-form-radius-btn.button.selected:before {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -470px;
  	width: 22px;
  	height: 28px;
}

.search-form-radius-btn.button.selected:after {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px 0px;
	width: 9px;
	height: 6px;
}

.search-form-radius-btn.button.selected .search-form-radius-btn-result {
	color: #fff;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
.route-table {
	position: absolute;
	z-index: 2;
	width: 740px;
	top: -646px;
}

.route-table .top-cap {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #486dad;
}

.route-table .route-table-toggle {
  color: #fff;
  font-size: 12px;
  background-color: #3b81c4;
  float: left;
  line-height: 39px;
  width: 114px;
  padding-left: 38px;
  border-left: 1px solid #c5c5c5;
  outline: none;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
  /* for old Apple and Android smartphone browsers */
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
}

.route-table .route-table-toggle:hover {
	background-color: #00619f;
}

.route-table .route-table-toggle .toggle-icon {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -18px;
	width: 11px;
	height: 7px;
	background-color: transparent;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -1px;
}

.dj_ie7 .route-table .route-table-toggle .toggle-icon {
	top: -4px;
}

.route-table.open {
	z-index: 5;
}

.route-table.open .toggle-icon {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -32px;
	width: 11px;
	height: 7px;
}

.scrollable {
  min-height: 395px;
}

.alt-payment-options .scrollable, .dupl-address .scrollable, .results-zipcode .scrollable {
  min-height: 254px;
  position: relative;
}

.dropoff-alert-advanced .scrollable {
  position: relative;
  left: -19px;
  width: 335px;
}

.dupl-address .scrollable, .results-zipcode .scrollable {
  left: -14px;
  width: 330px;
}

.alt-payment-options .scrollable {
  left: -15px;
  width: 319px;
}

.scrollContainer {
	position: relative;
  	min-height: 395px;
  	background-image: none;
  	border: 0;
  	filter: none;
  	outline: none;
  	width: 100%;
  	overflow: hidden;
  	overflow-y: auto !important;
}

.alt-payment-options .scrollContainer, .dupl-address .scrollContainer, .results-zipcode .scrollContainer {
  min-height: 254px;
}

.scrollInterior {
	width: 100%;
}

.scrollList ul {
  list-style-type: none;
}

.scrollList input[type=radio],
.scrollList input[type=checkbox] {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -2000px;
}

.scrollList input[type=radio] + label,
.scrollList input[type=checkbox] + label {
  display: inline-block;
  width: 100%;
  height: 27px;
  padding: 12px 0 0 12px;
}

.scrollList input[type=radio] + label .icon-check,
.scrollList input[type=checkbox] + label .icon-check {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -75px;
  width: 17px;
  height: 13px;
  display: none;
  margin-right: 7px;
}

.dropoff-routes-table > li > label{
  background-color:#fff !important;
  display: inline-block;
  width: 100%;
  height: 27px;
  padding: 12px 0 0 12px;
}

.dropoff-routes-table > li.odd > label{
  background-color: #e7e7e7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fbfbfb, #dddddd);
  background-image: -webkit-linear-gradient(#fbfbfb, #dddddd);
  background-image: linear-gradient(#fbfbfb, #dddddd);
}
.scrollList input[type=radio]:checked + label, 
.scrollList input[type=radio].checked + label,
.scrollList input[type=checkbox]:checked + label,
.scrollList input[type=checkbox].checked + label {
  background-color: #e7e7e7;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fbfbfb, #dddddd);
  background-image: -webkit-linear-gradient(#fbfbfb, #dddddd);
  background-image: linear-gradient(#fbfbfb, #dddddd);
}

.scrollList input[type=radio]:checked + label .icon-check, .scrollList input[type=radio].checked + label .icon-check,
.scrollList input[type=checkbox]:checked + label .icon-check,
.scrollList input[type=checkbox].checked + label .icon-check {
  display: inline-block;
}

.scrollList li label {
  background-color: #ebebeb;
}

.scrollList li.odd label {
  background-color: #fff;
}



/*quick check modal*/
.quick-check p{
	clear: both;
}

.quick-check .length-wrap,.quick-check .height-wrap {
	float: left;
	margin: 16px 0 24px;
	width: 49%;
}

.quick-check .length-wrap label,.quick-check .height-wrap label {
	margin: 5px 10px 0 0;
}

.quick-check label,.quick-check .dijitInline {
	float: left;
	font-size: 12px;
}

.quick-check .i-wrap {
  padding: 4px;
  margin-right: 10px;
  float: left;
}

.quick-check .i-wrap .dijitInline {
	margin: 4px 5px 15px 0;
}

.quick-check .i-wrap label {
	margin-right: 15px;
}

.quick-check .input {
	text-align: right;
	width: 75px;
}

.quick-check .input::-ms-clear {
  display: none;
}

.quick-check .error-handler,.quick-check .success-handler {
	clear: both;
	float: left;
	margin-top: 15px;
}

.quick-check .error-handler li {
	line-height: 1.4em;
}

.quick-check .success-handler {
	color: #2f6fa9;
	padding-left: 20px;
	position: relative;
	margin-bottom: 7px;
}

.quick-check .success-handler ul {
	margin: 0;
	padding: 0;
}

.quick-check .success-handler li {
	font-weight: bold;
	font-size: 11px;
}

.quick-check .success-handler .success_icon {
	background:
		url("../globals/images/global/sprites/success_error_icon.jpg")
		no-repeat 0 0 transparent;
	height: 16px;
	left: 0;
	position: absolute;
	text-indent: -3000px;
	top: 0;
	margin: 0;
	width: 16px;
}

.quick-check #btnRunCheck {
  background: none;
  border: none;
}

.dj_ie8 .quick-check .input {
	line-height: 25px;
}

.dj_ie7 .quick-check hr {
	color: #d4d4d4;
	margin: 0 0 10px;
}

.confirmation {
	float: left;
	width: 305px;
}

.confirmation .section {
	width: 100%;
	float: left;
	clear: both;
}

.confirmation p,.confirmation label {
	font-size: 12px;
	font-weight: bold;
}

.confirmation .label {
	color: #486dad;
	float: left;
	margin-bottom: 10px;
}

.confirmation .value {
	color: #486dad;
	float: right;
	font-weight: bold;
	margin-bottom: 10px;
}

.confirmation a {
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
}

.confirmation .terms-conditions {
	border-bottom: 1px solid #d4d4d4;
	clear: both;
	margin-top: 4px;
	padding-bottom: 20px;
}

.confirmation .terms-conditions p {
	margin-bottom: 7px;
}

.confirmation .terms-conditions input {
	margin-right: 10px;
}

.confirmation .terms-link {
  margin-left: 23px;
}

.confirmation .mailers {
	margin-top: 14px;
}

.confirmation .mailers #companyMailer,.confirmation .mailers #mailerId,.confirmation .mailers #permitNumber
	{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 7px;
}

.confirmation .mailers *[for=sCompanyMailer],.confirmation .mailers *[for=sPermitNumber],.confirmation .mailers *[for=sMailerId]
	{
	font-size: 12px;
	font-weight: bold;
}

.confirmation .mailers .blue {
	font-size: 12px;
	margin-bottom: 5px;
}

.confirmation .mailers .sm-wrap {
	margin: 5px 0 10px;
}

.confirmation .coupon {
	display: none;
	margin-top: 8px;
}

.confirmation .coupon label,.confirmation .coupon .label {
	color: #202020;
}

.confirmation #by-for {
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 0;
	width: 100%;
	float: left;
	clear: both;
}

.confirmation #by-for form,.confirmation #by-for .default,.confirmation #by-for .enter-crid,.confirmation #by-for .enter-coupon,.confirmation #by-for .error-msg,.confirmation #by-for .label
	{
	float: left;
	clear: both;
}

.confirmation #by-for .error-msg {
  position: relative;
}

.confirmation #by-for form {
	width: 100%;
}

.confirmation #by-for .label {
	color: #202020;
}

.confirmation #by-for .label a {
	color: #2F6FA9;
}

.confirmation #by-for .enter-crid,.confirmation #by-for .enter-coupon {
	width: 100%;
	margin-top: 4px;
	padding-bottom: 6px;
}

.confirmation #by-for.default .default {
	display: inline-block;
}

.confirmation #by-for.default .enter-crid,.confirmation #by-for.default .enter-coupon
	{
	display: none;
}

.confirmation #by-for.enter-crid,.confirmation #by-for.enter-coupon {
	padding-top: 0;
	margin-top: 0;
}

.confirmation #by-for.enter-crid .enter-crid {
	display: inline-block;
}

.confirmation #by-for.enter-crid .default,.confirmation #by-for.enter-crid .enter-coupon
	{
	display: none;
}

.confirmation #by-for.enter-coupon .enter-coupon {
	display: inline-block;
}

.confirmation #by-for.enter-coupon .enter-coupon form {
	display: none;
}

.confirmation #by-for.enter-coupon .enter-coupon .coupon {
	display: inline-block;
	float: left;
	clear: both;
	width: 100%;
}

.confirmation #by-for.enter-coupon .enter-coupon.apply-coupon form {
	display: inline-block;
}

.confirmation #by-for.enter-coupon .enter-coupon.apply-coupon .coupon {
	display: none;
}

.confirmation #by-for.enter-coupon .enter-crid,.confirmation #by-for.enter-coupon .default
	{
	display: none;
}

.confirmation #by-for .input {
	font-size: 12px;
	height: 31px;
	margin-right: 2px;
	width: 180px;
}

.confirmation #by-for .ti-wrap {
	margin-right: 9px;
}

.confirmation #by-for .ti-wrap .input {
	width: 122px;
}

.dj_ie8 .confirmation #by-for .ti-wrap .input {
  display: inline-block;
  width: 150px;
  margin-right: 0;
}

.confirmation #by-for .apply-crid-button {
  width: 118px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(top, #3980c3, #2f6da8);
  background-image: -webkit-linear-gradient(top, #3980c3, #2f6da8);
  background-image: linear-gradient(to bottom, #3980c3, #2f6da8);
  color: #fff;
  border: 1px solid #397fc2;
  border-top-color: #24598c;
}

.confirmation #by-for .apply-crid-button:hover {
  background-color: #2f6da8;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjE5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f6da8), color-stop(100%, #00619f));
  background-image: -moz-linear-gradient(#2f6da8, #00619f);
  background-image: -webkit-linear-gradient(#2f6da8, #00619f);
  background-image: linear-gradient(#2f6da8, #00619f);
}

.dj_ie8 .confirmation #by-for .apply-crid-button {
  margin-top: -1px;
}

.confirmation #by-for .error-msg {
	display: none;
}

.confirmation #by-for .error-msg .icon {
	display: inline-block;
	float: left;
	margin-right: 6px;
}

.confirmation #by-for .error-msg p {
	color: #EB0F0E;
	float: left;
	margin-bottom: 0px;
}

.dj_ie7 .confirmation #by-for .error-msg p {
	padding-top: 4px;
}

.confirmation .total-cost {
	border-top: 1px solid #d4d4d4;
	overflow: auto;
	padding-top: 20px;
}

.confirmation .total-cost p.label {
	color: #202020;
	font-size: 14px;
}

.confirmation .total-cost del {
	color: #AAA;
	display: inline-block;
	margin-right: 5px;
}

.confirmation .total-cost .value {
	font-weight: normal;
	font-size: 24px;
}

.confirmation .total-cost .value.formatted-date {
	color: #202020;
}

.confirmation .total-cost .date-wrap {
	width: 100%;
	display: inline-block;
  margin-bottom: 13px;
}

.confirmation .bottom-wrap {
  margin-top: 20px;
}

.confirmation .bottom-wrap .error-msg {
  float: left;
  clear: both;
}

.confirmation .btn-wrap {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}

.confirmation .btn-wrap .pay-po-btn, .confirmation .btn-wrap .pay-online-btn, .confirmation .btn-wrap .next-btn {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(top, #3980c3, #2f6da8);
  background-image: -webkit-linear-gradient(top, #3980c3, #2f6da8);
  background-image: linear-gradient(to bottom, #3980c3, #2f6da8);
  color: #fff;
  border: 1px solid #397fc2;
  border-top-color: #24598c;
  position: relative;
  width: 143px;
}

.confirmation .btn-wrap .pay-po-btn:hover, .confirmation .btn-wrap .pay-online-btn:hover, .confirmation .btn-wrap .next-btn:hover {
  background-color: #2f6da8;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjE5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f6da8), color-stop(100%, #00619f));
  background-image: -moz-linear-gradient(#2f6da8, #00619f);
  background-image: -webkit-linear-gradient(#2f6da8, #00619f);
  background-image: linear-gradient(#2f6da8, #00619f);
}

.confirmation .btn-wrap .pay-po-btn {
	float: left;
}

.confirmation .btn-wrap .pay-online-btn,.confirmation .btn-wrap .next-btn
	{
	float: right;
}

.confirmation .btn-wrap .save-btn {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #e7e7e7;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fbfbfb, #dddddd);
  background-image: -webkit-linear-gradient(#fbfbfb, #dddddd);
  background-image: linear-gradient(#fbfbfb, #dddddd);
  color: #3980c3;
  border: 1px solid #b2b2b2;
  width: 100%;
  float: left;
  margin-bottom: 13px;
}

.confirmation .btn-wrap .save-btn:hover {
  background-color: #f2f2f2;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc);
}

.confirmation .assistance {
	font-size: 11px;
}

.confirmation.bmeu .btn-wrap .save-btn {
	width: 143px;
}

.confirmation.bmeu #by-for {
	display: none;
}

.confirmation .confirmation-error-msgs {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -2000px;
}

#applyCoupon {
  width: 103px;
  margin-bottom: 12px;
}

#onlyOneCompanyMailer {
  margin-top: 10px;
  margin-bottom: 2px;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/* Filter gradients in IE8/9 causes huge problems, so we set
them to use compass's svg renderings to show gradients */
/* When needing to totally reset a button element */
/* Useful for when text is hidden but still needs to be detectable by screen readers */
.map-container {
	position: relative;
}

.map-image {
	left: 0;
	position: absolute;
	top: 0;
}

/* Map Markers */
.map-marker {
	display: block;
  font-size: 1px;
	line-height: 0;
  height: 1px;
  width: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
}

.map-marker.map-marker-po-box {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -617px;
	width: 25px;
	height: 33px;
	content: "";
	display: block;
}

.map-marker.map-marker-po-box.map-marker-selected {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -650px;
	width: 25px;
	height: 33px;
}

.map-marker.map-marker-pos {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -833px;
	width: 30px;
	height: 41px;
}

/* Globals for Map Tooltips */
.eddm-map-tooltip.eddm-tooltip {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 22px;
	bottom: 22px;
	height: auto;
	padding: 3px;
	position: absolute;
	right: 22px;
	width: auto;
	z-index: 3;
}

.eddm-map-tooltip.eddm-tooltip .map-tooltip-title {
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.eddm-map-tooltip.eddm-tooltip .map-tooltip-close-btn {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-block;
	line-height: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #525252;
	display: block;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.eddm-map-tooltip.eddm-tooltip .map-tooltip-close-btn:before {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -63px;
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
}

.dj_ie8 .eddm-map-tooltip.eddm-tooltip .map-tooltip-close-btn:before {
  top: 0%;
}

.eddm-map-tooltip.eddm-tooltip .eddm-map-tooltip-icon {
	-webkit-box-shadow: inset 1px 2px 2px 0 #878784;
	/* for old Apple and Android smartphone browsers */
	box-shadow: inset 1px 2px 2px 0 #878784;
	background-color: #f1f1f1;
	border-radius: 38px;
	height: 38px;
	position: relative;
	top: auto;
	width: 38px;
}

.eddm-map-tooltip.eddm-tooltip .eddm-map-tooltip-icon:before {
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
}

.dj_ie8 .eddm-map-tooltip.eddm-tooltip .eddm-map-tooltip-icon {
	box-shadow: none;
}

.eddm-map-tooltip.eddm-tooltip .eddm-map-tooltip-panel {
	font-size: 14px;
	padding: 30px;
	position: absolute;
}

.dj_ie8 .eddm-map-tooltip.eddm-tooltip .eddm-map-tooltip-panel {
	filter: inherit;
}

.ui-tooltip-active .eddm-map-tooltip.eddm-tooltip .eddm-map-tooltip-panel {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* Map Info Tooltip */
.eddm-map-info-tooltip.eddm-tooltip .map-tooltip-title {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0;
}

.eddm-map-info-tooltip.eddm-tooltip .eddm-map-tooltip-icon:before {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -212px;
	width: 11px;
	height: 24px;
	margin-left: -4.5px;
	margin-top: -11px;
}

.eddm-map-info-tooltip.eddm-tooltip .eddm-map-tooltip-panel {
	bottom: 52px;
	box-sizing: border-box;
	height: 370px;
	right: -5px;
	width: 600px;
}

.eddm-map-info-tooltip.eddm-tooltip .eddm-tooltip-panel-arrow {
	right: 6px;
}

.eddm-map-info-tooltip.eddm-tooltip.ui-tooltip-active .eddm-map-tooltip-icon:before
	{
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -153px;
	width: 18px;
	height: 18px;
	margin-left: -8px;
	margin-top: -8px;
}

/* Map Instructional Piece */
.map-instructions {
	border-right: 1px solid #d6d6d6;
	display: inline-block;
	height: 100%;
	padding-right: 30px;
	vertical-align: top;
	width: 236px;
}

.map-instructions-steps {
	font-size: 14px;
	list-style: none;
}

.map-instructions-steps .map-instructions-step {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 37px;
	position: relative;
}

.map-instructions-steps .map-instructions-step:before {
	content: "";
	border-radius: 28px;
	background-color: #3b81c4;
	display: block;
	left: 0;
	height: 28px;
	position: absolute;
	top: 0;
	width: 28px;
}

.map-instructions-steps .map-instructions-step:after {
	content: "";
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 14px;
	height: 28px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 28px;
	white-space: nowrap;
}

.map-instructions-steps .map-instructions-step:first-child:after {
	content: "1";
}

.map-instructions-steps .map-instructions-step:nth-child(2):after {
	content: "2";
}

.map-instructions-steps .map-instructions-step:nth-child(3):after {
	content: "3";
}

/* Map Key */
.map-key-container {
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
}

.map-key-container .map-keys {
	box-sizing: border-box;
	display: block;
	list-style: none;
	width: 100%;
}

.map-key-container .map-keys .map-key {
	display: block;
	font-size: 14px;
	height: 28px;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.map-key-container .map-keys .map-key:first-child {
	padding-top: 0;
}

.map-key-container .map-keys .map-key:last-child {
	padding-bottom: 0;
}

.map-key-container .map-keys .map-key .map-key-route {
	content: "";
	display: block;
	position: relative;
	padding: 3px 0 6px 37px;
}

.map-key-container .map-keys .map-key .map-key-route:before {
	border-radius: 28px;
	content: "";
	display: block;
	height: 28px;
	left: 0;
	position: absolute;
	top: 0;
	width: 28px;
}

.map-key-container .map-keys .map-key .map-key-route.map-key-route-scheduled:before
	{
	background-color: #4ec2ed;
}

.map-key-container .map-keys .map-key .map-key-route.map-key-route-hovered:before
	{
	background-color: #db75f1;
}

.map-key-container .map-keys .map-key .map-key-route.map-key-route-business:before
	{
	background-color: #37b54b;
}

.map-key-container .map-keys .map-key .map-marker {
	left: 0;
	position: absolute;
	top: 10px;
}

.map-key-container .map-keys .map-key .map-key-text {
	display: block;
	margin-left: 37px;
	padding: 3px 0 6px 0px;
}

.modal-box.eddm-modal {
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.25);
  /* for old Apple and Android smartphone browsers */
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.25);
}

.modal-box.eddm-modal #modal-box-closeModal {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -793px;
  width: 40px;
  height: 40px;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
}

.modal-box.eddm-modal #modal-box-closeModal:hover {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -753px;
  width: 40px;
  height: 40px;
}

.modal-box.eddm-modal #modalHeaderH2 {
  padding-top: 11px;
}

.modal-box.eddm-modal .modal-box-header .modal-box-header-left,
.modal-box.eddm-modal .modal-box-header .modal-box-header-right {
  background: #ececec;
  height: 40px;
}

.modal-box.eddm-modal .modal-box-header .modal-box-header-left .modal-box-header-mid,
.modal-box.eddm-modal .modal-box-header .modal-box-header-right .modal-box-header-mid {
  background: #ececec;
  height: 40px;
}

.modal-box.eddm-modal .modal-box-footer .modal-box-footer-left,
.modal-box.eddm-modal .modal-box-footer .modal-box-footer-right {
  background: #fff;
}

.modal-box.eddm-modal .modal-box-footer .modal-box-footer-left .modal-box-footer-mid,
.modal-box.eddm-modal .modal-box-footer .modal-box-footer-right .modal-box-footer-mid {
  background: #fff;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.modal-box.eddm-modal .modal-box-contentwrap .modal-box-contentwrap-left,
.modal-box.eddm-modal .modal-box-contentwrap .modal-box-contentwrap-right {
  background: #fff;
}

.modal-box.eddm-modal .modal-box-contentwrap .modal-box-contentwrap-left .modal-box-contentwrap-mid,
.modal-box.eddm-modal .modal-box-contentwrap .modal-box-contentwrap-right .modal-box-contentwrap-mid {
  background: #fff;
}

.modal-box.eddm-modal .closeWrap {
  padding-top: 7px;
}

.modal-box.eddm-modal button {
  min-width: 98px;
}

.modal-box.eddm-modal button.blue-btn {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(top, #3980c3, #2f6da8);
  background-image: -webkit-linear-gradient(top, #3980c3, #2f6da8);
  background-image: linear-gradient(to bottom, #3980c3, #2f6da8);
  color: #fff;
  border: 1px solid #397fc2;
  border-top-color: #24598c;
}

.modal-box.eddm-modal button.blue-btn:hover {
  background-color: #2f6da8;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjE5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f6da8), color-stop(100%, #00619f));
  background-image: -moz-linear-gradient(#2f6da8, #00619f);
  background-image: -webkit-linear-gradient(#2f6da8, #00619f);
  background-image: linear-gradient(#2f6da8, #00619f);
}

.modal-box.eddm-modal button.gray-btn {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #e7e7e7;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fbfbfb, #dddddd);
  background-image: -webkit-linear-gradient(#fbfbfb, #dddddd);
  background-image: linear-gradient(#fbfbfb, #dddddd);
  color: #3980c3;
  border: 1px solid #b2b2b2;
}

.modal-box.eddm-modal button.gray-btn:hover {
  background-color: #f2f2f2;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc);
}

.modal-box.eddm-modal hr {
  background-color: #d4d4d4;
  clear: both;
  margin: 15px 0;
}

html,body {
	height: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

p {
	line-height: 14px;
	font-weight: 400;
}

h1,h2,h3,h4,h5 {
	outline: none;
	font-weight: 300;
}

h3,h4 {
	margin: 0px;
	font-size: 12px;
}

h4 {
	color: #656565;
}

sup {
	font-size: 50%;
}

p sup {
	font-size: 70%;
}

ul {
	margin: 0;
	padding: 0;
}

.input {
	font-weight: 300;
}

.eddm-wrap {
	float: left;
	width: 960px;
	margin-top: 25px;
	zoom: 1;
}

.eddm-wrap h1 {
	margin: 0 0 14px;
	padding: 0;
}

.eddm-wrap .map-area {
	width: 100%;
	height: 646px;
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.eddm-wrap .map-area .map-container {
	width: 960px;
	height: 646px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	/* fake routes - for testing purposes only */
}

.eddm-wrap .map-area .map-container img {
	display: block;
}

.eddm-wrap .map-area .map-container .fake-route {
	position: absolute;
	display: none;
	z-index: 2;
}

.eddm-wrap .map-area .map-container .fake-route.one {
	top: 136px;
	left: 245px;
}

.eddm-wrap .map-area .map-container .fake-route.two {
	top: 340px;
	left: 420px;
}

.eddm-wrap .map-area .map-container .fake-route.three {
	top: 200px;
	left: 490px;
}

.eddm-wrap .map-area .map-container.ready .fake-route {
	display: inline-block;
}

.eddm-wrap .ui-wrap {
	position: relative;
	float: left;
	width: 100%;
}

.eddm-wrap .ui-wrap .tab-indicator {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -39px;
	width: 21px;
	height: 12px;
	position: absolute;
	top: -11px;
	left: 40px;
	z-index: 4;
}

.eddm-wrap .ui-wrap.expanded .search-area {
	display: none;
}

.eddm-wrap .ui-area {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #d4d4d4;
}

.eddm-wrap .ui-area a:focus,.eddm-wrap .ui-area button:focus {
	outline: 0;
}

.eddm-wrap .ui-area .error-icon {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -284px;
	width: 24px;
	height: 24px;
}

.eddm-wrap .ui-area .alert-icon {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -236px;
	width: 24px;
	height: 24px;
}

.eddm-wrap .ui-area .success-icon {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -260px;
	width: 24px;
	height: 24px;
}

.eddm-wrap .right-shadow {
	position: absolute;
	width: 10px;
	height: 100%;
	left: 960px;
	z-index: 4;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0 );
	opacity: 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -1px 0 4px;
	/* for old Apple and Android smartphone browsers */
	box-shadow: rgba(0, 0, 0, 0.3) -1px 0 4px;
}

.eddm-wrap .top-shadow {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0px;
	top: -10px;
	z-index: 4;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 4px;
	/* for old Apple and Android smartphone browsers */
	box-shadow: rgba(0, 0, 0, 0.35) 0 0 4px;
}

.scenarios {
	color: #363636;
}

.scenarios .heading {
	font-weight: bold;
}

.scenarios #original-search {
	margin-top: -8px;
	margin-bottom: 20px;
}

.scenarios .scrollInterior {
	padding-left: 0;
}

.scenarios .btns-wrap {
	border-top: 1px solid #d4d4d4;
	margin: 20px -10px 0;
	padding: 10px;
}

.scenarios ul {
	list-style-type: none;
	padding: 0;
}

.scenarios ul .zipcode-option,.scenarios ul label {
	font-size: 12px;
}

.scenarios ul .zipcode-option {
	margin-left: 10px;
}

.scenarios ul .dijitInline {
	margin-top: 1px;
}

.results-zipcode #used-search {
	font-weight: normal;
	font-style: italic;
}

.panel {
	float: left;
}

.panel.delivery-type {
	width: 277px;
}

.panel.delivery-type .cap-box,.panel.delivery-type .top-cap {
	border-left: none;
	border-right: none;
}

.panel.route-type {
	width: 280px;
}

.panel .cap-box {
	border-top: none;
	padding: 16px 15px 16px 15px;
	min-height: 50px;
}

.panel fieldset label {
	float: left;
	margin-right: 12px;
	font-size: 11px;
	color: #202020;
}

.panel fieldset label .dijitInline {
	margin-top: 1px;
	margin-right: 4px;
}

.panel fieldset label:last-child {
	margin-right: 0px;
}

.sm-options {
	width: 228px;
}

.eddm-nonprofit .sm-options .sm-option.eddm-forprofit {
  display: none;
}

#drag-handle {
	cursor: pointer;
}

#blocker {
	background-color: #000;
	height: 646px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50 );
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 6;
}

.modal-box .drop-off-container p {
  padding-left: 12px;
  padding-right: 12px;
}

.modal-box .drop-off-container .price {
  padding-right: 30px;
}

.modal-box .drop-off-container hr {
  margin-left: 12px;
  margin-right: 12px;
}


/*alt payment options model*/
.alt-payment-options {
	padding: 5px;
}

.alt-payment-options .top-wrap {
	padding-top: 8px;
}

.alt-payment-options .bottom-wrap,.alt-payment-options .close-wrap {
	clear: both;
}

.alt-payment-options .flow-col {
	width: 285px;
}

.alt-payment-options .flow-col.left {
	padding-right: 14px;
}

.alt-payment-options .i-wrap {
	float: left;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 17px;
}

.alt-payment-options .i-wrap label {
	font-size: 1em;
}

.alt-payment-options .dijitInline {
	margin-top: 4px;
	margin-right: 5px;
}

.alt-payment-options .route-info {
	margin-bottom: 0;
	clear: both;
	overflow: auto;
}

.alt-payment-options .route-info .label {
	float: left;
	padding-left: 0;
}

.alt-payment-options .route-info .value {
	float: right;
	font-weight: normal;
}

.alt-payment-options .options-list {
  list-style-type: none;
  padding-left: 0px;
}

.alt-payment-options .options-list li {
  margin-bottom: 5px;
}

.alt-payment-options .options-list .option-num {
  background-color: #3b81c4;
  color: #fff;
  width: 25px;
  height: 20px;
  padding-top: 5px;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  margin-right: 10px;
}

.alt-payment-options p {
	font-size: 12px;
	margin-bottom: 15px;
}

.alt-payment-options .divider1,.alt-payment-options .divider2 {
	background-color: #d4d4d4;
	width: 1px;
}

.alt-payment-options .divider1 {
	height: 370px;
}

.alt-payment-options .divider2 {
	height: 45px;
}

.alt-payment-options .close-wrap .blue-btn {
  float: right;
  min-width: 130px;
}

.alt-payment-options .close-wrap .gray-btn {
  float: left;
  min-width: 130px;
}

.alt-payment-options .scrollInterior {
	padding: 0;
}

.alt-payment-options .drop-off-container {
  background-color: #f7f7f7;
  padding: 11px 0;
}

.alt-payment-options .price {
  padding-right: 18px;
}

.alt-payment-options .price {
  padding-right: 18px;
}

.alt-payment-options .bottom-wrap .route-info {
  margin-top: 15px;
  padding-top: 5px;
}

.alt-payment-options .bottom-wrap .value {
  font-size: 24px;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.eddm-nonprofit .alt-payment-options .nonprofit-only {
  display: inline;
}

/*global to modals*/
.poWrap {
	margin-top: 20px;
}

.poWrap:first-child, .poWrap.first {
  margin-top: 0;
}

.poWrap label {
	font-size: 12px;
}

.poWrap h2 {
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.poWrap p {
	padding-left: 12px;
  	margin: 0 0 15px;
	line-height: 16px;
}

.poWrap .dijitInline {
	margin-top: 2px;
}

.dropoff-routes-table {
	width: 100%;
}

.dropoff-routes-table td {
	font-size: 12px;
	padding-top: 8px;
}

.dropoff-routes-table tr:first-child td {
	padding-top: 0;
}

/*drop off alert advaced modal*/
.dropoff-alert-advanced h2 {
	display: inline-block;
}

.dropoff-alert-advanced .dijitInline {
	margin-right: 5px;
}

.dropoff-alert-advanced .closeWrap {
	position: relative;
	margin-top: 15px;
}

.dropoff-alert-advanced .closeWrap label {
	display: block;
	float: left;
	margin-top: 7px;
}

.dropoff-alert-advanced .closeWrap .btn {
	float: right;
}

.dropoff-alert-advanced .closeWrap #edit-selection-link {
	font-size: 12px;
	text-decoration: none;
}

.dropoff-alert-advanced .wrap {
	width: 254px;
}

.dropoff-alert-advanced .wrap p {
	display: none;
	margin: 0px;
	font-weight: bold;
}

.dropoff-alert-advanced .wrap p del {
	color: #aaa;
}

.dropoff-alert-advanced.show-price .wrap p {
	display: inline-block;
}

.hidden-text {
  display: block;
  font-size: 1px;
  line-height: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
}


.custom-radio {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -2000px;
}

.custom-radio + label {
  display: inline-block;
  padding-left: 40px;
  height: 27px;
}

.custom-radio + label:before {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -443px;
  width: 27px;
  height: 27px;
  width: 27px;
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: -40px;
  top: -4px;
}

.custom-radio:checked + label:before, .custom-radio.checked + label:before {
  content: " ";
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -308px;
  width: 27px;
  height: 27px;
}


.custom-checkbox {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -2000px;
}

.custom-checkbox + label {
  display: inline-block;
  padding-left: 40px;
  height: 27px;
}

.custom-checkbox + label:before {
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -362px;
  width: 27px;
  height: 27px;
  width: 27px;
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: -40px;
  top: -4px;
}

.custom-checkbox:checked + label:before, .custom-checkbox.checked + label:before {
  content: " ";
  background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
  background-position: 0px -335px;
  width: 27px;
  height: 27px;
}


/*modal box error icon*/
#modalHeaderH2 #do-alert-icon {
	margin: 0;
}

#modalHeaderH2 #do-alert-icon .error_icn {
	margin-top: 1px;
}

#modalHeaderH2 #do-alert-header {
	padding-left: 20px;
}

/*mailing container modal*/
.mailing-container .type {
	position: relative;
}

.mailing-container .modal-fieldset {
	float: left;
	margin-bottom: 15px;
	width: 50%;
}

.mailing-container .modal-fieldset label {
	display: block;
	float: left;
	line-height: 26px;
	width: 80px;
}

.mailing-container .modal-fieldset .input {
	width: 85px;
}

.mailing-container .modal-fieldset-full {
	clear: both;
	width: 100%;
}

.mailing-container .modal-fieldset-full label {
	font-weight: bold;
	width: 114px;
}

.mailing-container .modal-fieldset-full .input {
	float: left;
	margin-left: 20px;
	position: relative;
	width: 85px;
}

.mailing-container .modal-fieldset-full .totalgross {
	height: 100%;
	width: 48px;
}

.mailing-container .modal-fieldset-full .rightText {
	font-size: 11px;
	position: absolute;
	right: 5px;
	top: 8px;
}

.mailing-container hr {
	background-color: #d4d4d4;
	margin-bottom: 10px;
}

/* Preloader / processing indicator */
#eddm_overlay-progress {
	background:
		url("../globals/images/global/modal/crt_rem_trans_dot_ani_whiteback.gif")
		no-repeat scroll 50% 50% transparent;
	height: 100%;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40 );
	opacity: 0.4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#eddm_overlay-bg {
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40 );
	opacity: 0.4;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: #000000;
	position: fixed;
}

.modal-box #modal-box-content {
	outline: 0;
}

.modal-box #modal-box-content #for-nickname {
	display: inline-block;
	margin-bottom: 8px;
}

.modal-box #modal-box-content #nickname {
  width: 249px;
}

.modal-box #modal-box-content .coupon-msg {
  margin-bottom: 18px;
  margin-top: 18px;
  max-width: 230px;

}

.modal-box #modalHeaderH2 {
	padding-top: 13px;
}

/* header login area fixes */
#nav-tool-login .content .reg p {
	font-size: 12px;
}

#accountSubLinks ul {
	padding-left: 0px;
}

/* IE7-8 styles */
.dj_ie label input[type=checkbox],.dj_ie label span {
	vertical-align: middle;
}

.no-borderradius #mapKey .cap-box .cb-middle,.no-borderradius .search-area .cap-box .cb-middle
	{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#F4F2F2' );
}

.no-borderradius .panel .no-top-border.cap-box {
	margin-top: 1px;
}

.no-borderradius .panel .no-top-border.cap-box .cb-middle {
	padding: 19px 15px 7px 13px;
	min-height: 21px;
}

.no-borderradius .panel.search .no-top-border.cap-box {
	margin-top: 1px;
}

.no-borderradius .panel.search .no-top-border.cap-box .cb-middle {
	padding: 15px 0 5px 15px;
	min-height: 21px;
}

.no-borderradius .panel.delivery-type .tc-left,.no-borderradius .panel.delivery-type .tc-right,.no-borderradius .panel.delivery-type .cb-middle,.no-borderradius .panel.delivery-type .cb-bot .cb-left,.no-borderradius .panel.delivery-type .cb-bot .cb-right
	{
	border-left: none;
	border-right: none;
}

.no-borderradius .mailing-container .modal-fieldset-full .input {
	margin-left: 0;
}

.no-borderradius .mailing-container .modal-fieldset-full .ti-wrap {
	margin-left: 20px;
}

.no-borderradius .mailing-container .modal-fieldset-full .totalgross {
	line-height: 27px;
}

.no-borderradius .mailing-container .modal-fieldset-full .rightText {
	top: 3px;
}

.dj_ie7 .scenarios .zipcodeWrapper,.dj_ie7 .scenarios #dupladdress {
	margin-bottom: 20px;
}

.dj_ie7 .dropoff-alert-advanced a.btn,.dj_ie7 .alt-payment-options a.btn
	{
	text-decoration: none;
}

.dj_ie7 .dropoff-alert-advanced .wrap,.dj_ie7 .alt-payment-options .wrap
	{
	width: 251px;
}

.dj_ie7 .mailing-container hr {
	color: #d4d4d4;
	margin: 0 0 10px;
}

.dj_ie7 .mailing-container .modal-fieldset-full .required {
	top: 0;
}

/* Buttons */
.button {
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	box-sizing: border-box;
}

.button-primary {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(top, #3980c3, #2f6da8);
  background-image: -webkit-linear-gradient(top, #3980c3, #2f6da8);
  background-image: linear-gradient(to bottom, #3980c3, #2f6da8);
  color: #fff;
  border: 1px solid #397fc2;
  border-top-color: #24598c;
}

.button-primary:hover {
  background-color: #2f6da8;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjE5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f6da8), color-stop(100%, #00619f));
  background-image: -moz-linear-gradient(#2f6da8, #00619f);
  background-image: -webkit-linear-gradient(#2f6da8, #00619f);
  background-image: linear-gradient(#2f6da8, #00619f);
}


.button-secondary {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #e7e7e7;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fbfbfb, #dddddd);
  background-image: -webkit-linear-gradient(#fbfbfb, #dddddd);
  background-image: linear-gradient(#fbfbfb, #dddddd);
  color: #3980c3;
  border: 1px solid #b2b2b2;
}

.button-secondary:hover {
  background-color: #f2f2f2;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc);
}

/* Button Toggles */

.button-toggle {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #e7e7e7;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fbfbfb, #dddddd);
  background-image: -webkit-linear-gradient(#fbfbfb, #dddddd);
  background-image: linear-gradient(#fbfbfb, #dddddd);
  color: #3980c3;
  border: 1px solid #b2b2b2;
  color: #202020;
  cursor: pointer;
  height: 12px;
  font-size: 12px;
  font-weight: bold;
}

.button-toggle:hover {
  background-color: #f2f2f2;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc);
}

.button-toggle.selected {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  box-sizing: border-box;
  background-color: #3980c3;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3980c3), color-stop(100%, #2f6da8));
  background-image: -moz-linear-gradient(top, #3980c3, #2f6da8);
  background-image: -webkit-linear-gradient(top, #3980c3, #2f6da8);
  background-image: linear-gradient(to bottom, #3980c3, #2f6da8);
  color: #fff;
  border: 1px solid #397fc2;
  border-top-color: #24598c;
  color: #fff;
}

.button-toggle.selected:hover {
  background-color: #2f6da8;
  /* fallback for IE 8 */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNmRhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjE5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f6da8), color-stop(100%, #00619f));
  background-image: -moz-linear-gradient(#2f6da8, #00619f);
  background-image: -webkit-linear-gradient(#2f6da8, #00619f);
  background-image: linear-gradient(#2f6da8, #00619f);
}

.button-toggle .button-toggle-input {
  left: -9999px;
  position: absolute;
  top: 0;
}

/* Tooltip */

.eddm-tooltip {
  display: inline-block;
  position: relative;
}

.eddm-tooltip.ui-tooltip-active .eddm-tooltip-panel {
  transition-delay: 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  z-index: auto;
}

.eddm-tooltip-icon {
	cursor: pointer;
	display: inline-block;
	height: 16px;
	width: 14px;
	position: relative;
	top: 3px;
}

.eddm-tooltip-info .eddm-tooltip-icon {
	background-color: #f3f3f3;
	border-radius: 12px;
	border: 1px solid #d6d6d6;
	height: 22px;
	position: relative;
	width: 22px;
}

.eddm-tooltip-info .eddm-tooltip-icon:before {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -51px;
	width: 6px;
	height: 12px;
	content: "";
	display: block;
	left: 8px;
	position: absolute;
	top: 5px;
}

.eddm-tooltip-panel {
	background-color: #f0f0f0;
	bottom: auto;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	/* for old Apple and Android smartphone browsers */
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	color: #202020;
	display: block;
	font-size: 11px;
	height: auto;
	left: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0 );
	opacity: 0;
	overflow: visible;
	padding: 20px;
	position: absolute;
	right: auto;
	top: auto;
	transition: visibility 0s linear .20s, opacity .25s ease-in-out;
	width: 220px;
	visibility: hidden;
}

.eddm-tooltip-panel-arrow {
	-webkit-box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
	/* for old Apple and Android smartphone browsers */
	box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 28px;
}

.eddm-tooltip-panel-arrow:after {
	background-color: #f0f0f0;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	/* for old Apple and Android smartphone browsers */
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	content: "";
	height: 22px;
	left: 0;
	position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -15px;
	width: 22px;
}

.logout-msg {
  color: #eb0f0e;
  font-size: 17px;
  margin-bottom: 20px;
}

.dj_ie8 .eddm-tooltip-panel {
	box-shadow: none;
}

.dj_ie8 .eddm-tooltip-panel-arrow {
	background-image: url(../../media/images/eddm-sprite/_eddm-sprite.png);
	background-position: 0px -88px;
	width: 28px;
	height: 15px;
	box-shadow: none;
}

.dj_ie8 .eddm-tooltip-panel-arrow:after {
	display: none;
}

/* hack to prevent ghost hover on global nav in iOS */

.dj_ios #navigation-global li:hover a > div.gdropdown, .dj_ios #navigation-global li:hover > div.gdropdown {
  opacity: 0 !important;
  overflow: hidden  !important;
}

.dj_ios #navigation-global li:hover h3 {
  background-position: left -9000px  !important;
  color: #fff  !important;
  text-shadow: 0 1px 1px #0c4e7f  !important;
}

.dj_ios #navigation-global li:hover h3 a {
  background-position: right -192px  !important;
  color: #fff  !important;
}

/* hack to prevent ghost hover on global nav in iOS */
.dj_ios #navigation-global li:hover a > div.gdropdown, .dj_ios #navigation-global li:hover > div.gdropdown {
  opacity: 0 !important;
  overflow: hidden  !important;
}

.dj_ios #navigation-global li:hover h3 {
  background-position: left -9000px  !important;
  color: #fff  !important;
  text-shadow: 0 1px 1px #0c4e7f  !important;
}

.dj_ios #navigation-global li:hover h3 a {
  background-position: right -192px  !important;
  color: #fff  !important;
}

/* ACN Dev note - temporarily putting back in the "tab-bucket", "terms-wrap" and "eddm-title" styling for the terms and conditions page - to be logged in Jira. */
#terms-wrap {
	margin-top: 25px;
	padding-left: 9px;
	width: 620px;
	clear: both;
}

#terms-wrap p {
	margin: 12px 0;
}

.tab-bucket {
	width: 284px;
}

.tab-bucket p {
	font-weight: bold;
	margin-bottom: 3px;
}

.tab-bucket .cap-middle {
	padding: 3px 0 5px 10px;
}

.tab-bucket .cap-bottom-small {
	background-position: -435px -43px;
}

.tab-bucket .cap-top-small {
	background-position: -435px -37px;
}

.tab-bucket h4 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #6c6c6c;
	position: relative;
}

#eddm-title {
	float: left;
}

#eddm-title h1 {
	margin: 0 0 4px;
	padding: 0;
}

#eddm-title p {
	width: 413px;
	margin-bottom: 0px;
}

#eddm-title a {
	margin-top: 3px;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
}

#eddm-title sup {
	font-size: 50%;
}

#eddm-title p sup {
	font-size: 70%;
}
/* End ACN Dev note */

/* ACN Dev note */
/* overriding esri.css style for p.result, for alerts
*/
.alert p.result {
	padding: 0px;
}
/* End ACN Dev note */

/* ACN Dev note*/
/* overriding esri.csss style for the position of the zoom controls*/
.esriSimpleSliderTL {
	top: 515px !important;
}
/* End ACN Dev note */

/* ACN DEV Note - applying spacing to the "thickness" label as well */
.quick-check .thickness-wrap label {
	margin: 5px 7px 0 0;
}
/* END ACN Dev Note */

/* ACN DEV Note - adding a small margin to give this prompt a little spacing before it is displayed. */
#weightPerPiecePrompt {
	margin-top: 10px;
}
/* END ACN Dev Note */