﻿@media (max-width: 767px) {
    body .map-title .create {
        padding-right: 8px;
    }

    .map-title .create .text {
        display: none;
    }

    body .map-title .title {
        right: 48px;
    }
}

.header {
    display: none;
}

.footer {
    display: none;
}

.copyright {
    display: none;
}

body #WidgetMap {
    position: absolute;
    width: 100%;
    top: 55px;
    bottom: 0px;
    overflow: hidden;
}

.sm_searchControl {
    top: 75px;
}

.map-title {
    width: 100%;
    height: 55px;
    position: relative;
    background-color: #5f97fc;
    z-index: 100001;
}

.map-title .title {
    white-space: nowrap;
    line-height: 55px;
    color: #FFF;
    font-size: 12pt;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    right: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
    text-transform: uppercase;
}

.map-description {
    z-index: 100000;
    width: 100%;
    position: absolute;
    top: -250px;
    left: 0;
    height: auto;
    max-height: 250px;
    background-color: #5f97fc;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.35);
box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.35);
border-bottom: 1px solid #477ffb;

-webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
}

.map-description.in {
    top: 55px;
}

.map-description .content {
    padding: 10px;
}
.map-description .close {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    line-height: 100%;
}
.map-title .create {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 55px;
    font-size: 9pt;
    background-color: #477ffb;
}

.create .ico-add-pin {
    margin-right: 5px;
}
