/* @override http://www.devburo.com/pace/css/xml.css */

/* ==================================================== */
/* = CSS rendu XML									  = */
/* ==================================================== */
/* = Version 1.8 - date : 18/03/2016				  = */
/* ==================================================== */

/* XML
----------------------------------------*/

div.WD-Identity {
	padding: 2em;
	font-size: 9px;
	font-size: 0.9rem;
	border-radius: 6px;
	background-color: #f9f9f9;
	margin-bottom: 2em;
	border: 1px solid #EEE;
}

div.WD-Identity.plustablemat {
	float: left;
	width: 55%;
}

.colonnes3 {
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* Table des matières
----------------------------------------*/

#table-matiere {
	float: left;
	width: 39%;
	margin-left: 2%;
}

	#table-matiere h3 {
		margin: 0 0 1em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-size: 30px;
		font-size: 3rem;
		color: #c0c0c0;
		padding: 0 0 .5em;
		text-align: right;
	}
	
	#table-matiere ul {
		padding: 0;
		margin: .5em 0 1em 4em;
	}
	
		#table-matiere ul ul,
		#table-matiere ul ul ul {
			margin-left: 1em;
		}
	
	#table-matiere ul li {
		font-weight: bold;
		font-size: 15px;
		font-size: 1.5rem;
		list-style: none;
		line-height: 1.2em;
		margin-bottom: .5em;
		list-style-type: upper-roman;
	}
	
	#table-matiere ul li ul li {
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
		font-size: 1.2rem;
		list-style-type: upper-alpha;
		padding-left: 0;
		margin-left: 10px;
	}
	
	#table-matiere ul li ul li ul li {
		list-style-type: decimal;
	}
	
	#table-matiere ul li a {
		text-decoration: none;
	}
	
		#table-matiere ul li a:hover {
			text-decoration: underline;
		}
	
/* Eurovoc
----------------------------------------*/

div.eurovoc {
	background-color: #ffffff;
	padding: 1em 2em;
	border-radius: 6px;
	margin-top: 10px;
	border: 1px solid #EEE;
}

	div.eurovoc h3 {
		margin: 10px 0 5px !important;
	}
	
	#sidebar ul.tag li {
	    border-bottom: none;
	    font-size: 11px;
        font-size: 1.1rem;
	    list-style: none;
	    margin-left: 0px;
	}	

div.WD-Identity p {
	margin: 0;
}

div.WD-Identity p.authors {
	margin: 0  10px !important;
}

p.committee {
	font-weight: bold;
}

span.footnote {
	background: url(../images/icon-footnote.png) no-repeat;
	padding-left: 17px;
	font-style: italic;
	color: orange;
}

/* XML : les tables
----------------------------------------*/

div.article table {
	font-size: 13px;
	font-size: 1.3rem;
	border: 1px solid #d6d6d6;
}

div.article tr {
	border-bottom: 1px solid #d6d6d6;
}

div.article td,
div.article th {
	padding: 2px 10px;
	border-right: 1px solid #d6d6d6;
}

div.article tr:nth-child(even) {
	background-color: #f0f0f0;
}

