@charset "UTF-8";

body, html {
	background: #eee;
	min-height: 100%;
}
body {
	color: #1f1f24;
	background: #eee url('img/body-left-bg.png') top left repeat-y;
}
body.stickynavon {
	overflow: hidden;
}
body.welcome {
	display: block;
	text-align: center;
	height: 100vh;
}
body.welcome h1.welcome {
	display: block;
	position: absolute;
	top: 0;
	left: 60px;
	width: 146px;
	height: 135px;
	line-height: 135px;
	margin: 0 auto;
	overflow: hidden;
	background: #eee;
}
body.welcome h1.welcome:before {
	display: block;
	height: 135px;
	content: url('img/bnf-logo.png');
}
.wrap {
	/*padding: 120px 0 0 300px;*/
	margin: 0 0 0 75px;
	padding: 135px 0 0 0;
	background-position: top center;
	background-repeat: repeat-y;
	background-image: url('img/blured.jpg');
	min-height: calc(100vh - 135px);
}
.wrap.home {
	background-repeat: no-repeat;
	background-color: #fff;/*rgba(0, 0, 0, .15);*/
}
.wrap.home.bg0 {
	background-image: url('img/home_1.jpg');
}
.wrap.home.bg1 {
	background-image: url('img/home_2.jpg');
}
.wrap.home.bg2 {
	background-image: url('img/home_3.jpg');
}
.wrap.home.bg3 {
	background-image: url('img/home_4.jpg');
}
.wrap.home.bg4 {
	background-image: url('img/home_5.jpg');
}
.wrap.home.bg5 {
	background-image: url('img/home_6.jpg');
}
.wrap.home.bg6 {
	background-image: url('img/home_7.jpg');
}
.wrap.home.bg7 {
	background-image: url('img/home_8.jpg');
}
.wrap.home.bg8 {
	background-image: url('img/home_9.jpg');
}
.wrap.home.bg9 {
	background-image: url('img/home_10.jpg');
}
.wrap.home.bg10 {
	background-image: url('img/home_11.jpg');
}
.wrap.home.bg11 {
	background-image: url('img/home_12.jpg');
}
.wrap.home.bg12 {
	background-image: url('img/home_13.jpg');
}
.wrap.home.bg13 {
	background-image: url('img/home_14.jpg');
}
.wrap.home.bg14 {
	background-image: url('img/home_15.jpg');
}
.wrap.home.bg15 {
	background-image: url('img/home_16.jpg');
}
.wrap.home.bg16 {
	background-image: url('img/home_17.jpg');
}
.wrap.home.bg17 {
	background-image: url('img/home_18.jpg');
}

#selection {
	background: rgba(0, 0, 255, .3);
	z-index: 99;
}
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 74px;
	height: 135px;
	z-index: 8;
	background: #fff;
	border-bottom: 1px solid #eee;
	/*-webkit-box-shadow: 0px 10px 10px -10px rgba(119,119,119,1);
	-moz-box-shadow: 0px 10px 10px -10px rgba(119,119,119,1);
	box-shadow: 0px 10px 10px -10px rgba(119,119,119,1);*/
}
#header hgroup {
	position: absolute;
	top: 0;
	left: 60px;
	font-size: 54px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}
#header hgroup > a {
	color: #fff;
}
#header hgroup h1 {
	position: relative;
	margin: 15px 0 0;
	/*width: 146px;*/
	width: 400px;
	height: 100px;
	overflow: hidden;
	background: #fff;
	color: #fff;
	text-align: left;
}
#header hgroup h1 svg {
	display: block;
	width: 400px;
	height: 100px;
	margin: 0 0 0 -8px;
}
#header hgroup h1 .st0 {
	fill: #fff;
	color: #fff;
}
/*#header hgroup h1:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url('img/bnf-logo.png');
	background-size: contain;
}*/
#header hgroup span {
	font-size: 12px;
}
#header > nav ul.globaloptions {
	position: absolute;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 78px;
	left: 90px;
	width: 300px;
	height: 22px;
	line-height: 22px;
	padding: 1px;
	background: #595959;
}
/*#header > nav ul.globaloptions:before {
	position: absolute;
	top: 1px;
	right: 1px;
	left: 1px;
	height: 22px;
	display: block;
	padding: 0 16px;
	content: '';
	background: #f8af25;
	background: -moz-linear-gradient(top, #fee473 0%, #f8af25 100%);
	background: -webkit-linear-gradient(top, #fee473 0%,#f8af25 100%);
	background: linear-gradient(to bottom, #fee473 0%,#f8af25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee473', endColorstr='#f8af25',GradientType=0 );
	border-radius: 4px;
}*/
#header > nav ul.globaloptions:after {
	position: absolute;
	top: 0;
	right: 10px;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: '\EA70';
}
#header > nav ul.globaloptions li {
	position: relative;
	padding: 0 20px;
	cursor: pointer;
}
#header > nav ul.globaloptions li:not(.selected) {
	display: none;
	-webkit-box-ordinal-group: 2;  
	-moz-box-ordinal-group: 2;     
	-ms-flex-order: 2;     
	-webkit-order: 2; 
	order: 2;
	background: #595959;
}
#header > nav ul.globaloptions li.selected {
	-webkit-box-ordinal-group: 1;  
	-moz-box-ordinal-group: 1;     
	-ms-flex-order: 1;     
	-webkit-order: 1; 
	order: 1;
}
#header > nav ul.globaloptions.opened li:not(.selected) {
	display: block;
}
#header > nav.displaymode {
	position: absolute;
	top: 35px;
	/*right: 420px;
	margin: 0 135px 0 0;*/
	right: 50%;
	margin: 0 -305px 0 0;
}
#header > nav.displaymode li {
	float: left;
	/*margin: 0 20px 0 0;*/
}
#header > nav.displaymode a {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 0 30px 0 0;
	overflow: hidden;
}
#header > nav.displaymode a svg {
	display: block;
	width: 70px;
	height: 70px;
	color: #231f20;
}
.mosaic .doclistItem .btnDoclist > li > a svg .rect, 
.pretty .doclistItem.cols .btnDoclist > li > a svg .rect {
	fill: #88408e;
	color: #88408e;
}
#header > nav.displaymode a:not(.selected) {
	display: block;
}
#header > nav.displaymode a.selected {
	display: none;
}
#header > nav ul.searchtype {
	display: none;
	position: absolute;
	top: 10px;
	left: 500px;
	width: 33%;
	min-width: 540px;
}
#header > nav ul.searchtype > li {
	position: relative;
	float: left;
	width: 33.3%;
}
#header > nav ul.searchtype > li > a {
	text-align: center;
	display: block;
	color: #212121;
	background: #fff;
}
#header > nav ul.searchtype > li:nth-child(2) {
	float: left;
	width: calc(33.3% - 4px);
	margin: 0 2px;
}
#header > nav ul.searchtype > li > a.selected {
	color: #fff;
	background: #595959;
}
#header > nav ul.searchtype > li > div {
	position: absolute;
	top: 100%;
	left: 0;
	width: calc(100% - 2px);
	z-index: 2;
	margin: 1px 0 0;
	color: #fff;
	background: #595959;
}
#header > nav ul.searchtype > li:first-child > div {
	min-height: 30px;
}
#header > nav ul.searchtype > li > div > ul {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	max-height: 240px;
	text-align: left;
	white-space: nowrap;
	padding: 10px;
	overflow: auto;
	overflow-x: hidden;
	color: #fff;
	background: #595959;
}
#header > nav ul.searchtype > li:first-child > div > ul {
	top: 30px;
}
#header > nav ul.searchtype > li > div > button {
	float: left;
	display: inline-block;
	width: calc(33.3% - 16px);
	border: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	margin: 0 8px;
	overflow: hidden;
	text-align: center;
}
#header > nav ul.searchtype > li > div > button:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#header > nav ul.searchtype > li > div > button.checkall:before {
	content: '\EA52';
}
#header > nav ul.searchtype > li > div > button.uncheckall:before {
	content: '\EA53';
}
#header > nav ul.searchtype > li > div > button.validate:before {
	content: '\EA4A';
}
#header > nav.account {
	float: right;
	margin-right: calc(100px + 6%);
	height: 135px;
	line-height: 135px;
	border-right: 1px solid #eee;
}
#header > nav.account > ul > li {
	float: left;
	border-left: 1px solid #eee;
}
#header > nav.account > ul > li > * {
	width: 100px;
	height: 131px;
	line-height: 135px;
	border-bottom: 4px solid #fff;
	display: block;
	color: #777;
	overflow: hidden;
	text-align: center;
	transition: border .3s ease-in-out;
}
#header > nav.account > ul > li.lang ul {
	position: relative;
	width: 100px;
	height: 131px;
	display: block;
	overflow: visible;
	flex-direction: column;
}
#header > nav.account > ul > li.lang a.current {
	height: 131px;
	line-height: 135px;
	display: block;
	overflow: hidden;
	border-bottom: 4px solid #fff;
	transition: border .3s ease-in-out;
	color: #777;
}
#header > nav.account > ul > li.lang a.current:after {
	display: inline;
	font-family: "collecticons";
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA6E';
	margin: 0 0 0 10px;
}
#header > nav.account > ul > li.lang a:not(.current) {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0;
	overflow: hidden;
	background: #fff;
	margin: 5px 0 0;
	transition: height .3s ease-in-out;
	color: #777;
}
#header > nav.account > ul > li.lang:hover a:not(.current) {
	height: 60px;
	line-height: 60px;
	-webkit-box-shadow: 0px 10px 10px 0 rgba(119,119,119,1);
	-moz-box-shadow: 0px 10px 10px 0 rgba(119,119,119,1);
	box-shadow: 0px 10px 10px 0 rgba(119,119,119,1);
}
#header > nav.account > ul > li > a:hover,
#header > nav.account > ul > li.lang a:hover {
	border-bottom: 4px solid #88408e;
}
#header > nav.account > ul > li > a.logout:before {
	webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#header a.logout:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA62';
}
#portfolio {
	position: relative;
	margin: 60vh 6% 0 7%;
	margin-right: calc(6% + 48px);
	padding: 60px 40px 0 45px;
	min-height: 400px;
	z-index: 1;
	background: #fff;/* url('img/page-border-bg.png') top right repeat-y;*/
}
#portfolio > nav {
	padding: 0 15px 60px;
}
#portfolio > nav > ul > li {
	float: left;
	margin: 0 10px 0 0;
}
#portfolio > nav > ul > li:not(:first-child):before {
	display: inline-block;
	content: '> ';
	padding: 0 10px 0 0;
}
#portfolio > nav > ul > li:not(:last-child) > span {
	cursor: pointer;
	color: #88408e;
}
#portfolio > nav > ul > li:not(:last-child) > span:hover {
	text-decoration: underline;
}
#portfolio > nav:after,
#portfolio > .section:after {
	display: block;
	content: '';
	clear: both;
}
#portfolio > .section {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 40px;
	width: 100%;
	overflow: hidden;
}
#portfolio > .section.plan0 {
	justify-content: center;
}
#portfolio > .section:not(.plan0) {
	flex-wrap: wrap;
}
#portfolio > .section > section {
	position: relative;
	width: calc(25% - 30px);
	height: 465px;
	margin: 0 15px;
	background: #eee;
}
#portfolio > .section:not(.plan0) > section {
	margin: 0 15px 30px;
}
#portfolio > .section > section > .thumb,
#portfolio > .section > section > .nothumb {
	display: flex;
	width: 100%;
	height: 225px;
	overflow: hidden;
	cursor: pointer;
	justify-content: center;
}
#portfolio > .section > section > .thumb img,
#portfolio > .section > section > .nothumb img {
	width: auto;
	height: 100%;
	margin: auto 0;
}
#portfolio > .section > section div.title {
	margin: 30px 30px 0;
	font-size: 24px;
	letter-spacing: 1.2px;
}
#portfolio > .section > section div.desc {
	margin: 30px;
	height: 66px;
	overflow: hidden;
}
#portfolio > .section > section > span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 30px 30px;
	cursor: pointer;
	color: #88408e;
}
#portfolio > .section > section span:hover {
	text-decoration: underline;
}
#portfolio > .section > section.plan0 {
	width: auto;
	flex: 1;
	max-width: 40%;
	height: 350px;
}
#portfolio > .section > section.plan0 > .thumb,
#portfolio > .section > section.plan0 > .nothumb {
	height: 350px;
}
#portfolio > .section > section.plan0 > .thumb img,
#portfolio > .section > section.plan0 > .nothumb img {
	
}
#portfolio > .section > section.plan0 div.title {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 35px;
	width: calc(100% - 70px);
	height: 60px;
	margin: -30px 0 0;
	line-height: 60px;
	font-size: 40px;
	letter-spacing: .5px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#portfolio > .section > section.plan0 div.title > span {
	position: static;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, .1);
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}
#portfolio > .section > section.plan0 div.desc {
	display: none;
}
/*#portfolio > .section > section.plan0 div.title {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	max-width: 300px;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	background: rgba(255, 255, 255, .7);
}
#portfolio > .section > section.plan0:nth-of-type(2n) div.title {
	top: 250px;
	left: 0;
}
#portfolio > .section > section.plan0 div.desc {
	position: absolute;
	top: 40px;
	left: 0;
	width: calc(100% - 20px);
	max-width: 300px;
	max-height: 310px;
	margin: 0;
	padding: 0 10px;
	line-height: 20px;
	background: rgba(255, 255, 255, .7);
}
#portfolio > .section > section.plan0:nth-of-type(2n) div.desc {
	top: 290px;
	height: 60px;
}*/
#portfolio > .section > section.plan0 span {
	display: none;
}
#portfolio > .section.detail {
	display: block;
	min-height: 300px;
	padding: 0 0 30px;
	margin: 0 15px;
	border-bottom: 1px solid #1f1f24;
}
#portfolio > .section.detail figure {
	float: left;
	height: 290px;
	margin: 0 40px 0 0;
}
#portfolio > .section.detail > div.desc {
	margin: 30px 0 0;
}
#portfolio > .section.detail figure img {
	height: 100%;
}
#portfolio > .section.detail:after {
	display: block;
	clear: both;
	content: '';
}
#portfolio > .section.linked {
	display: block;
	padding: 0;
}
#portfolio > .section.linked > div.doclist {
	margin: 40px 0 0;
	padding: 0 0 60px;
	min-height: 400px;
}
/*#portfolio > .section.linked figure {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 15px 30px;
	height: 465px;
	width: calc(25% - 30px);
	overflow: hidden;
	background: #efefef;
}
#portfolio > .section.linked figure:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 30px 30px;
	content: attr(data-link);
	color: #88408e;
	cursor: pointer;
}
#portfolio > .section.linked figure img {
	width: auto;
	height: 225px;
	cursor: pointer;
}
#portfolio > .section.linked figure figcaption {
	position: absolute;
	top: 260px;
	left: 0;
	width: calc(100% - 60px);
	height: 110px;
	padding: 0 30px;
	background: #efefef;
	overflow: hidden;
}*/
/*#portfolio > .section.linked figure:hover figcaption {
	top: 70%;
}*/
#intro {
	position: relative;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 6% 0 7%;
	margin-right: calc(6% + 48px);
	padding: 0 40px 60px 45px;
	z-index: 1;
	background: #fff;/* url('img/page-border-bg.png') top right repeat-y;*/
}
#portfolio:after,
#intro:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: -48px;
	width: 48px;
	height: 100%;
	background: url('img/page-border-bg.png') top right repeat-y;
}
#intro .intro {
	width: calc(70% - 90px);
	padding: 20px;
	margin: 0 15px;
	background: #eee;
}
#intro .newsletter {
	width: calc(30% - 50px);
	padding: 20px;
	margin: 0 15px;
	background: #eee;
}
#intro .intro > div,
#intro .newsletter > p {
	padding: 20px 0;
}
#intro .intro > div a {
	color: #88408e;
}
#intro .newsletter input[type="submit"] {
	border: 0;
	background: #88408e;
	color: #fff;
	font-weight: bold;
}
#detailpreview {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 11;
}
#detailpreview > * {
	background: #fff;
	margin: auto 0;
	max-width: 640px;
	width: calc(45% - 120px);
	height: calc(90% - 120px);
}
#detailpreview > figure {
	padding: 60px;
	text-align: center;
}
#detailpreview > section {
	position: relative;
	padding: 60px 60px 60px 0;
}
#detailpreview > section > a.close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
}
#detailpreview > section dl {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid #efefef;
	padding: 0 60px 0 60px;
	margin: 60px 0;
	overflow: auto;
	overflow-x: hidden;
}
#detailpreview > section dl:after {
	display: block;
	content: '';
	clear: both;
}
#detailpreview > section dt {
	clear: both;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 15px 0;
	width: 260px;
	font-weight: normal;
	text-transform: uppercase;
	color: #1f1f24;
	font-size: 13px;
	letter-spacing: 1.8px;
}
#detailpreview > section dt:not(:first-of-type),
#detailpreview > section dd:not(:first-of-type) {
	border-top: 1px solid #efefef;
}
#detailpreview > section dd {
	float: left;
	line-height: 30px;
	padding: 15px 30px 0 0;
	margin: 0;
	width: calc(100% - 290px);
	overflow: hidden;
	transition: max-height .5s;
}
#detailpreview > section dd.toggle {
	max-height: 30px;
	overflow: hidden;
	transition: max-height .5s;
}
#detailpreview > section nav {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 60px;
	line-Height: 60px;
}
#detailpreview > section nav li {
	display: inline;
	margin: 0 15px;
}
#detailpreview > figure > img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
#btnBackToResult {
	display: block;
	margin: 0 0 0 10px;
	width: 32px;
	height: 35px;
	text-align: center;
	overflow: hidden;
}
#btnBackToResult:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA8A';/*'\EA04';*/
}
.wrap.home:not(.scrolled) #search {
	position: absolute;
	top: 45%;
	right: 20%;
	left: 20%;
	height: 55px;
	padding: 60px 12px 60px 60px;
	margin: -100px 0 0 0;
	background: rgba(255, 255, 255, .7);
	z-index: 6;
	display: flex;
}
.wrap.home:not(.scrolled) #search:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: -48px;
	width: 48px;
	height: 100%;
	background: url('img/page-border-bg.png') top right repeat-y;
}
#search {
	position: fixed;
	top: 0;
	/*right: 400px;
	height: 135px;
	z-index: 9;
	margin: 0 320px 0 0;*/
	right: 50%;
	height: 135px;
	z-index: 9;
	margin: 0 -200px 0 0;
	background: transparent;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#search.activadv,
