body,div,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

body {
	min-height: 100vh;
    height: 100%;
	text-align: center;
    padding: 0px;
    margin: 0px;
	background-color: #ffffff;
	/* footer wave */
	background-image: url("../images/footer-wave-2.png");
    background-repeat: no-repeat;
	background-position: 50% 100%;
    background-size: 1366px auto;
}

a {
	text-decoration: underline;
	font-size: 1em;
}
a:link, a:visited, a:active, a:hover {
	color: #006ab3;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

div {
	text-align: left;
}

div .box {
	display:block;
	min-height: 15px;
	min-width: 30px;
	font-weight: normal;
}

input {
	height:20px;
}

.tundra .dijitTextBox {
	margin: 0;
}
.dj_webkit .dijitTextBoxDisabled INPUT {
	color: #666;
}

#projectPositionsContainer .dijitTextBox {
	width: 180px;
}

th input {
	height: 15px;
}
th select {
	height: 25px;
}

label {
	float: left;
	display: block;
	text-align: left;
	margin-right: 5px;
	color: #006ab3;
	min-width: auto;
}

.ui-dialog-content label,
.ui-dialog-content .labelContainer,
.ui-dialog-content select {
	width: 15em;
}
.ui-dialog-content .labelContainer {
	margin-right: 5px;
	float: left;
}
.ui-dialog-content .twoColumnUpdateForm label {
	width: auto;
}
.ui-dialog-content .labelContainer label {
	width: auto;
}
.ui-dialog-content select {
	box-sizing: content-box;
}

/* Radio/Checkboxes */
.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 3px;
    vertical-align: middle;
    width: auto;
}
.radio.inline input[type="radio"], .checkbox.inline input[type="radio"] {
	height: 12px;
	margin: 0 5px 10px 0;
}

input, textarea, select {
	border:1px solid #B3B3B3;
}

.ui-tooltip {
    max-width: 400px;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

submit {
	height:25px;
}

select {
	color: #666;
	height: 20px;
	width: 15em;
}
select[disabled] {
	background: #e4e4e4;
	border-color: #d5d5d5;
}

optgroup {
	color: #006ab3;
}

optgroup option {
	color: initial;
}

table {
	margin: 2px 0 0 0;
	border-collapse: collapse;
	width: 100%
}
table td, table th {
	padding: 2px;
	border: 1px solid #eaeaef;
}
table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}
table thead {
	font-weight: bold;
	font-style: italic;
	font-size: 1.0em;
	text-align: left;
}

table#zoneParametersLegend {
	width: 300px;
	margin: 12px 0 0 auto;
}

#agentTotal table, #agentTotal table td, #agentTotal table th {
	color: #3d93ca;
	font-weight: bold;
	border: none;
	text-align: right;
	margin: 0;
	height: 26px;
}
#agentTotal td:last-child {
	padding-right: 5px;
	width: 110px;
}

i.reversed {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
}

.clearfix, .clearfix-simple{
	clear:both;
	content: "";
}

.noMargin {
	margin: 0;
}

.errors {
	color: red !important;
	font-weight: bold;
	display: block;
}
.legalErrors {
	color: #E88B0C;
	font-weight: bold;
	display: block;
	margin-left: 105px;
}

.dijitTitlePaneTitle {
	display: none;
}

.dijitTitlePaneContentInner {
	border: none;
}

.whitePageHeader {
	background-color: #006FBA;
	color: #FFFFFF;

	font-weight: normal;
	font-size: 20px;
	padding: 10px 0 0 14px;
}
.whitePageHeader.jqGridHeader {
	display: inline-block;
	background-color: transparent;
}
.whitePageHeader .fa, .blueboxtitle [class^="icon-"] {
    margin-right: 4px;
}
.blueboxtitle .icon-balance-scale {
	margin-right: 8px;
}

/* ----------- REGISTER ------------ */
.righthalf label, .lefthalf label {
	min-width: 180px;
}
.righthalf select, .lefthalf select {
	font-size: 1em;
	box-sizing: content-box;
}

#users .submit {
	float: right;
}
.submit input {
	margin-right: 10px;
}

.btn-register {
	background-color: #27b24a;
	display: inline-block;
	padding: 8px;
	margin-top: 20px;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-register a {
	color: #fff;
	text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 3px 6px;
  margin: 5px;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #555555;
}
.standardButton {
	border:solid 2px #006ab3;
	border-radius:4px;
	background: white;
	color:#006ab3;
	height:34px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 1px 10px;
	font-family: Arial, Helvetica, Sans-serif;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
	display:inline-block;
	user-select: none;
	text-align: center;
	box-shadow: 2px 2px 2px #ccc;
	cursor: pointer;
}
.standardButton:disabled, .standardButton:hover:disabled {
	background-color: #CCCCCC;
	border-color: #CCCCCC;
	color: #FFF;
	font-weight: bold;
	cursor: default;
}
.standardButton:hover, .ui-dialog-buttonpane .standardButton:hover, .submit input:hover, .standardButton.active {
	color: white;
	background: #006ab3;
}
.ui-dialog-buttonset .standardButton .ui-button-text {
	padding: 0;
	line-height: 29px;
	font-size: 14px;
	font-weight: normal;
}
.standardButton.short {
	line-height: 18px;
	height: 22px;
}
.standardButton.notUpperCase {
	text-transform: none;
}
.standardButton i.fa, .standardButton i[class^="icon-"] {
	margin-right: 3px;
}
.standardButton i.icon-folder-close {
	margin-right: 6px;
}

.datarow {
	margin-top: 10px;
	margin-bottom: 5px;
}
.datarow label {
	margin-bottom: 5px;
}

/* -------- INFO PANEL -------- */
.infopanel {
	margin: 4px 0 6px 0;
	background: #e9e9e9;
	color: #333;
	padding: 8px 6px 6px 30px;
}

.infopanel i[class^="icon-"] {
	position: absolute;
	margin: 0 0 0 -21px;
}

.ui-dialog-content .infopanel {
	margin: -.5em -1em 0 -1em;
}

/* ----------- FORGOT PASSWORD ------------ */
#__forgotpassword_emailaddress_id {
	width: 300px;
}
#__forgotpassword_emailaddress_id label {
	clear: right;
	margin-bottom: 10px;
	text-align: left;
}

.righthalf {
	float: right;
	width: 48%;
	margin: 5px;
}
.lefthalf {
	float: left;
	width: 48%;
	margin: 5px;
	margin-left: 20px;
}
.lefthalf > div, .righthalf > div {
	padding-top: 10px;
	padding-bottom: 10px;
}
.lefthalf div .box, .righthalf div .box {
	margin-left: 100px;
}

#normal_od_left {
	width: 250px;
	float:left;
}
#normal_od_right {
	width: 180px;
	float:left;
}
#normal_od_left div, #normal_od_right div {
	margin-top: 0;
	margin-left: 6px;
}

.shortbluehr {
	width: 80%;
	border: 1px solid #7cacdc;
	margin-top: 15px;
	margin-bottom: 15px;
}

.twoColumnUpdateForm, .twoColumnUpdateForm .dijitTitlePaneContentOuter {
	background: #DDD;
}

.dialogSection {
	padding: 6px;
}
.dialogSection h3 {
	color: #006FBA;
	margin: 0 0 0 -6px;
}

.toggleButton {
	background-color: white;
	border: 2px solid #006ab3;
	border-radius: 5px;
	height: 32px;
	width: 32px;
	padding: 0;
	color: #006ab3;
	margin: 0 3px;
	font-size: 18px;
	cursor: pointer;
}
.ui-widget button.toggleButton {
	font-size: 18px;
}

.toggleButton.selected, .toggleButtonSelected {
	background-color: #006ab3;
	color: white;
	cursor: auto;
}

.exportCustomDialog .datarow.checkinput,
.exportCustomDialog label {
	display: inline-block;
	float: none;
	margin: 0 8px 0 0;
}
.exportCustomDialog label {
    width: auto;
}
.exportCustomDialog .submittalSections td {
	border: none;
	padding: 5px 2px;
}
.exportCustomDialog .dialogSection.submittalSections > div {
	padding: 3px 0;
}
.exportCustomDialog .dialogSection + .dialogSection {
	padding-top: 0;
}
.exportCustomDialog .dialogSection + .priceDetails {
	padding: 0 32px 6px 32px;
	margin-top: -10px;
}

.dialogSection label.radio {
	float: none;
	display: block;
	text-align: left;
	width: auto;
}

.dialogSection.twoColumnUpdateForm {
	background: #FFF;
}

.twoColumnUpdateForm .column {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 20px 10px 15px 25px;
}
.dialogSection.twoColumnUpdateForm .column {
	padding: 0px 10px 5px 0px;
}
.twoColumnUpdateForm .column ~ .column {
	padding-left: 10px;
	padding-right: 25px;
}
.dialogSection.twoColumnUpdateForm .column ~ .column {
	padding-right: 0px;
}
.twoColumnUpdateForm .datarow {
	margin: 0;
	margin-top: 10px;
	height: 40px;
}
.twoColumnUpdateForm .datarow.dataRowReadOnly .box {
	border: 1px solid #b3b3b3;
	background-color: #EBEBE4;
	height: 20px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
}
.twoColumnUpdateForm label {
	text-align: left;
	margin-bottom: 4px;
}
.twoColumnUpdateForm select {
	width: 100%;
	height: 22px;
}
.twoColumnUpdateForm .dijitTextBox {
	width: 100%;
	margin: 0;
}
.twoColumnUpdateForm .dijitTextArea {
	max-width: initial;
	box-sizing: border-box;
}
.twoColumnUpdateForm .buttonRow, .buttonRowRight {
	text-align: right;
	padding-right: 25px;
	padding-bottom: 15px;
}

.buttonRow {
	display: flex;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #aaa;
}
.buttonRow .leadingButtons, .buttonRow .trailingButtons {
	flex-basis: 50%;
}
.buttonRow .trailingButtons {
	text-align: right;
}
.buttonRow button {
	margin-left: 10px;
}
.buttonRow .leadingButtons button {
	margin-right: 10px;
	margin-left: 0;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height:5.5em !important;
	max-height:22em !important;
	overflow-y: auto !important;
	max-width: 175px;
}

.dijitComboBoxMenuPopup, .dijitCalendarPopup {
	z-index: 1005 !important;
}

.roundedPageTitleHeader {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;

	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;

	height: 30px;
}

