.draggable {
  cursor: move; }

.component {
  position: relative;
  float: left; }
  .component > img {
    display: block; }
  .component .controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6); }
    .component .controls > img {
      float: right;
      width: 20px;
      height: 20px;
      cursor: pointer; }

#visual-editor {
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: -512px;
  width: 1024px;
  padding: 10px;
  background-color: #fff8e4;
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.5); }
  #visual-editor .module {
    background-color: white;
    margin: 5px;
    box-sizing: border-box;
    border: 1px solid #84705c;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25) inset;
    padding: 20px; }
  #visual-editor #sandbox {
    overflow-x: auto; }
  #visual-editor #blueprint {
    float: left;
    position: relative;
    width: 622.8801px;
    font-family: 'Coming Soon', sans-serif;
    color: #374b5f; }
    #visual-editor #blueprint #barn-outline {
      position: relative;
      border: 2px solid #374b5f;
      height: 361px; }
      #visual-editor #blueprint #barn-outline .dimensions {
        position: absolute;
        width: 100px;
        height: 20px;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: -10px;
        text-align: center; }
  #visual-editor #components {
    float: left;
    width: 381.1199px;
    overflow-y: auto; }

body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

header {
  background-color: #637021;
  font-family: "Lato", sans-serif;
  color: #feb;
  position: relative;
  padding-right: 300px; }
  header h1 {
    font-weight: 300;
    margin-left: 1rem; }
  header .actions {
    position: absolute;
    top: 0;
    right: 325px; }
    header .actions .button {
      background-color: rgba(0, 0, 0, 0.4);
      padding: 0.5em 1em;
      font-size: 1em;
      font-weight: 300;
      box-sizing: border-box;
      display: inline-block;
      transition: background-color 0.25s;
      color: inherit;
      text-decoration: none; }
      header .actions .button:hover {
        background-color: rgba(0, 0, 0, 0.6); }
  header nav {
    background-color: rgba(0, 0, 0, 0.5); }
    header nav ul {
      list-style-type: none;
      padding: 0; }
      header nav ul li {
        display: inline-block;
        padding: 1em 0 1em 1em;
        cursor: pointer;
        transition: color 0.25s; }
        header nav ul li:hover {
          color: #fed; }
        header nav ul li.active {
          color: white; }

aside {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #eee;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  width: 300px;
  padding: 2em 1rem;
  box-sizing: border-box; }
  aside h1 {
    margin: 0; }
  aside h2 {
    font-weight: 300; }
    aside h2.customer {
      font-size: 1.3em;
      margin: 0; }
    aside h2.barn-type {
      font-size: 1.4em;
      margin-bottom: 0; }
  aside h3 {
    margin-top: 0;
    font-weight: 300;
    font-size: 1em; }
  aside h4 {
    font-weight: 300;
    margin: 0.5em 0 0.25em; }
  aside h5 {
    font-weight: normal;
    font-style: italic;
    color: #839C00;
    margin: 0.75em 0 0 0; }
  aside button.visual-editor {
    font-size: 1em;
    margin: 0 auto;
    display: block;
    padding: 0.4em 0.8em; }
  aside #options {
    overflow-y: auto;
    height: calc(100% - 300px); }
  aside .option {
    display: table;
    table-layout: fixed;
    margin-bottom: 0.25em; }
    aside .option > span {
      display: table-cell; }
    aside .option .quantity {
      width: 35px; }
      aside .option .quantity:after {
        content: ' \2013 '; }
    aside .option .name {
      width: 160px; }
      aside .option .name:after {
        border-bottom: 1px dotted black;
        width: 100%;
        position: absolute; }
  aside .totals {
    position: absolute;
    bottom: 0;
    margin-bottom: 2em;
    margin-left: -1rem;
    width: 100%; }
    aside .totals h2 {
      font-weight: normal;
      font-size: 1.2em;
      padding-left: 1rem;
      background-color: rgba(0, 0, 0, 0.05);
      margin: 0;
      padding: 0.3em 1rem 0.1em 1rem;
      color: #444; }
    aside .totals > span {
      display: block;
      padding: 0.2em 0;
      padding-left: 1rem; }
      aside .totals > span:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.05); }
    aside .totals .price {
      padding-left: 0.25em; }
    aside .totals .total {
      background-color: #fc0 !important; }

.radio-option label, .checkbox-option label {
  cursor: pointer;
  position: relative;
  padding: 0 10px 5px 25px;
  display: inline-block; }
  .radio-option label.price, .radio-option label.quantity, .checkbox-option label.price, .checkbox-option label.quantity {
    padding: 0;
    margin: 0; }
    .radio-option label.price:before, .radio-option label.quantity:before, .checkbox-option label.price:before, .checkbox-option label.quantity:before {
      width: 0; }
  .radio-option label:before, .checkbox-option label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgba(200, 180, 160, 0.3);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.4) inset;
    color: black;
    position: absolute;
    left: 5px;
    top: 3px; }
  .radio-option label:hover, .checkbox-option label:hover {
    background-color: rgba(200, 180, 160, 0.1); }

.radio-option label:before {
  border-radius: 50%; }

.checkbox-option label:before {
  border-radius: 2px; }