div.article tr:nth-child(odd) {background: #FFF}


/* XML : les tables - variation
----------------------------------------*/

div.article table.tablelight {
	border: none !important;
}

div.article table.tablelight td {
	padding: 8px 10px;
	border-right: none;
}


/* XML : les tables de rapports
----------------------------------------*/

table.table-rapport th {
	padding: 1em;
	font-size: 12px;
	font-size: 1.2rem;
}

table.table-rapport tr.section td {
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 1em;
	background-color: #f3f4f3;
}

table.table-rapport tr:nth-child(even) {
	background-color: inherit;
}

table.table-rapport .textright {
	text-align: right;
	vertical-align:top;
}

/* XML  : accordeon
----------------------------------------*/

div.accordion div.contentpanel {
	position: relative;
	padding: 2em 4em 2em 2em;
	font-size: 9px;
	font-size: 0.9rem;
	border-radius: 6px;
	background-color: #F8F8F8;
	margin-bottom: 2em;
	border: 1px solid #EEE;
	margin-top: 0;
}
	
div.accordion div.contentpanel h2 {
	border-bottom: 2px none white;
	font-size: 20px;
	font-size: 2rem;
	margin: 0 !important;
	padding-right: 2em;
}

div.accordion div.contentpanel span.developcontent {
	position: absolute;
	right: 1.5em;
	top: 1.5em;
}

div.accordion div.panel {
	padding: 2.5em .5em .5em .5em;

}

div.panel h4,
.WDstyles h4 {
	margin-left: .5em;
}

div.panel h5,
.WDstyles h5 {
	margin-left: 1.5em;
}

.WDstyles p {
	margin: .5em 0 1em;
}

/* Les listes ENUM
----------------------------------------*/

div.Enum-Bulleted ul {
}

div.Enum-Quote {
	border-left: 4px solid #dcdddc;
	color: #334b7a;
	font: italic 16px "Georgia Italic";
	margin-left: 0;
	margin-top: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
}

div.Enum-Numbered,
div.Enum-Roman,
div.Enum-Alpha {
	list-style-position: outside;
	list-style-image:none !important;
}

/* La recherche semantique
----------------------------------------*/

div.semanticsearch-mainzone {
	font-size: 12px;
	font-size: 1.2rem;
}

#cloud {
	padding: 20px;
	background-color: #f2f2f2;
	border-radius : 5px;
}

#cloud .SemanticSearchHeader {
	border-bottom: none;
	margin-top: 0;
}

div.semanticsearch-mainzone a {
	color: #3166a4;
	text-decoration: none;
}

div.semanticsearch-mainzone a:hover {
	text-decoration: underline;
}

.SemanticSearchHeader {
	font: 2em 'PT Sans', sans-serif;
	margin-bottom: .4em;
	color: #3166a4;
	border-bottom: 1px solid #5e67a3;
	margin-top: 1em;
}

.SemanticSearchRow {
    margin: 15px 5px;
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}

.SemanticSearchPath {
	font-size: 10px;
	font-size: 1rem;
	text-align: left;
	background-image: url(../images/icon-PATH.png);
	background-repeat: no-repeat;
	font-weight: bolder;
	padding-left: 25px;
	height: 20px;
	margin-left: 8px;
	background-position: 2px 2px;
}

.SemanticSearchTitle {
	margin-bottom: 10px;
	border-left-width: 0;
}

.SemanticSearchTitle a {
	color: #5B677D;
	font-size: 14px;
	font-size: 1.4rem;
}

.SemanticSearchDescription {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

#maincontent div.SemanticSearchRow p {
	font-style: italic;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
}

.SemanticSearchProperties > div > a {
	margin-right: 10px;
	margin-left: 10px;
}