.ui-menu-item a.accountContactSearchResult {
	padding-bottom: 6px;
	padding-top: 6px;
}
.accountContactSearchResult > i {
	display: inline-block;
	padding-top: 4px;
	vertical-align: top;
	color: #006ab3;
	width: 30px;
	box-sizing: border-box;
	padding-left: 2px;
	text-align: left;
}
.accountContactSearchResult > div {
	display: inline-block;
	width: calc(100% - 30px);
}

/* Account/Contact autocomplete field */
.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    background-color: white;
    width: 28px;
    margin-right: 0;
}

.custom-combobox-with-icon .custom-combobox-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.custom-combobox-with-icon .custom-combobox-icon {
	display: inline;
}
.custom-combobox-icon {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 28px;
	padding: 0;
	width: 28px;
}
.custom-combobox-icon i {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -6px;
	font-size: 16px;
}
.custom-combobox-input {
    margin: 0;
    width: calc(100% - 30px);
}
.custom-combobox-input.ui-state-default {
	border-right: none;
}
.custom-combobox-with-icon .custom-combobox-input {
	width: calc(100% - 59px);
}

.ui-autocomplete {
    padding: 5px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-autocomplete .highlight {
	background: yellow;
}

.custom-combobox-spinner {
	font-size: 16px;
	position: absolute;
	margin-left: -20px;
	line-height: 24px !important;
}

div.selectContactWithoutAdd {
	margin: 5px 21px 0 21px;
	z-index: inherit;
}
div.selectContactWithoutAdd > div.datarow {
	margin-bottom: 20px;
}

/* ---------- Bread Crumbs ------------- */
/* ---------- BREAD CRUMBS ------------- */
.breadcrumbBar {
	color: #333333;
	margin: 0;
	padding: 10px;
}
.breadcrumbBar div {
    float: left;
    margin-left: 10px;
    color: #333;
}
.breadcrumbBar a {
    color: #006ab3;
	font-size: 1em;
	text-decoration: none;
}
.breadcrumbBar a:hover {
    color: #006ab3;
	text-decoration: underline;
}
.breadcrumbBar label {
	float: left;
	margin-left: 5px;
	width: auto;
	margin-top: 2px;
	color: #CCC;
}
.breadcrumbBar .datarow {
	margin-top: 0px;
	margin-bottom: 0px;
}
#breadcrumbBar select {
	width: 120px;
}

.printOptionsToolbar {
	width: 100%;
	min-height: 50px;
	background: none repeat scroll 0 0 #006FBA;
	border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.printOptionsToolbar img {
	float: right;
	height: 32px;
	width: 32px;
	margin: 4px 4px;
}

.header {
	display: flex;
	justify-content: space-between;
}
.header > span {
	display: inline-block;
	margin: auto 0;
}

.boxtitle {
	color: #006ab3;
	font-size: 1.3em;
	padding: 10px;
	box-sizing: border-box;
}

.basicDisplayTitle {
	color: #006ab3;
	display: inline-block;
	padding-bottom: 1px;
}

.utilbox {
	width: 18px;
}

input.fa-radio {
	display: none;
}
input.fa-radio + label .icon-circle-empty {
	font-size: 1.4em;
	cursor: pointer;
}
input.fa-radio + label .icon-circle {
	display: none;
}
input.fa-radio:checked + label .icon-circle {
	display: block;
	font-size: 0.4em;
}
input.fa-radio + label span.fa-stack {
	font-size: 12px;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	margin: 0 !important;
}

/* borrow the font-awesome "stack" styling for us to use with fontello icons */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack i[class*=" icon-"] {
	line-height: inherit;
}
.fa-stack-07x,
.fa-stack-1x,
.fa-stack-15x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-07x {
  font-size: 0.7em;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-15x {
  line-height: 1.5em;
}
.fa-stack-2x {
  font-size: 2em;
}

.infoicon {
	cursor: pointer;
	color: #006ab3;
}
.fa-stack.infoicon {
	width: 1.1em;
	height: 1.5em;
	line-height: 1.3em;
}

/*--------------- Table Look -------------------*/
.ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
}
.ui-jqgrid tr.jqgrow td {
	font-weight: normal;
	overflow: hidden;
	white-space: pre;
	padding: 4px;
}

.ui-jqgrid-bdiv a {
	text-decoration: none;
}

table.vertical-headers th, table.vertical-headers td {
    border: 1px solid #92C83E;
    border-collapse: collapse;
    margin:0;
    padding: 5px;
    text-align: center;
}
table.vertical-headers th {
    text-align: right;
    width: 200px;
    background: #FFF;
    border: none;
    color: #666;;
}
table.vertical-headers tr:first-child td {
	font-weight: bold;
}
table.vertical-headers caption {
    caption-side: top;
    width: auto;
    text-align: left;
    font-size: 14px;
    color: #006FBA;
    padding-bottom: 4px;
}

.svgViewport {
	background: white;
	overflow: hidden;
	max-height: 800px;
	position: relative;
}
.svgViewport .svgDraggable {
	cursor: move;
}

.availableDistanceTooltip, .steamPipeDirectionTooltip {
	max-width: none;
}
.zoomSlider.ui-slider {
	position: absolute;
	left: 19px;
	top: 44px;
	width: 2px;
	height: 122px;
	background: #fff;
	z-index: 2;
	border: 2px solid #006ab3;
	border-radius: 0;
	box-shadow: 1px 1px 2px rgba(107, 107, 107, .4);
}
.zoomSlider .ui-slider-handle {
	background: #006ab3;
	left: -10px;
	height: 10px;
	width: 24px;
	z-index: 3;
	border: 1px solid white;
	outline: none;
	box-sizing: border-box;
	border-radius: 0;
}
.zoomReset {
	position: absolute;
	color:white;
	background: #006ab3;
	left: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	font-size: 16px;
	padding: 4px;
	z-index: 1;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(107, 107, 107, .4);
}

.btn-white-on, .btn-white-bordered-on {
	background-color: #fff;
	text-decoration: none;
}
.btn-white-bordered-on {
	border: 1px solid #006ab3;
	box-shadow: none;
}
.btn-white-on i, .btn-white-bordered-on i {
	color: #006ab3;
}
.btn-white-on:hover i, .btn-white-bordered-on:hover i {
	color: #000;
}
.btn-white-off, .btn-white-bordered-off {
	background-color: #fff;
	text-decoration: none;
	cursor: default;
}
.btn-white-off i, .btn-white-bordered-off i {
	color: #999999;
}

.tabs-icons {
	display: inline-block;
	position: relative;
	width: auto;
	border-bottom: 45px solid #006ab3;
	border-left: 30px solid transparent;
	height: 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	top: 8px;
}
.tabs-icons.tabs-icons40 {
	border-bottom: 40px solid #006ab3;
}

table.borderless, table.borderless tr, table.borderless td {
	border: none;
}

.roundedBorder {
	border: 1px solid #006ab3;
	border-radius: 6px;
}

.blueTitleText {
    color: #348bc8;
    font-weight: bold;
    text-transform: uppercase;
}

.blueboxtitle {
	position: relative;
	box-sizing: border-box;
	margin:0;
	padding: 10px;
	width: 100%;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	color: #FFF;
	font-size: 1.2em;
	line-height: 30px;
	min-height: 50px;
	font-weight: normal;
}
.mediumBluebox {
	position: relative;
	background-color: #8ab2db;
	margin: 0;
	line-height: 30px;
	min-height: 50px;
}
.blueboxtitle.maintitle {
	display: inline-block;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
	width: auto;
}
.ui-jqgrid .ui-userdata, .blueboxheader {
	min-height: 50px;
	background: #006ab3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: visible;
}
#projectList .ui-jqgrid .ui-userdata { /*condair*/
	display: none;
}

/* hide the select-all checkbox on some lists */
#projectList .ui-jqgrid-hbox #grid_cb div, /* condair projects */
.projectList .ui-jqgrid-hbox #grid_cb div, /* nortec projects*/
#ordersList .ui-jqgrid-hbox #grid_cb div, /* both orders list */
#projectInformationTabs #stakeholdersTab #stakeholdersGrid_cb div { /* nortec stakeholders */
	display: none;
}

.header-buttons {
	display: block;
	margin: 4px 5px 0 0;
}

.header-buttons .search-field-container {
	display: inline-block;
	width: 300px;
	margin-right: 15px;
}

.projectTypeSelectorContainer {
	display: flex;
	justify-content: space-around;
	padding: 8px;
}
#projectList .projectTypeSelectorContainer {
	margin: 0 -110px;
	padding: 18px 0;
}
.projectTypeSelector {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-basis: 172px;
	border: 1px #006FBA solid;
	border-radius: 5px;
	padding: 8px;
}
#projectList .projectTypeSelector {
	align-content: start;
}
.projectTypeSelector.withWarnings {
	flex-basis: 240px;
}
.projectTypeSelector .typeTitle {
	flex-basis: 100%;
	font-size: 16px;
    font-weight: bold;
    color: #006FBA;
}
#projectList .projectTypeSelector .typeTitle {
	text-align: center;
	margin: 12px 0;
	font-size: 14px;
}
.projectTypeSelector .typeIcon {
	flex-basis: 80px;
	height: 100%;
}
#projectList .projectTypeSelector .typeIcon {
	height: auto;
	flex-basis: 100%;
	text-align: center;
	line-height: 0;
}
.projectTypeSelector .typeIcon .icon {
	font-size: 80px;
}
#projectList .projectTypeSelector .typeIcon .icon {
	font-size: 64px;
}
.projectTypeSelector .typeProducts {
	flex-basis: 130px;
}
#projectList .projectTypeSelector .typeProducts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-basis: 100%;
	flex-wrap: wrap;
}
.projectTypeSelector.withWarnings .typeProducts {
	flex-basis: 150px;
}
.projectTypeSelector .typeProducts button {
	cursor: pointer;
	color: #006ab3;
	font: bold 12px/1em HelveticaNeue, Arial, sans-serif;
	background-color: #FFF;

	border: 1px solid #006ab3;
	border-radius: 4px;
	outline: none;

	margin: 2px 0;
	min-width: 130px;
	min-height: 20px;
}
#projectList .projectTypeSelector .typeProducts button {
	flex-basis: 80px;
	min-width: 0;
}
.projectTypeSelector .typeProducts button:hover,
.projectTypeSelector .typeProducts button:focus {
	background: #cce2f1;
}
.projectTypeSelector .typeProducts button.active {
	background-color: #006ab3;
	color: #FFF;
	cursor: auto;
}
.projectTypeSelector .typeProducts button.disabled {
	border-color: #c0c0c0;
	color: #c0c0c0;
	cursor: auto;
}
.projectTypeSelector .typeProducts button.disabled:hover,
.projectTypeSelector .typeProducts button.disabled:focus {
	background: #FFF;
}
.projectTypeSelector .typeProducts button + i {
	padding-left: 5px;
}
.menu-container2 {
	display: none;
	position: absolute;
	width: 200px;
	background: #fff;
	list-style-type: none;
	padding: 12px;
	margin-block: 0;
	color: #006ab3;
	z-index: 1;
	line-height: 36px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 35%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.menu-container2 li {
	cursor: pointer;
}
.menu-container2 li:hover {
	background-color: #EEE;
}

.menu-container {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	list-style-type: none;
	padding: 12px;
	margin-block: 0;
	color: #006ab3;
	z-index: 1;
	line-height: 36px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 35%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#add-zone-menu .menu-container {
	bottom: 0;
	right: 290px;
}

.menu-container li {
	cursor: pointer;
}
.menu-container li:hover {
	background-color: #EEE;
}

.menu-container ul:hover {
	background-color: #EEE;
}

.menu-container .icon {
	font-size: 20px;
	margin: 0 8px 4px 0;
}

#costComparisonListPage td[aria-describedby="grid_icons"] i[class^="icon-"],
td[aria-describedby="grid_technologies"] i[class^="icon-"] {
	margin-right: 4px;
	font-size: 20px;
}

td[aria-describedby="grid_technologies"] i.icon-block {
	display: inline-block;
}

td[aria-describedby="grid_technologies"] {
	text-overflow: ellipsis;
}

#costComparisonListPage .instructionText {
	margin: 0;
}