input[type=radio], input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:checked + label {
  background-color: rgba(200, 180, 160, 0.2);
  box-shadow: rgba(200, 180, 160, 0.2) 0 0 0 1px inset; }

input[type=radio]:checked + label:before {
  content: "\2022";
  text-align: center;
  font-size: 32px;
  line-height: 17px; }

input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold; }

input[type=text], input[type=number] {
  background-color: rgba(200, 180, 160, 0.2);
  border: 1px solid rgba(200, 180, 160, 0.2);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.4) inset;
  padding: 0.25em 0.5em;
  font-weight: bold;
  font-size: 0.9em; }

input[type=number] {
  width: 60px;
  margin-bottom: 0.5em; }

form#main {
  padding: 0 1em;
  box-sizing: border-box;
  margin-right: 300px; }
  form#main .unit, form#main label.price, form#main label.quantity {
    display: inline-block;
    color: gray;
    font-size: 0.9em;
    margin-left: 0.4em; }
  form#main h1 {
    font-size: 2.75em;
    float: left; }
  form#main h2 {
    font-weight: normal;
    font-size: 2.25em;
    color: #666; }
  form#main h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em; }
    .checkbox-option + form#main h3 {
      margin-top: 1em; }
  form#main select {
    margin-bottom: 1em; }
  form#main section {
    margin: 1em;
    clear: both;
    overflow: hidden; }
    form#main section.center-floated-children {
      text-align: center; }
      form#main section.center-floated-children .col {
        float: none;
        display: inline-block;
        text-align: left; }
    form#main section#dimensions select {
      font-size: 1.4em; }
    form#main section#dimensions .options {
      text-align: center;
      margin-bottom: 2em; }
      form#main section#dimensions .options .barn-styles {
        overflow: hidden;
        margin-bottom: 1.5em; }
        form#main section#dimensions .options .barn-styles .radio-option {
          display: inline-block; }
          form#main section#dimensions .options .barn-styles .radio-option label {
            padding: 0.5em; }
            form#main section#dimensions .options .barn-styles .radio-option label:before {
              content: initial; }
    form#main section .col {
      float: left;
      margin: 0 0.5em 1em; }
      form#main section .col.wide {
        margin: 0 2em 3em; }
  form#main button.next {
    border: 0;
    color: white;
    outline: none;
    background-color: #4a5e22;
    font-size: 1.5em;
    font-family: inherit;
    cursor: pointer;
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0.25em 0.5em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    form#main button.next:after {
      content: '';
      margin: -0.25em 0.5em;
      border-width: 20px;
      border-style: solid;
      border-color: transparent transparent transparent #4a5e22;
      position: absolute;
      -webkit-transition: border-color 0.2s;
      transition: border-color 0.2s; }
    form#main button.next:hover {
      background-color: #283c00; }
      form#main button.next:hover:after {
        border-color: transparent transparent transparent #283c00; }
    form#main button.next.disabled {
      background-color: rgba(200, 180, 160, 0.25) !important;
      cursor: default; }
      form#main button.next.disabled:after {
        border-color: transparent transparent transparent rgba(200, 180, 160, 0.25) !important; }
    form#main button.next .spinner {
      vertical-align: text-bottom;
      width: 0;
      transition: all 0.2s;
      -webkit-transition: all 0.2s; }
      form#main button.next .spinner.active {
        width: initial; }
  form#main .horizontal-group {
    margin: 1em 1em 0;
    display: inline-block; }
    form#main .horizontal-group > * {
      float: left; }
  form#main .text-option .button {
    width: 24px;
    height: 24px;
    cursor: pointer; }
    form#main .text-option .button.add {
      display: block;
      margin-top: 0.5em; }
    form#main .text-option .button.delete {
      display: inline;
      vertical-align: sub; }
  form#main .incrementor {
    display: inline-block;
    margin: 0.5em;
    color: gray; }
    form#main .incrementor img {
      width: 18px;
      height: 18px;
      vertical-align: text-bottom;
      cursor: pointer; }
    form#main .incrementor .value {
      font-weight: bold;
      color: gray;
      font-size: 1.2em;
      margin: 0 0.1em;
      cursor: default; }

table.celled {
  border-collapse: collapse; }
  table.celled td {
    border: 1px solid rgba(200, 180, 160, 0.2);
    padding: 0.1em 0.5em; }
    table.celled td.accent-background {
      background-color: rgba(200, 180, 160, 0.2); }

.barn-diagrams {
  float: left; }
  .barn-diagrams .barn-diagram {
    position: relative;
    -webkit-transition: width 0.2s, height 0.2s;
    transition: width 0.2s, height 0.2s;
    background-color: rgba(200, 180, 160, 0.2);
    box-shadow: rgba(200, 180, 160, 0.2) 0 0 0 1px inset; }
    .barn-diagrams .barn-diagram .dimension {
      width: 80px;
      height: 20px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -40px;
      margin-top: -10px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.8em;
      text-align: center;
      font-weight: bold; }
  .barn-diagrams .top {
    width: 80px;
    height: 80px; }

.annotation {
  display: block;
  color: gray;
  font-size: 0.7em;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

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