@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* ---- WAREHOUSE ------ */
.sg_loading {
  margin: 0 auto; }

html, body {
  background: #FAFAFA; }

.hideInLarge {
  display: none; }

.hideInSmall {
  display: inherit; }

.sg_warehouse_container {
  background: #FAFAFA; }

.sg_warehouse_centered {
  max-width: 75rem;
  margin: 0 auto; }

.sg_warehouse_container input {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  outline: none;
  border-radius: 0;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  .sg_warehouse_container input.error {
    border-color: #D00606; }

.sg_warehouse_container input.black {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #313131;
  color: #313131;
  outline: none;
  border-radius: 0;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  .sg_warehouse_container input.black.error {
    border-color: #D00606; }

.comboBox_container {
  position: relative;
  margin-bottom: 1rem;
  background: url("../images/warehouse/icon-dropdown-green.png") no-repeat 96% center transparent; }
  .comboBox_container input {
    width: 100%; }
  .comboBox_container ul {
    position: absolute;
    width: 100%;
    max-height: 155px;
    overflow: auto;
    background: #fff;
    border: 1px solid #D0D0D0;
    border-top: none;
    z-index: 4; }
    .comboBox_container ul li {
      padding: 0.2rem;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      /* Elemente die immer gezeigt werden */ }
      .comboBox_container ul li.combobox_persistent_option {
        display: block !important;
        background-color: #FAFAFA;
        font-weight: bold; }
      .comboBox_container ul li.inactive, .comboBox_container ul li.inactive:hover {
        cursor: default;
        background-color: #F0F0F0;
        color: #8E8E8E; }
      .comboBox_container ul li.combobox_persistent_option:hover, .comboBox_container ul li:hover, .comboBox_container ul li.act {
        background-color: #198C8C;
        color: #FFFFFF; }

.sg_warehouse_header {
  padding: 0.6rem 0 0;
  background: #A0A0A0;
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  min-height: 5.6rem;
  z-index: 50; }
  .sg_warehouse_header.open + .sg_warehouse_content {
    margin-top: 24rem;
    -webkit-transition: none 0.3s ease;
    -moz-transition: none 0.3s ease;
    transition: none 0.3s ease; }
  .sg_warehouse_header.open .sg_warehouse_filterform {
    height: 220px;
    overflow: visible;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    .sg_warehouse_header.open .sg_warehouse_filterform.extended {
      height: 260px; }
      .sg_warehouse_header.open .sg_warehouse_filterform.extended .sg_filter_wrapper {
        margin-bottom: 1rem; }
  .sg_warehouse_header .sg_warehouse_filterform {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s; }

.sg_warehouse_content {
  margin-top: 7.75rem;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  transition: margin 0.3s ease; }
  .sg_warehouse_content .sg_list_heading {
    color: #198C8C;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: initial; }

.sg_warehouse_header_content {
  position: relative;
  z-index: 3; }

.sg_warehouse_topbar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/fileadmin/templates/images/top-bar.png) repeat-x 0 0;
  z-index: 2; }

.sg_warehouse_headerimage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/warehouse/header.jpg") 0 0;
  z-index: 1; }

.sg_warehouse_logo {
  width: 7rem;
  position: absolute;
  top: 0.7rem;
  left: 2rem;
  z-index: 3; }

.sg_warehouse_metanav {
  text-align: right;
  margin: 0 0 0.2rem 0; }
  .sg_warehouse_metanav a {
    color: #fff; }

.sg_website_link {
  padding-left: 1rem; }
  .sg_website_link a {
    padding: 0 0 0 0.9rem;
    background: url(../images/warehouse/icon-link-website.png) no-repeat 0 0.3rem; }
    .sg_website_link a span {
      text-transform: uppercase; }

.sg_warehouse_actions {
  padding: 0 0 1rem 0; }
  .sg_warehouse_actions #menu-button {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    .sg_warehouse_actions #menu-button:checked ~ .sg_warehouse_nav {
      display: block; }
  .sg_warehouse_actions #menu-button-label {
    background: url(/fileadmin/templates/images/bg-menu2.gif) center no-repeat rgba(0, 0, 0, 0.8);
    display: none;
    width: 42px;
    height: 36px;
    position: relative;
    top: -3px;
    float: right;
    cursor: pointer;
    border: 1px solid #fff; }

.sg_warehouse_container button {
  font: 15px/24px 'Open Sans', Arial, Tahoma, Helvetica, sans-serif; }

.warehouse_loginform {
  max-width: 30rem;
  margin: 0 auto;
  background: #fff;
  padding: 2rem 2rem 1rem 2rem;
  box-shadow: 1px 1px 1px 0px #222; }
  .warehouse_loginform p {
    max-width: 11.3rem;
    margin: 0 auto; }
  .warehouse_loginform label {
    display: block; }
  .warehouse_loginform input {
    color: #222;
    border-color: #222;
    background-color: #fff;
    border-radius: 0; }
  .warehouse_loginform .submit {
    margin-top: 1rem; }

/** Species Search **/
#speciesSearchWrapper {
  float: left;
  width: 40%; }

#speciesSearchResults, #speciesSearch {
  width: 100%; }

#speciesSearchInputWrapper {
  position: relative; }

#speciesSearch {
  text-transform: uppercase;
  padding: 0 1rem 0 2rem;
  background: url(../images/warehouse/icon-search.png) no-repeat 0 0.3rem; }

#clearSpeciesSearch {
  background: url(../images/warehouse/icon-clear.png) no-repeat 4px 50%;
  width: 15px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 100%; }

#speciesSearchResultsWrapper {
  position: relative; }

#speciesSearchResults {
  position: absolute;
  z-index: 100;
  border: 1px solid #222;
  max-height: 35rem;
  overflow-y: auto; }

.speciesOption {
  padding: 0.5rem;
  background: #f0f0f0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  box-sizing: border-box; }
  .speciesOption:nth-child(2n) {
    background: #eaeaea; }
  .speciesOption:hover, .speciesOption.selected {
    background: #ffffff; }
  .speciesOption > img {
    width: 30%;
    float: left; }
  .speciesOption > p {
    width: 70%;
    padding-left: 1rem;
    margin: 0;
    float: left; }

.sg_warehouse_filtertoggle {
  float: left;
  width: 25%;
  margin-left: 2%; }

.button {
  border: 1px solid #fff;
  background: transparent;
  background-repeat: no-repeat;
  padding: 0.1rem 0.5rem;
  text-transform: uppercase;
  color: #fff;
  height: 1.875rem;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease; }
  .button.green {
    color: #198C8C;
    border-color: #198C8C; }
    .button.green.act, .button.green:hover {
      color: #ffffff;
      background-color: #198C8C; }

a.button {
  display: inline-block; }

p.submit input, p.submit a {
  border: 1px solid #fff;
  background: transparent;
  padding: 0.15rem 0.5rem 0.15rem 2rem;
  text-transform: uppercase;
  font-size: 1.0rem;
  text-align: right;
  color: #fff;
  height: 1.875rem;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease; }

#sg_filter_reset, .sg_filter_submit_row .sg_submitbutton, #sg_filter_toggle {
  border: 1px solid #fff;
  background: transparent;
  padding: 0.15rem 0.5rem 0.15rem 2rem;
  text-transform: uppercase;
  font-size: 1.0rem;
  text-align: right;
  color: #fff;
  height: 1.875rem;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease; }

.button:hover, #sg_filter_reset:hover, .sg_filter_submit_row .sg_submitbutton:hover {
  background-color: rgba(255, 255, 255, 0.2); }

#sg_filter_toggle:hover, #sg_filter_toggle.closed:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.sg_warehouse_container .warehouse_loginform p.submit input.button {
  color: #222;
  border-color: #222;
  display: block;
  text-align: center;
  padding-left: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: normal;
  background: #fafafa;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

p.submit a {
  color: #222;
  border-color: #222;
  display: block;
  text-align: center;
  padding-left: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: normal;
  background: #fafafa; }
p.submit input:hover, p.submit a:hover {
  background: #fff; }

#sg_filter_toggle {
  background: url(../images/warehouse/icon-filter-criteria-hide.png) no-repeat 0.4rem 0.4rem; }
  #sg_filter_toggle.closed {
    background: url(../images/warehouse/icon-filter-criteria-show.png) no-repeat 0.4rem 0.4rem; }

#sg_filter_reset {
  margin-right: 0.5rem;
  background: url(../images/warehouse/icon-filter-criteria-reset.png) no-repeat 0.8rem 0.45rem; }

.sg_filter_submit_row .sg_submitbutton {
  background: url(../images/warehouse/icon-filter-criteria-confirm.png) no-repeat 0.7rem 0.45rem; }

.sg_dropdownFilter {
  position: relative; }
  .sg_dropdownFilter > label {
    text-transform: uppercase; }
    .sg_dropdownFilter > label.disabled {
      color: #CCCCCC; }

.sg_dropdownFilterValues {
  display: block;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1.9rem;
  padding: 0 1.5rem 0 0.5rem;
  color: #fff;
  text-align: left;
  transition: color 0.2s ease, background-color 0.2s ease;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .sg_dropdownFilterValues.enabled {
    cursor: pointer;
    background: url(../images/warehouse/icon-dropdown.png) no-repeat 96% 0.4rem; }
    .sg_dropdownFilterValues.enabled:hover {
      background-color: rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid #EEEEEE; }
    .sg_dropdownFilterValues.enabled.act {
      background-image: url(../images/warehouse/icon-dropdown-active.png);
      background-color: rgba(0, 0, 0, 0.87);
      color: #FFFFFF;
      border-bottom: 1px solid #EEEEEE; }
  .sg_dropdownFilterValues.disabled {
    border-color: #CCCCCC; }

#sg_attributes_veneerimage_column .sg_dropdownFilterValues {
  background-position-x: 98%; }

.sg_dropdownFilterDropdown {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.87);
  width: 100%;
  color: #FFFFFF;
  z-index: 5; }
  .sg_dropdownFilterDropdown li {
    transition: background-color 0.2s ease; }
    .sg_dropdownFilterDropdown li:hover {
      background: #198C8C;
      color: #FFFFFF; }
  .sg_dropdownFilterDropdown input {
    display: none; }
  .sg_dropdownFilterDropdown label {
    width: 100%;
    padding: 0.2rem 1.5rem 0.6rem 2.8rem;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 1.4rem 0.55rem; }

.sg_filter_type_checkbox .sg_dropdownFilterDropdown label {
  background-image: url("../images/warehouse/checkbox.png"); }
  .sg_filter_type_checkbox .sg_dropdownFilterDropdown label:hover {
    background-image: url(../images/warehouse/checkbox-hover.png); }
.sg_filter_type_checkbox .sg_dropdownFilterDropdown input:checked ~ label {
  background-image: url("../images/warehouse/checkbox-checked.png"); }
  .sg_filter_type_checkbox .sg_dropdownFilterDropdown input:checked ~ label:hover {
    background-image: url(../images/warehouse/checkbox-checked-hover.png); }

.sg_filter_type_radio .sg_dropdownFilterDropdown label {
  background-image: url("../images/warehouse/radiobutton.png"); }
  .sg_filter_type_radio .sg_dropdownFilterDropdown label:hover {
    background-image: url(../images/warehouse/radiobutton-hover.png); }
.sg_filter_type_radio .sg_dropdownFilterDropdown input:checked ~ label {
  background-image: url("../images/warehouse/radiobutton-checked.png"); }
  .sg_filter_type_radio .sg_dropdownFilterDropdown input:checked ~ label:hover {
    background-image: url(../images/warehouse/radiobutton-checked-hover.png); }

.sg_dropdownFilterSelectButtons {
  border-top: 1px solid #EEEEEE; }
  .sg_dropdownFilterSelectButtons span {
    display: block; }

.sg_dropdownFilterSelectAll, .sg_dropdownFilterDeselectAll {
  padding: 0.2rem 0 0.2rem 1.4rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .sg_dropdownFilterSelectAll:hover, .sg_dropdownFilterDeselectAll:hover {
    background-color: #198C8C; }

.sg_warehouse_nav {
  float: right;
  width: 31%;
  margin-left: 2%;
  margin-top: 3px; }
  .sg_warehouse_nav span {
    width: 33.3%;
    display: block;
    float: left;
    text-align: center; }
    .sg_warehouse_nav span:last-child {
      text-align: right; }
    .sg_warehouse_nav span a {
      text-transform: uppercase;
      color: #fff;
      padding: 0 0 0 1.5rem; }
      .sg_warehouse_nav span a.act, .sg_warehouse_nav span a:hover {
        border-bottom: 1px solid #FFFFFF; }

#sg_gallery_link {
  background: url(../images/warehouse/icon-gallery.png) no-repeat 0.2rem 0.2rem; }

#sg_watchlist_link {
  background: url("../images/warehouse/icon-remember.png") no-repeat 0.2rem 0.2rem; }

#sg_logout_link {
  background: url(../images/warehouse/icon-login-logout.png) no-repeat 0.2rem 0.2rem; }

#sg_preview_canvas {
  margin: 0 auto; }

.sg_veneerbundle_list_container {
  margin: 0 64px 3rem; }

#sg_scala,
#sg_scala_horizontal {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0; }

#sg_veneerbundle_list_outer {
  overflow: hidden;
  background: #101010;
  position: relative;
  width: 100%; }
  #sg_veneerbundle_list_outer #sg_veneerbundle_fullscreen_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 22;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
    -webkit-transform: rotateZ(360deg); }
    #sg_veneerbundle_list_outer #sg_veneerbundle_fullscreen_overlay:hover {
      background-color: rgba(255, 255, 255, 0.4); }
      #sg_veneerbundle_list_outer #sg_veneerbundle_fullscreen_overlay:hover i {
        opacity: 1; }
    #sg_veneerbundle_list_outer #sg_veneerbundle_fullscreen_overlay i {
      -webkit-transform: rotateZ(360deg);
      opacity: 0;
      background: rgba(255, 255, 255, 0.9);
      font-size: 3rem;
      padding: 0.5rem;
      line-height: 2.5rem;
      color: #313131;
      position: absolute;
      top: 45%;
      left: 49%;
      top: calc(50% - 1.8rem);
      left: calc(50% - 1.8rem);
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  #sg_veneerbundle_list_outer.fullscreen {
    height: 100%; }
    #sg_veneerbundle_list_outer.fullscreen #sg_veneerbundle_fullscreen_overlay {
      display: none; }
    #sg_veneerbundle_list_outer.fullscreen #excludeBundleImagesContainer {
      display: none !important; }
  #sg_veneerbundle_list_outer #sg_veneerbundle_list_inner {
    overflow: hidden;
    position: relative;
    transition: all 0.1s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    #sg_veneerbundle_list_outer #sg_veneerbundle_list_inner .canvas-container {
      -webkit-transform: translateZ(0); }
      #sg_veneerbundle_list_outer #sg_veneerbundle_list_inner .canvas-container canvas {
        -webkit-transform: translateZ(0); }
  #sg_veneerbundle_list_outer.sg_veneerbundle_static #sg_scala,
  #sg_veneerbundle_list_outer.sg_veneerbundle_static #sg_veneerbundle_list_inner {
    background: inherit; }
  #sg_veneerbundle_list_outer.sg_veneerbundle_static #sg_scala_horizontal {
    display: none; }
  #sg_veneerbundle_list_outer.sg_veneerbundle_static #sg_veneerbundle_scroll_container {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 10px 0 0 44px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    #sg_veneerbundle_list_outer.sg_veneerbundle_static #sg_veneerbundle_scroll_container img {
      margin-left: 2px; }