#costComparisonDetailsPage #lowerTabs {
	margin-top: 10px;
	border: none;
}
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav {
	border: none;
	padding-left: 0;
	background: #FFF;
}
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav li {
	border-radius: 0;
	margin-right: 2px;
	background-color: #cce2f1;
}
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav li a {
	font-size: 1em;
	background-color: inherit;
}
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom: 2px solid #0072BC;
	background: #0072BC;
	font-weight: bold;
}
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav li.ui-state-hover {
	background: #0072BC;
}
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav li.ui-state-hover a,
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav li.ui-state-hover a:link,
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav li.ui-tabs-active a,
#costComparisonDetailsPage #lowerTabs .ui-tabs-nav li.ui-tabs-active a:link {
	color: #FFF;
}
#costComparisonDetailsPage #lowerTabs .ui-tabs-panel {
	padding: 0;
	border: none;
	overflow: hidden;
}
#costComparisonDetailsPage .exportTabWidget {
	display: none;
}
#costComparisonDetailsPage a,
#costComparisonDetailsPage a:link,
#costComparisonDetailsPage a:visited {
	color: #006ab3;
}
#costComparisonDetailsPage #comparisonTable {
	margin: 0;
	border: 1px #999999 solid;
}
#costComparisonDetailsPage #comparisonTable .dijitTextBox,
#costComparisonDetailsPage #lowerTabs #comparisonTable select {
	width: 120px;
	height:18px;
	box-sizing: content-box;
	padding: 1px 0;
	margin: 0;
}
#costComparisonDetailsPage #comparisonTable th {
	border: none;
	padding: 4px 0;
}
#costComparisonDetailsPage #comparisonTable td {
	border: none;
	padding: 2px 0;
	color: #006ab3;
}
#costComparisonDetailsPage #comparisonTable td:nth-child(1){
	text-align: center;
}
#costComparisonDetailsPage #comparisonTable .ui-selectmenu-button.ui-state-hover,
#costComparisonDetailsPage #comparisonTable .ui-selectmenu-button.ui-state-focus,
.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
	border: none;
	background: #006ab3;
	font-weight: normal;
	color: #fff;
}
#costComparisonDetailsPage #comparisonTable .ui-selectmenu-text i,
.ui-selectmenu-menu .ui-menu-item i {
	font-size: 16px;
}
#costComparisonDetailsPage #comparisonTable .ui-selectmenu-text i.icon-block.reversed,
.ui-selectmenu-menu .ui-menu-item i.icon-block.reversed {
	border-radius: 2px;
	padding: 0px 1px 2px 1px;
}
#costComparisonDetailsPage .printOptionsToolbar {
	border-radius: 0;
	font-size: 14px;
	height: auto;
}
#costComparisonDetailsPage .printOptionsToolbar .blueboxtitle {
	color: #FFF;
	font-size: 1.2em;
	padding: 10px;
	line-height: 30px;
}
#costComparisonDetailsPage #informationTabs {
	background-color: #0072BC;
	border-radius: 0;
	padding: 2px;
	border: none;
	margin-top: 0;
}
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav {
	border: none;
	background: none;
	padding-left: 0;
}
#costComparisonDetailsPage #informationTabs .ui-state-active a,
#costComparisonDetailsPage #informationTabs .ui-state-active a:link {
	color: #0072BC;
}
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-default {
	background-color: #3D93CA;
	color: #FFF;
	border-radius: 0;
	border: none;
	margin-left: 2px;
}
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-default a,
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-default a:link {
	color: #FFF;
	font-size: 1em;
	background-color: inherit;
}

#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-active a,
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-active a:link,
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-default:hover a,
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-default:hover a:link {
	color: #0072BC;
}
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-active {
	font-weight: bold;
}
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-active,
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-hover {
	background-color: #FFF;
}
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-default:first-child,
#costComparisonDetailsPage #informationTabs ul.ui-tabs-nav li.ui-state-active:first-child {
	margin-left: 0;
}

#costComparisonDetailsPage #informationTabs #notesTab {
	background-color: #FFF;
	border: none;
}
#costComparisonDetailsPage #informationTabs #configurationTab {
	background-color: #FFF;
	border: none;
	border-radius: 0;
}
#costComparisonDetailsPage #configurationTab label,
#costComparisonDetailsPage #equipmentForm label {
	text-align: left;
	width: auto;
}
#costComparisonDetailsPage #configurationTab .halves {
	width: 485px;
	position: relative;
	border-right: 1px solid #dddddd;
	display: table-cell;
	vertical-align: top;
}
#costComparisonDetailsPage #configurationTab .halves:nth-child(2) {
	border-right: none;
}
#costComparisonDetailsPage #configurationTab .halves #infoWrapper {
	margin-bottom: 130px;
}
#costComparisonDetailsPage #informationTabs #configurationTab i.icon-balance-scale,
#costComparisonDetailsPage #informationTabs #configurationTab i.icon-flash {
	color: #cce2f1;
	float: left;
	font-size: 22px;
	margin: 10px;
}
#costComparisonDetailsPage #updateAnalysisButton,
#costComparisonDetailsPage #updateUtilityRates {
	display: block;
	position: absolute;
	bottom: -5px;
	right: 5px;
}
#costComparisonDetailsPage #configurationTab a.editbutton .btn {
	font-size: 24px;
    width: 18px;
    height: 24px;
    box-shadow: 1px 1px 2px #797979;
    background: none;
    margin: 5px;
    padding: 3px 6px;
    border-radius: 4px;
}
#costComparisonDetailsPage #configurationTab a.editbutton .btn {
	color: #006ab3;
}
#costComparisonDetailsPage #configurationTab a.editbutton:hover .btn {
	color: #3d93ca;
}
#costComparisonDetailsPage .boxtitle {
	margin: 0;
	padding: 10px;
}
#costComparisonDetailsPage #equipmentForm h2 {
	color: #006ab3;
	text-align: center;
}
#costComparisonDetailsPage #equipmentForm .dijitTextBox,
#costComparisonDetailsPage #equipmentForm select {
	width: 100%;
}
#costComparisonDetailsPage #equipmentForm .icon-info-circle {
	float: right;
	font-size: 18px;
	color: #006ab3;
	margin-left: 8px;
}
#costComparisonDetailsPage #equipmentForm label {
	display: block;
	float: none;
	height: 40px;
}
#costComparisonDetailsPage #equipmentForm .generalSetup {
	width: 332px;
	display: inline-block;
	margin: 0px 4px 8px 8px;
	background: #F2F2F2;
}
#costComparisonDetailsPage #equipmentForm .adiabaticSetup {
	width: 664px;
	display: inline-block;
	margin: 0px 8px 8px 4px;
	background: #D7E3BC;
}
#costComparisonDetailsPage #equipmentForm table,
#costComparisonDetailsPage #equipmentForm tr {
	background: transparent;
	border: none;
}
#costComparisonDetailsPage #equipmentForm td {
	padding: 12px;
	border: none;
	height: 65px;
}
#updateComparisonDialog label {
	text-align: left;
}
#updateComparisonDialog select,
#updateComparisonDialog .dijitTextBox {
	width: 15em;
	margin: 0;
	box-sizing: content-box;
}
#updateUtilityRatesDialog table,
#updateUtilityRatesDialog table td {
	border: none;
	color: #006ab3;
}
#updateUtilityRatesDialog table td:nth-child(1) {
	text-align: center;
}
#updateUtilityRatesDialog label {
	text-align: left;
	width: 100%;
}
#updateUtilityRatesDialog select {
	width: 15em;
	box-sizing: border-box;
}
#updateUtilityRatesDialog .dijitTextBox {
	margin: 0;
}

.ui-selectmenu-menu .ui-menu-item i[class^="icon-"], .ui-selectmenu-button .ui-selectmenu-text i[class^="icon-"] {
	margin-right: 6px;
}
.ui-selectmenu-button, .ui-selectmenu-button.ui-state-hover, .ui-selectmenu-button.ui-state-focus {
	border: 1px solid rgb(179, 179, 179);
	border-radius: 0px;
}
.ui-selectmenu-button > span.ui-icon {
	background-image: url("jquery/images/ui-icons_222222_256x240.png");
}
.ui-selectmenu-button.ui-state-hover > span.ui-icon, .ui-selectmenu-button.ui-state-focus > span.ui-icon {
	background-image: url("jquery/images/ui-icons_ffffff_256x240.png");
}

.electricColor, .icon-electric {
	color: #0585c8;
}
.steamColor, .icon-steam {
	color: #ee1558;
}
.gasColor, .icon-gas {
	color: #f8921e;
}
.adiabaticColor, .icon-adiabatic {
	color: #92c83e;
}
.roColor, .icon-ro {
    color: #32ADC5;
}
.dehumidColor, .icon-dehumid {
	color: #006ab3;
}

