/*Author: Muhammad AsadTitle: mdgarmzTheme Name: mdgarmzTheme URI: sweetu.asad@gmail.comAuthor URI: Version: 1.0Text Domain: mdgarmz*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.LoginFormOuter{
	height: 100vh;
	min-height: 600px;
}
.LoginForm{
	position: absolute;
	width: 450px;
	background: #f2f2f2;
	border-radius: 10px;
	padding: 30px;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
}
.LoginForm .logo{
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.LoginForm .logo a{
	float: left;
}
.LoginForm form{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.LoginForm form p{
	float: left;
	width: 100%;
	margin-bottom: 10px;	
}
.LoginForm form p:last-child{
	margin: 0;
}
.LoginForm form p:last-child{
	margin: 0;
}
.LoginForm form p label{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.LoginForm form input{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 0;
	border: solid 1px #ccc;
	outline: none;
}
.LoginForm form input:hover, .LoginForm form input:active, .LoginForm form input:focus{
	outline: none;
	border-color: #000;
}
.LoginForm form .login-remember label{
	line-height: 27px;
}
.LoginForm form .login-remember input{
	width: 19px;
    margin-right: 10px;
}
.LoginForm form .button{
	background: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 4px 0;
    height: auto;
	cursor: pointer;
}


.MainWrap{
	height: 100vh;
	min-height: 600px;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.MainWrap .topbar{
	float: left;
	width: 100%;
	background: #f2f2f2;
	border-bottom: solid 1px #ccc;
	padding: 6px 10px;
	position: relative;
}

.MainWrap .topbar .pageTitle{
	position: absolute;
	left: 0;
	right: 0;
	height: 43px;
	line-height: 43px;
	text-align: center;
	top: 0;
	font-weight: bold;
	font-size: 20px;
	padding-left: 180px;
	padding-right: 180px;
}
.MainWrap .topbar .logo {
    text-align: center;
    height: 30px;
    line-height: 30px;
    float: left;
}
.MainWrap .topbar .logo a{
	float: left;
}
.MainWrap .topbar .RightSide{
	float: right;
}
.MainWrap .topbar .RightSide .user{
	float: left;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
	margin-right: 30px;
}
.MainWrap .topbar .RightSide .logOut{
	float: left;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
	color: #000;
	text-decoration: none;
	background: url(assets/images/log-out.png);
	background-size: 14px;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 21px;
}
.MainWrap .sheetFrame{
	position: absolute;
    left: 0;
    right: 0;
    top: 43px;
    bottom: 0;
    overflow: auto;
}
.MainWrap .sheetFrame iframe{
	width: 100%;
	height: 100%;
	float: left;
}