.SemanticSearchProperties {
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.SemanticSearchPropWho {
    padding-left: 25px;
	background: url(../images/icon-WHO.png) no-repeat 2px -1px;
}

.SemanticSearchPropThes {
    padding-left: 25px;
	background: url(../images/icon-THES.png) no-repeat 3px 2px;
	margin-bottom: 5px;
}

.SemanticSearchMeta {
	margin: 2px 0 5px;
	color: #989898;
	font-size: 14px;
	font-size: 1.4rem;
}

.SemanticSearchMeta ul {
	list-style: none;
	padding: 0;
	border-left: 1px solid;
	margin: 5px;
	font-size: 9px;
	font-size: .9rem;
  }
  
.SemanticSearchMeta li {
      display:inline;
	  border-right:1px solid;
	  margin-right: 0;
	  padding: 0 5px;
	  margin-left: 0;
  }
  
  .SemanticSearchMeta li:last-child {
  	  border-right:none;
    }

.SemanticSearchSubParts {
    padding-left: 25px;
    margin-left: 30px;
}

.SemanticSearchSubParts > div > a {
    margin: 3px;
}


/* Les tags thesaurus
----------------------------------------*/

li.SemanticSearchTag.Off a,
li.SemanticSearchTag.On a {
	text-indent: -9999px;
	display: inline-block;
}

li.SemanticSearchTag.Off a {
    padding-left: 20px;
	background: url(../images/icon-THES-red.png) no-repeat 3px 2px;
	margin-bottom: 5px;
	background-size: 12px 14px;
}

li.SemanticSearchTag.On a {
    padding-left: 20px;
	background: url(../images/icon-THES-green.png) no-repeat 3px 2px;
	margin-bottom: 5px;
	background-size: 12px 14px;
}

/* Import de OOB
----------------------------------------*/

/* sitting
----------------------------------------*/

.sitting .DebateItemPresentationGrp,
.sitting .SpeakerList,
.sitting .Deadline,
.sitting .DebateVote {
	font-size: 13px;
	font-size: 1.3rem;
}

	.sitting .DebateItemPresentationGrp p {
		margin-left: 65px;
		margin-bottom: 0;
	}
	
	.sitting .DebateItemPresentationGrp ul li {
		list-style-image: url(../images/bullet-arrow-blue.png);
		margin-left: 50px;
	}
	
	.sitting li.SpeakerList,
	.sitting li.Deadline,
	.sitting li.DebateVote {
		margin-left: 40px;
	}
	
		.sitting li.SpeakerList {
			list-style-image: url(../images/icon-speakers.png) ;
		}
		.sitting li.Deadline {
			list-style-image: url(../images/icon-amendement.png) ;
		}
		.sitting li.DebateVote {
			list-style-image: url(../images/icon-vote.png) ;
		}

	.sitting .DebateHeading p {
		padding-left: 20px;
	}
	.sitting .DebateItem p {
		padding-left: 40px;
	}
	.sitting .DebateSubItem p {
		padding-left: 75px;
	}

/* Import de WD.preview
----------------------------------------*/

	.XMLDocPreview {
		margin: 5px;
	}
	.Photo {
	}

/* Les listes XML
----------------------------------------*/

div.Enum-Numbered blockquote {
	color: #010000;
	font: normal normal 13px/1.4em Verdana, Arial, sans-serif;
}

/* Les abbreviations */

ul.list-abbr {
	margin-left: 2em;
}

	ul.list-abbr li {
		margin-left: 1em;
		list-style: none;
		border-bottom: 1px solid #c6c6c6;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	ul.list-abbr li span {
		background-color: #d4d4d4;
		width: 5em;
		float: left;
		text-align: center;
		text-transform: uppercase;
		margin-right: 10px;
	}
	
/* Les meetings */

ul.list-meet {
	margin-left: 2em;
	
}

	ul.list-meet li {
		font-size: 13px;
		font-size: 1.3rem;
		margin-left: 1em;
		list-style: none;
		margin-top: 5px;
		margin-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-color: #c6c6c6;
	}
	
	ul.list-meet li span {
		background-color: rgb(236, 124, 39);
		width: 10em;
		float: left;
		text-align: center;
		text-transform: uppercase;
		margin-right: 10px;
		color: white;
		border-radius: 5px 0 0 5px;
	}

/* les alertes
----------------------------------------*/

.xml-alert {
	padding: 1em 1em 1em 4em;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: .4em;
	margin-top: .4em;
	border-radius: 5px;
	background: url(../images/icon-alert.png) no-repeat 1em center #fec0c0;
}

.info {
	padding: 1em 1em 1em 4em;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: .4em;
	margin-top: .4em;
	border-radius: 5px;
	background: url(../images/icon-info.png) no-repeat 1em center white;
}

/* dans les accordeons
----------------------------------------*/

div.Enum-Numbered {
	line-height: 22px;
	font-size: 15px;
	font-size: 1.5rem;
	margin: .5em 0 1em 3em;
}

div.Enum-Numbered p.titre {
	margin-top: .5em;
	margin-bottom: .2em;
}

div.Enum-Numbered > div.Enum-Numbered {
	margin: .5em 0 .5em 1em;
}

div.Enum-Numbered > div.Enum-Numbered > div.Enum-Numbered > div.Enum-Numbered {
	margin: .5em 0 0 1em;
}


div.Enum-Numbered span.Enum-style {
	letter-spacing: 2px;
	background-color: #5c5c5c;
	padding: 2px 10px 1px 5px;
	border-radius:2px;
	color: white;
	font-size: 1.2rem;
	margin-right: 5px;
}

	div.Enum-Numbered > div.Enum-Numbered span.Enum-style {
		background-color: #909090;
		color: white;
	}
	
	div.Enum-Numbered > div.Enum-Numbered > div.Enum-Numbered > div.Enum-Numbered span.Enum-style {
		border: 1px solid #b2b2b2;
		background-color: transparent;
		color: #161616;
	}
	
div.Enum-Numbered li {
	font-size: 1em;
}

	
/* Les icones
----------------------------------------*/

.SemanticSearchTypeArt,
.SemanticSearchTypeOfDoc, 
.SemanticSearchTypeDoc, 
.SemanticSearchTypeNews {
	text-indent: -9999px;
	float: left;
	width: 13px;
	height: 16px;
	margin-right: 5px;
}

span.SemanticSearchTypeArt,
span.SemanticSearchTypeOfDoc, 
span.SemanticSearchTypeDoc, 
span.SemanticSearchTypeNews {
	text-indent: 0px;
	padding-left: 18px;
	border-style: none;
	height: 18px;
	display: inline-block;
	float: none;
	width: 70%;
}

	.SemanticSearchTypeArt {
		background: url(../images/icon-type-art.png) no-repeat 0 center;
	}
	
	.SemanticSearchTypeOfDoc {
		background: url(../images/icon-type-off.png) no-repeat 0 center;
	}
	
	.SemanticSearchTypeDoc {
		background: url(../images/icon-type-doc.png) no-repeat 0 center;
	}
	
	.SemanticSearchTypeNews {
		background: url(../images/icon-type-news.png) no-repeat 0 center;
	}

/* Styles divers
----------------------------------------*/

a.definition {
	text-decoration: none;
	color: #376c9f;
	border-bottom: 1px dashed #376c9f;
}

a.definition:hover {
	border-bottom: none;
	color: black;
}

/* Le reglement
----------------------------------------*/

ul.reglement-tdb h3 {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	padding-right: 100px;
}


ul.reglement-tdb span.rglm-nav {
	position: absolute;
	right: 0;
	bottom: 3px;
	border-radius : 3px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	 transition: all 200ms ease;
	padding: 5px;
}

	ul.reglement-tdb span.rglm-nav:hover {
		background-color: #f5f5f5;
	}

ul.reglement-tdb a.go-next,
ul.reglement-tdb a.go-prev,
ul.reglement-tdb a.go-summary,
ul.reglement-tdb a.DocPrint {
	height: 17px;
	float: left;
	text-indent: -9999px;
	width: 21px;
	background-size: 21px 17px;
	margin-left: 5px;
	margin-right: 5px;
}

ul.reglement-tdb a.go-summary {
	background-image: url(../images/icon-summary@2x.png)
	}
	
	ul.reglement-tdb a.go-next {
	background-image: url(../images/icon-down@2x.png)
	}
	
	ul.reglement-tdb a.go-prev {
	background-image: url(../images/icon-up@2x.png)
	}
	
	ul.reglement-tdb a.DocPrint {
	background-image: url(../images/icon-pdf-dl@2x.png)
	}
	
	ul.reglement-tdb a.go-next:hover,
	ul.reglement-tdb a.go-prev:hover,
	ul.reglement-tdb a.go-summary:hover,
	ul.reglement-tdb a.DocPrint:hover {
		opacity: 0.5;
	}

ul.reglement-tdb a {
	text-decoration: none;
	font-weight: bold;
}

	ul.reglement-tdb a:hover {
		color: #757575;
	}
	

ul.reglement-tdb li {
	list-style: none !important;
}

a.RuleTOC {
    background-color: #B2B2B2;
    border-radius: 2px 2px 2px 2px;
    color: white;
    font-size: 16px;
    font-size: 1.6rem;
	letter-spacing: 2px;
    padding: 5px 8px 4px;
    text-align: center;
    text-decoration: none;
	display: inline-block;
	margin-bottom: 3px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	 transition: all 200ms ease;
	font-weight: normal;
	font-style: normal;
}

a.RuleTOC:hover {
    background-color: #d9d9d9;
	color: black;
}