.electricBackground {
	background-color: #0585c8;
}
.steamBackground {
	background-color: #ee1558;
}
.gasBackground {
	background-color: #f8921e;
}
.adiabaticBackground {
	background-color: #92c83e;
}
.roBackground {
	background-color: #32ADC5;
}
.dehumidBackground {
	background-color: #006ab3;
}

.electricBorder {
	border-color: #0585c8 !important;
}
.steamBorder {
	border-color: #ee1558 !important;
}
.gasBorder {
	border-color: #f8921e !important;
}
.adiabaticBorder {
	border-color: #92c83e !important;
}
.roBorder {
	border-color: #32ADC5 !important;
}
.dehumidBorder {
	border-color: #006ab3 !important;
}

.instructionText, .instructionTextNewFeature {
    background-color: #dddddd;
    color: #333333;
    clear:both;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 10px;
}
.instructionTextNewFeature {
    background-color: #ff0;
}

#product_specifications .defaultPipes {
	width: 180px;
}
#product_specifications .nortecSelect,
#product_specifications .dijitTextBox {
	width: 15em;
	box-sizing: border-box;
}
#humidifierConfigTabs .defaultPipes {
	width: 210px;
}
#humidifierConfigTabs .defaultPipes th {
	padding: 0;
}
#product_specifications .defaultPipes, #humidifierConfigTabs .defaultPipes {
	margin-bottom: 5px;
}
#product_specifications .overridePipeBlock input[type=checkbox],
#humidifierConfigTabs .overridePipeBlock input[type=checkbox],
#humidifierConfigTabs .upstreamAccessBlock input[type=checkbox],
#humidifierConfigTabs .externalValveBlockBlock input[type=checkbox],
#humidifierConfigTabs #seperatorBlock input[type=checkbox],
#humidifierConfigTabs .metricToolsBlock input[type=checkbox],
#humidifierConfigTabs #fullExternalInstallKitBlock input[type=checkbox] {
	width: auto;
	height: auto;
	margin: 0;
}

.product_spec label {
	margin-bottom: 2px;
}

/*Catalog*/
.discontinued {
	color: grey;
	font-weight: bold;
	line-height: 30px;
	font-family: Arial, Helvetica, Sans-serif;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
	display:inline-block;
	user-select: none;
	text-align: center;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	border: 0px;
}

.discontinueddetail {
	color: grey;
	font-weight: bold;
	line-height: 30px;
	font-family: Arial, Helvetica, Sans-serif;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
	display:inline-block;
	user-select: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border: 0px;
}

/* login */
#loginheader {
	width:1366px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	display:block;
	background-color: #01406d;
	height: 150px;

	background-image: url("../images/header_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#loginheader p {
    color: #fff;
	font-size: .9em;
}

#loginheader .errors p {
	color: red;
	font-weight: bold;
	display: block;
	max-height: 28px;
	overflow: hidden;
}

#loginheader label {
	text-align: left;
}

#loginheader span a {
    line-height: 1.5em;
}
#loginheader span a:hover {
    color: #cfE1f2;
    font-weight: bold;
}

#loginlogo {
	margin-top: 40px;
	margin-left: 172px;
	float:left;
}
#loginlogo img {
	width: 160px;
    height: 72px;
}

#loginmain {
	background: transparent;
	float: right;
	display: block;
	margin-right: 172px;
	max-width: 800px;
}
#loginmain form {
	margin-top: 40px;
}
#loginmain .errors + form {
	margin-top: 16px;
}

#loginmain > div {
	/* in case there's a background image */
	background: transparent !important;
}

.loginElements {
	display: inline-block;
	padding-right: 10px;
	float: left;
}
.loginElements a {
	color: #cfE1f2;
}
.loginElements label {
	color: #cfE1f2;
	padding-bottom: 5px;
	font-weight: normal;
}
.loginElements input {
	clear: left;
	display: block;
	width: 250px;
}

#loginForm input[type="submit"] {
	background-color: #dddddd;
	color: #5b5b5b;
	display: inline-block;
	height: 34px;
	outline: none;
	margin-top: 20px;
	padding: 0px 8px;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-image: none;
	border: none !important;
	border-radius: 4px;
	box-shadow: none;
}

#loginnews {
	margin: 0 172px;
}
#loginnews .loginblogdate {
	color: #006ab3;
	font-size: 10px;
	margin-bottom: 3px;
}
#loginnews .loginblogtitle {
	font-size: 16px;
	font-weight: bold;
}
#loginnews .loginblogtext {
    font-size: 15px;
}
#loginnews .loginbloglink {
	color: #006ab3;
}
#loginnews .blogleft {
	width: 420px;
	float: left;
	min-height: 200px;
	padding-top: 20px;
	margin: 0 10px 0 10px;
}
#loginnews .blogleft img {
	float: left;
	margin-left: 15px;
}
#loginnews .blogright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	min-height: 200px;
	padding-right: 10px;
	width: 400px;
}

.prevslidebutton, .nextslidebutton{
	margin-top: 80px;
	width: 20px;
	height: 40px;
	opacity: 0;
}
.prevslidebutton {
	float:left;
	background: url('../images/prev_btn.png');
}
.nextslidebutton {
	float:right;
	background: url('../images/next_btn.png');
}

#main {
	width: 1366px;
	min-width: 1366px;
	max-width: 1366px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 270px;
	clear:both;
}

#wrapper {
	width: 1366px;
	min-width: 1366px;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-area {
	margin-left: 172px;
	margin-right: 172px;
	clear: both;
}

#header {
	background-color: #01406d;
	background-repeat: no-repeat;
	background-size: cover;
}

#headerlogo {
	float:left;
}

.flag {
	height: 11px;
	width: 16px;
}

#topMenu {
	background: #006FBA;
	padding: 4.375px 14px;
	display: flex;
	justify-content: space-between;
}

.mainmenu {
	margin: 0;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
}
.mainmenu .active {
	border-bottom: 4px solid #006FBA;
}
.mainmenu .active > a, .mainmenu .active > a i {
	color: #006FBA;
}
.mainmenu.loginmenu ul {
	justify-content: space-around;
}
.mainmenu ul {
	display: flex;
	list-style:none;
	margin:0;
	padding:0;
	border: 1px solid #ccc;
}
#topMenu .mainmenu > ul {
	border: none;
}
.mainmenu li {
	padding: 3.5px 28px;
	position: relative;
}
.mainmenu li#user {
	padding: 0;
}
.mainmenu li#user > a::after {
	font-family: "fontello";
	content: '\e82f';
	padding-left: 10px;
	font-size: 12px;
}
.mainmenu li#user > a > span {
	display: inline-block;
	max-width: 135px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 100%;
}
.mainmenu li a {
	display: block;
	font-weight: normal;
	text-align:center;
	text-decoration:none;
}
.mainmenu li#user a {
	padding: 7px;
}
.mainmenu > ul > li > a {
	color: rgba(0,0,0,0.5);
}

#topMenu li#user > a, #topMenu li#user > a i {
	color: rgba(255,255,255,0.5);
}

#topMenu li#user > a:hover i {
	color: rgba(255,255,255,0.5);
}

.mainmenu > ul > li > ul a:hover {
	background:#006ab3;
	color:#fff;
	font-weight: bold;
}
.mainmenu > ul > li i {
	margin-right: 7px;
}
.mainmenu li a:hover, .mainmenu li a:hover i {
	color: rgba(0,0,0,0.7);
	text-decoration:none;
}
.mainmenu li ul {
	position: absolute;
	display: none;
	flex-direction: column;
    flex-wrap: wrap;
    z-index: 200;
	background: #fff;
	height: auto;
    margin-top:-2px;
    width: 225px;
	top: 34px;
	background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0px 3px 8px 0px rgb(51 51 51 / 35%);
}

.mainmenu li ul * {
	box-sizing: border-box;
}

.mainmenu li ul#sub_product_catalog_list {
	max-height: 650px;
	width: 280px;
}

.mainmenu li li {
	display:block;
	float:none;
	padding:0px;
}
.mainmenu li ul hr {
	margin: 0;
	border-width: 0;
	border-top: 1px solid #e9ecef;
}
.mainmenu li ul a {
	line-height:34px;
	display:block;
	font-size:12px;
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 280px;
}

#c_opportunity li ul a {
	max-width: 220px;
}
.mainmenu li ul#sub_product_catalog_list a i {
	font-size: 16px;
}
.mainmenu li:hover ul {
	display: flex;
}
.mainmenu li:hover ul:empty {
	display: none;
}

.menuBadge {
    height: 10px;
    border-radius: 10px;
    font-size: 12px;
    padding: 0 5px;
    font-weight: normal;
    color: white;
}
.menuBadge.red {
    background: #F00;
}
.menuBadge.green {
    background: #080;
}

/**** PRODUCT CATALOG ****/
#_f_productsearch_partproductnumber_id {
	float: left;
}

#_f_productsearch_partproductnumber_id label {
	float: left;
	width: 120px;
	padding-top: 3px;
}

.product_browser_home_wrapper, .product_browser_landing_wrapper {
	float:left;
	width:390px;
	min-height:250px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #336;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-overflow: hidden;
}
.product_browser_home_wrapper .labelTitleTag, .product_browser_landing_wrapper .labelTitleTag {
	margin: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #066fba;
}
.product_browser_home_wrapper .labelDescriptionTag, .product_browser_landing_wrapper .labelDescriptionTag {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}
.product_browser_home_wrapper .photo, .product_browser_landing_wrapper .photo {
	clear: left;
	float: left;
	width: 120px;
	margin: 5px;
	padding-right: 10px;
}
.product_browser_home_wrapper a, .product_browser_landing_wrapper a {
	text-decoration: none;
}

#product_browser_home {
	margin-left: 45px;
}

#productBrowserList {
	float: left;
	width: 820px;
	display: block;
}

#productDetail {
	margin-left:185px;
	padding:10px;
	background-color:#fff;
}
#productDetail #productBrowserList {
	width: 100%;
	float: none;
}

.productDetailImage {
	height: 200px;
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
	border: 1px #012440 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
}

#productDetailBasic {
	min-height: 250px;
	width: 650px;
}

.product_browser_landing_wrapper .standardButton, .product_browser_home_wrapper .standardButton {
	float: right;
	margin-top: 4px;
}

