html{
  margin:0;
  padding:0;
  height:100%;
}


body {
  color:black;
  background-color:rgb(255,255,255);
  margin:0;
  padding:0;	
  text-align:left;
  height:100%;        
}

body *{
  font-family:verdana, arial, sans-serif;
  font-size:9pt;
  color:#3c4749;
}

/************ GLOBAL STRUCTURE **********/

.global{
  min-height:100%;
  position:relative;  
}

.display_body{
  margin:0;
  padding-bottom:20px;
  padding-top:8px;
}


.display_footer{
  height:20px;
  position:absolute;
  bottom:0;
  padding:0;
  margin:0;
  width:100%;
  padding-top:3px;
  background:#F0E8DC;
}

.credits{
  margin:0;
  height:20px;
  font-family: 'Trebuchet MS',Arial,serif;
  font-size: 8pt;
  text-decoration:none;  
  margin-left:10px;   
}

.clearleft{
  clear:left;
}

.mailto_link,
.std_link{
  color:rgb(102,102,153);
  font-weight:bold;
  font-size:9pt;
}

.menu_link{
  color:#717171;
  font-size:9pt;
  text-decoration:none;
}

.menu_link_level2{
  color:#717171;
  font-size:9pt;
  text-decoration:none;
  padding-left:10px;   
}

.small_link{
  color:rgb(102,102,153);
  font-weight:bold;
  font-size:8pt;
}

.black_link{
  color:black;
  font-weight:bold;
  font-size:8pt;
  text-decoration: none;
}

.std_black_link{
  color:black;
  font-weight:bold;
  font-size:9pt;
}

.small_font{
  font-size:8pt;
}

.block1{
  width:49%;
  float:left;
  padding-right:15px;
}
.block2{
  width:49%;
  float:left;
}

.block25{
  width:24%;
  float:left;
  padding-right:5px;
}

.block40{
  width:40%;
  float:left;
  padding-right:5px;
}

.block35{
  width:34%;
  float:left;
  padding-right:5px;
}

.block65{
  width:64%;
  float:left;
  padding-right:5px;
}


/************** ZEBRA TABLE DATA ******************/

/*----------------------*/
.zebraTable{
  margin:0;  
  margin-bottom:10px;
  border-spacing:0;
  border-top: 2px dotted #CDE7FF;  
  width:100%;
  border-left:2px dotted #CDE7FF;  
  border-right:2px dotted #CDE7FF;  
  background-color:white;
}


.zebraTable td {
  margin:0;  
  padding:10px;
  border-bottom: 2px dotted #CDE7FF; 
}
/*
.zebraTable tbody tr:nth-child(odd) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}
*/
.zebraTable th {
  margin:0;  
  line-height:1;    
  padding:10px;
  border-right: 2px dotted #CDE7FF;    
  border-bottom: 2px dotted #CDE7FF;    
  text-align:center;
  background-color:#F0F8FF;
}

.zebraTable th:first-child {
  margin:0;  
  line-height:1;    
  padding:10px;
  border-bottom: 2px dotted #CDE7FF;    
  text-align:center;
}

.zebraTable th:last-child {
  margin:0;  
  line-height:1;    
  padding:10px;
  border-bottom: 2px dotted #CDE7FF;    
  text-align:center;
  border-right:0;
}

/*----BETA TABLE ------------------*/
.betaTable{
  margin:0;  
  padding-bottom:10px;
  border-spacing:0;
  border-top: 2px dotted #CDE7FF;  
}

.betaTable td{
  margin:0;  
  line-height:1;    
  padding:10px;
  border-bottom: 2px dotted #CDE7FF;    
}

.betaTable th{
  margin:0;  
  line-height:1;    
  padding:10px;
  border-right: 2px dotted #CDE7FF;    
  border-bottom: 2px dotted #CDE7FF;    
  text-align:center;
  background-color:#F0F8FF;
}

.betaTable th:first-child{
  margin:0;  
  line-height:1;    
  padding:10px;
  border-left: 2px dotted #CDE7FF;    
  border-bottom: 2px dotted #CDE7FF;    
  text-align:center;
}


/************** MESSAGES *****************/

