﻿#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 !important;
}

.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: 4px;
    display: block;
    font-size: 6.5pt;
    position: absolute;
    text-align: center;
    vertical-align: middle;   
}
.BoothCompanyText
{
    position: relative;
    display: block;
    top: 5px;
    text-align:center;
}
.BoothText
{
    position: absolute;
    display: block;
    bottom: 5px;
    left:5px;
}
.BoothTextTop
{
    position: relative;
    display: block;
    top: 5px;
    text-align:center !important;    
}
.BoothAvailable {
    background-color: #636363;
    color: #FFf;
    cursor: pointer;
}
.BoothRequested {
    background-color: #f4b132;
    color: white;
    cursor: not-allowed;
}
.BoothReserved {
    background-color: #f4b132;
    color: white;
    cursor: not-allowed;
}
.BoothSpecial
{
    background-color: #6194c9;
    color: white;
    cursor: pointer;
}
.BoothSpecial2
{
    background-color: #000 !important;
    color: white;
    cursor: pointer;
}
.BoothSold {
    background-color: #005595;
    color: white;
    cursor: pointer;
}
.Floor
{
    border: none;
    position: absolute;
    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: 0px;
    top:0px;
    z-index: 1;
}
.PanelSectionContainer
{
    font-family: 'Segoe Ui', Arial, Helvetica, sans-serif;
    position: absolute;
}
.PanelScaleContainer
{
    position: absolute;
}
