
/***********************************
*
* @package   CSS Document - SyGID 5
* @author    LIVET Johan
* @copyright 2014 APVL 
* @link      http://www.apvl.com
*
***********************************/

* { margin: 0; padding: 0;	 }

html { height: 100%; width: 100%;}

body{
	background: #FFFFFF; 
	color:#5E5E5E; 
	min-width: 800px; 
	text-align: center;
	font:13px/18px Roboto, Arial, Helvetica, sans-serif;
}

img {
	border : 0px;
}
a,a:link,a:visited,a:hover,a:active{
	text-decoration : none;	
	color : #cc071e;
}

.majuscule{
    text-transform: uppercase;
}
.liens {
	cursor: pointer;
	color : #cc071e;
}
.color{
	color : #cc071e;
}

/************************* Info Bulles *************************/
.tablesorter th.headerSortUp { 
    background-image: url(../img/small_asc.gif); 
} 
.tablesorter th.headerSortDown { 
    background-image: url(../img/small_desc.gif); 
} 
.tablesorter th.header { 
    background-repeat: no-repeat; 
    background-position: center left; 
    cursor: pointer; 
} 

/************************* Info Bulles *************************/

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span, a.tooltip2 span, a.tooltip3 span , a.tooltip4 span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-10px; margin-left:28px;
    line-height:14px;
}
a.tooltip2 span { margin-left:50px;}
a.tooltip3 span {font-size: 11px; margin-top:-28px; margin-left:80px; width:35px; }

a.tooltip4 span {margin-top:-50px; margin-left:-100px;}

a.tooltip:hover span, a.tooltip2:hover span, a.tooltip3:hover span, a.tooltip4:hover span {
    display:inline; position:absolute; color: black;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:10px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span, a.tooltip2 span, a.tooltip3 span, a.tooltip4 span   {
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}


@-webkit-keyframes blinking {
  from { background-color: red; }
  to { background-color: inherit; }
}
@-moz-keyframes blinking {
  from { background-color: red; }
  to { background-color: inherit; }
}
@-o-keyframes blinking {
  from { background-color: red; }
  to { background-color: inherit; }
}
@keyframes blinking {
  from { background-color: red; }
  to { background-color: inherit; }
}
.blinking {
  -webkit-animation: invalid 1s infinite; /* Safari 4+ */
  -moz-animation:    invalid 1s infinite; /* Fx 5+ */
  -o-animation:      invalid 1s infinite; /* Opera 12+ */
  animation:         invalid 1s infinite; /* IE 10+ */
}
.blinking-background {
	opacity:0;	
}


/************************* Popup text validation (test) *************************/
#success {
	background-color: #6CB367;
	border : 1px solid #4B8048;
	width: 300px; 
	height: 40px;	
	margin: auto;
}
#error {
	background-color: #D85B5B;
	border : 1px solid #B62224;
	width: 300px; 
	height: 40px;	
	margin: auto;
}
.message {
	color : white;
}

/************************* Menu header *************************/

#contbody{
	margin-top:-18px;
}
#menu {
	width: 100%;
	height: 90px;
	background: url('../img/header_bg.png') repeat-x;
}
#menu_logo {
	width: 200px;
	height: 90px;	
	float: left;
	margin-left: 14.2%;
	background: url('../img/header_logo.png') no-repeat;
}
#menu_login{
	width:50%;
	height: 20px;
	margin-right:16%;
	margin-top:5px;
	float: right;
	position:relative;
	color: white;
	text-align:right;
	font-weight: bold; 
	font-size: 90%;
}

#img_log {
	width: 20px;
	height: 20px;
	margin-top:-2px;
	cursor:pointer;
}
#menu_blackline {
	width: 100%;
	height: 2px;
	background: #cc071e repeat-x;
}

