@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#temp_fullscreen {
  padding: 2px 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #444;
  background-color: #ddd;
  height: 29px;
  position: relative;
  top: -1px;
  text-transform: none; }

#sg_tool_container {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Open Sans';
  background: #1A1A1A;
  color: #BABABA; }
  #sg_tool_container div {
    box-sizing: border-box; }
  #sg_tool_container p {
    margin-bottom: 5px; }
  #sg_tool_container h2 {
    color: #BABABA;
    text-transform: uppercase;
    font-size: 1.6rem; }
  #sg_tool_container h4 {
    color: #BABABA; }
  #sg_tool_container input[type="radio"], #sg_tool_container input[type="checkbox"] {
    display: none; }
  #sg_tool_container input + label {
    padding-left: 2.625rem;
    cursor: pointer;
    background-size: 24px;
    background: transparent no-repeat .625rem center;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #sg_tool_container input + label:hover {
      color: #ffffff; }
  #sg_tool_container input[type="checkbox"] + label {
    background-image: url("../images/VeneerDesigner/checkbox-off.svg"); }
  #sg_tool_container input[type="checkbox"]:checked + label {
    background-image: url("../images/VeneerDesigner/checkbox-on.svg");
    color: #ffffff; }
  #sg_tool_container input[type="radio"] + label {
    background-image: url("../images/VeneerDesigner/radio-button-off.svg"); }
  #sg_tool_container input[type="radio"]:checked + label {
    background-image: url("../images/VeneerDesigner/radio-button-on.svg");
    color: #ffffff; }
  #sg_tool_container .dropdownContainer:hover .dropdownHeader {
    color: #FFFFFF; }
  #sg_tool_container .dropdownContainer:hover > .dropdown {
    display: block; }
  #sg_tool_container .dropdownContainer .dropdownHeader {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding: 1rem; }
  #sg_tool_container .dropdownContainer .dropdown {
    display: none;
    position: absolute;
    background: #000000;
    padding: 1rem;
    z-index: 222; }
    #sg_tool_container .dropdownContainer .dropdown li {
      margin: 0 0 0.5rem 0; }
      #sg_tool_container .dropdownContainer .dropdown li:last-child {
        margin: 0; }
    #sg_tool_container .dropdownContainer .dropdown li, #sg_tool_container .dropdownContainer .dropdown li a {
      color: #BABABA;
      cursor: pointer;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      #sg_tool_container .dropdownContainer .dropdown li:hover, #sg_tool_container .dropdownContainer .dropdown li a:hover {
        color: #FFFFFF; }
  #sg_tool_container .sg_boxList li label {
    display: block;
    background-color: #222222;
    padding: 0.625em 0.625em 0.625em 2.625rem;
    background-size: 24px; }
    #sg_tool_container .sg_boxList li label:hover {
      background-color: #323232; }
  #sg_tool_container .sg_tool_top .button,
  #sg_tool_container .sg_tool_top button,
  #sg_tool_container .sg_tool_center .button,
  #sg_tool_container .sg_tool_center button {
    padding: 0.5em;
    background: #222222;
    color: #BABABA;
    cursor: pointer;
    outline: none;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
    border: 1px solid #BABABA;
    width: 100%;
    height: 4.0625em;
    text-align: left;
    display: block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em; }
    #sg_tool_container .sg_tool_top .button:hover,
    #sg_tool_container .sg_tool_top button:hover,
    #sg_tool_container .sg_tool_center .button:hover,
    #sg_tool_container .sg_tool_center button:hover {
      color: #ffffff;
      background: #323232; }
  #sg_tool_container .sg_tool_top .button,
  #sg_tool_container .sg_tool_center .button {
    line-height: 3em;
    text-transform: none; }
  #sg_tool_container .sg_tool_top button.imageButton,
  #sg_tool_container .sg_tool_center button.imageButton {
    padding: 0.5em 0.5em 0.5em 4.0625em; }
    #sg_tool_container .sg_tool_top button.imageButton img,
    #sg_tool_container .sg_tool_center button.imageButton img {
      height: 3.0625em;
      width: 3.0625em;
      position: absolute;
      top: 0.5em;
      left: 0.5em; }
  #sg_tool_container .sg_tool_leftside, #sg_tool_container .sg_tool_rightside {
    float: left;
    overflow: hidden; }
  #sg_tool_container .sg_tool_leftside {
    width: 10%;
    padding-right: 8px; }
  #sg_tool_container .sg_tool_rightside {
    width: 90%;
    padding-left: 1%; }
  #sg_tool_container .sg_tool_top {
    background: #000000;
    height: 62px; }
    #sg_tool_container .sg_tool_top .sg_tool_logo {
      text-align: center; }
      #sg_tool_container .sg_tool_top .sg_tool_logo > img {
        padding: .6875rem 0 0;
        width: 128px;
        position: static;
        transition: none; }
        #sg_tool_container .sg_tool_top .sg_tool_logo > img.sg {
          padding: 4px 0 0 0;
          width: 80px; }
    #sg_tool_container .sg_tool_top .sg_tool_nav {
      float: right; }
      #sg_tool_container .sg_tool_top .sg_tool_nav a {
        text-transform: uppercase;
        padding: 0.8em 4em;
        font-size: 1.5em;
        border-left: 1px solid #2E2E2E;
        color: #BABABA;
        display: block;
        float: left;
        cursor: pointer;
        transition: all 0.2s ease;
        background-repeat: no-repeat; }
        #sg_tool_container .sg_tool_top .sg_tool_nav a:hover {
          color: #ffffff; }
      #sg_tool_container .sg_tool_top .sg_tool_nav #nav_close {
        background-image: url("../images/VeneerDesigner/close.svg");
        background-position: 0 0; }
  #sg_tool_container .sg_tool_center {
    padding: 0 3% 0 0;
    overflow: hidden; }
    #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar {
      background: #1A1A1A;
      box-shadow: 0px 7px 7px 3px #000000; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolname {
        text-align: center;
        padding: 4rem 0rem;
        margin-right: 6px;
        font-size: 1.5rem;
        text-transform: uppercase; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar > div {
        border-bottom: 1px solid #323232; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolboxselect {
        text-transform: uppercase;
        cursor: pointer;
        padding: 2rem 2rem 2rem 2rem;
        text-align: center;
        text-transform: uppercase;
        border-right: 0.4rem solid transparent;
        color: #BABABA;
        -webkit-transition: color 0.3s, border-color 0.3s;
        -moz-transition: color 0.3s, border-color 0.3s;
        transition: color 0.3s, border-color 0.3s; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolboxselect:hover {
          color: #ffffff; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolboxselect img {
          margin-bottom: -40px; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolboxselect.selected {
          color: #ffffff;
          border-right-color: #323232; }
    #sg_tool_container .sg_tool_center .sg_tool_additional_actions {
      padding: 1rem 2rem 2rem 0;
      overflow: hidden; }
      #sg_tool_container .sg_tool_center .sg_tool_additional_actions div {
        float: left; }
      #sg_tool_container .sg_tool_center .sg_tool_additional_actions .sg_tool_project_name {
        width: 60%; }
        #sg_tool_container .sg_tool_center .sg_tool_additional_actions .sg_tool_project_name span {
          font-size: 3rem;
          line-height: 4rem;
          border-bottom: 1px solid #BABABA;
          text-transform: uppercase;
          display: block; }
      #sg_tool_container .sg_tool_center .sg_tool_additional_actions .sg_tool_customer_select, #sg_tool_container .sg_tool_center .sg_tool_additional_actions .sg_tool_export_select {
        width: 15%;
        margin-left: 5%;
        float: right; }
      #sg_tool_container .sg_tool_center .sg_tool_additional_actions .button {
        display: inline-block;
        height: 65px;
        width: auto;
        float: right; }
    #sg_tool_container .sg_tool_center .sg_tool_toolboxes {
      float: left;
      width: 20%;
      margin-right: 1%; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_tool_toolbox {
        display: none; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_tool_toolbox:first-child {
          display: block; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_tool_toolbox > div {
          padding-bottom: 1.5em; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_tool_toolbox .cutButton {
          margin-top: 1rem; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneer_modifiers {
        max-width: 185px; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneer_modifiers div {
          overflow: hidden;
          margin-bottom: 10px;
          cursor: pointer; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneer_modifiers div img {
            width: 60px;
            float: left; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneer_modifiers div span {
            position: relative;
            top: 18px; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList {
        max-height: 358px;
        overflow-y: auto; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList #addVeneer {
          cursor: pointer; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li {
          clear: both;
          overflow: hidden;
          margin-bottom: 10px;
          position: relative;
          cursor: pointer; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li:first-child button {
            background: #323232; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li:last-child {
            margin-bottom: 0; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li img {
            width: 4.5em;
            height: 4.5em;
            border: 2px solid #BABABA;
            -webkit-transition: border-color 0.3s ease;
            -moz-transition: border-color 0.3s ease;
            transition: border-color 0.3s ease;
            border-radius: 50%;
            position: absolute;
            left: 0.625em;
            top: 0.3125em;
            z-index: 2; }
            #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li img:hover {
              border-color: #FFFFFF; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li button {
            padding: 0.3125em 2.4em 0.3125em 5.75em;
            border: none;
            width: 100%;
            height: 5.125em;
            font-size: 1em;
            word-wrap: break-word; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li .centerVeneer,
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li .removeVeneer {
            position: absolute;
            right: 0;
            cursor: pointer;
            width: 30px;
            height: 30px; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li .removeVeneer {
            top: 5px;
            background: url("../images/VeneerDesigner/remove.svg") no-repeat center center; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li .centerVeneer {
            bottom: 5px;
            background: url("../images/VeneerDesigner/center.svg") no-repeat center center; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amount_button {
        border: 2px solid #BABABA;
        border-radius: 50%;
        width: 1.2em;
        height: 1.2em;
        font-size: 3em;
        text-align: center;
        padding: 0;
        line-height: 0;
        display: inline; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amount_button img {
          width: 45px; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amount_button:hover {
          background-color: #323232; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amount_button:active, #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amount_button:focus {
          outline: none; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amountDisplayWrapper {
        width: 6em;
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        position: relative;
        top: -0.5rem; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amountDisplayWrapper p {
          margin: 0 0 0.2rem;
          font-size: 0.8rem; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amountDisplayWrapper .sg_amountDisplay {
          color: #BABABA;
          font-size: 2rem; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes #tintpickerPreviewContainer {
        display: none; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .verticalMenuSpacer {
        border: 1px solid #FFFFFF;
        width: 1px;
        height: 30px;
        margin-left: 20px; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes #tintpickerPreview {
        width: 40px;
        height: 40px;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        background-color: #000000;
        cursor: pointer;
        margin-left: 1px; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes #tintpickerPreview #tintpickerValue {
          position: relative;
          left: 45px;
          top: 5px; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes #tintpicker {
        display: none;
        right: initial;
        top: initial;
        border-width: 1px;
        margin-top: 10px;
        padding: 1em; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes #effectSelection {
        display: none; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes #effectSelection ul {
          margin: .5rem 1.25rem 0;
          border-left: 1px solid #D0D0D0; }
          #sg_tool_container .sg_tool_center .sg_tool_toolboxes #effectSelection ul li {
            margin: .5rem 0 0; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaUploadBox {
        display: none;
        border-left: 1px solid #D0D0D0;
        margin: 0 0 0 1.25rem; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaUpload {
        display: none; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaFileList li {
        position: relative;
        padding: 1rem;
        background: #222222;
        margin: 0.5rem 0 0.5rem 0.75rem;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaFileList li:hover {
          background-color: #323232;
          color: #ffffff; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaFileList li .removeIntarsia,
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaFileList li .centerIntarsia {
          position: absolute;
          top: 14px;
          right: 1rem;
          cursor: pointer;
          width: 30px;
          height: 30px; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaFileList li .removeIntarsia {
          background: url("../images/VeneerDesigner/remove.svg") no-repeat center center; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaFileList li .centerIntarsia {
          right: 3rem;
          background: url("../images/VeneerDesigner/center.svg") no-repeat center center; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes #intarsiaUploadButton {
        margin: 0 0 0 0.75rem;
        width: auto; }
    #sg_tool_container .sg_tool_center .sg_tool_right_main {
      float: left;
      width: 79%;
      padding: 0 2rem 0 0; }
      #sg_tool_container .sg_tool_center .sg_tool_right_main #sg_tool_canvas_wrapper {
        margin: 70px auto 0;
        border: 1px solid #BABABA;
        border-radius: 2px;
        background: #323232;
        font-size: 2.2em; }
    #sg_tool_container .sg_tool_center .sg_tool_tool_actions {
      padding-left: 4em; }
      #sg_tool_container .sg_tool_center .sg_tool_tool_actions .imageButton {
        border: none;
        background: none;
        padding: 0 0.5em;
        text-align: center;
        float: left;
        width: 7rem; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_actions .imageButton img {
          position: static;
          top: inherit;
          left: inherit; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_actions .imageButton span {
          display: block; }
    #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions {
      position: relative;
      overflow: visible;
      padding-left: 4rem; }
      #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_action {
        float: left;
        margin-bottom: 1rem;
        text-align: center;
        cursor: pointer; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_action img {
          width: 45px; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_action span {
          display: block;
          -webkit-transition: color 0.3s ease;
          -moz-transition: color 0.3s ease;
          transition: color 0.3s ease; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_action:hover span {
          color: #ffffff; }
      #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_type {
        position: absolute;
        right: 64px;
        top: 6px;
        z-index: 22; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_type h4 {
          text-align: right;
          display: block;
          margin-bottom: 6px; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_type .preview_types {
          background: #1A1A1A;
          border-color: #BABABA;
          border-width: 1px 1px 0 1px;
          border-style: solid;
          border-radius: 5px 5px 0 0;
          padding: 0.5rem 0;
          margin: 0.2rem 0 0 0;
          overflow: hidden; }
          #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_type .preview_types .colorPreviewType {
            background: #222222;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            padding: 0.8rem 1.5rem;
            cursor: pointer; }
            #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_type .preview_types .colorPreviewType:hover, #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_type .preview_types .colorPreviewType.act {
              background: #323232; }
      #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color {
        position: absolute;
        top: 33px;
        right: -30px;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        z-index: 10;
        cursor: pointer;
        overflow: hidden; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color:after {
          content: '';
          background: url("../images/VeneerDesigner/background-filling.svg") 0 0 no-repeat;
          position: absolute;
          top: 10px;
          left: 10px;
          right: 10px;
          bottom: 10px;
          pointer-events: none; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.lightPreviewColor {
          border-color: #BABABA; }
          #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.lightPreviewColor:after {
            background-image: url("../images/VeneerDesigner/background-filling_black.svg"); }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color #colorpicker_left,
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color #colorpicker_right {
          margin: 0;
          padding: 0;
          border: 0;
          width: 10px;
          height: 10px;
          border-style: solid;
          float: left; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color #colorpicker_left {
          border-width: 70px 0 0 70px;
          border-radius: 70px 0 0 70px; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color #colorpicker_right {
          border-width: 0px 35px 70px 0;
          border-radius: 0 70px 70px 0;
          display: none; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color #material_preview_left,
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color #material_preview_right {
          width: 70px;
          height: 70px;
          position: absolute;
          top: 0;
          background-repeat: no-repeat;
          pointer-events: none; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color #material_preview_left {
          left: 0; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color #material_preview_right {
          right: 0;
          display: none; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.vertical #colorpicker_left {
          border-width: 70px 0 0 35px;
          border-radius: 70px 0 0 70px; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.vertical #colorpicker_right {
          display: block; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.vertical #material_preview_left {
          width: 35px; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.vertical #material_preview_right {
          width: 35px;
          display: block; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.horizontal #colorpicker_left {
          border-width: 35px 70px 0 0;
          border-radius: 35px 35px 0 0;
          float: none; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.horizontal #colorpicker_right {
          border-width: 0 0 35px 70px;
          border-radius: 0 0 35px 35px;
          float: none;
          display: block; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.horizontal #material_preview_left,
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.horizontal #material_preview_right {
          width: 70px;
          height: 35px; }
        #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_color.horizontal #material_preview_right {
          top: initial;
          bottom: 0;
          display: block; }
  #sg_tool_container .sg_gallery_container {
    position: absolute;
    width: 0;
    height: 0;
    top: 62px;
    left: 0;
    overflow: hidden;
    background: #1A1A1A;
    z-index: 23;
    padding: 3rem 0 0 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s 0.3s ease;
    -moz-transition: transform 0.3s 0.3s ease;
    transition: transform 0.3s 0.3s ease; }
    #sg_tool_container .sg_gallery_container.sg_showGallery {
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      transform: translateY(0%); }
    #sg_tool_container .sg_gallery_container .sg_top {
      width: 100%;
      padding: 0 2.5rem; }
      #sg_tool_container .sg_gallery_container .sg_top .sg_list_heading {
        display: none; }
      #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_view_switcher,
      #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_sort_switcher {
        position: relative; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_view_switcher .sg_lbl_list_sorting,
        #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_sort_switcher .sg_lbl_list_sorting {
          color: #BABABA;
          margin: 1rem 0 0 0; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_view_switcher ul,
        #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_sort_switcher ul {
          border-bottom: 1px solid #BABABA;
          height: 42px; }
          #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_view_switcher ul li,
          #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_sort_switcher ul li {
            margin: 0; }
            #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_view_switcher ul li a,
            #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_sort_switcher ul li a {
              background: none;
              color: #BABABA;
              -webkit-transition: color 0.3s, border-color 0.3s;
              -moz-transition: color 0.3s, border-color 0.3s;
              transition: color 0.3s, border-color 0.3s;
              font-size: 1rem;
              border: none;
              border-bottom: 1px solid #BABABA;
              height: 41px;
              padding: 0.6rem 0;
              margin: 0 1.5rem 0 0;
              position: relative;
              top: 1px;
              display: block; }
              #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_view_switcher ul li a:hover, #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_view_switcher ul li a.act,
              #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_sort_switcher ul li a:hover,
              #sg_tool_container .sg_gallery_container .sg_top .sg_view_switcher_links .sg_sort_switcher ul li a.act {
                color: #ffffff;
                border-color: #ffffff; }
      #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options {
        padding: 0;
        background: transparent; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options form > div {
          margin-right: 3rem; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options label, #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options span {
          text-transform: none;
          font-size: 1rem;
          display: block;
          float: none;
          color: #BABABA; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options button {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          font-size: 1rem;
          border: none;
          border-bottom: 1px solid #BABABA;
          background: url(../images/warehouse/icon-dropdown.png) no-repeat 96% 0.4rem;
          height: auto;
          min-height: 26px;
          padding: 0.2em; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_dropdownFilter {
          position: relative; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_dropdownFilterDropdown {
          display: none;
          position: absolute;
          background: rgba(0, 0, 0, 0.87);
          width: 100%;
          color: #FFFFFF;
          z-index: 5;
          padding: 0 0 0.4rem 0; }
          #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_dropdownFilterDropdown li {
            margin-top: 0.4rem;
            overflow: hidden;
            transition: background-color 0.2s ease; }
            #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_dropdownFilterDropdown li:hover {
              background: #323232;
              color: #FFFFFF; }
              #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_dropdownFilterDropdown li:hover label {
                color: #ffffff; }
          #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_dropdownFilterDropdown input {
            display: none; }
          #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_dropdownFilterDropdown label {
            width: 100%;
            color: #BABABA;
            padding: 0 0 0 2.5rem;
            cursor: pointer;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            transition: color 0.3s ease; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_filter_color {
          width: 145px; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_filter_usage {
          width: 240px; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_filter_occurence {
          width: 160px; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_filter_fsc label,
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_filter_pefc label {
          margin-top: .18rem; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_detailview_pricegroup_filter, #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_detailview_availability_filter {
          background-image: none;
          background-color: #323232;
          border: 1px solid #BABABA;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          border-radius: 1px;
          width: 20px;
          height: 20px;
          margin-right: 10px; }
          #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_detailview_pricegroup_filter.act, #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options .sg_detailview_availability_filter.act {
            background-color: #BABABA; }
    #sg_tool_container .sg_gallery_container .sg_letter_filter {
      background: #323232;
      text-align: center; }
      #sg_tool_container .sg_gallery_container .sg_letter_filter a {
        color: #BABABA;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
        border-right: none; }
        #sg_tool_container .sg_gallery_container .sg_letter_filter a:hover {
          color: #ffffff;
          text-decoration: none; }
    #sg_tool_container .sg_gallery_container .sg_sorted_listview .sg_categoryheading,
    #sg_tool_container .sg_gallery_container .sg_sorted_listview a,
    #sg_tool_container .sg_gallery_container .sg_listview .sg_categoryheading,
    #sg_tool_container .sg_gallery_container .sg_listview a {
      color: #BABABA; }
    #sg_tool_container .sg_gallery_container .sg_sorted_listview a,
    #sg_tool_container .sg_gallery_container .sg_listview a {
      cursor: pointer;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      #sg_tool_container .sg_gallery_container .sg_sorted_listview a:hover,
      #sg_tool_container .sg_gallery_container .sg_listview a:hover {
        color: #ffffff; }
    #sg_tool_container .sg_gallery_container .sg_sorted_listview .sg_veneerAdd,
    #sg_tool_container .sg_gallery_container .sg_listview .sg_veneerAdd {
      displaY: block;
      padding: .1rem 0; }
    #sg_tool_container .sg_gallery_container .sg_sorted_listview .sg_back_to_top,
    #sg_tool_container .sg_gallery_container .sg_listview .sg_back_to_top {
      display: none; }
    #sg_tool_container .sg_gallery_container #closeGallery {
      position: absolute;
      width: auto;
      height: 41px;
      border: none;
      right: 2.5rem;
      top: 0;
      font-size: 1rem;
      padding: 0 1.3rem;
      background: url(../images/warehouse/cancel.png) no-repeat left center; }
      #sg_tool_container .sg_gallery_container #closeGallery:hover {
        background-color: inherit; }
    #sg_tool_container .sg_gallery_container .sg_categories,
    #sg_tool_container .sg_gallery_container .sg_galleryview {
      overflow-y: auto;
      position: relative; }
    #sg_tool_container .sg_gallery_container .sg_ajaxoverlay {
      background: rgba(255, 255, 255, 0.5); }
  #sg_tool_container .colorPreviewContainer {
    display: none;
    position: absolute;
    right: 1px;
    background: #323232;
    z-index: 6;
    top: 71px;
    width: 386px;
    border-style: solid;
    border-color: #BABABA;
    border-width: 0 0 1px 1px; }
    #sg_tool_container .colorPreviewContainer .colpick {
      position: relative !important;
      top: 0 !important;
      left: 0 !important;
      background: transparent;
      border: none;
      height: 365px;
      width: 100%; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_current_color {
        display: none; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_submit {
        width: 50px;
        height: 31px;
        top: initial;
        left: initial;
        right: 10px;
        bottom: 42px;
        line-height: 30px;
        color: #FAFAFA;
        background: #8E8E8E; }
        #sg_tool_container .colorPreviewContainer .colpick .colpick_submit:hover {
          background: #D0D0D0; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_color, #sg_tool_container .colorPreviewContainer .colpick .colpick_color_overlay1, #sg_tool_container .colorPreviewContainer .colpick .colpick_color_overlay2 {
        width: 275px;
        height: 275px; }
      #sg_tool_container .colorPreviewContainer .colpick input {
        display: block; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_new_color {
        display: none; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_hue {
        width: 30px;
        height: 275px;
        right: 20px;
        left: initial; }
        #sg_tool_container .colorPreviewContainer .colpick .colpick_hue .colpick_hue_arrs {
          width: 44px; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_field, #sg_tool_container .colorPreviewContainer .colpick .colpick_hex_field {
        background-color: transparent;
        border-color: #BABABA;
        color: #BABABA;
        width: 120px;
        height: 25px; }
        #sg_tool_container .colorPreviewContainer .colpick .colpick_field input, #sg_tool_container .colorPreviewContainer .colpick .colpick_hex_field input {
          color: #BABABA;
          font-size: 1rem;
          height: 25px; }
        #sg_tool_container .colorPreviewContainer .colpick .colpick_field .colpick_field_letter, #sg_tool_container .colorPreviewContainer .colpick .colpick_hex_field .colpick_field_letter {
          background-color: transparent;
          color: #BABABA;
          font-size: 1rem;
          height: 25px;
          line-height: 25px; }
        #sg_tool_container .colorPreviewContainer .colpick .colpick_field .colpick_field_arrs, #sg_tool_container .colorPreviewContainer .colpick .colpick_hex_field .colpick_field_arrs {
          height: 24px; }
        #sg_tool_container .colorPreviewContainer .colpick .colpick_field .colpick_field_uarr, #sg_tool_container .colorPreviewContainer .colpick .colpick_hex_field .colpick_field_uarr {
          border-bottom-color: #BABABA; }
        #sg_tool_container .colorPreviewContainer .colpick .colpick_field .colpick_field_darr, #sg_tool_container .colorPreviewContainer .colpick .colpick_hex_field .colpick_field_darr {
          border-top-color: #BABABA; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_rgb_r {
        top: 295px;
        left: 6px; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_rgb_g {
        top: 295px;
        left: 161px; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_rgb_b {
        top: 340px;
        left: 6px; }
      #sg_tool_container .colorPreviewContainer .colpick .colpick_hex_field {
        top: 340px;
        left: 161px; }
    #sg_tool_container .colorPreviewContainer .materialPicker {
      display: none;
      height: 365px; }
      #sg_tool_container .colorPreviewContainer .materialPicker .materialList {
        margin: 0 0 0 -.5rem;
        padding: 0 2.5rem 0 0;
        list-style: none; }
        #sg_tool_container .colorPreviewContainer .materialPicker .materialList li {
          padding: 0 .5rem .5rem;
          display: block;
          float: left;
          box-sizing: border-box;
          width: 33.333333%;
          text-align: center;
          font-size: 0.8rem;
          cursor: pointer;
          -webkit-transition: color 0.3s ease;
          -moz-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          #sg_tool_container .colorPreviewContainer .materialPicker .materialList li img {
            border: 2px solid transparent;
            -webkit-transition: border-color 0.3s ease;
            -moz-transition: border-color 0.3s ease;
            transition: border-color 0.3s ease; }
          #sg_tool_container .colorPreviewContainer .materialPicker .materialList li:hover, #sg_tool_container .colorPreviewContainer .materialPicker .materialList li.act {
            color: #ffffff; }
            #sg_tool_container .colorPreviewContainer .materialPicker .materialList li:hover img, #sg_tool_container .colorPreviewContainer .materialPicker .materialList li.act img {
              border-color: #FFFFFF; }
  #sg_tool_container .tabHeaders {
    border-bottom: 1px solid #BABABA; }
    #sg_tool_container .tabHeaders span {
      padding: 0.5rem 1rem;
      -webkit-transition: color 0.3s, border-color 0.3s;
      -moz-transition: color 0.3s, border-color 0.3s;
      transition: color 0.3s, border-color 0.3s;
      border-bottom: 1px solid #BABABA;
      display: inline-block;
      position: relative;
      top: 1px;
      cursor: pointer; }
      #sg_tool_container .tabHeaders span.act, #sg_tool_container .tabHeaders span:hover {
        color: #ffffff;
        border-color: #ffffff; }
  #sg_tool_container .tabs {
    padding: 1rem; }
  #sg_tool_container .sg_accordion .sg_accordionHeader {
    display: block;
    cursor: pointer;
    background: #222222;
    padding: 10px 5px;
    border-bottom: 1px solid; }
    #sg_tool_container .sg_accordion .sg_accordionHeader.act, #sg_tool_container .sg_accordion .sg_accordionHeader:hover {
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease;
      color: #FFFFFF; }
  #sg_tool_container .sg_accordion .sg_accordionContainer {
    display: none;
    border-bottom: 1px solid #FFFFFF; }

@media only screen and (max-width: 1670px) {
  #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolboxselect {
    padding: 1rem; } }
@media only screen and (max-width: 1380px) {
  #sg_tool_container {
    font-size: 0.9rem;
    line-height: 1rem; }
    #sg_tool_container h2 {
      font-size: 1.2rem; }
    #sg_tool_container .sg_tool_top {
      height: 48px; }
      #sg_tool_container .sg_tool_top .sg_tool_logo > img {
        padding: .9rem 0 0;
        width: 80px; }
        #sg_tool_container .sg_tool_top .sg_tool_logo > img.sg {
          width: 60px; }
      #sg_tool_container .sg_tool_top .sg_tool_nav a {
        font-size: 1.2rem;
        padding: 1rem 3rem; }
    #sg_tool_container .sg_tool_center .sg_tool_additional_actions {
      display: none; }
    #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_type {
      top: 16px; }
      #sg_tool_container .sg_tool_center .sg_tool_tool_background_actions .sg_tool_colorpreview_type .preview_types .colorPreviewType {
        padding: 0.4em 1.5rem; }
    #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolname {
      padding: 2rem 0;
      font-size: 1.1rem; }
    #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolboxselect {
      font-size: 0.8rem;
      line-height: 1rem;
      padding: 0 0 1rem 0; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxselect_bar .sg_tool_toolboxselect img {
        margin-bottom: -24px; }
    #sg_tool_container .sg_tool_center .sg_tool_toolboxes {
      margin-top: 2rem; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li img {
        width: 4em;
        height: 4em;
        top: 0.5625em; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_veneerList li button {
        padding: 0.3125em 2.4em 0.3125em 5em; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amount_button {
        width: 1em;
        height: 1em; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amount_button img {
          width: 38px; }
      #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amountDisplayWrapper {
        width: 4em;
        width: calc(100% - 100px); }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amountDisplayWrapper p {
          margin: 0 0 .3rem; }
        #sg_tool_container .sg_tool_center .sg_tool_toolboxes .sg_amountDisplayWrapper .sg_amountDisplay {
          font-size: 1.8rem; }
    #sg_tool_container .sg_gallery_container {
      padding: 0; }
      #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options {
        margin-bottom: 0; }
        #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options span, #sg_tool_container .sg_gallery_container .sg_top .sg_filter_options label {
          font-size: .9rem;
          padding-top: .2rem;
          padding-bottom: .2rem; }
      #sg_tool_container .sg_gallery_container .sg_filter_wrapper {
        margin-bottom: .5rem; }
      #sg_tool_container .sg_gallery_container .sg_filter_fsc {
        clear: left; } }
      #sg_tool_container .sg_gallery_container .sg_filter_submit {
        display: none;
      }

/*# sourceMappingURL=sg_tool.css.map */
