﻿
/* Diagram */
.Diagram_Base
{
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 1200px;
    width: 100%;
    height: 550px;
    position: relative;
}

/* Security Doors */

.DoorName {
    font-size: 10px;
    font-weight: bold;
}

.CommandPopup {
    position: relative;
    top: -35px;
    border: 1px solid black;
    display: none;
    background-color: white;
    z-index: 1000;
    border-radius: 5px;
    padding: 3px;
}

.DoorStatus td {
    padding: 1px;
}

.StatusIcon {
    z-index: 999;
}

    .StatusIcon:hover + .CommandPopup,
    .CommandPopup:hover {
        z-index: 1000;
        display: inherit;
    }

.CommandPopup .EventList {
    font-size: 8px;
    padding: 2px;
    width:100%
}

    .CommandPopup .EventList img {
        width: 10px;
    }
