@charset "UTF-8";
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

#edit_container {
  width: 960px;
  padding: 0;
  margin-bottom: 20px; }

#left_pane {
  float: left;
  width: 390px;
  background-color: #F7F3ED;
  color: #444;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #E2DBD0 #EDE7DE #F4EFE8;
  -moz-box-shadow: 0 1px 1px rgba(185, 171, 149, 0.5) inset;
  -webkit-box-shadow: 0 1px 1px rgba(185, 171, 149, 0.5) inset;
  box-shadow: 0 1px 1px rgba(185, 171, 149, 0.5) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  position: relative; }
  #left_pane .section {
    padding: 0px 20px; }
  #left_pane #left_pane_subpanes_select #subpane_select_links {
    border-bottom: 2px solid #d8c4a6; }
  #left_pane #left_pane_subpanes_select a {
    cursor: pointer;
    color: #d8c4a6;
    padding: 5px 6px 3px 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-right: 10px;
    font-size: 16pt;
    text-decoration: none; }
  #left_pane #left_pane_subpanes_select a.active {
    background-color: #d8c4a6;
    color: black; }
  #left_pane .subpane {
    padding-top: 0.5em; }
  #left_pane #address_form, #left_pane #extras_address_form {
    margin-bottom: 10px; }
  #left_pane #map_container {
    width: 350px;
    height: 200px;
    position: relative; }
    #left_pane #map_container #marker_edit {
      display: none; }
      #left_pane #map_container #marker_edit #marker_edit_map_shield {
        position: absolute;
        left: 0;
        top: 0;
        width: 400px;
        height: 400px;
        color: transparent; }
      #left_pane #map_container #marker_edit .triangle {
        position: absolute;
        top: 163px;
        left: 173px;
        height: 40px;
        width: 40px;
        background: white;
        border-right: 2px solid #cfb570;
        border-bottom: 2px solid #cfb570;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Safari and Chrome */ }
      #left_pane #map_container #marker_edit #triangle_under {
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); }
      #left_pane #map_container #marker_edit .editwindow {
        position: absolute;
        top: 35px;
        left: 43px;
        width: 294px;
        height: 132px;
        padding: 7px; }
      #left_pane #map_container #marker_edit #editwindow_bg {
        background: white;
        border: 2px solid #cfb570;
        border-radius: 4px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
      #left_pane #map_container #marker_edit #editwindow_fg #marker_leftpane {
        width: 125px; }
        #left_pane #map_container #marker_edit #editwindow_fg #marker_leftpane #marker_swatch {
          height: 75px;
          cursor: pointer; }
        #left_pane #map_container #marker_edit #editwindow_fg #marker_leftpane #marker_size input {
          margin: 0; }
      #left_pane #map_container #marker_edit #editwindow_fg #marker_thumbnail_options {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 140px;
        width: 162px;
        float: right; }
        #left_pane #map_container #marker_edit #editwindow_fg #marker_thumbnail_options .marker-icon-option {
          background: white;
          width: 20px;
          height: 20px;
          float: left;
          margin-right: 3px;
          margin-bottom: 3px; }
          #left_pane #map_container #marker_edit #editwindow_fg #marker_thumbnail_options .marker-icon-option.hover {
            background: #d7c187; }
          #left_pane #map_container #marker_edit #editwindow_fg #marker_thumbnail_options .marker-icon-option.selected, #left_pane #map_container #marker_edit #editwindow_fg #marker_thumbnail_options .marker-icon-option.selected.hover {
            background: #cfb570; }
    #left_pane #map_container #map_frame {
      position: relative; }
      #left_pane #map_container #map_frame #map_canvas {
        width: 350px;
        height: 200px; }
      #left_pane #map_container #map_frame #map_shield {
        top: 0;
        left: 0;
        position: absolute; }
      #left_pane #map_container #map_frame .map_shield {
        background: rgba(247, 243, 237, 0.7);
        position: absolute;
        pointer-events: none; }
      #left_pane #map_container #map_frame #map_shield_left {
        top: 0;
        left: 0; }
      #left_pane #map_container #map_frame #map_shield_right {
        top: 0;
        right: 0; }
      #left_pane #map_container #map_frame #map_shield_top {
        top: 0;
        left: 0; }
      #left_pane #map_container #map_frame #map_shield_bottom {
        top: 0;
        left: 0; }
      #left_pane #map_container #map_frame #map_shield_all {
        top: 0;
        left: 0; }
      #left_pane #map_container #map_frame #map_rulers {
        position: absolute;
        top: 0;
        left: 0; }
      #left_pane #map_container #map_frame .map_ruler {
        position: absolute;
        background-color: #bbb; }
      #left_pane #map_container #map_frame .map_ruler_v {
        width: 3px;
        cursor: ew-resize; }
      #left_pane #map_container #map_frame .map_ruler_h {
        height: 3px;
        width: 350px;
        cursor: ns-resize; }
      #left_pane #map_container #map_frame #map_panel_edges {
        position: absolute;
        top: 0;
        left: 0; }
      #left_pane #map_container #map_frame .map_panel_edge {
        position: absolute;
        background: #bbb;
        pointer-events: none; }
      #left_pane #map_container #map_frame .map_panel_edge_v {
        width: 2px; }
      #left_pane #map_container #map_frame .map_panel_edge_h {
        height: 2px; }
    #left_pane #map_container #map_notice {
      display: none;
      position: relative;
      bottom: 60px;
      width: 300px;
      background: rgba(0, 0, 0, 0.7);
      padding: 3px;
      box-sizing: border-box;
      margin: 10px 20px;
      color: white;
      border-radius: 10px;
      text-align: center; }
  #left_pane #size_simple {
    padding-top: 5px; }
    #left_pane #size_simple .size_options {
      padding-left: 5px;
      overflow: hidden;
      position: relative; }
      #left_pane #size_simple .size_options .size_group_set {
        float: left;
        display: block; }
        #left_pane #size_simple .size_options .size_group_set .group_title {
          width: 100%;
          text-align: center; }
        #left_pane #size_simple .size_options .size_group_set.selected {
          box-shadow: inset 2px 2px 2px 2px black; }
        #left_pane #size_simple .size_options .size_group_set .size_group {
          float: left;
          padding: 0;
          margin: 0;
          font-size: 14px;
          text-align: center;
          display: block;
          padding-top: 50px;
          position: relative; }
          #left_pane #size_simple .size_options .size_group_set .size_group .size_option {
            width: 16px;
            height: 16px;
            position: absolute;
            background-color: #D6D0C9;
            left: 50%;
            margin-left: -8px;
            top: 24%;
            margin-left: 0;
            cursor: pointer; }
          #left_pane #size_simple .size_options .size_group_set .size_group .size_option.hover, #left_pane #size_simple .size_options .size_group_set .size_group.hover .size_option {
            background-color: #B9AB95;
            color: #7c6c52; }
          #left_pane #size_simple .size_options .size_group_set .size_group .size_option.active, #left_pane #size_simple .size_options .size_group_set .size_group.active .size_option {
            background-color: #B65765;
            color: #632b33; }
          #left_pane #size_simple .size_options .size_group_set .size_group .size_title {
            position: absolute;
            top: 18px;
            text-shadow: 0px 0px 4px #F7F3ED;
            pointer-events: none; }
          #left_pane #size_simple .size_options .size_group_set .size_group .price_title {
            color: #777777; }
          #left_pane #size_simple .size_options .size_group_set .size_group .size_flag {
            background: #8FD97C;
            color: white;
            padding: 2px 4px 0px 3px;
            font-size: 9pt;
            line-height: 9pt;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 4px; }
        #left_pane #size_simple .size_options .size_group_set .size-iphone {
          width: 65px; }
        #left_pane #size_simple .size_options .size_group_set .size-iphone .iphone4 {
          left: -6px;
          top: 15px;
          width: 14px;
          height: 21px;
          border-radius: 3px;
          line-height: 21px;
          color: #9f9181; }
        #left_pane #size_simple .size_options .size_group_set .size-iphone .iphone5 {
          left: 12px;
          top: 12px;
          width: 14px;
          height: 28px;
          border-radius: 3px;
          line-height: 28px;
          color: #9f9181; }
        #left_pane #size_simple .size_options .size_group_set .size-iphone .iphone6 {
          left: 29px;
          top: 11px;
          width: 14px;
          height: 30px;
          border-radius: 3px;
          line-height: 30px;
          color: #9f9181; }
        #left_pane #size_simple .size_options .size_group_set .size-iphone .iphone6p {
          left: 46px;
          top: 10px;
          width: 18px;
          height: 32px;
          border-radius: 3px;
          line-height: 32px;
          color: #9f9181; }
        #left_pane #size_simple .size_options .size_group_set .size-coasters {
          width: 70px; }
        #left_pane #size_simple .size_options .size_group_set .size-coasters .coaster {
          width: 13px;
          height: 13px; }
        #left_pane #size_simple .size_options .size_group_set .size-coasters .coaster1 {
          left: 18px;
          top: 3px; }
        #left_pane #size_simple .size_options .size_group_set .size-coasters .coaster2 {
          left: 34px;
          top: 3px; }
        #left_pane #size_simple .size_options .size_group_set .size-coasters .coaster3 {
          left: 18px;
          top: 19px; }
        #left_pane #size_simple .size_options .size_group_set .size-coasters .coaster4 {
          left: 34px;
          top: 19px; }
        #left_pane #size_simple .size_options .size_group_set .size-coasters .coaster5 {
          left: 18px;
          top: 35px; }
        #left_pane #size_simple .size_options .size_group_set .size-coasters .coaster6 {
          left: 34px;
          top: 35px; }
        #left_pane #size_simple .size_options .size_group_set .size-wallart .size_option {
          border: 2px solid #F7F3ED; }
        #left_pane #size_simple .size_options .size_group_set .size-5x7 {
          width: 41px;
          left: 4px; }
        #left_pane #size_simple .size_options .size_group_set .size-5x7 .size_option {
          left: 10px; }
        #left_pane #size_simple .size_options .size_group_set .size-6x6 {
          width: 41px;
          left: 4px; }
        #left_pane #size_simple .size_options .size_group_set .size-6x6 .size_option {
          left: 10px; }
        #left_pane #size_simple .size_options .size_group_set .size-8x8 {
          width: 51px;
          left: 4px; }
        #left_pane #size_simple .size_options .size_group_set .size-8x8 .size_option {
          left: 14px; }
        #left_pane #size_simple .size_options .size_group_set .size-9x16 {
          width: 63px; }
        #left_pane #size_simple .size_options .size_group_set .size-9x16 .v {
          width: 18px;
          height: 32px;
          left: 15px;
          top: 9px; }
        #left_pane #size_simple .size_options .size_group_set .size-9x16 .h {
          width: 32px;
          height: 18px;
          left: 12px;
          top: 16px; }
        #left_pane #size_simple .size_options .size_group_set .size-16x20 {
          width: 75px; }
        #left_pane #size_simple .size_options .size_group_set .size-16x20 .v {
          width: 32px;
          height: 40px;
          left: 11px;
          top: 5px; }
        #left_pane #size_simple .size_options .size_group_set .size-16x20 .h {
          width: 40px;
          height: 32px;
          left: 17px;
          top: 9px; }
        #left_pane #size_simple .size_options .size_group_set .size-18x30 {
          width: 71px; }
        #left_pane #size_simple .size_options .size_group_set .size-18x30 .v {
          width: 25px;
          height: 40px;
          left: 9px;
          top: 5px; }
        #left_pane #size_simple .size_options .size_group_set .size-18x30 .h {
          width: 40px;
          height: 25px;
          left: 14px;
          top: 12px; }
  #left_pane #panels_show_option {
    text-align: center;
    display: block; }
    #left_pane #panels_show_option a#panels_show_link {
      text-decoration: none; }
  #left_pane #panels_panel {
    background: #e7dbca;
    padding: 3px; }
  #left_pane #grabbag_section {
    display: none; }
    #left_pane #grabbag_section div {
      background: #B65765;
      border-radius: 5px;
      color: white;
      text-align: center;
      padding-top: 2px; }
  #left_pane #orientation_section {
    text-align: center; }
    #left_pane #orientation_section label {
      cursor: pointer; }
  #left_pane #border_grabbag_warning {
    display: none;
    font-style: italic; }
  #left_pane #palettes_and_materials {
    margin-top: 15px;
    overflow: hidden; }
  #left_pane #palettes {
    float: left;
    width: 180px;
    margin-bottom: 10px; }
    #left_pane #palettes .palette {
      float: left;
      padding: 3px;
      margin: 0;
      cursor: pointer;
      opacity: 0.5; }
      #left_pane #palettes .palette.active {
        opacity: 1;
        background: #D6D0C9; }
      #left_pane #palettes .palette.hover {
        opacity: 1; }
      #left_pane #palettes .palette .palette_swatch {
        width: 50px;
        height: 50px;
        position: relative; }
      #left_pane #palettes .palette .palette_swatch > div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        border-radius: 2px;
        height: 50px; }
  #left_pane #materials {
    float: left;
    width: 170px; }
    #left_pane #materials #swatches {
      overflow: hidden;
      height: 170px; }
      #left_pane #materials #swatches .material_swatch {
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
        position: relative;
        height: 80px;
        width: 80px; }
        #left_pane #materials #swatches .material_swatch img {
          cursor: pointer;
          height: 80px;
          width: 80px;
          border-radius: 4px; }
        #left_pane #materials #swatches .material_swatch.not_allowed .layername {
          color: red;
          font-weight: bold; }
        #left_pane #materials #swatches .material_swatch.staff_only .layername:before {
          color: orange;
          font-weight: bold; }
          #left_pane #materials #swatches .material_swatch.staff_only .layername:before:before {
            content: "• "; }
        #left_pane #materials #swatches .material_swatch.unavailable .layername:before {
          color: red;
          font-weight: bold; }
          #left_pane #materials #swatches .material_swatch.unavailable .layername:before:before {
            content: "• "; }
        #left_pane #materials #swatches .material_swatch .layername {
          position: absolute;
          left: 0;
          top: 0;
          padding: 4px;
          padding-bottom: 2px;
          font-size: 12pt;
          line-height: 13pt;
          background: rgba(0, 0, 0, 0.3);
          color: white;
          border-bottom-right-radius: 4px;
          border-top-left-radius: 4px; }
    #left_pane #materials #material_options {
      height: 24px;
      line-height: 24px; }
      #left_pane #materials #material_options #shuffle_btn {
        position: relative;
        top: 4px; }
  #left_pane .show_advanced {
    text-align: center; }
  #left_pane .advanced {
    background: #e7dbca; }
  #left_pane .separator {
    height: 10px; }
  #left_pane a.advanced_panel {
    color: #666;
    text-decoration: none; }
  #left_pane #extras_map_container {
    width: 350px;
    height: 350px; }
    #left_pane #extras_map_container #extras_map_frame {
      position: relative; }
    #left_pane #extras_map_container #extras_map_canvas {
      width: 350px;
      height: 350px; }

