@charset "utf-8";
.emodal-content {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-sesrif;
    margin: 0;
    height: 100%;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.mapContainer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    height: 100%;
    overflow: hidden;
}

#showPositionShowcase {
    background-color: rgba(100,100,100,0.80);
    border: 1px solid rgba(100,100,100,0.81);
    position: absolute;
    top: 25px;
    right: 5%;
    padding: 4px;
    font-size:18px;
    vertical-align: middle;
    border-radius: 4px;
    color: #FFF;
    font-family: "Indie Flower";
}

#showPositionShowcase input[type="checkbox"] {
    transform: scale(1);
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.placesShowcase {
    position: relative;
    bottom: 0px;
    background-color: rgba(256,256,256,0.95);
    height: 150px;
    width: 90%;
    padding: 5px;
    overflow: scroll;
    overflow-x: hidden;
}

#headerTable {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    font-family: "Indie Flower";
    margin-bottom: 8px;
}
.coordonnee {
    font-weight: normal;
    font-size: 12px;
    color: #333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
}


#entryNb {
    width: 20px;
    display:inline-block;
    text-align:center;
}

#comment {
    width: auto;
    display:inline-block;
}

#date {
    width: 225px;
    display:inline-block;
}

#position {
    width: 225px;
    display:inline-block;
}

.center {
    margin: 0 auto;
}

#placesShowcaseContainer {
    display:none;
    position:absolute;
    width: 100%;
    bottom: 0px;
}

.mapSection {
    width: auto;
    height: 100%;
    padding: 0px 0;
    overflow: hidden;
}

.top_left_round {
    border-top-left-radius: 5px;
}
.top_right_round {
    border-top-right-radius: 5px;
}
.bottom_left_round {
    border-bottom-left-radius: 5px;
}
.bottom_right_round {
    border-bottom-right-radius: 5px;
}
.marker-label,
.marker-icon {
    z-index: 99;
    position: absolute;
    display: block;
    margin-top: -50px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    font-size: 30px !important;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
}
