﻿.container-fluid #floormap svg {
    height: 80%;
}

#floormap svg {
    width: 100%;
    font-family:'Sitka Small'!important;
}

.background{
    fill: #c9c9c9!important;
}

.cells .background{
    cursor:pointer;
}

.cell.warning .background {
    fill: #ff9a00 !important;
}

.cell.error .background {
    fill: #d90202 !important;
}

.probename{
    font-size:2.9px!important;
}

/*hidden probes*/
#g11862-44-5-9-6,
#g11862-44-3-92-9-6,
#g11862-44-3-92-9,
#g11862-44-5-9 {
    display: none;
}

.floormap-buttons-wrapper {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 20px); /* Account for scrollbar width */
    z-index: 9999;
    pointer-events: none;
    text-align: center;
}

.floormap-buttons-wrapper .previous-button,
.floormap-buttons-wrapper .next-button {
    position: fixed;
}

.previous-button,
.next-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.previous-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

    .previous-button:hover,
    .next-button:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

