*{
	box-sizing: border-box
}

body{
	margin: 0;
	padding:0;
}

.bw{
    filter: grayscale(100%);
}


.pushpins-container{
    width: 20px;
    bottom: 3%;
    right: 10%;
    z-index: 100;
    position: absolute;    
    opacity: 0.5;
}


.title-map{
    padding: 10px;
    left: 20px;
    top: 20px;
    text-align: center;
    color: black;
    font-family: 'Bebas Neue';
    font-size: 60px;  
    font-weight: 600;
    background-color: rgba(244,240,239,.9);
    /*background: radial-gradient(rgba(255, 255, 255, .8), rgba(220, 220, 220,1)); */
    border: 3px solid black;
    line-height: 60px;
    margin-top: -5px;
    z-index: 100;
    position: absolute;    
}



.title-header{
    width: 380px;
    padding: 1em;
    text-align: center;
    font-family: Century Gothic;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    color: black;
    z-index: 40;
    background-color: #edf2e6;
    /*
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    */
    opacity: 0.85; 
}
.title-project{
    text-align: center;
    font-family: Century Gothic;
    font-size: 10px;  
    font-weight: bold;
}
.title-row{
    display: table-row; 
    z-index: 30;
}





.layer-list{
    width: 240px;
    height: 210px;
    position: absolute;
    left: 20px;
    top: 150px;
    z-index: 10;
    /*
    background-color: #ecf1fd;
    */
    opacity: 0.7; 
    border-bottom-right-radius: 50px;
}
.layer-list-strip{
    width: 10%;
    height: 100%;
    position: absolute;
    /*
    background-color: white;
    */
    border-bottom-left-radius: 5px;
}

.layer-list-text{
    width: 240px;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 12px;   
    position: absolute;
    padding-left: 10%;
    padding-top: 0%;
}
.layer-list-head{
    width: 15%;
    min-height: 150px;
    height: 60%;
    position: absolute;
    /*
    background-color: #172e50;
    */
    bottom: 20px;
}

.layer-list-head-text{
    transform: rotate(-90deg);
    font-family: 'Segoe UI';
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    left: 0;
    right: 0;
    bottom: 20px;
    position: absolute;
    opacity: 0; 
}

.menu-container{
    width: 300px;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 12px;   
    position: absolute;
    padding-top: 0%;
    right: 0%;
}

.mapboxgl-popup{
    opacity: 1;
}

.mapboxgl-popup-content{
    font-family: 'Segoe UI';
    background: #f4f0ef;
    opacity: .9;
    color: black;
    padding-bottom: 0%;

}

.pop-up-restaurant{
    font-family: 'Segoe UI';
    font-size: 20px;   
	color: #D24E01;
	text-align: left;
}

.pop-up-add-rank{
    font-family: 'Segoe UI';
    font-size: 12px;   
	color: black;
}

.pop-up-big-rank{
    font-family: 'Segoe UI';
    font-size: 60px;   
    text-align: center;
	color: black;
    margin-top: 20px;
}


.mapboxgl-popup-close-button{
    color: black;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-bottom-color: white;
    }
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: white;
    }
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: white;
    }
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: white;
    }




.mapcontainer{
    background-color: gray;
    height: 100%;

}

.footer{
    text-align: center;
    vertical-align: center;
    font-family: Century Gothic;
    font-size: 10px;   
    color: black;
    background-color: white;
    position: fixed;
    bottom: 0.5em;
    width: 100%;
    z-index: 100;
    
}

.overlay-container{
    opacity: 1;
}

.overlay-table{
    display: table; 
    background-color: white;
    width: 360px;
 /*
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
 */
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    z-index: 0;
    bottom: 100%;
    left: 50%;

}

.overlay-header{
    font-family: Century Gothic;        
    font-size: 11px;   
	color: white;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    background-color: #696f24;
    width: 360px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    z-index: 5;
    left: 50%;
}

.overlay-table-row{
	display: table-row; 
}

.overlay-text-field{
    display: table-cell;
    font-family: Century Gothic;
    font-size: 11px;   
	color: black;
	text-align: left;
}

.overlay-text-attrib{
    display: table-cell;
    font-family: Century Gothic;
    font-size: 16px;   
	color: #000000;
	text-align: left;
}

