.btn-tiny {
  height: 100%;
  font-size: 10px;
  line-height: 11px;
  background-color: #912a32;
  border: 0;
  border-radius: 2px;
  padding: 2px 4px;
  color: #fff; }

.overridden-price-label {
  color: #912a32;
  font-style: italic; }

.footnote-subtext {
  font-style: italic;
  font-size: .8em;
  line-height: .8em;
  color: #888; }

.user-logged-in .mt-1 {
  display: block; }

.is_2d .option-custom-input input {
  max-width: 110px; }
.is_2d .checkbox-group label {
  display: inline-grid; }
.is_2d .table-cell {
  display: table-cell;
  vertical-align: middle; }

/* main 3d display div which contains the canvas element */
#display3d {
  position: relative;
  width: 69%;
  float: left;
  padding: 0;
  margin-top: 0;
  margin-bottom: 3rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none; }
  #display3d canvas {
    display: block;
    background-color: #ff0;
    margin: 0; }

.popover {
  max-width: 350px !important;
  /* Max Width of the popover (depending on the container!) */ }

a.info-popover {
  font-weight: normal;
  color: #2e9f17; }
  a.info-popover:visited {
    color: #2e9f17; }
  a.info-popover:active {
    color: #2e9f17; }
  a.info-popover:hover {
    color: #07d30c;
    text-decoration: none; }

.display-3d-fixed {
  position: fixed !important;
  top: 0; }

/* this is the actual form element ID. Separate for each test form 0, 1, 2*/
#structure-order-form .extra-field--structure-specs {
  display: none; }

/* this is the actual form element class, would apply to all forms */
.structure-order-form {
  /** 2d floorplan ui **/ }
  .structure-order-form .input-hidden {
    position: absolute;
    left: -9999px; }
  .structure-order-form input[type=radio]:checked + label > img {
    border: 1px solid #fff;
    box-shadow: 0 0 10px 0 #ddd; }
  .structure-order-form label {
    margin-top: .5rem;
    margin-bottom: 0 !important; }
  .structure-order-form .sub-label {
    font-size: 0.8em;
    font-style: italic;
    color: #555; }
  .structure-order-form .sf-option-subgroup {
    padding: 5px;
    margin: .5rem -5px 0 -5px;
    border: 1px solid #3989b2;
    border-radius: 4px;
    background-color: #ececec; }
    .structure-order-form .sf-option-subgroup legend {
      color: #3989b2;
      top: -6px;
      margin-bottom: -9px; }
    .structure-order-form .sf-option-subgroup summary {
      color: #3989b2;
      margin: 0; }
  .structure-order-form .modal-dialog.validation .modal-content {
    border: 2px solid #dc3545; }
    .structure-order-form .modal-dialog.validation .modal-content .modal-header {
      color: #dc3545;
      background: #fff1f1; }
    .structure-order-form .modal-dialog.validation .modal-content .modal-footer {
      font-style: italic;
      color: #999; }
  .structure-order-form .modal-dialog .modal-content #block-orderactionlinksmenu {
    display: none; }
  .structure-order-form .modal-dialog .modal-content .header-message {
    margin: 1em 1em 0 1em;
    padding: 0; }
  .structure-order-form .modal-dialog .modal-content input {
    max-width: 100%; }
  .structure-order-form input[type=number] {
    border-radius: 4px;
    border: 1px solid #cccccc;
    line-height: 30px;
    padding: 0 8px; }
  .structure-order-form input[type=text] {
    border-radius: 4px;
    border: 1px solid #cccccc;
    line-height: 30px;
    padding: 0 8px; }
  .structure-order-form .was-validated .form-control:invalid,
  .structure-order-form .form-control.is-invalid,
  .structure-order-form .form-control.error,
  .structure-order-form .was-validated .custom-select:invalid,
  .structure-order-form .custom-select.is-invalid,
  .structure-order-form .custom-select.error {
    border-color: #dc3545 !important; }
  .structure-order-form textarea {
    max-width: 100%; }
  .structure-order-form .price {
    font-weight: normal;
    font-size: .9em; }
  .structure-order-form .int-option .price {
    font-weight: normal;
    font-size: .9em; }
  .structure-order-form .int-option input {
    width: 100px; }
  .structure-order-form .toggle-option {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-weight: bold; }
    .structure-order-form .toggle-option .price {
      font-weight: normal;
      font-size: .9em; }
  .structure-order-form .submit-quote {
    background-color: #414141;
    color: #fff; }
  .structure-order-form #context-menu {
    display: block;
    padding: 8px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #000; }
    .structure-order-form #context-menu .btn:hover {
      color: #a44d00;
      background: #ddd; }
    .structure-order-form #context-menu .precision-pos-menu {
      min-width: 275px;
      margin: 0;
      padding: 0; }
      .structure-order-form #context-menu .precision-pos-menu .row.pr1,
      .structure-order-form #context-menu .precision-pos-menu .row.pr3 {
        text-align: center; }
      .structure-order-form #context-menu .precision-pos-menu .row.pr2 .c-left {
        text-align: right;
        padding: 0; }
      .structure-order-form #context-menu .precision-pos-menu .row.pr2 .c-mid {
        text-align: center;
        padding: 0; }
      .structure-order-form #context-menu .precision-pos-menu .row.pr2 .c-right {
        text-align: left;
        padding: 0; }
      .structure-order-form #context-menu .precision-pos-menu .click-to-edit-wrapper input {
        max-width: 75px;
        margin: 2px; }
      .structure-order-form #context-menu .precision-pos-menu .click-to-edit-wrapper input::-webkit-outer-spin-button,
      .structure-order-form #context-menu .precision-pos-menu .click-to-edit-wrapper input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .structure-order-form #context-menu .precision-pos-menu .click-to-edit-wrapper input[type="number"] {
        -moz-appearance: textfield; }
  .structure-order-form .attribute-group,
  .structure-order-form .addon-group {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 12px 0; }
    .structure-order-form .attribute-group .group-label,
    .structure-order-form .addon-group .group-label {
      font-weight: bold;
      margin: 0;
      padding: 3px;
      display: block;
      text-align: left;
      background-color: #e8e8e8; }
    .structure-order-form .attribute-group .attribute-body,
    .structure-order-form .attribute-group .addon-body,
    .structure-order-form .addon-group .attribute-body,
    .structure-order-form .addon-group .addon-body {
      padding: 2px 5px; }
  .structure-order-form .switch {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 24px;
    margin-top: 10px; }
    .structure-order-form .switch input {
      display: none; }
  .structure-order-form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #444;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 24px; }
    .structure-order-form .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 50%; }
    .structure-order-form .slider:after {
      content: 'OFF';
      color: white;
      display: block;
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      font-size: 10px;
      font-family: Verdana, sans-serif; }
  .structure-order-form table {
    background-color: #e8e8e8;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    overflow: hidden; }
    .structure-order-form table.structure-details td.text-right, .structure-order-form table.vis-option-details td.text-right, .structure-order-form table.nonvis-option-details td.text-right {
      min-width: 100px; }
  .structure-order-form tr {
    border-bottom: 1px solid #f3f3f3;
    background-color: #e8e8e8; }
    .structure-order-form tr:hover {
      background-color: #ddd; }
  .structure-order-form th {
    border: 0;
    background-color: #f3f3f3;
    color: #333; }
  .structure-order-form td {
    border: 0; }
  .structure-order-form td.text-right {
    text-align: right; }
  .structure-order-form #mobile-menu {
    display: none; }
  .structure-order-form #floorplan {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain; }
  .structure-order-form #draw-box {
    height: 300px;
    border: 1px solid black; }
  .structure-order-form #trashcan {
    height: 70px;
    width: 70px;
    float: right;
    border-radius: 9px;
    transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear; }
    .structure-order-form #trashcan img {
      width: 90%;
      height: 90%;
      margin: 5%; }
  .structure-order-form .trashcan-highlight {
    background: #6baa5f; }
  .structure-order-form #unplaced-options {
    float: left; }
  .structure-order-form .option-draggable {
    height: 60px;
    width: 85px;
    background-color: #871721;
    border: 2px solid #ffffff;
    color: #ffffff;
    overflow: hidden;
    display: inline-table;
    font-size: .8em;
    padding: 3px;
    text-align: center;
    line-height: 1em; }
    .structure-order-form .option-draggable:hover {
      cursor: grab; }
  .structure-order-form .option-placed {
    background-color: #414141; }
  .structure-order-form #placed-options {
    height: 350px;
    width: 600px;
    margin: 30px auto;
    padding: 30px; }
  .structure-order-form .credit-price {
    color: #356339; }

#block-ordernumberandstatus {
  text-align: right;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.2em; }

#visualizer-disclaimer {
  position: absolute;
  bottom: 0;
  font-size: .6em;
  font-style: italic;
  margin-left: 10px;
  color: #6c6c6c; }

.addon-instructions {
  margin-top: -6px;
  margin-bottom: 8px;
  font-size: .9em;
  line-height: 1em;
  font-style: italic;
  color: #6c6c6c; }
  .addon-instructions .asterisk {
    color: #912a32; }

/* this is the main div containing the react ui. (the right sidebar) */
#react-ui {
  width: 30%;
  float: right;
  margin-top: 0; }
  #react-ui .custom-option {
    background-color: #e8e8e8;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    margin-bottom: 10px; }
    #react-ui .custom-option input[type="text"] {
      width: 100%; }
  #react-ui .custom-options .remove-cust-opt {
    color: #fff;
    margin-bottom: 5px; }
  #react-ui .custom-options h4 {
    margin-bottom: 0; }
  #react-ui .custom-options label {
    font-size: .7rem; }
  #react-ui .custom-options .price-method-formula {
    font-size: .8em;
    font-style: italic;
    text-align: right; }
  #react-ui .custom-options .cust-opt-total {
    text-align: right;
    font-size: .8em;
    font-style: italic;
    font-weight: bold; }
  #react-ui .price-method__value-container {
    height: 33px; }
  #react-ui .custom-option-actions {
    text-align: right;
    padding: 0 15px 5px 15px; }
  #react-ui .add-cust-opt {
    margin-top: 10px;
    margin-right: 15px; }
  #react-ui label {
    font-weight: bold; }
    #react-ui label .included-label {
      font-weight: normal; }
  #react-ui .size-selectors label {
    display: block; }
  #react-ui .dimensions-selector {
    padding-right: 10px; }
  #react-ui .height-selector {
    padding-left: 10px; }
  #react-ui .option-label {
    font-size: .9em;
    text-align: center; }
  #react-ui .shed-total {
    text-align: right;
    font-weight: bold;
    font-size: 1.5em; }
  #react-ui .rto-payment-estimate {
    text-align: right;
    font-size: 1.1em;
    font-weight: normal; }
  #react-ui .current-order-number {
    color: #666; }