#sg_bundle_infobox {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #d0d0d0;
  z-index: 22;
  width: 160px; }
  #sg_bundle_infobox > p {
    padding: 4px 0;
    overflow: hidden;
    border-top: 1px solid #d0d0d0;
    margin: 0; }
    #sg_bundle_infobox > p:first-child {
      border-top: none; }
    #sg_bundle_infobox > p .infobox_label {
      float: left; }
    #sg_bundle_infobox > p .infobox_value {
      float: right; }

#sg_highresloading_progress {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #FFFFFF;
  color: #198C8C;
  z-index: 33;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease; }
  #sg_highresloading_progress::-webkit-progress-bar {
    background: #FFFFFF; }
  #sg_highresloading_progress::-webkit-progress-value {
    background: #198C8C; }
  #sg_highresloading_progress::-moz-progress-bar {
    background: #198C8C; }
  #sg_highresloading_progress:hover {
    height: 25px; }
    #sg_highresloading_progress:hover + .highresloading_message {
      height: auto;
      opacity: 1;
      -webkit-transition: opacity 0s 0.3s ease;
      -moz-transition: opacity 0s 0.3s ease;
      transition: opacity 0s 0.3s ease; }
  #sg_highresloading_progress.finished {
    height: 6px !important; }
    #sg_highresloading_progress.finished + .highresloading_message {
      display: none; }