.wrap.home #search.activadv {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	margin: 0;
	padding: 0;
	background: rgba(31, 31, 36, .9);
	z-index: 11;
	overflow: auto;
	overflow-x: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}
#search a.advsearch
{
	color: #fff;
	display: inline-block;
	line-height: 32px;
}
#search .fulltext
{
	width: 50%;
	min-width: 200px;
	font-size: 16px;
	padding: 8px 16px;
}
#search .button
{
	display: inline-block;
	font-size: 16px;
	padding: 0 16px;
	cursor: pointer;
	line-height: 32px;
	color: #fff;
	background: #88408e;
	border: 0;
	float: right;
}

#search:not(.activadv) .button[type="submit"] {
	position: relative;
	width: 32px;
	height: 32px;
	color: #fff;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M64.12,10.91A27,27,0,0,0,26,49.07,27,27,0,0,0,64.12,10.91Z'%3E%3C/path%3E%3Cpath d='M66.24,8.79a30,30,0,0,0-44.1,40.56L.76,70.73A2.5,2.5,0,1,0,4.3,74.26L25.68,52.88A30,30,0,0,0,66.24,8.79ZM64.12,49.07A27,27,0,0,1,26,10.91,27,27,0,0,1,64.12,49.07Z'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
	margin: 0 0 0 -30px;
	border: 0;
	z-index: 2;
	text-indent: -1000px;
	overflow: hidden;
}
#search .searchcontent {
	width: 260px;
	float: left;
	padding: 36px 0 0;
}
.wrap.home:not(.scrolled) #search .searchcontent {
	width: calc(100% - 264px);
	margin: 0 0 0 132px;
	padding: 0;
}
#search.activadv .searchcontent,
.wrap.home #search.activadv .searchcontent {
	width: calc(100% - 540px);
	float: none;
	padding: 48px 40px 60px 500px;
}
#search .searchcontent:after {
	display: block;
	content: '';
	clear: both;
}
#search .searchcontent .tbnames {
	position: relative;
	height: 20px;
	width: 25%;
	line-height: 20px;
	float: left;
	z-index: 1;
}
#search .searchcontent ul.directory {
	position: absolute;
	top: 0;
	left: 0;
	min-width: calc(100% - 32px);
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 20px 0 10px;
	background: #fff;
	border: 1px solid #000;
}
#search .searchcontent ul.directory:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: 'v';
	width: 20px;
}
#search .searchcontent ul.directory.opened {
	overflow: visible;
	height: auto;
	max-height: 240px;
	text-align: left;
	background: #fff;
	white-space: nowrap;
	color: #000;
	overflow: auto;
	overflow-x: hidden;
}
#search .searchcontent ul.directory li {
	padding: 0 10px;
	background: #fff;
}
#search .searchcontent ul.directory:not(.opened) li:not(:first-child) {
	display: none;
}
#search .searchcontent .tbnames ~ label {
	float: right;
	padding: 0 16px;
	margin: 0 56px 0 0;
}
#search .searchcontent + p {
	position: relative;
	float: left;
	padding: 52px 0 0 10px;
}
.wrap.home:not(.scrolled) #search:not(.activadv) .searchcontent + p {
	float: left;
	padding: 15px 80px 0 0;
}
#search .searchcontent > label {
	position: absolute;
	top: 90px;
	left: 0;
	margin: 0 0 0 -16px;
	text-transform: uppercase;
	cursor: pointer;
}
.wrap.home:not(.scrolled) #search .searchcontent > label {
	top: 120px;
	left: 100%;
	display: block;
	text-align: right;
	margin: 0 0 0 -360px;
	white-space: nowrap;
}
#search .searchcontent > label > span {
	color: #88408e;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
#search .searchcontent > label > span:after {
	display: inline-block;
	content: '>';
	padding: 0 0 0 5px;	
	font-weight: normal;
}
#search .searchcontent > label > span:hover {
	text-decoration: underline;
}
.wrap.home #search.activadv .searchcontent > label,
#search.activadv .searchcontent > label {
	top: 5%;
	left: 100%;
	margin: 0 0 0 -12%;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.wrap.home #search.activadv .searchcontent > label:before,
#search.activadv .searchcontent > label:before {
	display: block;
	line-height: 30px;
	text-align: center;
	font-family: "collecticons";
	speak: none;
	font-size: 24px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA1B';
}
#search.activadv .searchcontent > label > span {
	color: #fff;
}
#search .searchcontent > label input {
	visibility: hidden;
}
#search.activadv .searchcontent,
.wrap.home #search.activadv .searchcontent {
	width: 75%;
	height: calc(80% - 180px);
	float: none;
	padding: 40px 60px;
	margin: 0 auto 0;
	background: #fff;
	overflow: auto;
	overflow-x: hidden;
}
#search.activadv .searchcontent + p {
	width: 75%;
	height: 40px;
	padding: 20px 60px;
	margin: 0 auto;
	background: #fff;
}
#search.activadv .button[type="submit"] {
	min-width: 100px;
	margin: 0 0 0 100px;
	font-size: 16px;
}
#search .criteria {
	position: relative;
	padding: 0;
}
#search .criteria:after {
	display: block;
	clear: both;
	content: '';
}
#search .lycan {
	clear: both;
	text-align: left;
	padding: 0 0 8px;
}
#search .criteria * {
	float: left;
}
#search .criteria > select {
	display: none;
	width: 25%;
	margin: 4px 0;
}
#search.activadv .criteria > select {
	display: inline;
}
#search .criteria > input {
	float: right;
	width: 32px;
	margin: -36px 80px 0 0;
}
#search .criteria > ul.fields {
	width: 100%;
	text-align: left;
}
.wrap.home:not(.scrolled) #search .criteria > ul.fields {
	width: 100%;
	text-align: left;
}
.wrap.home:not(.scrolled) #search.activadv .criteria > ul.fields,
#search.activadv .criteria > ul.fields {
	width: calc(75% - 32px);
	text-align: left;
}
#search .criteria > ul.fields > li {
	position: relative;
	width: 100%;
	margin: 4px 0;/* 4px -25%;*/
}
#search .criteria > ul.fields ul.datalist {
	position: absolute;
	top: 100%;
	left: 0;
	width: calc(100% - 80px);
	max-height: 200px;
	line-height: 20px;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px #000;
	box-shadow: 0 5px 5px #000;
	color: #212121;
	overflow: auto;
	overflow-x: hidden;
	z-index: 3;
}
#search .criteria > ul.fields ul.datalist > li {
	display: block;
	float: none;
}
#search .criteria > ul.fields > li > input[type="search"],
#search .criteria > ul.fields > li > input[type="text"] {
	width: 100%;
	height: 40px;
	margin: 0;
}
#search.activadv .criteria > ul.fields > li > input[type="search"],
#search.activadv .criteria > ul.fields > li > input[type="text"] {
	width: calc(100% - 80px);
	height: auto;
	margin: 0 16px 0 0;
}
#search .criteria > ul.fields > li > input.calendar {
	width: calc(50% - 104px);
}
#search .criteria > ul.fields > li > input.calendar + button {
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0 16px 0 0;
	overflow: hidden;
	cursor: pointer;
}
#search .criteria > ul.fields > li > input.calendar + button:before {
	display: block;
	text-align: center;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA0B";
}
/*#search .criteria > ul.fields > li:first-child > input[type="text"] {
	width: calc(100% - 64px);
}*/
#search .criteria button.delcrit,
#search .criteria button.addcrit {
	display: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: #88408e;
}
#search.activadv .criteria button.delcrit,
#search.activadv .criteria button.addcrit {
	display: inline-block;
}
#search.activadv .criteria button.delcrit,
#search.activadv .criteria button.addcrit {
	color: #fff;
	background: #88408e;
}
#search .criteria button.addcrit {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 4px 0;
}
#search .criteria button.delcrit:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA6A";
}
#search .criteria button.addcrit:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA6B";
}
#search .criteria > ul > li > select {
	width: 80px;
	margin: 0 0 0 -80px;
}
#search input.addfields {
	width: 25%;
	margin: 0;
}
#search input.addfields:after {
	display: block;
	clear: both;
	content: '';
}
#search .operator {
	margin: 0;
	width: 80px;
}
#search .searcharea .directory,
#search .searcharea .language {
	margin: 16px 0;
}
#search button.addfields {
	float: left;
	width: 25%;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	color: #fff;
	background: #88408e;
}
#sidebar {
	position: fixed;
	top: 165px;
	width: 75px;
	left: 0;
	padding: 35px 0 35px 36px;
	min-height: 200px;
	z-index: 10;
}
#search.activadv + #sidebar {
	z-index: 7;
}
#sidebar > ul {
	position: relative;
}
#sidebar > ul.sidetab {
	z-index: 2;
}
#sidebar > ul.sidecontent {
	z-index: 1;
}
#sidebar > ul > li {
	position: relative;
}
#sidebar > ul.sidetab > li > h3 {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	cursor: pointer;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	z-index: 2;
	overflow: hidden;
}
#sidebar:hover > ul.sidetab > li > h3 {
	overflow: visible;
}
#sidebar > ul.sidetab > li > h3 > span {
	display: block;
	overflow: hidden;
}
#sidebar > ul.sidetab > li:not(.opened) > h3 {
	color: #fff;
	background: rgba(31, 31, 36, .8);
}
#sidebar > ul.sidetab > li:not(.opened) > h3:before {
	display: block;
	position: absolute;
	top: 34px;
	left: 130px;
	content: '';
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent; 
	border-right: 4px solid #fff;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out, left .3s ease-in-out;
	transition: opacity .3s ease-in-out, left .3s ease-in-out;
}
#sidebar > ul.sidetab > li:not(.opened) > h3:after {
	display: block;
	position: absolute;
	top: 26px;
	left: 130px;
	content: attr(data-tip);
	background: #fff;
	padding: 2px 5px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	font-weight: normal;
	color: #1f1f24;
	opacity: 0;
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#sidebar > ul.sidetab > li.locked > h3:before,
#sidebar > ul.sidetab > li.locked > h3:after {
	display: none;
}
#sidebar > ul.sidetab > li:not(.opened) > h3:hover {
	background: rgba(31, 31, 36, 1);
}
#sidebar > ul.sidetab > li:not(.opened) > h3:hover:before {
	left: 76px;
	opacity: 1;
}
#sidebar > ul.sidetab > li:not(.opened) > h3:hover:after {
	left: 80px;
	opacity: 1;
}
#sidebar > ul.sidetab > li > h3 > span {
	display: block;
	height: 75px;
	overflow: hidden;
}
#sidebar > ul.sidetab > li > h3 > svg {
	display: block;
	padding: 10px 0 0 10px;
	height: 55px;
	width: 55px;
	overflow: hidden;
}
/*.st1 {
	fill: none;
}
.st2 {
	fill: #fff;
}
#sidebar > ul.sidetab > li.opened > h3 > svg .st1,
#sidebar > ul.sidetab > li:hover > h3 > svg .st1 {
	color: #fff;
}*/
#sidebar > ul.sidetab > li > h3 > svg {
	fill: #1f1f24;
	color: #fff;
}
#sidebar > ul.sidetab > li.opened > h3 > svg {
	fill: #fff;
	color: #231f20;
}
#sidebar > ul.sidetab > li:not(.opened) > h3 ~ p {
	display: block;
	position: absolute;
	top: 26px;
	left: 130px;
	background: #fff;
	padding: 2px 5px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	font-weight: normal;
	color: #1f1f24;
	opacity: 0;
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#sidebar > ul.sidetab > li:not(.opened) > h3 ~ p:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	content: '';
	width: 0; 
	height: 0; 
	margin: 0 0 0 -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent; 
	border-right: 4px solid #fff;
}
#sidebar > ul.sidetab > li:not(.opened) > h3 ~ p.tipped {
	left: 80px;
	opacity: 1;
}
#sidebar > ul > li > section {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 74px;
	padding: 40px 0;
	background: #fff;
	-webkit-transition: width .5s ease-in-out, border .5s ease-in-out, padding .5s ease-in-out;
	transition: width .5s ease-in-out, border .5s ease-in-out, padding .5s ease-in-out;
}
#sidebar > ul > li > section a {
	color: #88408e;
}
#sidebar > ul > li > section a:hover {
	text-decoration: underline;
}
#sidebar > ul > li:not(.opened) > section {
	width: 0;
	border-left: 0 solid #eee;
	overflow: hidden;
	z-index: 1;
}
#sidebar > ul.sidetab > li.opened > h3 {
	color: #1f1f24;
	background: rgba(255, 255, 255, 1);
}
#sidebar > ul.sidecontent > li h3 {
	/*padding: 0 0 60px;*/
	color: #1f1f24;
}
#sidebar > ul.sidecontent > li > section > div:not(.bsk) {
	position: absolute;
	top: 140px;
	left: 85px;
	right: 0;
	bottom: 40px;
	padding: 0 60px 0 0;
	overflow: auto;
	overflow-x: hidden;
}
#sidebar > ul.sidecontent > li > section > div.items,
#sidebar > ul.sidecontent > li > section > div.checkout {
	position: absolute;
	top: 230px;
	left: 85px;
	right: 430px;
	bottom: 40px;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	border-top: 2px solid #1f1f24;
}
#sidebar > ul.sidecontent > li > section.simple > div.items {
	right: 60px;
}
#sidebar > ul.sidecontent > li > section > div.projects {
	position: absolute;
	top: 230px;
	left: 85px;
	right: 430px;
	bottom: 40px;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	border-top: 2px solid #1f1f24;
}
#sidebar > ul.sidecontent > li > section > div.projects > * {
	/*width: 340px;*/
}
#sidebar > ul.sidecontent > li > section > div.projects > p:first-of-type {
	line-height: 60px;
}
#sidebar > ul.sidecontent > li > section > div.projects > p:first-of-type span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
#sidebar > ul.sidecontent > li > section > div.projects > p {
	padding: 0 0 20px;
}
#sidebar > ul.sidecontent > li > section > div.projects > p.projectsupports {
	display: none;
}
#sidebar > ul.sidecontent > li > section > div.projects > p + div.dataprojects {
	position: absolute;
	top: 12px;
	right: 20%;
	width: 30px;
	height: 30px;
	margin: 0 -10px 0 0;
	overflow: hidden;
	background: #fff;
}
#sidebar > ul.sidecontent > li > section > div.projects > p + div.dataprojects:not(.select):before {
	display: block;
	font-size: 11px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA0E";
}
#sidebar > ul.sidecontent > li > section > div.projects > p + div.dataprojects.select:before {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: -32px 0 0;
	text-align: center;
	cursor: pointer;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA0E";
}
#sidebar > ul.sidecontent > li > section > div.projects > p + div.dataprojects:not(.select) ul {
	display: none;
}
#sidebar > ul.sidecontent > li > section > div.projects > p + div.dataprojects.select {
	width: 40%;
	padding: 0;
	height: auto;
	margin: 32px -10px 0 0;
	overflow: visible;
}
#sidebar > ul.sidecontent > li > section > div.projects > p + div.dataprojects.select ul {
	display: block;
	padding: 0 10px;
	max-height: 110px;
	background: #efefef;
	overflow: auto;
}
#sidebar > ul.sidecontent > li > section > div.projects > p + div.dataprojects.select ul li {
	
}
#sidebar > ul.sidecontent > li > section > div.projects > p:after {
	display: block;
	content: '';
	clear: both;
}
#sidebar > ul.sidecontent > li > section > div.projects > p label > span {
	display: block;
	float: left;
	width: 40%;
}
#sidebar > ul.sidecontent > li > section > div.projects > p label > input + span {
	display: inline-block;
	float: none;
	width: auto;
}
#sidebar > ul.sidecontent > li > section > div.projects > p label > span + input,
#sidebar > ul.sidecontent > li > section > div.projects > p label > span + select,
#sidebar > ul.sidecontent > li > section > div.projects > p label > span + textarea {
	width: 40%;
	resize: none;
}
#sidebar > ul.sidecontent > li > section > div.items > h4 {
	display: inline-block;
	line-height: 60px;
}
#sidebar > ul.sidecontent > li > section > div.items > h4 + a {
	line-height: 60px;
	float: right;
}
#sidebar > ul.sidecontent > li > section > div.items > ul {
	position: absolute;
	top: 75px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li:not(.rightsfree) {
	/*background: rgba(255, 255, 0, .2);*/
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > figure {
	position: relative;
	float: left;
	width: 120px;
	height: 150px;
	padding: 0 10px;
	text-align: center;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > a.delete {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	z-index: 2;
	text-decoration: none;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > a.delete:before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	color: #777;
	background: #fff;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA28';
	font-size: 24px;
	margin: 0;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > a.delete:hover:before {
	color: #d80000;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > svg {
	display: block;
	position: absolute;
	top: 60px;
	left: 140px;
	margin: 0;
	height: 24px;
	width: 24px;
	overflow: hidden;
	background: #ae8a3a;
	color: #fff;
	border-radius: 100%;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > figure ~ h4 {
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 20px 0;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > figure ~ label {
	font-size: 13px;
	margin: 0;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li:not(.rightsfree) > figure ~ label {
	margin: 0 0 0 40px;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > figure ~ label select {
	text-transform: uppercase;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > figure img {
	max-width: 120px;
	max-height: 120px;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > figure figcaption {
	font-size: 11px;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul {
	margin: 20px 0 0;
	float: right;
	width: calc(100% - 140px);
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul > li {
	position: relative;
	float: left;
	width: calc(33% - 4px);
	height: 40px;
	margin: 0 2px;
	background: #eee;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul > li > label {
	display: block;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul > li > label > input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul > li > label > input + span {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 8px);
	padding: 0 4px;
	height: 100%;
	line-height: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul > li > label.frt > input + span {
	justify-content: flex-end;
	align-content: flex-end;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul > li > label > input:checked + span {
	background: #777;
	color: #fff;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul > li > label + select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 0 16px;
	text-align: center;
	background: #eee;
	border: 0;
	font-size: 16px;
	height: 20px;
	margin: 0;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li > ul > li > label + select.checked {
	background: #777;
	color: #fff;
}
#sidebar > ul.sidecontent > li > section > div.items > ul > li:after {
	display: block;
	content: '';
	clear: both;
}
#sidebar > ul.sidecontent > li > section > div.price {
	position: absolute;
	top: 0;
	right: 430px;
	left: 85px;
	height: 220px;
	padding: 0;
	overflow: hidden;
}
#sidebar > ul.sidecontent > li > section > div.price .nextstep,
#sidebar > ul.sidecontent > li > section > div.price .finalstep {
	position: absolute;
	bottom: 20px;
	right: 0;
}
#sidebar > ul.sidecontent > li > section > div.price h3 {
	position: absolute;
	top: 40px;
	left: 0;
}
#sidebar > ul.sidecontent > li > section > div.price .estimate {
	position: absolute;
	top: 40px;
	right: 0;
	color: #88408e;
	text-align: right;
	max-width: 60%;
}
#sidebar > ul.sidecontent > li > section > div.price ul.estimate li:first-child {
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}
#sidebar > ul.sidecontent > li > section > div.price ul.estimate li:not(:first-child) {
	font-size: 13px;
}
#sidebar > ul.sidecontent > li > section > div.price ul.estimate li span {
	display: inline-block;
	min-width: 60px;
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb {
	position: absolute;
	right: 180px;
	bottom: 20px;
	left: 0;
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	border-top: 1px solid #efefef;
	margin: -40px 0 0;
	width: 100%;
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb li a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -60px 0 0 -20px;
	border-radius: 100%;
	background: #efefef;
	text-align: center;
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb li:first-child a:before {
	content: '1';
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb li:nth-child(2) a:before {
	content: '2';
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb li:nth-child(3) a:before {
	content: '3';
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb li {
	float: left;
	width: calc(33.3% - 10px);
	margin: 0 5px;
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb li a {
	display: block;
	position: relative;
	text-align: center;
	line-height: 40px;
	color: #777;
	font-size: 13px;
	text-transform: uppercase;
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb li a.current {
	color: #1f1f24;
}
#sidebar > ul.sidecontent > li > section > div.price ul.breadcrumb li a.current:before {
	background: #777;
	color: #fff;
}
#sidebar > ul.sidecontent > li > section > div.supports {
	position: absolute;
	top: 40px;
	right: 0;
	width: 300px;
	bottom: 40px;
	padding: 0 60px 0 30px;
	border-left: 1px solid #efefef;
}
#sidebar > ul.sidecontent > li > section > div.supports ul,
#sidebar > ul.sidecontent > li > section > div.projects ~ div.recap ul,
#sidebar > ul.sidecontent > li > section > div.checkout ~ div.recap ul {
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 60px 0 30px;
	overflow: auto;
	overflow-x: hidden;
}
#sidebar > ul.sidecontent > li > section > div.projects + div.supports {
	position: absolute;
	top: 230px;
	right: 430px;
	bottom: 40px;
	width: 340px;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	border: 0;
}
#sidebar > ul.sidecontent > li > section.simple > div.projects + div.supports {
	display: none;
}
#sidebar > ul.sidecontent > li > section > div.projects + div.supports ul {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
}
#sidebar > ul.sidecontent > li > section > div.supports > h4,
#sidebar > ul.sidecontent > li > section > div.projects ~ div.recap h4,
#sidebar > ul.sidecontent > li > section > div.checkout ~ div.recap h4{
	padding: 0 0 20px;
}
#sidebar > ul.sidecontent > li > section > div.supports > h4 + p,
#sidebar > ul.sidecontent > li > section > div.projects ~ div.recap h4 + p,
#sidebar > ul.sidecontent > li > section > div.checkout ~ div.recap h4 + p{
	padding: 0 0 10px;
}
#sidebar > ul.sidecontent > li > section > div.supports .applyall {
	font-size: 11px;
	text-transform: uppercase;
}
#sidebar > ul.sidecontent > li > section > div.supports .applyall input {
	float: left;
	margin: 0 10px 20px 0;
}
#sidebar > ul.sidecontent > li > section > div.supports .applyall span {
	display: inline-block;
	float: left;
	line-height: 14px;
	width: calc(100% - 40px);
}
#sidebar > ul.sidecontent > li > section > div.projects ~ div.recap,
#sidebar > ul.sidecontent > li > section > div.checkout ~ div.recap {
	/*position: absolute;
	top: 140px;
	right: 0;
	width: 300px;
	bottom: 40px;
	padding: 0 85px 0 0;
	overflow: auto;
	overflow-x: hidden;
	border: 0;*/
	position: absolute;
	top: 40px;
	right: 0;
	width: 300px;
	bottom: 40px;
	padding: 0 60px 0 30px;
	border-left: 1px solid #efefef;
}
#sidebar > ul.sidecontent > li > section > div.supports li {
	margin: 0 0 10px;
	overflow: hidden;
}
#sidebar > ul.sidecontent > li > section > div.supports li > label.support {
	display: block;
	position: relative;
	height: 40px;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li > section > div.supports li > label.support > span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 40px;
	padding: 0 10px;
	background: #eee;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}
