﻿#tabFloorFloorPlan{
    overflow:hidden;
}

#floorPlanWindow {
    height: 70%;
    width: 100%;
    padding: 0;
    margin: 0
}

.floor-plan-room-marker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    border-color: #3BAFDA;
    text-align: center;
    font-size: 18px;
    padding: 7px 5px 5px 5px;
    background-color: white;
    color: #4C4C4C;
    font-weight: bold;
    position: absolute;
    transition: border-color 0.5s;
}

    .floor-plan-room-marker:hover {
        cursor: grab;
    }

.floor-wallboard-room-marker-bubble {
    text-align: center;
    color: #4C4C4C;
    background-color: white;
    border: solid 2px #4C4C4C;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    top: -72px;
    left: -12px;
    padding-top: 3px;
    line-height:14px;
}