.highresloading_message {
  height: 0;
  position: absolute;
  top: 0;
  left: 45%;
  color: #313131;
  z-index: 35;
  opacity: 0;
  font-weight: bold; }

.sg_no_logs {
  text-align: center;
  font-size: 1.4rem;
  color: #198C8C;
  margin-top: 5rem; }

.sg_loglist_actions {
  overflow: hidden;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  display: none; }

#sg_loglist_noResults {
  text-align: center; }

#sg_watchlist_loading,
#sg_loglist_loading {
  text-align: center;
  color: #198C8C;
  margin: 6rem 0 0 0; }

.sg_loglist_hits {
  font-size: 1.2rem;
  color: #198C8C;
  text-transform: uppercase;
  float: left;
  margin: 0.25rem 1rem 0 0; }

.sg_loglist_sort {
  float: right; }

.sg_sort_label {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #8E8E8E;
  float: left;
  margin: 0.25rem 1rem 0 0; }

.sg_sort_button.button.green {
  margin-right: 0.25rem;
  text-transform: none;
  margin-bottom: 0.25rem; }
  .sg_sort_button.button.green.act {
    background-image: url("../images/warehouse/icon-dropdown.png");
    background-position-y: 7px;
    background-position-x: 96%;
    background-position-x: calc(100% - 5px);
    padding-right: 20px; }
  .sg_sort_button.button.green.act.asc {
    background-image: url("../images/warehouse/icon-dropdown-active.png");
    background-position-y: 8px; }

#sg_loglist {
  list-style: none;
  margin: 0 -0.5rem;
  box-sizing: border-box; }
  #sg_loglist li {
    padding: 0 0.5rem 1rem;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 33.33333%; }
    #sg_loglist li:nth-child(3n+1) {
      clear: both; }
  #sg_loglist:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (max-width: 75rem) {
    #sg_loglist li {
      width: 50%;
      padding: 0 0.5rem 1rem; }
      #sg_loglist li:nth-child(3n+1) {
        clear: none; }
      #sg_loglist li:nth-child(2n+1) {
        clear: both; } }
  @media only screen and (max-width: 37.5rem) {
    #sg_loglist li {
      width: 100%;
      padding: 0 0.5rem 1rem;
      float: none;
      clear: both; } }

.sg_log_header {
  padding: 1rem 0; }
  .sg_log_header .sg_logNo a,
  .sg_log_header .sg_logNo p {
    margin: 0;
    display: block;
    color: #198C8C;
    z-index: 1;
    transition: all 0.2s ease;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 1rem; }
    .sg_log_header .sg_logNo a span,
    .sg_log_header .sg_logNo p span {
      display: block;
      color: #8E8E8E;
      font-size: 0.7rem; }

.sg_log_card {
  background: #fff;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sg_log_card:hover {
    border-color: #d9d9d9; }
  .sg_log_card.act {
    border-color: #222222; }
  .sg_log_card .sg_log_header {
    padding: 1.5rem; }
  .sg_log_card .sg_log_card_content {
    position: relative;
    overflow: hidden; }
  .sg_log_card .sg_log_image {
    width: 100%;
    border-bottom: 1px solid #eee;
    max-height: 145px;
    overflow: hidden; }
    .sg_log_card .sg_log_image a {
      display: block;
      text-align: center; }
  .sg_log_card .sg_log_card_placeholder {
    height: 146px;
    background: url("../images/warehouse/header.jpg") no-repeat 0 0;
    display: table;
    width: 100%;
    color: #FFFFFF; }
    .sg_log_card .sg_log_card_placeholder a, .sg_log_card .sg_log_card_placeholder p {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      text-transform: uppercase;
      padding: 0 30px;
      color: #FFFFFF; }
  .sg_log_card .sg_log_footer {
    overflow: hidden;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    border-top: 1px solid #eee; }
    .sg_log_card .sg_log_footer .sg_log_actions > * {
      float: left;
      width: 50%;
      text-align: center; }
    .sg_log_card .sg_log_footer .sg_log_actions button,
    .sg_log_card .sg_log_footer .sg_log_actions span {
      color: #198C8C;
      border: none;
      border-left: 1px solid #eee;
      padding: 0.25rem 0.5rem;
      display: block;
      cursor: pointer;
      transition: all 0.2s ease;
      outline: none;
      background: transparent; }
      .sg_log_card .sg_log_footer .sg_log_actions button:first-child,
      .sg_log_card .sg_log_footer .sg_log_actions span:first-child {
        border-left: none; }
    .sg_log_card .sg_log_footer .sg_log_actions .sg_showMeasurmentList:before {
      content: '';
      height: 15px;
      width: 15px;
      background: url("../images/warehouse/tally-sheet.png") no-repeat;
      display: inline-block;
      position: relative;
      top: 2px;
      left: -4px; }
    .sg_log_card .sg_log_footer .sg_log_actions .sg_watchlist_openAddMenu:before {
      content: '';
      height: 15px;
      width: 15px;
      background: url("../images/warehouse/icon-remember-green.png") no-repeat;
      display: inline-block;
      position: relative;
      top: 2px;
      left: -4px; }
    .sg_log_card .sg_log_footer .sg_log_actions .sg_watchlist_deleteFromWatchlist:before {
      content: '';
      height: 15px;
      width: 15px;
      background: url("../images/warehouse/icon-delete-green.png") no-repeat;
      display: inline-block;
      position: relative;
      top: 3px;
      left: -4px; }
    .sg_log_card .sg_log_footer.act, .sg_log_card .sg_log_footer .sg_logNo a:hover {
      background-color: #fafafa; }
    .sg_log_card .sg_log_footer .sg_log_actions span:hover, .sg_log_card .sg_log_footer .sg_log_actions span.act,
    .sg_log_card .sg_log_footer .sg_log_actions button:hover,
    .sg_log_card .sg_log_footer .sg_log_actions button.act {
      background-color: #fafafa; }
  .sg_log_card .sg_offer_text_save {
    color: #198C8C;
    position: absolute;
    right: .8rem;
    bottom: 6px;
    font-size: 1.5rem;
    cursor: pointer; }
  .sg_log_card.onActiveWatchlist .sg_log_footer .sg_log_actions .sg_watchlist_openAddMenu:before {
    background: url("../images/warehouse/icon-release-green.png") no-repeat;
    top: 5px; }

.sg_log_info {
  padding: 1rem 1.5rem; }
  .sg_log_info .sg_log_info_row {
    overflow: hidden; }
    .sg_log_info .sg_log_info_row > div {
      width: 49%;
      max-width: 12rem; }
    .sg_log_info .sg_log_info_row.sg_log_internalQuality {
      border-top: 1px solid #eee;
      padding-top: 5px;
      margin-top: 10px; }
    .sg_log_info .sg_log_info_row .sg_log_info_left {
      float: left;
      margin-right: 2%; }
    .sg_log_info .sg_log_info_row .sg_log_info_right {
      float: right; }
    .sg_log_info .sg_log_info_row .sg_log_info_label {
      display: block;
      float: left;
      color: #8E8E8E;
      margin-bottom: 0.4rem; }
      .sg_log_info .sg_log_info_row .sg_log_info_label:empty {
        margin-bottom: 0; }
    .sg_log_info .sg_log_info_row .sg_log_info_left .sg_log_info_label {
      min-width: 5rem; }
    .sg_log_info .sg_log_info_row .sg_log_info_right .sg_log_info_label {
      min-width: 6.5rem; }
    .sg_log_info .sg_log_info_row .sg_log_info_full {
      float: none;
      width: 100%;
      margin: 0;
      max-width: none; }

.sg_log_filter_input {
  width: 60px;
  text-align: right; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.sg_filter_row {
  width: 100%;
  clear: both; }

.sg_filter_column {
  float: left;
  width: 18%;
  margin-left: 3%; }

#extendedSearchMask .sg_filter_column {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 1rem; }
  #extendedSearchMask .sg_filter_column:first-child {
    margin-left: 0; }
  #extendedSearchMask .sg_filter_column input {
    width: 100%;
    text-align: left; }

#sg_attributes_veneerimage_column {
  width: 37%; }

.sg_filter_column:first-child {
  margin-left: 0; }

.sg_filter_toplabel {
  margin: 0;
  text-transform: uppercase; }

.sg_filter_from, .sg_filter_to {
  width: 50%;
  float: left; }

.sg_filter_wrapper {
  margin-bottom: 2rem; }

.sg_filter_submit_row {
  clear: both; }

.sg_warehouse_user_actions_outer {
  background-color: #546062;
  padding: 5px 0; }

.sg_warehouse_user_actions {
  color: #fff; }
  .sg_warehouse_user_actions a {
    color: #fff; }

.sg_veneerbundle_top {
  margin-bottom: 3rem;
  position: relative; }
  .sg_veneerbundle_top .sg_logNo {
    color: #198C8C;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    display: block;
    float: left;
    min-height: 30px;
    padding-top: 3px; }

.sg_veneerbundle_titlebar {
  overflow: hidden; }

.sg_veneerbundle_actions {
  position: absolute;
  top: 0;
  right: 168px; }
  .sg_veneerbundle_actions .button {
    display: block;
    float: left;
    margin-left: 1rem;
    vertical-align: top; }
  .sg_veneerbundle_actions .sg_watchlist_openAddMenu {
    background: url("../images/warehouse/icon-remember-green.png") no-repeat 0.3rem center;
    padding: 0.15rem 0.5rem 0.15rem 1.5rem; }
    .sg_veneerbundle_actions .sg_watchlist_openAddMenu:hover {
      background-image: url("../images/warehouse/icon-remember.png"); }

button.sg_veneerbundle_zoom {
  background: #FFFFFF;
  color: #313131;
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  z-index: 22;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.3s ease;
  outline: none; }
  button.sg_veneerbundle_zoom:hover {
    opacity: 1; }
  button.sg_veneerbundle_zoom.disabled {
    background: #D0D0D0;
    cursor: default; }
    button.sg_veneerbundle_zoom.disabled:hover {
      opacity: 0.9; }

#sg_veneerbundle_zoom_in {
  position: absolute;
  bottom: 2rem;
  left: 4rem; }

#sg_veneerbundle_zoom_out {
  position: absolute;
  bottom: 2rem;
  left: 7.5rem; }

#sg_veneerbundle_exit_fullscreen {
  background: #FFFFFF;
  color: #313131;
  font-size: 2.5rem;
  height: 3.5rem;
  width: 3.5rem;
  z-index: 22;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.3s ease;
  outline: none;
  position: absolute;
  top: 1rem;
  right: 1rem; }
  #sg_veneerbundle_exit_fullscreen:hover {
    opacity: 1; }
  #sg_veneerbundle_exit_fullscreen.disabled {
    background: #D0D0D0;
    cursor: default; }
    #sg_veneerbundle_exit_fullscreen.disabled:hover {
      opacity: 0.9; }

#sg_backToGallery {
  display: none; }

