/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
ul, ol {
	margin:0;
	padding:0;
}

article a, article a:link, article a:visited {
	text-decoration:none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0e2034;
}

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial,Helvetica,sans-serif;
	color: #0e2034;
	background-color: #E4E6E7;
}

.pageWrapper {
	background-color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 82.75em;
	position: relative;
}

header.epoHeader {
	overflow: hidden;
	background-color: #C9CBCE;
	margin-bottom: 1.5em;
}

#epoLogo {
	float: left;
}

#epoLogo img {
	border-right: .28em solid #fff;
	width: 15em;
	height: 7.5em;
}

#epoHeaderCenter {
	width: 58em;
	float: left;
}

#epoHeaderCenter h1 {
    margin: 0.90em 0 0.90em 1.1em;
    font-size: 2.3em;
    font-weight: bold;
    color: #0B333C;
}

#epoHeaderMetaNav {
	float: right;
	margin-right: 1.417em;
	margin-top: .6em;
}

#epoHeaderMetaNav a:visited, #epoHeaderMetaNav a {
	border: 1px solid #C9CBCE;
	padding: .2em .5em;
	text-decoration: none;
}

#epoHeaderMetaNav a:hover {
	border: 1px solid #000;
}

#epoContact {
	float:right;
	margin-top:4em;
	margin-right:0.5em;
}

nav.epoNavMenu ul {
	background-color: #2a323d;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #2a323d;
	color: #fff;
	width: 82.75em;
	z-index: 999;
}

nav.epoNavMenu ul li {
	display: inline-block;
	height: 2.38em;
	line-height: 2.38em;
	list-style: none;
	white-space: nowrap;
}

nav.epoNavMenu ul li a, nav.epoNavMenu ul li a:visited {	
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
}

nav.epoNavMenu ul li.services {
	margin-left:10em;
	position:relative;
}

nav.epoNavMenu ul li.services a, nav.epoNavMenu ul li.services a:visited {
	text-decoration:none;
}

ul.servicesListe {
	display:none;
	width: auto !important;
	position:absolute;
	top: 2.38em;
	background-color:#fff !important;
	border:1px solid #757575;
	-webkit-box-shadow: 1px 3px 2px 0px #999;
	box-shadow: 1px 3px 2px 0px #999;
}

ul.servicesListe li {
	display:block !important;
	height: 2em !important;
	line-height: 2em !important;
	background-position:6px -190px;
	padding:0 40px 0 22px;
}

ul.servicesListe li:hover {
	background-color:#C9CBCE;
}

ul.servicesListe a {
	color:#000000 !important;
}

ul.servicesListe img {
	position: absolute;
	right: 5px;
	margin-top: 6px;
}

li.grayLine {
	background-color:#EFF1F2;
}

.about_title {
	margin-left:12px;
}

.about_title:hover {
	text-decoration:underline !important;
}

div.docToolBar {
	margin-left: 200px;
	width:350px;
}

div.docToolBar ul.iconList {
	margin-left:20px;
}

div.docToolBar .printIcon, div.docToolBar .downloadIcon {	
	margin-top:10px;
}

div.docToolBar .iconList li {
	display: inline-block;
	margin-bottom: 10px;
}

div.docToolBar a:link, div.docToolBar a:visited {
	text-decoration: none;
	padding-right: 1.58333em;
}

div.docToolBar a:hover {
	color:red;
}

#downloadActuator {
	background-position: 6px -25719px;
	display: inline-block;
	height: 17px;
	padding-left: 20px;
}

#downloadActuator:hover {
	background-position: 6px -25818px;
}

#printActuator {
	background-position: left -9558px;
	display: inline-block;
	height: 17px;
	padding-left: 20px;
}

#printActuator:hover {
	background-position: left -9780px;
}

div.docToolBar .socialmediaIcon:hover, div.docToolBar .socialmediaIcon:focus {
	border-top: 1px solid #2a323d;
	border-left: 1px solid #2a323d;
	border-right: 1px solid #2a323d;
}

.socialmediaIcon {
	position: relative;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-top:10px;
}

#socialmediaActuator {
	display: inline-block;
	height: 17px;
	padding-right: 9px;
	position: relative;
	top: 1px;
	z-index: 100;
	border-bottom: 1px solid #fff;
}

#socialmediaActuator span {
	background-position: 4px -29904px;
	position: relative;
	top: -1px;
	margin-left: 10px;
	padding-left: 18px;
}

ul.socialMedia {
	position: absolute;
	left: -1px;
	border: 1px solid #2a323d;
	background-color: #fff;
	min-width: 100%;
	top: 18px;
	padding:8px 8px 8px 18px;
	display: none;
}

ul.socialMedia li {	
	padding-left:21px;
}

ul.socialMedia li.facebook {
	background-position: 0 -29658px !important;
}

ul.socialMedia li.xing {
	background-position: 0 -29842px !important;
}

ul.socialMedia li.linkedin {
	background-position: 0 -29789px !important;
}

ul.socialMedia li.googleplus {
	background-position: 0 -29721px !important;
}

ul.socialMedia li.twitter {
	background-position: 0 -29565px !important;
}

ul.socialMedia li.mail {
	background-position: 0 -29449px;
}