#menul{
	float : left;
	margin-left : 20px;
	padding-top : 5px;
}
#menul img {
  vertical-align:middle;
}
#menul a { 
	display:block; 	
	margin-right: 1px;
	padding: 10px 10px 14px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border:none;
	color: white;
	text-align : left;
	text-decoration: none;	
}
#menul > li {
	float: left;
	display: block;
	margin-right: 1px;
	border:none;
	position: relative;
	display:inline-block;
	padding: 5px 10px 14px 10px;
}
#menul > li li {    
	white-space: nowrap;
	background: url('../img/menu_bg_selection.png') repeat-x;
	border-radius : 3px;
	border : 1px solid #cc071e;
}

#menul > li li:hover { 
	background: url('../img/menu_bg_hover.png') repeat-x;
	text-decoration: none;
	border-radius : 5px;
}
#menul > li li:hover a{
	color : #556067;
}


#menul > li:hover {
	background: url('../img/menu_bg_hover.png') repeat-x;
	text-decoration: none;
}
#menul > li:hover a{
	color : #cc071e;
}

/* (presque) fin de la partie positionnement/déco */
/* dans cette déclaration, on fixe le max-height */
#menul ul {
	list-style: none;
	line-height: normal; 
	position: absolute;
	max-height:0em;	
	margin-left: -10px;
	padding-top: 15px;
}
/* ici on change la valeur de max-height au :hover */
#menul > li:hover ul {
	max-height: 13em;
}
.ss{
	overflow: hidden;
	width: 200px;
}
.current_page_item {
	background: url('../img/menu_bg_selection.png') repeat-x;
	text-decoration: none;	
	border-right : 1px solid #cc071e;
	border-top   : 1px solid #cc071e;
	border-left  : 1px solid #cc071e;
	color : #cc071e;
}
.current_page_item span{
	color : #cc071e;
}

/************************* Div connexion *************************/
#connexion {
	margin : 0 auto;
	background: url('../img/badge-connexion.png') no-repeat;
	width: 390px;
	height: 344px;	
}
#connexion  table {
	line-height : 45px;
}
#connexion  input {
	border: #cc071e 1px solid;
}
#connexion  select {
	border: #cc071e 1px solid;
	color : black;
}

.espace {
	padding-top: 30px\9 !important;	
}

/************************* Div footer *************************/
#footer {
	height: 83px;
	margin: 0 auto;
    position: relative;
	width: 100%;
	background: url('../img/footer_bg.png') repeat-x;
}
#footer_gauche {
	display:inline-block;
	width: 35%;
	float:left;
	text-align: left;
	margin-left:15%;
}
#footer_droite {
	display:inline-block;
	width:35%;
	float:left;
	text-align: left;
}
#footer_orangeline{
	width: 100%;
	height: 2px;
	background: #cc071e repeat-x;
}

/************************* Encadrer Rechercher *************************/
.rech, .rech3 {
	margin: auto; 
	padding: auto;
	width: 70%;
	height: 40px;
	line-height: 40px;	
	text-align : left;
	font-size : 12px;
	background: #FFFFFF repeat-x;
	border: 1px solid #C8C8C8;
	border-radius: 3px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.rech3 {
	height: 50px;
}
.rech_wborder {
	margin: auto; 
	padding: auto;
	width: 70%;
	height: 40px;	
	text-align : left;
	font-size : 12px;
}
.rech_wborder2 {
	margin: auto; 
	padding: auto;
	width: 70%;
	text-align : left;
	font-size : 12px;
	margin-top:-50px;
}

.rech img , .rech_wborder img, .rech3 img , .rech_wborder2 img {
	margin-left: 5px;
	vertical-align:middle;
	width: 20px;
	height: 20px;
}
.rech a , .rech3 a , .rech_wborder a{ 
	text-decoration:none; 
	color : #cc071e;
} 

.rech2{
	margin: auto; 
	padding: auto;
	width: 70%;
	height: 50px;
	margin-top : -3%;
}

#img_mnu {
	cursor: pointer;
	vertical-align:middle;
	margin-left : 10px;
	width: 50px;
	height: 50px;	
	float: right;
	background: #FFFFFF repeat-x;
	border: 1px solid #C8C8C8;
	border-radius: 3px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/************************* Page content *************************/

#sstitle {
	height: 70px;
	width : 65%;	
	width:\9 !important;	
	text-align : left;
	padding-left: 15%;
	margin-top  : 30px;
	padding-top: 30px\9 !important;	
}
.color-form {
  float : left;
  display: block;
  width: 6px;
  height: 40px;
  background-color: #cc071e;
  margin-top : -3px;
}
.color-title {
	margin-left : 10px;
	font-weight : bold;
	font-size: 16px;
	color: #556067;
}
.color-sstitle {
	margin-left : 10px;
	font-size: 13px;
	color: black;
}