.product_parent_wrapper .parent_labelShortDescriptionTag, .product_parent_wrapper #_title_fu_com_nortec_help_domain_ProductBrowser_id {
	margin-left: 10px;
	font-size: 11px;
	background:#fff;
	margin-bottom:0px;
}
.product_parent_wrapper #_title_fu_com_nortec_help_domain_ProductBrowser_id {
	padding: 0px;
	margin: 0px;
}
.product_parent_wrapper .parent_thumbnail {
	clear: left;
	float: left;
	width: 80px;
	height: 80px;
	margin-left: 10px;
}
.product_parent_wrapper form {
	padding: 0px;
	margin: 0px;
}
.product_parent_wrapper select {
	height: auto;
}
.product_parent_wrapper .submit {
	display: none;
}

.product_parent_wrapper, .product_wrapper {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 5px 0;
	clear: both;
	padding: 5px;
	border: 2px solid #006fba;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.product_parent_wrapper .parent_labelIdentifierTag {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #006fba;
	background:#fff;
}
.product_parent_wrapper .parent_selectProductConfiguration {
	margin-left: 10px;
	font-size: 11px;
	background:#fff;
}
.product_parent_wrapper .parent_selectProductConfiguration form {
	display: flex;
	justify-content: stretch;
}
.product_parent_wrapper .parent_selectProductConfiguration .datarow {
	overflow: auto;
	flex-basis: 120px;
	max-width: 200px;
	flex-grow: 1;
	margin-right: 1rem;
}
.product_parent_wrapper .parent_selectProductConfiguration .datarow select {
	width: 100%;
}
.product_parent_wrapper .parent_selectProductConfiguration label {
	font-weight: normal;
	color: #666;
}

.product_wrapper div {
	margin-left: 10px;
}
.product_wrapper .labelIdentifierTag {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.product_wrapper .thumbnail {
	clear: left;
	float: left;
	width: 80px;
	height: 80px;
	margin-left: 10px;
}

.parent_configure_buttons {
	float: right;
	width: 180px;
}
.parent_configure_buttons .standardButton {
	width: 100%;
}
.parent_configure_buttons .standardButton + .standardButton {
	margin-top: 5px;
}

/** SHOPPING CART **/
.cart_instruction_text {
	padding: 8px 0px;
}

/** USER PROFILE **/
#profileShow2 label {
	width: 200px;
	font-weight: normal;
}

/* ------ SPARE PARTS------- */
img.widebanner{
	margin-left: -172px;
}

.spare_parts_home div {
    text-align: center;
}

.spare_parts_home_wrapper {
	position: relative;
    float:left;
    width:17%;
    min-height:180px;
    text-overflow: hidden;
    border: 1px solid #336;
    margin: 10px;
    -moz-border-radius: 12px;
}

.spare_parts_home_wrapper.mediaReplacementBuilder {
	cursor: pointer;
}
.spare_parts_home_wrapper.mediaReplacementBuilder:after {
	font-family: "fontello";
	content: '\f08e';
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.spare_parts_home_wrapper .technologies {
    font-size: large;
    min-height: 15px;
    margin: 3px;
}
.spare_parts_home_wrapper a {
    text-decoration: none;
}

.spare_parts_technology {
    min-height: 25px;
}

.spare_parts_sections {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #949494;
    text-align: left;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.not-active a {
  text-decoration: none;
}

div#sparePartsTab{
	margin-top:-122px;
	border:none;
	margin:0;
	padding:0;
	border: 1px solid #006ab3;
}
div#sparePartsTab a:link,
div#sparePartsTab a:visited{
	text-decoration:none;
}

div#sparePartSearch {
	margin-top:-3px;
	padding: 0 20px;
  	position:relative;
	bottom:142px;
}
div#sparePartSearch label{
	margin-top:8px;
	color:white;
	font-size:20px;
	width: auto;
}
div#sparePartSearch div.submit input{
	margin:0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	border:none;
	box-shadow: none;
	height:36px;
	color:white;
	background-color: #348bc8;
	background-image:none;
	font-weight:normal;
	font-size:16px;
}

div#ff_com_nortec_help_web_productsearchform_findSparePartsBySearch_submit{
    display:inline-block;
}

div#ff_com_nortec_help_web_productsearchform_findProductsBySearch_submit{
    display:inline-block;
}

div#sparePartSearch div.dijitTitlePane div.dijitTitlePaneContentOuter div.dijitTitlePaneContentInner{
    max-width: 600px;
    margin: 0 auto;
}
div#sparePartSearch div.dijitTitlePane div.dijitTitlePaneContentOuter div.dijitTitlePaneContentInner div.datarow div.dijitTextBox,
div#sparePartSearch div.dijitTitlePane div.dijitTitlePaneContentOuter div.dijitTitlePaneContentInner div.datarow div.dijitTextBox input{
	border: none;
	padding:8px;
	margin:0;
	font-size:16px;
	color: #348bc8;
}
div#sparePartSearch div.datarow div.dijitTextBox input {
	box-sizing: border-box;
}

div#sparePartSearch div.dijitTitlePane,
div#sparePartSearch div.dijitTitlePane div.dijitTitlePaneContentOuter,
div#sparePartSearch div.dijitTitlePane div.dijitTitlePaneContentOuter div.dijitTitlePaneContentInner{
	background-color:initial;
}

div#sparePartSearch div#sparePartsTitle,
div#sparePartSearch div#sparePartTitleMsg{
	color:white;
	font-size:24px;
}

div#sparePartSearch div#sparePartTitleMsg{
	margin-bottom:30px;
	margin-top:10px;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}

#_f_sparepartssearch_searchstring_id {
    width: initial;
    float: left;
}

#_f_product_catalog_search_searchstring_id {
    width: initial;
    float: left;
}

div#sparePartSearch div.dijitTitlePane div.dijitTitlePaneContentOuter div.dijitTitlePaneContentInner div.datarow{
	display:inline-block;
	margin:0;
}

div#sparePartSearch div.submit input:hover{
	background-color: #cce2f1;
	color:#348bc8;
}

div#sparePartSearchContainer div.errors{
	color: red;
	margin-left: 0;
	margin-top:40px;
	font-size:14px;
}
div#sparePartSearchContainer div.errors:before{
	font-family:'fontello';
	font-size:16px;
  	content: "";
  	margin-right: 5px;
}

/** spare part tabs **/
div#sparePartsTab div#NortecGroups,
div#sparePartsTab div#CondairGroups,
div#sparePartsTab a span.spare_parts_sections,
div#sparePartsTab span.spare_parts_sections{
	margin:0;
	padding:0;
	margin-top:20px;
}

div#sparePartSearchContainer{
	margin-bottom:-114px;
}

/** Category Tabs **/

div#sparePartsTab ul,
div#sparePartsTab ul.ui-tabs-nav {
	border: none;
	background: none;
	margin:0;
	background: #006ab3;
	padding:0;
}
div#sparePartsTab ul.ui-tabs-nav li {
	border: none;
	margin:0;
	padding:0;
}
div#sparePartsTab ul.ui-tabs-nav li a{
	font-size:15px;
	font-weight:normal;
	outline:none;
}
div#sparePartsTab ul.ui-tabs-nav li.ui-state-hover {
	background-color: #006fba;
	color:white;
}
div#sparePartsTab li.spare_parts_home_wrapper {
	margin:14px;
	border: 1px solid #348bc8;
}
div#sparePartsTab li.spare_parts_home_wrapper:hover {
      box-shadow: 0px 0px 8px #68aad8;
}

div#sparePartsTab div.photo{
	clear:both;
	padding:5px;
}

/** Spare Parts Table **/
.spare_parts_title {
    background-color: #348BC8;
    color: #ffffff;
    text-align: center;
    min-height: 35px;
    padding: 5px;
}
.spare_parts_section_header {
	text-indent: 15px;
}
span.spare_parts_title{
	padding: 0;
}

/** jqGrid overrides**/
div.ui-jqgrid {
	border: none;
}

#stakeholdersJqGrid .ui-jqgrid,
#historyjqGrid .ui-jqgrid {
	border: 1px solid #cce2f1;
}

.ui-jqgrid .ui-jqgrid-htable input {
	margin: 0;
}

.ui-jqgrid .ui-jqgrid-htable span.ui-icon {
    background-image: url(ui-icons_006ab3_256x240.png);
}

.ui-jqgrid .ui-jqgrid-htable table.ui-search-table .ui-search-input,
.ui-jqgrid .ui-jqgrid-htable table.ui-search-table {
	padding: 0;
	margin: 0;
	background: #FFF;
}
.ui-jqgrid .ui-jqgrid-htable table.ui-search-table tbody tr td.ui-search-clear {
	text-align: center;
}
.ui-jqgrid .ui-jqgrid-htable table.ui-search-table tbody tr td {
    font-weight: normal;
}
.ui-jqgrid .ui-jqgrid-htable table.ui-search-table input,
.ui-jqgrid .ui-jqgrid-htable table.ui-search-table select {
	padding: 5px !important;
	color: #949494;
    font-size: 12px;
    text-align: left;
    border: none;
}
.ui-jqgrid .ui-jqgrid-htable table.ui-search-table tbody tr td input:focus {
	outline: 1px solid #348bc8;
}
.ui-jqgrid .ui-jqgrid-htable table.ui-search-table tbody tr td a.clearsearchclass {
	font-style: initial;
	color: #949494;
	font-size: 14px;
	cursor: pointer;
}