.MessageBox{
	border:1px solid #000;
	padding:5px 5px 5px 30px;
	background-position:8px 3px;
	background-repeat:no-repeat;
	margin:2px 2px 2px 2px;
	width:auto;
	margin-bottom:5px;
	color:rgb(0,0,0);
  border-top-left-radius: 12px;                 
  border-top-right-radius: 12px;                 
}


.InformationMessageBox{
	background-image:url("../images/info.png");
	background-color:#E6ECFF;
	border-color:rgb(51,51,102);
  
}
.WarningMessageBox{
	background-image:url("../images/warning.gif");
	background-color:#FFF199;
	border-color:#F7B100;
}
.ConfirmationMessageBox{
	background-image:url("../images/tick.png");
	background-color:rgb(204,255,153);
	border-color:rgb(51,102,51);
}
.ErrorMessageBox{
	background-image:url("../images/error.png");
	background-color:#FFC1B2;
	border-color:rgb(153,0,0);
}	

/************* PAGE NUMBERING **************/
.PageNumbering{
    margin:0;
	padding:0;
	vertical-align:middle;
	text-align:right;
	float:right;
}
.PageNumbering a,
.PageNumbering select{
	color:#3c4749;
	vertical-align:middle;
	text-decoration:none;
}

.clearright{
  clear:right;
}

/************** MISC ****************/
.red_text{
  color:rgb(153,0,0);
}

.spacer{
  height:10px;
	background-color:rgb(99,99,99);
}

.font7{
  font-size:7pt;
}

.font13{
  font-size:13pt;
}

.separator{
  width:5px;
  background-color:rgb(136,136,136);
}

.nowrap{
  white-space:nowrap;
}

.orange{
  background-color:rgb(255,153,0);
}

.red{
  background-color:#FF5C5C;
}

.blue{
	background-color:#DFDFFF;
}

.green{
	background-color:#46FF46;
}

.bold{
  font-weight:bold;
}

.spacer_br{
  height:8px;
}

.italic{
  font-style:italic;
}

.light_red{
  background-color:#FFFEDB;
}

.navyblue{
  background-color:#5A6BB6;
}

.striped{
background: url('../images/stripes.png');
}

.light_grey{
background:#E9EB8A;
}

.black{
  color:black;
}

.align_right{
  text-align:right;
  white-space:nowrap;
}

.floating_left{
  float:left;
}

.soft_grey{
  background-color:#E8E8FF;
  font-weight:bold;
}

.borderleft{
	border-left:solid 1px #757575;	
}

.borderright{
	border-right:solid 1px #757575;	
}

.bordertop{
	border-top:solid 1px #757575;	
}

.borderbottom{
	border-bottom:solid 1px #757575;	
}

.align_center{
  text-align:center;
}

.column_head{
  background-color:#DBFF87;
  font-weight:bold;
}

.valign_top{
  vertical-align:top;
}  

.valign_bottom{
  vertical-align:bottom;
}

.discret{
  border:0;
}

.forgotten_pass{
  margin-left:10px;  
}

.back_home{
  padding-left:25px;  
  background-image:url("../images/back.png");
  background-position:5px;  
  background-repeat: no-repeat;
}

.ui-dialog { z-index: 15000000 !important ;}

ins{
background-color:#CAFFCA;
color:green;
}

del{
 background-color:#FFD0DA;   
 color:red;
}

#connexionBlock{
  display:inline-block;
}

#mainbox{
  font-family: calibri;
  box-sizing: border-box;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
  flex-direction:row;  
}

.news-piece {
  display: block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;

}
 
.news-piece p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
 
.news-piece a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
 
.news-piece a:hover,
.news-piece a:focus {
  text-decoration: underline;
}

.card{
min-width:300px;
/*border: 1px solid gray;
/*box-shadow: 1px 1px 3px #888;*/
max-height:600px; 
margin:5px;
background-color: white;
max-width:450px;
}

.topColor0{
  border-top: 3px solid #3766E9;  
}

.topColor1{
  border-top: 3px solid #FF9041;  
}

.topColor2{
  border-top: 3px solid #B2FF00;  
}