#sidebar > ul.sidecontent > li > section > div.supports li > label.support > input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 2;
}
#sidebar > ul.sidecontent > li > section > div.supports li > label.support > input:not(:checked) + span:hover {
	background: #fff;
}
#sidebar > ul.sidecontent > li > section > div.supports li > label.support > input:checked + span {
	background: #777;
	color: #fff;
}
#sidebar > ul.sidecontent > li > section > div.supports li > label.support > input + span:after {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	overflow: hidden;
	background: #eee;
	border: 1px solid #777;
	border-radius: 100%;
	text-align: center;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
}
#sidebar > ul.sidecontent > li > section > div.supports li > label.support > input:checked + span:after {
	background: #ae8a3a;
	border: 1px solid #fff;
	content: '\EA6D';
}
#sidebar > ul.sidecontent > li > section > div.supports li > label.reduc:not(.disp) {
	display: none;
}
#sidebar > ul.sidecontent > li > section > div.checkout h2 {
	clear: both;
	font-size: 18px;
	line-height: 60px;
	padding: 0 0 20px;
	font-weight: bold;
}
#sidebar > ul.sidecontent > li > section > div.checkout h3 {
	font-size: 18px;
	padding: 0 0 20px;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div {
	padding: 0 0 20px;
}
/*#sidebar > ul.sidecontent > li > section > div.checkout > div h2 {
	padding: 20px 0 10px;
}*/
#sidebar > ul.sidecontent > li > section > div.checkout > div.infos {
	width: calc(50% - 20px);
	float: right;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.projectrecap {
	width: calc(50% - 20px);
	float: left;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.infos > div,
#sidebar > ul.sidecontent > li > section > div.checkout > div.projectrecap > div {
	position: relative;
	font-size: 13px;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.infos > div + div,
#sidebar > ul.sidecontent > li > section > div.checkout > div.projectrecap > div + div {
	margin: 20px 0 0;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.infos > div button,
#sidebar > ul.sidecontent > li > section > div.checkout > div.projectrecap > div button {
	position: absolute;
	top: 20px;
	right: 0;
	background: transparent;
	border: 0;
	color: #88408e;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.infos > div button:hover,
#sidebar > ul.sidecontent > li > section > div.checkout > div.projectrecap > div button:hover {
	text-decoration: underline;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.order {
	clear: both;
	border-top: 1px solid #efefef;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.order h2 {
	padding: 0;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.order p {
	padding: 0 0 20px;
	font-size: 13px;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.order ul.paymode {
	padding: 0 0 20px;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.order ul.paymode li {
	float: left;
	margin: 0 40px 0 0;
}
#sidebar > ul.sidecontent > li > section > div.checkout > div.order input.checkout.order {
	margin: 20px 0;
	float: right;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	white-space: nowrap;
	height: 35px;
	line-height: 30px;
	padding: 0 15px;
	border: 2px solid #88408e;
	background: #88408e;
	overflow: hidden;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li > section > div.recap  ul li {
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}
#sidebar > ul.sidecontent > li > section > div.recap  ul li:after {
	display: block;
	content: '';
	clear: both;
}
#sidebar > ul.sidecontent > li > section > div.recap ul figure {
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
}
#sidebar > ul.sidecontent > li > section > div.recap ul figure img {
	max-width: 100px;
	max-height: 100px;
}
#sidebar > ul.sidecontent > li > section > div.recap ul figure figcaption {
	font-size: 11px;
}
#sidebar > ul.sidecontent > li > section > div.recap ul h4 {
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	height: 40px;
	overflow: hidden;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	transition: max-height .5s, padding .5s;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > * {
	padding: 0 0 20px;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li {
	float: left;
	font-size: 13px;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr:after {
	display: block;
	content: '';
	clear: both;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li:first-child {
	width: calc(33.3% - 22px);
	height: 150px;
	margin: 10px;
	border: 1px dashed #efefef;
	transition: border .3s ease-in-out;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li:first-child:hover {
	border: 1px dashed #1f1f24;
}
#msgbox ul.listaddr > li {
	text-align: left;
}
ul.listaddr > li:first-child button {
	position: relative;
	display: block;
	text-align: left;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 13px;
	color: #88408e;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li:first-child button {
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li:first-child button:after {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA6B';
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li {
	position: relative;
	width: calc(33.3% - 22px);
	height: 150px;
	margin: 10px;
	border: 1px solid #efefef;
	background: #fff;
	transition: border .3s ease-in-out, background .3s ease-in-out;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li:hover {
	border: 1px solid #1f1f24;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li > label {
	display: block;
	height: calc(100% - 40px);
	padding: 20px;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	visibility: hidden;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li span {
	position: relative;
	display: block;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div.contactslist > ul.listaddr > li span:first-of-type {
	font-weight: bold;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > footer button {
	display: none;
}
#sidebar > ul.sidecontent > li.account > section > div h4 + div > footer {
	clear: both;
	padding: 0 0 20px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > label {
	position: absolute;
	top: 0;
	left: 0;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list {
	position: absolute;
	top: 40px;
	left: 0;
	bottom: 0;
	width: calc(45% - 61px);
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	border-right: 1px solid #efefef;
	overflow: auto;
	overflow-x: hidden;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li {
	display: flex;
	flex-direction: row;
	line-height: 40px;
	border-bottom: 1px solid #efefef;
	background: #fff;
	transition: background .3s ease-in-out;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li.hide {
	display: none;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li.current,
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li:hover {
	background: #efefef;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li:after {
	display: block;
	content: '';
	clear: both;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li span {
	display: inline-block;
	padding: 0 10px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li span:first-of-type:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	background: #f00;
	border-radius: 100%;
	margin: 0 10px 0 0;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li span:first-of-type {
	flex: 2;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li span:last-of-type {
	flex: 1;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li.orderfeuvert span:first-of-type:before {
	background: #0f0;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list li span:last-of-type {
	text-align: right;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	width: calc(55% - 80px);
	padding: 0 80px 0 0;
	overflow: auto;
	overflow-x: hidden;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items > div.header {

}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items > div.header > h4 {
	line-height: 40px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items > div.header > span {
	float: left;
	width: 50%;
	line-height: 40px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items > div.header > span:last-of-type {
	float: none;
	clear: both;
	display: block;
	width: auto;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items > div.header + nav {
	position: absolute;
	top: 0;
	right: 60px;
	line-height: 40px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items > div.header + nav li {
	margin: 0 0 5px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items > div.header + nav button {
	display: block;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item {
	position: relative;
	clear: both;
	padding: 20px 0 50px;
	border-bottom: 1px solid #efefef;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items:after,
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item:after {
	display: block;
	content: '';
	clear: both;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item figure {
	width: 120px;
	height: 120px;
	float: left;
	padding: 0 20px 0 0;
	text-align: center;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item figure img {
	max-width: 100%;
	max-height: 100%;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item figure figcaption {
	font-size: 11px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item span {
	display: block;
	font-size: 13px;
	line-height: 15px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item span.title {
	display: block;
	max-height: 30px;
	margin: 0 0 10px;
	overflow: hidden;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item ul {
	padding: 10px 0 0;
	font-size: 13px;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 5px;
	background: #efefef;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item button {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	background: #88408e;
	color: #fff;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item button svg {
	display: block;
	width: 40px;
	height: 40px;
}
/*#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item button:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\EA29';
	padding: 0;
	margin: 0;
}*/
#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items .item span.docid {
	font-weight: bold;
}
#sidebar > ul > li.opened > section {
	width: 920px;
	padding: 40px 175px 40px 85px;
	border-left: 36px solid #eee;
	z-index: 2;
	overflow: hidden;
}
#sidebar > ul > li.opened > section:after {
	display: block;
	content: '';
	clear: both;
}
#sidebar > ul.sidecontent > li.opened:before {
	display: block;
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100px;
	background: rgba(31, 31, 36, .45);
}
#sidebar > ul.sidecontent > li > section > a.close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	z-index: 3;
}
#sidebar > ul.sidecontent > li > section > a.close:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\EA72';/*"\003e " attr(data-label);*/
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li article {
	padding: 20px 0;
	border-top: 2px solid #1f1f24;
	width: calc(100% - 240px);
}
#sidebar > ul.sidecontent > li article:after {
	display: block;
	content: '';
	clear: both;
}
#sidebar > ul.sidecontent > li article label:not(.cbx) {
	display: inline-block;
	width: 110px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.2;
}
#sidebar > ul.sidecontent > li article figure {
	float: left;
	height: 120px;
	width: 120px;
	margin: 10px 40px 0 0;
	text-align: center;
}
#sidebar > ul.sidecontent > li article figure img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
#sidebar > ul.sidecontent > li article ul {
	margin: 0 0 0 180px;
}
#sidebar > ul.sidecontent > li article li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
#sidebar > ul.sidecontent > li div.orderproject {
	position: absolute;
	top: 340px;
	right: 20px;
	width: 320px;
	padding: 0 0 0 30px;
	border-left: 1px solid #eee;
}
#sidebar > ul.sidecontent > li div.sumdetail {
	position: absolute;
	top: 140px;
	right: 20px;
	width: 320px;
	padding: 0 0 0 30px;
	border-left: 1px solid #eee;
}
#sidebar > ul.sidecontent > li div.sumdetail p {
	padding: 20px 0 0;
}
/*.doclist #sidebar {
	overflow: auto;
	overflow-x: hidden;
}*/
#main {
	position: relative;
	margin: 0;
	background: rgba(0, 0, 0, .15);
}
#main.fixedfacettes {
	padding: 40px 0 0;
}
/*#main > div.bg > nav {
	position: relative;
	min-height: 36px;
	padding: 100px 110px 30px 60px;
}*/
#main > div.bg > nav {
	position: fixed;
	top: 136px;
	left: 0;
	right: 0;
	min-height: 35px;
	margin-left: calc(70px + 7%);
	margin-right: calc(85px + 6%);
	padding: 30px 0 0 45px;/*30px 85px 0 45px;*/
	background: #fff;/* url('img/page-border-bg.png') top right repeat-y;*/
	z-index: 2;
}
.detail #sidebar > nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 3;
}
#main > div.bg > nav ul,
#detail > nav ul {
	line-height: 35px;
	height: 35px;
}
#main > div.bg > nav ul:after {
	display: block;
	clear: both;
	content: '';
}
#main > div.bg > nav ul.navbar,
#detail > nav ul.pagination {
	float: right;
	margin: 0;
	padding: 0 0 30px;
	font-size: 13px;
}
#main > div.bg > nav ul.navbar li,
#detail > nav ul.pagination li {
	float: left;
	margin: 0 15px;
}
#main > div.bg > nav ul.navbar li.resultcount {
	position: absolute;
	top: 30px;
	left: 35%;
}
#main > div.bg > nav ul.navbar li.current input,
#detail > nav ul.pagination li.current input {
	width: 60px;
	text-align: right;
}
#main > div.bg > nav ul.navbar li.current span:before,
#detail > nav ul.pagination li.current span:before {
	display: inline;
	content: ' / ';
}
#main > div.bg > nav:after {
	display: block;
	content: '';
	clear: both;
}
.detail #sidebar > nav ul {
	line-height: 30px;
}
#main > div.bg > nav ul.displayOptions {
	position: relative;
	float: left;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	padding: 30px 0 0;
	font-size: 13px;
	background: #fff;
}
#main > div.bg > nav span.resultcount {
	float: left;
	line-height: 35px;
	font-size: 13px;
	margin: 0;
	letter-spacing: 1.8px;
}
#main > div.bg > nav ul.displayOptions.toggled {
	padding-bottom: 20px;
	position: absolute;
	top: 30px;
	left: 50px;
	height: 120px;
	width: calc(100% - 7%);
	/*padding: 10px 15px;*/
	margin: 35px 0 0;
	z-index: 8;
	background: #fff;
	box-shadow: #777 4px 4px 10px;
}
#main > div.bg > nav ul.displayOptions li {
	white-space: nowrap;
}
#main > div.bg > nav ul.displayOptions li span {
	display: inline-block;
	cursor: pointer;
}
#main > div.bg > nav ul.displayOptions li span:hover {
	text-decoration: underline;
}
#main > div.bg > nav ul.displayOptions li.selected:after {
	/*position: absolute;
	top: 0;
	right: 0;*/
	font-family: "collecticons";
	speak: none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\EA0E';/*"\003e " attr(data-label);*/
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #1f1f24;
	width: 30px;
	text-align: right;
	/*border-bottom: 1px solid #1f1f24;*/
}
#main > div.bg > nav ul.displayOptions.toggled li.selected:after {
	/*right: 10px;
	margin: 0;*/
	content: '\EA13';/*"\003c " attr(data-label);*/
}
#main > div.bg > nav ul.displayOptions li:not(.selected) {
	-webkit-box-ordinal-group: 2;  
	-moz-box-ordinal-group: 2;     
	-ms-flex-order: 2;     
	-webkit-order: 2; 
	order: 2;
	display: none;
	line-height: 22px;
	padding: 5px 15px;
	color: #88408e;
	/*border-right: 1px solid #818181;*/
}
#main > div.bg > nav ul.displayOptions.toggled li:not(.selected) {
	display: block;
}
#main > div.bg > nav ul.displayOptions li.selected {
	position: relative;
	margin: -35px 15px 0;
	padding: 0;
	-webkit-box-ordinal-group: 1;  
	-moz-box-ordinal-group: 1;     
	-ms-flex-order: 1;     
	-webkit-order: 1; 
	order: 1;
	border-bottom: 1px solid #1f1f24;
	text-transform: uppercase;
	font-size: 11px;
}
#main > div.bg > nav ul.displayOptions.toggled li.selected {
	position: absolute;
	top: 30px;
	left: 10px;
	margin: -70px 40px 0 0;
}
#main > div.bg > nav ul.displayOptions li.selected:before {
	display: inline-block;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main > div.bg > nav ul.displayOptions li.selected.asc:before {
	content: '\EA73';
	padding: 0 4px 0 0;
}
#main > div.bg > nav ul.displayOptions li.selected.desc:before {
	content: '\EA74';
	padding: 0 4px 0 0;
}
#main > div.bg > nav ul.pagination {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 50px 0 10px;
}
#main > div.bg > nav ul.fct li {
	float: left;
	margin: 0 30px 0 0;
}
#main > div.bg > nav ul.fct a {
	display: block;
	padding: 4px 10px;
	color: #fff;
	background: #88498e;
	text-transform: uppercase;
}
#main > div.bg > nav ul.fct a:after {
	display: inline-block;
	content: 'X';
	margin: 0 0 0 10px;
}
#main > div.bg.result > nav + .doclist {
	padding-top: 205px;
}
#main > div.bg > nav > div.facettes {
	clear: both;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 3;
	border-top: 2px solid #1f1f24;
	padding: 0 0 30px;
	margin: 0 15px;
	width: calc(100% - 30px);
}
/*#main > div.bg > nav > div.facettes {
	position: fixed;
	top: 136px;
	left: 0;
	right: 0;
	min-height: 35px;
	margin: 0 135px 0 220px;
	padding: 0 85px 30px 45px;
	background: #fff url('img/page-border-bg.png') top right repeat-y;
}*/
#main > div.bg > nav > div.facettes > div.facette {
	position: relative;
	margin: 30px 30px 0 0;
	/*flex: 1;*/
}
#main > div.bg > nav > div.facettes > div.facette[data-name="cadrage"] {
	display: none;
}
#main > div.bg > nav > div.facettes > div.facette > h4 {
	border-bottom: 1px solid #000;
	line-height: 35px;
	padding: 0 30px 0 0;
	white-space: nowrap;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	letter-spacing: 1px;
}
#main > div.bg > nav > div.facettes > div.facette > h4:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 35px;
	font-family: "collecticons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA0E';
}
#main > div.bg > nav > div.facettes > div.facette.selected {
	background: #88498e;
	z-index: 1;
}
#main > div.bg > nav > div.facettes > div.facette.selected > h4 {
	position: absolute;
	top: 0;
	left: 0;
	margin: -30px 0 0;
	border: 0;
}
#main > div.bg > nav > div.facettes > div.facette.selected > h4:after {
	content: '';
}
#main > div.bg > nav > div.facettes > div.facette.selected > div {
	line-height: 40px;
	color: #fff;
	white-space: nowrap;
	padding: 0 45px 0 15px;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: 230px;
	overflow: hidden;
	white-space: nowrap;
}
#main > div.bg > nav > div.facettes > div.facette.selected > div:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	line-height: 40px;
	text-align: center;
	content: 'X';
	background: #88498e;
}
#main > div.bg > nav > div.facettes > div.facette > ul,
#main > div.bg > nav > div.facettes > div.facette.selected > h4.toggled + ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	line-height: 20px;
	padding: 10px 15px;
	min-height: 120px;
	max-height: 295px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-box-shadow: 0 1px 10px #000;
	box-shadow: 0 1px 10px #000;
}
#main > div.bg > nav > div.facettes > div.facette > ul > li {
	white-space: nowrap;
	padding: 5px 15px;
	font-size: 13px;
}
#main > div.bg > nav > div.facettes > div.facette > h4.toggled + ul {
	display: block;
	background: #fff;
}
#sidebar > nav ul.pagination {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 0;
}
#sidebar > nav ul.pagination li {
	width: 25px;
	text-align: center;
}
#sidebar > nav ul.pagination li:nth-child(3) {
	width: 109px;
}
#sidebar > nav ul.selection {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	height: 30px;
	padding: 0 50px;
	background: #818181;
}
#detail .media .detailtabcontent > nav ul.pagination {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
}
nav ul.pagination li {
	float: left;
	line-height: 35px;
}
/*nav ul.pagination li input {
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
	background: #818181;
	color: #fff;
	font-size: 14px;
}
#sidebar nav ul.pagination li,
#sidebar nav ul.selection li {
	float: left;
	line-height: 30px;
}
#sidebar nav ul.selection li {
	width: 50%;
	text-align: center;
}
nav ul.pagination li.page {
	font-size: 13px;
	padding: 0 30px;
}*/
nav ul.selection li a,
nav ul.pagination li a,
nav ul.navbar li a {
	display: inline-block;
	width: 24px;
	height: 30px;
	margin: 0 2px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
nav ul.selection li a:before,
nav ul.pagination a:before,
nav ul.navbar li a:before {
	display: block;
	text-align: center;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
nav ul.pagination a.next:before,
nav ul.navbar a.next:before {
	content: '\EA10';
}
nav ul.pagination a.prev:before,
nav ul.navbar a.prev:before {
	content: '\EA0F';
}
nav ul.pagination a.first:before,
nav ul.navbar a.first:before {
	content: '\EA11';
}
nav ul.pagination a.last:before,
nav ul.navbar a.last:before {
	content: '\EA12';
}
nav ul.selection a.check:before {
	content: '\EA52';
}
nav ul.selection a.uncheck:before {
	content: '\EA53';
}
nav ul.selection li a {
	width: 30px;
	margin: 1px 10px;
	background: #595959;
}
/*nav ul.pagination li span {
	color: #212121;
}*/
#main > div.bg {
	position: relative;
	min-height: 600px;
	margin: 0 6% 0 7%;
	margin-right: calc(6% + 48px);
	background: #fff;
}
#doclist,
#stdlist {
	position: relative;
	padding: 0 40px 60px 45px;
	/*margin: 0 85px 0 0;*/
	min-height: 600px;
	z-index: 1;
	/*background: #fff url('img/page-border-bg.png') top right repeat-y;*/
}
#detail,
#main > .context {
	position: relative;
	padding: 30px 50px 60px 45px;
	margin: 0 6% 0 7%;
	margin-right: calc(6% + 48px);
	background: #fff;
	min-height: 700px;
	z-index: 1;
	/*background: #fff url('img/page-border-bg.png') top right repeat-y;*/
}
#main > .context > form {
	padding: 50px 0 0;
}
#main > div.bg:after,
#detail:after,
#main > .context:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: -48px;
	width: 48px;
	height: 100%;
	background: url('img/page-border-bg.png') top right repeat-y;
}
#main > .context.noscript > * {
	padding: 20px 0;
}
#main > .context.noscript > h1 {
	line-height: 40px;
}
#doclist:after,
#stdlist:after,
#detail:after,
#main > .context:after,
#main > .context > form > p:after {
	display: block;
	clear: both;
	content: '';
}
#main > .context > form > h2 {
	padding: 0 0 40px;
}
#main > .context > form > h2 + p {
	padding: 0 0 40px;
}
#main > .context > form > p > label {
	display: block;
	padding: 10px 0;
}
#main > .context > form > p > input[type="submit"] {
	display: inline-block;
	margin: 40px 0 20px 300px;
}
#main > .context > form > p > label > span {
	display: inline-block;
	width: 300px;
}
#main > .context > form > p > label > input {
	width: calc(90% - 300px);
	max-width: 450px;
}
#main > .context.staticpage {
	padding-top: 120px;
	font-weight: 400;
}
#main > .context.staticpage strong {
	font-weight: 700;
}
#main > .context.staticpage.legal p {
	padding: 10px 0;
	line-height: 30px;
}
#main > .context.staticpage > nav {
	width: 20%;
	float: left;
	border-left: 1px solid #1f1f24;
	margin: 60px 0 0;
}
#main > .context.staticpage > nav > ul {
	padding: 0 0 0 20px;
	list-style: none;
	font-size: 13px;
}
#main > .context.staticpage > nav > ul > li {
	padding: 0 0 10px;
}
#main > .context.staticpage > div {
	float: right;
	width: 65%;
	padding-right: 10%;
}
#main > .context.staticpage > div + div {
	float: none;
	clear: both;
}
#main > .context.staticpage h1,
#main > .context.staticpage h2,
#main > .context.staticpage h3 {
	padding: 40px 0;
	font-weight: 400;
	line-height: 30px;
}
#main > .context.staticpage.legal h1,
#main > .context.staticpage.legal h2,
#main > .context.staticpage.legal h3 {
	padding: 40px 0 20px;
}
#main > .context.staticpage p,
#main > .context.staticpage ul li {
	padding: 0 0 20px;
}
#main > .context.staticpage > div ul {
	list-style-type: square;
	list-style-position: inside
}
#main > .context.staticpage > div ul ul {
	padding: 0 0 0 20px;
	list-style: none;
}
#main > .context.staticpage > div ul ul li {
	padding: 10px 0 0;
}
#main > .context.staticpage > div a {
	text-decoration: underline;
	color: #88408e;
}
#main > .context.staticpage.more > div .tableau-content-title {
	text-align: left;
    background-color: #AE8A3E;
    padding: 0.5em 1em;
    text-transform: uppercase;
    letter-spacing: 1.8pt;
    font-size: 18px;
    color: #FFFFFF;
}
#main > .context.staticpage.more > div .tableau-content-container {
	padding: 0 0 20px;
}
#main > .context.staticpage.more > div .tableau-content-container p {
	padding: 0;
}
#main > .context.staticpage.more > div .tableau-content-container .grey {
    background-color: #eeeeee;
}
.tableau-content-container .col-xs-1, .tableau-content-container .col-xs-2, .tableau-content-container .col-xs-3, .tableau-content-container .col-xs-4, .tableau-content-container .col-xs-5, .tableau-content-container .col-xs-6, .tableau-content-container .col-xs-7, .tableau-content-container .col-xs-8, .tableau-content-container .col-xs-9, .tableau-content-container .col-xs-10, .tableau-content-container .col-xs-11, .tableau-content-container .col-xs-12 {
	font-size: 13px;
    border: 0.05em solid #1f1f24;
    padding: 1em;
}
.tableau-content-container .col-xs-1, .tableau-content-container .col-xs-2 > div {
	font-size: 18px;
}
#main > .context.staticpage.more > div .tableau-content-first-row {
    font-weight: bold;
    text-transform: uppercase;
    color: #1f1f24;
    font-size: 0.8em;
}
.tableau-content-row-title {
    color: #1f1f24;
    font-size: 18px;
}
#main > .context.staticpage.more > div .table-horaires thead tr, 
#main > .context.staticpage.more > div .table-horaires tbody tr:nth-child(2n), 
#main > .context.staticpage.more > div tbody tr.tableau-content-row {
    background: none;
}
#main > .context.staticpage.more > div .col-xs-2 {
    width: 25%;
}


