@CHARSET "ISO-8859-1";
/*
 * Commun style for each page of edistat.com 
 */

/*_____________________________________________________________________________
	Reset*/

html {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	background-color:#fff;
}
a {
	color: inherit;
	outline:none;
}
a:link,a:active,a:visited {text-decoration: none;}

table, tr, td, form {
	margin:0;
	padding:0;
}
a > img{border:0;}
table, tr, td {border-collapse:collapse;}
/*table.center {margin:auto;}*/

tr {vertical-align:top;}
img {
	display:inline-block;
	*display: inline;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	border-color:#000;
}

br {line-height:15px;}
hr {height:1px; margin:0; padding:0;}

ul {list-style-type:none; margin:0; padding:0;}


h1 {
	margin:0;
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
}
h2 {
	background:#669;
	color:#FFF;
	font-style:normal;
	line-height:25px;
	font-size:1.1em;
	margin:5px 0;
	padding: 0 10px;
}
h3, header.h3 {	/*Fix: header.h3 to fix <h3> miss positioning*/
	margin:5px 0;
	text-align:center;
	color:#669;
	font-size:1.1em;
	font-weight: bold;
}

/*_____________________________________________________________________________
/* ////// TOUTES PAGES ////// */


/* barre de recherche */


/*placeholder*/
::-webkit-input-placeholder { font-style:italic; }
::-moz-placeholder { font-style:italic; } /* firefox 19+ */
:-ms-input-placeholder { font-style:italic; } /* ie */
input:-moz-placeholder { font-style:italic; }

form.form_connect{
display:none;
margin: 15px 35px 0px 35px;
}
form.form_connect>label,
form.form_connect>input{
display:block;
}
form.form_connect>input{
background-color: #fff;
border: 1px solid #e4e4eb;
outline:none;
width:240px;
}
form.form_connect>input{
  margin-bottom:10px;
}
form.form_connect>label{
color:#666698;
font-weight:bold;
}
form.form_connect>button{
background-color: #e6e6eb;
border: 1px solid #c1c1d9;
border-radius: 10px;
padding: 0px 10px;
color: #666698;
margin: 0 0 10px 100px;
}
/* Menu Mes Editeurs */
.menu-editeur-liste{
display:none;
position:relative;
top:5px;
}

/* Menu Selection */
.menu-selection{
display:none;
position:relative;
top:5px;
}


