/*CSS pour Core Publishing (AI et Cyberlex) */

html, body{
	height: 100%;
}

h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.4em;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -70px;
	/* Pad bottom by footer height */
	padding: 0;
}


.numberCircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
    
    /*background: #fff;*/
    border: 2px solid #666;
    color: #666;
    text-align: center;
    
    font: 12px Arial, sans-serif;
	cursor: pointer;
}



/* Pour Chrome uniquement */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#wrap {
		padding: 0 0 70px; 
	}
}



.homeTitle{
	font-size : 20px;
	font-weight : bold;
	padding : 75px;
}

.colorTheme{
	background-color: #e7eff2; /* bleu pale Irosoft */
}

.footer {
  text-align:center;
  margin-top: 20px;
  height: 50px;
  clear:both;
  padding-top:15px;
  background-color: #e7eff2;
  border-top: 1px solid #3686b9;
  color: #0069aa;
} 

div.caption{
  color : #A0A0A0;
  font-size : 11px;
}

.contextResultRow > th,
.contextResultRow > td {
	background-color: #F2F8FC;
}

.label-hit{
	background-color : #ff8a01;
	font-weight : normal;
	font-size: 80%;
}

/*
.card-body.history, .centeredPage.history{
	padding-left : 35px;
}

.card-body.history.version{
	padding-top : 0px;
}
*/
.version .integrity.alert{
	margin-top: 15px;
}

.error.alert, .integrity.alert{
	margin-top: 10px;
	margin-bottom: 0px;
	font-style: normal;
}

.version .subsection-first-TextIndent{
	margin-top : 0px;
}

.nestedRow {
	border-left: 2px solid #337ab7;
}

.nestedRowLoose {
	border-left: 2px solid #ff8a01;
}

div#mainContent-document  hr{
    border-top-color: #d0d0d0;
}

/* Style supplémentaire pour la sélection de fragment dans le texte intégral */
div#mainContent-document .alert.alert-info {
	padding : 10px 5px 10px 25px;
	margin-bottom : 5px;
	margin-left : -25px;
	margin-right : -5px;
}

.selectionPending {
	border-left : 2px dotted #337ab7;
	background-color : #f2f8fc;
	margin-left : -27px;
	padding-left : 25px;
}

.smallLeftSpacer{
	margin-left : 5px;
}

.btn .caret.smallLeftSpacer{
	margin-left : 5px;
}

.mediumLeftSpacer{
	margin-left : 10px;
}

.smallRightSpacer{
	margin-right : 5px;
}

.highlight{
	border-left: 2px solid #337ab7;
	background-color: #F2F8FC;
	margin-left : -27px;
	margin-right : -5px;
	padding : 0px 5px 5px 25px;
}

.TDMTable .D{
	margin-left: 0.0em;
	padding-left: 1.0em;
	list-style-type: none; 
}

.hit {
	border-radius: 0.25em;
	display: inline;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #ff8a01;
	font-size: 80%;
	font-weight: normal;
}
.hit-selected{
	background-color: gray;
}
.hit.highlight{
	margin : 0px;
	border-left : initial;
}

.legisDocRow .hit {
	font-size: 100%;
}

.pagination > li.smallPager > a {
	padding: 6px 5px;
}

.pagination.smallPage a {
	padding: 6px;
}

a.info {
	font-size: 1.3em;
	padding-top: 2px;
	position : absolute;
}

div.tooltipInfo{
	font-size: 1.3em;
}


.dateConsoException {
	text-decoration: underline;
}

.right {
	text-align : right;
}

.relatedDoc {
	min-width : 600px;
	left : -100px;
	max-height: 600px;
}

.buttonsRow {
	margin-bottom : 15px;
}

.buttonsRow > * {
	margin-right : 15px;
}
.buttonsRow > a.last {
	margin-right : 0px;
}

.pointer {
	cursor : pointer;
}

.cursorAuto:hover {
	cursor : auto;
}

#sticky.stick {
	position : fixed;
	top : 10px;
	z-index : 10000;
	padding-left : 0px;
}

a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	padding : 7px 13px;
	font-size: 1.5em;
	z-index: 999;
	left: 25px;
	bottom: 25px;
	background: #e7eff2;
	color : #3686b9;
	border : solid 2px #3686b9;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

/* LOADING MASK */
.loadmask-msg {
	order:1px solid #0069aa;
	background: #3686b9;
	padding:4px;
	border-radius : 4px;
}

.loadmask-msg div {
	padding:15px 20px 15px 35px;
	background: #fbfbfb url('/img/loading.gif') no-repeat left center;
	background-origin:padding-box;
	background-position : 10px center;
	line-height: 16px;
	border:1px solid #0069aa;
	color:#222;
	font:inherit;
	cursor:wait;
}

/* Modal */
.modal .description{
	margin-bottom : 10px;
	font-size : medium;
}

/* Margins */
.sm-margin-r {
	margin-right: 5px;
}
.pdf-icon {
	background: url(../img/pdf.png);
	width: 24px;
	height: 24px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.epub-icon {
	background: url(../img/epub.png);
	width: 24px;
	height: 24px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.copyContainer{
	opacity: 0;
}

.table>thead>tr>th{
	border-bottom-color : #ddd !important;
}

.table>tbody {
	border-top-color : #ddd !important;
}

.btn-outline-secondary:not(hover) {
	color: black;
}

@media print {
				html, body {
					border: 1px solid white;
					height: 99%;
					page-break-after: avoid;
					page-break-before: avoid;
				}
			}