@font-face {
    font-family: 'verlaglight';
    src: url('verlag/Verlag-Light.eot');
    src: url('verlag/Verlag-Light.eot?#iefix') format('embedded-opentype'),
        url('verlag/Verlag-Light.woff2') format('woff2'),
        url('verlag/Verlag-Light.woff') format('woff'),
        url('verlag/Verlag-Light.ttf') format('truetype'),
        url('verlag/Verlag-Light.svg#Verlag-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'verlagbook';
    src: url('verlag/verlag_book-webfont.eot');
    src: url('verlag/verlag_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('verlag/verlag_book-webfont.woff2') format('woff2'),
         url('verlag/verlag_book-webfont.woff') format('woff'),
         url('verlag/verlag_book-webfont.ttf') format('truetype'),
         url('verlag/verlag_book-webfont.svg#verlagbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verlagbold';
    src: url('verlag/verlag_bold-webfont.eot');
    src: url('verlag/verlag_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('verlag/verlag_bold-webfont.woff2') format('woff2'),
         url('verlag/verlag_bold-webfont.woff') format('woff'),
         url('verlag/verlag_bold-webfont.ttf') format('truetype'),
         url('verlag/verlag_bold-webfont.svg#verlagbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verlagblack';
    src: url('verlag/verlag_black-webfont.eot');
    src: url('verlag/verlag_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('verlag/verlag_black-webfont.woff2') format('woff2'),
         url('verlag/verlag_black-webfont.woff') format('woff'),
         url('verlag/verlag_black-webfont.ttf') format('truetype'),
         url('verlag/verlag_black-webfont.svg#verlagblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

.ui-loader {
    display: none;
}

body {
    overflow: hidden;
}

#display {
    position: fixed;
    left: -150px;
    top: 0;
    bottom: 30px;
    margin: auto;
    opacity: 0;
}

#display img {
    position: absolute;
    max-width: 100vw;
    height: auto;
    max-height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#panels,
#metal,
#detail_panels,
#detail_metal {
    position: absolute;
    z-index: 2;
}

#top,
#hardware,
#mb,
#detail_top,
#detail_hardware {
    position: absolute;
    z-index: 3;
}

#sink,
#detail_sink {
    position: absolute;
    z-index: 4;
}

#faucet,
#detail_faucet {
    position: absolute;
    z-index: 5;
}

#background,
#detail_background {
    position: relative;
    z-index: 1;
}

#details {
    position: fixed;
    left: 30%;
    z-index: 49;
    top: 0;
    transform: translateX(-50%);
    border: none;
    background-color: #DDD;
    font-size: 1.25em;
    border-radius: 0 0 8px 8px;
    color: #4D4744;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    min-width: 200px;
}

#overlay_close {
    position: fixed;
    left: 0;
    z-index: 49;
    top: 0;
    border: none;
    font-size: 3em;
    line-height: 0.5em;
    color: #4D4744;
    font-family: sans-serif;
    text-decoration: none;
    padding: 15px;
}

#info {
    position: fixed;
    left: 30%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 49;
}

#details.left, #info.left {
    left: 30% !important;
}
#details.right, #info.right {
    left: 60% !important;
}

#overlay {
    font-family: verlaglight, Arial, Helvetica, sans-serif;
    display: none;
    z-index: 99;
    color: #4d4744;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #EEE;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

#overlay h2 {
    margin-top: 35vh;
    font-family: verlaglight, Arial, Helvetica, sans-serif;
    text-align: center;
}

#overlay h1 {
    text-align: center;
    font-size: 4em;
    font-family: verlagbold, Arial, Helvetica, sans-serif;
    margin-top: 0;
}

#overlay h3 {
    text-align: center;
    font-size: 1.25em;
}

#overlay .col-lg-8 {
    max-width: 100vw;
    overflow: auto;
}

#overlay .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
    white-space: nowrap;
}

.btn-primary {
    background-color: #4D4744;
}

#detail_display {
    position: absolute;
    width: 100%;
    height: 30vh;
    overflow: hidden;
    display: block;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
}

#detail_display img {
    position: absolute;
    margin-top: -15%;
    width: 100vw;
    /* opacity: 0.3; */
    opacity: 1;
}

#detail_gradient {
    width: 100%;
    height: 30vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#eeeeee',GradientType=0 );
}

@media screen and (max-width: 1300px) {
    #detail_display img {
        margin-top: -5%;
    }
}
@media screen and (max-width: 650px) {
    #detail_display img {
        margin-top: 0;
    }
    #overlay .btn-primary {
        display: block;
        width: 80%;
        margin: 10px auto;
    }
}
@media screen and (max-width: 450px) {
    #detail_display img {
        margin-top: 0%;
    }
}

.right .list-group img,
.right .dropdown-menu img {
    max-height: 36px;
    border: 1px solid #ccc;
}

