body {
  background-color: #f1f2f1;
  font-family: "Helvetica-Neue", Helvetica, Arial;
  min-width: 400px;
}
body.dark_bg {
  background: #0d2358;
}
body p {
  font-size: 0.9em;
}
body p.sub {
  color: #999;
}
label {
  cursor: default;
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #555;
}
h2.legend {
  margin: 20px 0 20px 0;
  border: none;
  text-transform: none;
  font-size: 30px;
}
h2.legend .key {
  display: block;
  float: left;
  background: #e0521f;
  color: #fff;
  padding: 10px;
  margin: 0 10px 0 0;
  border-radius: 20px;
  width: 22px;
  height: 22px;
  font-size: 35px;
  line-height: 22px;
  text-align: center;
}
h2.legend .key ::selection,
h2.legend .key::selection {
  background: white;
  color: #e0521f;
  text-shadow: none;
}
::selection,
::selection {
  background: #e0521f;
  color: white;
  text-shadow: none;
}
a {
  color: #e0521f;
  font-weight: 600;
}
a:hover,
a:focus,
a:active {
  color: #e0521f;
}
.btn {
  transition: 0.2s ease-out all;
}
.btn:focus,
.btn:hover {
  background: #565a5c;
  color: white;
  text-shadow: none;
}
.btn:focus .caret,
.btn:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.btn:active {
  background: #4a4d4f;
  color: white;
}
.btn:active .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.btn-primary {
  background: #e0521f;
  color: white;
  transition: all 0.2s ease-out;
  text-shadow: none;
  border-color: transparent;
}
.btn-primary ::selection,
.btn-primary::selection {
  background: white;
  color: #e0521f;
  text-shadow: none;
}
.btn-primary:focus,
.btn-primary:hover {
  background: #ca4a1c;
}
.btn-primary.active,
.btn-primary:active {
  background: #b34219;
}
.btn-primary.disabled,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.disabled:active,
.btn-primary[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:active {
  background: #e0521f;
  opcaity: 0.65;
}
.btn-warning {
  background: #f09b1c;
  color: white;
  text-shadow: none;
  border-color: transparent;
}
.btn-warning:focus,
.btn-warning:hover {
  background: #e38e0f;
}
.btn-warning:active {
  background: #cc7f0d;
}
.btn-success {
  background: #468847;
  color: white;
  text-shadow: none;
  border-color: transparent;
}
.btn-success:focus,
.btn-success:hover {
  background: #3d773e;
}
.btn-success:active {
  background: #356635;
}
.btn-danger {
  background: #b94a48;
  color: white;
  text-shadow: none;
  border-color: transparent;
}
.btn-danger:focus,
.btn-danger:hover {
  background: #a74240;
}
.btn-danger:active {
  background: #953b39;
}
.btn-info {
  background: #3a87ad;
  color: white;
  text-shadow: none;
  border-color: transparent;
}
.btn-info:focus,
.btn-info:hover {
  background: #34789a;
}
.btn-info:active {
  background: #2d6987;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #e0521f;
}
.btn-group.open > ul.dropdown-menu > li a,
ul.dropdown-menu > li a {
  background: white;
  color: black;
}
.btn-group.open > ul.dropdown-menu > li a:focus,
ul.dropdown-menu > li a:focus {
  background: #565a5c;
  color: white;
}
.btn-group.open > ul.dropdown-menu > li.active > a,
ul.dropdown-menu > li.active > a {
  background: #e0521f;
  color: white;
}
.btn-group.open > ul.dropdown-menu > li:not(.disabled):hover > a,
ul.dropdown-menu > li:not(.disabled):hover > a {
  background: #565a5c;
  color: white;
}
.btn-group.open > ul.dropdown-menu > li.disabled > a,
ul.dropdown-menu > li.disabled > a {
  color: #565a5c;
}
.btn-group.open > ul.dropdown-menu > li.divider,
ul.dropdown-menu > li.divider {
  box-sizing: content-box;
  border-bottom: 1px solid #c9cac8;
}
ul.nav-tabs > li > a {
  color: #565a5c;
}
ul.nav-tabs > li > a:hover,
ul.nav-tabs > li > a:focus {
  color: #e0521f;
}
ul.nav-tabs > li.dropdown .caret {
  border-top-color: #565a5c;
  border-bottom-color: #565a5c;
}
ul.nav-tabs > li.dropdown:hover .caret {
  border-top-color: #e0521f;
  border-bottom-color: #e0521f;
}
ul.nav-tabs > li.dropdown.open > a.dropdown-toggle,
ul.nav-tabs > li.dropdown.active.open > a.dropdown-toggle:focus {
  color: white;
  background: transparent;
  color: #e0521f;
}
ul.nav-tabs > li.dropdown.open > a.dropdown-toggle .caret,
ul.nav-tabs > li.dropdown.active.open > a.dropdown-toggle:focus .caret {
  border-top-color: #e0521f;
  border-bottom-color: #e0521f;
}
ul.nav-tabs > li.dropdown.open > a.dropdown-toggle:hover,
ul.nav-tabs > li.dropdown.active.open > a.dropdown-toggle:focus:hover {
  color: #e0521f;
}
ul.nav-tabs > li.dropdown.open > a.dropdown-toggle:hover .caret,
ul.nav-tabs > li.dropdown.active.open > a.dropdown-toggle:focus:hover .caret {
  border-top-color: #e0521f;
  border-bottom-color: #e0521f;
}
ul.nav-tabs > li.no-match:hover,
ul.nav-tabs > li.no-match:focus,
ul.nav-tabs > li.no-match:active {
  color: #f3b04c;
}
ul.nav-tabs > li.no-match:hover .badge-info,
ul.nav-tabs > li.no-match:focus .badge-info,
ul.nav-tabs > li.no-match:active .badge-info {
  background-color: #f3b04c;
}
ul.nav-tabs > li a:not(.btn) {
  font-weight: 600;
}
ul.nav-tabs > li a:focus {
  outline: 1px solid #c9cac8;
}
ul.nav-tabs > li.empty > a {
  color: #565a5c;
}
ul.nav-tabs > li.empty > a:hover,
ul.nav-tabs > li.empty > a:focus,
ul.nav-tabs > li.empty > a:active {
  color: #565a5c;
}
ul.nav-tabs > li.active > a {
  color: #e0521f;
}
ul.nav-tabs > li.active > a:hover {
  color: #e0521f;
}
ul.nav-tabs > li.active > a .caret {
  border-top-color: #e0521f;
  border-bottom-color: #e0521f;
}
ul.nav-tabs > li.active > a:hover .caret {
  border-top-color: #e0521f;
  border-bottom-color: #e0521f;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.input-append > input:focus {
  border: 1px solid #e0521f;
  box-shadow: inset 0 1px 1px rgba(224, 82, 31, 0.75), 0 0 8px rgba(224, 82, 31, 0.6);
}
input:read-only:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}
input[type="radio"],
input[type="range"],
input[type="checkbox"] {
  accent-color: #e0521f;
}
input[type="radio"]:focus,
input[type="range"]:focus,
input[type="checkbox"]:focus {
  outline-offset: 3px;
}
table.meta h3 {
  margin: 0;
}
table.meta td,
table.meta th {
  border: none;
}
table.meta th {
  font-weight: normal;
}
.order-meta-wrapper {
  padding-top: 20px;
}
.order-meta-wrapper h3 {
  line-height: 32px;
  margin: 0 0 15px 0;
}
.order-meta-wrapper h3 small {
  display: block;
  line-height: 22px;
}
h4.header {
  font-size: 28px;
  line-height: 29px;
  letter-spacing: -1px;
}
h4.header#main-header small {
  font-size: 17px;
  letter-spacing: normal;
  margin-left: 10px;
}
h3.nav-group-head {
  font-weight: 300;
  color: #888;
  font-size: 18px;
}
h3.nav-group-head strong {
  color: #555;
}
.next_options_wrapper {
  padding: 5px 0 20px 0;
}
.next_options_wrapper button {
  margin-right: 5px;
}
.landing-nav .item {
  border-bottom: 1px solid #EEE;
  padding: 0px;
}
.landing-nav .item a {
  display: block;
  padding: 20px 10px;
  margin-right: 20px;
}
.landing-nav .item a:hover {
  text-decoration: none;
  background: #eeeeee;
}
.landing-nav .item h4,
.landing-nav .item p {
  margin: 0 0 0 60px;
}
.landing-nav .item h4 {
  font-weight: bold;
  font-size: 19px;
  color: #e0521f;
  margin-top: 3px;
  margin-bottom: 3px;
}
.landing-nav .item p {
  color: #565a5c;
}
.item-icon {
  display: block;
  background-color: #CCC;
  border-radius: 4px;
  height: 50px;
  width: 50px;
  text-align: center;
  float: left;
}
.item-icon span {
  color: #fff;
  font-size: 30px;
  line-height: 50px;
}
.item-icon i {
  margin: 17px 0 0 0;
}
/* ALERTS/NOTIFICATIONS */
body#notification h2 ul {
  margin: 0;
}
body#notification h2 ul li {
  line-height: 38px;
  list-style-type: none;
}
.item-success {
  background-color: #4cb158;
}
.item-danger {
  background-color: #ea494a;
}
.item-warning {
  background-color: #ffa93c;
}
.item-info {
  background-color: #14b8d4;
}
.alert .icofont {
  font-size: 30px;
  float: left;
  margin: 5px 10px 0 0;
}
.alert p {
  margin: 0 0 0 40px;
  font-size: 14px;
}
.btn.has_indicator {
  float: left;
}
#form_status {
  float: left;
  margin: 8px 0 0 30px;
  font-size: 12px;
  line-height: 16px;
}
#form_status img {
  margin: 0px 10px 0 0;
}
.debug_checkbox {
  margin-top: -10px;
}
.debug_checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-right: 5px;
}
.response_debug pre {
  font-size: 11px;
  line-height: 13px;
}
.row.breaker hr {
  margin: 10px 0;
}
#address_query_form {
  margin-bottom: 0;
  /*
	.tab-container {
		background: #fff;
		padding: 18px 15px 8px 15px;
		border: 1px solid #ddd;
		border-top: none;
	}
	*/
}
#address_query_form ul.nav-tabs {
  margin-bottom: 0;
}
#address_query_form .tab-content {
  margin-right: 0px;
  margin-left: 0;
}
#is_emergency {
  margin-left: 0px;
  margin-right: 5px;
}
#in-sub-nav {
  font-size: 12px;
}
.form-group {
  background: #eeeeee;
  padding: 20px;
  margin: 0 -22px 40px -20px;
  border: 1px solid #ccc;
  border-left: none;
}
.form-group .control-group {
  margin-bottom: 0;
}
.form-group.aside {
  margin: 0;
}
.query-orders .form-group {
  margin: 0;
  border-left: 1px solid #ccc;
}
.status-checkboxes {
  padding-left: 20px;
}
.related-results h3 {
  font-size: 10px;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
  padding: 0;
  line-height: 13px;
}
.related-results h3.also-near-here {
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.result-item {
  font-size: 12px !important;
  display: block;
  padding: 13px 5px 5px 15px;
  border-bottom: 1px dotted #bababa;
  margin-left: 2px;
}
.result-item:hover {
  text-decoration: none;
}
.selected-result {
  background: #eeeeee;
  border: 1px solid #ccc;
  border-left: none;
  margin-right: -1px;
  margin-left: 0;
}
.selected-result p {
  font-weight: bold;
}
.results-scroller {
  max-height: 392px;
  overflow: hidden;
  overflow-y: scroll;
}
.btn-view-more-addresses {
  margin: 10px;
}
ul.modal-address-results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.modal-address-results li {
  margin-bottom: 10px;
}
ul.modal-address-results p {
  margin: 0;
  padding: 0;
}
#inflight-count-indicator {
  display: block;
  background: #e0521f;
  padding: 7px 10px 7px 5px;
  margin-top: -2px;
  overflow: hidden;
  line-height: 30px;
  border-radius: 5px;
}
#inflight-count-indicator i {
  float: left;
  margin: -2px 10px -2px 3px;
}
#inflight-count-indicator a {
  color: #fff;
  text-decoration: none;
}
#inflight-count-indicator .label {
  margin-top: 6px !important;
  color: #e0521f;
  background: white;
  text-shadow: none;
  font-weight: 700;
  font-size: 1.2em;
}
#inflight-count-indicator:focus,
#inflight-count-indicator:hover {
  background: #ca4a1c;
}
#inflight-count-indicator:active {
  background: #b34219;
}
.form-group label {
  font-size: 13px;
}
.form-group label.checkbox {
  margin-left: 0;
  padding-left: 0;
}
.form-group label.checkbox.no-custom {
  padding-left: 20px;
}
.form-group .datepicker {
  padding: 0;
}
.form-group hr {
  margin: 5px 0 15px 0;
  border-top: 1px solid #ccc;
}
.form-group .nav {
  margin: 0 -10px 0 -11px;
}
.tab-content {
  margin: 0 -11px;
}
.query-orders .nav {
  margin: 0;
}
.query-orders .tab-content {
  margin: 0;
}
.tab-pane {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px 10px 10px 10px;
}
.input-tiny {
  width: 45px;
}
.no-wrap {
  white-space: nowrap;
}
label.error {
  background: #b94a48;
  padding: 3px 8px;
  color: white;
  margin-left: 4px;
  margin-top: -5px;
  margin-right: 100%;
  margin-bottom: 15px;
  position: relative;
  display: block;
  font-size: 12px;
  float: left;
  white-space: nowrap;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
label.error:after {
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #b94a48;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 5px;
}
.tooltip-inner {
  padding: 5px 8px;
  line-height: 1.4;
}
.tooltip.in {
  opacity: 1;
}
.datepicker input,
.bootstrap-timepicker input {
  margin-bottom: 5px;
}
.full-width {
  width: 100%;
}
input.full-width {
  height: auto !important;
  box-sizing: border-box;
  /* css3 rec */
  -moz-box-sizing: border-box;
  /* ff2 */
  -ms-box-sizing: border-box;
  /* ie8 */
  -webkit-box-sizing: border-box;
  /* safari3 */
  -khtml-box-sizing: border-box;
  /* konqueror */
}
textarea.full-width {
  box-sizing: border-box;
  /* css3 rec */
  -moz-box-sizing: border-box;
  /* ff2 */
  -ms-box-sizing: border-box;
  /* ie8 */
  -webkit-box-sizing: border-box;
  /* safari3 */
  -khtml-box-sizing: border-box;
  /* konqueror */
}
.page {
  top: -70px;
  margin-top: 0;
  margin-bottom: -70px;
  position: relative;
}
#dateOccurred,
#timeOccurred,
.datepicker input {
  background: #fff !important;
}
.datepicker.datepicker-dropdown table {
  z-index: 1151 !important;
}
.datepicker.datepicker-dropdown table tr td.active {
  background: #e0521f;
}
.datepicker.datepicker-dropdown table tr td.active:hover {
  background: #e0521f;
}
.datepicker.datepicker-dropdown table tr td:hover {
  background: #e4e4e3;
}
.widget {
  border: 1px solid #ccc;
  background: #eeeeee;
}
.widget .table-striped tbody > tr:nth-child(odd) > td {
  background: transparent;
}
.widget.response-description h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
table.sortable th:hover {
  cursor: pointer;
}
.resource-icon {
  display: block;
  float: left;
  background: #e0521f;
  color: #fff;
  padding: 10px;
  margin: 0 10px 0 0;
  border-radius: 20px;
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
.appointment-select-wrapper {
  position: relative;
  height: 300px;
}
.appointment-select-wrapper p.appointment-select-scroll-tip {
  position: absolute;
  bottom: 0;
  left: 10px;
  margin: 0;
  padding: 0;
}
.appointment-select-container {
  overflow: hidden;
  float: left;
  margin-right: 5px;
  padding: 5px;
  width: 160px;
  text-align: center;
}
.appointment-select-container ul,
.appointment-select-container li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.appointment-select-container li {
  margin-bottom: 5px;
}
.appointment-select-container h3 {
  margin: 5px 0 10px 5px;
  padding: 0;
  font-size: 18px;
  line-height: 15px;
}
.appointment-select-container a.btn {
  font-size: 12px;
}
.appointment-select-container i {
  margin-top: 4px;
}
.label-rfsdate h3 {
  color: #468847;
  margin: 0;
  padding: 0;
}
.label-rfsdate h3 small {
  color: #7aba7b;
}
.communications-log table {
  margin: 0;
}
.communications-log th,
.communications-log td {
  border-color: transparent;
}
.communications-log th {
  width: 170px;
}
.communications-log .alert {
  clear: both;
  padding: 10px 20px;
}
.alert .communication-meta {
  margin: 5px 0 10px 5px;
}
.event-date {
  display: inline-block;
  width: 180px;
}
.diagnostics-attenuation {
  display: block;
  padding: 0px 34px 20px 34px;
  margin: 0;
}
.diagnostics-attenuation strong {
  font-size: 22px;
  display: inline-block;
  margin: 0 0 0 10px;
  border-radius: 4px;
  border: 1px solid #bababa;
  padding: 12px 10px 6px 10px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
}
.diagnostics-attenuation strong span {
  display: inline-block;
  padding: 5px;
  border: 1px solid green;
  border-radius: 20px;
  line-height: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fff;
}
.diagnostics-attenuation strong i {
  margin-top: 3px;
}
.diagnostics-attenuation strong small {
  font-weight: normal;
  font-size: 10px;
}
.diagnostics-attenuation strong.diagnostics-attenuation-fail {
  background-color: #b94a48;
  border-color: #953b39;
  color: #fff;
  text-shadow: 1px 2px 0 #953b39;
}
.diagnostics-attenuation strong.diagnostics-attenuation-fail span {
  border-color: #953b39;
  background: #f2dede;
}
.diagnostics-attenuation strong.diagnostics-attenuation-warning {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #7f612e;
}
.diagnostics-attenuation strong.diagnostics-attenuation-warning span {
  border-color: #fbeed5;
}
.diagnostics-attenuation strong.diagnostics-attenuation-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.diagnostics-attenuation strong.diagnostics-attenuation-ok span {
  border-color: #d6e9c6;
}
.diagnostics-ports {
  margin: 0 20px;
  padding-top: 20px;
  border-top: 1px dotted #bababa;
}
.diagnostics-ports .diagnostic-port strong {
  line-height: 22px;
}
.diagnostics-ports .diagnostic-port strong em {
  font-size: 18px;
  font-style: normal;
  display: inline-block;
  margin: 3px 10px 0 0;
}
.diagnostics-ports .diagnostic-port small {
  font-weight: normal;
}
.diagnostic-port-details {
  padding: 20px 0 0 0;
}
.product-options-panel {
  position: relative;
  padding-top: 10px;
}
.product-options-panel * {
  margin: 0;
  padding: 0;
}
.product-options-panel ul,
.product-options-panel li,
.product-options-panel ol {
  list-style-type: none;
}
.select-product-input {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 20px;
  line-height: 20px;
  color: #bababa;
}
.select-product-input input {
  margin: 0 0 0 0;
}
.select-product-input .icofont-tick {
  display: none;
}
.retailer-product-offer {
  padding: 15px 15px 15px 50px;
  transition: 250ms ease all;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  text-shadow: 0 1px 0 #f0f0f0;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.retailer-product-offer:hover {
  background: #f2f2f2;
  cursor: pointer;
}
.retailer-product-offer.offer-selected {
  background: #e0521f;
  border-color: #e0521f;
  text-shadow: none;
}
.retailer-product-offer.offer-selected h3 {
  color: #fff;
}
.retailer-product-offer.offer-selected h3 span.legacy-name {
  color: #e6e6e6;
}
.retailer-product-offer.offer-selected h4 {
  color: #e6e6e6;
}
.retailer-product-offer.offer-selected p {
  color: #f1f2f1;
}
.retailer-product-offer.offer-selected .select-product-input .icofont-tick {
  display: block;
  color: #fff;
}
.retailer-product-offer.offer-selected .select-product-input .icofont-plus {
  display: none;
}
.retailer-product-offer .price {
  float: right;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  background: #e0521f;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 32px;
  padding: 10px;
  margin: 3px 0 0 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.retailer-product-offer .price sup {
  font-size: 12px;
  font-weight: normal;
}
.retailer-product-offer h4 {
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b3b3b3;
}
.retailer-product-offer h3 {
  font-size: 19px;
  line-height: 22px;
  color: #e0521f;
}
.retailer-product-offer h3 span.legacy-name {
  font-size: 12px;
  color: #b3b3b3;
  float: right;
  display: inline-block;
  margin-top: 5px;
}
.retailer-product-offer p {
  font-size: 12px;
}
#offer-result {
  position: relative;
  overflow: hidden;
}
.retailer-product-offer-offerings {
  margin: 15px 0px;
  border-radius: 3px;
}
.retailer-product-offer-offerings h3 {
  background: #0d2358;
  padding: 10px 10px 10px 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 18px;
  position: relative;
  text-shadow: 0 1px 0 #cccccc;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.retailer-product-offer-offerings h3:after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 40px;
  border: 10px solid transparent;
  border-bottom-color: #0d2358;
  width: 0;
  height: 0;
  display: block;
}
.retailer-product-offer-offerings .northpower-product-offer {
  padding: 20px 20px 30px 20px;
  margin: 0px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-group {
  padding-top: 10px;
  margin: 0;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-group > li {
  position: relative;
  background: #fff url("../img/vert_indicator.png") repeat-y 0px -3px;
  padding: 5px 0;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-group > li:first-child {
  padding-top: 15px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-group > li::before {
  content: url("../img/branch.png") " ";
  position: absolute;
  left: 0px;
  top: 16px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-group > li:first-child::before {
  top: 27px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-group > li:first-child::after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #999999;
  bottom: 100%;
  left: -6px;
  position: absolute;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-group > li:last-child {
  list-style: none;
  background: url("../img/vert_indicator.png") no-repeat 0px -3px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product {
  margin: 0 0 0 20px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product .northpower-product-inner {
  border: 1px solid #cccccc;
  background: white;
  padding: 10px;
  margin: 0px 18px;
  border-radius: 3px;
}
.retailer-product-offer-offerings .northpower-product-offer .btn {
  padding: 5px;
  line-height: 10px;
  font-size: 11px;
  margin-top: -3px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec {
  margin-top: 10px;
  font-size: 12px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec thead th {
  background: #666666;
  color: #fff;
  border-radius: 0 !important;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic {
  padding: 10px 10px 0px 10px;
  background: #e6e6e6;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic table {
  margin-bottom: 10px;
  border: none;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic input {
  margin: 0;
  font-size: 12px;
  padding: 2px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic table {
  background: #fff;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic thead th {
  position: relative;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic thead th:after {
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #666666;
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 0;
  height: 0;
  display: block;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic td,
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic th {
  vertical-align: middle;
  padding: 4px 10px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic th {
  font-weight: normal;
  border-left: none;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic .characteristic-key {
  width: 150px;
}
.retailer-product-offer-offerings .northpower-product-offer .northpower-product-service-spec td.northpower-product-service-characteristic .characteristic-value {
  font-weight: bold;
}
#beyond-ont-services #before-july-2019-info {
  display: none;
}
#beyond-ont-services.disabled-until-july-2019 #before-july-2019-info {
  display: block;
}
#beyond-ont-services #non-residential-beyond-ont-info {
  display: block;
}
#beyond-ont-services #non-residential-beyond-ont-info.end-user-is-residential {
  display: none;
}
#cpe-illustration.no {
  background: #fff url("../img/no-cpe800x450.jpg") no-repeat center center;
}
#cpe-illustration.simple {
  background: #fff url("../img/simple-cpe800x450.jpg") no-repeat center center;
}
#cpe-illustration.complex {
  background: #fff url("../img/complex-cpe1109x450.jpg") no-repeat center center;
}
#cpe-illustration.no,
#cpe-illustration.simple,
#cpe-illustration.complex {
  min-height: 225px;
  border: 2px solid #aaaaaa;
  background-size: contain;
}
/* 
BEGIN TEMPORARY HIGHLIGHT
This is a temporary feature to highlight the new "Customer Email Address field" to RSPs.
Note the .control-group.error reset as the error CSS selectors are in a different file loaded before this one.
So when it is time to remove the highlight, ensure these comments and the selectors in between are deleted.
*/
input.input-highlight {
  border-color: #e0521f;
}
.control-group.error > input.input-highlight {
  border-color: #b94a48;
}
/* END TEMPORARY HIGHLIGHT */
/*# sourceMappingURL=custom.css.map */