﻿* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}

#header, #topbar, #mapover, .toplink, #left-top, #companies-empty {
    display: none;
}

#movediv {
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    height: auto !important;
}

    #movediv.width-100 {
        width: 100% !important;
    }

    #movediv.width-70 {
        width: 70% !important;
    }

.floor-plan {
    background: #fff;
}

.floor-plan .print-only {
    display: block;
}

.noprint {
    display: none;
}

#pTitle {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}

#pSubtitle {
    text-align: center;
    font-size: 2rem;
    color: #777;
    border-bottom: solid 4px #000;
    margin-bottom: 1em;
}

#main {
}

.floor-plan__content-left {
    position: absolute;
    top: 1500px;
}

#movecontainer, #companies-list {
    width: auto !important;
    height: auto !important;
}

.bo div {
    font-size: 8px !important;
    color: #000 !important;
}

.bo div.l {
    color: #777;
}

.bo div.fav {
    color: #000;
    font-weight: bold !important;
}

#companies-list > div {
    position: relative;
    height: 15px;
}

#companies-list .floor-plan__company-agenda {
    display: none;
}

#companies-list > div.fav {
    font-weight: bold;
}

#companies-list > div > div {
    position: absolute;
    font-size: 1rem;
}

#companies-list > div > div:nth-child(1) {
    left: 0;
}

#companies-list > div > div:nth-child(2) {
    left: 200px;
}

#companies-list > div > div:nth-child(3) {
    left: 700px;
}

#companies-list > div, .print-selected #companies-list > div.fav {
    display: block !important;
}

.print-selected #companies-list > div, .exview #companies-list > div {
    display: none !important;
}

#leftbar {
    display: block !important;
    border: none !important;
}

#legend {
    top: 1470px;
    left: 0;
    height: 30px;
}

.header__menu {
    display: none;
}

#nav {
    display: none !important;
}

.floor-plan__companies {
    overflow-y: hidden !important;
}

#userwayAccessibilityIcon {
    display: none;
}