.ui-jqgrid.ui-widget-content .ui-state-default {
	border: none;
}
.ui-jqgrid .ui-state-default.loading {
	border: 3px solid #0072BC;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-state-default {
	border: none;
	border-left: 1px solid #cce2f1;
	box-sizing: border-box;
	font-size: 14px;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels {
	height: 32px;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th.ui-th-column {
	padding: 4px 0px;
	font-weight: bold;
}
.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th.ui-th-column {
	padding: 0;
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div {
    text-align: center;
}
.ui-jqgrid .ui-jqgrid-htable tr th {
	border-top: none !important;
}
.ui-jqgrid .ui-jqgrid-htable tr:last-child th {
	border-bottom: 1px solid #cce2f1;
	padding: 2px 6px;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-state-default,
.ui-jqgrid .ui-jqgrid-htable th.ui-state-default div {
	color: #006ab3;
	background: none;
    background-color: #eef8ff;
}

.ui-jqgrid .ui-jqgrid-htable span.s-ico span:first-child {
	margin-left: 1px;
}

.ui-jqgrid .ui-jqgrid-btable tr, .ui-jqgrid .ui-jqgrid-btable tr td {
	border: none;
	color: #006ab3;
	font-size: 13px;
	background-color: #FFF;
}
.ui-jqgrid .ui-jqgrid-btable tr.ui-row-ltr td, .ui-jqgrid-btable tr.jqgfirstrow td {
	border-left: 1px solid #cce2f1;
	box-sizing: border-box;
}

.ui-jqgrid .ui-jqgrid-htable th:last-child,
.ui-jqgrid .ui-jqgrid-btable tr.ui-row-ltr td:last-child {
	border-right:1px solid #cce2f1;
}

.ui-jqgrid .ui-jqgrid-btable input.editable {
	border:1px solid #cce2f1;
	color: #348bc8;
	text-align:center;
	font-size:13px;
}

.ui-jqgrid .ui-jqgrid-btable .ui-state-highlight a,
.ui-jqgrid .ui-jqgrid-btable .ui-state-hover a {
	color: #006ab3;
}
.ui-jqgrid .ui-jqgrid-btable .ui-state-hover a {
	text-decoration: underline;
}

.ui-jqgrid .ui-jqgrid-btable tr:nth-child(2n+1) td {
	background-color: #f4fbff;
}
.ui-jqgrid .ui-jqgrid-btable tr.ui-state-hover td {
	background-color: #cce2f1;
}
.ui-jqgrid .ui-jqgrid-btable tr.ui-state-highlight td {
	background-color: #f1f1f1;
}

.ui-jqgrid .ui-jqgrid-pager {
	background: #006fba;
}
.ui-jqgrid .ui-jqgrid-pager table {
	background: transparent;
}
.ui-jqgrid .ui-jqgrid-pager td, .ui-jqgrid .ui-jqgrid-pager div {
	color: #FFF;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button:hover {
	padding: 1px;
	background: none;
	background-color: transparent;
}

.newTabs-container {
    border-bottom: 3px solid #0072BC;
}

.newTabs-container .tabs-ul {
	display: flex;
}

.newTabs-container li.tabs-text {
    font-size: 14px;
    text-align: center;
    border-radius: 0;
    background-color: #cce2f1;
    border-bottom: 2px solid #ffffff;
    color: #0072BC;
    margin-right: 4px;
    min-height: 42px;
    padding: 0;
    cursor: pointer;
    flex-basis: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.newTabs-container li.tabs-text a {
    color: #0072bc;
}
.newTabs-container li.ui-tabs-active a,
.newTabs-container li.tabs-text:hover a {
    color: #ffffff;
}

.newTabs-container li.tabs-text.active,
.newTabs-container li.tabs-text.ui-tabs-active {
    background-color: #0072BC;
    border-bottom: 2px solid #0072BC;
    font-weight:bold;
}
.newTabs-container li.tabs-text:hover {
	background-color: #0072BC;
}

.newTabs-container .tabs-icons {
    top: 0px;
    padding-right: 5px;
}

.newTabs-container .btn {
    margin: 8px 4px;
}

.newTabs-container li:last-child {
    border-top-right-radius: 8px;
}

div.photo {
	text-align: center;
}

.docCenterBox {
	background-color: #eee;
	padding: 10px;
	display: flex;
	justify-content: space-around;
}
.docCenterBox > div {
	display: inline-block;
}
.docCenterBox img {
	background: none repeat scroll 0 0 #006FBA;
	border-radius: 5px;
	margin: 5px;
}
.docCenterBox a {
	text-decoration: none;
}
.docCenterBox a:hover {
	text-decoration: underline;
}
.docCenterBox .docCenterLabel {
	margin-left: 6px;
}

#billOfMaterialsControls .dijitTextBox,
#billOfMaterialsControls select {
	width: 180px;
	box-sizing: border-box;
	height: 22px;
}

/** order details page **/
.tableRow {
	display: table;
	width: 100%;
}
.tableRow.twoColumn .tableCell {
	display: table-cell;
	width: 49%;
}
.tableRowSpacer {
	display: table-cell;
	border: none;
	width: 2%;
}
.orderBillShipDetails.tableRow {
	margin-top: 10px;
}
.orderBillShipDetails.tableRow .tableCell div.detailsSection {
	padding: 0 10px 10px 10px;
	width: 430px;
	float: left;
}
.orderBillShipDetails label {
	text-align: left;
}
.orderBillShipDetails label[for=_shippingInstructions_id] {
	margin-bottom: 0;
}

#accountNumberSection {
	margin: 8px 22px 0 22px;
}
#accountNumberSection .datarow {
	margin: 0;
}

#orderPricingInfo, #orderTrackingInfo {
	padding: 0 10px 10px 10px;
}
#orderPricingInfo table td {
	border: none;
	vertical-align: top;
}
#orderPricingInfo textarea.dijitTextArea {
	width: 600px;
	max-width: initial;
	margin: 0;
	box-sizing: border-box;
	height: 80px;
	display: block;
	clear: both;
}
#orderPricingInfo .dijitTextBox,
#orderPricingInfo .datarow select {
	width: 210px;
	margin: 0;
	box-sizing: border-box;
	height: 22px;
	display: block;
	clear: both;
}
#orderPricingInfo .rednote {
	margin-left: 6px;
	color: #b00000;
	font-size: 12px;
}
#orderPricingInfo .datarow {
	display: inline-block;
}

#orderFinal #quoteGeneration {
	padding: 20px;
}
#orderFinal #quoteGeneration .datarow {
	clear: both;
}

/** spare parts sp_pdf_area **/
div.sp_pdf_area{
	margin-bottom:10px;
}

div.sp_pdf_area span,
div.sp_pdf_area span i,
div.sp_pdf_area img{
	display:inline-block;
	margin:0;
	padding:0;
}
div.sp_pdf_area span{
	text-align:left;
	font-size:16px;
	vertical-align:middle;
	margin-right:5px;
}

div.sp_pdf_area span i{
	font-size:20px;
}

div.sp_pdf_area img{
	width:40px;
	padding:0;
	margin:0;
	vertical-align:middle;
}

div.sp_pdf_area ul{
	padding:0;
	margin:0;
}
div.sp_pdf_area ul li{
	border:1px solid #348bc8;
	padding:10px;
	display:inline-block;
	list-style-type:none;
	margin-right:10px;
	margin-top:5px;
}
div.sp_pdf_area ul li:hover{
	border:1px solid #006ab3;
}
div.sp_pdf_area ul li:hover a{
	text-decoration:none;
	color:#006ab3;
}
div.sp_pdf_area ul li a{
	text-decoration:none;
	color:#348bc8;
}

/* order commission */
#commissionFormContainer {
	padding: 6px;
	clear: both;
}
#commissionFormContainer .boxtitle .dijitCheckBox {
	margin: -2px 0 0 8px;
}
#commissionFormContainer table, #commissionFormContainer table tr, #commissionFormContainer table td {
	background-color: transparent;
	border: none;
}
#commissionFormContainer table td {
	padding: 4px;
}
#commissionFormContainer table.commissionValue tr:nth-child(1) td {
	padding: 16px 4px;
}
#commissionFormContainer table.commissionValue .dijitTextBox {
	width: 100px;
}
#commissionFormContainer table.commissionValue td:nth-child(2),
#commissionFormContainer table.commissionValue td:nth-child(2) > label,
#commissionFormContainer table.commissionValue td:nth-child(3),
#commissionFormContainer table.commissionValue td:nth-child(3) > label {
	width: 120px;
	text-align: center;
}
#commissionFormContainer div.datarow {
	margin: 0;
}
#commissionFormContainer div.datarow[id$=commission_value_id] {
	display: inline;
}
#commissionFormContainer div.datarow label {
	float: none;
}
#commissionFormContainer div.datarow.checkinput label {
	display: inline;
}
#commissionFormContainer div.datarow.checkinput .dijitCheckBox {
	float: left;
	margin-right: 8px;
}
#commissionFormContainer select[name$=CommissionAssignmentId] {
	width: 350px;
}

/* ------ NEWS/RESOURCES------- */
#nortecRSSGrid {
	border: none;
}
#nortecRSSGrid td {
	background-color: #fff;
	border: none;
}
#feeds {
	display: inline-block;
    padding: 15px;
    width: 670px;
}

#socialSidebar {
	display: inline-block;
	width: 320px;
	vertical-align: top;
	margin-top: 15px;
}
#socialSidebar .squareIcon {
	height: 80px;
	width: 80px;
}
#socialSidebar .socialMedia .squareIcon {
	height: 64px;
	width: 64px;
}
#socialSidebar .section {
	padding: 6px;
	background-color: #d8d8d8;
}
#socialSidebar .section h4 {
	line-height: initial;
	margin: 0 0 6px 0;
}
#socialSidebar .section + .section {
	margin-top: 8px;
}

.rss_title h1 {
	color: #000;
}
.rss_title h4 {
	margin:5px 0;
	padding: 0;
}
.rss_title a:visited {
	color: #999999;
}
.rss_date {
	/*color: #000;*/
}
.rss_author {
	color: #006ab3;
	display: inline-block;
	margin-left: 30px;
}
.rss_socials {
	padding-top: 15px;
}
.rss_socials a {
	color: #333333;
	margin-right: 10px;
	font-size: 1.5em;
}

#footer {
	bottom: 0;
	color: #333;
	border:none;
	margin: auto;
	position: relative;
    width: calc(1366px - 2rem);
	padding: 0 1rem;
    display: grid;
    grid-template-areas: "copyright version logo";
    grid-template-columns: repeat(3, 1fr);
	color: #fff;
	font-size: 11px;
}

#footer .version {
	grid-area: version;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: inherit;
	font-size: inherit;
	margin-bottom: 7px;
}

#footer .copyright {
	grid-area: copyright;
	display: flex;
	align-items: flex-end;
	color: inherit;
	font-size: inherit;
	margin-bottom: 7px;
}
#footer-nortec-logo {
	grid-area: logo;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	color: inherit;
	font-size: inherit;
	margin-bottom: 7px;
}

#footer-nortec-logo img {
	width: 115px;
}

#footer #footer-sociallinks {
	margin-left: 0;
}

#footer-sociallinks a {
	background-color: #cfe1f2;
    background-clip: padding-box;
    text-decoration: none;
    margin-left: 7px;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    text-align: center;
    transform: translateY(-4px);
}
#footer-sociallinks a i {
	color: #0372bc;
    font-size: 14px;
}

.bom_buttons {
	float: right;
	line-height: 25px;
}

.technologyHeader {
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 8px;
	font-size: 16px;
}
.technologyHeader .icon {
	font-size: 18px;
	margin-right: 20px;
}

