/* Remise à zéro des styles par défaut des browsers*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
}*/

/* Generic styles */
html										{-ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0,0,0,0); overflow-x:hidden;}
body										{overflow-x:hidden;}
body										{background:#fff;}
.Wrapper									{position:relative; max-width:1280px; margin:0 auto; background:#fff; box-sizing:border-box;}

a.noHover:hover {
	cursor: not-allowed;
}
a .fa.fa-external-link {
    font-weight: normal;
    position: relative;
    margin-left: 5px;
    text-decoration: none;
}
.fa-external-link::before {
    content: "\f08e";
}
#globan {
    margin: 0 auto !important;
    padding: 0px 10px !important;
}
@media (min-width: 1200px) {
  #globan {
    width: 1280px !important;
  }
}
strong {
    font-weight: 500;
}
.Wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

/* -------- OP Header ----------*/
header {
	padding: 10px;
	margin: 0 -10px;
}

a.eulaw::after {
	content: "\f08e";
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
    position: relative;
    margin-left: 5px;
    color: #801515
}

.cookie-consent-banner {
    max-width: 1280px !important;
    border: none !important;
}
.op-banner {
	float: left;
}
.op-logo {
	display: block;
	text-decoration: none;
	height: 70px;
	position: relative;
}
.op-logo:hover, .op-logo:focus {
	color: #23527c;
    text-decoration: underline;
}
.op-logo:hover span, .op-logo:focus span {
    text-decoration: underline;
}
.op-eurlex-img {
	vertical-align: bottom;
	height: 70px;
}
.op-navigation {
	float: right;
}
.op-site-subtitle {
	white-space: nowrap;
	position: absolute;
	top: 31px;
	left: 94px;
	color: #727D84;
	font-size: 13px;
	font-weight: 400;
}

.op-top-links {
	display: block;
	float: right;
	width: 550px;
	font-size: 15px;
	padding: 3px 10px 3px 5px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	margin-right: -10px;
	margin-top: -10px;
}
.op-top-links li {
	float: right;
	color: #666;
	list-style: none;
	margin: 2px 0px;
	padding: 0px 6px;
	border-left: 1px solid #BBB;
	line-height: 28px;
}
.op-top-links li:last-child {
	border-left: none;
}
.op-top-links li a{
	color: #444;
}

.op-breadcrumb {
	margin: 0;
	background: transparent;
	padding: 0;
}
.op-breadcrumb li:first-child {
	background: none;
}
.op-breadcrumb li a {
	line-height: normal;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.op-breadcrumb li span {
	font-size: 0.9em;
	line-height: normal;
	color: rgba(255,255,255,.5);
	text-decoration: none;
	position: relative;
}
.op-breadcrumb li a:hover, .op-breadcrumb li a:focus {
	text-decoration: underline;
}
.breadcrumb > li + li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    color: rgba(255,255,255,.5);
}

.top-bar {
	margin: 0 -10px;
	background: url(../images/banner.png) no-repeat 100% 50%;
	background-size: auto;
	background-size: cover;
	padding: 4px 10px;
	border-radius: 0;
	font-size: 11px;
}

select#languageSelect {
	padding: 5px 10px;
	border: 0;
	font-size: 13px;
	color: #fff;
	background-color: #337ab7;
	border-radius: 5px;
}
.selectWrapper::after {
    content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid #087faa;
	border-right: 8px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
	margin-left: 5px;
	margin-top: -1px;
}

select#languageSelect:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

select#languageSelect:active,
select#languageSelect:focus,
select#languageSelect:active:focus {
	outline: 3px solid #ffd617;
	outline-offset: -1px;
}

#mainContent {
	min-height: 330px;
	padding-top: 30px;
}
#middle-column.certif{
	float: none;
}
h1.SectionTitle {
    background: #eee;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 20px;
	font-size: 26px;
	font-weight: 400;
	color: #097eaa;
}
#legislation, #information {
	overflow-x: auto;
}
p#electronic_signature {
	margin: 0;
}
p#electronic_signature > a {
	text-decoration: underline;
}

