@charset "utf-8";
/* Configurator Specific Styles Document */

/** Federal Signal Font & Icon Colors **/
.fs-red {
	color: #d2202f;
}
.fs-blue {
	color: #092938;
}

/** Inline Label & Field Styles **/
.field--label-inline .field__label {
  display: inline-block;
  font-weight: 700;
}
.field--label-inline .field__item {
  display: inline-block;
}
.field--label-inline .field__label::after {
  content: ": ";
}

/** Zone Alert Messages **/
.bd-message {
  margin: 0 0 15px 0;
  padding: 5px 15px 5px 15px;
  background: #cfffd1;
  border: 1px solid #cccccc;
}

/** NFPA Lightbar Family Page Styles **/
.node--type-product .node__content {
  margin: -1px 0 25px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #000000;
}

/** NFPA Product Field Styles **/
.field--name-field-product-image {
  float: right;
  margin: 15px 25px 0 25px;
}

/** Lightbar Choice Style **/
.lightbar-selection {
  margin: -1px 0 25px 0;
  border-top: 1px solid #000000;
}
.bef-exposed-form fieldset {
  margin: 10px 0 10px 0;
  padding: 0 0 3px 3px;
  border: 1px solid #cccccc;
}
.bef-exposed-form legend {
  font-weight: 700;
}
.bef-exposed-form .form-checkboxes .js-form-item {
  display: inline-block;
  margin: 0 10px 0 0;
}
.lightbars {
  display: flex;
  margin: 25px auto 0 auto;
}
.lightbar-card {
  flex: 1;
  flex-basis: 32.3333%;
  max-width: 32.3333%;
  margin: 0 1% 0 0;
  padding: 10px 15px 10px 15px;
  border-radius: 3px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  text-decoration: none;
  color: #222222;
}
.lightbar-img {
  width: 100%;
  min-height: 104.5px;
  vertical-align: middle;
  text-align: center;
}
.lightbar-img img {
  max-width: 75%;
  height: auto;
  margin: 0 auto 0 auto;
}
.lightbar-info {
  display: flex;
  flex-wrap: wrap;
}
.lightbar-title {
  flex-basis: 80%;
  padding: 8px 0 0 0;
}
.lightbar-title div {
  margin: 0;
  text-transform: none;
	font-size: 1.0em;
  color: #052a39;
}
.lightbar-price {
  flex-basis: 20%;
  padding: 8px 0 0 0;
  font-size: 1.1em;
  font-weight: 700;
  text-align: right;
}
.option-desc {
	flex-basis: 100%;
}
.lightbar-btn {
  flex-basis: 40%;
}
.option-btn {
  flex-basis: 100%;
}
.lightbar-note {
  flex-basis: 60%;
  margin: 0 0 0 5px;
  padding: 6px 0 0 0;
}
.lightbar-note label {
  padding: 0 5px 0 0;
}
.lightbar-note input {
  width: 70%;
  padding: 5px 3px 5px 7px;
}
.lightbar-qty {
  flex-basis: 35%;
  margin: 0 0 0 5px;
  padding: 6px 0 0 0;
}
.lightbar-qty label {
  padding: 0 5px 0 0;
}
.lightbar-qty input {
  width: 45px;
  padding: 5px 3px 5px 7px;
}
.lightbar-link {
  flex-basis: 30%;
  padding: 15px 0 0 0;
  font-size: 0.9em;
  text-align: right;
}
.select-btn {
  display: inline-block;
  margin: 5px 5px 5px 8px;
  padding: 5px 25px 6px 25px;
  background: #04222e;
  border: 1px solid #000000;
  border-radius: 15px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
	text-align: center;
  font-size: 1.2em;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}