.managerButtonContainer {
	padding:0;
	background-color: #006ab3;
}

.afterManagerButtonList {
	float: right;
	margin-right: 5px;
}

.afterManagerButtonList li {
	display: inline-block;
	border-radius: 4px;
	margin: 8px 4px;
	list-style: none;
}

.afterManagerButtonList a {
	font-weight:normal;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.afterManagerButtonList a i {
	font-size: 18px;
}

#mediaReplacementManager,
#pumpManager,
#waterTreatmentManager {
	border: 2px solid #0072BC;
	border-top: none;
}

.cardMessage {
	padding: 8px;
	font-weight: bold;

}
.cardMessage.ERROR {
	background-color: #E72B00;
	color: #fff;
}
.cardMessage.WARNING {
	background-color: #F3A909;
	color: #FFF;
}
.cardMessage.INFO {
	background-color: #EAEAEA;
	color: #7b7b7b;
}

.replacementListContainer,
.pumpList,
.cardList {
	padding:15px;
}

.cardContainer {
	border: 2px solid #0072BC!important;
	border-top: 0px!important;
	background-color:  #eef8ff;
	box-shadow: 3px 3px 3px rgba(20, 21, 22, 0.3);
	margin-bottom: 20px;
}

.cardHeader {
	background-color: #0072BC;
	padding: 8px 10px;
	color: #fff;
}

.cardHeader .name,
.cardHeader .model,
.cardHeaderCapacity {
	color: #e9f6ff;
	display: inline-block;
	vertical-align: middle;
}

.cardHeader .name {
	font-size: 19px;
	font-weight: bold;
	max-width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cardHeader .model {
	font-size: 17px;
	margin-left: 10px;
}

.cardHeaderCapacity {
	text-align: center;
	width: 200px;
	margin-right: 10px;
	font-size: 12px;
	color: #e9f6ff;
}

.capacityMeter {
	margin-top: 2px;
	background-color: #cce2f1;
}

.capacityMeter span {
	display: block;
	height: 8px;
	border: 2px solid #cce2f1;
	background-color: #3d93ca;
}

.capacityMeter span.exceeded {
	background-color: #E72B00;
}

.cardHeader .deleteButton {
	margin: 0;
}

.unassignedMessages, .cardMessages {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#mediaReplacementManager .expandedCard {
	width: 650px;
	padding: 0;
	margin: 25px auto;
}
#mediaReplacementManager .expandedCard .replacementCommon {
	margin: 25px 0;
}
#mediaReplacementManager .expandedCard .boxtitle {
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
#mediaReplacementManager .expandedCard .header .expandCollapseButton {
	font-size: 1.8em;
	cursor: pointer;
}
#mediaReplacementManager .expandedCard .boxtitle + table.mediaConfig {
	margin-top: 10px;
}
#mediaReplacementManager .expandedCard .shortbluehr {
	margin: 25px auto;
	height: 0;
	width: 100%;
}
#mediaReplacementManager .expandedCard .moduleReplacement + .shortbluehr {
	margin-top: 0;
}
#mediaReplacementManager .expandedCard .twoColumnUpdateForm {
	background: transparent;
}
#mediaReplacementManager .expandedCard .twoColumnUpdateForm label {
	float: none;
	display: inline-block;
}
#mediaReplacementManager .expandedCard .twoColumnUpdateForm .datarow {
	height: auto;
}
#mediaReplacementManager .expandedCard .twoColumnUpdateForm .column {
	padding-top: 0;
	padding-bottom: 0;
}

#mediaReplacementManager button.standardButton {
	height: 24px;
}
#mediaReplacementManager button.standardButton + button.standardButton {
    margin-left: 10px;
}

#mediaReplacementManager table {
	margin: 25px auto;
}
#mediaReplacementManager table.mediaConfig,
#mediaReplacementManager table.systemModuleSelection {
	text-align: center;
	table-layout: fixed;
}
#mediaReplacementManager table.mediaConfig.module {
	width: 475px;
}
#mediaReplacementManager table.mediaConfig.separator {
	width: 400px;
}

#mediaReplacementManager table td,
#mediaReplacementManager table th {
	border: none;
	color: #0072bc;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
}
#mediaReplacementManager table td.contentCell {
	width: 65px;
}
#mediaReplacementManager table td.staticCell div {
	border: 1px solid #b3b3b3;
	background: #EBEBEB;
	width: 65px;
	height: 22px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#mediaReplacementManager table.systemModuleSelection th {
	font-weight: bold;
}
#mediaReplacementManager table.mediaDesc td {
	color: #595959;
}
#mediaReplacementManager table.mediaConfig select,
#mediaReplacementManager table.mediaConfig .dijitTextBox,
#mediaReplacementManager table.systemModuleSelection .dijitTextBox {
	width: 55px;
}

.cardDropzoneContainer,
.pumpDropzoneContainer {
	padding: 15px;
}
.cardDropzoneContainer {
	display: flex;
	justify-content: space-around;
}

.pumpDropzoneContainer .pumpIcon {
	display:inline-block;
	width:60px;
	height:60px;
	background-color:  #92c83e;
	color:#ffffff;
	text-align:center;
	font-size:44px;
	border-radius:12px;
	margin-right:2px;
}

.pumpDropzoneContainer .icon-pump2 {
	vertical-align:middle;
}

.expandedCard {
	padding: 15px;
}

.expandedCard .productConfig {
	display: flex;
	justify-content: space-between;
}

.expandedCard .expandedCardPhoto {
	float: left;
	width: 210px;
	height: 210px;
	border: 1px solid #cce2f1;
	margin-top: 10px;
}
.expandedCard .productConfig .expandedCardPhoto {
	float: none;
}

.expandedCard .productConfig .col1 {
	flex-basis: 210px;
	flex-grow: 0;
	margin-right: 1rem;
}

.expandedCard .productConfig .col2 {
	flex-grow: 1;
	margin-right: 1rem;
}

.expandedCard .productConfig .col3 {
	flex-grow: 1;
	flex-basis: 200px;
}

.expandedCard .detailsForm {
	text-overflow: clip;
	position: relative;
}
.pumpPositionDragger .expandedCard .detailsForm {
	margin-left: 237px;
}

.pumpPositionDragger .expandedCard .detailsForm label {
	width: 150px;
	color: #3d93ca;
	margin-top: 6px;
}

.expandedCard .detailsForm > div {
	margin-bottom: 5px;
}

.expandedCard .productConfig .col2 div #spec {
	height: 12px;
}
.expandedCard .productConfig .col2 label {
	float: left;
	width: 150px;
	text-align: left;
	color: #3d93ca;
	margin-top:4px;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.expandedCard .productConfig .col2 select {
	margin-top:4px;
	margin-bottom:4px;
}

.expandedCard .productConfig .col2 input {
	margin-top:1px;
}

.expandedCard .productConfig .col2 checkbox {
	margin-top:6px;
}

.roa {
	height:32px;
}
.expandedCard .productConfig .productConfigColumn label {
	text-transform: uppercase;
	float: left;
	width: 150px;
	text-align: left;
	color: #3d93ca;
	margin-top:6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.expandedCard .productConfig .detailsForm label {
	width: 180px;
}

.expandedCard .detailsForm label[for=pumpUseModbus] {
    width: 315px;
}

.expandedCard .detailsForm label[for=pumpUseCondairHoses] {
    width: 315px;
}

.expandedCard .detailsForm .dijitTextBox,
.expandedCard .detailsForm select {
	width: 170px;
	height: 24px;
	box-sizing: content-box;
	color: #3d93ca;
	border: 1px solid #cce2f1;
	background-image: none;
	padding: 0 4px;
}
.expandedCard .detailsForm .dijitTextBox .dijitInputInner {
	color: #3d93ca;
}

.expandedCard .detailsForm .dijitCheckBox {
	margin-top: 6px;
	margin-bottom: 4px;
}

.solutionContainer {
	background-color: #fff;
	border: 1px solid #cce2f1;
	padding: 15px;
}
.solutionContainer.solutionBorder {
	border-width: 2px;
	border-left-width: 20px;
}

.pumpPositionDragger .solutionContainer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 270px;
	height: 200px;
}

.solutionContainer .icon-popup.solutionSectionHeading {
	cursor: pointer;
	margin-left: 8px;
	text-decoration: none;
}

.solutionContainer div {
	margin-bottom: 10px;
	margin-top: 10px;
}

.solutionContainer .solutionSectionHeading {
	text-decoration: underline;
}

.solutionContainer .pumpSolutionLabel,
.solutionContainer .pumpSolutionValue {
	font-size: 14px;
	display: inline-block;
}

.solutionContainer .pumpSolutionLabel,
.solutionContainer .solutionSectionHeading {
	color: #3d93ca;
}

.solutionContainer .pumpSolutionLabel {
	margin-right: 10px;
	margin-bottom: 5px;
}

.solutionContainer .pumpSolutionValue {
	color: #7b7b7b;
}

.treatmentSolutionContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.treatmentSolutionContainer > div {
	flex-basis: 200px
}

.cardSolution {
	display: flex;
}
.cardSolution .zfBoxHeaderDetail.price {
	flex-basis: 200px;
}

.humidifierContributionTable {
	text-align: center;
}
.humidifierContributionTable tr:last-child {
    border-top: 1px solid #3d93ca;
}
.humidifierContributionTable th,
.humidifierContributionTable td {
	border: none;
	color: #3d93ca;
	padding: 5px 8px;
}
.humidifierContributionTable th {
    background-color: #FFF;
    text-decoration: underline;
    font-weight: normal;
}
.humidifierContributionTable + p {
	color: #3d93ca;
	padding: 10px 30px 0;
}

.pumpPositionDragger,
.dragger {
	margin: 2px;
}

.pumpPositionDragger .positionListItem,
.dragger .humidifierListItem {
	border: 2px solid #0072BC;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 0px rgba(93, 138, 169, 0.3);
	-moz-box-shadow: 2px 2px 0px rgba(93, 138, 169, 0.3);
	box-shadow: 2px 2px 0px rgba(93, 138, 169, 0.3);
	width: 128px;
	height: 52px;
	padding: 0 10px;
	background-color: #ffffff;
	cursor: move;
}
.pumpPositionDragger .positionListItem.ui-draggable-dragging,
.dragger .humidifierListItem.ui-draggable-dragging,
.pumpPositionDragger .assignedPositionItem.ui-draggable-dragging,
.dragger .assignedItem.ui-draggable-dragging {
	border: 2px solid #0072BC;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pumpPositionDragger .positionListItem {
	display: inline-block;
}
.dragger .humidifierListItem,
.dragger .assignedItem {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
}
.dragger .assignedItem div.icon,
.dragger .humidifierListItem div.icon {
	margin-right: 5px;
}
.dragger .assignedItem div.info,
.dragger .humidifierListItem div.info {
	flex-basis: calc(100% - 29px);
	max-width: calc(100% - 29px);
}

#pumpManagerContainer .pumpPositionDragger .positionListItem {
	/* condair override */
    width: 122px;
}

