@import url(https://fonts.googleapis.com/css?family=Poppins:500,700,300);

body{
    font-family: 'Poppins', sans-serif;
}

table{
    font-weight: 100;
}
.tables{
    font-weight: 100;
    font-size:12px;}
#map {
    background-color: #000000
}
th {
    text-align: left;
    vertical-align: top;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: #ffffff;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h2 {
    margin: 0 0 5px;
    color: #777;
}
.leaflet-container {
    background: #fff;
}

.leaflet-control-scale-line{
    background:none;
}

.leaflet-control-scale-line:not(:first-child){
    border-top:2px solid #FFF;   
}

.leaflet-control-attribution, .leaflet-control-scale-line{
    color:#fff;
}


.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    background: rgb(245, 0, 255);
    color: white;
    box-shadow:0px 0px 14px rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    font-size:14px;
   
}


.leaflet-popup-content{
    margin:5px;
    margin-right:15px;
}

.leaflet-container .leaflet-control-attribution {
    color:gray;
}

.leaflet-container .leaflet-control-attribution a {
    color:yellow;
    opacity:0.5;
}

.leaflet-container .leaflet-control-attribution a:hover {
    opacity:1
}

.leaflet-container .leaflet-control-attribution {
    background:transparent;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: none;
}

.leaflet-container a.leaflet-popup-close-button {color:white}

#menu {
    background:#121213;
    position:absolute;
    bottom:0px;
    width:100%;
    height:200px;
    /*margin-bottom:50px;*/
    pointer-events:none;
    border-top:1px solid rgba(255,255,255,0.2);

}

.col {
    float:left;
}

.opt {
    width:130px;
    color:black;
    font-size:12px;
    display: block;
    margin-left:8px;
    margin-bottom:8px;
    background: white;
    padding:5px;
    font-weight: 900;
    border-radius: 2px;
    cursor:pointer ;
    pointer-events: auto;
        
}
.opt:hover{
    opacity:0.5
}

.opt.selected{
    background: rgba(50,50,50,.8);
    color:white;
}

.selector {
    color:white;
    padding:5px;
    margin-left:8px;
    height:16px;
    font-size: 12px;

}

.selector2 {
    color:white;
    padding:5px;
    margin-left:8px;
    height:16px;
    font-size: 12px;
    text-align:left;

}

.col-left {
    float:left;
    width:220px;
}

.num {
    font-size: 50px;
    color:white;
    padding:5px;
    margin-left:8px;
    text-align: left;
    /*border-top:1px solid white;*/
    line-height: 1em;
}