.material_catalog {
  overflow: auto;
  width: 680px;
  color: black; }
  .material_catalog h2.title {
    margin: 0; }
  .material_catalog ul.materials {
    float: left;
    height: 520px;
    width: 650px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 10px; }
    .material_catalog ul.materials li {
      float: left;
      width: 150px;
      height: 90px;
      padding: 3px;
      overflow: hidden;
      display: block;
      margin-bottom: 5px;
      margin-left: 5px;
      cursor: pointer;
      position: relative; }
      .material_catalog ul.materials li .material_description {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 125px;
        background: rgba(255, 255, 255, 0.5);
        padding: 2px 4px; }
        .material_catalog ul.materials li .material_description .material_class {
          color: #333;
          text-transform: uppercase;
          font-size: 8pt;
          line-height: 8pt; }
      .material_catalog ul.materials li .sustainability {
        position: absolute;
        top: 0;
        right: 0;
        height: 14px;
        width: 14px; }
        .material_catalog ul.materials li .sustainability.nodata {
          background: gray; }
        .material_catalog ul.materials li .sustainability.green {
          background: #9FCC47; }
        .material_catalog ul.materials li .sustainability.yellow {
          background: #CCBF3C; }
        .material_catalog ul.materials li .sustainability.red {
          background: #CC6F1A; }
      .material_catalog ul.materials li .selected_mark {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1em;
        width: 1em;
        font-size: 20pt;
        padding-left: 2px;
        border-top-left-radius: 5px;
        background: white;
        color: black;
        display: none; }
      .material_catalog ul.materials li.present .selected_mark {
        display: block;
        opacity: 0.5; }
      .material_catalog ul.materials li.active .selected_mark {
        display: block;
        opacity: 1; }
      .material_catalog ul.materials li.hover .material_description, .material_catalog ul.materials li.active.hover .material_description, .material_catalog ul.materials li.present.hover .material_description {
        background: rgba(255, 255, 255, 0.8); }
      .material_catalog ul.materials li.material_staff_only .material_description {
        color: orange; }

#right_pane {
  float: left;
  margin-left: 50px;
  position: relative;
  width: 500px;
  margin-bottom: 50px;
  text-align: center; }
  #right_pane #social_media {
    margin: 0; }
  #right_pane #buttons_container {
    /* width: 150px; */
    float: right;
    margin-bottom: 20px; }
  #right_pane #main_order_btn, #right_pane #contest_form {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-top: 10px; }
    #right_pane #main_order_btn button, #right_pane #main_order_btn input[type='submit'], #right_pane #contest_form button, #right_pane #contest_form input[type='submit'] {
      font-weight: bold; }
  #right_pane #status_preview {
    text-align: left; }
    #right_pane #status_preview #superlative_description {
      margin-top: 1em; }
    #right_pane #status_preview .preview_tag {
      margin-top: 10px; }
      #right_pane #status_preview .preview_tag .tag_item .cat {
        width: 100px; }
    #right_pane #status_preview #edit_status_footer #edit_status_purchase {
      margin-bottom: 10px; }
      #right_pane #status_preview #edit_status_footer #edit_status_purchase p {
        margin-top: 0.75em; }
  #right_pane #share_form {
    padding-top: 10px; }
  #right_pane #status_changed {
    position: absolute;
    top: 100px;
    left: 75px;
    text-align: center;
    padding: 10px;
    width: 350px;
    margin: auto;
    background: #F7F3ED;
    border: 3px solid #d8c4a6; }
    #right_pane #status_changed h2, #right_pane #status_changed h3 {
      margin: 0;
      padding: 0; }

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