/**
 * Make everything Verdana; Body No Margin
 */

* {
    font-family: Verdana, sans-serif;
}

body {
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/**
 * Center the floor plan on the page
 */

#floorplan {
    margin: 0 auto;
}


/**
 * Rollover style
 */

.ui-tooltip {
    max-width: 600px;
}

/*Hide the tooltips on mobile*/
@media only screen and (max-width: 768px) {
    .ui-tooltip {
        display: none !important;
    }
}

.floorplan_tip {
    background-image: none;
    background-color: #fff;
    padding: 5px;
}

.floorplan_tip h1 {
    font-size: 14px;
    margin: 0px;
}

.floorplan_tip p,
.floorplan_tip div {
    font-size: 10px;
    margin: 0px;
}


/**
 * Booth style
 */

.sold_booth {
    position: absolute;
    z-index: 15;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.sold_booth span {
    cursor: pointer;
    display: block;
    margin: 0px 3px;
}


/**
 * Grid cell style
 */

.gridcell {
    position: absolute;
    z-index: 10;
}

.transparent {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.translucent {
    filter:alpha(opacity=20);
    -moz-opacity: 0.20;
    opacity: 0.20;
}

.AISLE {
    background-color: #fff;
    border: 1px solid #fff;
}

.AISLE_SELLABLE {
    background-color: transparent;
    border: 1px solid transparent;
}

.AISLE_LOCKED {
    background-color: white;
    border: 1px solid white;
    filter:alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
}

.BOOTH {
    background-color: #444;
    border: 1px solid #000;
}

.FACILITY {
    background-color: #fcc;
    border: 1px solid #000;
}


/**
 * GLOBAL icons get adjusted
 */

img[src^='/GLOBAL/icons'] {
    vertical-align: -3px;
}


/**
 * Sales screen header
 */

#salesHeader {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #777;
}


/**
 * Sales screen tab menu
 */

#tabmenu {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

#tabmenu a {
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    background-color: #bbb;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    position: relative;
    top: -2px;
}

#tabmenu a:hover {
    background-color: #87B666;
}

#tabmenu a.active {
    border-bottom: 1px solid #87B666;
    background-color: #87B666;
}


/**
 * Sales screen content div
 */

#content {
    width: 350px;
    height: 550px;
    font-size: 9px;
    padding: 5px;
    background-color: #87B666;
    box-sizing: border-box;
    overflow: hidden;
}

#content th {
    border-bottom: 1px solid #000;
    text-align: left;
    background-color: #ccc;
}

#content h1 {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #000;
    padding: 2px;
    margin: 1px 1px 5px 1px;
    display: block;
    font-weight: bold;
}

#content #guidetext {
    display: none;
    font-size: 14px;
}

#content #boothedit {
    margin: 0 auto;
    font-size: 12px;
}

#content #boothedit th {
    border-bottom: 1px solid #000;
    background-color: #ccc;
}

#content .row0 {
    background-color: #fff;
}

#content .row1 {
    background-color: #eee;
}

#content .row_early {
    background-color: #d9e6ff;
}

#content .row_missed {
    background-color: #ffe6d9;
}

#content .row_sponsor {
    background-color: #9eaed6;
}

#content a {
    color: #33f;
    cursor: pointer;
    text-decoration: underline;
}

#content a:hover {
    color: #000;
}

#content input[type='button'] {
    padding: 0px;
}

#content textarea {
    font-size: 11px;
}


/**
 * All Dialogs should have small headers
 */

.ui-dialog .ui-dialog-content {
    padding: 0px 0px 0px 0px !important;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 6px;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 13px !important;
    height: 14px !important;
    top: 10px !important;
}