#main .scroll {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	width: 10px;
	background: #818181;
	overflow: hidden;
}
#sidebar .scroll {
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	width: 10px;
	background: #595959;
	overflow: hidden;
}
#main .wstree > li > .scroll,
#msgbox .wstree > li > .scroll {
	position: absolute;
	top: 0;
	left: 200%;
	width: 10px;
	background: #818181;
	overflow: hidden;
	z-index: 2;
	margin: 0 0 0 -10px;
}
#msgbox .wswrap > .scroll {
	position: absolute;
	top: 50px;
	left: 50%;
	bottom: 0;
	width: 10px;
	margin: 0 0 0 -10px;
	background: #818181;
	z-index: 2;
}
#msgbox #HelpList.wswrap > .scroll {
	left: 100%;
}
#detail > nav {
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 40px;
	height: 35px;
	line-height: 35px;
	display: block;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 2px solid #1f1f24;
}
#detail > nav ul.displayModes {
	float: right;
}
#detail > nav ul.sociallinks {
	display: none;
}
#detail > nav ul.sociallinks li {
	float: left;
	margin: 0 10px 0 0;
}
#detail > nav ul.sociallinks li a.rs {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin: 0;
}
#detail > nav ul.sociallinks li a.rs svg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 35px;
	background: #fff;
}
#detail > nav ul.sociallinks.toggle {
	display: block;
	float: left;
}
#detail > nav ul.pagination {
	float: right;
	padding: 0;
}
#detail > nav:after {
	display: block;
	clear: both;
	content: '';
}
#detail >nav li:before {
	content: '';
	margin: 0;
	padding: 0;
}
/*#detail > nav a.permalink {
	position: absolute;
	top: 0;
	left: 0;
}*/
#detail .media .detailtabcontent .scroll {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 40px;
	width: 10px;
}
.scroll .cursor {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	margin: 0 2px;
	background: #212121;
	-webkit-box-shadow: 0 1px 10px #fff;
	box-shadow: 0 1px 10px #fff;
	-webkit-transition: top ease-in-out .3s;
	transition: top ease-in-out .3s;
}
#sidebar .doclist {
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 20px;
	overflow: hidden;
}
.doclist #sidebar .fct ul:has(> li),
.doclist #sidebar .facette ul:has(> li){
	padding: 8px 0;
}

#sidebar .account h4 {
	position: relative;
	padding: 0;
	margin: 0;
	height: 65px;
	line-height: 65px;
	border-top: 2px solid #1f1f24;
	cursor: pointer;
}
#sidebar .account h4:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	text-align: center;
	display: block;
	height: 65px;
	line-height: 65px;
	content: '+';
	padding: 0 16px;
	font-size: 24px;
	font-weight: normal;
}
#sidebar .account h4.selected:after {
	content: '-';
}
#sidebar .account h4.selected + div {
	padding: 10px 0 40px;
}
#sidebar .account h4.isTabbed {
	cursor: pointer;
}
#sidebar > ul.sidecontent > li.selection div ul li {
	position: relative;
	padding: 0;
	margin: 0;
	height: 65px;
	line-height: 65px;
	border-top: 2px solid #1f1f24;
}
#sidebar > ul.sidecontent > li.selection div ul li label {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #1f1f24;
	text-transform: uppercase;
	cursor: pointer;
}
#sidebar > ul.sidecontent > li.selection div ul li label input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
}
#sidebar > ul.sidecontent > li.selection div ul li label span {
	display: block;
	cursor: pointer;
}
.doclist #sidebar .fct a:before {
	display: inline-block;
	width: 24px;
	padding: 0 8px;
	content: 'x';
	text-align: center;
	font-size: 16px;
}
.doclist #sidebar .facette li,
.doclist #sidebar .fct li{
	clear: both;
	line-height: 24px;
	padding: 2px 0;
}
.doclist #sidebar .facette button {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 0;
	margin: 0 8px;
	overflow: hidden;
}
.doclist #sidebar .facette button[data-leaf="false"]:before {
	display: block;
	text-align: center;
	content: '-';
	color: #333;
}
.doclist #sidebar .facette button[data-leaf="false"] {
	border-radius: 100%;
	cursor: pointer;
}
.doclist #sidebar .facette button[data-leaf="false"].toggle {
	background: #fff;
}
.doclist #sidebar .facette button[data-leaf="false"].toggle:before {
	content: '+';
}
.doclist #sidebar .facette button[data-leaf="true"] {
	background: #818181;
}
.doclist #sidebar .facette button[data-leaf="true"]:before {
	display: block;
	text-align: center;
	content: '>';
	color: #fff;
}
.doclist #sidebar .facette a:before {
	display: inline-block;
	width: 24px;
	padding: 0 8px;
	content: '>';
	text-align: center;
	font-size: 16px;
}
.doclist #sidebar .facette button + a:before {
	display: none;
}
.doclist #sidebar .facette ul  ul {
	padding: 0 0 0 16px;
}
.utilities #sidebar {
	color: #fff;
}
.utilities #sidebar > nav > ul > li {
	padding: 12px 10px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.utilities #sidebar > nav > ul > li.selected {
	background: #595959;
	cursor: default;
}
.utilities #sidebar > nav > ul > li.selected > ul {
	padding: 0 10px;
}
.utilities #sidebar > nav > ul > li.selected > ul > li{
	padding: 8px 10px;
	cursor: pointer;
}
.utilities #sidebar > nav > ul > li.selected .current {
	background: #818181;
	cursor: default;
}
/*.doclist:not(.pretty) .doclistItem {
	display: none;
}*/
.doclist.mosaic .doclistItem {
	position: relative;
	float: left;
	width: calc(25% - 30px);
	height: 392px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 15px 30px;
	background: #eee;
}
.doclist.mosaic .doclistItem:nth-child(4n):after {
	display: block;
	content: '';
	clear: both;
}

.doclist.list .doclistItem {
	display: none;
}

