﻿#fpContentWrapper
{
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
}

#fpLeftContentWrapper /*simiarly the notification area div, should have padding-left: 20px to match */
{
    justify-items: flex-end;
    align-items: flex-start;
    margin-left: 20px;
    min-width: 285px;
    max-width:300px;
    flex-grow: 1;
    flex-shrink: 8;
}

#fpMiddleContentWrapper /*the Arrows in the (verticle) middle of the page is the ideal*/
{
    justify-items: center;
    align-items: flex-start;
    min-width: 750px;
    flex-grow: 8;
    flex-shrink: 1;
}

#fpRightContentWrapper
{

/*    justify-items: center;
    align-items: flex-start;
    flex-grow: 1;
    flex-shrink: 8;
    margin-right: 20px;
    min-width: 300px;*/
}

.eventadv-wrapper /*the div containng the logos can be floated to the right, padding-right: 20px;*/
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: flex-start;
    align-items: flex-start;
    padding-right: 20px;
    max-width: 300px;
    overflow-y:auto;
    height:750px;
    background-color:#ffffff;
}

.eventadv-logo-container
{
    max-height: 120px;
    max-width: 120px;
    padding-bottom: 6px;
    margin-right: 6px;
}

.eventadv-logo-img
{
    max-height: 120px; /* Per Eddie Soh these can be up to 250px total */
    max-width: 120px;
}

.dropdown-menu-translate
{
    transform: translateY(-30px);
}

.banner-logo-image
{
    max-height:75px;
}

.floorplan-footer
{
   width: 100%; margin: 0 0 0 0; padding: 0 0 0px 0; background-color: #00a9a6;
}

.floorplan-footer-text
{
    padding-top: 50px; padding-bottom: 75px; text-align: center; font-size: 12pt; color: #ffffff;
}
.floorplan-footer-text a
{
    color: #ffffff;
}

/*********************************************************************
    event advertisement formatting
    *********************************************************************/
.fplevel1-bottom
{
    background-color: #ffffff;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    display: flex;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
    top: -150px;
}

.fplevel1-bottom-logo-wrapper
{
    display: flex;
    justify-items: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fplevel1-bottom-logo
{
    display: flex;
    justify-items: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.fplevel1-exhibit-logo
{
    padding-left: 5px;
    padding-right: 5px;
    max-height: 75px;
    max-width: 75px;
}

    .fplevel1-exhibit-logo > img
    {
        max-height: 75px;
        max-width: 75px;
    }
