/* @import url('//fast.fonts.net/cssapi/5fddf3cb-4ae1-4537-b4f5-8dc73976bbe2.css') */
/* 
font-family:'Albertina MT W01 Regular';
font-family:'Albertina MT W01 Italic';
font-family:'Albertina MT W01 Bold';
*/


/* --- CSS Floorplan Manager --- */
/* You can change these styles to customize the design and layout of floorplan's various elements */


html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}




html.interactive-floorplan {
    overflow-y: scroll;
}

/* --- flooplan styles --- */
/* flexbox  setup */

div#floorplan_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

div#floorplan_container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}

div#floorplan_expInfos {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 20px 10px;
}

div#floorplan_menus {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

div#msgs {
    display: none;
}


/* default fonts */
html,
body {
    font-family: 'Albertina MT W01 Regular';
}

#tooltip .expStandRef b,
#floorplan_expInfos .expStandRef b {
    font-family: 'Albertina MT W01 Regular';
    font-weight: 400;
    /* force b tag to use normal font-weight */
}

#floorplan_expInfos .expFullName,
#tooltip .expFullName {
    font-family: 'Albertina MT W01 Bold';
}

/* .expLink,
.expLink a {
    font-family: serif;
} */

#floorplan_container {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#floorplan_container svg {
    max-width: 960px;
    display: block;
    margin: auto;
}

#floorplan_container #texts {
    text-transform: uppercase;
    pointer-events: none;
}

#floorplan_container #refszones {
    pointer-events: none;
}

#floorplan_container #zones_stands>* {
    cursor: pointer;
}

/* updated strucuture */
/* js doesn't handle color anymore, just CSS :) */

/* dealer stands */
/* on hover */
#floorplan_container #zones_stands .highlight {
    fill: #333;
}

#floorplan_container #zones_stands [id^="z_a"].highlight>path {
    fill: hsl(327, 100%, 80%);
}

#floorplan_container #zones_stands [id^="z_b"].highlight>path {
    fill: hsl(107, 35%, 78%);
}

#floorplan_container #zones_stands [id^="z_c"].highlight>path {
    fill: hsl(200, 78%, 80%);
}

#floorplan_container #zones_stands [id^="z_d"].highlight>path {
    fill: hsl(28, 98%, 80%);
}

/* on click */
#floorplan_container #zones_stands .active {
    fill: #414141;
}

#floorplan_container #zones_stands .active g {
    fill: #FFF;
}

#floorplan_container #zones_stands [id^="z_a"].active>path {
    fill: rgb(230, 0, 126);
}

#floorplan_container #zones_stands [id^="z_b"].active>path {
    fill: rgb(0, 113, 60);
}

#floorplan_container #zones_stands [id^="z_c"].active>path {
    fill: rgb(27, 152, 213);
}

#floorplan_container #zones_stands [id^="z_d"].active>path {
    fill: rgb(238, 114, 3);
}

/* additional stands */
#floorplan_container #zones_sup .highlight g {
    fill: #333;
}

#floorplan_container #zones_sup .highlight>path {
    fill: rgb(255, 235, 59);
}

#floorplan_container #zones_sup .active g {
    fill: #333;
}

#floorplan_container #zones_sup .active>path {
    fill: rgb(230, 207, 0);
}


/* ------------------------- */


/* --- Dealer info Global styles --- */

.expFullName,
.expStandRef,
.expDesc,
.expLoc,
.expLink,
.dealerName,
.expMultiNames {
    display: block;
    position: relative;
}

.expLink a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 1s linear;
    transition: color 1s linear;
    letter-spacing: .11em;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
    cursor: pointer;
    text-transform: capitalize;
}

.expLink a:hover {
    color: #163B4A;
}


/* --- Dealer infos styles --- */

#floorplan_expInfos {
    border: 1px solid #ccc;
    overflow: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    color: #000;
    color: rgb(00, 00, 00);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: -1px;
    height: auto;
    text-align: center;
    -webkit-transition: height 1s linear;
    transition: height 1s linear;
}

#floorplan_expInfos .expFullName {
    font-size: 16px;
    line-height: 160%;
    color: inherit;
    font-weight: 500;
    letter-spacing: .04em;
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
    text-transform: uppercase;
}

