html{
	background-color:#fff;
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	height:100%;
}
body{
	padding:0;
	margin:0;	
	height:100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif !important;
}


a{

	color:#777;
	text-decoration:underline;
	
}


header.top{

	width:100%;
	height:42px;
	
}

header.top section.title{

	width:250px;
	height:42px;
	line-height:42px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	z-index:1;
	position:absolute;
	left:0;
	padding-left:20px;
	box-sizing:border-box;
	top:0;
	
}

header.top nav.top{

	height:42px;
	line-height:42px;
	float:left;
	width:100%;
	position:relative;
	
}

header.top nav.top input[type="search"]{

	width:500px;
	height:40px;
	line-height:40px;
	outline:none;
	border:none;
	border-radius:3px;
	color:#fff;
	margin-left:270px;
	font-size:16px;
	box-sizing:border-box;
	padding-left:5px;
	
}

header.top section.company{

	font-size:16px;
	padding-left:270px;
	color:#fff;
	height:42px;
	line-height:42px;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	
}
header.top section.icon a:active{
	text-shadow: 0px 0px 6px white
}

header.top section.icon a{
	color: white;
	cursor: pointer;
	width: 50px;
	height: 42px;
	display: inline-block;
	text-decoration: none;
}
header.top section.icon{

	font-size:16px;
	float:right;
	border-width:1px;
	border-style:solid;
	box-sizing:border-box;
	color:#fff;
	text-align: center;
	height:42px;
	line-height:42px;
	width:50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

header.top section.icon i.fa{
	font-size: 20px;
}




header.top section.icon.user{
	width: 180px;
}
header.top section.icon.user a{
	width: 180px;
}


header.top section.icon.user span.username{
	padding-left: 0.5em;
	display: inline-block;
}


div.bottom{
	width:100%;
	height:calc( 100% - 42px );
	display:flex;
	flex-direction:row;
	overflow:hidden;
}
div.content{
	
	box-sizing:border-box;
	overflow-x:hidden;
	overflow-y:auto;
	flex: 1;
	display: flex;
	
}

@media(print){
	
	div.bottom{
		overflow:visible !important;
		height:auto !important;
		display:block !important;
	}
	
	div.bottom div.content{
		display:block !important;
		height:auto !important;
		overflow:visible !important;
	}
	
	div.bottom div.content section.onepage_app{
		display:block !important;
		overflow:visible !important;
	}
	div.bottom div.content section.onepage_app section.onepage_detail{
		display:block !important;
		overflow-y:visible !important;
		height:auto !important;
	}
	
	div.bottom div.content section.onepage_app section.onepage_detal form.editor{
		display:block !important;
		overflow:visible !important;
	}
	body{
		overflow:visible !important;
		height:auto !important;
		
	}
	html{
		overflow:visible !important;
	}
}