﻿html, body, #map { width: 100%; height: 100%; margin: 0; padding: 0; }

a
{
    color: #2980b9;
}

#header-container
{
    position: absolute;
    left:  20px;
    top: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 64px;
    width: 278px;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: 0;
}

#map-menu-container
{
    position: absolute;
    top: 85px;
    left: 20px;
    width: 280px;
}

#menu-content
{
    clear: both;
    width: 100%;
    position: relative;
    max-height: 600px;
    overflow-y: auto;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
}

a.menu-tab
{
    color: #FFF;
    display: block;
    width: 70px;
    height: 40px;
    float: left;
    background-color: #000;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

a.menu-tab-active
{
    background-color: #dd550c;
    opacity: 1.0;
}

#search-container
{
    min-height: 60px;
}

#search-box, .tt-hint
{
    margin-top: 10px;
    border-width: 1px; /* border and l-r padding are same in bootstrap but redefining here to prevent upgrades from breaking this */
    padding-left: 6px;
    padding-right: 6px;
    width: 266px; /* have to subtract padding (12) and border width (2) */
    margin-bottom: 0;
}

#placemark-container, #layers-container, #resources-container
{
    background-color: #FFF;
    padding:  10px;
}


.checklist input
{
    clear: both;
}
.checklist label
{
    margin: 5px 0;
}

.route-container
{
    padding: 5px;
    vertical-align: middle;
    margin: 3px 0;
}

.route-container label
{
    line-height: 20px;  /* redefining w/ same value from bootstrap so it will always match .busColorSquare height*/
}

.layer-container
{
    padding: 5px;
    vertical-align: middle;
    margin: 3px 0;
}

.layer-container label
{
    line-height: 20px;  /* redefining w/ same value from bootstrap so it will always match .busColorSquare height*/
}

.busColorSquare
{
    height: 18px;
    width: 18px;
    float: left;
    margin-right: 14px;
    border: 1px solid #000;
}


.tt-dropdown-menu
{
    width: 100%;
}
.tt-suggestion
{
    background-color: #fff;
    margin-top: 4px;
    line-height: 20px;
    padding: 4px 6px;
    border: 1px solid #ccc;
}
.tt-is-under-cursor
{
    background-color: #ebf2fe;
}

.suggestion-icon
{
    float:left;
}
.suggestion-content
{
    margin-left: 34px;
    line-height: 32px;
}

#smoking-message 
{
    background-color: #34495e;
    color: #fff;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 0 auto;
    width: 280px;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    bottom: 20px;
    text-align: center;
    line-height: 20px;
    display: none; /*block*/
}
#smoking-message p 
{
    margin: 0;
    padding: 3px 5px;
}

/* bootstrap fixes */
label
{
    margin-bottom: 0;
}

/* Fix for images not displaying properly inside map */
#map img
{
    max-width: none;
}