/* autres */
.clear, .hrClear {clear:both; visibility:hidden; margin:0; padding:0;}
.rouge {color:#F00;}
.CadreBleu { border:1px solid #434365;}
.TeteBleu, .TeteBleuCiel, .TeteRouge  {text-align:left; padding-left:18px; font-size:13px; font-weight:bold; height:21px; line-height:21px;}
.TeteBleu {background:#434365; color:#FFF;}
.TeteBleuCiel {background:#99CDFF; color:#373753;}
.TeteRouge {background:#F30; color:#FFF;}
.bold{
	font-weight:bold;
}
.centrer {text-align:center;}

input[type='text']:focus {background:#E2E2EE;}

.tab_palmares td {border:1px solid #FFF;}

.gris_1 {background-color:#EEE;}
.marron_1{background-color:#FFE3C0;}
.jaune_1{background-color:#F7FFD9;}
.vert_1{background-color:#84BF7B;}
.vert_2{background-color:#B0FFA4;}
.bleu_1{background-color:#84BDBF;}
.bleu_2{background-color:#AAE9FF;}
.bleu_3{background-color:#73D7FF;}

.center {text-align:center;}

/*Popups*/
.opac {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	width:100%;
	height:100%;
	z-index:1;
	position:relative;
}
.limpide {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
#fond_popup{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	z-index:100;
	opacity:0.2;
}
.popup {
	position:fixed; 
	top:50%;
	left:40%;
	/*width:20%;*/
	border:1px solid #000;
	display:none;
	background:#FFF;
	z-index:2;
	padding:10px;
	text-align:center;
}
.popup>p {/*text-align:right;*/ margin:0px 0px 20px 0px;}
.popup img {width:10px; height:10px; border:0;}

/* Moteur Pertimm */
#DevReponses{
 /* position:absolute;*/
	top:25px;
  left:0;
  text-align:left;
  display:none;
  background-color:#FFF;
  margin:0;
  padding:0;
	width:100%;
	-webkit-box-shadow: 3px 3px 10px #1f1f1f;
	-moz-box-shadow: 3px 3px 10px #1f1f1f;
	box-shadow: 3px 3px 10px #1f1f1f;
	z-index:10000000000;
}
#DevReponses ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#DevReponses ul li { padding:3px 5px;
}
#DevReponses ul li a {color:#555; cursor:pointer; display:block; line-height:150%; }
.suggest:hover,.sughov{
  background-color:#2fbed4;
}
.suggest:hover a,.sughov a{ color:#000; }

/* boutons*/
.boutonsub {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #669;
  color: #534E76;
  cursor: pointer;
  font-family: arial,verdana;
  font-size: 11px;
  font-weight: bold;
  padding:2px 10px;
}
.boutonsub a{
	color:#534E76;
}


.button {
display: inline-block;
*display: inline;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
width : 27px;
height:20px;
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.small {
font-size: 0.75em;
padding: .2em 1em .275em;
}
.white {
color: #606060;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top,  #fff,  #ededed);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
color: #999;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
background: -moz-linear-gradient(top,  #ededed,  #fff);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}



/* centre */
#div_centre {margin-left:330px; margin-right:330px;}
#div_gauche {float:left; width:320px;}
#div_droite {float:right; width:320px;}

#div_droite > div {
	border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin-bottom:10px;
}
#div_droite > div span {font-weight:bold;}
#div_droite > div h2 {line-height:21px;}

.info_rouge {
	border:1px solid #EB8826;
	background:#FFF4E7;
  padding:5px;
}
.info_rouge img {
  float:right;
  margin: 5px;
}
.info_rouge span {color:#EB8826;}

.info_vert {
	border:1px solid #32958D;
	background:#F5FFFF;
}
.info_vert span {color:#18716A;}
.info_vert h2 {background:#32958D; line-height:21px;}

/* Classes - Divers */
.fleche_rouge {color:#C66; font-weight:bold;}
.voir_suite{margin:10px; text-align:right;}
.boutton_inscrire {height:40px; width:100%; display:block;}

/* Classes Bloc */
.bloc_violet {
	border:1px solid #434365;
	background:#FFF;
	margin-bottom:10px;
	overflow:auto;
	border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px; 
}
.bloc_violet>p:not(.voir_suite) {margin:0px 10px;}
.bloc_violet>ul {margin:0px 10px;}
.bloc_violet>ul>li {
	margin:0;
	border-bottom:1px solid #434365;
	padding:2px 0px;
	display:inline-block;
	*display: inline;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	width:100%;
}
.bloc_violet>h2 {background:#434365; line-height:21px;}

#sliderIndex {margin:0px auto;}
#sliderIndex>ul {margin:0; padding:0;}
#sliderIndex>ul>li {width:320px; margin:0px; padding:0;}

#controls {margin:15px 0px 10px; padding:0;}
#controls>li {
	list-style-type:none;
	display:inline;
	margin:0px 10px;
	padding:3px 6px;
	background:#E1E1ED;
	border:1px solid #434365;
}
#controls>.current{background:#434365;}
#controls>li>a{outline:none; font-size:0.9em; color:#434365;}
#controls>.current>a{color:#FFF; font-weight:bold; font-size:1em;}

.info_book {margin:0 55px 0 50px; color:#66669a;}

.acces_libre {
  color:#EB8126;
  font-size:0.9em;
  /*font-weight:bold;*/
}

.oeil {float:right; margin:0;text-align:right;}
.oeil img {border:0; margin-top:10px; margin-bottom: 2px;}


/* ////// FORMULE CLIENT ////// */

#layer1 {position:absolute; z-index:10; visibility:visible; left:200px; top:120px;}

/* Motrech */
#div_rech {float:left; margin-right:15px; width:49%;}
#filtres {float:left; width:49%}

ul.groupe_csr {
	list-style-position:inside;
	margin-left:20px;
	display:none;
}
ul.groupe_csr li {margin :2px 0;}
ul.groupe_csr li p {margin:0; cursor:default; margin-left:15px;}
ul.groupe_csr li p.nom_csr {padding:0;}

.nom_csr:hover {	background:#0a246a; color:#FFF;}

ul.groupe_csr li p.icone_arbo {
	float:left;
	background:#FFF;
	cursor:default;
	color:gray;
	border:solid 1px gray;
	line-height:8px;
	height:9px;
	width:8px;
	padding-left:1px;
	margin:2px 0px 0px -5px;
	position:relative;
	top:-14px;
}

.nom_csr a {
  color : #2277cc; 
  text-decoration : underline; 
  font-size : 0.8em; 
  margin-left : 5px;
}
.tous_rayons {margin-bottom : 10px;}

#arbo_0 {
	position:absolute;
	margin:0;
	background:#FFF;
	padding:5px 0 5px 15px;
	border:solid 1px #000;
	width:500px;
  margin-top:3px;
}

#fake_select {
	height:20px;
	border:solid 1px #669; 
	background:#FFF;
	text-align:left;
	width:306px;
	overflow:hidden;
	white-space:nowrap;
	margin:0;
	display:inline-block;
}
#fake_select #fleche_select {
	background:#D4D0C8;
	border:outset 2px #eee; 
	width:14px;
	height:16px;
	float:right;
	background-image:url('/edistat/images/fleche_select.png');
	background-repeat:no-repeat;
	background-position:4px 6px;
}

#valeur_select {
	margin-left:5px;
	line-height:19px;
	font-size:13px;
	display:block; 
	overflow:hidden;
}

#focus_select {position:absolute; left:-5000px;}

.liste_rayons {width:200px; overflow:visible; text-align:left;}

.conteneur_bloc_violet .bloc_violet:first-child {float:left; width:49.5%;}
.conteneur_bloc_violet .bloc_violet+.bloc_violet {float:right; width:49.5%;}


/* ///// MENUEDI ///// */

.photo_user {margin:5px 10px; }
.type_abo { font-weight:bold }
.type_abo span{color:#0287ED;}

.deconnexion {padding-bottom:5px;}
.retour_accueil_home {margin-top:8px; padding:5px 0 0 8px;}
.deconnexion, .retour_accueil_home, .credit_info {
  font-size:0.9em;
  background: #F9F9F9;
}

.credit_info a, .deconnexion a{
color:#0287ED;
}

.credit_info {padding:5px 0 0 10px;color:#99CDFD;}
.retour_accueil_home a:hover , .deconnexion a:hover, .credit_info a:hover{
  text-decoration:underline;
}


/* ///// PAIEMENT ///// */


.reste_compte > p {
  padding:5px;
  margin:1px;
  background:#FFF;
}
.reste_compte > p > a {
  color:#669;
  cursor:pointer;
  font-weight:bold;
  font-size:0.9em;
}
.reste_compte > p > a:hover {
  text-decoration:underline;
}


/* ///// Home Editeur ///// */


form#form_recherche_edit { margin:0 5px 5px; }
form#form_recherche_edit input[type=text] {
	padding:2px;
	width:200px;
}

.retour_recherche_edit ul  li { padding:0 0 3px 20px; }
.retour_recherche_edit input[type=submit] { margin:10px 20px; }

.resultat_liste_editeur {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 10px;
}


.p_options_selec a, .supprimer_liv_selec input, 
.export_csv a, .voir_suite a, .p_options_selec input[type="submit"] {
  color:#669;
  background:#F2F2F2;
  font-weight:normal;
  border:1px solid #669;
  padding: 3px 10px;
  font-size:0.9em;
  cursor:pointer;
}

.p_options_selec a:hover, 
.supprimer_liv_selec input:hover,
.export_csv a:hover, .voir_suite a:hover, .p_options_selec input[type="submit"]:hover, .menuGrandCompte input[type="submit"]:hover {
  color:#FFF;
  background:#669;
}

.p_options_selec a {
  margin:0px 2px;
}

.p_options_selec , .supprimer_liv_selec {
 text-align:right;
 color:#669;
 font-weight:bold;
}

.supprimer_liv_selec {
  margin-top:0px;
}
.supprimer_liv_checkbox {
  text-align:center;
  vertical-align:middle;
}


/**/
#TitrePage {
	background: none repeat scroll 0 0 #FCFCFC;
	border: 1px solid #CFCFCF;
	color: #555;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 5px 3px;
}
#TitrePage h1{
	color: #222;
	font: bold 13px Arial;
	margin: 0;
	padding:5px;
}


.tab_palmares {
	width:100%; 
	font-size: 0.9em; 
	border-bottom: 2px solid #EEE;
}
.tab_palmares th {
	background: #B1B1DA;
	border: 1px solid #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
} 
.tab_palmares td {
	text-align:left;
	padding: 5px;
	vertical-align: middle;
}
.tab_palmares td:first-child {
	text-align:center;
}
.tab_palmares td.td_oeil {
	width:60px;
	text-align:center;
}
.tab_palmares td.td_oeil img {
	margin-bottom: 4px;	
}


.legende_pm_circuit, .legende_pm_genre {
	/*border: 1px solid #CFCFCF;*/
	margin: 10px 20px 20px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}
.legende_pm_circuit li, .legende_pm_genre li {
	color:#555;
	margin-bottom:5px;
	clear:left;
}
.legende_pm_circuit span, .legende_pm_genre span {
	display:block;
	width:20px;
	height:15px;
	border:1px solid #999;
	float:left;
	margin-right:5px;
}


/* page detail (analyse)*/


.boite_livre {
	border:1px solid #cfcfcf;
	background:#fff;
	padding:10px;
	overflow:hidden;
}
.bloc_img {
	padding:3px;
	border:1px solid #cfcfcf;
	background:#fff;
	float:left;
	margin:0 10px 0 0;
}

.meta_livre { margin-left:105px; }
.meta_livre li { margin-bottom:2px; }
.meta_livre li.gencod, .meta_livre li.prix_indicatif { margin:5px 0; }
.meta_livre label { font-weight:bold; color:#333; font-size:11px;}
.meta_livre a:hover{ text-decoration:underline; }


.ul_analyse {
  margin-top:15px;
  border-bottom: 1px solid #669;
  clear:both;
  float:left;
  width:100%;
}

.ul_analyse li {
	padding:5px 15px;
	*float:left;
	display:inline-block;
	*display: inline;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	border-left:1px solid #B6B4CC;
	border-right:1px solid #B6B4CC;
}


.tab_detail_pcpal, .tab_detail_cumul { margin-right:10px; }
.tab_detail_pcpal, .tab_ventes_dernieres_smn, .tab_detail_cumul, .graph_detail_cumul {	border:1px solid #cfcfcf; margin-top:20px; float:left; }

.tab_detail_pcpal tr:first-child, .tab_detail_cumul tr:first-child { background:#669; color:#FFF; font-weight:bold; text-align:center; }
.tab_detail_pcpal td, .tab_detail_cumul td  { text-align:right; }

.tab_detail_pcpal th, .tab_detail_pcpal td,
.tab_detail_cumul th, .tab_detail_cumul td { padding:5px; border:1px solid #cfcfcf; }

.tab_ventes_dernieres_smn { float:none; }
.tab_ventes_dernieres_smn th  { font-weight:bold; color:#fff; background:#669; padding:5px; border:1px solid #cfcfcf; }
.tab_ventes_dernieres_smn  td {	padding:5px; border:1px solid #cfcfcf; }
.tab_ventes_dernieres_smn  td.result { font-weight:bold; text-align:center; }

.graph_detail_cumul {
	width:19%; text-align:center; border:0; margin:20px 10px 0 0;
}


.legende_tab_detail {	clear:both; font-size:11px; /*border:1px solid #cfcfcf;*/ padding:5px; margin:10px 0; }
.legende_tab_detail b { font-weight:bold; color:#000; }



/************** Style ED CSS ***********************/


/* Page HOME */
/* INFO COMPTE */
.info_compte { clear:both; }


.prix_barre {
  text-decoration:line-through;
}


.liste_infos label{
	width:175px;
	display:inline-block;
}
.liste_infos input{
	width:300px;
	margin-bottom:3px;
}
.liste_infos input[type=checkbox], .liste_infos input[type=radio]{
	width:30px;
}
.liste_infos select{
	width:306px;
	margin-bottom:3px;
}

#contenu{
	background:none repeat scroll 0 0 #FFFFFF;
	padding:10px;
	width:1000px;
	margin:auto;
}

.barre_outils{
	padding:5px;
	background:none repeat scroll 0 0 #E3E3E3;
	border-color:#B5B5B5;
	border-style:solid;
	border-width:1px;
	margin-top:5px;
	margin-bottom:5px;
	min-height:15px;
}
.barre_outils li{
	display:inline;
}
.droite{
	float:right;
	margin-right:50px;
}
[id^=icone_], 
[id^=icone_]>img {
	vertical-align:middle;
	width:15px;
	cursor:pointer;
}

.onglets{
	margin:10px 5px 5px;
}
.onglets li{
	border-color:#B5B5B5 #B5B5B5 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px 0;
	display:inline-block;
	cursor:pointer;
	padding:5px;
	background:none repeat scroll 0 0 #E3E3E3;
}
.onglets li.actif, .onglets li:hover, .boutonsub.actif, .boutonsub:hover{
	background:none repeat scroll 0 0 #666699;
	color:#FFFFFF;
}
.onglets li.actif a, .onglets li:hover a, .boutonsub.actif a, .boutonsub:hover a{
	color:#FFFFFF;
}

#div_recherche_livre{
	border-color:#B5B5B5;
	border-width:1px;
	border-style:solid;
	padding:5px;
	margin-top:10px;
}

.span_gestion{
	color:#9E9E9E;
	cursor:pointer;
}

.align_droit{text-align:right;}
.tab_palmares td.align_droit{text-align:right;}

.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: 3px 3px 10px #1f1f1f;
    font: 12px/150% arial,sans-serif;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
    width: 250px;
    z-index: 100000;
}
/* Revision Menu */

ul.menu_deroulant>li>label {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #0D0D5D;
	font-weight: bold;
	padding: 12px 15px 10px;
}

/* Menu item*/
ul.menu_deroulant>li {
	position: relative; /*requirement of test01*/
}

/* Sub-menu */
ul.menu_deroulant>li>ul {
	background-color: white;
}
/*_____________________________________________________________________________
	Reset bootstrap*/

body .dropdown-menu {
	font-size: 1em;
	min-width: 0;
}


/*_____________________________________________________________________________
	General*/

body {
	background-color: #f3f3f3;
	min-height: 100%;
	position: relative;
}

button[disabled] {
	color: gray;
}
table th,
table td {
	vertical-align: middle;
}
table>tbody>tr:nth-child(2n) {
	background-color: #f3f3f3;
}
table>tbody>tr:nth-child(2n+1) {
	background-color: white;
}

body {
	position: relative;
}

/* Bootstrap pagination*/
.pagination {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagination>li>a, 
.pagination>li>span {
	color: black;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
	color: #777;
}

.pagination>.active>a, 
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #DDD;
	border-color: #DDD;
}

/*_____________________________________________________________________________
	Utils*/

/* Toggler
	require parent.position = relative|absolute
*/
label.toggler {
	
}
input.toggler {
	display: none;
}
input.toggler+label+* {
	display: none;
}
input.toggler:checked+label {
	/*  */
	/*background-color: #666698; */
}

input.toggler:checked+label+* {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 100%;
}

/*Box vertical center (recommended)*/
.valignmiddle>* {
	display: inline-block;
	vertical-align: middle;
	float: none !important;
}

/*HR with text in center*/
.hr {
	width: 100%;
	height: 1px;
	background-color: #7a7a7a;
	background-clip: content-box;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.hr>span {
	background-color: white;
	position: relative;
	top: -0.5em;
	padding: 1em;
}

/*
DOES NOT WORK VERY WELL
class holder must have only 2 child*/
.duospring,
.springduo {
	display: table;
	width: 100%;
}
.duospring>*,
.springduo>* {
	width: auto;
	display: table-cell;
}
.duospring>:first-child+* {
	width: 100%;
}
.springduo>:first-child {
	width: 100%;
}

/*classic margin*/
.margin-0 {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.marginbottom {
	margin-bottom: 1em;
}
.margin-h-10 {
	margin-right: 10px;
	margin-left: 10px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-10 {
	margin: 10px;
}
.margin-15 {
	margin: 15px;
}
.margin-v-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin-v-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Flot Graph*/
.flot-pie {
	/*width: 100%;*/
	height: 200px;
}
.flot-pie {
	display: inline-block;
	position: relative;
	width: 200px;
}

/* no auto break*/
.word {
	white-space: nowrap;
}

.bookcover-m {
	max-width: 150px;
	max-height: 245px;	/*FIx IE*/
}
.bookcover-v {
	max-width: 80px;
	max-height: 124px;	/*Fix IE8*/
}

.dropdown.combo>.dropdown-menu {
	max-height: 28em;
	overflow-y: auto;
}

/* Error */
input.error {
	
}

.error-label {
	display: none;
	background-color: red;
	color: white;
	padding: 0.2em 1em;
	border-radius: 0.4em;
	font-weight: bold;
	margin: 0.4em 0;
}

input.error+.error-label {
	display: inline-block;
}

/*Info*/

.info {
	background-color: #428BCA;
	color: white;
	padding: 0.2em 1em;
	border-radius: 0.4em;
	font-weight: bold;
	margin: 0.4em 0;
	display: inline-block;
}

/**/

.col {
	float: left;
	width: 100%;
}

.coli {
	display: inline-block;
}
.box-fox {
	box-sizing: content-box;
	display: inline-block;
	max-width: 100%;
}

/**/

.padding-0 {
	padding: 0;
}

/**/
.padding-5,
.padding-h-5{
	padding-right: 5px;
	padding-left: 5px;
}

.padding-5,
.padding-v-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

/**/
.padding-10,
.padding-h-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.padding-10,
.padding-v-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

/**/
.padding-15,
.padding-h-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-15,
.padding-v-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}


/*_____________________________________________________________________________
	Header-top*/

#page>header {
	margin-bottom: 0.5em;
}
#page>header,
#page>header>.row+.row>div>a {
	color: white;
}
#page>header>:first-child {
	background-color: #442463;
	padding: 0.2em 0em;
}
.btn-headmenu {
	/*width: 10em;*/
	border: 1px solid #715989;
	border-radius: 2px;
	background-color: #502a73;
}
#page>header>:first-child button:hover {
	/*border: 1px solid #502a73;*/
	background-color: #5D3184;
}

#page>header>:first-child>div>:first-child {
	margin-right: 1em;	
}
#page>header>:first-child>div>div {
	display: inline;
}

/*_____________________________________________________________________________
	MenuEdit*/

#menuedi>.dropdown-menu {
	top: 2em;
	left: auto;	/*Reset Bootstrap*/
	width: 23em;
	right: 0;
	padding: 10px;
	color: black;
}
#menuedi>.dropdown-menu>header{
	margin-bottom: 1em;
}
#menuedi>.dropdown-menu>.glyphicon-triangle-top {
	position: absolute;
	top: -3.5%;
	left: 80%;
	color: white;
	text-shadow: 0px -6px 12px rgba(0, 0, 0, 0.176);	/*Color and radius same as bootstrap.min.css .dropdown-menu*/
}
#menuedi>.dropdown-menu>form+div {
	font-size: 0.9em;
}

.btn-connexion {
	background: #58bedc; /* Old browsers */
	background: -moz-linear-gradient(top, #58bedc 0%, #2f96b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58bedc), color-stop(100%,#2f96b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58bedc 0%,#2f96b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58bedc 0%,#2f96b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58bedc 0%,#2f96b4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #58bedc 0%,#2f96b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bedc', endColorstr='#2f96b4',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #419db8;
	border-radius: 5px;
	text-shadow: 0px 2px 1px #808080;
	color: white;
}
#menuedi #btn-register {
	color: #888888;
	border-color: #cfcfcf;
	text-shadow: 0px 2px 2px silver;
	
	
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}

/*_____________________________________________________________________________
	Header-bottom*/


#page>header>:first-child+div {
	padding-top: 10px;
	padding-bottom: 10px;
}

#page>header .navbar {
	margin-bottom: 0;
}
#page>header .navbar .input-group-addon {
	background-color: transparent;
	color: white;
	border: medium none;
}
#form-search {
	margin-top: 1em;	
}
#form-search>.input-group>input,
#form-search>.input-group>.input-group-btn>button {
	border-radius: 0;
}

#logo {
	height: 74px;
	/*width: 357px;*/
	min-width: 200px;
	background-image: url('/edistat/images/logo.png');
	background-clip: border-box;
	background-origin: border-box;
	background-repeat: no-repeat;
	
	margin-right: 1em;
}

/* User navbar*/
#page>header .navbar-nav {
	margin: 0;	/*Bootstrap fix*/
}
#navbar-user li>a {
	font-weight: bold;
	color: #442463;
}

/*_____________________________________________________________________________
	Content*/

#page {
	text-align: center;
}
#page>#content {
	display: inline-block;
	float: none;
}
#content {
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 135px;	/*Linked value #footerH */
}

/*Default block*/
#content .block-0,
#content .block,
#content [id^=block] {
	/*Reset bootstrap*/
	padding: 0;
	border-radius: 0;
	border: 1px solid #c3c3c3;
	margin-bottom: 1em;
	/*font-size: 0.85em;*/
	font-size: 11.9px;
	text-align: left;
	background-color: white;
}
#content .block-0>header,
#content .block>header,
#content [id^=block]>header {
	color: white;
	background-color: #442463;
  	padding: 0.5em 1em;
  	font-size: 1.222em;
  	font-weight: bold;
}
#content .block>.navbar,
#content [id^=block]>.navbar {
	margin-bottom: 0;
}

