html, body
{
	padding: 0;
	margin: 0;
	overflow:hidden
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
	overflow:hidden
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}


nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header

{
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #666;

-webkit-box-shadow: -1px 2px 5px -3px rgba(0,0,0,0.52);
-moz-box-shadow: -1px 2px 5px -3px rgba(0,0,0,0.52);
box-shadow: -1px 2px 5px -3px rgba(0,0,0,0.52);

	-moz-box-sizing: border-box;
	box-sizing: border-box;	
 	height: 35px;
	width: 100%;
	border-bottom:1px solid #eee;
 }
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
	z-index:99999;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
	
	
}

.content
{
	padding:50px 50px 50px 50px;
	color:#666;
}

.iframe-wrap {
    border-top:0px solid #ffffff;
    margin: 0px auto 0 auto;
    width: 100%;

  
    overflow-y: scroll !important;
	
 }
.iframe-wrap::before, .iframe-wrap::after {
    box-sizing: border-box;
}
.iframe-fix{ width:100%; height:100%;  left:0; top:0; float:left; overflow-y:scroll!important;}

.logo { float: left; padding:10px 0px; width:100%; text-align:center;}
.logout{ position:absolute; right:22px; top:20px; }
5p
.log-ico{ opacity:1;}
.log-ico:hover{ opacity:0.5;}



