/* --- page title and actions ----- */
.pageTitle {
	text-align: center;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

h1.invertedPageTitle {
	display: inline;
	font-weight: bold;
	font-size: 16px;
	color:#337ab7;
	line-height: 28px;
	padding: 0;
}

/* ----- Widgets ---- */
.box {
	position: relative;
	padding: 2px 20px 10px 20px;
	display: none;
}
.box-c {
	
}
.box .boxTitle {
	font-weight: 500;
	color: #444;
	padding: 2px;
	position: relative;
	display: block;
}
.box .boxTitle .widgetControl {
	position: relative;
	right: 5px;
	top: 0px;
}
.box .boxTitle a {
	vertical-align: -2px;
	font-size: 16px;
}


.boxTitle a:before, .oj-day-heading:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 15px;
    text-align: center;
    left: 5px;
    top: 2px;
    transition: all .1s ease-out;
}
.oj-day-heading-colapsed:before {
	transform: rotate(-90deg);
}
.boxTitle a.collapsed:before {
    transform: rotate(-90deg);
}
.toggleMe {
	display: none;
}
.oj-act {
	padding: 0 10px 0 10px;
}
.pre-aba {
	padding: 0 10px 0 10px;
}
.c-act {
	padding:10px 10px 0 10px;
	border-top:2px solid #eee;
}
.l-act {
	padding:10px 10px 0 10px;
	border-top:2px solid #ccc;
}
/* ----- END Widget ----- */
table.languageBar {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	min-width: 600px;
}
table.languageBar thead th, table tbody th {
	font-weight: 500;
	text-align: left;
	padding: 6px 4px 4px 6px;
	vertical-align: middle;
}
table.languageBar tbody tr td {
	padding: 2px 2px 2px 5px;
	vertical-align: top;
}
table.languageBar {
	margin-bottom: 5px;
	width: 100%;
	font-size: 12px;
}
table.languageBar thead th {
	font-weight: 500;
	font-size: 12px;
	text-align: center;
}
table.languageBar tbody th {
	padding: 2px;
}
table.languageBar tbody th.e-signature-translation {
	white-space: nowrap;
}
table.languageBar td {
	width: 2.6em;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
table.languageBar img {
	vertical-align: middle;
}
#information-0 .pre-aba:first-child .languageBar,
#legislation-0 .pre-aba:first-child .languageBar,
#information-1 .pre-aba:first-child .languageBar,
#legislation-1 .pre-aba:first-child .languageBar,
#information-2 .pre-aba:first-child .languageBar,
#legislation-2 .pre-aba:first-child .languageBar,
#information-3 .pre-aba:first-child .languageBar,
#legislation-3 .pre-aba:first-child .languageBar,
#information-4 .pre-aba:first-child .languageBar,
#legislation-4 .pre-aba:first-child .languageBar {
    border-top: none;
}
.languageBar {
	border-top: 1px solid #337ab7;
}
#legislation-0 .oj-act,
#legislation-1 .oj-act,
#legislation-2 .oj-act,
#legislation-3 .oj-act,
#legislation-4 .oj-act
{
	border-top: 1px solid #ccc;
}
#information-0 .oj-act,
#information-1 .oj-act,
#information-2 .oj-act,
#information-3 .oj-act,
#information-4 .oj-act
{
	border-top: 1px solid #eee;
}
.table, .table-responsive {
    font-size: 13px;
    margin: 10px 0 20px 0;
}
.table-responsive .table {
    margin: 0;
    border-bottom: 0;
}
.table-hover tbody tr:hover {
    background-color: rgba(35, 115, 164, 0.1);
}
.table-striped > tbody > tr > td {
    border: 0;
}
.AllBordersTable > thead > tr > th {
    border: 1px solid #b9cbd2;
        border-top-color: rgb(185, 203, 210);
        border-top-style: solid;
        border-top-width: 1px;
}
.table > thead > tr > th {
    background: #ddd;
    border: 0;
    font-weight: 500;
}
.AllBordersTable > thead > tr > th {
    border: 1px solid #b9cbd2;
}
.table > thead > tr > th {
    background: #ddd;
    border: 0;
    font-weight: 500;
}
.rightGradient {
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
    background-image: -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -ms-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 2em 100%;
}
.bothGradients {
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
    background-image: -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -ms-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -ms-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 2em 100%;
}
.leftGradient {
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
    background-image: -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -ms-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0));
    background-image: linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0));
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 2em 100%;
}

