.mainbox {
	/* width: 210mm; */
	position: relative;
}

#combo.display_main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 3;
    background-color: #eff1f3;
    display: none;
}

.main {
	margin: 20px 0;
	max-width: 1260px;
	/* overflow: auto; */
}

.maincol.no_toolbar {
	margin: 30px 2%;
	float: left;
	width: 58%;

}

.maincol.with_toolbar {
	margin: 0 1% 70px 8%;
    float: left;
    width: 58%;
}
.maincol.with_toolbar.opendrawer {
	margin-bottom: 240px;
}

.sidebox {
	text-align: center;
	margin-bottom: 16px;
	overflow: auto;
}
.sidebar_publish {
	margin-top: 30px;
}

.page-cont {
	height: auto;
	margin-left: 7rem;
	margin-top: 20px;
	margin-bottom: 80px;
	float: left;
}

.toolbar {
	width: 70px;
	/* float: left; */
	position: fixed;
	padding: 1em 0 0 1em;
	bottom: 0;
    top: 30px;
}
.toolbar.top {
position: fixed;
padding: 0;
top: 0;
left: 0;
bottom: auto;
z-index: 500;
width: 100%;
background-color: #505a69;
}
a.toolbar_top_close {
	display: block;
	float: left;
	height: 2rem;
	line-height: 2rem;
	padding: 0.8rem 0;
	margin: 0 2rem;
	vertical-align: text-bottom;
}
a.toolbar_top_close img {
	vertical-align: text-bottom;
}
ul.toolbar_top_menu {
	float: left;
}
.toolbar_top_menu li {
	display: inline-block;
}

.toolbar_top_menu li a {
	color: #96a0af;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	padding: 0.8rem 0;
	margin: 0 2rem;
	border-top: 2px solid transparent;
	transition: all 0.3s;
}
.toolbar_top_menu li a:hover,
 .toolbar_top_menu li a.active {
	border-top: 2px solid #00b4ff;
	color: #fff;
}
.with_top_toolbar {
	margin-top: 5.5em;
}
.toolbar.top #infobar {
	border: 0;
	min-height: auto;
	padding: 0;
	margin: 0.8rem 1% 0 0;
	float: right;
  width: 32%;
  position: relative;
}
.toolbar.top #infobar .help_toggle {
	border-color: #737b87;
}

.user-toolbar-wrapper {
  max-width: 1260px;
}

/*
.user-menu-wrapper {
  margin: 0 9% 0 0;
  width: 58%;
}*/

.toolbar-icon {
	display:block;
	float:none;
	clear:both;
	cursor: pointer;
	margin-bottom: 35px;
}

.toolbar-bin {
	position:absolute;
	bottom:40px;
	transition: bottom 0.6s;
}
.toolbar-bin.moved {
	bottom:200px;
}
/*
a.toolbar-icon.duplicate {
	position: absolute;
    bottom: 120px;
    transition: bottom 0.6s;
}
a.toolbar-icon.duplicate.moved {
	bottom: 280px;
}
*/
#sidebar_wrapper {
	float: left;
	width: 32%;
  position: relative;
}


/* --- People bar --- */

.peopleBar-shown.main {
  margin-top: 80px;
}

.peopleBar-shown #toolbar {
  top: 80px;
}

.peopleBar {
  background-color: #00b4ff !important;
  color: #fff !important;
  z-index: 600;
}

.peopleBar .toolbar_top_close {
  margin: 0 50px 0 40px;
}

.peopleBar-dropdown {
  float: left;
  position: relative;
}

.peopleBar-dropdown-toggle {
  display: inline-block;
  /*min-width: 150px;*/
  padding: 0 26px 0 0;
  margin: 2px 0 -2px;

  background: url(/assets/images/dropdown-arrow.png) right 29px no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}

.peopleBar-dropdown .dropdown {
  position: absolute;
  top: 70px;
  left: -10px;

  min-width: 240px;
  max-width: none;
}