#dropdown-menu-mb_type li img {
    max-height: 75px;
}

.side-panel {
    text-align: left;
    z-index: 96;
    position: fixed;
    height: 100%;
    /* height: calc(100% - 30px); */
    max-height: 100vh;
    width: 40vw;
    background-color: #eee;
}

.side-panel.right {
    right: 0;
}

.side-panel.left {
    right: calc(100% - 30px);
    width: 40vw;
}

#accordion1,
#accordion3 {
    height: 100%;
}

.right #accordion1 {
    margin-left: 30px;
}

/* .left #accordion3 {
    margin-right: 30px;
} */

.left .expander,
.right .expander {
    display: block;
    position: absolute;
    height: 100%;
    max-height: 100vh;
    width: 30px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    display: table-cell;
    /* vertical-align: middle; */
    cursor: pointer;
}

.right .expander {
    border-left: 1px solid #ddd;
}

.left .expander {
    border-right: 1px solid #ddd;
}

.left .expander span,
.right .expander span {
    margin-top: -1.5em;
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #c4c4c4;
    font-size: 1.5em;
    line-height: 3em;
}

.expander p {
    transform: rotate(90deg);
    transform-origin: 0% 100%;
    display: block;
    position: absolute;
    text-align: center;
    color: #c4c4c4;
    font-size: 1.5em;
    white-space: nowrap;
    margin-top: -1.25em;
}

.bottom-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #eee;
    z-index: 97;
    margin: 0;
    left: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

.expander-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 98;
    text-align: center;
    background-color: #eee;
    font-size: 1.5em;
    border-top: 1px solid #ddd;
    cursor: pointer;
    color: #c4c4c4;
    height: 30px;
    line-height: 30px;

    /* display: none; */
}

.expander-bottom:after {
    content: "\25B2";
    font-size: 0.8em;
    margin: 0 0.5em;
}

.expander-bottom.expanded:after {
    content: "\25BC";
}

.inspiration_display {
    position: relative;
    display: inline-block;
    width: 300px;
    height: auto;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding-top: 175px;
    padding-left: 10px;
    padding-bottom: 10px;
    /* padding-left: 310px; */
}

.inspiration_display img {
    position: absolute;
    width: 300px;
    height: 169px;
    top: 0;
    /* bottom: 0; */
    left: 0;
    /* right: 0; */
    margin: auto;
    /* border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC; */
}

.design_metal,
.design_panels,
.config_panels,
.config_metal,
.inspiration_panels,
.inspiration_metal {
    position: absolute;
    z-index: 2;
}

.design_top,
.design_hardware,
.config_top,
.config_hardware,
.inspiration_top,
.inspiration_hardware {
    position: absolute;
    z-index: 3;
}

.design_sink,
.config_sink,
.inspiration_sink {
    position: absolute;
    z-index: 4;
}

.design_faucet,
.config_faucet,
.inspiration_faucet {
    position: absolute;
    z-index: 5;
}

.design_background,
.config_background,
.inspiration_background {
    position: relative;
    z-index: 1;
}

.bottom-panel a {
    display: inline-block;
    white-space: normal;
    margin: 20px;
    text-decoration: none;
    color: #333;
}

.bottom-panel a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.bottom-panel a img {
    /* width: 200px;
    height: 200px; */
    /* border: 1px solid #ccc; */
    text-decoration: none;
}

.expander-bottom .more_left {
    display: none;
    position: absolute;
    left: 0;
    font-size: 2em;
    padding: 5px 10% 5px 5px;
}
.expander-bottom .more_right {
    display: none;
    position: absolute;
    right: 0;
    font-size: 2em;
    padding: 5px 5px 5px 10%;
}

.bottom-panel .more_left {
    cursor: pointer;
    text-align: left;
    padding: 0 0 0 30px;
    display: block;
    position: fixed;
    height: 350px;
    width: 200px;
    font-size: 10em;
    color: #CCC;
    bottom: 0;
    left: 0;
    z-index: 99;
    /* background: linear-gradient(to left, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%); */
}
.bottom-panel .more_left:hover {
    color: #AAA;
    /* background: linear-gradient(to left, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 30%,rgba(238,238,238,1) 100%); */
}

.bottom-panel.start .more_left {
    display: none;
}

.bottom-panel .more_right {
    cursor: pointer;
    text-align: right;
    padding: 0 30px 0 0;
    display: block;
    position: fixed;
    height: 350px;
    width: 200px;
    font-size: 10em;
    color: #CCC;
    bottom: 0;
    right: 0;
    z-index: 99;
    /* background: linear-gradient(to right, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%); */
}

.bottom-panel .more_right:hover {
    color: #AAA;
    /* background: linear-gradient(to right, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 30%,rgba(238,238,238,1) 100%); */
}