#sg_backToGallery,
#sg_backToWatchlist,
#sg_backToLogsStock {
  padding-left: 2rem;
  background-image: url("../images/warehouse/icon-backlink-green.png");
  background-position: 0.7rem 0.45rem;
  float: right; }

#sg_backToGallery:hover,
#sg_backToWatchlist:hover,
#sg_backToLogsStock:hover {
  background-image: url(../images/warehouse/icon-backlink.png); }

#sg_veneerbundle_watch {
  padding-left: 2rem;
  background-image: url("../images/warehouse/icon-remember-green.png");
  background-position: 0.65rem 0.45rem; }

#sg_veneerbundle_watch:hover,
#sg_veneerbundle_watch.act {
  background-image: url("../images/warehouse/icon-remember.png"); }

.sg_veneerbundle_loading {
  text-align: center;
  margin: 20px auto;
  max-width: 75rem; }
  .sg_veneerbundle_loading p {
    margin-bottom: 0;
    position: relative;
    top: 22px;
    font-weight: bold; }

#sg_veneerbundle_progress {
  width: 100%;
  max-width: 100%;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #FFFFFF;
  color: #198C8C;
  z-index: 33; }
  #sg_veneerbundle_progress::-webkit-progress-bar {
    background: #FFFFFF; }
  #sg_veneerbundle_progress::-webkit-progress-value {
    background: #198C8C; }
  #sg_veneerbundle_progress::-moz-progress-bar {
    background: #198C8C; }

.sg_veneerbundle_info {
  overflow: hidden;
  margin: 0 64px 3rem;
  padding: 1rem 0 0 3rem;
  background-color: #E2E2E2; }
  .sg_veneerbundle_info .sg_log_info_column {
    display: block;
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #313131;
    margin-bottom: 1rem;
    float: left; }
    .sg_veneerbundle_info .sg_log_info_column#log_info_place {
      border: none;
      padding: 0;
      margin: 0; }
    .sg_veneerbundle_info .sg_log_info_column#log_info_internalQuality {
      clear: both; }
    .sg_veneerbundle_info .sg_log_info_column:last-child {
      padding: 0;
      margin-right: 0;
      border: 0; }
    .sg_veneerbundle_info .sg_log_info_column .sg_log_info_label {
      display: inline;
      float: none;
      margin-right: 1rem;
      color: #8E8E8E; }
  .sg_veneerbundle_info .sg_log_offerText {
    clear: both; }

/** Merkliste **/
#sg_watchlist_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

#hoveringWatchlistContainer {
  position: fixed;
  top: 35%;
  left: 37.5%;
  top: calc(50% - 200px);
  left: calc(50% - 445px);
  max-width: 100%;
  max-height: 100%;
  z-index: 50;
  background: #fff; }

#sg_watchlist_menu {
  position: relative;
  background: #FFFFFF;
  z-index: 30;
  opacity: 0;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  height: 100%;
  width: 100%; }
  #sg_watchlist_menu > div,
  #sg_watchlist_menu > h5 {
    padding: 0 2rem; }
    #sg_watchlist_menu > div:last-child,
    #sg_watchlist_menu > h5:last-child {
      padding: 0 2rem 2rem; }
  #sg_watchlist_menu.open {
    opacity: 1; }
  #sg_watchlist_menu h3 {
    color: #198C8C;
    font-size: 1.25rem;
    margin-bottom: 0; }
  #sg_watchlist_menu h4 {
    color: #198C8C;
    font-size: 1rem; }
  #sg_watchlist_menu h5 {
    color: #000000;
    font-size: 1rem;
    margin-top: 1rem;
    text-align: center;
    clear: both; }
  #sg_watchlist_menu #sg_watchlist_menu_close {
    border: none;
    outline: none;
    position: absolute;
    top: 14px;
    right: 11px;
    height: 11px;
    width: 11px;
    background: url("../images/warehouse/cancel.png") no-repeat 0 0;
    background-size: 11px 11px;
    cursor: pointer; }
  #sg_watchlist_menu input {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #198C8C;
    color: #198C8C;
    outline: none;
    border-radius: 0;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; }
    #sg_watchlist_menu input::-webkit-input-placeholder {
      color: #198C8C; }
    #sg_watchlist_menu input:-moz-placeholder {
      color: #198C8C; }
    #sg_watchlist_menu input::-moz-placeholder {
      color: #198C8C; }
    #sg_watchlist_menu input:ms-input-placeholder {
      color: #198C8C; }
    #sg_watchlist_menu input:placeholder {
      color: #198C8C; }
    #sg_watchlist_menu input.error {
      border-color: #D00606; }
  #sg_watchlist_menu #watchlist_categories {
    margin-bottom: 1rem; }
  #sg_watchlist_menu .sg_watchlist_menu_heading {
    text-align: center;
    background: #198C8C;
    padding: 0.5625rem 2rem; }
    #sg_watchlist_menu .sg_watchlist_menu_heading h3 {
      color: #FFFFFF; }
  #sg_watchlist_menu #sg_watchlist_select_container > div {
    width: 48%;
    float: left; }
    #sg_watchlist_menu #sg_watchlist_select_container > div:first-child {
      margin-right: 4%; }
  #sg_watchlist_menu .sg_watchlist_menu_bundleInfo {
    overflow: hidden; }
    #sg_watchlist_menu .sg_watchlist_menu_bundleInfo .sg_log_image {
      float: left;
      margin-top: 1.4rem;
      margin-right: 2rem;
      width: 200px; }
    #sg_watchlist_menu .sg_watchlist_menu_bundleInfo .sg_log_info {
      float: left;
      min-width: 430px; }
  #sg_watchlist_menu #sg_new_watchlist_container #new_category_name,
  #sg_watchlist_menu #sg_new_watchlist_container #new_watchlist_name {
    display: none;
    width: 48%; }
  #sg_watchlist_menu #sg_new_watchlist_container #new_category_name {
    float: left; }
  #sg_watchlist_menu #sg_new_watchlist_container #new_watchlist_name {
    float: right; }
  #sg_watchlist_menu #sg_new_watchlist_container:after {
    content: '';
    clear: both;
    display: block; }
  #sg_watchlist_menu .sg_watchlist_menu_actions {
    margin-top: 1rem;
    overflow: hidden; }
    #sg_watchlist_menu .sg_watchlist_menu_actions > div {
      width: 48%;
      float: right; }
      #sg_watchlist_menu .sg_watchlist_menu_actions > div:first-child {
        float: left;
        text-align: right; }
    #sg_watchlist_menu .sg_watchlist_menu_actions #sg_watchlist_menu_watch {
      background-image: url("../images/warehouse/icon-remember-green.png");
      background-repeat: no-repeat;
      background-position: 0.5rem center;
      padding-left: 1.8rem; }
      #sg_watchlist_menu .sg_watchlist_menu_actions #sg_watchlist_menu_watch:hover {
        background-image: url("../images/warehouse/icon-remember.png"); }
    #sg_watchlist_menu .sg_watchlist_menu_actions #sg_watchlist_menu_cancel {
      background-image: url("../images/warehouse/cancel-green.png");
      background-repeat: no-repeat;
      background-position: 0.5rem center;
      padding-left: 1.8rem; }
      #sg_watchlist_menu .sg_watchlist_menu_actions #sg_watchlist_menu_cancel:hover {
        background-image: url(../images/warehouse/cancel.png); }