#content .block-0 {
	border: 0;
}

/*block sub*/
#content .block-sub {
	border: 0;
	padding: 8px;
}
#content .block-sub>header {
	color: #442463;
	background-color: transparent;
	border-bottom: 3px solid #442463;
	
	padding: 0 10px;
	padding-top: 20px;
	
	font-size: 16px;
	font-weight: normal;
}

/*enlighten*/
#content .block-enlighten {
	border: 1px solid #db2821;
}

#content .block-enlighten>header {
	background: #e55900; /* Old browsers */
	background: -moz-linear-gradient(top, #e55900 0%, #db2921 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e55900), color-stop(100%,#db2921)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e55900 0%,#db2921 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e55900 0%,#db2921 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e55900 0%,#db2921 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e55900 0%,#db2921 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55900', endColorstr='#db2921',GradientType=0 ); /* IE6-9 */
}

/**/
#content [class^=icon-],
#content [class*=" icon-"] {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


#content .toolbar {
	border: 0;
	background-color: #efefef;
	font-size: 12px;
	
	padding: 10px;
}
#content .toolbar>header {
	border-bottom: 1px solid #CFCFCF;
	background-color: transparent;
	color: black;
	font-size: 12px;
	font-weight: normal;
	
	margin-bottom: 10px;
	padding: 5px 0px;
}
.block-gray {
	background-color: #efefef;
	border: 1px solid #CFCFCF;
}