.doclist.mosaic .doclistItem .tick,
.doclist.list .doclistItem .tick {
	display: none;
}
.doclist .doclistItem.current {
	
}
.doclist .doclistItem.selected.current {
	
}
.doclist.mosaic .doclistItem .thumb,
.doclist.mosaic .doclistItem .nothumb {
	position: relative;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 320px;
	margin: 0;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.doclist.mosaic .doclistItem .thumb img,
.doclist.list .doclistItem .thumb img,
.doclist.mosaic .doclistItem .nothumb img,
.doclist.list .doclistItem .nothumb img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}
.doclist.mosaic .doclistItem a {
	color: #fff;
}
.doclist .doclistItem .infos {
	display: none;
	position: relative;
	line-height: 15px;
	color: #595959;
}
.doclist.mosaic .doclistItem .infos {
	display: block;
	position: relative;
	height: 45px;
	line-height: 15px;
	color: #595959;
	overflow: hidden;
	padding: 10px 20px 0;
	font-size: 13px;
}
.doclist.mosaic .doclistItem .btnDoclist {
	display: none;
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	margin: -16px 0 0;
}
.doclist.mosaic .doclistItem:hover .btnDoclist {
	display: flex;
	justify-content: center;
}
.doclist.mosaic .doclistItem .btnDoclist li {
	margin: 0 20px;
}
.doclist.list .doclistItem .infos ul {
	margin: 0 10px;
}
.doclist.mosaic .doclistItem .infos li:first-child {
	margin: 0;
}
.doclist.mosaic .doclistItem .infos li:not(:first-child) {
	display: none;
}
.doclist.mosaic .doclistItem .infos label {
	display: none;
}
.doclist.list .doclistItem .infos label {
	font-weight: bold;
}
.doclist.pretty {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*width: calc(100% - 20px);
	min-height: 320px;*/
	/*max-width: 1600px;*/
	/*margin: 20px auto 40px;
	padding: 0 10px;*/
}
.pretty .doclistItem.cols {
	position: relative;
	display: block;
	float: none;
	padding: 0;
	margin: 0 15px 30px;
	min-width: 0;
	height: 300px;
	overflow: hidden;
	background: #eee;
}
.pretty .doclistItem.cols.opened:after {
	display: block;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -16px 0 0 -32px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 32px 16px 32px;
	border-color: transparent transparent #ccc transparent;
	border-style: solid;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	z-index: 2;
}
.pretty .doclistItem.cols .infos {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0;
	height: 120px;
	background: rgba(0, 0, 0, .6);
	padding: 20px 30px 30px;
	line-height: 20px;
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
	overflow: hidden;
}
.pretty .doclistItem.cols .infos .fieldlist {
	height: 40px;
	margin: 0 0 30px;
	overflow: hidden;
}
.pretty .doclistItem.cols .infos .fieldlist li:not(:first-child) {
	display: none;
}
.pretty .doclistItem.cols .infos .fieldlist + a.link {
	color: #fff;
}
.pretty .doclistItem.cols .infos .fieldlist + a.link:after {
	content: '+';
}
.pretty .doclistItem.cols:not(.opened):hover .infos {
	margin: -80px 0 0;
	color: #fff;
}
.pretty .doclistItem.cols .btnDoclist {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	margin: 0 0 -120px;
	background: transparent;
	-webkit-transition: top .3s ease-in-out;
	transition: margin .3s ease-in-out;
}
.pretty .doclistItem.cols .btnDoclist > li {
	margin: 30px 0 0;
}
.mosaic .doclistItem .btnDoclist > li > a,
.pretty .doclistItem.cols .btnDoclist > li > a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #88408e;
	overflow: hidden;
}
.mosaic .doclistItem .btnDoclist > li > a svg,
.pretty .doclistItem.cols .btnDoclist > li > a svg {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	fill: #88408e;
}
.pretty .doclistItem.cols:not(.opened):hover .btnDoclist {
	margin: 0 0 120px;
	color: #fff;
	line-height: 40px;
}
.pretty .doclistItem.cols .infos .field {
	padding: 0;
}
.pretty .doclistItem.cols .infos label {
	display: none;
}
.pretty .doclistItem.cols:hover .btnDoclist {
}
.pretty .doclistItem.cols > .thumb,
.pretty .doclistItem.cols > .nothumb {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	height: 100%;
	text-align: center;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.pretty .doclistItem.cols.opened .thumb,
.pretty .doclistItem.cols.opened .nothumb {
	opacity: .3;
}
.pretty .doclistItem.cols:not(.opened) > .thumb,
.pretty .doclistItem.cols:not(.opened) > .nothumb {
	cursor: pointer;
}
.pretty .doclistItem.cols img {
	margin: auto;
	display: block;
	width: auto;
	height: 100%;
	position: relative;
	/*transform: scale(1);
	transition: transform .3s ease-in-out;*/
}
.pretty .doclistItem.cols img:hover {
	/*transform: scale(1.1);*/
}
/*.pretty .doclistItem .btnDoclist + svg {
	position: absolute;
	display: block;
	top: 100%;
	left: 20px;
	width: 30px;
	height: 30px;
	margin: 0;
	background: #fff;
	border-radius: 100%;
	color: #1f1f24;
	transition: margin .3s ease-in-out;
}
.pretty .doclistItem:hover .btnDoclist + svg {
	margin: -120px 0 0;
}*/
.pretty .doclistItem .btnDoclist + svg {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: 0;
	background: #fff;
	border-radius: 100%;
	color: #1f1f24;
}
/*.mosaic .doclistItem .btnDoclist + svg {
	position: absolute;
	display: block;
	bottom: 75px;
	left: 20px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100%;
	color: #1f1f24;
}*/
.mosaic .doclistItem .btnDoclist + svg {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100%;
	color: #1f1f24;
}
.endresult {
	-webkit-break-before: always;
	page-break-before: always;
	break-before: always;
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1;
	flex-basis: 100%;
	text-align: center;
	padding: 40px 0;
	width: 100%;
	color: #AE8A3E;
	text-transform: uppercase;
}
.prevresult,
.nextresult {
	-webkit-break-before: always;
	page-break-before: always;
	break-before: always;
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1;
	flex-basis: 100%;
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.prevresult {
	-webkit-break-after: always;
	page-break-after: always;
	break-after: always;
}
.prevresult a,
.nextresult a {
	
}
#prettydetail {
	position: relative;
	height: 460px;
	width: 100%;
	margin: -30px 0 0;
	padding: 0;
	color: #1f1f24;
}
#prettydetail .prettycontent{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 -85px 0 -45px;
	padding: 30px 95px 30px 60px;
	background: #ccc url('img/page-border-bg.png') top right repeat-y;
	overflow: hidden;
}
#prettydetail .infos {
	float: right;
	width: 66%;
	padding: 16px 0;
}
#prettydetail .infos .fieldlist + a {
	display: none;
}
#prettydetail .infos .fieldlist,
#prettydetail .btnDoclist .buttonsList {
	padding: 0 30px 0 60px;
}
#prettydetail .infos .fieldlist li {
	clear: both;
	padding: 10px 0;
}
#prettydetail .infos .fieldlist label {
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	width: 40%;
	float: left;
}
#prettydetail .infos .fieldlist span {
	float: left;
}
#prettydetail .thumb,
#prettydetail .nothumb {
	float: left;
	width: 34%;
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	cursor: pointer;
}
#prettydetail .thumb img,
#prettydetail .nothumb img {
	width: auto;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
#prettydetail .btnDoclist {
	position: absolute;
	bottom: 30px;
	right: 160px;
}
#prettydetail .btnDoclist li {
	float: left;
	margin: 0 0 0 30px;
}
#prettydetail .btnDoclist li a {
	padding: 4px 10px;
	color: #fff;
	background: #88408e;
}
#prettydetail a.close {
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0 -20px 0 0;
	display: block;
	width: 32px;
	height: 34px;
	line-height: 32px;
	padding: 0;
	overflow: hidden;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 32px;
	text-align: center;
	background: transparent;
	color: #2f3131;
	z-index: 2;
}
#prettydetail a.close:before {
	display: block;
	width: 100%;
	content: "\EA1B";
}
.doclist.list .doclistItem {
	background: #fff;
}
.doclist.list.col1 .doclistItem:nth-child(2n),
.doclist.list.col2 .doclistItem:nth-child(4n+2),
.doclist.list.col2 .doclistItem:nth-child(4n+3) {
	background: #cdcdcd;
}
.tblgrip {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 16px;
	cursor: col-resize;
}
.stdlist table th:last-child .tblgrip {
	display: none;
}
.stdlist table {
	table-layout: fixed;
	height: 100%;
	width: calc(100% - 10px);
	color: #212121;
}
.stdlist table,
.stdlist table tr,
.stdlist table td {
	padding: 0;
	margin: 0;
	border: 1px solid #818181;
}
.stdlist table thead tr {
	height: 80px;
}
.stdlist table thead th {
	position: relative;
	height: 60px;
	line-height: 20px;
	padding: 10px 4px;
	overflow: hidden;
	color: #fff;
	background: #303030;
}
.stdlist table thead th:nth-child(2n) {
	background: #4b4b4b;
}
.stdlist table thead th.sortby {
	cursor: pointer;
	text-decoration: underline;
}
.stdlist table thead th.sortby.current-order:after {
	display: inline-block;
	font-family: "collecticons";
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 0 5px;
}
.stdlist table thead th.sortby.current-order.A:after {
	content: '\EA73';
}
.stdlist table thead th.sortby.current-order.D:after {
	content: '\EA74';
}
.stdlist table tbody {
	height: calc(100% - 80px);
}
.stdlist tbody td {
	min-width: 10%;
	margin: 0 4px;
	padding: 10px;
	line-height: 15px;
	overflow: hidden;
	white-space: nowrap;
	transition: background .2s ease-in-out;
}
.stdlist tbody td > div {
	position: relative;
	height: 100%;
	min-height: 16px;
}
.stdlist.row1 tbody td {
	height: calc(100% -100px);
}
.stdlist.row2 tbody td {
	height: calc(50% - 100px);
}
.stdlist.row3 tbody td {
	height: calc(33.3% - 100px);
}
.stdlist.row4 tbody td {
	height: calc(25% - 100px);
}
.stdlist.row5 tbody td {
	height: calc(20% - 100px);
}
.stdlist.row6 tbody td {
	height: calc(16.6% - 100px);
}
.stdlist.row7 tbody td {
	height: calc(14.2% - 100px);
}
.stdlist.row8 tbody td {
	height: calc(12.5% - 100px);
}
.stdlist.row9 tbody td {
	height: calc(11.1% - 100px);
}
.stdlist.row10 tbody td {
	height: calc(10% - 100px);
}
.stdlist.row11 tbody td {
	height: calc(9% - 100px);
}
.stdlist.row12 tbody td {
	height: calc(8.3% - 100px);
}
.stdlist.row13 tbody td {
	height: calc(7.6% - 100px);
}
.stdlist.row14 tbody td {
	height: calc(7.1% - 100px);
}
.stdlist.row15 tbody td {
	height: calc(6.6% - 100px);
}
.stdlist.row16 tbody td {
	height: calc(6.25% - 100px);
}
.stdlist.row17 tbody td {
	height: calc(5.8% - 100px);
}
.stdlist.row18 tbody td {
	height: calc(5.5% - 100px);
}
.stdlist.row19 tbody td {
	height: calc(5.2% - 100px);
}
.stdlist.row20 tbody td {
	height: calc(5% - 100px);
}
.stdlist tbody tr:nth-child(2n) td {
	background: #cdcdcd;
}
.stdlist tbody tr:nth-child(2n+1) td {
	background: #fff;
}