.sg_offer_comment_textarea, #sg_watchlistcategory_actions, #sg_watchlist_actions, #sg_watchlist_loading {
  display: none; }

.sg_log_comment {
  border-top: 1px solid #eee; }
  .sg_log_comment textarea.sg_offer_text_textarea {
    resize: vertical;
    border: none;
    outline: none;
    width: 100%;
    margin: 0;
    vertical-align: bottom;
    height: 56px;
    padding: 1rem 3rem 1rem 1.5rem;
    color: #198C8C; }
    .sg_log_comment textarea.sg_offer_text_textarea:focus {
      background: #fff; }
    .sg_log_comment textarea.sg_offer_text_textarea.disabled {
      opacity: 0.6; }
  .sg_log_comment .offer_comment {
    margin: 0;
    padding: 1rem 3rem 1rem 1.5rem;
    color: #198C8C; }

.sg_log_price {
  border-top: 1px solid #eee;
  padding: 3px 0;
  position: relative;
  color: #198C8C; }
  .sg_log_price .offer_price,
  .sg_log_price .sg_price_input {
    width: 100%;
    padding: 0 5.5rem 0 1.5rem;
    color: #198C8C;
    text-align: right; }
    .sg_log_price .offer_price.disabled,
    .sg_log_price .sg_price_input.disabled {
      opacity: 0.6; }
      .sg_log_price .offer_price.disabled + .unit,
      .sg_log_price .sg_price_input.disabled + .unit {
        opacity: 0.6; }
  .sg_log_price .unit {
    position: absolute;
    right: 3rem;
    top: 6px; }
  .sg_log_price .offer_price {
    display: block; }
  .sg_log_price .offer_price ~ .unit {
    top: 3px; }

.sg_watchlist_categories {
  margin: 0 0 2rem 0; }
  .sg_watchlist_categories .sg_watchlist_options_wrapper {
    padding: 0 0 1rem;
    overflow: hidden; }
    .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_currentScreen {
      color: #198C8C;
      float: left;
      font-size: 1.4rem;
      text-transform: uppercase;
      margin: 0 0 1rem 0; }
    .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions {
      float: right;
      padding: 0 0 0 1rem;
      text-align: right; }
      .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions .sg_watchlist_backButtons {
        margin-right: 4rem; }
      .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #backToCustomers,
      .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #backToProjects {
        display: none;
        background-image: url("../images/warehouse/icon-backlink-green.png");
        background-repeat: no-repeat;
        background-position: 0.5rem center;
        padding-left: 1.5rem; }
        .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #backToCustomers:hover,
        .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #backToProjects:hover {
          background-image: url("../images/warehouse/icon-backlink.png"); }
      .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #watchlist_delete,
      .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #category_delete {
        background-image: url("../images/warehouse/icon-delete-green.png");
        background-repeat: no-repeat;
        background-position: 0.5rem center;
        padding-left: 1.5rem; }
        .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #watchlist_delete:hover,
        .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #category_delete:hover {
          background-image: url("../images/warehouse/icon-delete.png"); }
      .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #watchlist_share {
        background-image: url("../images/warehouse/icon-release-green.png");
        background-repeat: no-repeat;
        background-position: 0.5rem center;
        padding-left: 1.5rem; }
        .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #watchlist_share:hover {
          background-image: url("../images/warehouse/icon-release.png"); }
      .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #watchlist_stop_share {
        background-image: url("../images/warehouse/cancel-green.png");
        background-repeat: no-repeat;
        background-position: 0.5rem center;
        padding-left: 1.5rem; }
        .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions #watchlist_stop_share:hover {
          background-image: url("../images/warehouse/cancel.png"); }
      .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions > div {
        float: left; }
  .sg_watchlist_categories ul {
    list-style: none;
    margin: 0 -1rem;
    box-sizing: border-box; }
    .sg_watchlist_categories ul li {
      padding: 0 1rem 2rem;
      display: block;
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .sg_watchlist_categories ul li:nth-child(3n+1) {
        clear: both; }
    .sg_watchlist_categories ul:after {
      content: '';
      display: block;
      clear: both; }
    @media only screen and (max-width: 75rem) {
      .sg_watchlist_categories ul li {
        width: 50%;
        padding: 0 1rem 2rem; }
        .sg_watchlist_categories ul li:nth-child(3n+1) {
          clear: none; }
        .sg_watchlist_categories ul li:nth-child(2n+1) {
          clear: both; } }
    @media only screen and (max-width: 37.5rem) {
      .sg_watchlist_categories ul li {
        width: 100%;
        padding: 0 1rem 2rem;
        float: none;
        clear: both; } }
  .sg_watchlist_categories .sg_category_selection,
  .sg_watchlist_categories .sg_watchlist_selection {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    clear: both;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    transition: transform 0.3s; }
    .sg_watchlist_categories .sg_category_selection.act,
    .sg_watchlist_categories .sg_watchlist_selection.act {
      transform: translate3d(0, -2rem, 0); }
  .sg_watchlist_categories .sg_watchlist_box {
    border: 1px solid #EEE;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    color: #198C8C;
    text-align: center;
    cursor: pointer; }
    .sg_watchlist_categories .sg_watchlist_box:hover {
      border-color: #d9d9d9; }
    .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_top {
      background: #FFFFFF;
      position: relative; }
      .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_top h2 {
        margin: 0;
        color: #198C8C;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.8rem 1rem; }
      .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_top input[type="text"] {
        color: #198C8C;
        width: 100%;
        padding: 0.8rem 3rem 0.8rem 1rem;
        height: auto;
        font-size: 1rem; }
      .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_top input[type="submit"] {
        background: url("../images/warehouse/release.png") no-repeat center center;
        position: absolute;
        width: 30px;
        height: 31px;
        top: 9px;
        right: 10px;
        cursor: pointer; }
        .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_top input[type="submit"]:hover {
          background-image: url("../images/warehouse/release-hover.png"); }
    .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_center {
      background: #323232;
      padding: 3rem 0;
      color: #FFFFFF; }
      .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_center span {
        display: block;
        text-transform: uppercase; }
        .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_center span.sg_watchlist_counter {
          font-size: 1.5rem;
          line-height: 1rem; }
    .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_bottom {
      background: #FFFFFF;
      overflow: hidden; }
      .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_bottom button {
        padding: 0.7rem 0;
        width: 50%;
        float: left;
        outline: none;
        background: none;
        border-style: solid;
        border-color: #EEE;
        border-width: 1px 0 0 1px;
        color: #198C8C;
        font-size: 0.7rem;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_bottom button:first-child {
          border-width: 1px 0 0 0; }
        .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_bottom button:last-child {
          float: right; }
        .sg_watchlist_categories .sg_watchlist_box .sg_watchlist_box_bottom button:hover {
          background: #fafafa; }
    .sg_watchlist_categories .sg_watchlist_box.watchlist_select button {
      width: 33.33333%; }
    .sg_watchlist_categories .sg_watchlist_box.watchlist_select .list_stop_share {
      display: none; }
  .sg_watchlist_categories .sg_watchlist_list {
    opacity: 0;
    display: none; }
  .sg_watchlist_categories #watchlist_currentCategory,
  .sg_watchlist_categories #watchlist_currentList {
    opacity: 0;
    cursor: pointer; }
    .sg_watchlist_categories #watchlist_currentCategory:hover,
    .sg_watchlist_categories #watchlist_currentList:hover {
      text-decoration: underline; }
  .sg_watchlist_categories #watchlist_currentList {
    position: relative;
    margin: 0 0 0 1.4rem; }
    .sg_watchlist_categories #watchlist_currentList:before {
      content: "\00BB";
      font-size: 1.2rem;
      padding: 0 0 0 0.1rem;
      position: absolute;
      left: -1.2rem;
      color: #8E8E8E;
      line-height: 1.4rem; }

.sg_watchlist_category .watchlist_chooser {
  cursor: pointer;
  text-align: center;
  padding: 0.1rem 0.2rem;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .sg_watchlist_category .watchlist_chooser:hover {
    background-color: #FFFFFF; }

.sg_watchlist_item.sg_watchlist_item_expired .sg_log_card .sg_watchlist_item_expired_note {
  text-align: center;
  margin: 3.5rem 0 0 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7); }
.sg_watchlist_item.sg_watchlist_item_expired .sg_log_footer {
  min-height: 57px; }
  .sg_watchlist_item.sg_watchlist_item_expired .sg_log_footer .sg_showMeasurmentList {
    display: none; }

.sg_shared_watchlist .sg_watchlist_item {
  display: block; }
  .sg_shared_watchlist .sg_watchlist_item.nonStandardPreviewImage img {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  .sg_shared_watchlist .sg_watchlist_item .sg_log_footer .sg_log_actions .sg_showMeasurmentList {
    width: 100%; }

.sg_metanav {
  display: inline; }

.sg_warehouse_metanav {
  font-size: 0.625rem;
  letter-spacing: 3px; }

.sg_user_greeting {
  border-right: 1px solid #fff;
  padding-right: 0.9rem; }

.sg_metanav > ul {
  display: inline;
  border-right: 1px solid #fff;
  padding-right: 0.9rem; }
.sg_metanav .lang {
  display: inline-block; }
  .sg_metanav .lang:hover {
    background-color: #000; }
  .sg_metanav .lang a {
    color: #fff; }
    .sg_metanav .lang a:hover {
      text-decoration: underline; }
  .sg_metanav .lang .current {
    position: relative; }
    .sg_metanav .lang .current > a {
      background: url(/fileadmin/templates/images/white-arrow-down.png) no-repeat 93% 12px;
      padding: 2px 20px 5px 10px;
      display: block;
      width: 100%;
      text-transform: uppercase; }
    .sg_metanav .lang .current ul {
      display: none;
      margin-right: 0;
      position: absolute;
      top: 20px;
      width: 100%; }
      .sg_metanav .lang .current ul a {
        padding: 2px 0px 2px 10px;
        width: 100%;
        text-transform: uppercase;
        display: block; }
  .sg_metanav .lang a:hover {
    background-color: #000; }
  .sg_metanav .lang .current ul li {
    width: 100%;
    text-align: left;
    background: #000; }
  .sg_metanav .lang .current ul:hover {
    display: block; }
  .sg_metanav .lang .current > a:hover + ul {
    display: block; }
.sg_metanav ul li {
  display: inline-block; }

.sg_warehouse_mobileImageGalleryWrapper {
  width: 100%; }
  .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery {
    padding: 0 3rem;
    list-style: none;
    margin: 0 -1rem;
    box-sizing: border-box;
    margin: 0; }
    .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li {
      padding: 0 1rem 2rem;
      display: block;
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li:nth-child(4n+1) {
        clear: both; }
    .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery:after {
      content: '';
      display: block;
      clear: both; }
    @media only screen and (max-width: 75rem) {
      .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li {
        width: 33.33333%;
        padding: 0 1rem 2rem; }
        .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li:nth-child(4n+1) {
          clear: none; }
        .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li:nth-child(3n+1) {
          clear: both; } }
    @media only screen and (max-width: 37.5rem) {
      .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li {
        width: 100%;
        padding: 0 1rem 2rem;
        float: none;
        clear: both; } }
    .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li > div {
      position: relative; }
      .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li > div:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li > div a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-transition: box-shadow 0.4s ease-in-out;
        -moz-transition: box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out; }
        .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li > div a:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
        .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li > div a img {
          min-height: 100%;
          -webkit-transition: transform 0.4s ease-in-out;
          -moz-transition: transform 0.4s ease-in-out;
          transition: transform 0.4s ease-in-out; }
          .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li > div a img:hover {
            transform: scale(1.1); }
  .sg_warehouse_mobileImageGalleryWrapper .owl-carousel {
    padding: 0 0 1rem 0; }

.sg_warehouse_veneerbundle_navigator {
  margin: 0 64px 2rem;
  overflow: hidden; }
  .sg_warehouse_veneerbundle_navigator .prevWatchlistItem {
    float: left;
    background: url("../images/warehouse/icon-backlink-green.png") no-repeat 0.7rem center;
    padding-left: 2rem; }
    .sg_warehouse_veneerbundle_navigator .prevWatchlistItem:hover {
      background-image: url("../images/warehouse/icon-backlink.png"); }
  .sg_warehouse_veneerbundle_navigator .nextWatchlistItem {
    float: right;
    background: url("../images/warehouse/icon-link-green.png") no-repeat right 0.7rem center;
    padding-right: 2rem; }
    .sg_warehouse_veneerbundle_navigator .nextWatchlistItem:hover {
      background-image: url("../images/warehouse/icon-link.png"); }
  .sg_warehouse_veneerbundle_navigator .addPrevLogInList,
  .sg_warehouse_veneerbundle_navigator .addNextLogInList {
    display: none; }

#excludeBundleImagesContainer label,
.watchlistImageExclusionToggle label {
  padding: 4px 10px;
  cursor: pointer;
  position: absolute;
  bottom: .5rem;
  left: .5rem;
  width: 50px;
  height: 50px;
  z-index: 1;
  background: transparent;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer; }
#excludeBundleImagesContainer input,
.watchlistImageExclusionToggle input {
  display: none; }
  #excludeBundleImagesContainer input:checked + label,
  .watchlistImageExclusionToggle input:checked + label {
    background: url("../images/warehouse/checkmark.png") #198C8C no-repeat;
    background-size: cover; }

#excludeBundleImagesContainer label {
  top: 1rem;
  left: 4rem;
  background: #FFFFFF;
  border-color: #000000;
  bottom: initial;
  z-index: 30; }

.flashMessageWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: transparent; }
  .flashMessageWrapper.flashMessageIn {
    background: rgba(0, 0, 0, 0.2); }
  .flashMessageWrapper .flashMessage {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    background: #198C8C;
    top: 100px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -60px, 0);
    opacity: 0.1;
    color: #313131;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
    .flashMessageWrapper .flashMessage.flashMessageIn {
      transform: translate3d(0, 0, 0);
      opacity: 1; }
    .flashMessageWrapper .flashMessage .flashMessageClose {
      border: none;
      outline: none;
      position: absolute;
      top: 14px;
      right: 11px;
      height: 11px;
      width: 11px;
      background: url("../images/warehouse/cancel.png") no-repeat 0 0;
      background-size: 11px 11px;
      cursor: pointer; }
    .flashMessageWrapper .flashMessage .flashMessageHeading {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 1.25rem;
      padding: 0.5625rem 2rem;
      text-align: center; }
    .flashMessageWrapper .flashMessage .flashMessageText {
      padding: 1.5rem 2rem;
      background: #FFFFFF; }
      .flashMessageWrapper .flashMessage .flashMessageText input,
      .flashMessageWrapper .flashMessage .flashMessageText label {
        cursor: pointer; }
      .flashMessageWrapper .flashMessage .flashMessageText input[type=text] {
        width: 100%;
        font-size: 0.8rem; }
      .flashMessageWrapper .flashMessage .flashMessageText input[type=checkbox] {
        height: auto;
        margin-right: 5px;
        position: relative;
        top: 1px; }
    .flashMessageWrapper .flashMessage .flashMessageButtons {
      background: #FFFFFF;
      border-top: 1px solid #D0D0D0;
      text-align: right;
      padding: 0.5rem 1rem;
      text-transform: uppercase; }
      .flashMessageWrapper .flashMessage .flashMessageButtons .flashMessageConfirm {
        margin-right: 1rem;
        width: 100px;
        padding: 0.5em;
        background: transparent;
        color: #198C8C;
        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 #198C8C; }
        .flashMessageWrapper .flashMessage .flashMessageButtons .flashMessageConfirm:hover {
          color: #FFFFFF;
          background: #198C8C; }
      .flashMessageWrapper .flashMessage .flashMessageButtons .flashMessageCancel {
        width: 100px;
        padding: 0.5em;
        background: #D0D0D0;
        color: #313131;
        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 #313131; }
        .flashMessageWrapper .flashMessage .flashMessageButtons .flashMessageCancel:hover {
          color: #313131;
          background: #8E8E8E; }

.popup-heading {
  background-color: #198C8C;
  height: 2.5rem;
  padding: 0 2rem; }
  .popup-heading h1 {
    font-size: 1rem;
    padding: 0.6rem 0 0;
    margin: 0;
    color: #FFFFFF;
    line-height: normal; }

.measurmentList-body {
  padding: 0 2rem; }
  .measurmentList-body table th, .measurmentList-body table td {
    padding: 0 5px; }
  .measurmentList-body table tbody tr:nth-child(2n) {
    background: #F0F0F0; }

#menuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

#overlayMenuContainer {
  padding: 0 0 2rem 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  background: #fff;
  max-width: 100%; }
  #overlayMenuContainer .measurmentList-header {
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 0 2rem 0.125rem 2rem; }
  #overlayMenuContainer .measurementList-blockName {
    float: left; }
  #overlayMenuContainer h2 {
    color: #198C8C;
    text-transform: uppercase;
    font-size: 1.1rem;
    display: inline-block;
    margin: 5px 0 0 0; }
  #overlayMenuContainer h3 {
    color: #198C8C;
    text-transform: none;
    margin: 0; }
  #overlayMenuContainer #measurementListDownload {
    float: right;
    margin-top: 7px; }
  #overlayMenuContainer #overlayMenuClose {
    border: none;
    outline: none;
    position: absolute;
    top: 14px;
    right: 11px;
    height: 11px;
    width: 11px;
    background: url("../images/warehouse/cancel.png") no-repeat 0 0;
    background-size: 11px 11px;
    cursor: pointer; }
  #overlayMenuContainer .overlayMenuInner {
    max-height: 600px; }
    #overlayMenuContainer .overlayMenuInner.overlayMenuLoading {
      padding: 2rem 2rem 0 2rem; }
    #overlayMenuContainer .overlayMenuInner i {
      color: #198C8C; }
    #overlayMenuContainer .overlayMenuInner .measurmentList-body {
      overflow-y: scroll; }

.mobileImageBatchDownloadWrapper {
  display: none;
  margin: 0 0 1rem 0; }
  .mobileImageBatchDownloadWrapper a.button {
    width: 100%;
    text-align: center; }

@media only screen and (max-width: 1500px) {
  .hideInLarge {
    display: inherit; }

  .hideInSmall {
    display: none; }

  .sg_warehouse_logo {
    width: 15%;
    left: initial;
    text-align: center;
    padding: 0 1rem;
    top: 0.3rem; }

  .sg_warehouse_content {
    padding: 0 1rem; }

  .sg_warehouse_header .sg_warehouse_filterform {
    visibility: hidden; }
    .sg_warehouse_header .sg_warehouse_filterform .sg_filter_column {
      width: 20.3%; }
    .sg_warehouse_header .sg_warehouse_filterform #sg_attributes_veneerimage_column {
      width: 30%; }
  .sg_warehouse_header.open .sg_warehouse_filterform {
    height: 310px;
    visibility: visible; }
    .sg_warehouse_header.open .sg_warehouse_filterform.extended {
      height: 340px; }

  .sg_warehouse_header_content {
    width: 100%;
    float: right;
    padding: 0 1rem; }

  .sg_warehouse_metanav,
  .sg_warehouse_actions {
    width: 85%;
    float: right; }

  #speciesSearchWrapper {
    width: 45%; }

  .sg_warehouse_filtertoggle {
    width: 11%; }

  .sg_warehouse_nav {
    width: 40%; } }
