
#stage {
    text-align: left;
    min-height: 800px;
    height: 100px;
}


#user_login :before {
    display: block;
    content: ' ';
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c8/Linearicons_smile.svg');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}
body{
    max-height: 100%;
}

#mission_window{
    display:none;
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    width: 100%;
    z-index: 9999;
    background-color: #212121;
	overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 19.4vw;
}
.mission_image{
    width:100%;
    height: 200px;
    background-size: cover;
    background-repeat:  no-repeat;
}

.mission_description, #mission_title{
    color: #ffffff;
}
#mission_title{
    background-color: #212121;
    font-size: 26px ;
}
.g_button{
	font-size: 13px;
	padding: 6px;
	background-color: #E3BB3C;
	color: #5F0405;
	font-weight: 700;
	border: 2px solid #D76B20;
	box-shadow: 0 2px 0 0 #D76B20;
	border-radius: 20px;
}
.g_button.lit{
	color: #fff;
    background-color: #0b9444;
	border: 2px solid #007525;
	box-shadow: 0 2px 0 0 #007525;
}

.h5p-iframe-wrapper, iframe.h5p-iframe{
	font-family: 'Mali';
    width:100% !important;
    height:100% !important;
    min-height:100vh !important;
}

.h5p-joubelui-button{
    background: #f30 !important;
}

._h{
    display:none;
}

.leaderboard{
    list-style-type: none;
    padding: 0;
}
.leaderboard .points {
    float: right;
}
.l_spacer{
    display: inline-block;
    width:30px;
}
.leaderboard svg{
    max-width: 30px;
    vertical-align: bottom;
}

.leaderboard  li{
    padding: 10px 15px;
}

ul.leaderboard li:nth-child(2n+1) {
	background: transparent;
}

ul.leaderboard li:nth-child(2n) {
	background-color: rgba(95,4,5,0.12);
}
/*hider*/
#gamipress-achievements-filter, #gamipress-achievements-search, .gamipress-achievement-attached
{
    display:none !important;
}
.gamipress-achievement-title{
    line-height: 1;
}
.gamipress-achievement-title a, .gamipress-achievement-title a:hover {
    color: #0b9444;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    position: relative;
    bottom: 12px;
    left: 5px;
}

#gamipress-achievements-container .gamipress-achievement-description{
    width: 100%;
}

#gamipress-achievements-container .gamipress-achievement-image {
   display: none;
}

.gamipress-achievement-title .status {
    right: 0;
    background-image: url(../img/gamibadge-status-icon.svg);
    background-size: 100% 200%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#mission_register button{
    background-color: #0b9444;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
	border-radius: 27.5px;
	font-weight: 700;
	border: 3px solid #007525;
	box-shadow: 0 5px 0 0 #007525;
	cursor: pointer;
}

#mission_register button:hover, #mission_register button:active, #mission_register button:focus {
	filter: brightness(125%);
	text-decoration: none;
}

.upload_label_button{
background-color: #0B9444;
color: white;
padding: 0.5rem;
font-family: sans-serif;
border-radius: 0.3rem;
cursor: pointer;
margin-top: 1rem;
}