/* ==========================================================================
   HTML5 Boilerplate styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: rgb(152,158,162);
}
/* ======= Sven overrides ======= */
/* Sven, from Kaz to stretch footer again */
#wrapper_site_footer {
  width: 100%;
}
/* ======= Sven end ======= */
body {
    font: 15px/26px 'Open Sans', Helvetica, Helvetica Neue, Arial;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper, .wrappin {
    width: 90%;
    margin: 0 auto;
}

.header-container,
.footer-container,
.main aside {

}


/* ==============
    MOBILE: Menu
   ============== */

nav {
	clear: both;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 16px;
    line-height: 18px;
	background: rgb(170,176,180);
	padding: 10px 0;
	color: white;
	-webkit-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
           -moz-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
                box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
	transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
				-o-transition: all 300ms ease-in-out;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: none;
    background-color: rgb(28,118,187);
	transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
				-o-transition: all 200ms ease-in-out;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0px 0;
}

.main .clear {
	width: 100%;
	height: 15px;
	clear: both;
}

/* =========================
    MOBILE: Content Article
   ========================= */

.main article {
 	margin: 37px 0;
    padding: 0;
}

.main article h1 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.45em;
    margin: 0 0 20px 0;
}

.main article h1.page_title {
    font-size: 1em;
    color: rgb(45,163,163);
    line-height: 1.45em;
}

.main article h2 {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    margin: 0 0 20px 0;
}

.main article p {
 	margin: 0;
    padding: 0 0 36px 0;
    line-height: 1.7em;
}

.main article p img {
	float: left;
	margin: 9px 24px 9px 0;
}

.main article h1,
.main article h2,
.main article h3,
.main article h4,
.main article p,
.main article pre {
	padding-left: 10px;
	padding-right: 10px;
}

.main article hr {
	border-top: 1px solid rgb(204,215,220);
	margin: 5px 0 0 0;
	height: 40px;
}

.main article pre {
	text-align: left;
	white-space: pre-line;
	word-wrap: break-word;
	padding-top: 10px;
	padding-bottom: 36px;
}

.main article pre code {
	display: block;
	padding: 20px;
	background: rgb(234,246,246);
}

.footer-container footer {
    padding: 0;
   	font-size: 0.9em;
}

footer.top {
	padding: 0 0 15px 0;
	background: rgb(228,235,241);
}

footer.bottom {
	/* margin-top: 2px; */
	padding: 0 0 15px 0;
	background: rgb(28,118,187);
	color: #fff;
}

.footer-container footer .footerin {
	width: 90%;
	margin: 0 auto;
}

footer .list {
	display: inline;
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 12px;
}

footer.bottom .list {
	float: left;
	margin: 0;
}

footer.bottom .logoFooter {
	display: inline-block;
	float: right;
	width: 124px;
	height: 50px;
	text-align: right;
	margin: 18px 0 0 0;
}

footer.bottom .logoFooter a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(https://www.erp5.com/img/erp-logo-small.png) no-repeat 0 0;
	background-size: 100%;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2em;
}

footer ul a {
	text-decoration: none;
	color: rgb(131,151,166);
}

footer h4 {
	padding: 20px 0 4px 0;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 0;
	color: rgb(131,151,166);
}

footer.bottom h4, footer.bottom ul a {
	color: #fff;
}

footer.bottom ul a:hover {
	color: rgb(187,207,229);
}

