#mapembbeded { 
    position: relative;
    top: 0px; 
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 600px;
    
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#mapembbeded img {
 max-width: none;
 min-width: 0px;
 height: auto;
}

body > .container { 
  min-height: 1rem;
  padding-top: 4.0rem;
}
body > .background { 
  padding: 0.0rem;
}
body {
    background-color: #D2EAFC;
}

#info_versus_bf {
    color: #0045ff;
    font-size: 22px;
}

#info_versus_rf {
    color: #ff0020;
    font-size: 22px;
}

#info_player_bf {
    color: #ffffff;
    font-size: 12px;
}
#info_player_bf a {
    color: #ffffff;
    font-size: 12px;
}

#info_player_you {
    color: #FFCC00;
    font-size: 12px;
}
#info_player_you a {
    color: #FFCC00;
    font-size: 12px;
}

#info_atc_bf {
    color: #9be793;
    font-size: 12px;
}
#info_atc_bf a {
    color: #9be793;
    font-size: 12px;
}
#info_player_rf {
    color: #ff0020;
    font-size: 12px;
}
#info_player_spt {
    color: #aaaaaa;
    font-size: 12px;
}
#info_player_spt a {
    color: #aaaaaa;
    font-size: 12px;
}


.mapboxgl-popup-content {
	background:#EEEEEE;
}

.closebutton div {
   
}
.closebutton a {
    color: #FFF;
    font-size: 16px;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
	border-bottom-color:#EEEEEE;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	border-top-color:#EEEEEE;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
	border-right-color:#EEEEEE;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
	border-left-color:#EEEEEE;
}
.mapboxgl-canvas {
    position:fixed!important;
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
    position:fixed!important; 
}

.mapboxgl-control-container {
    margin-top: 260px!important;  
    top: 260px!important;
}


#lb-date {
    color: white;
    font-size: 13px;
    font-weight: normal;
    font: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
#lb-time {
    color: white;
    font-size: 13px;
    font-weight: bolder;
    font: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.sidenav-inline-image {
    display: inline-block;
    height:14px; 
    width: 14px;
}
.headset-image {
    height:100%;  
}

.statpop-inline-image {
    vertical-align: middle;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-bottom: 0.2em;
}


.filter-ui {
    /*background:#fff0;
    display: table;
    width: 100%;*/
}
.form-range {
    direction: rtl;   
}

.sliders-live {
    float:right;
    margin-top: 0.15em;
}


.lb-player-checkbox {
    color: #FFCC00;
    font-size: 13px;
    font-weight: bolder;
    font: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.lb-ai-checkbox {
    color: #8AC8FF;
    font-size: 13px;
    font-weight: bolder;
    font: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.map-overlay {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    width: 300px;
    top: 67;
    right: 10px;
    padding: 0px;
}
.map-overlay .map-overlay-inner {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    padding: 0px;
    margin-bottom: 10px;
}
.map-overlay h2 {
    line-height: 18px;
    display: block;
    margin: 0 0 10px;
}
     
.map-overlay .legend .bar {
    height: 10px;
    width: 100%;
    background: linear-gradient(to right, #fca107, #7f3121);
}
.map-overlay input {
    /*background-color: transparent;
    display: inline-block;
    position: relative;
    margin: 0;*/
    cursor: grab;
}

/* Leaderboard home */

.ld_ln_container {
    position: relative;
    text-align: center;
    background: #2c3e50; /* fallback */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(44, 62, 80, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 1.0), rgba(44, 62, 80, 1.0)); /* The least supported option. */
    cursor: pointer;
  }
.ld_ln_image {
    object-fit: cover;
    opacity: 0.5;
}
.ld_ln_centered {
    position: absolute;
    font-size: 1.65rem;
    /* color: rgba(255, 204, 0, 1.0); 
    text-shadow: 0 0 2px rgba(44, 62, 80, 0.9);*/
    /*color: rgba(0, 0, 0, 1.0);
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);*/
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }