/* POLICES */
@font-face {
    /*font-family: 'expletus_sansregular';
    src: url('font/expletussans-regular.eot');
    src: url('font/expletussans-regular.eot?#iefix') format('embedded-opentype'),
         url('font/expletussans-regular.woff2') format('woff2'),
         url('font/expletussans-regular.woff') format('woff'),
         url('font/expletussans-regular.ttf') format('truetype'),
         url('font/expletussans-regular.svg#expletus_sansregular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}
body {
	background-color:#fff;
	font-family: Liberation Sans, Arial;
}
a,a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
.link a:hover {
	text-decoration: none;
}

p.maxwidth, ul.maxwidth li {
	max-width: 700px;
}

p.noaccess {
	text-align:center;
	font-size:1.4em;
	padding-top:20px;
}
hr.param {
	width: 700px;
	color: #086A87;
	float:left;
}
.center {
	text-align:center;
}
input.bouton {
	color:#7D7777;
	border:0;
	padding:5px 10px 5px 10px;
	font-size:1em;
	border-radius: 5px;
	cursor: pointer;
	margin-top:3px;
}
input.boutontab {
	background-color: #7D7777;
	color:#fff;
	border:1px grey solid;
	padding:5px 10px 5px 10px;
	font-size:1em;
	border-radius: 5px;
	cursor: pointer;
	margin-top:3px;
	font-size:0.9em;
}
input.inptxt {
	font-size:1em;
}
.input_rec {
	width:9em;
	margin-top:10px;
}
.butsub {
	color:#333;	
	border:0;	
	padding:5px 5px 5px 5px;	
	font-size:1em;	
	border-radius: 5px;	
	cursor: pointer;	
	margin-top:3px;
}
/* RECHERCHE */
.bigsearch {
	margin: 0 auto;
}
.bigsearch .input_rec {
	width:12em;
	margin-top:30px;
	font-size:1.4em;
}
.bigsearch .butsub {
	padding:5px 10px 5px 10px;	
	font-size:1.2em;	
	margin-top:3px;
}
/* CADRES */

section.main {
	display:inline-block;
	padding-left: 5px;
	vertical-align: top;
	width:100%;
}
section.main article {
	padding-left:250px;
}
article.bandeau {
	padding-left:10px;
	margin-top:0px;
}
/* SELECT */
.box {
	width:auto;
	display:inline-block;
}
.box select {
  background-color: #fff;
  color: #525252;
  padding:5px;
  border-radius: 5px;
  font-size: 1em;
  min-width:200px;
  left:0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.boxh select {
	min-width:0px;
	width:70px;
}
.box::before {
  content: "\f13a";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  position: relative;
  top:4px;
  width: 0%;
  height: 100%;
  text-align: center;
  left:85%;
  font-size: 26px;
  line-height: 15px;
  background-color: transparent;
  pointer-events: none;
}
.boxh::before {
	left:65%;
}

/* LOADING */
/*.div-loading {
	position:absolute;
	z-index: 9999;
	background:rgba(255,255,255,0.8);
	margin: auto;
	text-align:center;
    width: 80%;
    height:100%;
 }
.ajax-loading {
	z-index: 9999;
	cursor : wait;
	padding-top:200px;
}*/
/* COULEURS SOLO */
header table#eval, footer#foot_eval p, input.boutev {
	background-color: #04B404;
}
header table#edit, footer#foot_edit p, input.boutseq {
	background-color: #F7D232;
}
header table#edt, footer#foot_edt p, #art_edt .itemstats, input.boutedt {
	background-color: #EF9E07;
}
.edtsep .charts {
	border-top:2px #EF9E07 dashed;
}
header table#blop, footer#foot_freq p, #art_freq .itemstats, input.boutfreq {
	background-color: #D90606;
}
header table#database, header table#index, footer#foot_db p, input.boutdb {
	background-color: #086A87;
}
header table#patro, footer#foot_param p, input.boutparam {
	background-color: #7D7777;
}
header table#search {
	background-color: #900;
}
header table#bibli {
	background-color: #003300;
}
header table#graph { 
	background-color: #1A1093;
}
header table#actes { 
	background-color: #663300;
}
header table#aides, footer#foot_aide p { 
	background-color: #7D095A;
}
/* HEADER - MENU HORIZONTAL */
header table {
	border-bottom:0px grey solid;
	margin:0, 0, 0, 0;
	position: relative;
	width:100%;
	margin-top:-8px;
}
header td {
	border-left:1px white solid;
	border-right:1px white solid;
	padding-top:-10px;
	padding-left:10px;
	padding-right:10px;
	width:60px;
	height:60px;
}
header #titre, header #module {
	color:#fff;
	width:auto;
	padding-left:30px;
	font-size:1.6em;
	font-family:expletus_sansregular,Liberation Sans, Arial;
	border-left:0px;
}
header td#titre {
	border-right:0px;
}
header #active {
	background-color: #fff
	padding-bottom:0px;
}
header img {
	height:60px;
	filter: grayscale(70%);
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
}
.grey {
	color:#ccc;
}
p.connected {
	font-style:italic;
	color:grey;
	margin-bottom:-32px;
}
/* Menu autorités */
li.itemstats {
	background-color: #7D7777;
}
li.itemstats {
	display:inline;
	border:2px white solid;
	padding:5px;
	border-radius:6px;
	margin-right:10px;
	font-weight:bold;
	font-size: 0.8em;
}
li.itemstats a, .itemstats a:visited {
	text-decoration:none;
	color:white;
}
/* Polices diverses */
a.none {
	text-decoration:none;
}
p.signal, span.signal, h2.signal {
	color:red;
	font-weight:bold;
}

/* 	CENTRE - STYLES DE LA BOITE DE SUGGESTION */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #FF4000;
	background: #FF4000;
	font-weight: normal;
	color: #ffffff;
}


/* NAVIGATION - MENU VERTICAL INTERNE AUX MODULES */
nav {
	position:relative;
	float:left;
	padding-left: 0px;
	top:2px;
	width:15%;
}
nav td {
	border-bottom:1px #ccc solid;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top: 5px;
	min-width:150px;
}
nav #top {
	border:0;
	height:48px;
}
tr.link {
	cursor:pointer;
}
tr.link td a {
	height:50px;
}
div.navleft {
	float:left;
	width:48px;
	color:#ccc;
	font-size:2em;
	margin-top:5px;
}
div.navright { 
	text-align: center;
	padding-top:15px;
	margin-top:8px;
	height:40px;
}
div.nr2 { 
	text-align: center;
	padding-top:5px;
}

/* FOOTER */
footer {
	position: relative;
    clear:both;
    margin-top: 0px;
    height: 10px;
    color:white;
}

footer p {
	padding: 10px 35px 10px 35px;
}

/* Tableau Tablesorter */
table .tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table .tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table .tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
.tablesorter td, .briques, .sequence, .retform, .dbform, .paramform {
	background-color:#fff;
}
.bccarac {
	width:83%;
}
div#pager1, div#pager2, div#pager3, div#pager4, div#pager5 {
	margin-left:100px;
}
/* Tableau finances et échéancier */
table.bordered {
	border-collapse: collapse;
	border-bottom:1px grey solid;
}
table.bordered thead td {
	font-weight: bold;
}
table.bordered td {
	border: 1px grey solid;
	padding: 5px;
}