.bottom-panel.end .more_right {
    display: none;
}

#loader_icon {
    display: block;
    z-index: 100;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 64px;
}
#pdf_loader_icon {
    left: 0;
    right: 0;
    margin: auto;
}
#pdf_loader_icon img{
    width: 16px;
}
#pdf_generating {
    text-align: center;
    height: 32px;
}
#pdf_modal .modal-dialog {
    max-width: 400px;
}

.btn-primary {
    color: #fff;
    background-color: #4d4744;
    border-color: #1a1411
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #3c3633;
    border-color: #1a1411
}

.btn-primary:hover {
    color: #fff;
    background-color: #3c3633;
    border-color: #1a1411
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3c3633;
    border-color: #1a1411
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #2b2522;
    border-color: #1a1411
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #4d4744;
    border-color: #1a1411
}

.fine-print {
    font-size: 0.8em;
    position: fixed;
    bottom: 0;
    z-index: 99;
    right: 0;
    line-height: 30px;
    margin: 0 10px;
    color: #999;
}

.panel-group {
    margin-bottom: 0;
    background-color: #EEE;
    overflow-y: auto;
}

.left .panel-group {
    margin-right: 30px;
}

.badge {
    float: right;
    background-color: #4d4744 !important;
    border-color: #4d4744 !important;
}

.right .panel-title a:after {
    content: "\25B2";
    font-size: 0.75em;
    color: #999;
}
.right .panel-title a.disabled:after {
    content: "\25B2 (Not Compatible)";
    font-style: italic;
    font-size: 0.75em;
    color: #999;
}

.right .panel-title a.collapsed:after {
    content: "\25BC";
}
.right .panel-title a.disabled.collapsed:after {
    content: "\25BC (Not Compatible)";
    font-style: italic;
}

.left .panel-title a:after {
    content: "\25B2";
    font-size: 0.75em;
    color: #999;
}

.left .panel-title a.collapsed:after {
    content: "\25BC";
}

/* #panel-config a ul,
#panel-config a li {
    display: inline-block;
    color: #AAA;
} */

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.dropdown-menu .active,
.dropdown-menu .active:focus,
.dropdown-menu .active:hover {
    background-color: #4d4744;
    border-color: #4d4744;
    color: #FFF;
}

.list-group-item.active.disabled {
    border-color: #DDD;
}

a:active,
a:focus {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

.panel {
    border-radius: 0;
}

.panel-heading {
    padding: 0;
}

.panel-title a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    white-space: nowrap;
}

.list-group-item {
    color: #555;
}

.panel-title a.disabled{
    cursor: default !important;
    color: #999 !important;
}
.panel-title a.disabled .badge:after {
    content: ' Not Compatible';
    font-style: oblique;
    float: right;
}
.list-group-item.disabled {
    cursor: default !important;
    background-color: #fff !important;
    color: #ccc !important;
}

.list-group-item.disabled:hover {
    background-color: #fff !important;
}

.list-group-item.disabled:after {
    content: ' Not Compatible';
    font-style: oblique;
    float: right;
}

.disabled {
    pointer-events: none;
}

#panel-config .list-group-item.disabled .config_display {
    opacity: 0.4;
}

#panel-config .list-group-item.disabled:after {
    display: none;
}

#panel-config .list-group-item.disabled h3:after {
    content: ' (Not Available In Selected Width)';
    font-style: oblique;
    font-size: 0.6em;
}

.list-group-item.disabled .option_finish {
    display: none;
}

.design_display img,
.config_display img {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
}

.design_display,
.config_display {
  background-color: #FFF;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  height: 169px;
  position: relative;
}

#panel-design .description h,
#panel-config .description h3{
    margin-top: 0;
}

#panel-design .description u,
#panel-config .description ul{
    padding-left: 15px;
}

#panel-design .description,
#panel-config .description {
  display: inline-block;
  margin-left: 10px;
  max-width: calc(100% - 320px);
  vertical-align: top;
}

#dropdown-menu-mb_type .description {
  display: inline-block;
  margin-left: 10px;
  width: 300px;
  white-space: normal;
}

#dropdown-menu-mb_type img {
    vertical-align: top;
}

#dropdown-menu-mb_type .disabled img {
    opacity: 0.4;
}

#accordion2 .panel-heading,
#accordion4 .panel-heading {
    background-color: #ddd;
    border-radius: 0;
}

/*
#accordion2 .panel-title a {
    padding-left: 35px;
}
*/

#accordion2 .panel,
#accordion4 .panel {
    border-radius: 0;
}

#accordion4 {
    overflow-y: initial;
}

#accordion2 {
    margin-bottom: 0;
}

#panel-top .dropdown .btn {
    width: 100%;
    overflow: hidden;
}

