#innerheader {
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 1em;
}

#dashboardheader:after {
    content: "";
    display: block;
    clear: both;
}

.logo {
	width: 250px;
	float: left;
}

#logo-links{
	max-width: 300px;
}

.menu {
	float: left;
	width: 600px;
}

.menu ul {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 84px;
}

.menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0 .5em;
	position: relative;
	padding-bottom: 7px;
	font-size: 17px;
	color: #606060;
}

.menu ul li a {
	text-decoration: none;
	color: #606060;
	font-weight: bold;
	padding-bottom: .3em;
}

.menu ul li a:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	left: 50%;
	height: 3px;
	-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
	background: #ababab;
}

.menu ul li a:hover:before, .menu ul li a:focus:before, .menu ul li a:active:before, .menu ul li a.active:before {
	right: 0;
	left: 0;
}

#chat {
	color: #00A00B;
}

/* section.tile.free h2 {
    font-size: 24px!important;
	    overflow: visible;
} */

section.tile.free div.tile-content.no-content header {
	overflow: visible!important;
}

.swing-stories section.tile h4.tile-header {
    font-size: 16px;
}

.custom_inner {
	display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
}

#logos-right {
	position: relative;
    display: flex;
    height: 50px;
    width: 200px;
}

@media (max-width: 990px) {
	#logos-right {
		display: none;
	}
}

@media (max-width: 725px) {
	.menu {
		display: none;
	}	
}

body.screenshot #exportmeta {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

body.screenshot {
	.custom_inner, .o-adds, .mosaic-top-header {
		display: none;
	}
}

body.screenshot #innerheader {
	height: 80px;
	background: url("images/printheader.jpg") no-repeat top left;
	background-size: 100% auto;
}

body.name_mosaic3.screenshot #innerheader {
	background: url("images/printheader2.jpg") no-repeat top left;
}

#dashboardwrapper.sidebar:has(.wrapper-sidebar:not(.fixed)) {
	justify-content: unset;
}

.swing-stories:not(.screenshot) {
	#mainwrapper {
		#dashboardwrapper.sidebar {
			max-width: 1260px;
			width: 100%;

			@media screen and (max-width: 1280px) {
				padding-right: 20px;
				padding-left: 20px;
			}
		}

		.mosaic-top-header {
			position: static;
		}
	}
	
	.mosaic-top-header:after {
		content: "";
		display: block;
		width: 100%;
		max-width: 1520px;
		height: 609px;
		margin: 0 auto;
		background: url(images/banner.jpg) no-repeat center center;
		background-size: cover;
	}

	#dashboardwrapper {
		background: #fff;
		padding: 30px 60px 10px 60px;
		max-width: 1380px;
		margin: 0 auto;
		padding: 30px 60px 10px 60px;
		margin-top: -250px;
	}

	#dashboardwrapper.sidebar #seldialog {
		margin-left: -30px;

		@media only screen and (min-width: 1px) and (max-width: 1200px) {
			margin-left: 0;
		}
	}
}

@media screen and (max-width: 1200px) {
	body.swing-stories #dashboardwrapper.sidebar{
		padding-top: 16px!important;
	}
}