/* ---- Footer ---- */
#footerSeparator {
	background: #09C;
	height: 6px;
	margin: 0 10px 0 10px;
}
footer {
    padding: 20px 10px 20px 10px;
    margin-top: 60px;
}
.SiteTools {
    background: #ddd;
    margin: -20px -20px 20px -20px;
    padding: 0px 10px;
    list-style: none;
    font-size: 13px;
    text-align: center;
}
.SiteTools li {
    display: inline-block;
    padding: 5px 10px;
}
.SiteTools a {
    color: #444;
}
.FooterTitle {
    font-weight: 500;
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
}
.OPOtherLinks {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    column-count: 4;
    column-gap: 20px;
    font-size: 13px;
    max-width: 84%;
}
.OPOtherLinks li {
    margin: 0 0 5px 0;
}
.OPOtherLinks a {
    font-weight: 500;
    display: -webkit-inline-box;
}
.OPOtherLinks a::after {
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
    position: relative;
    margin-left: 5px;
    color: #666;
}
.switchToDesktop {
    background-color: transparent;
    border-top: none;
    font-weight: bold;
    font-size: 1.2em;
}
.OP-Bookshop, .OP-Bookshop:hover, .OP-Bookshop:focus, .OP-Bookshop:visited {
    color: #f98500;
}
.OP-Opendata, .OP-Opendata:hover, .OP-Opendata:focus, .OP-Opendata:visited {
    color: #7082B1;
}
.OP-Ted, .OP-Ted:hover, .OP-Ted:focus, .OP-Ted:visited {
    color: #17ab2c;
}
.OP-Whoiswho, .OP-Whoiswho:hover, .OP-Whoiswho:focus, .OP-Whoiswho:visited {
    color: #f33400;
}
.OP-Cordis, .OP-Cordis:hover, .OP-Cordis:focus, .OP-Cordis:visited {
    color: #eb0c8f;
}
.OP-Portal, .OP-Portal:hover, .OP-Portal:focus, .OP-Portal:visited {
    color: #090d81;
}
.OP-Nlex, .OP-Nlex:hover, .OP-Nlex:focus, .OP-Nlex:visited {
    color: #008cc9;
}
.EurlexTop {
    position: fixed;
    bottom: 3px;
    border-radius: 3px 0 0 3px;
    z-index: 100;
    display: inline;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    opacity: .5;
    right: 0px;
    
}
.EurlexTop .fa {
    font-size: 14px;
}

/* ---- com-footer ---- */
.com-footer {
	color: #444;
	background: #DDD;
	font-size: 0.9em;
	padding: 0;
	border-top: 1px solid #CCC;
}
.com-footer ul {
	display: block;
	list-style: none;
	overflow: hidden;
}
.com-footer ul li {
	float: left;
	color: #666;
	list-style: none;
	margin: 3px 0px 2px 0px;
	padding: 0px 6px;
	border-left: 1px solid #BBB;
}
.com-footer ul li:first-child {
	border-left: none;
	padding-left: 16px;
}
.com-footer a, .com-footer a:visited {
	color: #444;
	text-decoration: none;
}
.com-footer a:hover {
	text-decoration: underline;
}
/* ----- END footer ----- */

.tooltip{
	position: absolute;
	background-color: white; /* for IE */
	-webkit-background-color: white; -moz-background-color: white; /* For Safari, Chrome, Firefox */
	border: 1px solid #B0B6C3;
	-webkit-box-shadow: 2px 2px 2px #555; -moz-box-shadow: 2px 2px 2px #555; box-shadow: 2px 2px 2px #555;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	padding: 4px 10px;
	width: auto;
	color: #000;
	display: block;
	z-index: 99999;
        white-space: nowrap;
}
.jstooltip{
	display: none;
}
.tooltip li {
       list-style-type: none;
}


/* Editorial Content */

.editorialContent {
	position:relative;
	overflow:hidden;
}
.editorialContent ul {
	margin:10px 30px;
	list-style: none;
	/*list-style-image:url(../images/bull.gif);*/
}
.editorialContent ul > li {
	padding: 0 0 0 25px;
	position: relative;
}

.editorialContent ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 5px;
    height: 5px;
    background: #097eaa;
}

.editorialContent ul > li + li {
    margin: 5px 0 0 0;
}

.editorialContent h1, .editorialContent h2, .editorialContent h3, .editorialContent p.ti-section {
    margin-top: 30px;
}

.editorialContent h1, .editorialContent h2, .editorialContent h3, .editorialContent h4, .editorialContent h5, .editorialContent p.ti-section {
    padding: 0;
    color: #097eaa;
}

.editorialContent h1 {
	font-size:26px;
	font-weight:400;
}

.editorialContent h2 {
	font-size:22px;
	font-weight:400;
}

.editorialContent h3 {
	font-size: 18px;
    font-weight: 400;
}

.editorialContent h4 {
	font-size: 15px;
	font-weight: 500;
}

