html, body {
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	overflow-X: hidden;
	color: #333;
}
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
}

.top-bar { 
	padding: 0px;
	height: 50px;
}
.top-bar .logo {
	background: #FFF;
}
.top-bar .logo img {
	height: 50px;
	padding: 0px 10px;
}
.top-bar ul.dropdown.menu > li {
	height: 50px;
}
.top-bar, .top-bar li {
	background-color: #333;
	color: #FFF;
	position: relative;
}
.top-bar li:not( .logo ):hover {
	background: #666;
}
.top-bar li.active, .top-bar li.active:hover {
	background: #AAA;
	color: #333;
}
.dropdown.menu .submenu {
	position: absolute;
	left: 0px;
	top: 50px;
	border: 0px solid white;
}
.dropdown.menu .logo .submenu {
	top: 25px;  /* no comprende */
}
.dropdown.menu .submenu li {
}
.has-submenu:hover  ul, .has-submenu a:hover  ul { 
	display: block !important;
}



#app-view-container {
	position: absolute;
	top: 50px;
	bottom: 50px; 
	width: 100%;
	border: 0px solid green;
	overflow-X: hidden;
	overflow-Y: auto;
	-webkit-overflow-scrolling: touch;
}
#app-view-container .body {
	z-index: 0;
	-webkit-overflow-scrolling: touch;
}
#app-view-container.fullscreen {
	top: 0px;
	bottom: 0px;
}





.notice-holder {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
	border: 0px solid red;
	vertical-align: bottom;
	z-index: 1500;
}
.notice-holder .notice {
	position: absolute !important;
	z-index: 1500;
	/* background: #7AbA7A; */
	/* color: #FFF; */
	padding: 10px;
	min-width: 300px;
	/* height: 40px; */
	left: 10px;
	/* border-radius: 2px; */
}