.stdlist tbody tr:hover {
	transform: scale(1);
	box-shadow: 0px 2px 10px #000;
	-webkit-transform: scale(1);
	-webkit-box-shadow: 0px 2px 10px #000;
}
/*.stdlist tbody tr.selected td,
.stdlist tbody tr.selected:nth-child(2n) td:nth-child(2n),
.stdlist tbody tr.selected:nth-child(2n) td:nth-child(2n+1),
.stdlist tbody tr.selected:nth-child(2n+1) td:nth-child(2n),
.stdlist tbody tr.selected:nth-child(2n+1) td:nth-child(2n+1) {
	background: #cce8ff;
}*/
#actions {
	position: absolute;
	top: 40px;
	right: 10px;
	bottom: 0;
	width: 40px;
	background: #4b4b4b;
}
#actions li {
	padding: 4px 0 8px;
	text-align: center;
}
#actions a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	overflow: hidden;
}
#actions a.delete,
#actions a.remove,
#tools .detailaction li a.delete,
.wstree > li > ul.actions a.remove {
	background: #ea6c6c;
}
a.delete:hover:before,
a.remove:hover:before {
	color: #212121;
}
#actions a:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#actions li a {
	background: #595959;
}
#actions li.check a.checkall:before {
	content: '\EA52';
}
#actions li.check a.uncheckall:before {
	content: '\EA53';
}
#actions li.new a.new:before {
	content: '\EA6B';
}
#actions li.selected a.detail:before {
	font-size: 20px;
	content: '\EA15';
}
#actions li.selected.basket a:before {
	font-size: 20px;
	content: '\EA1A';
}
#actions li.selected.basket a.remove.doc:before {
	font-size: 20px;
	content: '\EA1B';
}
#actions li.basket a.edit:before {
	content: '\EA54';
}
#actions li a.delete:before {
	content: '\EA7E';
}
#actions li a.associate:before {
	content: '\EA43';
}
#detail .media {
	position: relative;
	float: left;
	width: calc(60% - 1px);
	min-height: 500px;
	padding: 0 0 40px;
}
#detail .media .preview > div {
	width: 100%;
	min-height: 500px;
	background: #fff;
	text-align: center;
}
#detail .media > div.royalty {
	float: none;
	width: 100%;
	height: 40px;
	background: #fff;
	text-align: center;
}
/*#detail .media div.royalty + .detailtabcontent {
	margin: 40px 0 0;
}*/
#detail .media .preview > div img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 100%;
	margin: 0 auto;
}
#detail > .infos {
	position: relative;
	float: right;
	width: calc(40% - 41px);
	padding: 0 0 0 40px;
	color: #595959;
	background: #fff;
	border-left: 1px solid #eee;
}
#detail > .assoc {
	clear: both;
}
#detail > .media > nav,
#detail > .infos > nav {
	/*position: absolute;
	top: 100%;
	left: 0;
	right: 0;*/
	padding: 20px 0 0;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	z-index: 2;
	text-align: center;
}
#detail > .media > h4,
#detail > .infos > h4 {
	/*position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: -30px 0 0;*/
	text-align: center;
}
#detail > .media.mini > nav,
#detail > .infos.mini > nav {
	padding: 18px 4px;
	height: 24px;
}
#detail > .media > nav ul,
#detail > .infos > nav ul {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #fff;
	justify-content: center;
}
#detail > .media.mini > nav ul,
#detail > .infos.mini > nav ul {
	color: #fff;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	max-width: 300px;
	height: 22px;
	line-height: 22px;
	padding: 1px;
	margin: 0 auto;
	background: #595959;
	overflow: hidden;
}
#detail > .media.mini > nav ul:after,
#detail > .infos.mini > nav ul:after {
	position: absolute;
	top: 0;
	right: 10px;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: '\EA70';
}
#detail > .media.mini > nav.opened ul,
#detail > .infos.mini > nav.opened ul {
	overflow: visible;
}
#detail > .media > nav ul li,
#detail > .infos > nav ul li {
	position: relative;
	text-align: center;
}
/*#detail > .media:not(.mini) > nav ul li:not(.selected),
#detail > .infos:not(.mini) > nav ul li:not(.selected) {
	box-shadow: 0 2px 4px #595959;
}*/
#detail .media.mini > nav.opened ul li:not(.selected),
#detail .infos.mini > nav.opened ul li:not(.selected) {
	background: #595959;
	border-bottom: 1px solid #333;
	padding: 8px 0;
}
#detail .media.mini > nav ul li.selected,
#detail .infos.mini > nav ul li.selected {
	-webkit-box-ordinal-group: 1;  
	-moz-box-ordinal-group: 1;     
	-ms-flex-order: 1;     
	-webkit-order: 1; 
	order: 1;
}
#detail .media > nav ul li h4,
#detail .infos > nav ul li h4 {
	padding: 0 4px;
	font-weight: normal;
}
#detail .media:not(.mini) > nav ul li.selected h4,
#detail .infos:not(.mini) > nav ul li.selected h4 {
	color: #212121;
	background: #fff;
}
#detail .media:not(.mini) > nav ul li.selected:last-child h4 {
	color: #fff;
	background: #818181;
}
#detail .media > div,
#detail .infos > div {
	/*position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 20px 0;
	overflow: auto;*/
}
#detail .infos > nav.actions ~ div {
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 0 20px 0;
	overflow: auto;
	z-index: 3;
}
#detail .infos > nav.actions {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #333;
	border-top: 1px solid #818181;
}
#detail .infos > nav.actions ul li {
	cursor: default;
}
#detail .media > div.exemplaires {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#detail .infos > div > div,
#detail .media > div.systemfields > div {
	position: relative;
	padding: 10px 30px 10px 20px;
	clear: both;
}
#detail .infos > div > div:not(:first-child),
#detail .media > div.systemfields > div:not(:first-child) {
	border-top: 1px solid #eee;
}
/*#detail .infos > div > div:last-child,
#detail .media > div.systemfields > div:last-child {
	padding: 10px 20px 30px;
}*/
#detail .infos > div > div:after,
#detail .media > div.systemfields > div:after {
	display: block;
	content: '';
	clear: both;
}
#detail .infos > div > div label {
	display: block;
	position: relative;
}
#detail .infos > div > div label > button.helplist.btn {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}
#detail .infos > div > div label > span,
#detail .media > div.systemfields > div > label > span {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	width: calc(40% - 20px);
	color: #1f1f24;
	padding: 2px 20px 0 0;
	font-size: 13px;
	letter-spacing: 1.8px;
}
#detail .infos > div > div label > div,
#detail .media > div.systemfields > div label > div {
	min-height: 24px;
	padding: 0;
	margin: 0 0 0 40%;
}
#detail .infos > div > div label > div a.rebound,
#detail .media > div.systemfields > div label > div a.rebound {
	color: #88408e;
}
#detail .infos > div > div label > div a.rebound:hover,
#detail .media > div.systemfields > div label > div a.rebound:hover {
	text-decoration: underline;
}
#detail .infos > div > div label > div:after,
#detail .media > div.systemfields > div > div:after {
	display: block;
	content: '';
	clear: both;
}
/*#detail .infos > div > div label > div:not(.editvalue) {
	display: inline;
}*/
/*button {
	height: 22px;
	line-height: 20px;
	background: #595959;
	color: #fff;
	border: 0;
	cursor: pointer;
}
button:hover {
	color: #ea6c6c;
}*/
nav button {
	height: 32px;
	line-height: 30px;
	font-size: 14px;
}
#detail .infos > div > div.field,
#detailpreview section dl dd {
	position: relative;
}
#detail .infos > div > div.field.toggle .value {
	max-height: 22px;
	overflow: hidden;
	transition: max-height .5s;
}
#detail .infos > div > div.field > button,
#detailpreview section dl dd > button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 24px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	border: 0;
	cursor: pointer;
}
#detail .infos > div > div.field > button:before,
#detailpreview section dl dd > button:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: '\EA56';
}
#detail .infos > div > div.field > button.minus:before,
#detailpreview section dl dd > button.minus:before {
	content: '\EA4E';
}
#detail .infos > div > div label > div > button {
	float: right;
	width: 60px;
}
#detail .infos > div > div label > div > ul {
	display: block;
	float: left;
	width: calc(100% - 20px);
}
#detail .infos > div > div label > div > button.multivalue + ul {
	width: calc(100% - 80px);
}
#detail .infos > div > div label > div > ul textarea {
	display: block;
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	height: 20px;
	resize: none;
}
#detail .infos > div > div label > div > ul button.remove + textarea {
	width: calc(100% - 90px);
}
#detail .infos > div > div label > div > ul > li:after {
	display: block;
	content: '';
	clear: both;
}
#detail .infos > div > div label > div > ul textarea + ul {
	position: absolute;
	top: calc(100% - 20px);
	left: 40px;
	width: calc(100% - 120px);
	max-height: 90px;
	background: #fff;
	z-index: 5;
	overflow: auto;
	overflow-x: hidden;
	-webkit-box-shadow: 0 5px 5px #000;
	box-shadow: 0 5px 5px #000;
}
#detail .infos > div > div label > div > ul textarea + ul > li {
	border-top: 1px solid #818181;
	padding: 0 20px;
}
#detail .infos > div > div label > div > ul textarea + ul > li > strong {
	background: #fcc;
}
#detail .infos > div > div label > div input[type="checkbox"] {
	display: block;
	float: left;
}
#detail .media .detailtabcontent {
	position: relative;
	/*top: 0;
	right: 0;
	left: 0;*/
	min-height: 500px;
}
#detail .media .detailtabcontent > nav.base {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: #fff;
	z-index: 1;
	display: none;
}
#detail .media .detailtabcontent > nav.base ul.linkedbase {
	position: relative;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 300px;
	height: 22px;
	margin: 8px auto;
	overflow: hidden;
}
#detail .media .detailtabcontent > nav.base ul.linkedbase:not(.list1):after {
	position: absolute;
	top: 0;
	right: 10px;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: '\EA70';
}
#detail .media .detailtabcontent > nav.base ul.linkedbase.opened {
	overflow: visible;
}
#detail .media .detailtabcontent > nav.base ul.linkedbase li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;  
	-moz-box-ordinal-group: 2;     
	-ms-flex-order: 2;     
	-webkit-order: 2; 
	order: 2;
	background: #595959;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
}
#detail .media .detailtabcontent > nav.base ul.linkedbase li.selected {
	-webkit-box-ordinal-group: 1;  
	-moz-box-ordinal-group: 1;     
	-ms-flex-order: 1;     
	-webkit-order: 1; 
	order: 1;
}
#detail .media .detailtabcontent > nav.actions {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	border-top: 1px solid #595959;
	z-index: 1;
}
#detail .media .detailtabcontent > .doclist {
	position: absolute;
	top: 42px;
	right: 0;
	bottom: 42px;
	left: 0;
	margin: 20px;
	overflow: hidden;
}
#detail .media .detailtabcontent > .doclist .doclistItem a.unlink {
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
#detail .media .detailtabcontent > .doclist .doclistItem a.unlink:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #595959;
	content: '\EA28';
}
#detail .media .detailtabcontent > .doclist .doclistItem a.unlink:hover:before {
	color: #ea6c6c;
}
#detail .media a.navigation {
	position: absolute;
	display: block;
	margin: -32px 0 0;
	width: 64px;
	height: 64px;
	background: #fff;
}
#detail .media a.navigation.previous {
	top: 50%;
	left: 0;
}
#detail .media a.navigation.next {
	top: 50%;
	right: 0;
}
#detail .media a.pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#arma-app > .wrap > footer {
	clear: both;
	display: block;
	/*margin: 0 135px 0 145px;
	padding: 30px 110px 90px 60px;*/
	margin: 0;
	padding: 0;
	height: 190px;
	border-top: 1px solid #a7a7a7;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	/*background: #fff url('img/page-border-bg.png') top right repeat-y;*/
	/*background: #eee url('img/body-left-bg.png') top left repeat-y;*/
}
#arma-app > .wrap > footer > div {
	margin: 0 6% 0 7%;
	padding: 30px 0 0;
	height: calc(100% - 30px);
	background: #fff url('img/page-border-bg.png') top right repeat-y;
}
#arma-app > .wrap > footer:after {
	display: block;
	content: '';
	clear: both;
}
#arma-app > .wrap > footer > div > nav {
	float: left;
	padding: 0 0 0 60px;
}
#arma-app > .wrap > footer > div > span {
	float: right;
	padding: 0 100px 0 0;
}
#arma-app > .wrap > footer > div > nav li {
	float: left;
	margin: 0 35px 0 0;
}
#wserror {
	position: fixed;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 9999;
}
#wserror header {
	position: relative;
	height: 40px;
	width: 360px;
	padding: 10px;
	color: #212121;
	background: #fff;
	text-align: center;
}
#wserror header:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: -8px -8px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #212121;
	background: #fff;
	border: 4px solid #000;
	border-radius: 100%;
	text-align: center;
	content: 'X';
	cursor: pointer;
	font-weight: bold;
}
#wserror ul {
	max-height: 300px;
	width: 360px;
	padding: 10px;
	color: #212121;
	background: #fff;
	overflow: auto;
	overflow-x: hidden;
}
#wserror ul li.old {
	color: #999;
}
#div_columns {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
}
#colmanage {
	position: absolute;
	padding: 16px 0;
	margin: 8px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#colmanage:after {
	display: block;
	content: '';
	clear: both;
}
#colmanage button {
	border: 0;
}
.utilities #main > label.database {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
}
#colmanage > button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: -40px 16px 16px;
	padding: 0 16px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	min-width: 100px;
	cursor: pointer;
	background: #426e86;
	color: #fff;
}
#colmanage #collinks {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 8px;
}
#colmanage #collinks li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	line-height: 20px;
	padding: 20px 8px;
	font-size: 16px;
	background: #fff;
}
#colmanage #collinks li.tab {
	background: #fff;
	color: #acbebe;
	border-right: 1px solid #f4f4ef;
	border-bottom: 2px solid #fff;
}
#colmanage #collinks li.tab:hover {
	color: #2f3131;
}
#colmanage #collinks li.add {
	background: #426e86;
	color: #fff;
}
#colmanage #collinks li.add a {
	display: block;
	color: #fff;
}
#colmanage #collinks li.selected {
	color: #2f3131;
	border-bottom: 2px solid #2f3131;
}
#colmanage #collinks li.ins {
	border: 1px dashed #a01d26;
	color: #000;
	opacity: .7;
}
#colmanage #collinks ~ .colcontent {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	height: calc(100% - 120px);
	overflow: auto;
	overflow-x: hidden;
}
#movedcolumn {
	position: fixed;
	line-height: 64px;
	padding: 0 16px;
	background: #fff;
	color: #000;
	opacity: .7;
	border: 1px dashed #a01d26;
}
#colmanage .colcontent > li {
	margin: 0 16px 8px;
}
#colmanage .colcontent > li.column {
	clear: both;
	border: 1px solid #ccc;
}
#colmanage .colcontent > li.column.dragged {
	opacity: .8;
	background: #ff0;
	color: #000;
	border: 1px dashed #a01d26;
}
#colmanage .colcontent > li > div.infos {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 0 16px;
	line-height: 32px;
}
#newcol {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 0 16px;
	line-height: 64px;
}
#colmanage .colcontent ul.actions {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 64px;
	line-height: 64px;
	padding: 8px 0;
}
#colmanage .colcontent > li > div.infos {
	background: #fff;
	line-height: 64px;
}
#colmanage .colcontent ul.actions li {
	margin: 0 16px 0 0;
}
#colmanage .colcontent ul.actions li a {
	display: block;
	padding: 0 16px;
	background: #426e86;
	color: #fff;
}
#colmanage .colcontent ul.actions li a.deltab {
	background: #a01d26;
}
#colmanage .colcontent > li > div.infos:after {
	display: block;
	clear: both;
	content: '';
}
#colmanage .colcontent > li > div.params {
	display: none;
	border-top: 1px solid #ccc;
}
#colmanage .colcontent > li > div.params:after {
	display: block;
	content: '';
	clear: both;
}
#colmanage .colcontent > li > div > span:not(.action),
#colmanage .colcontent > li > div > form.editable {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#colmanage .colcontent > li > div > span.label {
	font-size: 16px;
	display: block;
	cursor: pointer;
}
#newcol label {
	font-size: 16px;
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#newcol label span {
	display: inline-block;
	float: left;
	width: 100px;
}
#newcol label input {
	width: calc(100% - 150px);
}
#newcol button {
	display: inline-block;
	width: 48px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	overflow: hidden;
	background: #426e86;
	color: #fff;
	cursor: pointer;
}
#newcol button.cancel {
	background: #a01d26;
}
#newcol button:before {
	display: block;
	width: 48px;
	line-height: 40px;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#newcol button.validate:before {
	content: "\EA05";
}
#newcol button.cancel:before {
	content: "\EA72";
}
#colmanage .colcontent > li > div > span.label.name {
	cursor: default;
}
#colmanage .colcontent > li > div > span.name,
#colmanage .colcontent > li > div > span.dspname {
	color: #999;
}
#colmanage .colcontent > li:not(.system) > div > span.dspname:hover {
	color: #2f3131;
}
#colmanage .colcontent > li > div > span.colno {
	padding: 0 16px 0 0;
	color: #fff;
	background: #2f3131;
}
#colmanage .colcontent > li > div > span.delete {
	padding: 0;
	margin: 0;
	width: 48px;
	color: #fff;
	background: #a01d26;
	overflow: hidden;
}
#colmanage .colcontent > li > div > span.colno:hover {
	color: #f9ba32;
}
#colmanage .colcontent > li > div > span.label + form.editable {
	/*float: left;*/
	padding: 16px 0;
	line-height: 32px;
	/*width: 60%;
	min-width: 300px;*/
}
#colmanage .colcontent > li > div.params form.editable {
	padding: 16px;
	background: #f4f4ef;
}
#colmanage .colcontent > li > div.params form.editable:after {
	display: block;
	clear: both;
	content: '';
}
form.editable button {
	display: inline-block;
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	background: transparent;
}
form.editable textarea {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: calc(100% - 68px);
	height: 64px;
	line-height: 16px;
}
#colmanage .colcontent > li > div > span.label + form textarea {
	height: 30px;
	min-height: 30px;
	line-height: 32px;
}
#colmanage .colcontent > li:not(.system) > div > span.label:not(.name):before,
form.editable button:before,
#colmanage .colcontent > li > div > p:before,
#colmanage .colcontent > li:not(.system) span.value:not(.coltype):before {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #aaa;
}
#colmanage .colcontent > li:not(.system) > div > span.label:not(.name):before,
#colmanage .colcontent > li > div > p:before,
#colmanage .colcontent > li:not(.system) span.value:not(.coltype):before {
	content: "\EA54";
}
#colmanage .colcontent > li:not(.system) > div > span.label:not(.name):hover:before,
#colmanage .colcontent > li > div > p:hover:before,
#colmanage .colcontent > li:not(.system) span.value:not(.coltype):before {
	color: #000;
}
form.editable button[data-type="cancel"]:before {
	content: "\EA72";
	color: #000;
}
form.editable button[data-type="valid"]:before {
	color: #000;
	content: "\EA05";
}
#colmanage .colcontent > li > div > span.colno {
	display: block;
	float: right;
	width: 32px;
	height: 64px;
	text-align: right;
	cursor: pointer;
}
#colmanage .colcontent > li > div > span.delete {
	display: block;
	height: 64px;
	cursor: pointer;
}
#colmanage .colcontent > li > div > span.colno:after {
	display: block;
	float: right;
	width: 32px;
	height: 64px;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA66";
}
#colmanage .colcontent > li > div > span.delete:before {
	display: block;
	float: right;
	width: 48px;
	height: 64px;
	text-align: center;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA72";
}
#colmanage .colcontent > li > div > span.colno.opened:after {
	content: "\EA69";
}
#colmanage .colcontent > li > div > p {
	padding: 16px 16px;
	margin: 0;
	min-height: 32px;
	line-height: 16px;
	background: #f4f4ef;
	cursor: pointer;
}
#colmanage .colcontent > li > div > ul {
	padding: 0;
}
#colmanage .colcontent > li > div > ul.label {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#colmanage .colcontent > li > div > ul.label li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 8px 16px;
	line-height: 32px;
}
#colmanage .colcontent > li > div > ul.label li input {
	float: right;
	width: calc(100% - 100px);
}
#colmanage .colcontent > li > div > ul.subtab {
	clear: both;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 40%;
	float: left;
}
#colmanage .colcontent > li > div > ul.subtab > li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #f4f4ef;
	color: #666;
	padding: 0 14px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 81px;
	text-align: center;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 14px;
}
#colmanage .colcontent > li > div > ul.subtab > li:hover {
	color: #2f3131;
}
#colmanage .colcontent > li > div > ul.subtab > li.selected {
	background: #acbebe;
	color: #2f3131;
	cursor: default;
}
#colmanage .colcontent > li > div > ul.misc {
	float: right;
	width: 60%;
}
#colmanage .colcontent > li > div > ul.misc > li {
	clear: both;
	padding: 4px 16px;
	border-top: 1px solid #ccc;
	background: #f4f4ef;
	transition: background .3s ease-in-out;
}
#colmanage .colcontent > li > div > ul.misc > li:nth-child(2n) {
	background: #fff;
}
/*#colmanage .colcontent > li > div > ul.misc > li:hover {
	background: #ee6;
}*/
#colmanage .colcontent > li > div > ul.misc > li > span {
	display: inline-block;
	padding: 0 16px 0 0;
	line-height: 32px;
	min-width: 100px;
}
.subparams li {
	line-height: 32px;
	padding: 4px 16px;
	background: #f4f4ef; 
	border-top: 1px solid #fff;
}
.subparams li:nth-child(2n) {
	background: #fff; 
}
#colmanage .colcontent > li > div > ul.misc > li:nth-child(2n) .subparams li {
	background: #fff;
}
#colmanage .colcontent > li > div > ul.misc > li:nth-child(2n) .subparams li:nth-child(2n) {
	background: #f4f4ef;
}
#colmanage ul.misc span.name {
	font-weight: bold;
}
#colmanage ul.misc li {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#colmanage ul.misc span.value {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 64px;
	cursor: pointer;
}
#colmanage ul.misc span.value:before {
	text-align: right;
	margin: 0 16px 0 0;
}
#colmanage ul.misc label {
	position: relative;
	display: inline-block;
	margin-left: auto;
	width: 64px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}
#colmanage ul.misc label span {
	white-space: nowrap;
}
#colmanage ul.misc .subparams {
	padding: 0;
	margin: -4px -16px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#colmanage ul.misc .subparams li:not(:first-child) {
	border-top: 1px solid #ccc;
}
#colmanage ul.misc .subparams li:first-child {
	padding-top: 3px;
}
#colmanage .colcontent > li > div.params ul.misc form.editable {
	padding: 0 16px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: transparent;
}
#colmanage ul.misc span.value + form.editable textarea {
	height: 30px;
	min-height: 30px;
	line-height: 32px;
}
#colmanage ul.misc label > input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
#colmanage ul.misc label > input[type=checkbox] + span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #a01d26;
	border-radius: 16px;
	text-indent: -1000px;
	overflow: hidden;
	transition: background .2s ease;
}
#colmanage ul.misc label > input[type=checkbox]:checked + span {
	background: #426e86;
}
#colmanage ul.misc label > input[type=checkbox] + span:after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	transition: left .2s ease;
	border: 1px solid #a01d26;
	border-radius: 50%;
	content: '';
}
#colmanage ul.misc label > input[type=checkbox]:checked + span:after {
	left: 32px;
	border: 1px solid #426e86;
}
.jsform {
	width: 100%;
	max-width: 920px;
	padding: 64px 20px;
	margin: 0 auto;
}
.jsform header {
	padding: 0 4px 32px; 
}
.jsform p {
	position: relative;
	clear: both;
	display: block;
	line-height: 32px;
	padding: 8px 2px;
}
.jsform button.help {
	float: left;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	margin: 0 8px 0 0;
	overflow: hidden;
	cursor: pointer;
}
.jsform button.help:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	content: "\EA45";
}
.jsform p:nth-child(2n) {
	
}
.jsform p:after {
	clear: both;
	display: block;
	content: '';
}
.jsform label {
	display: block;
	float: left;
	width: calc(100% - 40px);
}
.jsform label > span.label {
	font-weight: bold;
	display: inline-block;
	min-width: 30%;
}
.jsform label > span.error {
	display: block;
	margin: 0 0 0 30%;
	padding: 0 8px;
	color: #a01d26;
}
.jsform label.required > span.label {
	
}
.jsform label.required > span.label:after {
	display: inline-block;
	content: '*';
}
.jsform label > input[type=text],
.jsform label > input[type=email],
.jsform label > input[type=password],
.jsform label > select,
.jsform label > textarea {
	width: 60%;
}
.jsform label > input[type=checkbox],
.jsform label > input[type=radio] {
	margin: 0 0 0 30%;
	visibility: hidden;
}
.jsform label > input[type=checkbox] + span:before {
	float: left;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #426e86;
	margin: 6px 8px 0 -12px;
	cursor: pointer;
}
.jsform label > input[type=checkbox]:checked + span:before {
	width: 6px;
	height: 6px;
	border: 7px solid #426e86;
}
.jsform .jshelp {
	position: absolute;
	top: 4px;
	right: 48px;
	background: #fff;
	z-index: 2;
	max-width: 300px;
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
	border: 2px solid #2f3131;
}
.jsform ul.jshelp {
	padding: 32px;
}
.jsform .jshelp > .jstree {
	padding: 0;
}
.jsform .jshelp > .jstree .jstree {
	padding: 0 16px;
}
.jsform .jshelp > .jstree > li {
	padding: 0;
}
.jsform .jshelp > .jstree > li > span.value {
	display: none;
}
.jsform .jshelp > .jstree li {
	border: 0;
}
.jsform .jshelp > .jstree span.value {
	cursor: pointer;
}
.jsform .jshelp > .jstree ul.actions {
	display: none;
}
/*.jsform button {
	margin: 0 4px;
	float: right;
}*/
.jsform .nocheckbox {
	position: absolute;
	left: -99999px;
	width: 0;
	height: 0;
	overflow: hidden;
}
.jsform > footer {
	padding: 0 0 0 30%;
}
.jsmodal {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 98;
}
.jsmodal span {
	position: relative;
	display: block;
	width: 200px;
	min-height: 200px;
	padding: 20px;
	background: #fff;
	z-index: 99;
	margin: auto;
	text-align: center;
	font-size: 20px;
}
#basketmanager {
	padding: 32px 0;
}
#basketmanager > ul {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	column-gap: 0;
}
#basketmanager > ul li {
	position: relative;
	page-break-inside: avoid;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	line-height: 32px;
}
#basketmanager > ul li label {
	display: inline-block;
	
}
#basketmanager > ul li label > input[type=checkbox] {
	width: 32px;
	height: 32px;
	visibility: hidden;
}
#basketmanager > ul li label > input[type=checkbox] + span {
	font-size: 16px;
	cursor: pointer;
}
#basketmanager > ul li label > input[type=checkbox] + span:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	/*transition: border .2s ease, width .2s ease, height .2s ease;*/
	border: 1px solid #426e86;
	border-radius: 50%;
	content: '';
	cursor: pointer;
}
#basketmanager > ul li label > input[type=checkbox]:checked + span:before {
	width: 10px;
	height: 10px;
	border: 11px solid #426e86;
}
#basketmanager > footer {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	align-items: flex-end;
}
#basketmanager > footer button {
	display: block;
	background: #426e86;
	height: 32px;
	line-height: 30px;
	margin: 0;
	padding: 0 16px;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