.bd_title {
	border-top: 1px solid #ccc;	
	width: 70%;
    clear: both;
    margin: auto;
}

.bd_title_text{
	width: 70%;
	margin-left : 5px;
	font-weight : bold;
	font-size: 13px;
	color: black;
	float: left;
}


/************************* Page content Form Validator *************************/

.form-error {
	color : red;	
	font-weight: bold;
}

/************************* Page content 2 : template *************************/

.fiche, .fiche2, .fiche3{
  width:60%;  
  width:\9 !important;
  margin-left:20%;
  text-align: left;
}
.fiche p {
  margin-left:10px;
}
.fiche table {
  width : 100%;
  line-height:25px;
}
.fiche2 table {
  width : 100%;
  line-height:25px;
}
.fiche3 {
  width:85%;  
  margin-left:15%;
}
.align_title {
	float:left;
	text-align:left;
	margin-left:35%;
}
.bandeau_title {
  margin: auto; 
  padding: auto;
  display: block;
  width: 70%;
  height: 20px;
  background-color: #cc071e;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.bandeau_content{
	margin: auto; 
	padding: auto;
	width: 70%;
	margin-left:15%;
}

.bandeau_content_mp{
	margin: auto; 
	padding: auto;
}

.bandeau_content table {
	border: 1px solid #C8C8C8;
	border-radius: 3px;	
	border-collapse: collapse;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.bandeau_content a {
	text-decoration:none; 
	color : #cc071e;
}

/* nth-child(even) cible les lignes paires. */
.bandeau_content table tr:nth-child(even),
.bandeau_content_mp table tr:nth-child(even),
.fiche table tr:nth-child(even),
.fiche3 table tr:nth-child(even) { 
	background-color: #f7f7f7;
}

.hoverable tr:hover, 
.hoverable tr:nth-child(even){
  background-color: #ffff99;
}


.entete{
	background-color:#556067;
	color: white;
	font-weight: bold;
	height:25px;
}
.entete_total{
	color: black;
	font-weight: bold;
	height:25px;
}
.agent{
	color : black;
	text-align :left;
	border-left: 1px solid #C8C8C8;
	padding-left: 10px;
}
.agent a {text-decoration: none;color:inherit;}

.agent a:hover {
	color:#cc071e;
}
.prof{
	color : black;
	text-align :left;
	border-left: 1px solid #C8C8C8;
	padding-left: 10px;
}
.dose{
	border-left: 1px solid #C8C8C8;
	text-align:left;
}
.dose a {text-decoration: none;color:inherit;}

.img_bandeau_title{
	width : 32px;
	height : 32px;
	margin-top: -6px;
	float : right;
	cursor: pointer;
}

#bg_jauge {
	text-align:left;
	z-index:24;
	width: 100%;	
	width:\9 !important;
	height: 8px;
	background: #F0F0F0 repeat-x;
	margin-left: 5px;
	border: 1px solid black;
	border-radius: 3px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* hack Chrome sur les jauges */
@media screen and (-webkit-min-device-pixel-ratio:0)
{ #bg_jauge {width: auto;} }


#ct_jauge {
	height: 6px;
	background-repeat : repeat-x;
	border: 1px solid;
	border-radius: 3px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/************************* Page content 3 : template *************************/

#tb_dosi td { 
	padding: 5px 0; 
}

#bg_dosi {
	margin: auto; 
	padding: auto;
	width: 95%;	
	height: 150px;
	color : black;
	font-size: 11px;  
	border: 1px solid #C8C8C8;
}

