.left-login{
	position: fixed;
	width: 100%;
	height: 100%;
}
.left-login img{
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
.right-login{
	/*
	position: fixed;
	right: 0;
	top: 0;
	*/
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	box-shadow: -5px 0 0 0 rgba(255,255,255,.20);
}
.login-block{
	margin: 40px 40px 0 40px;
}

.errors-holder {
    height: auto;
}
.errors-holder .alert {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #D32F2F;
}
.login-title{
	margin: 0;
	margin-bottom: 8px;
	font-weight: 300;
	font-size: 22px;
}
.login-btn{
	margin-top: 20px;
	text-transform: none !important;
	font-weight: 400 !important;
}
.clien-name {
    margin-bottom: 28px;
}
.log-footer-b {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.log-footer{
	margin: 40px 40px 0 40px;
}
.soc-box{
	overflow: hidden;
}
.soc-box li{
	float:left;
	width: 16%;
	height: 16%;
	position: relative;
	margin: 0.333333333%;
}
.soc-item{
	display:block;
	font-size: 2.6rem;
	padding: 1.6rem;
	text-align: center;
}
.soc-item::before{
	content: "";
	position: absolute;
	left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
	width: 0;
	height: 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
	-webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
	transition: all .2s cubic-bezier(.4,0,.2,1);
}
.soc-item:hover::before{
	top:0;
	background: #2880ba;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.soc-item:hover{
	color: #fff;
}
.mmstudio{
	overflow: hidden;
	border-top:1px #ccc solid; 
	border-bottom:1px #ccc solid; 
	padding: 5px 0; 
}
.mmstudio li{
	width: 50%;
	float: left;
	line-height: 30px;
	text-align: center;
}
.background{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.25);*/
	background: url(../images/trigger-bg.png) repeat;
	z-index: 8;
	display: none;
}
.navbar-logo{
	float: left;
}
#left-side{
	width: 85px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0px;
	background: #212527;
	z-index: 10;
	box-shadow: 5px 0 0 0 rgba(108,115,122,.15);
}
.remove-shadow{
	box-shadow: none !important;
}
.sub-nav{
	position: absolute;
	top: 0;
	left: 85px;
	height: 100%;
	box-shadow: 5px 0 0 0 rgba(0,0,0,.15);
	z-index: 9;
	background: #16181a;
	display: block;
	width: 435px;
	display: none;
}
/*.sub-nav-header{
	box-shadow: 0 5px 0 0 rgba(255,255,255,.10);
	z-index: 1;
}*/
.sub-nav-title{
	font-weight: 300;
	font-size: 22px;
	line-height: 69px;
	color: #fff;
	box-sizing: border-box;
}
.close-sub-nav{
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 22px;
	color: rgba(255,255,255,0.6);
}
.close-sub-nav:hover{
	color: #fff;
	text-decoration: none;
}
.sub-nav-content{
	overflow: auto; 
	position: fixed;
	top: 120px;
	left: 85px;
	color: #fff;
}
.sub-nav-content label{
	color: #fff;
}
.sub-nav-category{
	margin: 20px 0;
}
.sub-nav-category h4{
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px #fff solid;
	opacity: 0.6;
	padding-left: 15px;
	padding-bottom: 5px;
	margin: 0px;
}
.category-item{
	margin: 0;
	padding: 0;
	list-style: none;
}
.btns-group{
	margin-top: 15px;
}
.category-item li{
	padding: 0 15px;
	display: block;
	height: 44px;
	cursor: pointer;
	position: relative;
}
.category-item li:hover{
	background: #212527;
}
.icon-category{
	width: 44px;
	height: 44px;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 42px;
	position: absolute;
	top: 0;
	left: 15px;
}
.category-item p{
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 44px;
	margin: 0;
	padding: 0 0 0 44px;
}
/*
.category-item p a{
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 44px;
	margin: 0;
}
*/
.open-sub{
	display: block !important;
	/*box-shadow: none !important;*/
}
#navigation{
	margin: 0;
	padding: 0;
	}
	#navigation li:first-child{
		height: 120px;
		text-align: left;
	}
	#navigation li{
		height: 85px;
		text-align: center;
		display: block;
		color: #fff;
		cursor: pointer;
	}
	#navigation li:hover{
		background: #191c1d;
	}
	.active{
		background: #16181a;
	}
	#navigation li i{
		margin-top: 20px;
		font-size: 26px;
	}
	#navigation li p{
		font-size: 10px;
		text-transform: uppercase;
		display: block;
		letter-spacing: 0.5px;
	}