#basketmanager a.btnBasketContent {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: #2f3131;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\EA05";
	font-size: 16px;
}
#basketmanager a.btnBasketContent:before {
	display: block;
	content: '\EA05';
}

#helplistmanager ul.choice li {
	margin: 16px;
	float: left;
}
#helplistmanager ul.choice li a {
	display: inline-block;
	/*background: #426e86;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 16px;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	white-space: nowrap;*/
	cursor: pointer;
	color: #fff;
}
#helplistmanager ul.choice:after {
	clear: both;
	display: block;
	content: '';
}
#helplistmanager ul.content {
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	clear: both;
	display: block;
	overflow: auto;
	overflow-x: hidden;
	color: #fff;
}
#helplistmanager ul.content a {
	color: #fff;
}
#helplistmanager div.search {
	padding: 64px 0 0 100px;
}
#helplistmanager .list div.search {
	padding: 32px 0 0 100px;
}
#detail .jstree {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 80%;
	margin: -10% 0 0 -25%;
	background: #fff;
	z-index: 99;
	overflow: auto;
	overflow-x: hidden;
}
.jstree {
	padding: 32px 0 32px 100px;
	text-align: left;
	line-height: 30px;
}
#msgbox .jstree {
	padding: 0;
}
#msgbox .jstree .jstree {
	padding: 0 0 0 32px;
}
#msgbox .jstree span.value {
	color: #333;
	display: block;
	cursor: pointer;
}
#msgbox > div > .jstree > li:first-child > span.value {
	display: none;
}
#msgbox > div > .jstree.list > li span:before {
	content: '-';
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #818181;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 8px 0 0;
}
#msgbox > div > .jstree.list > li span.closed:before {
	content: '+';
}
#msgbox > div > .jstree.list > li input {
	width: 100%;
}
#msgbox ul.actions {
	display: none;
}
.jstree:after,
.jstree li:after {
	display: block;
	clear: both;
	content: '';
}
.jstree .jstree {
	padding: 0 32px;
}
.jstree > li {
	clear: both;
	padding: 4px 0;
}

.jstree li > a,
.jstree li > span.value,
.jstree li > ul.actions {
	float: left;
	margin: 0;
	line-height: 32px;
}
.jstree li > a {
	width: 32px;
	height: 32px;
	padding: 0;
	overflow: hidden;
}
.jstree li a:before {
	display: block;
    font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}
.jstree li > ul.actions a.remove {
	background: #a01d26;
}
.jstree li > a.togglenode:before {
	content: "\EA6B";
}
.jstree li > a.togglenode[data-toggled=true]:before {
	content: "\EA6A";
}
.jstree li > ul.actions a.addchild:before {
	content: "\EA42";
}
.jstree li > ul.actions a.update:before {
	content: "\EA54";
}
.jstree li > ul.actions a.remove:before {
	content: "\EA7E";
}
.jstree li > ul.actions a.move:before {
	content: "\EA46";
}
.jstree li > ul.actions a.merge:before {
	content: "\EA5D";
}
.jstree li > ul.actions a.more:before {
	content: "\EA09";
}
.jstree li > ul.actions {
	display: none;
}
.jstree li:hover > ul.actions {
	display: block;
}
.jstree li > span.value.move,
.jstree li > span.value.merge {
	background: #f9ba32;
	color: #2f3131;
	cursor: pointer;
}
.jstree li > span.value strong {
	background: #a01d26;
	color: #fff;
}
.jstree ul.actions > li {
	float: left;
	padding: 0;
	margin: 0 4px;
}
.jstree li.selected {
	background: #a01d26;
}
.jstree li.selected ul.actions,
.jstree li.selected:hover ul.actions {
	display: none;
}
.jstree li > span.value {
	/*border-left: 32px solid #426e86;*/
	padding: 0 8px;
	font-size: 14px;
}
.jstree li > span.value:before {
	display: block;
	float: left;
	width: 32px;
	line-height: 32px;
    font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	content: '\EA05';
}
.jstree li > a.togglenode + span.value {
	border: 0;
}
.jstree li > a.togglenode + span.value:before {
	display: none;
}
.wswrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: #fff;
}
#msgbox .wswrap {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	background: #fff;
}
.wswrap > ul {
	margin: 48px 0 0;
	transition: margin .3s ease-in-out;
}
.wswrap > input[type="search"] {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 10px 0;
	width: calc(20% - 20px);
}
#msgbox .wswrap > input[type="search"] {
	width: calc(50% - 20px);
}
.wswrap.level5 > ul {
	margin: 48px 0 0 -20%;
}
.wswrap.level6 > ul {
	margin: 48px 0 0 -40%;
}
.wswrap.level7 > ul {
	margin: 48px 0 0 -60%;
}
.wswrap.level8 > ul {
	margin: 48px 0 0 -80%;
}
.wswrap.level9 > ul {
	margin: 48px 0 0 -100%;
}
.wswrap.level10 > ul {
	margin: 48px 0 0 -120%;
}
.wswrap.level11 > ul {
	margin: 48px 0 0 -140%;
}
.wswrap.level12 > ul {
	margin: 48px 0 0 -160%;
}
.wswrap.level13 > ul {
	margin: 48px 0 0 -180%;
}
.wswrap.level14 > ul {
	margin: 48px 0 0 -200%;
}
.wstree {
	width: 20%;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#msgbox.helplist .wstree {
	width: 50%;
	text-align: left;
	font-size: 12px;
}
#msgbox.helplist #HelpList .wstree,
#msgbox.helplist #HelpList .wstree li {
	width: 100%;
}
#msgbox.helplist .wswrap.level3 > ul {
	margin: 48px 0 0 -50%;
}
#msgbox.helplist .wswrap.level4 > ul {
	margin: 48px 0 0 -100%;
}
#msgbox.helplist .wswrap.level5 > ul {
	margin: 48px 0 0 -150%;
}
#msgbox.helplist .wswrap.level6 > ul {
	margin: 48px 0 0 -200%;
}
#msgbox.helplist .wswrap.level7 > ul {
	margin: 48px 0 0 -250%;
}
#msgbox.helplist .wswrap.level8 > ul {
	margin: 48px 0 0 -300%;
}
#msgbox.helplist .wswrap.level9 > ul {
	margin: 48px 0 0 -350%;
}
#msgbox.helplist .wswrap.level10 > ul {
	margin: 48px 0 0 -400%;
}
#msgbox.helplist .wswrap.level11 > ul {
	margin: 48px 0 0 -450%;
}
#msgbox.helplist .wswrap.level12 > ul {
	margin: 48px 0 0 -500%;
}
#msgbox.helplist .wswrap.level13 > ul {
	margin: 48px 0 0 -550%;
}
#msgbox.helplist .wswrap.level14 > ul {
	margin: 48px 0 0 -600%;
}
.wstreesearch {
	position: relative;
	z-index: 3;
	margin: 38px 0 0;
}
.wstreesearch input {
	width: 300px;
}
.wstreesearch ul {
	position: absolute;
	top: 100%;
	left: 0;
	max-width: 100%;
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-box-shadow: 0 10px 10px #000;
	box-shadow: 0 10px 10px #000;
}
.wstreesearch ul li {
	padding: 4px 10px;
	height: 40px;
	line-height: 20px;
	color: #212121;
	background: #fff;
	border-bottom: 1px solid #595959;
}
.wstreesearch ul li:not([data-parent="T"]) {
	cursor: pointer;
}
.wstreesearch ul li[data-parent="T"] {
	color: #818181;
}
.wstreesearch ul li strong {
	background: #fcc;
}
.wstree > li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	/*width: 20%;*/
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	-webkit-box-ordinal-group: 2;  
	-moz-box-ordinal-group: 2;     
	-ms-flex-order: 2;     
	-webkit-order: 2; 
	order: 2;
	transition: all .3s ease-in-out;
	min-height: 40px;
	padding: 4px 10px;
	color: #212121;
	background: #fff;
	border-bottom: 1px solid #595959;
}
.wstree > li > a.toggle {
	display: block;
	width: 32px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 4px;
	left: 10px;
	background: #818181;
	overflow: hidden;
}
.wstree > li > a.toggle:before {
	display: block;
	height: 40px;
	line-height: 32px;
	content: '+';
	font-size: 24px;
	text-align: center;
}
.wstree > li > span {
	display: block;
	height: 40px;
	line-height: 20px;
	background: rgba(255, 255, 255, 0);
	transition: padding .3s ease-in-out, background .3s ease-in-out;
}
.wstree > li > ul.actions {
	display: none;
	position: absolute;
	top: 4px;
	right: 10px;
}
.wstree > li > ul.actions li {
	float: left;
	padding: 4px;
	background: #fff;
}
.wstree > li:hover {
	z-index: 2;
}
.wswrap:not(.action) .wstree > li:hover > ul.actions {
	display: block;
}
.wswrap.action .wstree > li > span:hover {
	background: rgba(200, 200, 200, 1);
	cursor: pointer;
	padding: 0 0 0 30px;
}
.wswrap.action .wstree > li > a.toggle + span:hover {
	padding: 0 0 0 60px;
}
.wstree > li > ul.actions a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #818181;
	overflow: hidden;
	text-align: center;
}
.wstree > li > ul.actions a:before {
	display: block;
	font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wstree > li > ul.actions a.edit:before {
	content: '\EA54';
}
.wstree > li > ul.actions a.remove:before {
	content: '\EA7E';
}
.wstree > li > ul.actions a.merge:before {
	content: '\EA5D';
}
.wstree > li > ul.actions a.move:before {
	content: '\EA46';
}
.wstree > li > ul.actions a.add:before {
	content: '\EA42';
}
.wstree > li > ul.actions a.search:before {
	content: '\EA4B';
}
.wstree > li > a.toggle + span {
	padding: 0 0 0 40px;
}
.wstree > li.current {
	-webkit-box-ordinal-group: 1;  
	-moz-box-ordinal-group: 1;     
	-ms-flex-order: 1;     
	-webkit-order: 1; 
	order: 1;
	background: #fff;
}
.wstree > li.current > a.toggle:before {
	content: '-';
}
.wstree > li:not(.current) {
	background: #e6e6e6;
}
.wstree > li.current > input[type="search"] {
	position: absolute;
	top: 0;
	left: 100%;
	width: calc(100% - 20px);
	margin: -38px 10px 0;
}
.wstree > li:not(.current) > input[type="search"] {
	display: none;
}
.wstree > li.current > .wstree,
#msgbox.helplist .wstree > li.current > .wstree {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

.thesaurusinfos {
	position: fixed;
	top: 64px;
	bottom: 0;
	right: 0;
	width: 50%;
	background: #fff;
	padding: 64px 0 16px;
	z-index: 20;
	font-size: 14px;
}
.thesaurusinfos > strong {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 64px;
	height: 64px;
	font-size: 16px;
	padding: 0 32px;
	overflow: hidden;
}
.thesaurusinfos > strong:after {
	display: block;
	float: right;
	width: 32px;
	line-height: 64px;
    font-family: "collecticons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 32px;
	content: '\EA1B';
	cursor: pointer;
}
.thesaurusinfos:before {
	display: block;
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background: rgba(0, 0, 0, .7);
	z-index: 19;
}
.thesaurusinfos section {
	clear: both;
	position: relative;
	height: 33%;
	padding: 0 32px;
}
.thesaurusinfos section label {
	display: inline-block;
	font-weight: bold;
	width: 50%;
}
.thesaurusinfos section label input {
	width: calc(100% - 20px);
}
.thesaurusinfos section ul {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 16px;
	margin: 0 16px;
	padding: 0 16px;
	overflow: auto;
	background: #efefef;
}
.thesaurusinfos section ul li {
	margin: 8px 0;
	padding: 0;
}
.thesaurusinfos section ul li:hover {
	background: #fff;
}
.thesaurusinfos section ul li span {
	float: left;
}
.thesaurusinfos section ul li a.btn {
	width: 32px;
	overflow: hidden;
	float: right;
}
.thesaurusinfos section ul li a.btn.delete:before {
	display: block;
	content: "\EA7E";
}
#godown,
#goup
{
	position: fixed;
	bottom: 80px;
	right: 40px;
	width: 64px;
	height: 64px;
	color: #1f1f24;
	background: #fff;
	opacity: .7;
	margin: 0 0 0 -32px;
	display: block;
	font-family: "collecticons";
	font-size: 32px;
	line-height: 64px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0px 5px 10px 0px #2f3131;
	-webkit-box-shadow: 0px 5px 10px 0px #2f3131;
	-o-box-shadow: 0px 5px 10px 0px #2f3131;
	box-shadow: 0px 5px 10px 0px #2f3131;
	z-index: 7;
}
#godown:before
{
	display: block;
	content: "\EA01"
}
#goup:before
{
	display: block;
	content: "\EA07";
}
body > .arma-load  {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	text-align: center;
	background: rgba(0, 0, 0, 0);
	transition: background .3s ease-in-out;
}
body > .arma-load.fade {
	background: rgba(255, 255, 255, .3);
}
#msgbox {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 9998;
	text-align: center;
	color: #212121;
	/*top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	margin: -150px 0 0 -200px;
	background: #fff;
	z-index: 9999;
	text-align: center;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 8px;*/
}
/*#msgbox:before {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	content: '';
}*/
#msgbox > header {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	width: 400px;
	height: 60px;
	background: #fff;
	z-index: 1;
	font-size: 16px;
	line-height: 60px;
	text-transform: uppercase;
}
#msgbox > header > h1 {
	font-size: 18px;
}
#msgbox:not(.progress) > header:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: 'x';
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
}
#msgbox .search {
	padding: 0 16px;
}
.checkoutmode p {
	padding: 20px 0;
}
body > .arma-load > div {
	position: fixed;
	margin: 0 0 0 70px;
	left: 0;
	right: 0;
	top: 85px;
	width: 90px;
}
body > .arma-load ul {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
body > .arma-load ul li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #1f1f24;
  bottom: 0;
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
body > .arma-load li:nth-child(1) {
  left: 0;
  animation: sequence1 1s ease infinite 0;
}
body > .arma-load li:nth-child(2) {
  left: 15px;
  animation: sequence2 1s ease infinite 0.1s;
}
body > .arma-load li:nth-child(3) {
  left: 30px;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
body > .arma-load li:nth-child(4) {
  left: 45px;
  animation: sequence2 1s ease-in infinite 0.3s;
}
body > .arma-load li:nth-child(5) {
  left: 60px;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
body > .arma-load li:nth-child(6) {
  left: 75px;
  animation: sequence2 1s ease infinite 0.5s;
}
#msgbox > div {
	position: absolute;
	/*top: 60px;
	left: 0;
	right: 0;
	bottom: 60px;*/
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -200px;
	width: 360px;
	height: 180px;
	background: #fff;
	font-size: 16px;
	overflow: auto;
}
#msgbox > div.help,
#msgbox.progress > div.help {
	display: block;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
}
#msgbox.progress > div.help {
	text-align: center;
}
#msgbox > div.help > ul {
	width: 100%;
}
#msgbox > div:not(.help) > ul,
#msgbox > div > ul.list0 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 60px;
	margin-top: -30px;
	transition: margin-top ease-in-out .2s;
}
#msgbox > div {
	padding: 0 20px;
}
#msgbox > div > p {
	padding: 0 0 10px;
}
#msgbox > div > ul.list1  { margin-top: -60px; }
#msgbox > div > ul.list2  { margin-top: -90px; }
#msgbox > div > ul.list3  { margin-top: -120px; }
#msgbox > div > ul.list4  { margin-top: -150px; }
#msgbox > div > ul.list5  { margin-top: -180px; }
#msgbox > div > ul.list6  { margin-top: -210px; }
#msgbox > div > ul.list7  { margin-top: -240px; }
#msgbox > div > ul.list8  { margin-top: -270px; }
#msgbox > div > ul.list9  { margin-top: -300px; }
#msgbox > div > ul.list10 { margin-top: -330px; }/*sucker begin*/
#msgbox > div > ul.list11 { margin-top: -360px; }
#msgbox > div > ul.list12 { margin-top: -390px; }
#msgbox > div > ul.list13 { margin-top: -420px; }
#msgbox > div > ul.list14 { margin-top: -450px; }
#msgbox > div > ul.list15 { margin-top: -480px; }
#msgbox > div > ul.list16 { margin-top: -510px; }
#msgbox > div > ul.list17 { margin-top: -540px; }
#msgbox > div > ul.list18 { margin-top: -570px; }
#msgbox > div > ul.list19 { margin-top: -600px; }
#msgbox > div > ul.list20 { margin-top: -630px; }
#msgbox > div > ul.list21 { margin-top: -660px; }
#msgbox > div > ul.list22 { margin-top: -690px; }
#msgbox > div > ul.list23 { margin-top: -720px; }
#msgbox > div > ul.list24 { margin-top: -750px; }
#msgbox > div > ul.list25 { margin-top: -780px; }
#msgbox > div > ul.list26 { margin-top: -910px; }
#msgbox > div > ul.list27 { margin-top: -940px; }
#msgbox > div > ul.list28 { margin-top: -970px; }
#msgbox > div > ul.list29 { margin-top: -1000px; }
#msgbox > div > ul.list30 { margin-top: -1030px; }/*sucker end*/
#msgbox > div > ul > li {
	margin: 0 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #fff;
	transition: all ease-in-out .2s;
}
#msgbox > div:not(.help) > ul.listaddr {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	margin-top: 0;
	transition: margin-top ease-in-out .2s;
	overflow: auto;
}
#msgbox > div.help > ul > li {
	margin: 10px 20px;
	padding: 5px 0;
	border-top: 1px solid #818181;
	cursor: pointer;
}
#msgbox > div:not(.help) > ul > li:not(.current) {
	font-size: 12px;
	line-height: 26px;
}
#msgbox > div:not(.help) > ul:not(.listaddr) > li:not(.current) {
	opacity: .5;
}
#msgbox > div > ul > li.current {
	line-height: 56px;
	border-color: #ccc;
	background: #efefef;
	background: -moz-linear-gradient(left, #ffffff 0%, #efefef 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#efefef 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#efefef 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	cursor: pointer;
}
#msgbox > div.form {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
#msgbox > div.form > label {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 30px;
	margin: 30px 20px 0;
}
#msgbox > div.form > label > span {
	display: block;
	line-height: 56px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #efefef;
	background: -moz-linear-gradient(left, #ffffff 0%, #efefef 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#efefef 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#efefef 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#msgbox > div.basketform label {
	display: block;
	margin: 20px;
}
#msgbox > div.basketform label span {
	display: block;
}
#msgbox > div.basketform label input,
#msgbox > div.basketform label textarea {
	width: 100%;
}
#msgbox > footer {
	position: absolute;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	margin: 90px 0 0 -200px;
	width: 400px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	z-index: 1;
}
#msgbox > footer > button {
	margin: 0 10px;
}
#msgbox.progress > div {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
#msgbox.progress > div > .bar {
	display: block;
	position: relative;
	background: #ccc;
	width: calc(100% - 44px);
	height: 32px;
	margin: 0 20px;
	padding: 2px;
}
#msgbox.progress > div > .bar > span {
	display: block;
	position: relative;
	width: 100%;
	height: 32px;
	line-height: 32px;
	transition: width ease-in-out .2s;
	background: #f8af25;
	background: -moz-linear-gradient(top, #fee473 0%, #f8af25 100%);
	background: -webkit-linear-gradient(top, #fee473 0%,#f8af25 100%);
	background: linear-gradient(to bottom, #fee473 0%,#f8af25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee473', endColorstr='#f8af25',GradientType=0 );
}
#msgbox.helplist > header {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -290px;
	width: 580px;
	height: 60px;
	background: #fff;
	z-index: 1;
	font-size: 16px;
	line-height: 60px;
	text-transform: uppercase;
}
#msgbox.helplist a {
	color: #212121;
}
#msgbox.helplist > div {
	margin: -240px 0 0 -290px;
	width: 540px;
	height: 480px;
}
#msgbox.helplist > footer {
	margin: 240px 0 0 -290px;
	width: 580px;
}
#msgbox.helplist > footer > input {
	display: none;
}
#msgbox.order > header {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -290px;
	width: 580px;
	height: 60px;
	background: #fff;
	z-index: 1;
	font-size: 16px;
	line-height: 60px;
	text-transform: uppercase;
}
#msgbox.order a {
	color: #88408e;
}
#msgbox.order > div {
	margin: -180px 0 0 -290px;
	width: 540px;
	height: 360px;
}
#msgbox.order > footer {
	margin: 180px 0 0 -290px;
	width: 580px;
}
#msgbox > div form.form {
	padding: 20px 0 0;
}
#msgbox > div form.form p:after {
	display: block;
	clear: both;
	content: '';
}
#msgbox > div form.form p label {
	display: block;
	padding: 0 0 20px;
}
#msgbox > div form.form p label span {
	display: inline-block;
	width: calc(40% - 40px);
	padding: 0 20px;
	text-align: left;
}
#msgbox > div form.form p label span + input,
#msgbox > div form.form p label span + select,
#msgbox > div form.form p label span + textarea {
	float: right;
	width: calc(60% - 48px);
	margin: 0 20px;
}