@media only screen and (max-width: 1045px) {
  .sg_user_greeting {
    display: none; } }
@media only screen and (max-width: 990px) {
  #speciesSearchWrapper {
    width: 75%; }

  .sg_warehouse_nav {
    display: none;
    float: none;
    width: auto;
    position: absolute;
    margin: 0;
    top: 68px;
    right: 1rem;
    left: 1rem;
    background: #1f1f1f;
    z-index: 5; }
    .sg_warehouse_nav span,
    .sg_warehouse_nav span:last-child {
      text-align: center; }
      .sg_warehouse_nav span a,
      .sg_warehouse_nav span:last-child a {
        max-width: 180px;
        margin: 0 auto;
        display: block;
        padding: 0.5rem 1rem 0.5rem 2rem; }
    .sg_warehouse_nav #sg_gallery_link {
      background-position: 3rem center; }
    .sg_warehouse_nav #sg_watchlist_link {
      background-position: 2.1rem center; }
    .sg_warehouse_nav #sg_logout_link {
      background-position: 2.5rem center; }

  .sg_warehouse_actions #menu-button-label {
    display: block; }

  .sg_log_filter_input {
    width: 50px; } }
@media only screen and (max-width: 850px) {
  .sg_warehouse_header.open .sg_warehouse_filterform.extended {
    height: auto;
    width: 100%; }
  .sg_warehouse_header .sg_warehouse_filterform .sg_filter_form_input_wrapper {
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    margin-bottom: 1rem; }
  .sg_warehouse_header .sg_warehouse_filterform .sg_filter_column,
  .sg_warehouse_header .sg_warehouse_filterform #sg_attributes_veneerimage_column {
    width: 100%;
    margin: 0; }
  .sg_warehouse_header .sg_warehouse_filterform .sg_log_filter_input {
    width: 60px; }
  .sg_warehouse_header .sg_warehouse_filterform #extendedSearchMask .sg_filter_column {
    width: 100%;
    margin-left: 0; }
  .sg_warehouse_header .sg_warehouse_filterform #sg_attributes_veneerimage_column .sg_dropdownFilterValues {
    background-position-x: 96%; }
  .sg_warehouse_header .sg_warehouse_filterform #sg_filter_reset,
  .sg_warehouse_header .sg_warehouse_filterform #sg_ajax_filter_submit {
    margin-bottom: 1rem; }

  .sg_warehouse_header.open + .sg_warehouse_content {
    margin-top: 27.825rem; } }