#floorplan_expInfos .expStandRef {
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    clear: both;
    display: block;
}

#floorplan_expInfos .expStandRef b {
    color: inherit;
}

#floorplan_expInfos .expDesc {
    font-size: 12px;
    line-height: 150%;
    /* padding-top: 0; */
    width: 80%;
    margin: 0 auto;
}

#floorplan_expInfos .expLink {
    font-size: 1.2em;
    line-height: 150%;
    padding-top: 10px;
}

#floorplan_expInfos .expLoc {
    display: none;
}

#floorplan_expInfos .dealerLink {
    display: inline-block;
    padding: 4px;
    margin: 4px 2px 4px 0;
    color: #000;
    background-color: #ccc;
}

#floorplan_expInfos .dealerLink:hover {
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #000;
}


/* error message */

#floorplan_expInfos .error {
    font-family: 'Albertina MT W01 Regular', sans-serif;
    color: #FFF;
    position: relative;
    display: inline-block;
    background-color: #890000;
    width: 100%;
    height: 100%;
    padding: 10px;
}

/* welcome message */
#floorplan_expInfos .title {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

#floorplan_expInfos .message {
    font-size: 18px;
    font-weight: 300;
    display: none;
}

#floorplan_expInfos .area-img img {
    max-width: 360px;
    width: 100%;
    padding: 30px;
    margin: auto;
}


/* ------------------------- */


/* --- Menus and navigation styles --- */


/* Navigation */

.listNav {
    margin-bottom: 10px;
    position: relative;
}

.ln-letters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 750px;
    margin: auto;
}

.ln-letters a {
    font-size: 1em;
    color: #4D4C47;
    display: block;
    padding: 5px 8px;
    border: 1px solid silver;
    text-decoration: none;
    font-family: 'Albertina MT W01 Regular', sans-serif;
    position: relative;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.ln-letters a:nth-child(1) {
    margin-left: 0;
}

.ln-letters a.ln-disabled {
    color: #ccc;
    cursor: default;
    display: none;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
    background-color: #eaeaea;
}

.ln-letters a.ln-disabled:hover {
    background-color: #FFFFFF;
}

.ln-letter-count {
    text-align: center;
    font-size: 0.8em;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 3px;
    color: #336699;
}

#menuList li.listNavHide {
    display: none;
}

#menuList li.listNavShow {
    display: inherit;
}



/* Menus */
#floorplan_menus {
    margin-left: auto;
}

#menuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    
    list-style: none;
    margin: auto;
    max-width: 750px;
    padding: 0;
    width: 100%;
}

#menuList li {
    font-size: 12px;
    margin: 0 0 auto 0;
    padding: 0 5px 0 0;
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
}

#menuList li:hover {
    cursor: pointer;
    background-color: #eaeaea;
}

#menuList li .orderRef {
    display: none;
}

#menuList li .zRef {
    font-size: 1.1em;
    line-height: 150%;
    padding: 0px 8px;
    margin-right: 2px;
    min-width: 50px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #333;
    background-color: #ccc;
}


#menuList li[data-zonesrelated^="a"] .zRef {
    background-color: rgb(252, 225, 233);
}

#menuList li[data-zonesrelated^="b"] .zRef {
    background-color: rgb(230, 241, 227);
}

#menuList li[data-zonesrelated^="c"] .zRef {
    background-color: rgb(238, 243, 252);
}

#menuList li[data-zonesrelated^="d"] .zRef {
    background-color: rgb(255, 247, 226);
}



/* ---- */

#menuList li .iName {
    font-size: 1em;
    line-height: 150%;
    font-weight: normal;
    color: #333;
    padding-left: 10px;
}

#menuList li .zRef,
#menuList li .iName {
    display: table-cell;
    vertical-align: middle;
}

#menuList li a {
    text-decoration: none;
}


/* rollover state */

#menuList li.highlight {
    background-color: #fff;
}

#menuList li.highlight .iName {
    color: #333;
}

#menuList li.highlight .zRef {
    color: #333;
    background-color: #AAA;
}

#menuList li.highlight[data-zonesrelated^="a"] .zRef {
    background-color: hsl(327, 100%, 80%);
}