@media only screen and (max-width: 1279px) {
	#main > div.bg {
		margin: 0;
		background: #fff;
	}
	#main > div.bg:after, #detail:after, #main > .context:after,
	#portfolio:after, #intro:after {
		display: none;
	}
	#main > div.bg > nav {
		margin: 0 45px 0 120px;
		background: #fff;
	}
	.wrap {
		padding: 120px 0 0 0;
		background: #fff;
		min-height: 400px;
	}
	#main > div.bg.result > nav + .doclist {
		padding-top: 265px;
	}
	.wrap.home:not(.scrolled) #search {
		right: 110px;
		left: 165px;
	}
	.wrap.home:not(.scrolled) #search.activadv {
		right: 0;
		left: 0;
	}
	#doclist, #stdlist, #detail,
	#main > div.context {
		margin: 0;
		padding: 60px 45px 60px 90px;
		min-height: 300px;
		background: #fff;
	}
	#portfolio {
		margin: 60vh 0 0;
		padding: 60px 45px 0 90px;
		background: #fff;
	}
	#intro {
		margin: 0;
		padding: 0 45px 60px 90px;
		background: #fff;
	}
	#header > nav.account {
		float: right;
		margin: 0 45px 0 0;
	}
	/*#search {
		margin: 0 60px 0 0;
	}*/
	#header > nav.displaymode {
		right: 320px;
		margin: 0 -60px 0 0;
	}
	#arma-app > .wrap > footer > div {
		margin: 0;
		padding: 30px 45px 0 0;
		height: calc(100% - 30px);
		background: #fff;
	}
	#arma-app > .wrap > footer > div > nav {
		padding: 0 0 0 105px;
	}
	#arma-app > .wrap > footer > div > span {
		padding: 0 15px 0 0;
	}
	#detail .media {
		position: relative;
		float: none;
		width: 100%;
		height: 640px;
		padding: 0 0 40px;
	}
	#detail > .infos {
		float: none;
		width: 100%;
		padding: 0;
		border: 0;
	}
	#detail > .media > nav, #detail > .infos > nav {
		margin: -80px 0 0;
	}
}
@media only screen and (max-width: 1136px) {
	#main > div.bg,
	#main > div.bg > nav {
		margin: 0;
		background: #fff;
	}
	.wrap {
		margin: 0;
		padding: 75px 0 0 0;
		background: #fff;
		min-height: 400px;
	}
	#doclist, #stdlist, #detail {
		margin: 0;
		padding: 60px 45px;
		min-height: 300px;
		background: #fff;
	}
	#main > div.bg > nav {
		top: 76px;
		padding: 30px 45px 0 45px;
	}
	
	.pretty .doclistItem.cols.col-0 {
		display: none;
	}
	.pretty .doclistItem.cols.col-1 {
		width: calc(30% - 16px);
	}
	.pretty .doclistItem.cols.col-2 {
		width: calc(40% - 16px);
	}
	.pretty .doclistItem.cols.col-3 {
		width: calc(50% - 16px);
	}
	.wrap.home:not(.scrolled) #search {
		left: 60px;
		right: 110px;
	}
	.wrap.home:not(.scrolled) #search .searchcontent > label {
		margin: 0 0 0 -320px;
	}
	#search.activadv, .wrap.home #search.activadv {
		left: 0;
		right: 0;
	}
	.wrap.home:not(.scrolled) #search .searchcontent {
		width: calc(100% - 40px);
		margin: 0 0 0 80px;
	}
	#search.activadv .searchcontent, .wrap.home #search.activadv .searchcontent {
		width: calc(100% - 140px);
		margin: 0 auto;
	}
	.wrap.home #search.activadv .searchcontent > label, #search.activadv .searchcontent > label {
		margin: 0 0 0 -60px;
	}
	#search.activadv .searchcontent + p {
		width: calc(100% - 140px);
	}
	#portfolio {
		margin: 60vh 0 0;
		padding: 60px 45px 0;
		background: #fff;
	}
	#intro {
		margin: 0;
		padding: 0 45px 60px;
		background: #fff;
	}
	#header {
		left: 0;
		height: 75px;
	}
	/*#header hgroup {
		position: static;
		width: 100%;
		text-align: center;
	}*/
	#header hgroup h1 {
		margin: 10px 0 0;
		width: 90px;
		height: 50px;
	}
	#header hgroup h1 svg {
		display: block;
		width: 400px;
		height: 200px;
		margin: -75px 0 0 -40px;
	}
	#header > nav.account {
		float: none;
		position: absolute;
		top: 20px;
		right: 60px;
		width: 40px;
		height: 40px;
		margin: 0;
		overflow: hidden;
		border: 0;
	}
	#header > nav.account > ul {
		position: absolute;
		top: 40px;
		right: 0;
		padding: 0;
	}
	#header > nav.account.toggled {
		float: none;
		position: absolute;
		top: 20px;
		right: 60px;
		width: 40px;
		height: 40px;
		margin: 0;
		overflow: visible;
		border: 0;
		line-height: 40px;
		z-index: 2;
	}
	#header > nav.account > ul > li {
		border: 0;
		background: #fff;
	}
	#header > nav.account > ul > li > * {
		width: 100px;
		height: 61px;
		line-height: 60px;
		display: block;
		color: #777;
		overflow: hidden;
		text-align: center;
	}
	#header > nav.account > ul > li.lang ul {
		position: relative;
		width: 100px;
		height: 61px;
	}
	#header > nav.account > ul > li.lang a.current {
		height: 61px;
		line-height: 60px;
	}
	#header > nav.account:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-family: "collecticons";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		vertical-align: bottom;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 24px;
		content: '\EA3B';
		cursor: pointer;
	}
	#main {
		background: #fff;
	}
	#main > nav {
		position: relative;
		height: 40px;
		margin: 0 60px;
		padding: 40px 60px 60px;
		background: #fff;
	}
	#search {
		right: 30%;
		height: 75px;
		margin: 0 60px 0 0;
	}
	#search .searchcontent {
		padding: 6px 0 0;
	}
	#search .searchcontent + p {
		padding: 22px 0 0 10px;
	}
	.wrap:not(.home) #search .searchcontent > label,
	.wrap.home.scrolled #search .searchcontent > label {
		display: block;
		position: absolute;
		top: 20px;
		left: 100%;
		margin: 0;
		width: 30px;
		height: 30px;
		text-transform: uppercase;
		cursor: pointer;
		overflow: hidden;
		line-height: 30px;
	}
	.wrap:not(.home) #search.activadv .searchcontent > label,
	.wrap.home.scrolled #search.activadv .searchcontent > label {
		margin: 0 0 0 -60px;
	}
	.wrap:not(.home) #search .searchcontent > label:before,
	.wrap.home.scrolled #search .searchcontent > label:before {
		display: block;
		text-align: center;
		font-family: "collecticons";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		vertical-align: bottom;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 16px;
		content: '\EA6B';
		cursor: pointer;
		color: #88408e;
	}
	.wrap:not(.home) #search.activadv .searchcontent > label:before,
	.wrap.home.scrolled #search.activadv .searchcontent > label:before {
		font-size: 24px;
		color: #fff;
		content: '\EA1B'
	}
	#header > nav.displaymode {
		top: 5px;
		right: 30%;
		margin: 0 -120px 0 0;;
	}
	#sidebar {
		position: fixed;
		top: 100%;
		width: 100%;
		left: 0;
		height: 75px;
		padding: 0;
		margin: -75px 0 0;
		min-height: 75px;
	}
	#sidebar > ul {
		display: flex;
		justify-content: center;
		background: rgba(31, 31, 36, .8);
	}
	#sidebar > ul.sidetab > li:not(.opened) > h3 {
		background: transparent;
	}
	#sidebar > ul.sidetab > li:not(.opened) > h3:before,
	#sidebar > ul.sidetab > li:not(.opened) > h3:after {
		display: none;
	}
	#sidebar > ul.sidecontent > li > section {
		position: fixed;
		top: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 40px 0 80px;
		margin: 0;
		background: #fff;
		-webkit-transition: top .5s ease-in-out;
		transition: top .5s ease-in-out;
	}
	#sidebar > ul.sidecontent > li.opened > section {
		top: 0;
	}
	#sidebar > ul > li:not(.opened) > section {
		width: calc(100% - 80px);
		padding: 40px;
	}
	#sidebar > ul > li.opened > section {
		width: calc(100% - 80px);
		padding: 40px;
		border-left: 0;
	}
	#sidebar > ul.sidecontent > li:not([data-name="basket"]) > section > div {
		left: 40px;
		bottom: 80px;
		padding: 0 40px 0 0;
	}
	#sidebar > ul.sidecontent > li[data-name="basket"] > section > div.items,
	#sidebar > ul.sidecontent > li[data-name="basket"] > section > div.supports,
	#sidebar > ul.sidecontent > li[data-name="basket"] > section > div.checkout,
	#sidebar > ul.sidecontent > li[data-name="basket"] > section > div.recap {
		bottom: 80px;
	}
	#sidebar > ul.sidecontent > li.opened:before {
		left: 0;
	}
	#godown,
	#goup {
		right: 4px;
	}
	#arma-app > .wrap > footer > div {
		margin: 0;
		padding: 30px 60px 0 0;
		height: calc(100% - 30px);
		background: #fff;
	}
	#arma-app > .wrap > footer > div > nav {
		padding: 0 0 0 60px;
	}
	#arma-app > .wrap > footer > div > span {
		padding: 0;
	}
}
@media only screen and (max-width: 920px) {
	#portfolio {
		margin: 60vh 0 0;
		padding: 60px 45px 0;
		background: #fff;
	}
	#intro {
		margin: 0;
		padding: 0 45px 30px;
		background: #fff;
	}
	#header hgroup {
		left: 10px;
	}
	#header > nav.account {
		right: 10px;
	}
	#header > nav.account.toggled {
		right: 10px;
	}
	#header > nav.displaymode {
		display: none;
		height: 0;
		width: 0;
		overflow: hidden;
		margin: -1000px;
	}
	#search {
		left: 60%;
		width: 50%;
		margin: 0 0 0 -27%;
	}
	#search.activadv {
		left: 0;
		right: 0;
		width: 100%;
		margin: 0;
	}
	.wrap.home:not(.scrolled) #search {
		width: auto;
		margin: -100px 0 0 0;
		padding: 60px 30px;
	}
	.wrap.home:not(.scrolled) #search .searchcontent {
		width: 100%;
		margin: 0 0 0 60px;
	}
	#search.activadv .searchcontent, .wrap.home #search.activadv .searchcontent {
		width: calc(100% - 140px);
		margin: 0 auto;
	}
	#search .searchcontent {
		width: calc(100% - 30px);
	}
	.wrap.home:not(.scrolled) #search .searchcontent > label {
		margin: 0 0 0 -280px;
	}
	/*#search .searchcontent > label > span {
		display: none;
	}*/
	#portfolio > .section {
		display: block;
	}
	#intro > div.intro,
	#intro > div.newsletter {
		display: block;
		width: calc(100% - 70px);
		max-width: 100%;
		margin: 0 15px 30px;
	}
	#portfolio > .section > section,
	#portfolio > .section > section.plan0 {
		display: block;
		max-width: 100%;
		margin: 0 15px 30px;
	}
	#main > div.bg > nav {
		height: 45px;
	}
	#main > div.bg.result > nav + .doclist {
		padding-top: 95px;
	}
	#main > div.bg > nav > ul.displayOptions,
	#main > div.bg > nav > ul.navbar/*,
	#main > div.bg > nav > div.facettes*/ {
		display: none;
	}
	#main > div.bg > nav > div.facettes {
		position: relative;
		display: flex;
		flex-direction: row;
		margin: 30px 0 0;
		width: 100%;
	}
	#main > div.bg > nav > div.facettes:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 30px;
		margin: -30px 0 0;
		content: attr(data-label);
		cursor: pointer;
	}
	#main > div.bg > nav > div.facettes > div.facette {
		display: none;
		flex: 0;
	}
	#main > div.bg > nav > div.facettes.toggled {
		display: block;
		position: fixed;
		top: 75px;
		bottom: 75px;
		left: 0;
		width: 300px;
		margin: 0;
		padding: 30px 20px;
		overflow: auto;
		overflow-x: hidden;
		background: #fff;
		-moz-box-shadow: 0px 5px 10px 0px #1f1f24;
		-webkit-box-shadow: 0px 5px 10px 0px #1f1f24;
		-o-box-shadow: 0px 5px 10px 0px #1f1f24;
		box-shadow: 0px 5px 10px 0px #1f1f24;
		
	}
	#main > div.bg > nav > div.facettes.toggled:before {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		position: fixed;
		top: 80px;
		left: 300px;
		margin: 0;
		font-family: "collecticons";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		vertical-align: bottom;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 16px;
		content: '\EA72';
		color: #1f1f24;
		cursor: pointer;
		z-index: 2;
	}
	#main > div.bg > nav > div.facettes.toggled > div.facette {
		display: block;
	}
	#main > div.bg > nav > div.facettes.toggled > div.facette[data-name="cadrage"] {
		display: none;
	}
	#main > div.bg > nav > div.facettes > div.facette {
		width: 100%;
		margin: 0;
		background: #fff;
	}
	#main > div.bg > nav > div.facettes > div.facette > ul, 
	#main > div.bg > nav > div.facettes > div.facette.selected > h4.toggled + ul {
	/*#main > div.bg > nav > div.facettes > div.facette > h4.toggled + ul {*/
		position: static;
		min-height: 0;
		max-height: 10000px;
		height: auto;
		/*overflow: auto;*/
		-webkit-box-shadow: 0 0 0 #000;
		box-shadow: 0 0 0 #000;
		background: #efefef;
	}
	#main > div.bg > nav > div.facettes > div.facette > h4.toggled + ul {
		background: #efefef;
	}
	#main > div.bg > nav > div.facettes > div.facette.selected > h4 {
		display: none;
	}
	.pretty .doclistItem.cols.col-0 {
		display: none;
	}
	.pretty .doclistItem.cols.col-1 {
		width: calc(50% - 16px);
	}
	.pretty .doclistItem.cols.col-2 {
		width: calc(50% - 16px);
	}
	.pretty .doclistItem.cols.col-3 {
		width: calc(100% - 16px);
	}
	#detail > nav {
		height: auto;
	}
	#detail .infos > div > div label > span, #detail .media > div.systemfields > div > label > span {
		float: none;
		width: calc(100% - 20px);
	}
	#detail .infos > div > div label > div, #detail .media > div.systemfields > div label > div {
		margin: 10px 0;
	}
	#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li,
	#sidebar > ul.sidecontent > li.account > section > div h4 + div > ul.listaddr > li:first-child {
		width: calc(100% - 22px);
	}
	#msgbox.helplist > header {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0;
		width: auto;
	}
	#msgbox.helplist > div {
		top: 60px;
		bottom: 60px;
		right: 0;
		left: 0;
		margin: 0;
		width: auto;
		height: auto;
		left: 0;
	}
	#msgbox.helplist > footer {
		top: 100%;
		right: 0;
		left: 0;
		margin: -60px 0 0;
		width: auto;
		height: 60px;
	}
	#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list {
		width: calc(100% - 61px);
	}
	#sidebar > ul.sidecontent > li > section > div div.orderlist > ul.list + .items {
		width: calc(100% - 80px);
		background: #fff;
	}
}

/* 4print */
@media all {
	.page-break	{ display: none; }
}
@media print {
	.page-break	{ display: block; page-break-before: always; }
}