/* this is an accordion panel. */
.panel {
  background-color: #ddd;
  border: 3px #ddd solid; }
  .panel:not(:last-child) {
    margin-bottom: 2px; }
  .panel:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .panel:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .panel .btn-secondary {
    color: #000;
    border: 0; }
  .panel .panel__label {
    position: relative;
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 8px 36px 8px 8px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    transition: color 0.2s linear;
    cursor: pointer; }
    .panel .panel__label .details {
      float: right;
      font-weight: bold; }
    .panel .panel__label:focus {
      outline: none; }
    .panel .panel__label:after {
      content: '';
      position: absolute;
      right: 8px;
      top: 50%;
      width: 20px;
      height: 2px;
      background-color: #372717; }
    .panel .panel__label:before {
      content: '';
      position: absolute;
      right: 8px;
      top: 50%;
      width: 20px;
      height: 2px;
      background-color: #372717;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      transition: -webkit-transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
      transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .panel .panel__inner {
    overflow: hidden;
    will-change: max-height;
    transition: max-height 0.4s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .panel .panel__content {
    margin: 3px 8px;
    font-size: 14px;
    color: #333;
    opacity: 0;
    transition: opacity 0.3s linear 0.18s; }
    .panel .panel__content .container {
      padding: 8px; }

.panel[aria-expanded='true'] {
  border: 3px #414141 solid; }
  .panel[aria-expanded='true'] .panel__content {
    opacity: 1; }
  .panel[aria-expanded='true'] .panel__label {
    background-color: #414141;
    color: white; }
    .panel[aria-expanded='true'] .panel__label .details {
      display: none; }
    .panel[aria-expanded='true'] .panel__label:before {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .panel[aria-expanded='true'] .panel__label::after {
      background-color: #fff; }

/* mainly just used for style selector, option selector, and context menu popup */
/* this is the 'react' dropdown menu, not standard dropdowns */
/* I needed to the order form classes in here here to make the css selector more specific than the default .dropdown-menu from bootstrap so this would for sure override the default */
.structure-order-form .dropdown-menu {
  box-shadow: 0 0 8px 0 #b4b4b4;
  overflow-y: auto;
  max-height: 90vh;
  background-color: #eee;
  padding: 1px; }
  .structure-order-form .dropdown-menu button {
    border-bottom: 1px solid #ddd; }
    .structure-order-form .dropdown-menu button .discontinued {
      font-size: 0.9em;
      color: #f7a57c; }
  .structure-order-form .dropdown-menu img {
    width: 34px;
    height: 34px;
    margin: 0; }

.structure-spec-submit button {
  line-height: 1.1; }

/* this is the general type of dropdown for showing thumbnails in a dropdown. */
/* the thumb-dropdown class applies to the parent triggering button, not the actual popup for the dropdown. */
/* used for 'vis options' and 'model styles' for example */
.thumb-dropdown {
  border: 0;
  background-color: transparent;
  border-radius: 5px;
  margin: 8px 0;
  padding-bottom: 5px; }
  .thumb-dropdown img {
    width: 75px;
    height: 75px;
    margin: 0; }
  .thumb-dropdown .dropdown-menu img {
    width: 34px;
    height: 34px; }
  .thumb-dropdown .dropdown-menu .btn {
    padding: 1px 4px 1px 1px;
    margin: 0;
    vertical-align: top;
    width: 100%;
    height: 36px;
    white-space: normal;
    border-radius: 0;
    text-align: left;
    font-size: 12px; }
  .thumb-dropdown .dropdown-menu .btn-secondary:not(:disabled):not(.disabled).active {
    margin: 0; }
  .thumb-dropdown .btn {
    vertical-align: top;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 130px;
    display: block;
    white-space: normal;
    line-height: 17px;
    background-color: #fff; }
    .thumb-dropdown .btn:hover {
      background: #B9B9B9; }
  .thumb-dropdown .btn-group {
    margin: 3px;
    width: 100px;
    height: 130px;
    display: block;
    float: left;
    vertical-align: top; }
  .thumb-dropdown .icon-label {
    display: block;
    width: 100px; }
  .thumb-dropdown .label {
    font-weight: bold;
    margin: 0;
    padding: 3px;
    display: block;
    text-align: left;
    background-color: transparent; }

/** styling for the different color selector types, the color selector class is on the main form element so we need to select the .color-selector as well to be specific **/
.color-sel-style-grid_labeled .color-selector img {
  width: 75px;
  height: 75px; }

.color-sel-style-grid .color-selector .option-label {
  display: none; }
.color-sel-style-grid .color-selector img {
  width: 40px;
  height: 40px;
  margin: 1px 5px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 2px; }

.color-sel-style-list .color-selector .dropdown-menu {
  min-width: 14rem; }
  .color-sel-style-list .color-selector .dropdown-menu .btn {
    padding: 1px 4px 1px 1px;
    margin: 0;
    vertical-align: top;
    width: 100%;
    height: 38px;
    white-space: normal;
    border-radius: 0;
    text-align: left;
    font-size: 12px; }
    .color-sel-style-list .color-selector .dropdown-menu .btn:disabled {
      color: #777;
      background-color: #ddd; }
    .color-sel-style-list .color-selector .dropdown-menu .btn:hover {
      border-color: #545b62; }
.color-sel-style-list .color-selector .dropdown-toggle img {
  margin-right: 10px; }
.color-sel-style-list .color-selector .btn {
  background-color: #fff; }
  .color-sel-style-list .color-selector .btn:hover {
    background: #B9B9B9; }

.color-selector {
  border: 0;
  border-radius: 5px;
  padding-bottom: 5px;
  width: 100%; }
  .color-selector .label {
    font-weight: bold;
    margin: 0;
    padding: 3px;
    display: block;
    text-align: left;
    background-color: #ddd;
    float: left; }
  .color-selector .current-selection {
    font-weight: bold;
    background: #ddd;
    padding: 3px;
    color: #871721; }
  .color-selector .btn, .color-selector .button {
    width: 100%;
    text-align: left;
    border: 1px solid #cccccc;
    padding: 0.4rem .4rem; }
    .color-selector .btn img, .color-selector .button img {
      border-radius: 3px; }

.thumb-selector {
  border: 0;
  border-radius: 5px;
  margin: 8px 0;
  padding-bottom: 5px;
  background-color: #fff; }
  .thumb-selector .label {
    font-weight: bold;
    margin: 0;
    padding: 3px;
    display: block;
    text-align: left;
    background-color: #ddd;
    float: left; }
  .thumb-selector .current-selection {
    font-weight: bold;
    background: #ddd;
    padding: 3px;
    color: #871721; }
  .thumb-selector img {
    width: 40px;
    height: 40px;
    margin: 1px 5px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px; }

.browser-unsupported {
  border-radius: 8px;
  border: 1px solid #871721;
  background: #f7f7f7;
  max-width: 550px;
  margin: 10px auto 0 auto;
  text-align: center; }
  .browser-unsupported em {
    font-size: .8em;
    color: #999; }

.option-dropdown {
  display: block;
  max-width: 350px; }

.option-selector .vis-opt-button .icon-label .price {
  font-size: 0.7em; }

.sub-material-wrap .drop-arrow,
.sub-color-wrap .drop-arrow {
  display: block;
  clear: both;
  float: left;
  width: 20px; }
.sub-material-wrap .option-dropdown,
.sub-color-wrap .option-dropdown {
  max-width: 330px; }

.sub-material-wrap .option-dropdown {
  margin-left: 20px; }

.overall-height {
  font-weight: normal;
  font-style: italic; }

.modal-body {
  padding: 4px !important; }
  .modal-body .node-order-form .alert-wrapper {
    display: block;
    position: relative;
    padding: 2px; }
    .modal-body .node-order-form .alert-wrapper hr {
      margin: .5em 0 .5em 0; }
  .modal-body .node-order-form .field--widget-inline-entity-form-simple legend {
    display: none; }
  .modal-body .node-order-form #edit-field-customer-0 {
    padding: 0; }
  .modal-body .node-order-form .form-actions {
    text-align: right; }

#edit-field-customer-0-inline-entity-form-field-address-0-address {
  padding: 0; }

#edit-field-customer-0-inline-entity-form-field-address-0-address-container2 {
  padding: 0; }

#edit-field-address-0-address-country-code,
#edit-field-customer-0-inline-entity-form-field-address-0-address-country-code {
  padding: 0;
  display: none; }

.form-label img {
  border-radius: 65px; }

@media only screen and (max-width: 1100px) {
  .is_2d #display3d {
    width: 100%;
    float: none;
    margin-bottom: 2rem; }
  .is_2d #react-ui {
    width: 100%;
    float: none; } }
@media only screen and (max-width: 700px) {
  .structure-order-form {
    margin: 0; }
    .structure-order-form #mobile-menu {
      display: block;
      z-index: 100;
      position: fixed;
      bottom: 0;
      left: 0;
      background-color: #414141;
      width: 100%;
      color: #fff;
      border-top: 1px solid #6c757d;
      cursor: pointer; }
      .structure-order-form #mobile-menu img {
        max-width: 50px; }

  #nav-menu {
    display: none; }

  #view-renderer {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: center;
    border-right: 1px solid #6c757d; }

  #config-structure {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px; }

  #display3d {
    width: 100%;
    float: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    min-height: 80vh;
    max-height: 100%; }

  #react-ui {
    display: none;
    width: 100% !important;
    float: none;
    padding-left: 15px;
    padding-right: 15px; }

  .navbar-brand img {
    max-width: 120px; }

  #block-carlisle-default-content {
    padding: 0; }
    #block-carlisle-default-content div.content form:first-child {
      margin-top: 0; }

  main#content {
    padding: 0; }

  #block-logoblockcompanydealer,
  #block-views-block-company-logo-block-1 {
    margin: 0 auto; }

  body {
    height: 100%; }

  html {
    height: 100%; }

  .container-fluid {
    height: 100%; }

  main {
    max-height: 100%;
    overflow-y: auto; } }

/*# sourceMappingURL=order_form.css.map */