@media only screen and (max-width: 768px) {
  .sg_warehouse_header {
    position: absolute; }

  .sg_warehouse_logo {
    width: 7rem;
    margin-top: 0.9rem; }

  .sg_metanav > ul {
    border: none;
    padding: 0 0 0.5rem 1.5rem; }

  .sg_website_link {
    display: block;
    padding: 0 0 0.5rem 0; }

  .sg_warehouse_actions {
    width: 100%;
    float: none; }
    .sg_warehouse_actions #speciesSearchWrapper {
      width: 100%; }

  .sg_warehouse_actions #menu-button-label {
    top: 13px; }

  .sg_warehouse_nav {
    top: 146px; }

  .sg_warehouse_filtertoggle {
    margin: 1rem 0 0 0; }

  .sg_warehouse_content {
    margin-top: 13.125rem; }

  .sg_warehouse_header.open + .sg_warehouse_content {
    margin-top: 36.125rem; }

  .sg_sort_label {
    display: block;
    float: none;
    margin-bottom: 0.25rem; }

  .sg_veneerbundle_actions {
    float: none;
    position: relative;
    top: auto;
    right: auto; }
    .sg_veneerbundle_actions .button {
      float: none;
      text-align: center;
      margin: 0 0 0.5rem;
      display: inline-block; }

  .sg_veneerbundle_list_container {
    margin: 0 0 3rem; }

  .sg_veneerbundle_info {
    margin: 0 0 1.5rem;
    padding: 1rem; }
    .sg_veneerbundle_info .sg_log_info_column {
      width: 50%;
      margin: 0 0 0.5rem;
      border: none; }

  #sg_loglist li {
    width: 100%; }

  .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery {
    padding: 0;
    margin: 0 -0.5rem; }
    .sg_warehouse_mobileImageGalleryWrapper #sg_warehouse_mobileImageGallery li {
      padding: 0 0.5rem 1rem; }

  .sg_warehouse_veneerbundle_navigator {
    margin: 0 0 1.5rem; }

  #sg_watchlist_menu .sg_watchlist_menu_bundleInfo .sg_log_image {
    width: 100%;
    text-align: center;
    float: none; }
    #sg_watchlist_menu .sg_watchlist_menu_bundleInfo .sg_log_image img {
      max-width: 200px; }
  #sg_watchlist_menu .sg_watchlist_menu_bundleInfo .sg_log_info {
    /*
    padding-left: 0;
    padding-right: 0;
    float: none;
    min-width: 0;
    overflow-y: auto;
    max-height: 200px;
    overscroll-behavior: contain;
    */
    display: none; }
  #sg_watchlist_menu #sg_watchlist_select_container > div {
    width: 100%;
    float: none;
    margin-right: 0; }
  #sg_watchlist_menu #sg_new_watchlist_container #new_category_name,
  #sg_watchlist_menu #sg_new_watchlist_container #new_watchlist_name {
    width: 100%;
    float: none;
    margin-bottom: 0.5rem; }

  .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_currentScreen {
    float: none; }
  .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions {
    float: none;
    padding: 0;
    text-align: left; }
    .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions button, .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_actions a {
      margin: 0 0.25rem 0.5rem 0; }

  .sg_veneerbundle_info .sg_log_info_column .sg_log_info_label {
    width: 50%;
    display: block;
    float: left;
    margin-right: 0;
    padding-right: 1rem; }
  .sg_veneerbundle_info .sg_log_info_column .sg_log_info_value {
    width: 50%;
    float: right; }
  .sg_veneerbundle_info .sg_log_info_column#log_info_place {
    padding-right: 1rem;
    margin-bottom: 0.5rem; }
  .sg_veneerbundle_info .sg_log_info_column:last-child {
    padding-right: 1rem; } }