.name, .surname{
	margin: 0;
	padding: 15px 10px 0 10px;
	font-size: 11px;
	font-weight: 400;
	display: block;
}
.surname{
	padding: 2px 10px 0 10px;
}
.avatar{
	width: 44px;
	height: 44px;
	margin: 19px 10px 0px 10px;
}
.avatar img{
	width: 100%;
	height: auto;
}

#right-side{
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	position: relative;
	position: fixed;
	overflow: auto;
}
#main-navbar{
	width: 100%;
	height: 120px;
	background: #fff;
	top: 0;
	left: 0;
	position: relative;
	margin-bottom: 40px;
}
.navbar-first{
	display: block;
	height: 60px;
	border-bottom: 1px #fff solid;
}
	.navbar-first h2{
		margin: 0px;
		font-size: 18px;
		font-weight: 300;
		color: #fff;
		line-height: 24px;
		padding-top: 10px;
	}
	.navbar-first h3{
		font-size: 10px;
		margin: 0;
		font-weight: 400;
		text-transform: uppercase;
		color: rgba(255,255,255,0.8);

	}
.navbar-second{
	display: block;
	height: auto;
}
.option-btns {
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0;
}
	.option-btns li{
	    float: left;
    	height: 60px;
    	margin-left: 8px;
  	}
    .option-btns li:first-child{
    	margin-left: 0px;
    }
		.option-btns li a{
    		display: inline-block;
		    height: 60px;
		    text-decoration: none;
		    position: relative;
		    color: #fff;
		    padding: 5px;
		    text-align: center;
		  }
	    .option-btns li a:hover{
	    	background: #00ACC1;
	    }
	    .option-btns li a span{
	    	font-size: 10px;
	    	display: block;
	    	margin-top: 8px;
	  	}
  		.option-btns > li > a > i{
    		top: 7px;
    		font-size: 20px;
    		position: relative;
    		font-weight: 400;
    		margin: 0px;
    		color: #fff;
    	}
  		.option-btns input, .option-btns textarea{
    		min-width:210px;
    		height:44px; 
    		margin-right: 5px;
    		border: 1px #ddd solid;
  		}

.tile-padding{
	padding: 30px 20px;
}
.tile-wrapper{
	background: #fff;
	overflow: hidden;
	moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
	webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
	transition: all .2s cubic-bezier(.4,0,.2,1);
	-webkit-border-radius:2px;	
	-moz-border-radius:2px;	
	border-radius:2px;
	margin-bottom: 40px;
}
.tile-wrapper:hover{
	moz-box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);
	-webkit-box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);
	box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);
	position: relative;
	z-index: 1;
}
.tile-header{
	display: block;
	border-bottom: 1px #BDBDBD solid;
	margin-bottom: 20px;
}
.tile-header-title{
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
}
.tile-header-control{
	display: inline-block;
	font-size: 24px;
	color: #424242;
	opacity: 1;
	margin: 0 5px;
	background: transparent;
	border:none;
	padding: 0px;
}
.ellipsis {
	white-space: nowrap;	
	text-overflow: ellipsis;
	overflow: hidden;
}
.animation{
	-webkit-transform:translateX(-85px);
	-webkit-animation:animo 0.5s ease-in forwards;
	-moz-animation:animo 0.5s ease-in forwards;
	-o-animation:animo 0.5s ease-in forwards;
	-ms-animation:animo 0.5s ease-in forwards;
	animation:animo 0.5s ease-in forwards}

@-webkit-keyframes animo{
	from{}
	to{-webkit-transform:translateX(0px);}
}
.animation-2{
	-webkit-transform:translateY(-120px);
	-webkit-animation:animotwo 0.4s linear 0.2s forwards;
	-moz-animation:animotwo 0.4s linear 0.2s forwards;
	-o-animation:animotwo 0.4s linear 0.2s forwards;
	-ms-animation:animotwo 0.4s linear 0.2s forwards;
	animation:animotwo 0.4s linear 0.2s forwards}

@-webkit-keyframes animotwo{
	from{}
	to{-webkit-transform:translateY(0px);}
}
.effect{
	-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
	webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
	transition: all .2s cubic-bezier(.4,0,.2,1);
}


