#splash {
	width: 100%;
	height: 100%;
	background: #EEEFF1 url('splash_bg.png') 50% 50% no-repeat;
}
#top {
	width: 100%;
	max-width: 700px;
	height: 40px;
	position: fixed;
	top: 0;
	z-index: 100;
}
#top table {
	width: 100%;
	height: 40px;
	padding: 0;
	border-collapse: collapse;
}
#top_home {
	width: 40px;
	//background: #484848 url('home.svg') 50% 50% no-repeat;
	background: #484848 url('menu.svg') 50% 50% no-repeat;
	background-size: 60%;
	white-space: nowrap;
	cursor: pointer;
}
#top_title_icon {
	width: 40px;
	background: #747474 url('user.svg') 50% 50% no-repeat;
	background-size: 60%;
	white-space: nowrap;
	cursor: pointer;
}
#top_title {
	font-size: 16px;
	color: #fff;
	background-color: #747474;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#top_notify {
	width: 40px;
	background: #45A548 url('bell.svg') 50% 50% no-repeat;
	background-size: 60%;
	border-left: 1px solid #f2ffe6;
	cursor: pointer;
}
#top_msg {
	width: 40px;
	background: #45A548 url('message.svg') 50% 50% no-repeat;
	background-size: 60%;
	cursor: pointer;
}
	#top_msg_span, #top_notify_span {
		background-color: #fc2020;
		padding: 4px 2px 1px 2px;
		color: #fff;
		border-radius: 50%;
		line-height: 100%;
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content;
		min-width: 15px;
		min-height: 15px;
		text-align: center;
		font-size: 12px;
		margin-top: -15px ;
	}
	#top_msg_span:empty, #top_notify_span:empty{display: none;}
	#top:visible {border: 10px solid;}

.activity {
	display: none;
	background-color: #EEEFF1;
	//z-index: 1;
}
.fullscreen {
	//margin-top: 45px;
	//background-color: #000;
	position: relative;
	z-index: 110;
}

@media (min-width: 500px)  {
	#top {
		height: 50px;
	}
	#top table {
		height: 50px;
	}
	#top_home {
		width: 50px;
	}
	#top_title_icon {
		width: 50px;
	}
	#top_title {
		font-size: 20px;
	}
	#top_notify {
		width: 50px;
	}
	#top_msg {
		width: 50px;
	}
		#top_msg_span, #top_notify_span {
			min-width: 18px;
			min-height: 18px;
			font-size: 15px;
			margin-top: -18px ;
		}
}

