@charset "UTF-8";
/************************************* Bootstrap **************************************************
html {
	font-family:"Raleway", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}
*/

dl {
	font-size: 1em;
}
dt {
	font-weight: 500;
}
input[type="file"] {
	display: inline-block;
}

/************************************* Icones from icomoon.io *************************************/

@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?-yfa0pb');
	src:url('/fonts/icomoon.eot?#iefix-yfa0pb') format('embedded-opentype'),
		url('/fonts/icomoon.woff?-yfa0pb') format('woff'),
		url('/fonts/icomoon.ttf?-yfa0pb') format('truetype'),
		url('/fonts/icomoon.svg?-yfa0pb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
	font-family: 'icomoon', "Raleway", Helvetica, Arial, sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-liga, .navbar a.icomoon-liga {
	font-size: 1.3em;
	font-weight: normal;
	
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
}

.icomoon-atih:before {
	content: "\41";
}

.icomoon-epass:before {
	content: "\65";
}

.icomoon-hospital:before {
	content: "\48";
}



/************************************* HEADER *************************************/



.navbar {
	max-height: none;
	color: #fff;
}

/* Lien simple */
.navbar a {
	font-weight:bold;
	font-size: 1em;
	color: #fff;
}
.navbar a:hover, .navbar a:focus {
	text-decoration: none;
}
.navbar .vert-align {
	text-align: center;
	}
.navbar .vert-align a img {
	padding:0 35px 0 35px;
	line-height: normal;
	height:100%;
}

.navbar .login {
	float: right;
	margin-right: 1em;
}

/* Titre du header */
.navbar h1.header-title {
	color: #fff;
	margin-top: 22px;
	margin: 0.88em 1em 0.6em 1.6em;
	float: left;
	font-size: 1.4em;
	font-weight: 600;
	vertical-align: top;
	position: relative;
	bottom: 0;
}

/* Le bloc utilisateur */
.navbar .bloc-compte {
	float: right;
	color: #fff;
	padding: 0.6em 2em 0 0;
	margin: 0 0 10px 0;
}
.bloc-compte a {
	color: #fff;
}
/* Le bloc utilisateur */
.navbar .bloc-compte .user, .hospital, .navbar .bloc-compte .logout {
	display: block;
}
.navbar .bloc-compte .hospital i {
	margin: 0 2px 0 3px;	
	font-size: 1.3em;
	width: 27px;
}
.navbar .bloc-compte .user i, .navbar .bloc-compte .logout i {
	margin: 0 5px 0 0;
	width: 27px;
	text-align: center;
}


/* Le bloc utilisateur */
.navbar .bloc-compte select {
	width: 300px;
	height: 35px;
}
.zone-logo {
	font-size: 2.5rem;
}
.logo img {
	vertical-align: middle;
	position: relative;
}
.logo span {
	position: relative;
}
.logo {
	position: relative;
	left:-10px;
	top:30px;
	text-align:center;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	font-stretch: normal;
}
.logo .icomoon-liga {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	background-color: #e7ecf8;
}

.title-main {
	position: relative;
}
.bug-link {
	position: absolute;
	right: 25px;
	top: -25px;;
	font-size: 0.8rem;
}

.alert-message {
	font-weight: bold;
	color: red;
}

/* Gros titre pour les titres de pages */
h1 {
	color: #08397b;
	font-size: 1.3em;
}
/********************************** MENU *********************************/
/* Menu */
.accordion {
		margin: 0 0 1px 0;
		margin: 0em;
	color: #fff;
}

/* Sous menu 1 */
.accordion li {
	 margin: 0 0 1px 0;
	 position: relative;
	 background-color: #08397b;
}
.accordion li:hover {
	 display: block;
}

.accordion li a {
	color: #fff;
	padding: 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	
}
.accordion li a i {
	position: absolute;
	right: 13px;
	top: 14px;
}

.accordion li a:hover i, .accordion li a:focus i, .accordion li.active a i {
	color: #fff;
}
.accordion li:hover {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	text-decoration:none;
	transition-duration: 0.2s;
}
.accordion .active, 
.accordion li a:hover, .accordion li a:focus,
.accordion li a:hover i, .accordion li a:focus i {
	color: #fff;
}
.accordion li ul li {
	background: rgba(255,255,255,0.07);
	border-top: 1px solid rgba(255,255,255,0.1);
}
.accordion li ul li a {
	font-size: 0.8em;
}
/*
.accordion li ul li {
	background: #396095;
}
.accordion li ul li ul li {
	border-top: 1px solid #396095;
	background: #5274a2;
}*/
.accordion .sous-menu-1 li a {
	padding-left: 25px;
}
.accordion .sous-menu-2 li a {
	padding-left: 35px;
}
.accordion .sous-menu-3 li a {
	padding-left: 50px;
}

/************************************** BODY **************************************/
/******************* Gestion des tableaux larges *************************/
body {
	overflow-x: visible;
}

.main {
	background-color: #f8f9fb;
}

/*************** GENERALITES ***************/

/* Zone de contenu */
.content {
	min-height:64%;
	position:relative;
		padding: 35px 30px 30px 40px;
}
/*************** PICTOS***************/
.picto {
	vertical-align: middle;
	margin-right: 10px;
}
.size-1 {
	font-size: 1em;
}
.size-2 {
	font-size:2em;
}

/*************** LIENS ***************/
/* Lien classique */
.content a {
	color: #17A1E0;
	font-weight: bold;
}
.content a:hover {
	text-decoration: underline;
}
/* Lien bold */
.content a.bold {
	color:#17A1E0;
	font-weight: bold;
}
.content a.bold:hover {
	text-decoration: underline;
}
/* Lien avec aplat de couleur TODO ANNE : est-ce vraiment utilisé ? */
.content a.color {
	padding: 5px;
	color: #08397b;
	background-color: #17a1e0;
	font: 1em/0.8em;
}
.content a.color:hover {
	text-decoration: underline;
}
/*************** PARAGRAPHE ***************/
/* Paragraphe */
.content p	{
	font-size: 0.9em;
	margin-bottom: 15px;
}
.content p.small	{
	font-size: 0.8em;
}
.content p.very-small	{
	font-size: 0.7em;
}
/*************** TITRES ***************/
/* Sous-titre pour les titres à l'intérieur des pages (gras) */
.content h2 {
	color: #08397b;
	font-weight:bold;
	font-size:1.1em;
	margin: 20px 0;
}
/* Sous-titre pour les titres à l'intérieur des pages (normal) */
.content h3 {
	text-align:center;
		color: #08397b;
		font-weight:bold;
		font-size:1.1em;
 	margin: 20px 0;
}
.content h3left {
	text-align:left;
		color: #08397b;
		font-weight:bold;
		font-size:1.1em;
 	margin: 20px 0;
}
/* Sous-sous-titre pour les titres à l'intérieur des pages */
.content h4 {
	color: #08397b;
	font-size: 1.1em;
	margin: 20px 0 10px;
	font-weight:bold;
}
.content h5 {
	color: #08397b;
	font-size: 1em;
	margin: 10px 0 5px;
}
.validation-info {
	color: rgb(200, 134, 13);
	font-size: 1em;
	margin-bottom: 15px;
}

h2, h4, h5, h6, .h2, .h4, .h5, .h6 {
	line-height: 1.5;
}
/*************** FIELDSET ***************/
.content fieldset {
	border: 2px solid #17a1e0;
	padding: 20px;
	border-radius: 5px;
}
.content fieldset legend {
	width: auto;
	text-align:center;
	background: #17a1e0;
	color: #fff;
	font-size: 1.1em; 
	/*font-weight: bold;*/
	padding: 5px 10px ;
	border-radius: 5px;
	box-shadow: 0 0 0 5px #fff;
	margin-left:35%;
}
.content fieldset.fieldset-darkblue {
	border: 2px solid #08397b;
	padding: 20px;
	border-radius: 5px;
}
.content fieldset.fieldset-darkblue legend {
	width:350px;
	text-align:center;
	background: #08397b;
	color: #fff;
	font-size: 1.1em; 
	/*font-weight: bold;*/
	padding: 5px 10px ;
	border-radius: 5px;
	box-shadow: 0 0 0 5px #fff;
	margin-left:29%;
}

/******** CHECKBOX *******/
/* 2014-12-09 ANNE suppression de code incompris qui décale les checkbox à droite sans offrir d'alternative.
[type="checkbox"]:not(:checked),	
[type="checkbox"]:checked {	
	position: absolute;	
	left: -9999px;	
} */ 
	
[type="checkbox"]:not(:checked) + label,	
[type="checkbox"]:checked + label {	
	position: relative;	
	padding-left: 25px; 
	cursor: pointer;
}	
input[type="checkbox"]:not(:checked) + label:before,	
input[type="checkbox"]:checked + label:before {	
	content: '';	
	position: absolute;	
	left:0; top: 2px;	
	width: 17px; 
	height: 17px;
	border: 1px solid #aaa;	
	background: #f8f8f8;	
	border-radius: 3px;	
}	
input[type="checkbox"]:not(:checked) + label:after,	
input[type="checkbox"]:checked + label:after {	
	content: '✔';	
	position: absolute;	
	top: 0; left: 4px;	
	font-size: 14px;	
	color: #09ad7e;	
	transition: all .2s;
}	
/* Aspect si "pas cochée"	 */
input[type="checkbox"]:not(:checked) + label:after {	
	opacity: 0;
	transform: scale(0); 
}	
/* Aspect si "cochée"	 */
input[type="checkbox"]:checked + label:after {	
	opacity: 1;
	transform: scale(1); 
}
input[type="checkbox"]:disabled:not(:checked) + label:before,	
input[type="checkbox"]:disabled:checked + label:before {	
	box-shadow: none;	
	border-color: #bbb;	
	background-color: #ddd;	
}	
input[type="checkbox"]:disabled:checked + label:after {	
	color: #999;	
}	
input[type="checkbox"]:disabled + label {	
	color: #aaa;	
}	
input[type="checkbox"]:checked:focus + label:before,	
input[type="checkbox"]:not(:checked):focus + label:before {	
	border: 1px dotted blue;	
}	

/************* IMPUT TEXT **************/

/* Champs de texte généraux */
 .text-area, input[type="text"], input[type="password"] { 
	 font-size: 1em;
	 border-color:#cccccc;
	 overflow: hidden; 
	 border-style:solid; 
	 padding:4px 4px 4px 10px; 
	 background-color: #fff;
	 border-width:1px; 
	 border-radius:5px;	
 } 
 /* Champs de texte généraux */
.text-area:focus, input[type="text"]:focus, input[type="password"]:focus {
 	outline:none;
 	background-color: #fff;
 }
.control-label {
	 padding:4px 4px 4px 10px; 
 }
/************* TEXT AREA **************/

/* Champs de commentaire */
textarea { 
	overflow:auto;
	resize: none;
	font-size: 1em;
	border-color:#cccccc;
	border-style:solid; 
	padding:4px 4px 4px 10px; 
	background-color: #fff;
	border-width:1px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
 } 
 
/*************** Formulaires horizontaux *********************/

.form-horizontal .control-label {
	padding: 0 10px 0 0;
} 

/**************************** LISTES ***************************************/

/******************* LISTES Pages de news **************************/
.news-list .news-date {
	line-height: 2em;
	float: right;
	font-style: italic;
	font-size: 0.8em;
}
.news-list .news-subject {
	display: block;
	cursor: pointer;
	font-weight: bold;
}
.news-list li {
	margin-bottom: 1em;
}

.linkList {
	font-size: 0.9em;
}

/******************* LISTES Pages de résultats **************************/

.badge-transparent {
	background: transparent;
	color: inherit;
}

.results-tdc {
	max-width: 700px;
	/*margin-left: 4em;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid #CCC;
	font-size: 0.8em;
}
.results-tdc .li-table-title {
		border-top: solid #CCC;
}
.results-tdc li:FIRST-CHILD {
		border-top: none;
}

.results .badge {
	font-weight: normal;
	margin-bottom: 0;
}
.results .badge.score_2 {
	font-size: 0.8rem;
}
.results .badge.score_1 {
	font-size: 1rem;
}

.results ul li.li-table {
	padding: 10px 10px 0; 
	/*http://www.colorzilla.com/gradient-editor/ - White 3D #1*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,	rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,	rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}


.results	a.a-table {
}

.results .badge ul li {
	background: inherit;
	text-align: right;
}

.results .hintrowbod {
	display: inline-block;
	min-width: 50px;
	text-align: right;
	margin: 0;
	font-weight: bold;
}

.results-osct ul>li {
	font-size: 1rem;
}

.pull-right-number-large {
	min-width: 90px;
	text-align: right;
}

.pull-right-number-short {
	min-width: 20px;
	text-align: right;
}

/*************** TEXTES ***************/

.text-left-side-important {
	text-align:left !important;
}

.text-right-side {
	text-align:right !important;
}

/* Créé par Alireza pour avoir un interlettrage fixe pour que les données soient bien alignées dans un tableau */
.text-fixed-width {
	font-family: Verdana !important;
	text-align: left;
}
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style:italic;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-color-gray {
	color: #999;
}
.warning {
	color:#ff0000;
}

/*************** CONTENUS ***************/
.center {
	margin-right:auto;
	margin-left:auto;
}

/*************** COULEURS ***************/

.coul-darkblue {
	color:#08397b;
}
.coul-blue {
	color:#17a1e0;
}
.coul-red {
	color:#ff0000 !important;
}
.coul-tag {
	color:#5f5870;
}
.coul-amber {
	color:#DFA013;
}
.coul-log {
	color:#467a3f;
}

.coul-darkgrey {
	color: #333;
}

/*************** BULLES MESSAGE ***************/
.info {
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom:20px;
	padding :10px;
	background-color: #CFF5FF;
}
.info a {
	color:#08397b;
}
.info h1 {
	
}
.error {
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom:20px;
		border-radius: 5px;
	padding :10px;
	font-size:0.9em;
	color:#990000;
	background-color: #FFE2DD;
}
.error a {
	color:#990000;
}
.success {
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom:20px;
		border-radius: 5px;
	padding :10px;
	font-weight:bold;
	color:#3FD41F;
	background-color: #D8FFEA;
}

/* line 157, ../scss/styles-custom.scss */
pre {
	color: #fff;
	border-radius: 0;
	background-color: #272822;
	line-height: 1.2em;
}

.text-log {
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom:20px;
		border-radius: 5px;
	padding :10px;
	/*background-color: white;*/
	font-family: monospace;
	font-size: 0.8em;
}

.text-log-upload-errors {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:20px;
	border-radius: 5px;
	padding :10px;
	/*background-color: white;*/
	font-family: monospace;
	font-size: 1em;
}

/************* ESPACE INTERIEUR *************/

.esp-gche-15 {
	padding-left: 15px;
}
.esp-gche-30 {
	padding-left: 30px;
}
.esp-dt-15 {
	padding-right: 15px;
}
.esp-dt-30 {
	padding-right: 30px;
}
.esp-ht-20 {
	padding-top: 20px;
}

/************ ESPACE EXTERIEUR ************/

/* Pour l'insertion d'un espace de 15px de haut */
.spacer-15 {
	margin: 0 0 15px 0;
}
/* Pour l'insertion d'un espace de 30px de haut */
.spacer-30 {
	margin: 0 0 30px 0;
}
/* Pour l'insertion d'un espace de 50px de haut */
.spacer-50 {
	margin: 0 0 50px 0;
}
/* Pour l'insertion d'un espace de 70px de haut */
.spacer-70 {
	margin: 0 0 70px 0;
}
/* Pour l'insertion d'un espace de 85px de haut */
.spacer-85 {
	margin: 0 0 85px 0;
}
/* Pour l'insertion d'un espace de 100px de haut */
.spacer-100 {
	margin: 0 0 100px 0;
}

/*************** LARGEUR ***************/

.width-100 {
	min-width:100px;
}
.width-150 {
	min-width: 150px;
}
.width-200 {
	min-width: 200px;
}
.width-250 {
	min-width:250px;
}
.width-300 {
	min-width:300px;
}

/*************** DIVERS ***************/
.title {
	margin:0 25px 0 40px;	
}
.title h1 {
	/*http://www.colorzilla.com/gradient-editor/ reverse White to Transparent*/
	background: transparent;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(91%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ligne-footer {
	height:2px;
	background-color: #514b64;
	margin:0 0 13px 20px;
}
.ligne-header {
	height:1px;
	background-color: #999;
	margin:0 25px 0 40px;
}
.text-error {
	color:#990000 !important;
	text-align: center;
	margin:10px;
}
.welcome-text {
	position:relative;
	height:2.5em;
	margin-left:15px;
	margin-bottom: 40px;
	color:#08397b;
}
.texte-accueil {
	line-height: normal;
	margin-left: 40px;
}

.texte-accueil strong {
	white-space:nowrap;
}

.picto-accueil {
	top:3px;
	position:relative;
	float:left;	
	font-size: 28px;
}

.welcome-text a:hover, .welcome-text a:focus {
	text-decoration: none;
}
.text-accueil {
	position:relative;
	float:left;
}

.titre-page {
	margin-left: 12px;
	height:50px;
	margin-bottom:30px;
}
.puce-bleu {
	list-style-type: disc;
	color:#17a1e0 !important;
	margin-left:17px;
}
.puce {
	list-style-type: disc;
	margin-left:17px;
	font-size: 0.9em;
}

/******* NAVIGATION_APPLIS ********/

/* Menu horizontal */
.menu-horizontal > ul {
	list-style: none;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}
.menu-horizontal > ul {
	display: block;
	position: relative;
	width: 150px;
}
.menu-horizontal > ul li {
	white-space: nowrap;
	min-width: 200px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu-horizontal > ul li a {
	display: block;
	position: relative;
	margin: 0;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #d9d9d9;
	padding: 10px 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #11537C;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
	font-weight: bold;
	background: #F5F5F5;
}
.menu-horizontal > ul li:first-child > a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 0;
	font-size: 11px;
}
/* Arrondi menu/submenus */
.menu-horizontal > ul li:last-child > a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0;
	font-size: 11px;
}
/* L'etat hover du menu/submenu */
.menu-horizontal > ul li a:hover,
.menu-horizontal > ul li:hover > a {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	background: #17a1e0;
	background: -webkit-linear-gradient(#47c4fd, #0483bd);
	background: -moz-linear-gradient(#47c4fd, #0483bd);
	background: linear-gradient(#47c4fd, #0483bd);
	border-color: transparent;
}
/* Indication d'un sous menu (fleche) */
.menu-horizontal > ul .has-sub > a::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 10px;
	left:20px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #17a1e0;
}
.menu-horizontal > ul .has-sub > a::before {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}
/* Changement de couleur de la fleche en roll-over */
.menu-horizontal > ul li > a:hover::after,
.menu-horizontal > ul li:hover > a::after {
	border-left: 4px solid #fff;
}
.menu-horizontal > ul li > a:hover::before,
.menu-horizontal > ul li:hover > a::before {
	border-left: 4px solid rgba(0, 0, 0, 0.25);
}
/* Le sous-menu */
.menu-horizontal > ul ul {
	position: absolute;
	left: 100%;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
.menu-horizontal > ul ul li a {
	font-size: 12px;
}
.menu-horizontal > ul li:hover > ul {
	top: 0px;
	opacity: 1;
	z-index: 1;
}


/************************************* FOOTER *************************************/

/* Zone de pied de page */
.footer {
	clear:both;
	position:relative;
	margin-bottom: -150px;
	width:100%;
}
.footer p {
	margin-bottom: 1em;
}
.footer a:hover, .footer a:focus, .footer a:visited, .footer a:link, .footer a:active {
	text-decoration: none;
	color: #e7ecf8;
}
.footer .footer-gauche {
	width: 100%;
	background-color: #514b64;
	color: #e7ecf8;
	height: 130px;
	font-size: 1.5em;
}

.footer .footer-gauche p {
	color: #fff;
	font-size: 0.9em;
	margin: 20px 0 20px 0;
}
.footer .footer-gauche .icomoon-liga {
	color:#514b64;
}

/* Pied de page */
.footer .footer-droit p {
	font-size: 0.8em;
	margin-left:20px;
	color:#514b64;
}
.footer .footer-droit .mention {
	color:#17a1e0;
	font-size: 0.8em;
}
/* Pied de page */
.footer .footer-droit a {
	color:#514b64;
}
/* Pied de page */
.footer .footer-droit .logo-atih {
	width:150px;
	margin-right:150px;
	float:right;
}
.footer .footer-droit .icomoon-liga {
	font-size: 120px;
	color:#514b64;
}

/************************************* EXEMPLES *************************************/

/* line 127, ../scss/styles-custom.scss */
.ed-page:before {
	box-shadow: none;
}

/* line 130, ../scss/styles-custom.scss */
.snippet {
	padding: 5px;
	border: 1px solid #272822;
}

/* line 134, ../scss/styles-custom.scss */
.p-tiny {
	width: 21%;
}

/* line 137, ../scss/styles-custom.scss */
.grid {
	margin: 0 0 10px 0;
}
/* line 139, ../scss/styles-custom.scss */
.grid .grid-col {
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
}
/* line 143, ../scss/styles-custom.scss */
.grid .grid-col h2 {
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

/* line 150, ../scss/styles-custom.scss */
code {
	display: block;
	padding: 5px !important;
	white-space: normal !important;
}

/* line 162, ../scss/styles-custom.scss */
.prism {
	padding: 5px;
	margin: 0 0 20px 0;
}


/************************************* BOUTONS	*************************************/

/* Boutons généraux */
.content .btn, input[type="button"], input[type="submit"], input[type="reset"] {
	background: #396095;
	background-image: -webkit-linear-gradient(top, #396095, #08397b);
	background-image: -moz-linear-gradient(top, #396095, #08397b);
	background-image: -ms-linear-gradient(top, #396095, #08397b);
	background-image: -o-linear-gradient(top, #396095, #08397b);
	background-image: linear-gradient(to bottom, #396095, #08397b);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border:none;
	box-shadow: 0px 1px 3px #666666;
	color: #ffffff;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	cursor:pointer;
	min-width: 130px;
	margin-right: 1em;
}
/* Boutons généraux */
.content .btn:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{
	background: #8acfee;
	background-image: -webkit-linear-gradient(top, #8acfee, #19b3fa);
	background-image: -moz-linear-gradient(top, #8acfee, #19b3fa);
	background-image: -ms-linear-gradient(top, #8acfee, #19b3fa);
	background-image: -o-linear-gradient(top, #8acfee, #19b3fa);
	background-image: linear-gradient(to bottom, #8acfee, #19b3fa);
	text-decoration: none;
}

.btn .caret {
	margin-left: 8px;
}

.btn-action {
	float: right;
	z-index:100;
	width: 60px;
	height: 60px;
	background: transparent;
	text-align: center;
	color: #e5a91e;
	padding-top:10px;
}
.btn-action a {
	font-size: 40px;
	color:#DFA013;
}
	
.content .btn-action a:hover {
	color:#FFF;
}

.btn-action:hover {
	background-color:#e5a91e; 
	background-color:	#C8860D;
	color: #08397b;
}
.btn-down {

}
.btn-top {

}

.btn-select-all {
	
}

.btn-unselect-all {
	
}
.btn-refresh {
	bottom:3px;
	padding: 0;
	margin: 10px 0;
}
div.btn-action.btn-refresh	a i {
	width:60px;
	height: 60px;
	padding: 10px;
}
	
.btn-lien {
	padding: 7px 15px 7px 15px;
	background-color: #F5F5F5;
	font-weight:bold;
}
.btn-lien:hover {
	background-color: #17a1e0;
	font-weight:bold;
	color:#fff;
}

.btn-ul li {
	margin-bottom: 20px;
}

/*************************************	SELECT *************************************/
/* Select Profil */
.select-profil option,
.select-profil:after,
.select-profil::after,
.select-profil select {
	color: #08397b;
}
.select-profil select,
.select-profil:after,
.select-profil::after
{
	display: block;
	background:#fff;
}
.select-profil select,
.select-profil option {
	padding: 8px;
}
.select-profil {
	position: relative;
	display: inline-block;
	border: 0;
}
.select-profil:after {
	content: "\25bc";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 32px;
	height: 35px;
	font-size: 12px;
	line-height: 34px;
	text-align: center;	
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
.select-profil select {
	padding: 6px 10px 5px 10px;
	width:100%;
	border: 0;
	vertical-align: middle;
	outline: 0 none;
	color: #08397b; 
}
.select-profil option {
	background: #fff;
	color: #333;
}

/*********************************** TABLEAUX ***********************************/
/* Généralités */
table {
	
}
table tr, td {
	color: #555;
}
table td {
	font: 0.8em "Open Sans", Helvetica, Arial, sans-serif;
	vertical-align: middle;
	max-width: 25%;
}

th {
	font: 0.8em "Raleway", Helvetica, Arial, sans-serif;
	/*font-weight: bold;*/
	text-align:center;
	color:#fff;
	padding:3px 6px 3px 6px;
	cursor: pointer;
	border: 1px solid #b3e0f5;
	vertical-align: middle;
	background-color:#17A1E0;
}
.tableau-large {
	width: 100%;
}

.orangeTh {
	background-color:	#C8860D;
}
.orangeTd {
	background-color: #e5a91e;
}

.bleuTh {
	background-color:	#17a1e0;
}
.bleuTd {
	background-color: #17A1E0;
}

table .fa {
	font-size: 1.5em;
}

table .red-ball {
	color: #ff0000;
}
table .violet-ball {
  color: #A262D0;
}
table .orange-ball {
	color: #e5a91e;
}
table .yellow-ball {
	/*color: #cbcb00;*/
	background-color: #ffff00;
	color: #999;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	font-weight: 100;
}
table .green-ball {
	color: #00bd00;
}
table .brown-ball {
	color: #7955489c;
}
table .cyan-ball {
	color: #17a1e0;
}
table .sea-ball {
	color: #5fb999;
}
table .black-ball {
	color: #000000;
}
/*********************************** TABLEAUX TYPE 1 ***********************************/


/* conteneur de tableau */
.content-table {
}

.tableau-role li {
	list-style: disc;
	margin:0px;
}

/* les grand tableaux (à ascensceur horizontal) n'ont pas besoin d'entêtes trops gros */
/* par contre pour plus de visibilité je les ai mis en gras (Aliréza) */
.content-table .tableau th {
	font-weight: bold;
	font-size: 0.8rem;
}

/********** TABLEAUX TYPE 1 (n colones / titre en haut) **********/
.tableau thead {
	cursor: pointer;
	color: #17a1e0;
	background: #17A1E0;
	font: 0.8em "Raleway", Helvetica, Arial, sans-serif;
}
.tableau thead select {
	cursor: pointer;
	color: #000000;
	background: #FFFFFF;
	font: 1.2em "Raleway", Helvetica, Arial, sans-serif;
}
.tableau thead th span {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tableau tbody tr {
	color: #555;
}
.tableau tbody tr:nth-child(odd) {
	background-color: #e7f5fb;
}
.tableau.tableau-legende tbody tr:nth-child(2n+1) {
	background: transparent;
}
.tableau tbody td {
	color: #5f5870;
	padding: 5px 10px 5px 10px;
	border: 1px solid #b3e0f5;
	font: 0.6em "Open Sans", Helvetica, Arial, sans-serif;
}

.money {
	text-align: right;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}

.row_title{
	text-align: left !important;
	max-width: 600px;
	text-wrap-mode: wrap;
}


.tableau tbody td.etat {
	text-align: center;
}
.tableau tbody td a, .tableau tbody th a {
	font-size: 1em;
	color: #08397b;
	cursor: pointer;
}
.tableau {
	margin-bottom: 20px;
}
.tableau-legende tbody td {
	color: #5f5870;
	padding: 5px 10px 5px 10px;
	border: 1px solid #b3e0f5;
	font: 0.6em "Open Sans", Helvetica, Arial, sans-serif;
}

/********** TABLEAUX INVISIBLE (2 colones / titre à gauche) **********/
.tableau-1 {
	cursor: pointer;
}
.tableau-1 .td-title {
	font-weight: bold;
	color:#08397b;
	background-color: #e7f5fb;
}
.tableau-1 thead {
	cursor: pointer;
	color: #17a1e0;
	background: #17A1E0;
}
.tableau-1 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
}
.tableau-1 thead th span {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tableau-1 tbody tr {
	color: #555;
}
.tableau-1 tbody th {	/* Ajouté par Aliréza*/
	text-align: right;
}
.table-title {
	font-weight: bold;
	color:#08397b;
}	
.tableau-1 tbody td {
	color: #5f5870;
	padding: 10px 10px;
	font: 0.9em "Open Sans", Helvetica, Arial, sans-serif;
}
.tableau-1 tbody td.etat {
	text-align: center;
}
.tableau-1 tbody td a {
	font-size: 1em;
	font-weight: bold;
	color: #08397b;
	text-decoration: underline;
}
.tableau-1 {
	margin-bottom: 20px;
}

/********** TABLEAUX TYPE 3 (2 colones / titre à gauche) **********/
.tableau-2 {
	border:1px solid #17a1e0;
	cursor: pointer;
}
.tableau-2 .td-title {
	font-weight: bold;
	color:#08397b;
	background-color: #e7f5fb;
}
.tableau-2 thead {
	cursor: pointer;
	color: #17a1e0;
	background: #17A1E0;
	font: 0.8em "Raleway", Helvetica, Arial, sans-serif;
}
.tableau-2 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
}
.tableau-2 thead th span {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tableau-2 tbody tr {
	color: #555;
}
.tableau-2 tbody td {
	color: #5f5870;
	padding: 10px 10px;
	border: 1px solid #b3e0f5;
	font: 0.8em "Open Sans", Helvetica, Arial, sans-serif;
}
.tableau-2 tbody td.etat {
	text-align: center;
}
.tableau-2 tbody td a {
	font-size: 1em;
	font-weight: bold;
	color: #08397b;
	text-decoration: underline;
}
.tableau-2 {
	margin-bottom: 20px;
}

/* requestBase_7 : tableau des cmd de base (état généré, CD crée, envoyé, etc.) */
.errorColor {
	background-color: #FF7D7D;
}
/*
.generatingBaseColor {
	#FFFFBF;
}
*/
.baseGeneratedColor {
	background-color: #E4FFBF;
}
.cdCreatedColor {
	background-color: #C6FF79;
}
.cdShippedColor {
	background-color: #B7DBFF;
}
.tableau tbody tr.trAlertColor td {
	background-color: #FFFF66;
}

/* appli_38 état des process */
.processProcessingColor {
	background-color:	#C8860D;
}

/*************** Tableaux à deux colonnes en listes *****************************/
/*Premier Th du tr aligné à droite*/
table.table-dd tbody tr th:first-child {	
	text-align: right;
}

.tooltip-inner {
	max-width: 600px;
	text-align: left;
}

.verdanaSizeMoins1 {
	font-size: -1;
	font-family: Verdana, Arial;
}

.size14 {
	font-size: 14px;
}
.size18 {
	font-size: 18px;
}

.shutdown {
	color: #09397B;
	text-align: center;
}

.breadcrumb {
	margin-left: 0px;	
}

.width-30 {
	width: 30px;
}
.width-40 {
	width: 40px;
}
.width-50 {
	width: 50px;
}
.width-60 {
	width: 60px;
}
.width-80 {
	width: 80px;
}

.referenceNav a {
	display: inline-block;
	margin: 15px 10px 0;
}
.referenceNav a img {
	vertical-align: middle;
}
.referenceNav	input {
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	line-height: 34px;
	width: 36px;
	text-align: right;
	font-weight: bold;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
	/*border: solid black 1px;*/
}
.content .h3-left {
		color: #08397b;
		font-weight:bold;
		font-size:1.1em;
		margin-right: 10px;
}

.reference {
		color: #08397b;
		font-weight:bold;
}

.center-600 {
	margin-left: auto;
	margin-right: auto;
	width: 600px; /* largeur obligatoire pour être centré */
}

.table-align-right tbody td {
	text-align: right;	
}


.icon_back {
		font-size: 40px;
	color: #08397b;
}

/* Bouton retour */
.icon_back:hover {
	color: #f29124;
	text-decoration:none;
}


/*************** Tableau parametrage systeme dans un formulaire  *****************************/

.tableau-forme {
	cursor: pointer;
	font-size: 1.3em;
	
}



/********************************* Tuiles applications ******************************/
.content a.tile , .content a.tile :hover, .content a.tile :focus {
	text-decoration: none;
}
.tile {
	font-size : 0.8em;
	padding: 2em; 
	margin: 0.5em;
	text-align: left;
	background-color: #fff;
	display: block;
	border: 1px solid #eee;
	overflow: hidden;
	text-decoration: none;
	box-shadow: #ccc 2px 2px 3px;
	transition: all 0.15s ease-in-out;
	word-wrap: break-word;
}
.tile h1 {
	font-size: 2.1em;
	font-weight: 500;
	transition: all 0.15s ease-in-out;
}
.content a.tile {
	color: #514b64;
}

.tile h1 .icomoon-liga {
	color: #FFF;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

.tile-epmsi h1 .icomoon-liga {
	background-color: #17a1e0;
}
.content a.tile-epmsi:hover, .content a.tile-epmsi:focus {
	border-color: #004874;
	background: #004874;
	color: #fff
}
.content a.tile-epmsi:hover h1, .content a.tile-epmsi:focus h1 {
	color: #fff
}

.tile-enc-sanit h1 .icomoon-liga {
	background-color: #70b221;
}
.content a.tile-enc-sanit:hover, .content a.tile-enc-sanit:focus {
	border-color: #294411;
	background: #294411;
	color: #fff
}
.content a.tile-enc-sanit:hover h1, .content a.tile-enc-sanit:focus h1 {
	color: #fff
}

.tile-enc-ehpad h1 .icomoon-liga {
	background-color: #f2963f;
}
.content a.tile-enc-ehpad:hover, .content a.tile-enc-ehpad:focus {
	border-color: #733700;
	background: #733700;
	color: #fff
}
.content a.tile-enc-ehpad:hover h1, .content a.tile-enc-ehpad:focus h1 {
	color: #fff
}

.tile-enc-ph h1 .icomoon-liga {
	background-color: #c69dc4;
}
.content a.tile-enc-ph:hover, .content a.tile-enc-ph:focus {
	border-color: #4f2f4e;
	background: #4f2f4e;
	color: #fff
}
.content a.tile-enc-ph:hover h1, .content a.tile-enc-ph:focus h1 {
	color: #fff
}


.tile-mc-ssiad h1 .icomoon-liga {
	background-color: #E32D91;
}
.content a.tile-mc-ssiad:hover, .content a.tile-mc-ssiad:focus {
	border-color: #733700;
	background: #733700;
	color: #fff
}
.content a.tile-mc-ssiad:hover h1, .content a.tile-mc-ssiad:focus h1 {
	color: #fff
}


.dt-dl-inline dd, .dt-dl-inline dt {
	float:left;
	position: relative;
	font-size: 0.8em;
}
.dt-dl-inline br {
	clear:both;
	font-size: 0.5em;
}
.dt-dl-inline dt {
	clear:both;
 	width:350px;
}

.dt-dl-inline .warning {
	color: orange;
	font-weight: bold;
}

.dt-dl-inline .failed {
	color:red;
	font-weight: bold;
	position: relative;
	left: -1.15em;
}

.dt-dl-inline .succes {
	color:green;
	font-weight: bold;
	position: relative;
	left: -1.15em;
}
.dt-dl-inline .failed:before {
	content: "✘ ";
}
.dt-dl-inline .succes:before {
	content: "✔ ";
}


.sumreturn{
	font-size: 1rem;
	float: right;
}
#toc {
	font-size: 1rem;
}