.select-btn:hover,
.select-btn:focus {
  background: #e21838;
  color: #ffffff;
}
.active_product {
  background: #e21838;
}
@media screen and (max-width: 1734px) {
  .lightbar-title,
  .lightbar-price,
  .lightbar-btn,
  .lightbar-link {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1130px) {
	.select-btn {
		padding: 5px 15px 6px 15px;
		font-size: 1.0em;
	}
}
@media screen and (max-width: 1055px) {
	.select-btn {
		padding: 5px 5px 6px 5px;
	}
}

/** Lightbar Modal Window Styles **/
.ui-widget-content a {
  color: #064761;
}

/** Checklist Styles **/
.checklist {
  flex: 1;
  max-width: 375px;
  margin: 0 0 25px 25px;
  box-sizing: border-box;  
}
.checkbox {
  position: sticky;
  position: -webkit-sticky;
  top: 25px; /* required */
  padding: 5px 15px 15px 15px;
  background-color: #cccccc;
  color: #04222e;
}
.checklist h2 {
  font-size: 1.5em;
  color: #04222e;
}
.checklist h3 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #8a8a8a;
  text-transform: capitalize;
  font-size: 1.1em;
  color: #04222e;
}
.check-green svg {
  color: #008000;
}
.check-grey svg {
  color: #767676;
}
.checklist-table table {
  border: 0;
}
.checklist-table thead tr th,
.checklist-table tbody tr td {
  padding: 8px 5px 8px 5px;
  font-size: 0.85em;
}
.checklist-table tbody tr td:last-child {
  text-align: right;
}
.checklist-table tbody tr:nth-child(even) {
  background-color: rgba(255,255,255,0.1);
}
.cart-table table {
  border: 0;
}
.cart-table thead tr th,
.cart-table tbody tr td {
  padding: 8px 5px 8px 5px;
  font-size: 0.85em;
}
.cart-table tbody tr td:last-child {
  text-align: right;
  display: none; /* Pricing removed */
}
.cart-table tbody tr:nth-child(even) {
  background-color: rgba(255,255,255,0.1);
}
.chklst-zone {
  text-transform: capitalize;
}
.chklst-price {
  text-align: right;
}
.chklst-total {
  display: flex;
  margin: 15px 0 0 0;
  padding: 3px 5px 3px 5px;
  border-top: 1px solid #8a8a8a;
  font-size: 0.85em;
}
.chklst-total-left {
  flex: 1;
  font-weight: 700;
  display: none;  /* Pricing removed */
}
.chklst-total-right {
  flex: 1;
  text-align: right;
  display: none; /* Pricing removed */
}
.chklst-btn {
  margin-top: 25px;
  text-align: right;
}
.chklst-btn a {
  display: inline-block;
  margin: 5px 0 5px 0;
  padding: 5px 25px 5px 25px;
  background: #04222e;
  border: 1px solid #04222e;
  border-radius: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}
.chklst-btn a:hover {
  background: #e21838;
  border: 1px solid #000000;
}
/** Lightbar & Option Management Page Styles **/
.lb-manage .views-exposed-form,
.op-manage .views-exposed-form {
	padding: 5px 0 5px 0;
}
.lb-manage .views-exposed-form label,
.op-manage .views-exposed-form label {
	padding: 0 7px 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.lb-manage .views-exposed-form select,
.op-manage .views-exposed-form select {
	padding: 3px 15px 3px 15px;
	font-size: 1.05em;
}
.lb-manage table,
.op-manage table{
	background: #f5f5f5;
	border: 1px solid #333333;
	color: #121212;
}
.lb-manage table thead tr th,
.op-manage table thead tr th {
	padding: 6px 15px 6px 15px;
	background: #333333;
	color: #ffffff;
}
.lb-manage thead tr th a,
.op-manage thead tr th a {
	color: #fff350;
}
.lb-manage thead tr th a:hover,
.lb-manage thead tr th a:focus,
.op-manage thead tr th a:hover,
.op-manage thead tr th a:focus {
	color: #fcffce;
}
.lb-manage table tbody tr td,
.op-manage table tbody tr td {
	padding: 6px 15px 6px 15px;
}
.lb-manage tbody tr:nth-child(even),
.op-manage tbody tr:nth-child(even) {
    background-color: #e6e6e6;
}

/** Quote Form Styles **/
.quote-form {
  width: 1000px;
  line-height: 1.5em;
}
.quote-form input {
  width: 400px;
  float: right;
  margin: 0 10px;
}
.config-row {
  display: flex;
}
.config-col {
  flex: 1;
  margin: 8px 5px 0 5px;
  padding: 25px;
  border: 1px solid #909090;
}
.flex-col {
  flex: 1;
}
/*.by-group:first-of-type,
.for-group:first-of-type {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #7c7c7c;
  font-size: 1.35em;
  font-weight: 700;
}*/
.by-group .js-form-item,
.for-group .js-form-item {
  display: flex;
}
.by-group label,
.for-group label {
  flex-basis: 15%;
  margin: 5px 15px 5px 0;
  padding: 5px 0 0 0;
  font-weight: 700;
}
.by-group input,
.for-group input {
  width: 80%;
  height: 30px;
  margin: 5px 0 5px 0;
  padding: 3px 3px 3px 5px;
  outline: 0 none;
  border: 1px solid #6E6F71;
  box-sizing: border-box;
  color: #888;
}
.project-buttons {
  margin: 5px;
}
.project-buttons input {
  width: 200px;
}
.project-buttons .button-back input {
  float: left;
}
.project-buttons .button-forward {
  padding: 15px;
}
.project-buttons .button-forward input {
  float: right;
}