#bg_dosi2 {
	margin: auto; 
	padding: auto;
	width: 95%;	
	height: 100px;
	color : black;
	font-size: 11px;  
	border: 1px solid #C8C8C8;
}

.bandeau_dosi {
  display: block;
  width: 100%;
  height: 35px;  
  text-align : left;  
  background: #F0F0F0 repeat-x;
  border-bottom : 1px solid #C8C8C8;  
}
.nume_dosi{  
  color: #cc071e;
  font-weight: bold;
  font-size: 14px;   
  text-align : left;
  margin-left: 5px;
}
.nume_dosi a {
  text-decoration:none;	
  color: #cc071e;
}
.type_dosi {
  color: #808080;
  font-size: 12px;   
  text-align : left;
  margin-left:5px;
}
.bandeau_content_dosi{
	width: 100%;
	height: 35px;
	text-align : left;
	border-bottom : 1px solid #C8C8C8; 
}
.bandeau_content_dosi span {
	margin-left:5px;
}
#icone_dosi{
	float:right; 
	height:35px; 
	margin-top:-16px; 
	margin-right:5px;
}

#icone_delai {
	float:right;
}
#icone_delai span{
	display:none; 
}
#icone_delai:hover span{
	display:block;	
	position:absolute;
	color: red;
	font-size: 11px;
	font-weight: bold;
	margin-top :-33px;
	margin-left:-85px;
}
#com_dosi{
	width:60%;
	margin-left:15%;
	text-align:left;
}

/************************* Graphiques *************************/

.cumul_titre{
  color: black;
  font-weight: bold;
  font-size: 14px;  
}

#char1, #chart2 {
	height:300px; 
	width :70%; 
	margin :auto; 
	padding : auto;
}

/************************* Fiche content *************************/
#content_gauche {
	display:inline-block;
	width: 49%;
	text-align: left;
	margin-left : 1%
}
#content_droite {
	display:inline-block;
	width:49%;
	text-align: left;	
	margin-left:49%\9 !important;
	margin-top:-15%\9 !important;
}

/************************* Scroll to top *************************/

.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	background: url('../img/scrolltop_40.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}

/************************* Bouton de validation des fiches. *************************/
.export-button, .export-buttoD, .export-buttoG, .export-buttoM, .export-button2{
	width: 50px;
	margin-left: 20%;
	background: url("../img/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 30% 30% #cccccc;
    border: 1px solid #aaaaaa;
    font-weight: bold;
	-webkit-border-radius: 4;
    -moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	cursor: pointer;
}


.export-button3{
	width: 120px;
	height:25px;
	margin-left: 1.5%;
	background: url("../img/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 30% 30% #cccccc;
    border: 1px solid #aaaaaa;
    font-weight: bold;
	-webkit-border-radius: 4;
    -moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	text-decoration: none;
	cursor: pointer;
	color: black;
	text-align:center;
}

.export-buttoD{
	width: 50px;
	margin-left: 15%;
	margin-top : -40px;
}
.export-buttoG{
	width: 50px;
	margin-left: 0%;	
}
.export-buttoM{
	width: 50px;
	margin-left: 30%;
	margin-top : -40px;
	text-align : center;
}
.export-button2{
	width: 75px;
	margin-left: 15%;
	color: black;
}

/************************* Page content 4 : export template *************************/

/* Div invisible de super-position pour ne pas cliquer sur les jours */
#cover_date{
  margin-left: 77px;
  margin-top: -167px;
  height: 160px;
  width: 200px;
  opacity :0;
}
#div-loading, #loadin2{
  position:absolute;  
  margin-left: 150px;
  margin-top: -30px; 
}
#div-loading3{
  position:absolute;  
  margin-left: -300px;
  margin-top: -30px; 
}