footer .clear {
	width: 100%;
	height: 15px;
	clear: both;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.header-container {
	margin-top: 38px;
	margin-bottom: 24px;
}

.title.logo {
    display: block;
    height: 63px;
    width: 100%;
    background: url(https://www.erp5.com/img/erp-logo.png) no-repeat 0 0;
    margin: 0;
    /* ======= EDIT SVEN ===== */
    margin-top: .3em;
}

.title.logo a {
	display: block;
    width: 151px;
    height: 63px;
	float: left;
	text-indent: -999px;
}

span.claim {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 19px;
	margin: 12px 0 0 0;
	text-align: left;
	padding: 0 0 9px 0;
	float: left;
	color: rgb(27,117,187);
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 100;
	letter-spacing: 0.2em;
	background: url(https://www.erp5.com/img/claim.png) no-repeat 1px 2px;
	background-size: 90% auto;
	position: static;
	text-indent: -999px;
}

.headteaser {
	background: rgb(228,235,241);
	text-align: left;
	color: rgb(113,134,149);
	font-size: 15px;
	line-height: 26px;
}

.headteaser .teaserin {
	padding: 24px 0;
}

.headteaser h1, .content h2 {
	font-weight: normal;
	font-size: 25px;
	line-height: 33px;
}

.headteaser h2 {
	margin: 18px 0 34px 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
}


/* ==============================================
   List of App-Icons on Top
   ============================================== */

.headteaser .applications {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 0;
}

.headteaser .applications li {
	display: inline-block;
	width: 170px;
	height: 170px;
	margin: 0 8px 8px 0;
	float: left;
	background: #fff;
	border: 1px solid rgb(196,207,215);
}

.headteaser .applications li:nth-of-type(2),
.headteaser .applications li:nth-of-type(4),
.headteaser .applications li:nth-of-type(6),
.headteaser .applications li:nth-of-type(8),
.headteaser .applications li:nth-of-type(10),
.headteaser .applications li:nth-of-type(12) {
	margin-right: 0;
}

.headteaser .applications li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	color: rgb(131,151,166);
}

.headteaser .applications li a span {
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.applications li a.a { background: url(https://www.erp5.com/img/app-accounting.png) no-repeat center center; }
.applications li a.b { background: url(https://www.erp5.com/img/app-crm.png) no-repeat center center; }
.applications li a.c { background: url(https://www.erp5.com/img/app-hr.png) no-repeat center center; }
.applications li a.d { background: url(https://www.erp5.com/img/app-project.png) no-repeat center center; }
.applications li a.e { background: url(https://www.erp5.com/img/app-inventory.png) no-repeat center center; }
.applications li a.f { background: url(https://www.erp5.com/img/app-manufact.png) no-repeat center center; }
.applications li a.g { background: url(https://www.erp5.com/img/app-ecommerce.png) no-repeat center center; }
.applications li a.h { background: url(https://www.erp5.com/img/app-pdm.png) no-repeat center center; }
.applications li a.i { background: url(https://www.erp5.com/img/app-dms.png) no-repeat center center; }
.applications li a.j { background: url(https://www.erp5.com/img/app-pos.png) no-repeat center center; }
.applications li a.k { background: url(https://www.erp5.com/img/app-banking.png) no-repeat center center; }
.applications li a.l { background: url(https://www.erp5.com/img/app-more.png) no-repeat center center; }
/* Add on */
.applications li a.forum { background: url(https://www.erp5.com/application-icons/forum.png) no-repeat center center; }
.applications li a.forge { background: url(https://www.erp5.com/application-icons/erp5_forge.png) no-repeat center center; }
.applications li a.gadget { background: url(https://www.erp5.com/application-icons/gadget.png) no-repeat center center; }
.applications li a.credential { background: url(https://www.erp5.com/application-icons/credential.png) no-repeat center center; }
.applications li a.web { background: url(https://www.erp5.com/application-icons/web_globe.png) no-repeat center center; }
.applications li a.web { background: url(https://www.erp5.com/application-icons/web_globe.png) no-repeat center center; }
.applications li a.auto-logout { background: url(https://www.erp5.com/application-icons/auto_logout.png) no-repeat center center; }
.applications li a.auth-policy { background: url(https://www.erp5.com/application-icons/auth_policy.png) no-repeat center center; }
.applications li a.calendar { background: url(https://www.erp5.com/application-icons/calendar.png) no-repeat center center; }
.applications li a.consulting { background: url(https://www.erp5.com/application-icons/consulting1.png) no-repeat center center; }
.applications li a.budget { background: url(https://www.erp5.com/application-icons/erp5_budget.png) no-repeat center center; }
.applications li a.immobilization { background: url(https://www.erp5.com/application-icons/immobilization.png) no-repeat center center; }
.applications li a.rss { background: url(https://www.erp5.com/application-icons/rss22.png) no-repeat center center; }
.applications li a.ooo-import { background: url(https://www.erp5.com/application-icons/import_Data.png) no-repeat center center; }
.applications li a.worklist-sql-cache { background: url(https://www.erp5.com/application-icons/worklist_cache.png) no-repeat center center; }
.applications li a.ods-style { background: url(https://www.erp5.com/application-icons/ods_docment_style.png) no-repeat center center; }
.applications li a.odt-style { background: url(https://www.erp5.com/application-icons/odt_document_style.png) no-repeat center center; }
.applications li a.invoicing { background: url(https://www.erp5.com/application-icons/invoicing.png) no-repeat center center; }
.applications li a.banking { background: url(https://www.erp5.com/application-icons/banking.png) no-repeat center center; }
.applications li a.barcode { background: url(https://www.erp5.com/application-icons/barcode.png) no-repeat center center; }
.applications li a.conversion { background: url(https://www.erp5.com/application-icons/conversion.png) no-repeat center center; }
.applications li a.erp5-base { background: url(https://www.erp5.com/application-icons/erp5_base.png) no-repeat center center; }
.applications li a.payroll { background: url(https://www.erp5.com/application-icons/payroll.png) no-repeat center center; }
.applications li a.trade { background: url(https://www.erp5.com/img/app-banking.png) no-repeat center center; }
.applications li a.adv-invoicing { background: url(https://www.erp5.com/application-icons/adv-invoicing.png) no-repeat center center; }
.applications li a.email-reader { background: url(https://www.erp5.com/application-icons/email-readear.png) no-repeat center center; }
.applications li a.egovenment { background: url(https://www.erp5.com/application-icons/egovenment.png) no-repeat center center; }
.applications li a.svg-editor { background: url(https://www.erp5.com/application-icons/svg-editor.png) no-repeat center center; }
.applications li a.slideshow { background: url(https://www.erp5.com/application-icons/slideshow.png) no-repeat center center; }
.applications li a.xinha-editor { background: url(https://www.erp5.com/application-icons/Xinha-editor.png) no-repeat center center; }
.applications li a.csv-style { background: url(https://www.erp5.com/application-icons/csv-style.png) no-repeat center center; }

/*
.applications li a:hover {
	-webkit-box-shadow: inset 0 0px 30px rgba(28,118,187,0.2);
           -moz-box-shadow: inset 0 0px 30px rgba(28,118,187,0.2);
                box-shadow: inset 0 0px 30px rgba(28,118,187,0.2);
}
*/

.headteaser .teaserText {
	padding: 43px 0 0 0;
}

.headteaser .teaserInfo {
	margin: 43px 0 0 0;
	padding: 10px 0 14px 0;
	border-top: 1px solid rgb(180,199,213);
	border-bottom: 1px solid rgb(180,199,213);
	float: left;
	width: 100%;
}

.teaserInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
}

.teaserInfo ul li {
	display: block;
	float: none;
}

.teaserInfo ul li.social {
	border: none;
	float: left;
	padding-top: 18px;
	padding-right: 6px;
}

.teaserInfo ul strong {
	display: inline-block;
	width: 110px;
	font-weight: 600;
}


/* ==============================================
   Content / Wrappin
   ============================================== */

.content {
	padding: 56px 0 34px 0;
}

.content .center {
	clear: both;
	text-align: center;
	padding: 46px 0 0 0;
}

.content h2 {
	color: rgb(131,151,166);
	margin: 0;
}

.content h2 a {
	color: rgb(131,151,166);
	text-decoration: none;
}

.content h2 a:hover {
	color: rgb(2,87,136);
}
/*
.content p {
	margin-bottom: 48px;
}
*/

/* ==============================================
   Content / Posts
   ============================================== */

.content .bottomPosts {
	clear: both;
	border-top: 1px solid rgb(186,186,186);
	margin: 46px 0 0 0;
	padding: 68px 0 0 0;
}

.content .bottomPosts.relatedDocs,
.content .bottomPosts.Discussions {
	margin: 70px 0 0 0;
	padding: 38px 0 0 0;
}

.content .bottomPosts.relatedDocs h2,
.content .bottomPosts.Discussions h2 {
	margin-bottom: 28px;
	position: relative;
}

.content .bottomPosts.relatedDocs h2 a.txtButn,
.content .bottomPosts.Discussions h2 a.txtButn {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0 23px 0 0;
	color: rgb(28,118,187);
}

.content .bottomPosts.relatedDocs h2 a.txtButn:hover,
.content .bottomPosts.Discussions h2 a.txtButn:hover {
	color: rgb(2,87,136);
}


.bottomPosts .row {
	width: 100%;
	padding: 0 0 50px 0;
}

/* ======= Sven ======= */
.content .bottomPosts h2 {
  padding-bottom: 1em;
}
.blog_post,
.press_post,
.custom-content-post {
  padding-bottom: 40px;
  padding-top: 30px;
}
.post_bottom {
  font-size: small;
}
.post_head .post_info,
/* ======= Sven end ======= */
.bottomPosts .date {
	display: block;
	width: 100%;
	float: none;
	text-align: left;
	color: #fff;
	font-size: 20px;
	color: rgb(170,176,180);
}

/* ======= Sven ======= */
.post_info span:last-of-type,
/* ======= Sven end ======= */
.bottomPosts .date span {
	font-size: 14px;
	display: block;
}
/* ======= Sven ======= */
.post_body,
/* ======= Sven end ======= */
.bottomPosts .text {
	display: inline-block;
	width: 76%;
	float: none;
	text-align: left;
}

.content .bottomPosts.Discussions .text {
	width: 100%;
}

html .blog_post .icon,
html .press_post .icon,
html .custom-content-post .icon,
html .search_post .icon {
    margin-top: -2em;
}
.bottomPosts .icon,
.blog_post .icon,
.press_post .icon,
.custom-content-post .icon,
.search_post .icon {
    display: inline-block;
    width: 10%;
    float: right;
    text-align: right;
    margin: 8px 0 0 0;
}


.bottomPosts .icon img {
	width: 100%;
	height: auto;
}

.postsocial {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.postsocial li {
	display: inline-block;
	float: left;
	height: 20px;
	margin: 0 5px 0 0;
}

.postsocial li img {
	vertical-align: top;
}

.postsocial li a.expand,
.postsocial li a.reply {
	display: inline-block;
	width: 28px;
	height: 20px;
	background: url(https://www.erp5.com/img/icon-expand.png) no-repeat 0 0;
}

.postsocial li a.reply {
	background: url(https://www.erp5.com/img/icon-reply.png) no-repeat 0 0;
}


/* ==============================================
   Big Button
   ============================================== */

.content .bigButn { text-align: center; }

.content .butnBig {
	width: 100%;
    display: inline-block;
    padding: 18px 0 19px 0;
    margin: 0 0 23px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 28px;
    line-height: 28px;
	background: rgb(170,176,180);
	-webkit-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
        -moz-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
            box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
}

.content .butnBig.left { float: left; }
.content .butnBig.mid { float: none; }
.content .butnBig.right { float: right; }

.content .butnBig span {
	display: inline-block;
	padding: 10px 0 0 0;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 18px;
	width: 100%;
}

.content .butnBig:hover {
	background-color: rgb(28,118,187);
}


/* ==============================================
   LogoWall
   ============================================== */

.content .logoWall { clear: both; text-align: center; margin-bottom: 28px; }

.content .logoWallRow.a { margin-top: 40px; border-bottom: none; }

.content .logoWrap {
	width: 100%;
    display: inline-block;
    padding: 18px 0 19px 0;
    margin: 0 0 0 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 28px;
    line-height: 28px;
    border-bottom: 1px solid rgb(186,186,186);
}

.content .logoWrap.left { float: left; }
.content .logoWrap.mid { float: none; }
.content .logoWrap.right { float: right; }

.content .logoWrap .wallCat {
	display: inline-block;
	padding: 18px 0 0 0;
	color: rgb(186,186,186);
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 18px;
	width: 100%;
	text-decoration: none;
}

.content .logoWrap .wallCat:hover { color: rgb(2,87,136); }



/* ==============================================
   Breadcrumb
   ============================================== */


.breadcrumb {
	padding: 0;
}

.breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0;
}

.breadcrumb ul li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: rgb(113,134,149);
}

.breadcrumb ul li a {
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 14px;
	margin-right: 7px;
	text-decoration: none;
	color: rgb(28,118,187);
	background: url(https://www.erp5.com/img/breadmarker.png) no-repeat right 10px;
	transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
				-o-transition: all 300ms ease-in-out;
}

.breadcrumb ul li a:hover {
	color: rgb(2,87,136);
	transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
				-o-transition: all 200ms ease-in-out;
}

/* ==============================================
   Links
   ============================================== */

a.txtButn {
	clear: both;
	color: rgb(28,118,187);
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 23px 12px 0;
	background: url(https://www.erp5.com/img/next-arrows.png) no-repeat center right;
}

a {
	color: rgb(28,118,187);
	text-decoration: none;
	transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
				-o-transition: all 300ms ease-in-out;
}

a:visited {

}

a:hover {
	color: rgb(2,87,136);
	transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
			-webkit-transition: all 200ms ease-in-out;
				-o-transition: all 200ms ease-in-out;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

   	span.claim {
		background-size: auto auto;
	}

	.headteaser .applications li:nth-of-type(2),
	.headteaser .applications li:nth-of-type(4),
	.headteaser .applications li:nth-of-type(6),
	.headteaser .applications li:nth-of-type(8),
	.headteaser .applications li:nth-of-type(10),
	.headteaser .applications li:nth-of-type(12) {
		margin-right: 8px;
	}

/* ====================
    INTERMEDIATE: Menu
   ==================== */

	nav {
		clear: both;
		margin-top: 22px;
	}

    nav a {
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ==============================================
   Big Button
   ============================================== */
	.content .butnBig {
		width: 32.5%;
	}

/* ==============================================
   Content / Posts
   ============================================== */
	.bottomPosts .icon img {
		width: auto;
		height: auto;
	}

	.content .center {
		padding: 32px 0 0 0;
	}

/* ==============================================
   LogoWall
   ============================================== */

   	.content .logoWallRow.a { border-bottom: 1px solid rgb(186,186,186); }

   	.content .logoWrap {
		width: 33%;
		border-bottom: none;
	}

	.content .logoWrap a img {
		width: 60%;
	}

	.content .logoWrap .wallCat { font-size: 10px; padding: 28px 0 0 0; }

	.content .logoWrap.mid { border-left: 1px solid rgb(186,186,186); border-right: 1px solid rgb(186,186,186); }


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}


@media only screen and (min-width: 700px) {

	.title.logo {
		width: 580px;
	}

   	span.claim {
		width: 399px;
		text-align: left;
		padding: 0 0 0 18px;
		margin: 0;
		float: none;
		background-position: 18px 2px;
		background-size: auto auto;
		position: relative;
		top: 35px;
		/* ==== EDIT SVEN ==== */
	  top: 25px;
	  /* ==== EDIT SVEN ==== */
		font-size: 17px;
	}

	header nav {
		margin-top: 21px;
	}
	.headteaser .applications li {
    	width: 148px;
		height: 148px;
    	margin: 0 8px 8px 0;
    }
    .teaserInfo ul li {
		display: inline-block;
		float: left;
		padding: 0 16px 0 16px;
		border-right: 1px solid rgb(180,199,213);
	}
	.teaserInfo ul li.social {
		padding-top: 8px;
	}

	.teaserInfo ul li:nth-of-type(1) {
		padding-left: 4px;
	}

	.teaserInfo ul strong {
		width: auto;
		display: block;
	}

  .footer-container footer {
  	font-size: 0.8em;
	}
	footer .list {
		display: inline;
		float: left;
		width: auto;
		margin: 0 9% 0 0;
		text-align: left;
	}

	footer.bottom .list li {
		display: inline-block;
		margin-right: 17px;
	}


/* ==============================================
   Content / Posts
   ============================================== */

	.content .bottomPosts {
		clear: both;
		border-top: 1px solid rgb(186,186,186);
		margin: 46px 0 0 0;
		padding: 68px 0 0 0;
	}

	.bottomPosts .row {
		padding: 0 0 50px 0;
	}

	/* ==== EDIT SVEN ==== */
  .post_head .post_info,
	/* ==== EDIT SVEN ==== */
	.bottomPosts .date {
		display: inline-block;
		width: 10%;
		height: 60px;
		float: left;
		text-align: center;
		margin: 6px 3% 0 0;
		padding: 10px 0 0 0;
		color: #fff;
		background: rgb(170,176,180);
		-webkit-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
        -moz-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
            box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
	}

	/* SVEN: this crap is needed for discussions... */
	.bottomPosts.Discussions .date span {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	.bottomPosts.Discussions .text {
		display: inline-block;
		width: 76%;
	}
	.content .bottomPosts.Discussions .text {
		width: 86%;
	}
	.bottomPosts .icon img {
		width: auto;
		height: auto;
	}
	.content .bottomPosts.relatedDocs a.txtButn,
	.content .bottomPosts.Discussions a.txtButn {
		margin-left: 13%;
	}
}


@media only screen and (min-width: 960px) {

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 150px;
    }


/* ============
    WIDE: Main
   ============ */

  nav {
		clear: none;
		margin-top: 0px;
	}
	.headteaser .applications li {
    	margin: 0 1.2% 8px 0;
    }

/* ==============================================
   LogoWall
   ============================================== */

	.content .logoWrap {
		width: 33%;
	}
	.content .logoWrap a img {
		width: auto;
	}
	.content .logoWrap .wallCat { font-size: 12px; }

  /* ===============
    Maximal Width
   =============== */

    .wrapper, .wrappin, .footer-container footer .footerin {
        width: 940px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    /* PDF force page height */
    .PDF-content .document .input [data-gadget-sandbox="iframe"] {
      height: 297mm !important;
    }
    .headteaser .applications li {
    	width: 148px;
		height: 148px;
    	margin: 0 8px 8px 0;
    }
    .headteaser .applications li:nth-of-type(6),
    .headteaser .applications li:nth-of-type(12) {
		margin-right: 0;
	}
	footer .list {
		width: auto;
		margin: 0 14% 0 0;
	}
	footer .list.d {
		margin: 0;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ======= Sven overrides ======= */
header {
  position: relative;
}

/* remove margin padding on footer */
#wrapper_site_footer .hidden_label {
  margin: 0;
}

/* add langmenu */
ul.langmenue li.ja a {
    background-image: url("https://www.erp5.com/img/flag-ja.png");
}
ul.langmenue {
	display: block;
	width: 53px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: -38px;
	right: 2px;
	z-index: 666;
	background: rgb(235,235,235);
	margin: 0;
	padding: 0;
	border: 1px solid rgb(215,215,215);
	border-top: none;
}

ul.langmenue:hover {
	height: auto;
	cursor: pointer;
}
ul.langmenue li a {
	display: inline-block;
	width: 23px;
	height: 28px;
	padding: 0 0 0 30px;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	background: url(https://www.erp5.com/img/flag-fr.png) no-repeat 7px 9px;
}

ul.langmenue li.fr a { background-image: url(https://www.erp5.com/img/flag-fr.png); }
ul.langmenue li.de a { background-image: url(https://www.erp5.com/img/flag-de.png); }
ul.langmenue li.en a { background-image: url(https://www.erp5.com/img/flag-gb.png); }
ul.langmenue li.pt a { background-image: url(https://www.erp5.com/img/flag-pt.png); }
ul.langmenue li.zh a { background-image: url(https://www.erp5.com/img/flag-zh.png); }

ul.langmenue li a:hover { background-color: rgb(215,215,215); }
ul.langmenue li a.selected:hover { background-color: rgba(0,0,0,0); }

/* ======= Sven overrides ======= */
/* also need a login */
ul.custom-menu-login {
	display: block;
	width: 70px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: -38px;
	right:60px;
	z-index: 666;
	background: rgb(235,235,235);
	margin: 0;
	padding: 0;
	border: 1px solid rgb(215,215,215);
	border-top: none;
}
ul.custom-menu-login .toolbar-menu {
  color: rgb(28, 118, 187);
}

/* modify borders and padding for multiple content sections JP: REMOVE AGAIN*/
.content .bottomPosts {
  border-top: 0 none;
  /* border-bottom: 1px solid rgb(186,186,186); */
}
/* no time to make this generic */
.content .bottomPosts.latestDocuments {
  border-bottom: 0 none;
}

.content .bottomPosts h2 {
  padding: 0;
  margin: 0;
  padding-bottom: 1em;
}
html .content .bottomPosts.pressReleases,
html .content .bottomPosts.relatedDocs,
html .content .bottomPosts.Discussions,
html .content .bottomPosts.latestDocuments {
  margin-top: 0;
  padding-top: 1em;
  margin-bottom: 0;
  padding-bottom: 1em;
}
/* round image wrappers, phewwwwwww */
.round {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 51%;
  overflow: hidden;
  float:left;
  display:block;
  background-color: none !important;
  /* border: 1px solid rgb(228,235,241); */
}
/* overwrite image properties (set on wrapper) */
.round img {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* make previously floating divs responsive */
div.content-left {
  float:left;
  width: 48%;
}
div.content-right {
  float:right;
  width: 48%;
}
div.content-box {
  display: inline-block;
  width: 47.7%;
  border: 1px solid rgb(238, 238, 238);
  padding: .5em 1em;
  box-sizing: border-box;
  margin: 1em 1%;
  vertical-align: top;
  border-radius: .375em;
}
@media (max-width: 48em) {
  div.content-left,
  div.content-right {
    float: none;
    width: auto;
  }
  div.content-box {
    width: auto;
  }
}

/* make the form look acceptable */
/* stretch */
.Web-Page-content fieldset.left {
  width: 100%;
  margin-top: 2em;
}
/* float into two columns... */
.Web-Page-content fieldset.left > div {
  width: 37%;
  float: left;
  clear: left;
  position: relative;
}
.Web-Page-content fieldset.left > div:last-of-type {
  float: none;
  clear: none;
  display: inline-block;
}
@media (max-width: 48em) {
  .Web-Page-content fieldset.left > div {
    width: auto;
    float: none;
    clear: none;
  }
}
/* required fields */
.Web-Page-content fieldset.left > .required label:after,
.Web-Site-content fieldset .field > .required label:after {
  content: "*";
}

/* label overwrites */
html body .Web-Page-content fieldset.left label,
html body .Web-Site-content fieldset .field label {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
/* label coloring */
html body .Web-Site-content fieldset .field label {
  color: #989EA2;
}
/* errors */
.Web-Page-content fieldset.left span.error,
.Web-Site-content fieldset .field span.error {
  font-size: 13px;
  position: absolute;
  top: 2px;
  right: 0;
  padding-right: 2.5em;
}
.Web-Page-content fieldset.left div.error div.input > input,
.Web-Page-content fieldset.left div.error div.input > textarea,
.Web-Site-content fieldset .field div.error div.input > input {
  border-color:red;
}

/* field width & spacing */
html body .Web-Page-content fieldset.left div.input {
  width: 100%;
  padding: .5em 0;
}
.Web-Page-content fieldset.left div.input > input {
  width: 100%;
  color: rgb(131,151,166);
}

/* input formatting */
.Web-Page-content fieldset.left div.input > input,
.Web-Page-content fieldset.left div.input > textarea,
.Web-Site-content fieldset .field div.error div.input > input {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial;
  border: 0 none;
  margin-top: .5em !important;
  padding: .5em;
}

/* sexy outline */
.Web-Page-content fieldset.left div.input > input[type=text],
.Web-Page-content fieldset.left div.input > textarea,
.Web-Site-content fieldset .field div.input > input[type=text],
.Web-Site-content fieldset .field div.input > input[type=password]{
  outline: none;
  border: 1px solid #ECEBE2;
  color: black;
}

.Web-Page-content fieldset.left div.input > input[type=text]:focus,
.Web-Page-content fieldset.left div.input > textarea:focus,
.Web-Site-content fieldset .field div.input > input[type=text]:focus,
.Web-Site-content fieldset .field div.input > input[type=password]:focus{
  border: 0 none;
  outline: none;
  border: 1px solid rgba(81, 203, 238, 1);
}
/* buttons */
html body .Web-Page-content button.bt-med,
div.input > .submit {
  background-color: rgb(131,151,166);
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial;
  padding: 1em;
  width: 19%;
  /* make them all the same */
  font-weight: bold;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

div.input > .submit {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  background: rgb(170,176,180);
  padding: 10px 0;
  color: white;
  -webkit-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
  -moz-box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
  box-shadow: inset 0 0px 20px rgba(0,0,0,0.11);
  border: 0 none;
  height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html body .Web-Page-content button.bt-med:hover,
div.input > .submit:hover {
  text-decoration: none;
  background-color: rgb(28,118,187);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.Web-Page-content .bottom_actions {
  text-align: right;
  padding-right: 2.1em;
}

/* small screen sigh */
@media (max-width: 760px) {
  /* show header again */
  .Web-Page-content thead tr {
    position: static;
  }
  .Web-Page-content tr {
    border: 0 none;
  }
  .Web-Page-content tr th {
    padding: 0;
  }
  .Web-Page-content button.bt-med {
    width: 49%;
  }
  .Web-Page-content .bottom_actions {
    text-align: center;
    padding-left: 0;
  }
  .Web-Page-content fieldset.left div.input > textarea {
    width: 100%;
  }
  .Web-Page-content fieldset.left div.input > input {
    max-width: none;
    min-width: 0;
  }
}
/* no way...... */
html .required label {
  background: 0 none;
  background-image: none;
}
/* login form needs cosmetics */
.content.login {
  padding-top: 0;
}
.content.login h1 {
  margin-top: 0;
}
.content.login p {
  padding: 0;
  margin: 0;
}

/* ===== in page CSS tab ===== */
.tab-content > * {
  display: none;
}
.tab-content > *:last-child {
  display: block;
}
.tab-content > *:target {
  display: block;
  /* animation: pulse 0.5s linear 1; */
}
/* prevent jump, thx: https://css-tricks.com/hash-tag-links-padding/ */
.tab-content > *:target:before {
  display: block;
  content: " ";
  margin-top: -285px;
  height: 285px;
  visibility: hidden;
}

.tab-content > *:target ~ * {
  display: none;
}

/* ===== search field related overwrites ===== */

/* add padding to all web pages same as .Web-Site-Content in erp5_fixes.css */
html body .Web-Page-content,
html body .Web-Site-content,
html body .Web-Section-content {
  padding-top: 32px;
}

/* leave spacing as it is */
.custom-menu-search {
  clear: both;
  text-align: center;
  padding-top: 1em;
  margin-bottom: -2em;
}
/* clean input */
.custom-menu-search input.quick_search_field {
  padding: 0 5px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
}
.custom-menu-search input.quick_search_button {
  height: 38px;
}

/* reduce spacing for search results */
.content .search_post h1 {
  margin: 0;
  font-size: 1.25em;
}

.content .search_post {
  padding-top: 20px;
  padding-bottom: 10px;
}
.content .search_post .post_body {
  padding: 0;
}
.content .search_post .post_body em {
  font-weight: bold;
}

/* stretch full screen below 960 */
@media (max-width: 960px) {
  .custom-menu-search {
    width: auto;
    display: flex;
    align-items: flex-end;
  }

  .custom-menu-search input.quick_search_field {
    display: block;
      width: 100%;
      height: 38px;
  }
}

/* documentation */
.responsiveimg p + img {
  padding-top: 1em;
  padding-bottom: 1em;
}

.responsiveimg p img {
  padding-top: 10px;
  padding-bottom: 10px;
}


/* table list */
ul.table {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}
ul.table li {
  list-style: none;
}
ul.table li span:first-child {
  border-left: 1px solid #aaa;
}
ul.table li:first-child span {
  border-top: 1px solid #aaa;
}
ul.table li span {
  padding: 3px 5px;
  float: left;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 36px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

/* round styling for input-radio (forgot password) */
.input input[type="radio"] {
  min-width: 1.5em;
  max-height: 1.5em;
  border-radius: 1em;
  display: inline-block;
  vertical-align: bottom;
  margin-right: .5em;
  cursor: pointer;
  border: 1px solid #ECEBE2;
}
.input input[type="radio"]:checked {
  background-color: #1C76BB;
  border: 1px solid rgba(81, 203, 238, 1);
}

/* === search links === */
.documentation-header a {
  font-size: .5em;
  padding-left: .5em;
}

/* ==== table formatting (taken from wkhtmltopdf for now) */
/* table formatting */
table {
  border-collapse: collapse;
  margin-top: 1.5em;
}
table td {
  padding-left: 2mm;
  word-wrap: break-word;
}
/* editor adding <p>... */
table td p {
  margin: 0;
  padding: 0;
}
/* sigh...  Fcuk Editor... */
table thead tr td,
table thead tr th {
  background-color: #e0e0e0;
  font-weight: bold;
}
table thead tr td,
table thead tr th {
  text-align: center;
}
table thead tr td, table thead tr td, table tbody tr td, table tbody tr td {
  border: 1px solid #ECEBE2 !important;
}
.docutils thead td p, .docutils thead th p {
  margin: 0;
}


/* ===================== CLEANED UP CONTENT CSS  ============================ */
/* --------------------- THEME -------------------------------- */
.document .post_head ~ h1 a,
.document .bottomPosts h3 {
	color: rgb(28,118,187);
}

/* --------------------- FONT -------------------------------- */
/* --------------------- FONT SIZE -------------------------------- */
.document .bottomPosts h3 em {
	font-size: 13px;
}
.document .post_head ~ h1 a,
.bottomPosts h3 {
	font-size: 16px;
	font-weight: normal;
}

/* --------------------- SIMPLICITY CSS -------------------------------- */
.document .content h1,
.document .content h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}
.document .content h1 {
  margin-top: 3em;
}

.document .post_head ~ h1 {
  margin-bottom: 0;
  display: inline-block;
  width: 76%;
  margin-top: 0;
}

.document .post_head ~ h1 a {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}

.document .post_head ~ h1 a,
.bottomPosts h3 {
	margin: 0;
	padding: 0;
}

.document .bottomPosts h3 a {
	text-decoration: none;
	padding-right: 6px;
}

/* --------------------- CUSTOM CSS -------------------------------- */
.document .content .custom-icon-list {
  display:inline-block;
  vertical-align:middle;
  min-width: 7.5em;
  max-width: 7.5em;
  width: 5em;
  text-align: center;
}
.document .content .custom-icon-list img {
  max-width: 7em;
}
.document .content .custom-icon-list + div {
  display:inline-block;
  vertical-align:middle;
  width:auto;
}
.document .content .custom-icon-list + div ul {
  width: 100%;
}

/* =========== Fixes ======== */
/* fieldset behaving erratic on smaller screens */
.document .content > fieldset {
  min-width: 0;
  width: inherit;
  display: table-cell; /* FF */
}
/* bottomPosts with discussions empty, remove border until discussions are shown */
.content .bottomPosts {
  border-top: none;
}
/* discussions still leaking because of 100% width */
.post-data .discussion-post-body-container {
    width: inherit;
}

/* textarea after replacing all editors with codemirror */
.content .bottom.editable iframe,
.content .bottom.viewable iframe,
.content .left.reply-dialog iframe {
  width: 100%;
  /* min-height: 25em; */
  /* Ni needs more space for her dialog, sorry all */
  min-height: 45em;
}
/*  let's assume these are pdfs... */
.content .bottom.viewable iframe {
  min-height: 90vh;
}
.content .left.editable {
  width: 100%;
  min-width: inherit;
  padding-top: .75em;
}
.content .left.editable legend {
  display: none;
}
.content .left.editable .field {
  width: inherit;
  float: none;
  clear: none;
  position: static;
}
.content .left.editable .field label {
  min-width: 30%;
}
.content .left.editable .field .input {
  max-width: 60%;
}
.content .left.editable .field label,
.content .left.editable .field .input {
  display: inline-block;
  vertical-align: middle;
}
.Web-Page-content fieldset.left div.input > input {
  width: initial;
  /*max-width: 22px; breaks content form */
}
html body .Web-Page-content fieldset.left div.input {
  padding: 0;
}
.content .left.editable .field .input input {
  border: 1px solid rgb(236, 235, 226);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 480px) {
  .content .left.editable .field label,
  .content .left.editable .field .input {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .content .left.editable .field .input > input {
    width: inherit;
  }
}

/* JP  wanting to display two pager properly in web page */
.responsiveimg #left-summary {
  float: left;
  padding: 0 3em 4em 3em;
}
.responsiveimg #left-summary p {
  font-weight: bold;
  text-align: center;
  float: none;
}

/* Jerome request to fix form content not visible (due to fieldset use) */
fieldset {
  width:100%;
  min-width: 0;
 	display: table-cell;
 	/*width: inherit;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 	box-sizing: border-box;
}
fieldset .avatar {
	float: none;
 	margin-right: 0;
	display: inline-block;
  width: 48px;
  padding-right: 12px;
  vertical-align: top;
}
fieldset .post-data {
	display: inline-block;
  vertical-align: top;
  width: 876px;
  width: calc(100% - 66px);
}
fieldset .post-data .discussion-post-header {
	margin-left: 0;
  padding-left: 0;
}
fieldset .post-data .discussion-post-body-container {
	margin-left: 0;
  margin-right: 0;
}
fieldset .post-data .discussion-post-body-container div > p > img,
fieldset .post-data .discussion-post-body-container div > p > video {
	vertical-align: middle;
  max-width: 100%;
}
/* 09/02/21 request to fix layout of OSOE page tutorials video position*/
.responsiveimg video {
  display: block
}