.editorialContent h5 {
	font-size: 13px;
    font-weight: 500;
}

.editorialContent p {
    margin: 0 0 10px;
}

.editorialContent ol {
    margin-left: 0;
    padding: 0;
    counter-reset: item;
    list-style: none;
}

.editorialContent ol > li {
    padding: 0 0 0 35px;
    position: relative;
}


.editorialContent ol > li::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    display: block;
    color: #097eaa;
    position: absolute;
    left: 10px;
}

.editorialContent ol > li ol > li {
    padding-left: 45px;
}

.editorialContent ol > li ol, .editorialContent ol > li ul, .editorialContent ol > li + li {
    margin-top: 5px;
}

.editorialContent hr {
	border: 0;
	border-top: 1px solid #B0B6C3;
}

/* Class for screen reader no display */
.screenreaderNoDisplay {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.certificates-header-first-name {
	width: 20%;
}
.certificates-header-last-name {
	width: 20%;
}
.certificates-header-dates {
	width: 20%;
}
.certificates-header-issued-by {
	width: 40%;
}

.label-language-code {
	display: inline-block;
	min-width: 2em;
}

.warning-message {
	position: relative;
	color: #801515;
	background: #fff3cd;
	padding: 5px;
	border: 1px solid #ffeeba;
	font-size: 13px;
}
.warning-message img {
	vertical-align: middle;
	margin-right: 5px;
}

.oj-day-heading {
	display: none;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	color:#FFF;
	background-color: #337ab7;
	padding: 3px 7px;
	text-align: left;
	margin-top: 10px;
}

.oj-day-heading a {
	color:#FFF;
}

.oj-day-heading:hover {
	cursor: pointer;
	background-color: #165d9a;
}

.oj-content {
	padding: 5px 0px 0 0px;
	border: 1px solid #ccc;
}

.oj-content-cseries {
	padding: 5px 0px 0 0px;
	border: 1px solid #ccc;
}

table.languageBar thead th.oj-number, .oj-number {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	margin-bottom: 0.3em;
	padding-left: 2px;
	text-align: left;
	min-width: 134px;
	width: 134px;
}

.oj-act-number {
	padding-top: 6px;
}

.oj-delimiter {
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
	border-top: 1px solid #B0B6C3;
}

.oj-explanations {
	margin-bottom: -10px;
	padding: 10px 15px;
}
.oj-explanations p {
	font-weight: bold;
}
.oj-explanations a {
	color: #337ab7;
}
.oj-explanations a:hover, .oj-explanations a:focus {
    color: #23527c;
    text-decoration: underline;
}
.elilink {
	font-size:12px;
}
.elilink > a {
	text-decoration: underline;
}
.abatitle {
	margin-top:5px;
	margin-bottom:5px;
	font-size:13px; 
	display: none;
}
.PubFormat {
	display: inline-block;
	background: rgba(0,0,0,.05);
	padding: 5px 5px 5px 10px;
	border-radius: 3px;
	margin-right: 10px;
	min-width: 165px;
}
.PubFormatType {
    float: left;
	line-height: 30px;
	white-space: nowrap;
}
.PubFormatType img {
	vertical-align: middle;
}
.PubFormatType span {
    font-weight: 500;
    font-size: 12px;
    margin: 0 10px 0 5px;
}
.btn-group-oj {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.PubFormat .btn-todayOj {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid rgba(0,0,0,.2);
	float: left;
	position: relative;
}
.PubFormat .btn-drop-todayOj {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid rgba(0,0,0,.2);
	padding-left: 8px;
	padding-right: 8px;
}
.PubFormat .dropdown-menu {
    width: 62px;
    min-width: 62px;
    max-height: 175px;
    overflow-y: auto;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #444444;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}
.btn-drop-todayOj:focus {
    color: #ffffff;
	background-color: #044157;
	border-color: #022430;
}
.oj-mobile {
	display: none;
}
.PubFormat .dropdown-menu > .disabled > a, .PubFormat .dropdown-menu > .disabled > a:hover, .PubFormat .dropdown-menu > .disabled > a:focus {
    color: #444;
    opacity: .4;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
img.warning-icon {
	width: 12px;
}
.hideElem {
	display: none;
}

@media (max-width: 1280px){
	#middle-column {
		width: 100%;
	}
}

@media (min-width: 992px){
	.OPOtherLinks {
		max-width: 850px;
	}
}

@media (max-width: 992px){
	.top-bar {
		height: 5px;
		padding: 0;
		background-size: inherit;
	}
	.top-bar .op-breadcrumb {
		display: none;
	}
	.op-top-links {
		width: 170px;
		font-size: 13px;
		background: transparent;
	}
	.op-top-links li {
		float: initial;
		border-left: 0;
	}
	footer nav ul.OPOtherLinks {
		column-count: 2;
	}
	table thead th, table tbody th {
		padding: 6px 10px 4px 8px;
	}
	.oj-desktop {
		display: none;
	}
	.oj-act { 
		display: none;
	}
	.oj-mobile {
		width: 100%;
		text-align: center;
		display: table;
	}
	.warning-message {
		text-align: center;
	}
	.selectWrapper:after {
		margin-top: -2px;
	}
	.oj-number:hover {
		cursor: pointer;
		color: #23527c;
		text-decoration: underline;
	}
}

@media (max-width: 767px){
	.op-eurlex-img {
		height: 35px;
	}
	.op-logo {
		height: 35px;
	}
}

@media (min-width: 767px){
	.op-logo {
		min-width: 370px;
	}
}

@media (max-width: 621px){
	.container-fluid header {
		display: inline-block;
	}
	.container-fluid header .op-naviguation {
		width: 100%;
	}
	.op-banner {
		float: initial;
	}
	.op-top-links {
		min-width: 100%;
		margin-top: 0;
	}
	.op-top-links li {
		padding: 0;
		margin: 0;
	}
	footer nav ul.OPOtherLinks {
		column-count: 1;
	}
	#certificates {
		min-width: 175px;
	}
	#certificates, #certificates thead, #certificates tbody, #certificates th, #certificates td, #certificates tr { 
		display: block; 
	}
	#certificates thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#certificates tr { 
		border: 1px solid #ccc;
	}
	#certificates td { 
		/* Behave  like a "row" */
		border: 1px solid #fff;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 100px; 
	}
	#certificates td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 0px;
		width: 65px; 
		padding: 3px 10px 3px 10px;
		white-space: nowrap;
		background-color: #337ab7;
		color: #FFF;
	}
	#certificates td:nth-of-type(1):before { content: "First Name"; }
	#certificates td:nth-of-type(2):before { content: "Last Name"; }
	#certificates td:nth-of-type(3):before { content: "From"; }
	#certificates td:nth-of-type(4):before { content: "To"; }
	#certificates td:nth-of-type(5):before { content: "Issued By"; }
}