#div-loading4{
  position:absolute;  
  margin-left: 150px;
  margin-top: -30px; 
}


#liste_histo, #liste_histo2{
  overflow:auto;
  margin-top: 20px; 
  height:200px;
}
#liste_histo span, #liste_histo2 span{
	color: #cc071e;
	font-weight: bold;
}
#sup_hisd{
	margin-top: 20px; 
	color: #cc071e;
	font-weight: bold;
	cursor: pointer;
	clear:both;
}
#sup_hisi{
	margin-top: 20px; 
	margin-left:20px;
	color: #cc071e;
	font-weight: bold;
	cursor: pointer;
}
#exp_admi{
	position : absolute;
	margin-top : -45px;
}
#exp_irsn{
	margin:auto; 
	padding:auto; 
	width:60%; 
	text-align:left;
}
#exp_irsn span{
	position : absolute;
	color:red;
	margin-left:10px;
	margin-top:20px;
	font-weight: bold;
}
.content_exp{
	margin: auto; 
	padding: auto;
	width: 60%;
	height: 380px;
	text-align : left;
	background: #FFFFFF repeat-x;
	border: 1px solid #C8C8C8;
	border-radius: 3px;	
}
.content_exp_onglet{
	margin: auto; 
	padding: auto;
	width: 60%;
	text-align : left;
	background: #FFFFFF repeat-x;
	/*border: 1px solid #C8C8C8;*/
	border-radius: 3px;	
}
.content_ver{
	margin: auto; 
	padding: auto;
	background: white;	
	width: 60%;
	height: 40px;
	text-align : left;
	font-size : 12px;
	color : black;
	border: 1px solid #C8C8C8;
	border-radius: 3px;
}
.content_ver p {margin-top :12px; margin-left: 5px;}
.title_exp{
	margin: auto; 
	padding: auto;
	background: white;	
	height: 40px;
	text-align : center;
	font-size : 14px;
	color : black;
	border-bottom: 1px solid #C8C8C8;
}
.title_exp table{ width:100%;}
.title_exp td{ width:50%; line-height: 35px;}

.title_exp_onglet, .title_exp_onglet2 {
	margin: auto; 
	padding: auto;
	background: white;	
	height: 40px;
	text-align : center;
	font-size : 14px;
	color : black;	
}
.title_exp_onglet table, .title_exp_onglet2 table{ width:100%;}
.title_exp_onglet td{ width:50%; line-height: 40px;}
.title_exp_onglet2 td{ width:33%; line-height: 40px;}

#datepicker {
	margin-top : 20px;
	margin-left: 30px;
}
.hide-calendar .ui-datepicker-calendar {
  display: none;
}

.export-button{
	width: 50px;
	background: url("../img/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 30% 30% #cccccc;
    border: 1px solid #aaaaaa;
    font-weight: bold;
	-webkit-border-radius: 4;
    -moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: black;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	cursor: pointer;
}


/************************* Page content 5 : Configuration *************************/

#content {
	margin: auto; 
	padding: auto;
	height: auto;
	width: 70%;
}
.titre_cfg{
	position:absolute;
	margin-top: 40px;
	margin-left : -190px;
	color : #556067;
	font-size : 18px;
	font-weight: bold;
	cursor:pointer;
}
.titre_cfg2{
	position:absolute;
	margin-top: 30px;
	margin-left : -190px;
	color : #556067;
	font-size : 18px;
	font-weight: bold;
	cursor:pointer;
}
.sousmenu a, li{
	/*margin-left:15px;*/
	text-decoration: none; 
	color: #556067;
}
.sousmenu li:hover{
	color: #cc071e;
}
.sousmenu a:hover{
	color: #cc071e;
}

#jstree {
	margin-left: 25%;
	text-align : left;
}
