/*
fonts
*/

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sans') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-bolditalic-webfont.eot');
    src: url('../fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}


/*
rest
*/

body {
    padding: 0;
    margin: 0;
    color:#000000;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'OpenSans';
}

#map {
    height: 100%;
    width:100%;
    overflow: hidden;
    position:absolute;
    top: 0px;
    bottom: 0px;
}

#container {
    margin: auto;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    box-shadow: 0 0 5px 5px #ccc;
    border-radius: 5px;
    border: 1px solid white;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 160px;
    height: 50px;
}

.logo-img {
    height: 40px;
    width: auto;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.actions-img {
    width: 16px;
    display: inline-block;
    padding: 5px;
}

#refresh {
    display: none;
    position: absolute;
    top: 80px;
    left: 10px;
    width: 26px;
    height: 26px;
    background-color: white;
    border: 1px solid #999;
    border-color: rgba(0,0,0,.4);
    border-radius: 3px;
}

#share {
    display: none;
    background: #0090ce;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    bottom: 5px;
    left: 50%;
    left: calc(50% - 30px);
    z-index: 99;
    text-align: center;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    text-decoration: none;
}

#share:hover {
    background: #3074a4;
    color: #fff;
}

section[role="status"] {
    display: none;
    background: rgba(64, 64, 64, 0.8);
    overflow: hidden;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: left;
}

section[role="status"] > p {
    font-weight: normal;
    text-align: center;
    padding: 0;
}

.leaflet-right,
.mapbox-logo {
    display: none;
}