@media only screen and (max-width: 572px) {
  .sg_warehouse_nav #sg_gallery_link {
    background-position: 1rem center; }
  .sg_warehouse_nav #sg_watchlist_link {
    background-position: 0.3rem center; }
  .sg_warehouse_nav #sg_logout_link {
    background-position: 0.5rem center; } }
@media only screen and (max-width: 520px) {
  .sg_loglist_hits,
  .sg_loglist_sort {
    float: none; }

  .sg_veneerbundle_info .sg_log_info_column {
    width: 100%;
    margin: 0;
    padding-right: 0; }
    .sg_veneerbundle_info .sg_log_info_column .sg_log_info_value {
      float: right; }
    .sg_veneerbundle_info .sg_log_info_column#log_info_place, .sg_veneerbundle_info .sg_log_info_column:last-child {
      padding-right: 0; }
  .sg_veneerbundle_info .sg_log_offerText p {
    margin: 0; }

  .sg_log_info .sg_log_info_row .sg_log_info_left,
  .sg_log_info .sg_log_info_row .sg_log_info_right {
    float: none;
    width: 100%;
    max-width: none;
    overflow: hidden; }
  .sg_log_info .sg_log_info_row .sg_log_info_label {
    width: 49%;
    margin-right: 1%; }
  .sg_log_info .sg_log_info_row .sg_log_info_value {
    width: 50%; }
  .sg_log_info .sg_log_info_row.sg_log_additionalInfo .sg_log_info_left {
    width: 49%;
    margin-right: 1%;
    max-width: 12rem; }
  .sg_log_info .sg_log_info_row.sg_log_additionalInfo .sg_log_info_right {
    width: 50%; }
  .sg_log_info .sg_log_info_row.sg_log_additionalInfo .sg_log_info_label,
  .sg_log_info .sg_log_info_row.sg_log_additionalInfo .sg_log_info_value {
    width: 100%;
    display: block;
    text-align: left; }
  .sg_log_info .sg_log_info_row.sg_log_additionalInfo .sg_log_info_left {
    float: left; }
  .sg_log_info .sg_log_info_row.sg_log_additionalInfo .sg_log_info_right {
    float: right;
    text-align: right; }

  #hoveringWatchlistContainer {
    height: 100%;
    width: 100%; } }
@media only screen and (max-width: 450px) {
  .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_backButtons,
  .sg_watchlist_categories .sg_watchlist_options_wrapper #sg_watchlistcategory_actions,
  .sg_watchlist_categories .sg_watchlist_options_wrapper #sg_watchlist_actions {
    width: 100%;
    margin: 0;
    float: none; }
    .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_backButtons button,
    .sg_watchlist_categories .sg_watchlist_options_wrapper #sg_watchlistcategory_actions button,
    .sg_watchlist_categories .sg_watchlist_options_wrapper #sg_watchlist_actions button {
      padding-right: 1.5rem; }
    .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_backButtons button, .sg_watchlist_categories .sg_watchlist_options_wrapper .sg_watchlist_backButtons a,
    .sg_watchlist_categories .sg_watchlist_options_wrapper #sg_watchlistcategory_actions button,
    .sg_watchlist_categories .sg_watchlist_options_wrapper #sg_watchlistcategory_actions a,
    .sg_watchlist_categories .sg_watchlist_options_wrapper #sg_watchlist_actions button,
    .sg_watchlist_categories .sg_watchlist_options_wrapper #sg_watchlist_actions a {
      width: 49%;
      margin-right: 0;
      text-align: center; } }
@media only screen and (max-width: 425px) {
  .sg_metanav > ul {
    display: block; }

  .sg_website_link {
    display: none; }

  #sg_filter_reset,
  #sg_ajax_filter_submit {
    width: 49%;
    margin-right: 0;
    text-align: center; }

  #sg_filter_reset {
    background-position: 15% center; }

  #sg_ajax_filter_submit {
    float: right;
    background-position: 22% center; }

  .sg_veneerbundle_actions .button {
    width: 49%; }
  .sg_veneerbundle_actions #sg_backToWatchlist {
    padding-left: 0; }
  .sg_veneerbundle_actions .sg_watchlist_openAddMenu {
    padding-right: 1.5rem;
    float: right;
    background-position: calc(50% - 42px) center; }
  .sg_veneerbundle_actions .imageBatchDownload {
    display: none; }

  .mobileImageBatchDownloadWrapper {
    display: block; }

  .sg_warehouse_nav {
    width: 200px;
    left: auto; }
    .sg_warehouse_nav span,
    .sg_warehouse_nav span:last-child {
      float: none;
      width: auto; }
      .sg_warehouse_nav span a,
      .sg_warehouse_nav span:last-child a {
        background-position: 0.5rem center !important; }

  .sg_veneerbundle_top {
    margin-bottom: 1.5rem; }

  .sg_veneerbundle_list_container {
    margin-bottom: 1.5rem; }

  #overlayMenuContainer #overlayMenuClose {
    right: 6%; }
  #overlayMenuContainer .popup-heading,
  #overlayMenuContainer .measurmentList-header,
  #overlayMenuContainer .measurmentList-body {
    padding: 0 0.5rem; }
  #overlayMenuContainer .measurementList-blockName,
  #overlayMenuContainer #measurementListDownload {
    float: none; }

  .sg_warehouse_veneerbundle_navigator {
    margin: 0 0 .5rem; }
    .sg_warehouse_veneerbundle_navigator .prevWatchlistItem,
    .sg_warehouse_veneerbundle_navigator .nextWatchlistItem {
      text-align: center;
      margin: 0 0 .5rem 0;
      width: 49%;
      height: auto; }
    .sg_warehouse_veneerbundle_navigator .prevWatchlistItem {
      background-position: calc(50% - 37px) 7px;
      padding-right: 1rem; }
    .sg_warehouse_veneerbundle_navigator .nextWatchlistItem {
      background-position: calc(50% + 22px) 7px;
      padding-left: 1rem; }

  #sg_watchlist_menu > div,
  #sg_watchlist_menu > h5 {
    padding: 0 1rem; }

  #sg_backToGallery, #sg_backToWatchlist, #sg_backToLogsStock {
    width: 49%; } }
@media only screen and (max-width: 360px) {
  #sg_filter_reset {
    width: 55%; }

  #sg_ajax_filter_submit {
    width: 43%;
    background-position: 15% center; } }
@media only screen and (max-height: 640px) {
  #hoveringWatchlistContainer {
    overflow: auto; }

  #sg_watchlist_menu .sg_watchlist_menu_bundleInfo .sg_log_image {
    display: none; }

  .sg_log_header {
    padding-bottom: 0; } }

/*# sourceMappingURL=default_warehouse.css.map */