/* // BREADCRUMB */
	.SiteBreadcrumb								{margin:0 -10px; padding:4px 10px; border-radius:0; font-size:11px; margin-bottom: 0.5rem;}
/*	 Deprecated per EURLEXNEW-4374: ".breadcrumb" is a Bootstrap class using breadcrumb divider, like a slash "/", through the CSS rule "content".
     CSS rule "content" will not be used for icons per ticker request.
    .breadcrumb 								{margin:0; background:transparent; padding:0;}
	.breadcrumb > li + li:before				{content:"\f105"; font-family:FontAwesome; font-size:14px; font-weight:normal; color:rgba(255,255,255,.5);}
	.breadcrumb a								{color:#fff;}
	.breadcrumb > .active						{color:rgba(255,255,255,.75);}*/
    .notBootstrapBreadcrumb                     {color:#fff;margin:0; background:transparent; padding:0; height: 20px; line-height:20px;}
    .notBootstrapBreadcrumb li                  {display: inline-block; line-height:23px;} /* list items */
	.notBootstrapBreadcrumb li a                {color:#0e47cb;} /* first and middle paths */
	.breadcrumbPathItemWithArrow                {margin-left: 20px; color:#0e47cb;} /* middle items */
	.breadcrumbPathItemWithArrow a              {margin-left: 0px;} /* middle path */
	.notBootstrapBreadcrumb li.active           {margin-left: 19px; color:#515560;} /* last path */
	.notBootstrapBreadcrumb li a i::before,
	.notBootstrapBreadcrumb li a i              {font-size:14px; color:#0e47cb; line-height: 17px;  } /* middle fa arrows */
	.notBootstrapBreadcrumb li.active i         {font-size:14px; color:#515560; line-height: 17px; margin-left: 7px; } /* last fa arrow */
	.notBootstrapBreadcrumb li a i              {margin-left: 10px; width:20px;}
@media (max-width: 991px)
	{
	.SiteBreadcrumb								{padding:0; height:5px; background-size:inherit;}
	}
/* BREADCRUMB // */