﻿#boothPopup
{
    position: absolute;
    background-color: black;
    border-radius: 8px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.88;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    width: 320px;
    z-index: 9999;
}
.BoothClick
{
    border-top: 1px solid gray;
    color: goldenrod;
    font-size: 9pt;
    margin-top: 8px;
    padding-top: 8px;
    text-align: center;
}
.BoothCompany
{
    color: orange;
    font-size: 12pt;
}
.BoothDescription
{
    font-size: 10pt;
    color: white;
}
.BoothLocation
{
    color: white;
    font-size: 11pt;
    margin-top: 4px;
}
.BoothNumber
{
    border-bottom: 1px solid gray;
    font-size: 9pt;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-align: center;
}
.BoothPrice
{
    color: white;
    font-size: 12pt;
    text-align: center;
}
.BoothPurchase
{
    color: orange;
    font-size: 14pt;
    margin-top: 8px;
    text-align: center;
}
.BoothURL
{
    margin-top: 15px;
    color: #0FAAFF;
}
.Booth
{
    border-bottom: 1px solid black;
    border-left: 1px solid lightgray;
    border-right: 1px solid black;
    border-top: 1px solid lightgray;
    border-radius: 8px;
    display: block;
    font-size: 8pt;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}
.BoothText
{
    position: relative;
    display: block;
    top: 7px;
}
.BoothAvailable {
    background-color: #f0c95f;
    color: black;
    cursor: pointer;
}
.BoothRequested
{
    background-color: gray;
    color: white;
    cursor: not-allowed;
}
.BoothReserved {
    background-color: #d65a1f;
    color: white;
    cursor: pointer;
}
.BoothSold {
    background-color: #4c0049;
    color: white;
    cursor: pointer;
}
.BoothSpecial {
    background-color: #0094ff;
    color: #fff !important;
    cursor: not-allowed;
}
.Floor
{
    border: none;
    position: absolute;
    z-index: 0;
}
#FloorBackground
{
    position: relative;
    background-image: url(../images/floorplan_background.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    height: 1100px;
    width: 1300px;
    z-index: 0;
}
.GridSquare
{
    border: 1px solid lightgray;
    position: absolute;
    z-index: 0;
}
.Hide
{
    display: none;
}
#PanelContent
{
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    left: 30px;
    top: 0px;
    z-index: 1;
}
.PanelSectionContainer
{
    font-family: 'Segoe Ui', Arial, Helvetica, sans-serif;
    position: absolute;
}
.PanelScaleContainer
{
    position: absolute;
}