ul.socialMedia li.mail:hover {
	background-position: 0 -29384px;
}

.doubleArrowleft {
	background-position: 4px -12998px;
}

.arrowBottom {
	background-position: 4px -28176px;
}

.arrowBottom, .doubleArrowleft {
	background-color: transparent;
	height: 15px;
	width: 14px;
	text-decoration:none;
}

#downloadActuator, #printActuator, .arrowBottom, .doubleArrowleft, #socialmediaActuator span,
ul.socialMedia li.facebook, ul.socialMedia li.xing, ul.socialMedia li.linkedin, 
ul.socialMedia li.googleplus, ul.socialMedia li.twitter, ul.socialMedia li.mail, ul.servicesListe li {	
	background-image: url(../img/icon_sprite.gif);
	background-repeat: no-repeat;
}

.inline {
	border: 0 none;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}

aside {
	float:right;
	border-left:1px solid #C9C9C9;
	margin-left:-1px;
	width:30%;
	padding:0 10px;
}

.aside_part {
	margin-bottom:25px;
}

.aside_part ul li {
	list-style:none;
	padding-left:15px;
	margin:0px;
}

.aside_part ul li:before {
	content:"-";
	position:relative;
	left:-5px;
}

.aside_part ul li {
	text-indent:-5px;
}

.aside_part h2 {
	font-size: 1.25em;
	margin-bottom: .75em;
	color: #be0f05;
}

/* ARTICLE */
article {	
	float:right;
	border-right:1px solid #C9C9C9;
	width:64%;
	padding:10px 20px 0 0; 
}

article h1 {
	display:none;
}

article section h1 {
	color: #808080;
	font-size:1em;
	margin-top: 0px;
	margin-bottom:3px;
	font-weight:normal;
	display:block;
}

article section p, 
article section img,
article section article,
article section div,
article section ul, 
article section ol {
	margin:0 0 20px 30px;
}

article section p.cNoSpace {
    margin-bottom:0px !important;
}

article section ul li {
	margin-top: 0px;
}

/*----- COLORS ------*/
/* HIT */
article .cHit {
	background-color: #FFFF00;
}
article .cHit.highlightedHit {
	background-color: #555555;
	color: #FFFFFF;
}
article .cHit.highlightedHit.focused {
	background-color: #000000;
}

article .graycolor {
	color: gray;
}

/* External links */
article .cExternalLnk {
	color: rgb(192,32,25) !important;
}
article .cExternalFullTextLnk {
	color: rgb(192,32,25) !important;
}



/* No Bold for : 
article .cClassCcpAdd	
*/


article .cPubNumber,
article .cInterPub,
article .cAppNumber, 
article .cClassCcpInv, 
article .cClassIpc17Main, 
article .cClassIpc17Text, 
article .cClassIpc17Further, 
article .cClassAIpc8Inv, 
article .cClassIpc8Inv,
article .cClassIpc8InvI,
article .cClassCpcI {
	font-weight:bold;
}
article .cClassIpc8InvI, 
article .cClassIpc8AddI {
    font-style:italic;
}
article ul.cPriority, 
article ul.cDivAppPub, 
article ul.cParAppPub {
	list-style:none;
}
article .cAbstractImg {
    margin-bottom:0;
}
article .cClassCcp, 
article .cClassIpc8 {
	color: rgb(192,32,25) !important;
}

/* Internal Links */
article .cInternalLnk {
	color: rgb(45,45,147) !important;
}
article .cInternalFullTextLnk {
	color: rgb(45,45,147) !important;
}
article .cFamilyMemberRep{
	font-weight:bold;
}
article .cFamilyMemberOth {
}
article .cClaimList {
    padding-left:20px;
    font-weight:bold;
}
article .cClaimList .cClaimListNum {
    margin-bottom:10px;
}
article .cClaimList .cClaimText {
    font-weight:normal;
}
.overline {
	text-decoration: overline;    
}

/* Legal status */
article .field-ops-ILEG h1 {
	margin-bottom: 20px;
}
article .cLsDate {
	font-weight:bold;
}
article .cLsDateOK {
	font-weight:bold;
	color: #007F0E;
}
article .cLsDateKO {
	font-weight:bold;
	color:#FF0000;
}
article article.cLsBloc p, article div.cLsBloc p, article article.cLsBloc h1 , article div.cLsBloc h1 {
	margin:0px !important;
	color: #0B333C;
}
article article.cLsBloc .cLsDetail, article div.cLsBloc .cLsDetail {
	white-space: pre-wrap;
}
article .cLsDetailLabelGpi, article .cLsDetailLabel {
	display:inline-block;
	color:#808080;
}
article .cLsDetailLabel {
	width:220px;
}
article .cLsDetailLabelGpi {
    
}

.noMarge {
	margin-bottom:0;
}

/*----- FONT ------*/
.pItalic {
	font-style: italic;
}

.pBold {
	font-weight:bold;
}

.pNounderline a {
	text-decoration:none !important;
}

.cHit {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

footer {
	clear:both;
	text-align:center;
	padding:50px 0 15px;
}

footer a {
	padding:0 10px;
	text-decoration:none !important;
}

footer a:hover {
	text-decoration:underline !important;
}

.hovered {
	display:block !important;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
