.global-message {
    position: fixed;
    width: 420px;
    max-width: 100%;
    max-height: 80%;
    top: 55px;
    right: 0;
    z-index: 999999;
    -webkit-animation-name: global-message;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: global-message;
    animation-duration: 1s;
}

.global-message ul {
    margin-top: -20px;
    margin-left: -15px;
}

@-webkit-keyframes global-message {
    0% {
        right: -380px;
    }

    100% {
        right: 0;
    }
}

@keyframes global-message {
    0% {
        right: -380px;
    }

    100% {
        right: 0;
    }
}

/* Portaria */
#camera {
    width: 100%;
    height: auto;
    margin-right: 10px;
    overflow: hidden;
}

/* Mapas dos stands */
.mapa-div {
    -webkit-box-shadow: 0px 0px 5px 1px #333;
    box-shadow: 0px 0px 5px 1px #333;
    padding: 10px;
}

.legenda {
    position: relative;
    width: 100%;
    margin: 10px 0;
    justify-content: center;
    font-size: 2rem;
}

.legenda span {
    float: left;
    margin-right: 10px;
}

.legenda-box {
    position: relative;
    float: left;
    padding: 0;
    margin: 0 10px;
    border: 1px solid #333;
    width: 25px;
    height: 25px;
}

.status-vendido, .status-reservado {
    position: relative;
    width: 100%;
    height: 7px;
}

.stand .status-vendido, .stand .status-reservado,
.stand-ouro .status-vendido, .stand-ouro .status-reservado,
.stand-auto .status-vendido, .stand-auto .status-reservado,
.stand-atacarejo .status-vendido, .stand-atacarejo .status-reservado,
.stand-premium .status-vendido, .stand-premium .status-reservado,
.stand-moda .status-vendido, .stand-moda .status-reservado,
.moda .status-vendido, .moda .status-reservado,
.kids .status-vendido, .kids .status-reservado,
.seguranca .status-vendido, .seguranca .status-reservado,
.restaurante .status-vendido, .restaurante .status-reservado,
.stand-exclusivo .status-vendido, .stand-exclusivo .status-reservado,
.stand-automotivo .status-vendido, .stand-automotivo .status-reservado {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    z-index: 10;
}

.status-vendido {
    background-color: #EC1C22;
}

.status-reservado {
    background-color: #00AFEC;
}

.mapa-div table, .mapa-div table table {
    margin: 0 auto;
    border: none;
    padding: 0;
    border-collapse: unset;
}

.bg-fundo {
    background-color: #2d4825;
    color: #FEFEFE;
}

.bg-default {
    background-color: #FEFEFE;
    color: #333333;
}

.bg-ouro {
    background-color: #F8CB13;
    color: #333333;
}

.text-ouro {
    color: #F8CB13;
}

.text-prata {
    color: #FEFEFE;
}

.text-premium {
    color: #56c406;
}

.text-auto {
    color: #6d5e61;
}

.text-exclusivo {
    color: #5c2ab2;
}

.text-atacarejo {
    color: #c97b2c;
}

.text-moda {
    color: #d555d2;
}

.bg-vendido {
    background-color: #EC1C22;
    color: #FEFEFE;
}

.bg-reservado {
    background-color: #00AFEC;
    color: #FEFEFE;
}

.bg-disponivel {
    background-color: #FEFEFE;
    color: #333333;
}

.stand, .stand-ouro, .stand-automotivo, .stand-auto, .stand-atacarejo, .stand-premium, .stand-moda, .stand-exclusivo {
    position: relative;
    border: 1px solid #333333;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.stand {
    width: 75px;
    height: 75px;
    background-color: #FEFEFE;
    color: #333333;
}

.stand-ouro {
    width: 75px;
    height: 75px;
    background-color: #F8CB13;
}

.stand-automotivo {
    width: 225px;
    height: 150px;
    background-color: #FEFEFE;
    color: #333333;
}

.stand-auto {
    width: 75px;
    height: 140px;
    background-color: #6d5e61;
    color: #FFFFFF;
}

.stand-exclusivo {
    width: 75px;
    height: auto;
    background-color: #5c2ab2;
    color: #FFFFFF;
}

.stand-moda {
    width: 75px;
    height: 75px;
    background-color: #d555d2;
}

.stand-atacarejo {
    width: 75px;
    height: 75px;
    background-color: #c97b2c;
}

.stand-premium {
    width: 337px;
    height: 75px;
    background-color: #56c406;
}

.corredor, .corredor-xy, .corredor-x, .corredor-y {
    background-color: #2d4825;
    color: #2d4825;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
}

.corredor-xy {
    width: 50px;
    height: 50px;
}

.corredor-y {
    width: auto;
    height: 50px;
}

.corredor-x {
    width: 50px;
    height: auto;
}

.corredor-moda, .corredor-moda-x, .corredor-moda-y, .corredor-moda-xy {
    background-color: #FCD4D4;
    color: #333333;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
}

.corredor-moda-x {
    width: 50px;
    height: auto;
}

.corredor-moda-y {
    width: auto;
    height: 50px;
}

.corredor-moda-xy {
    width: 50px;
    height: 50px;
}

.corredor-e, .corredor-e-xy, .corredor-e-x, .corredor-e-y {
    background-color: transparent;
    color: #333333;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
}

.corredor-e-x {
    width: 50px;
}

.corredor-e-y {
    height: 50px;
}

.seguranca {
    position: relative;
    background-color: #DBD9EE;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
}

.ace {
    position: relative;
    background-color: #88CB9F;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
}

.ace-sala {
    position: relative;
    background-color: #c0f1d0;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
}

.moda {
    position: relative;
    background-color: #FCD4D4;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
}

.kids {
    position: relative;
    background-color: #FFF9B4;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

.lounge {
    background-color: #A5A9AC;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.6em;
}

.restaurante, .banheiros {
    position: relative;
    width: 25px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

.restaurante span, .banheiros span, .kids span {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.restaurante {
    background-color: #FFF9B4;
    color: #333333;
}

.banheiros {
    background-color: #A5A9AC;
    color: #FFFFFF;
}

.entrada-saida {
    background-color: #A5A9AC;
    color: #FFFFFF;
    text-align: center;
    width: auto;
    height: 25px;
    font-weight: bold;
}

/* Bancas e Stands */

.max-width-id {
    width: 50px;
    vertical-align: center;
}

.max-width-status {
    max-width: 80px;
}

.max-width-tipo {
    max-width: 60px;
}