#panel-top .col-lg-1,
#panel-top .col-lg-2,
#panel-top .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-gray {
    background-color: #F5F5F5;
    border: 1px #DDD solid;
}

.alert {
    background-color: #EEE;/* #4d4744; */
    border: 1px #CCC solid; /* none */
    color: #333; /* #fff; */
    opacity: 0.9;
}

.alert button {
    color: #333 !important;
    opacity: 0.8 !important;
}

.dropdown-menu>.disabled, .dropdown-menu>.disabled:focus, .dropdown-menu>.disabled:hover, 
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #999 !important;
    background: #eee !important;
    cursor: default !important;
    position: relative;
    padding-right: 95px;
}

/*
  position: fixed;
  z-index: 99;
  /* width: 100%; /
  top: 0;
  left: 0;
  right: 0;
  margin: 10px;
  text-align: center;
  border-radius: 8px;
  display: none;
  /* opacity: 0;
     transition: opacity 1s ease-in-out; /
  pointer-events: none;
}
.alert.in {
  opacity: 0.9;
}
*/

.mb_dropdown_short,
.hardware_dropdown_short,
.top_dropdown_short {
    display: none;
}

#collapse4-1 .dropdown,
#collapse4-2 .dropdown {
    display: inline-block;
    width: 100%;
}

#collapse4-1 .btn,
#collapse4-2 .btn {
    width: 100%;
}

#collapse4-1 li,
#collapse4-2 li {
    width: 100%;
}

#collapse4-1 a.disabled,
#collapse4-2 a.disabled {
    cursor: default !important;
    background-color: #eee !important;
    color: #ccc !important;
    position: relative;
}

#collapse4-1 a.disabled{
    padding-right: 125px;
}

#collapse4-1 a.disabled:hover,
#collapse4-2 a.disabled:hover {
    background-color: #fff !important;
}

#collapse4-1 a.disabled:after,
#collapse4-2 a.disabled:after {
    content: '(Not Compatible)';
    font-style: oblique;
    position: absolute;
    right: 5px;
    top: 0;
}


#collapse3 li.disabled:after {
    content: '(Not Compatible)';
    font-style: oblique;
    position: absolute;
    right: 5px;
    top: 0;
}

@media screen and (max-width: 1300px) {
    #panel-top .col-xs-2 small {
        display: table;
        height: 3.5em;
        padding-bottom: 3px;
        width: 100% !important;
        vertical-align: bottom;
    }
    #panel-top .col-xs-2 .top-cell {
        display: table-cell;
        vertical-align: bottom;
    }
    .mb_dropdown_short,
    .hardeware_dropdown_short,
    .top_dropdown_short {
        display: inline-block;
    }
    .dropdown .btn {
        font-size: 0.75em;
        padding: 6px 0px;
    }
    .mb_dropdown_long,
    .hardeware_dropdown_long,
    .top_dropdown_long {
        display: none !important;
    }
    .col-xs-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #panel-design .description,
    #panel-config .description {
      display: block;
      max-width: 100%;
    }
}

@media screen and (max-width: 940px) {
    .side-panel {
        width: 50vw !important;
    }
    .fine-print {
        font-size: 0.7em !important;
    }
}

@media screen and (max-width: 700px) {
    #panel-top .badge,
    #panel-panels .badge {
        white-space: normal;
    }
    #panel-top .panel-title a,
    #panel-panels .panel-title a {
        height: 3em;
    }
    #panel-top .badge {
        max-width: 7em;
    }
    #panel-panels .badge {
        max-width: 12em;
    }
}

@media screen and (max-width: 650px) {
    .side-panel {
        width: 80vw !important;
    }
    .fine-print {
        bottom: 30px !important;
        width: 100% !important;
        text-align: center !important;
        z-index: 49 !important;
        margin: 0;
    }
    #print {
        top: 30px;
    }
    #panel-top .badge,
    #panel-panels .badge {
        max-width: 20em;
        white-space: nowrap;
    }
    #panel-top .panel-title a,
    #panel-panels .panel-title a {
        height: auto;
    }
}

@media screen and (max-width: 450px) {
    .panel-title a {
        padding: 10px;
    }
    #panel-top .badge,
    #panel-metal .badge,
    #panel-panels .badge {
        white-space: normal;
    }
    #panel-top .panel-title a,
    #panel-metal .panel-title a,
    #panel-panels .panel-title a {
        height: 3em;
    }
    #panel-top .badge {
        max-width: 7em;
    }
    #panel-panels .badge {
        max-width: 10em;
    }
    #panel-metal .badge {
        max-width: 10em;
    }
}

@media screen and (max-width: 350px) {
    .panel-title a {
        padding: 5px;
    }
    #panel-top .badge {
        max-width: 6em;
    }
    #panel-panels .badge {
        max-width: 8em;
    }
    #panel-metal .badge {
        max-width: 8em;
    }
}