#overall_container{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow-x: hidden;
}

#menu{
	position:absolute;
	left:0px;
	top:0px;
	width:calc(100% - 100px);
	height:100%;
	z-index:2;
	background-color:#5f6765;
}

#swipe-to-menu{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow-x: auto;
	overscroll-behavior-x: none;
	overscroll-behavior-y: none;
}

#swipe-from-menu-bloc{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:100%;
	z-index:1;
}

#content{
	position:absolute;
	left:200px;
	top:0px;
	width:100%;
	height:100%;
	z-index:3;
	background-color:#3c4245;
	box-shadow: 0px 0px 35px 0px #323232;
}

#swipe-to-menu-bloc{
	position: absolute;
	top:0px;
	left:calc(100% + 200px);
	width:100px;
	height:100%;
	display: none;
}

#menu_bar{
	padding: 10px;
	padding-bottom: 20px;
	position:relative;
	height:35px;
}

#menu_icon{
	cursor: pointer;
}

#menu_items{
	overflow-y: auto;
	height: calc(100% - 100px);
}

.menu_head{
	padding: .75rem 1.25rem;
	background-color: #9de16f;
	padding: .75rem 1.25rem;
	color: black;
	font-size: 1.5rem;
}

.menu_bar{
	display:inline-block;
}

@media screen and (max-width: 599px) {
	#menu_bar {
		background-color: #33373b;
	}
}

.menu_item{
	cursor: pointer;
	padding: .75rem 1.25rem;
	border: 1px solid rgba(0,0,0,.125);
}

.menu_item:hover{
	background-color:#3c4245;
}

#main_view{
	height: calc(100% - 65px);
}

#content-frame{
	width: 100%;
	height:calc(100% - 4px); /* not 100% because there is a strange issue on iOS */
	border:none;
}

.menu_button{
	position:relative;
	display: inline-block;
}

#notif_count{
	background-color: red;
	color:white;
	border: 1px solid orange;
	border-radius: 6px;
	font-weight: bold;
	font-size:1rem;
	position: relative;
	bottom:-10px;
	right:10px;
	min-width: 18px;
	text-align: center;
	display:none;
}

#mire{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index: 3000;
}

#main_view_mask{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	z-index:1000;
	left:0;
	top:0;
	/*background-color: #6a6a6a88;*/
}

#content_footer{
	position:absolute;
	width:100%;
	height:4px;
	bottom:0px;
	left:0px;
	background-color: #33373b;
}

.main_title{
	width:calc(100% - 160px);
	text-align: center;
	display:inline-block;
	position: absolute;
	left:80px;
}

.title_text{
	display:inline-block;
	font-size: 2rem;
	cursor: pointer;
}

#menu_footer{
	position:absolute;
	bottom: 25px;
	font-size: 12px;
	padding-left: 20px;
}

.version{
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}

.politic{
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
	margin-left:10px;
}

#languages{
	display: inline-block;
	position: absolute;
	right: 10px;
}

.flag{
	width:30px;
	padding-right:10px;
	cursor: pointer;
}

#reload{
	position:fixed;
	width:100px;
	height:100%;
	right:0px;
	background-color: #5e6765;
	z-index:2;
}

#reload_mire{
	position:absolute;
	top:calc(50% - 25px);
	right:20px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: #8A8989FF;
}

#view_purchase{
	display: none;
	color: #b4f78c;
}

.language_selection_value{
	color:black;
}

.option_label {
	display: inline-block;
	color: black;
}

.select_container{
	margin-top:20px;
}

#language_selection_container{
	display: none;
	position:absolute;
	top:0;
	left:0;
	text-align: center;
	width:100%;
	height:100%;
	background: #CECECEA0;
	z-index: 5000;
}

#language_selection{
	position:relative;
	background: #e7ffd4;
	width:75%;
	max-width:400px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	border-radius: 15px;
	border: 2px solid #bfbfbf;
}

.inline_action{
	display:inline-block;
}