.unassignedContainer {
	clear: both;
}
.unassignedContainer .activeDropTarget {
	background: #fff;
	border: 2px dashed #eef8ff;
}

.positionList,
.unassignedList {
	display:block;
	background-color: #eef8ff;
	border: 2px dashed #eef8ff!important;
	padding:0!important;
	width: calc(100% - 4px)!important;
	min-height:72px!important;
	list-style-type: none;
}
ul.unassignedList .ui-effects-wrapper {
	display: inline;
}

ul.positionList li,
ul.unassignedList li {
	clear: both;
	padding: 0 10px;
	margin: 8px 6px;
	background: #FFF;
}

/* ==== product list inc. product catalog embeds */
.productListContainer {
	padding-top: 10px;
	clear: both;
}

.productListContainer h3 {
	font-size: 15px;
	text-transform: uppercase;
	color: #3d93ca;
	margin: 0;
	padding-top: 10px;
}

.productListContainer table,
.productListContainer thead,
.productListContainer tbody,
.productListContainer th,
.productListContainer tr,
.productListContainer td {
	padding: 0;
	border: none;
}

.productListContainer thead th {
	background-color: #b5b5b5;
	border-right: 1px solid #ffffff;
	text-align:center;
	height: 36px;
}
.productListContainer thead th:last-child {
	border-right: 1px solid #b5b5b5;
}

.productListContainer tbody tr.productDetailsItem {
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

.productListContainer tbody tr.productDetailsItem td {
	padding: 0 15px 15px 15px;
}

.productListContainer tbody tr.optionListItem {
	border-top: 1px solid #cce2f1;
}
.productListContainer tbody tr.optionListItem:last-child {
	border-bottom: 1px solid #b5b5b5;
}

.productListContainer tbody td {
	height: 36px;
	color: #3d93ca;
}

.productListContainer tbody td a {
    text-decoration: none;
}

.productDetailsItem .ui-tabs .ui-tabs-nav {
	background-color: #fff;
}

.productDetailsItem li.ui-state-default {
    border-radius: 0;
    margin-right: 4px;
	border: 1px solid transparent;
}

.productDetailsItem li.ui-state-default a.ui-tabs-anchor {
	padding: 8px 8px;
}

.productDetailsItem .ui-tabs .ui-tabs-nav li.ui-state-hover a.ui-tabs-anchor {
	background: #0072BC;
	color: #fff;
}

.productDetailsItem .productDetailTabs .ui-tabs .ui-tabs-panel {
	border: 1px solid #b5b5b5;
	background-color: #fff;
	padding: 20px;
}

.productDetailsItem .productDetailTabs .printOptionsToolbar a img {
	padding: 2px;
}

.productDetailsItem #performanceDetails .box,
.productDetailsItem #performanceDetails b,
.productDetailsItem #dimensionsDetails .box,
.productDetailsItem #dimensionsDetails b {
    color: #6b6b6b;
}

.productDetailsItem #performanceDetails label,
.productDetailsItem #dimensionsDetails label {
    color: #ababab;
}

.productDetailsItem #installation-tab img,
.productDetailsItem #schematic-tab img,
.productDetailsItem #shopdrawing-1-tab img {
	width: 100%;
}

.productDetailsItem #load-tab-7 {
    height: 100%;
}

.billOfMaterials {
	padding: 2px;
}

.billOfMaterialsHeader {
	background-color: #0072BC;
	height: 28px;
	padding: 10px;
}

.billOfMaterialsHeaderText {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	width: 500px;
	display: inline-block;
	margin-top: 6px;
}

.billOfMaterialsHeaderExpander {
	float: right;
	margin-top: 4px;
}

.billOfMaterialsHeaderExpander a i {
	color: #ffffff;
	font-size: 20px;
}

.nortecTable {
	background: none;
	margin: 0px;
	border: 1px solid #cce2f1;
}

/***Product Catalog > Details > Overrides tabs ***/
#humidifierConfigTabDetails #productDetailEmbedded ul.ui-tabs-nav,
#productDetailsSection #productDetailEmbedded ul.ui-tabs-nav {
    padding-left: 0;
}

#humidifierConfigTabDetails #productDetailEmbedded .ui-tabs-nav li.ui-state-default,
#productDetailsSection #productDetailEmbedded .ui-tabs-nav li.ui-state-default
{
    background-color: #ffffff;
    color: #fff;
    margin-right: 2px;
    border-bottom: none;
}

#humidifierConfigTabDetails #productDetailEmbedded .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#humidifierConfigTabDetails #productDetailEmbedded .ui-tabs .ui-tabs-nav li.ui-state-hover,
#productDetailsSection #productDetailEmbedded .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#productDetailsSection #productDetailEmbedded .ui-tabs .ui-tabs-nav li.ui-state-hover {
    background-color: #006ab3;
    color: #fff;
    border-bottom: none;
}


.zfBoxHeaderDetail {
   padding: 0;
   border: 2px solid;
   text-align: left;
   width: 99%;
}
.zfBoxHeaderDetail.electric {
	border-color: #0585c8;
}
.zfBoxHeaderDetail.gas {
	border-color: #f8921e;
}
.zfBoxHeaderDetail.steam {
	border-color: #ee1558;
}
.zfBoxHeaderDetail.adiabatic{
	border-color: #92c83e;
}

.solution {
   width: 92%;
   border-left-width: 20px;
   padding-left: 10px;
   height: auto;
}

.price {
   width: 100%;
   box-sizing: border-box;
   height: auto;
   border-left-width: 10px;
   margin-right: 40px;
   padding-left: 10px;
}

.sortable {
    list-style-type: none;
    margin: 3px;
    padding: 10px;
    cursor: pointer;
    width: 90%;
    border: 1px sold #cee2f1;
    background-color: #eef8ff;
    color: #3d93ca;
    }
.sortable li.header {
    background-color: #eef8ff;
}
.sortable li.header div{
    color: #3d93ca;
    font-weight: bold;
    font-size: 18px;
    background-color: #eef8ff;
    text-align: left;
    cursor: default;
}
.sortable li {
    margin: 5px;
    padding: 0.4em;
    font-size: 1.2em;
    background-color: #ffffff;
    height: 18px;
    }

.sortable li div {
    display: block;
    float: left;
    color : #006ab3;
    background-color: #fff;
    font-size: 18px;
    }

.sortOrderSection h3 {
    color: #006ab3;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 5px;
    margin-block-start:3px;
    margin-block-end:3px;
}
.sortable li div.listitem_mover {width:30px;}
.sortable li div.listitem_name {width:220px;}
.sortable li div.listitem_icon {width:30px; float: right; font-size: 20px}
.sortable li div.listitem_icon i.icon-tech-pump2 {color: #92c83e;}

/*CHECKBOX*/

.optionlist {
	width: 30em;
}

.optionlist label {
    width: 90%;
    border: .25px solid #eef8ff;
}

.optionlist-checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

#zonecoldetails label.optionlist-checkbox {
	width: 220px;
	display: block;
}
#zonecoldetails label.optionlist-checkbox > input {
	float: right;
}

.optionlist-checkbox > span {
    color: #006ab3;
    min-height: 28px;
    line-height: 28px;
}
#shoppingCartQuantityForm .optionlist-checkbox > span {
	padding: 0rem 0.25rem;
}

.optionlist-checkbox > input {
	outline: none;
	cursor: pointer;
}
#shoppingCartQuantityForm .optionlist-checkbox > input {
    height: 20px;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #006ab3;
    border-radius: 4px;
    transition-duration: 0.3s;
    background-color: #ffffff;
}
#shoppingCartQuantityForm .optionlist-checkbox > input:active {
    border: 2px solid #34495E;
}

#shoppingCartQuantityForm .optionlist-checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    font-weight: bold;
    color: #006ab3;
    position: absolute;
    left: 0.5rem;
}

.manageDuplicates .nortecTable input {
    height: 24px;
    border: groove;
}

.manageDuplicates .nortecTable th.name {
    text-align: left!important;
    border-right: none;
}

.manageDuplicates .nortecTable th.delete  {
    text-align: center;
    border-left: none;
}

.manageDuplicates .nortecTable td.name {
    text-align: left!important;
    border-right: none;
}

.manageDuplicates .nortecTable td.delete  {
    text-align: center;
    border-left: none;
}

.manageDuplicates .datarow{
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn.create{
	font-size: 1.2em;
	padding-left : 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn.duplicateZone {
    border: 1px solid grey;
    box-shadow: none;
}
#manageZoneQuantity .zoneQuantityLabel {
	font-weight: bold;
	width: auto;
}
#loadSizing #manageZoneQuantity .dijitTextBox,
#manageZoneQuantity .dijitTextBox {
	width: 65px;
}
#manageDuplicatesLink {
    margin-left: 8px;
}

#numberofDuplicates {
	padding-right : 5px;
}

.bulkWizardNav {
	padding: 8px 0;
	display: flex;
	justify-content: flex-start;
}
.bulkWizardNav span {
	margin-right: 8px;
	color: #CCC;
}
.bulkWizardNav span.highlighted {
	font-weight: bold;
	color: #006ab3;
}

.bulkInputContainer {
	display: flex;
}
.bulkInputContainer label {
	width: auto;
}
.bulkInputContainer textarea {
	width: 100%;
}
.bulkInputContainer .bulkProductContainer,
.bulkInputContainer .bulkQuantityContainer {
	flex: 1 1;
	margin: 0 10px 0 0;
}
.bulkInputContainer .bulkProductContainer {
	flex-basis: 500px;
}
.bulkInputContainer .bulkQuantityContainer {
	flex-basis: 130px;
	margin-right: 0px;
}
.bulkReviewRow input {
	width: 100px;
}
.bulkReviewRow.WARNING td {
	background-color: rgba(255, 238, 204, 1);
	color: #CC6600;
}
.float-right {
    float: right;
    margin: 5px 5px 0 0;
}