/*-----------------------------------------------------

	START BUTTONS 

-----------------------------------------------------*/
.btn {
	display: inline-block;
	padding: 6px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
	webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
	transition: all .2s cubic-bezier(.4,0,.2,1);
	-webkit-border-radius:2px;	
	-moz-border-radius:2px;	
	border-radius:2px;	
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline:0;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px 1px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 2px 4px 1px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*-----------------------------------------------------

	EMD BUTTONS 

-----------------------------------------------------*/

/*-----------------------------------------------------

	START FORMS 

-----------------------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #424242;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control{
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.form-control:hover{
  border: 1px solid #991449;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.field-name{
	font-weight: bold;
}
.table-holder{
	min-height: 337px;
}
/*-----------------------------------------------------

	END FORMS 

-----------------------------------------------------*/

/*-----------------------------------------------------

	START MODAL 

-----------------------------------------------------*/
.modal-open {
	overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
    background-color:rgba(0,0,0,0.8);
    background: rgba(0, 0, 0, 0.8);
    background: rgb(0, 0, 0) transparent;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url(../images/trigger-bg.png) repeat;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=1);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 100px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1000px;
  }
}

/*-----------------------------------------------------

	END MODAL 

-----------------------------------------------------*/
/*-----------------------------------------------------

	START TOOLTIP 

-----------------------------------------------------*/
.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0)
}
.tooltip.in{
    opacity:1;
    filter:alpha(opacity=100)
}
.tooltip.top{
    margin-top:-2px
}
.tooltip.right{
    margin-left:2px
}
.tooltip.bottom{
    margin-top:2px
}
.tooltip.left{
    margin-left:-2px
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #424242;
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #424242;
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #424242;
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #424242;
}
.tooltip-inner{
    max-width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#424242;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0
}
/*-----------------------------------------------------

	END TOOLTIP 

-----------------------------------------------------*/


/*-----------------------------------------------------

	FROM OTHER PROJECT

-----------------------------------------------------*/
.m-t-20{
	margin-top: 20px !important;
}
blockquote{
	margin: 0;
}
.article-element {
    margin-bottom: 40px;
    padding: 0;
    position: relative;
}
.article-element-header {
    border: 1px #ccc solid;
    height: 50px;
    line-height: 50px;
    width: auto;
    margin: 0;
    display: block;
    padding: 0 !important;
    overflow: hidden;
    background: #ccc;
    font-size: 16px;
}
.ta-editor, .white-box {
    padding: 10px;
    border: 1px #ccc solid;
}
.img-editor{
	border: 1px #ccc solid;
	padding: 20px;
}
.btn-group{
	float: left;
}
.btn-toolbar{
	overflow: hidden;
	background: #d7d9d9;
}
.btn-group .btn {
    width: 42px;
    height: 42px;
    border-radius: 0;
    background: #d7d9d9;
    color: #656666;
    padding: 0;
}
.btn-group .btn:hover {
    background: #991449;
}
.btn-group .btn.active {
    background: #991449;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
}
.focussed .ta-scroll-window {
    background: #fbf9d4 !important;
}
*:focus{
	outline: none !important;
}

.type-article h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 6px 0;
}
.type-article p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
}
.type-article blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #636666;
}
.type-article p + p, .type-article p + ul, .type-article p + h3, .type-article p + figure, .type-article p + blockquote, .type-article p + .embed-responsive, .type-article ul + p, .type-article ul + figure, .type-article ul + h3, .type-article ul + blockquote, .type-article ul + .embed-responsive, .type-article figure + figure, .type-article figure + p, .type-article figure + h3, .type-article figure + blockquote, .type-article figure + .embed-responsive, .type-article blockquote + blockquote, .type-article blockquote + p, .type-article blockquote + ul, .type-article blockquote + h3, .type-article blockquote + figure, .type-article blockquote + .embed-responsive, .type-article .embed-responsive + .embed-responsive, .type-article .embed-responsive + p, .type-article .embed-responsive + ul, .type-article .embed-responsive + h3, .type-article .embed-responsive + figure {
    margin-top: 28px;
}
.function-btn{
	border: 1px #ccc solid;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.fixed{
    position: fixed;
    height: 600px;
    top: 160px;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rightWrap{
	overflow: auto;
	height: 600px
}