﻿#map-vector
{
    text-align: center;
}

.horizontal-adj
{
    display: table;
    height: 100%;
    margin: 0 auto;
}

.vertical-adj
{
    display: table-row;
    height: 100%;
}

.shell
{
    display: table-cell;
    vertical-align: middle;
}

#map-hor-adj
{
    text-align: left;
    width: 96%;
}

#map-ver-adj
{
    width: 100%;
}

#map-shell
{
    padding: 0;
}

#map-container
{
    position: relative;
}

#map-content
{
    overflow: hidden;
    top: 30px;
}

.placement
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.map-aspect-ratio
{
    padding-bottom: 111%;
}

.template_homepage .popup
{
    background: rgba(225,234,240,0.8);
    padding: 3px;
    width: 283px;
    border: 1px solid #cccccc;
    height: 165px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.template_homepage .popup .header_popup
{
    background: rgba(7, 119, 177,0.5);
    color: #ffffff;
    padding: 5px;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 2px;
    height: 25px; 
}

.template_homepage .popup .items
{
}

    .template_homepage .popup .items .item
    {
        clear: both;
        width: 100%;
    }

        .template_homepage .popup .items .item div
        {
            border-bottom: 1px dotted #cccccc;
            border-right: 1px dotted #cccccc;
            background: white;
            height: 21px;
            padding-top: 5px;
            color: #000000;
            text-align: center;
            width: 22px;
        }

        .template_homepage .popup .items .item .image
        {
            float: left;
            width: 22px;
            padding-top: 4px;
            height: 19px;
            line-height: 12px;
        }

            .template_homepage .popup .items .item .image img
            {
                width: 20px;
            }

        .template_homepage .popup .items .item .name
        {
            float: left;
            width: 90px;
            text-align: left;
            padding-left: 5px;
            font-size: 12px;
            line-height: 12px;
        }

        .template_homepage .popup .items .item .prc
        {
            float: left;
            width: 56px;
            text-align: right;
            padding-right: 5px;
            font-size: 12px;
            line-height: 12px;
        }

        .template_homepage .popup .items .item .seat
        {
            float: left;
            width: 63px;
            font-size: 14px;
            font-weight: bold;
            line-height: 14px;
        }

        .template_homepage .popup .items .item .edres
        {
            float: left;
            width: 43px;
            font-size: 14px;
            font-weight: bold;
            line-height: 14px;
        }

    .template_homepage .popup .items .hasSeats .seat
    {
        background: #FFE699;
    }

.template_homepage .popup .go
{
    float: right;
    height: 50px;
    background: #044162;
    background: #0777B1;
    height: 82px;
    width: 20px;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    padding-top: 61px;
}

.template_homepage .popup .go:hover
{
    background: #0777B1;
    background: #044162;
}

#map-loader
{
    display: none;
    position: absolute;
    width: 80px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #0777B1;
    border-radius: 47%;
    box-shadow: 0 0 7px 2px #0777B1 inset;
}


.template_homepage .popup .items .item .nameref
{
    float: left;
    width: 133px;
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
    line-height: 12px;
}

.refextrainfo {
    background-color:#444444 !important;
    margin:2px 0px 2px 0px !important;
    padding:0px 2px 0px 2px !important;
}