/* Decalage du body pour header fixe
-------------------------------------------------- */
body {
	padding-top: 30px;
}

/* Div pour input non editables
-------------------------------------------------- */
div.input {
	padding-top: 7px;
}

/* Largeur des champs
-------------------------------------------------- */
.form-control-sm{
	width: 250px;
	display: inline-block;
}

/* Alignement vertical dans les tableaux
-------------------------------------------------- */
td {
	vertical-align:middle !important;
}

/* Tooltip
-------------------------------------------------- */
table .popover-test {
	font-size: 1.4em;
	position: absolute;
	margin-top: -6px;
	margin-left: 7px;
}
label a.popover-test ul {
	list-style-position: outside;
}
label a.popover-test span.glyphicon.glyphicon-info-sign {
	font-size: 16px;
}

/* Titres haut de page
-------------------------------------------------- */
.page-top{
	margin-top: 0;
	padding-top: 0;
}
.page-top h3{
	margin-top: 0;
	padding-top: 0;
}

/* Panels
-------------------------------------------------- */
.panel li.list-group-item h4{
	font-size: 12px;
	font-weight: 700;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Sticky footer
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 100px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 80px;
	padding-top: 20px;
	background-color: #f5f5f5;
}

/* FAQ : numéro de FAQ
-------------------------------------------------- */
h2 span.label {
	padding: .1em .6em .1em;
}

/* FAQ : titre
-------------------------------------------------- */
h2 div.row {
	font-size: 26px;
}

/* FAQ : recherche
-------------------------------------------------- */
.search-results div.preview {
	color: #555555;
	overflow: hidden;
	max-height: 5.6em;
	font-size: 0.9em;
}

/* FAQ : Edition
-------------------------------------------------- */
div#mce_53.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
	max-height: 480px;
	overflow-y: scroll;
}

/* NEWS
 -------------------------------------------------- */
section#news {
	margin: 2.4em 0;
}
section#news div.row.newsitem {
    padding-bottom: 2.8em;
}
section#news h4 {
	line-height: 28px;
}
section#news .newsdate {
    background-color: #f2F2F2;
	padding: 5px;
}

/* Bloc avec background + bouton
 *  -------------------------------------------------- */
.form-actions {
  	padding: 17px 20px 18px;
  	margin-top: 36px;
  	margin-bottom: 18px;
  	background-color: #f5f5f5;
  	border-top: 1px solid #e5e5e5;
  	*zoom: 1;
}


/* Callout from bootstrap
-------------------------------------------------- */
.bs-callout {
	margin: 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}
.bs-callout h4 {
	margin-top: 0;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
	background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
	background-color: #fcf2f2;
	border-color: #dFb5b4;
}
.bs-callout-warning {
	background-color: #fefbed;
	border-color: #f1e7bc;
}
.bs-callout-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
}
/* Pseudo Terminal
-------------------------------------------------- */
.pseudo-terminal {
	display: block;
	background-color: #ffffff;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-shadow: inset 0px 10px 15px -10px rgba(0,0,0,0.75);
	   -moz-box-shadow: inset 0px 10px 15px -10px rgba(0,0,0,0.75);
	        box-shadow: inset 0px 10px 15px -10px rgba(0,0,0,0.75);
}