#mobile_menu {
    font-size: 26px;
    color: #ffffff;
    z-index: 99999;
    text-decoration: none;
    padding: 0 5px 2px 5px;
	display: none;
	margin-bottom: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	position: absolute;
}
#mobile_menu a { color: #fff; }
#mobile_menu a:hover { colore: #fff; }


/* small screens  */
@media only screen and (max-width: 600px) {
		
	body { min-width: 0; background: none; background-color: #272b33; }
	#login_bg { display: none; background-color: rgba(255, 255, 255, 0.85) }
	
	/* login */
	.login_wrapper {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		z-index: 3;
		overflow: hidden;
	}

	.loginbox {
		display: table;
		margin-top: 5px;
		padding: 10px 0 20px 0;
		width: 100%;
		
	}
	
	.loginbox .k {
		border: 0;
		border-radius: 0;
		background-color: transparent;
		font-weight: bold;
	}

	.loginbox .v { width: 100%; }
	
	.loginbox .v input {
		border: 1px solid #CCC;
		border-radius: 0;
		width: 100%;
	}
	
	.login_hint { width: 100%; }
	
	
	
	
	/* message */
	.message { 
		width: 100%;
		margin: 0;
		left: 0;
		border: 0;
		border-radius: 0;
	}
	
	
	
	/* assets */
	
	.logo { display: none; }
	
	.topsearch input { width: 80%; }
	
	.quotamenu { display: none; }
	
	.sysmenu { display: none; }
	
	#col_left {
		width: auto !important;
		display: none;
	}
	
	#col_right {
		display: none;
	}
	
	#col_center {
		width: 100%;
		left: 0px;
		position: absolute !important;
	}
	
	#col_container {
		padding: 0;
	}
	
	.content {
		width: auto;
	}
	
	#project_header_menu { display: none !important; }
	
	#mobile_menu { display: block; }
	
	#project_logo { display: none !important; }
	
	#folder_download { display: none !important; }
	
	.assets_menu {
		width: 100%;
		left: 0;
		z-index: 999;
		background-color: #0e0e0e;
	}
	
	
}