#menuList li.highlight[data-zonesrelated^="b"] .zRef {
    background-color: hsl(107, 35%, 78%);
}

#menuList li.highlight[data-zonesrelated^="c"] .zRef {
    background-color: hsl(200, 78%, 80%);
}

#menuList li.highlight[data-zonesrelated^="d"] .zRef {
    background-color: hsl(28, 98%, 80%);
}

/* active state */

#menuList li.selected {
    background-color: #EEEEEE;
}




#menuList li.selected .iName {
    color: #333;
    font-style: normal;
}

#menuList li.selected .zRef {
    color: #FFF;
    background-color: #333;
}

#menuList li.selected[data-zonesrelated^="a"] .zRef {
    background-color: rgb(230, 0, 126);
}

#menuList li.selected[data-zonesrelated^="b"] .zRef {
    background-color: rgb(0, 113, 60);
}

#menuList li.selected[data-zonesrelated^="c"] .zRef {
    background-color: rgb(27, 152, 213);
}

#menuList li.selected[data-zonesrelated^="d"] .zRef {
    background-color: rgb(238, 114, 3);
}


/* ------------------------- */


/* additionnal messages styles */

#msgs {
    font-size: 11px;
    color: #333;
    line-height: 90%;
}


/* additional checkboxes styles */

#toggleDisplay {
    font-size: 11px;
}


/* ------------------------- */


/* tooltip */
#tooltip {
    display: none;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #AA966E;
    padding: 15px;
    width: auto;
    max-width: 320px;
    border: 1px solid #AA966E;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 5px #CCC;
            box-shadow: 2px 2px 5px #CCC;
}

#tooltip.area-visible {
    display: block;
}

#tooltip .expFullName {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

#tooltip .expStandRef {
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0;
}

#tooltip .expStandRef b {}

#tooltip .expDesc,
#tooltip .expMultiNames,
#tooltip .error {
    font-size: 12px;
    letter-spacing: .5px;
}

#tooltip .expDesc {}

#tooltip .expDesc:before {
    content: '\201C';
    display: inline-block;
    padding-right: 2px;
    font-size: 14px;
}

#tooltip .expDesc:after {
    content: '\201E';
    display: inline-block;
    padding-left: 2px;
    font-size: 14px;
}

#tooltip .expMultiNames {
    margin-bottom: 5px;
}

#tooltip .dealerName {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 5px;
    border: 1px solid #FFF;
    padding: 5px;
}

#tooltip .dealerLink {
    display: inline-block;
    margin: 0 5px;
}

#tooltip .dealerLink:first-child {
    margin-left: 0;
}

#tooltip .dealerLink:last-child {
    margin-right: 0;
}

#tooltip .error {}



/* deactivated items */
#tooltip .expDesc:before,
#tooltip .expDesc:after,
#tooltip .expLink {
    display: none;
}



@media only screen and (max-width: 980px) {
    div#floorplan_expInfos {
        width: 100%;
    }

    div#floorplan_menus {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    #menuList li {
        width: 48%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
    }

    .ln-letters a {
        height: 50px;
        line-height: 40px;
        text-align: center;
        vertical-align: text-bottom;
        display: inline-block;
        margin: 0 2px 2px 0;
        width: 50px;
    }

    .ln-letters a:first-child {
        width: auto;
    }

    .ln-letters a:nth-child(1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 440px) {
    #floorplan_menus {
        /* display: none; */
    }
}



/* Masterpiece 2019 customisations - remove to return to default style */
#floorplan_expInfos .area-img img {
    display: none;
}

div#floorplan_container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
}

div#floorplan_expInfos {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -1px;
}

div#floorplan_menus {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

/* info display */
#floorplan_expInfos .dealerLink {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    padding: 4px 20px;
    width: auto;
}

/* index-list use columns instead of flex (default) */
#menuList {
    display: block;
    -webkit-columns: 3 235px;
            columns: 3 235px; /* with/3 (750px/3) */
}

#menuList li {
    width: 100%;
}

/* tooltip custom */
.expMultiNames {
    display: none;
}
#tooltip .dealerLink {
    display: block;
    font-size: 12px;
    margin: 0 0 5px 0;
}
#tooltip .dealerLink:last-child {
    margin-bottom: 0;
}