/*_____________________________________________________________________________
	Footer*/

#page>footer,
/*#page>footer nav>ul>li>a {*/
#page>footer a {
	color: white;
}
#page>footer {
	position: absolute;
	bottom: 0;
	height: 135px;	/*Linked value #footerH */
	background-color: #442463;
}

#page>footer>div {
	padding-top: 1em;
	padding-bottom: 1em;
}

/*Nav*/
#page>footer nav>ul>li {
	display: inline-block;
	color: white;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid white;
}
#page>footer nav>ul>li>a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
#page>footer nav>ul>li>a:hover {
	background-color: #442463;
}

#page>footer nav>ul>li:first-child {
	border-left: none;
}

/*Bottom*/
#page>footer>:last-child {
	text-align: left;
	font-size: 0.8em;
}

/*_____________________________________________________________________________
	*/
	
.gotodetail:before {
	content: '\e003';
	font-size: 21px;
	font-family: Glyphicons Halflings;
	color: #555;
}

/*_____________________________________________________________________________
	Ajax loading*/
	
.loading {
	background-image: url('/edistat/images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	/*height: 361px;*/
	/*float: left; */
	/*width: 100%;*/
}

.loading-0 {
	background-image: url('/edistat/images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	
	background-color: #EEE;
	
	min-height: 36px;
}
.loading-0 * {
	visibility: hidden;
}

/*_____________________________________________________________________________
	Icon (old stuff)*/
	
.icon-csv {
	background-image: url('/edistat/images/xlscsv.jpg');
}
.icon-pdf {
	background-image: url('/edistat/images/iconePdf.png');
}

/*_____________________________________________________________________________
	Table_palma*/

.table-purple {
	font-size: 0.9em;
	border-bottom: 2px solid #EEE;
}
.table-purple th {
	background: #B1B1DA;
	border: 1px solid #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.table-purple td {
	border:1px solid #FFF;
	padding: 5px;
	vertical-align: middle;
}

/**/
.table-search,
.table-palma {
	width:100%; 
	font-size: 0.9em; 
	border-bottom: 2px solid #EEE;
}	
.table-search th,
.table-palma th {
	background: #B1B1DA;
	border: 1px solid #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
} 
.table-search td,
.table-palma td {
	border:1px solid #FFF;
	text-align:left;
	padding: 5px;
	vertical-align: middle;
}

.table-palma td.visual,
.table-palma td.YEARCOUNT,
.table-palma td.MONTHCOUNT,
.table-palma td.WEEKCOUNT,
.table-palma td.RANG,
.table-palma td.EVO {
	text-align: center;
}
.table-purple td>a,
.table-palma td>a {
	width: 100%;
	padding: 5px;
	
	display: inline-block;
	box-sizing: content-box;
	
	text-align: center;
}

.table-purple td>a,
.table-purple td>form {
	margin: -5px;
}
.table-purple a>.glyphicon-remove {
	color: #E80F00;
}

.table-purple a:hover {
	background-color: #D6D6D6;
	color: white;
}


.table-palma .btn-togglecheck {
	padding: 0.4em;
	background-color: white;
}

.table-palma>tfoot {
	font-weight: bold;
}

/*_____________________________________________________________________________
	Table_synt*/

.table-synt {
	margin-bottom: 1em;
	text-align: center;
	font-size: 0.9em;
	/*width: 100%;*/
	border-bottom: 2px solid #EEE;
}
.table-synt>thead th {
	color: #669;
	font-weight: bold;
	text-align: center;
	border: 0;
	background-color: white;
}

.table-synt th,
.table-synt td {
	padding: 10px;
	border: 1px solid #EEE;
	text-align: center; /*Counter Bootstrap*/
}
.table-synt tbody th {
	width: 20%;
	background-color: #B1B1DA;
}
.table-synt td {
	width: 6%;
}

.table-synt>tbody>:first-child>:first-child:empty {
	background-color: transparent;
	border-top: none;
	border-left: none;
}

.table-synt>tbody>:first-child>td {
	font-weight: bold;
}

/*_________________*/

.table-selection td {
	font-size: 15px;
}
.table-selection .glyphicon{
	font-size: 15px;
	color: #7D7D7D;
}

/*Rename form*/
.table-selection tr>:first-child>form {
	margin: -5px -5px;
}
/*_________________*/

.table-compare tbody>:first-child {
	background-color: #19A3FF;
}
.table-compare tbody>:first-child+tr {
	background-color: #128071;
}
.table-compare tbody>:first-child+tr+tr {
	background-color: #B20A05;
}
.table-compare tbody>:first-child+tr+tr+tr {
	background-color: #F27B29;
}
.table-compare tbody>:first-child+tr+tr+tr+tr {
	background-color: #8621E5;
}
.table-compare tbody>:first-child+tr+tr+tr+tr+tr {
	background-color: #d0ab26;
}
.table-compare tbody>:first-child+tr+tr+tr+tr+tr+tr {
	background-color: #d02694;
}
.table-compare tbody>:first-child+tr+tr+tr+tr+tr+tr+tr {
	background-color: #8c8288;
}
.table-compare tbody>:first-child+tr+tr+tr+tr+tr+tr+tr+tr {
	background-color: #0d14de;
}
.table-compare tbody>:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr {
	background-color: #0dde7e;
}

/*_____________________________________________________________________________
	Circuit colors */

.table-synt>tbody>:first-child>td {
	background-color: #B1B1DA;
}
/*Libraries*/
.table-synt>tbody>:first-child+tr>th,
.table-synt>tbody>:first-child+tr>td {
	background-color: #FFCC33;	
}
/*GSA*/
.table-synt>tbody>:first-child+tr+tr>th,
.table-synt>tbody>:first-child+tr+tr>td {
	background-color: #6699CC;	
}
/*GSS*/
.table-synt>tbody>:first-child+tr+tr+tr>th,
.table-synt>tbody>:first-child+tr+tr+tr>td {
	background-color: #99CC66;	
}
	
/*_____________________________________________________________________________
	btn-ojmore*/

.btn-ojmore {
	display: inline-block;
	position: relative;
	padding: 0.5em 1em;
	padding-right: 2em;
	color: white;
	border-bottom: 0.3em solid #db2821;
background: #db2920; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMjkyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTU5MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #db2920 0%, #e55901 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db2920), color-stop(100%,#e55901)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #db2920 0%,#e55901 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #db2920 0%,#e55901 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #db2920 0%,#e55901 100%); /* IE10+ */
background: linear-gradient(to bottom, #db2920 0%,#e55901 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2920', endColorstr='#e55901',GradientType=0 ); /* IE6-8 */
}
.btn-ojmore:hover {
	text-decoration: none;
	color: white;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMjkyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTU5MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e55901 0%, #db2920 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e55901), color-stop(100%,#db2920)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e55901 0%,#db2920 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e55901 0%,#db2920 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e55901 0%,#db2920 100%); /* IE10+ */
background: linear-gradient(to bottom, #e55901 0%,#db2920 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55901', endColorstr='#db2920',GradientType=0 ); /* IE6-8 */
	
}
.btn-ojmore:hover:after {
	-webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}
.btn-ojmore:after {
	content: "\e080";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	
	position: absolute;
	right: 0.3em;
	top: 50%;
	margin-top: -0.7em;
}

@keyframes pulse{
    0% { text-shadow: 0px 0px 0px white; }
    100% { text-shadow: 0.5em 0px 0px transparent; }
}
@-webkit-keyframes pulse{
    0% { text-shadow: 0px 0px 0px white; }
    100% { text-shadow: 0.5em 0px 0px transparent; }
}
@-moz-keyframes pulse{
    0% { text-shadow: 0px 0px 0px white; }
    100% { text-shadow: 0.5em 0px 0px transparent; }
}

.btn-ojmore.disabled {
	background: none;
	filter: none;
	border: 0;
	color: #d1d1d1;
}

#navbar>ul>li {
	/*border: 1px solid #E7E7E7;
	border-bottom: none;
	border-top: none;
	margin-left: -1px;*/
}

.fade-in {
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*_____________________________________________________________________________
	Gradient*/
	
	
.gradient-purple-inv {
	background: #502a73; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwMmE3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODM3OTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #502a73 0%, #683793 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#502a73), color-stop(100%,#683793)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #502a73 0%,#683793 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #502a73 0%,#683793 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #502a73 0%,#683793 100%); /* IE10+ */
background: linear-gradient(to bottom, #502a73 0%,#683793 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#502a73', endColorstr='#683793',GradientType=0 ); /* IE6-8 */
}
.gradient-purple {
	background: #683793; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4Mzc5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDJhNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #683793 0%, #502a73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#683793), color-stop(100%,#502a73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #683793 0%,#502a73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #683793 0%,#502a73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #683793 0%,#502a73 100%); /* IE10+ */
background: linear-gradient(to bottom, #683793 0%,#502a73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#683793', endColorstr='#502a73',GradientType=0 ); /* IE6-8 */
	
}


/*_____________________________________________________________________________
	DataTable*/
	
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
/*
table.dataTable thead .sorting:after {
  background-image: url("../images/sort_both.png");
}*/
table.dataTable thead th {
	position: relative;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-clip: padding-box; /*Moz Fix*/
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	padding-right: 1.5em;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	/*float: right;*/
	padding-left: 0.2em;
	padding-right: 0.2em;
	position: absolute;
	right: 0;
}
table.dataTable thead .sorting_asc:after {
	content: "\e253";
}
table.dataTable thead .sorting_desc:after {
	content: "\e252";
}

/*_____________________________________________________________________________
	Header*/

/**/
.header-0,
.header-1 {
	color: #442463;
	background-color: transparent;
	border-bottom: 3px solid #442463;

	font-size: 16px;
	font-weight: normal;
}

.header-0 {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 4px;
}
.header-0>span>span {
	font-weight: bold;
}

.header-0-orange {
	color: #e55a00;
	border-bottom: 2px solid #e55a00;
}

.header-1 {
	padding: 0 10px;
	padding-top: 20px;
} 

.header-sub {
	color: #669;
	font-weight: bold;
	text-align: center;
}


/*_____________________________________
*/

.box-white {
	border: 1px solid #C3C3C3;
	background-color: white;
}
.box-grey {
	border: 1px solid #C3C3C3;
	background-color: #efefef;
}

/*_____________________________________
	TypeAhead*/
	
/*
<span class="tt-dropdown-menu">
  {{#datasets}}
    <div class="tt-dataset-{{name}}">
      {{{header}}}
      <span class="tt-suggestions">
        {{#suggestions}}
          <div class="tt-suggestion">{{{suggestion}}}</div>
        {{/suggestions}}
        {{^suggestions}}
          {{{empty}}}
        {{/suggestions}}
      </span>
      {{{footer}}}
    </div>
  {{/datasets}}
</span>
*/
.twitter-typeahead {
	width: 100%;
	vertical-align: middle;
}

.typeahead,
.tt-query,
.tt-hint {
  /*width: 396px;
  height: 30px;
  padding: 8px 12px;*/
  /*font-size: 24px;
  line-height: 30px;*/
  /*
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;*/
}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  color: black;
  text-align: left;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/*_____________________________________
	*/

/*nth-child(5)*/
#analyse-cumul>thead>tr>:first-child+*+*+*+*,
#analyse-cumul>tbody>tr>:first-child+*+*+*+* {
	font-weight: bold;
	border-left: 3px solid #EEE;
}

/**/

.nav-tabs-grey {
	background-color: #efefef;
	border: 1px solid #cfcfcf;
	margin-top:-1px;
}
.nav-tabs-grey>li {
	margin-bottom: 0;
}
.nav-tabs-grey>li>a {
	background-color: #efefef;
	border: 0 solid #cfcfcf;
	border-right-width: 1px;
	border-radius: 0;
	margin-right: 0;
}
.nav-tabs-grey>li>a:hover {
	border: 0 solid #cfcfcf;
	border-right-width: 1px;
}
.nav-tabs-grey>li.active>a:focus,
.nav-tabs-grey>li.active>a:hover,
.nav-tabs-grey>li.active>a {
	color: #442463;
	font-weight: bold;
	border: 0 solid #cfcfcf;
	border-right-width: 1px;
	outline: none;
}
.nav-tabs-grey>li.pull-right>a {
	border: 0 solid #cfcfcf;
	border-left-width: 1px;
}

/**/
.nav-tabs-simple {
	border: none;
}

.nav-tabs-simple>li {
	margin-bottom: 0;
	position: relative;
}
.nav-tabs-simple>li:hover:before,
.nav-tabs-simple>li:before {
	content: '|';
	position: absolute;
	top: 50%;
	margin-top: -0.7em;
	left: 0;
	z-index: 100;
}
.nav-tabs-simple>li:first-child:before {
	content: '';
}

.nav-tabs-simple>li>a {
	border: 0;
	margin-right: 0;
}
.nav-tabs-simple>li.active>a:hover,
.nav-tabs-simple>li>a:hover {
	border: 0;
	border-radius: 0.5em;
}

.nav-tabs-simple>li.active>a {
	border: 0;
	font-weight: bold;
	background-color: transparent;
	color: black;
}

/**/
.panel0 {
	background-color: white;
	border-radius: 0;
	border: 1px solid #c3c3c3;
	text-align: left;
	font-size: 12px;
}


/**/
.btn-orange {
	color: white;
	background-color: #f74b30;
	border-color: #f74b30;
	border-radius: 2px;
	transistion: 1s;
}
.btn-orange[disabled] {
	color: black;
	background-color: silver;
	border-color: gray;
}

/**/
.text-orange {
	color: #f74b30;
}

.text-green {
	color: #009036;
}
.text-red {
	color: #D44950;
}
.text-white {
	color: white;
}

/**/
.select-orange>option {
	transition: 0.5s;
}
.select-orange>option:hover {
	color: white;
	background-color: #f75f30;
}
.select-orange>option[selected] {
	color: white;
	background-color: #f74b30;
}

/**/
a.collapser-0:after {
	font-family:'Glyphicons Halflings';
	content:"\e114";
	color: grey;
}
a.collapser-0.collapsed:after {
	content:"\e080";
}

.control-edis {
	/*height: 34px;*/
	padding: 6px 12px;
	
	font-size: 14px;
	line-height: 1.42857;
	
	color: #555;
	background-color: #FFF;
	background-image: none;
	
	border: 1px solid #CCC;
	border-radius: 4px;
	
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/*_____________________________________________________________________________
	Bootstrap overrule*/
	
.form-control {
	border-radius: 1px;
}

@media print {
	a[href]:after {
		content: none !important;
	}
}

/*_____________________________________________________________________________
	Datepicker*/
	
#ui-datepicker-div {
	
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}