/* CSS Document */
html, body {border: 0; margin: 0; padding: 0; height: 100%; overflow:hidden;}

table, th, td 
{
    border: 0 none black;
	border-spacing: 0px;
}

.Commission
{
    position: relative;
    display: block;
    
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    width: 914px;/*calc(100% - 202px);*/
    height: 50px;
    
    border-color: gray;
    border-width: 1px;
    border-style: solid;        
    
    box-shadow: 1px 1px 12px #555;
}

.lab_Commission
{
    position: relative;
    display: inline;
    vertical-align: central;
    color: black;
    font-family: Century_Gothic;
    font-size: 1.0em;
    font-weight: bold;    
    line-height: 50px;
    width:  100%;
    top: -20px;       
    
    margin-left: 15px;
}

.array1
{
    position: relative;
    display: table;
    
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    
    width: 916px;/*calc(100% - 200px);*/
    height: auto;
    
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    
    box-shadow: 1px 1px 12px #555;
}

.dialog
{
    position: absolute;        
    display: block;
    
    width: 100%;
    height: 100%;
    
    background-color: silver;
   /* opacity: 0.5;
    filter: alpha(opacity=50);*/
}

#z_login
{
   position: relative;
   display: block;
   top: 100px; 
}

.dgl_login
{
    position: relative;
    display: block;
    margin: auto;
    vertical-align: central;
    top: calc(50% - 150px);
    
    background-color: white;
    
    border-radius: 5px;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    
    width: 600px;
    height: 300px;
    box-shadow: 5px 5px 5px 1px gray;
    z-index: 2;
}

.line
{
    position: relative;
    display: inline;
    
    color: black;
    font-family: Century_Gothic;
    font-size: 1.4em;
    font-weight: bold;    
    margin-top: 0px;
    
    line-height: 25px;	
    width: 100%;
}

.buttonCnx
{
    height: 40px;
    width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
    color: black;
    font-family: Century_Gothic;
    font-size: 0.8em;
    font-weight: bold; 
}

.font1
{
    color: black;
    font-family: Century_Gothic;
    font-size: 1.0em;
    font-weight: bold;
}

.alertify-log-custom 
{
	background: blue;
}

.help
{
	cursor: help;
}

.cursor
{
	cursor: pointer;
}

.cursor_move
{
	cursor: move;
}

.dodgerblue
{
	background-color: dodgerblue;
}

.text_title
{
    position: relative;
    display: inline-block;
    
    color: white;
    font-family: Century_Gothic;
    font-size: 0.8em;
    font-weight: bold;
    
    line-height: 35px;	
    
    vertical-align: middle;
    text-align: center;	
}

.text_row
{
    position: relative;
    display: inline-block;
    
    color: black;
    font-family: Century_Gothic;
    font-size: 1.2em;
	font-weight: normal;
    
    line-height: normal;
/*	margin-left: 2px;*/
    
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	
    vertical-align: middle;
    text-align: justify;
}

.text_row_c
{
    position: relative;
    display: inline-block;
    
    color: black;
    font-family: Century_Gothic;
    font-size: 0.8em;
	font-weight: normal;
    
    line-height: 20px;
	/*margin-left: 2px;*/
    
	height: 40px;
	margin-top: auto;
	margin-bottom: auto;
	
    vertical-align: middle;
    text-align: center;
}

.img_line_star
{
	position: relative;
    display: block;
	
	width: auto;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

.line0
{
	position: relative;
    display: block;	
	left: 0;	
    
	width: 100%;
	height: auto;
	
	background-color: beige;
}

.line1
{
	position: relative;
    display: block;		   
	left: 0;    
	
	width: 100%;
	height: auto;
	
	background-color: white;
}

.t_menu
{
    width: 40px;  
}


.t_Amelioration
{
    width: 550px;
}

.t_annee1
{
    width: 70px; 
}

.t_annee2
{
    width: 70px; 
}

.t_annee3
{
    width: 70px; 
}

.t_delai
{
    width: 50px; 
}

.t_qualite
{
    width: 50px; 	
}

.menu_array
{
	position: relative;
	display: block;
	
	height: 32px;
	width: auto;	
}

#menu_div
{
	position: absolute;
	display: block;
	left: calc(50% - 500px);
	width: 916px;
	height: 35px;
	top: 10px;
}

#title
{
    position: absolute;
    display: inline;
    
    width: 100%;
    
    text-align: center;    
    color: deepskyblue;
    font-family: Century_Gothic; 
    font-size: 2.8em;
}

#subtitle
{
    position: absolute;
    display: inline;
    
    width: 100%;
    
    text-align: center;    
    color: #EC3C3F;
    font-family: SUSANNA; 
    font-size: 1.8em;
    top: 45px;
}

#zone_array
{
    position: absolute;
    display: block;
    
    top: 80px;
    
    width: 100%;
    height: 100%;
    
   /* background-color: cornflowerblue;*/
}

.title_array
{
    /*position: relative;
    display: block;	
    
    width: 100%;
    background-color: dodgerblue;*/
    height: 35px;
}

#container_array
{
    position: relative;
    display: block;
	width: 100%;
	height: calc(100% - 35px);	
}

#DLG
{
	position: absolute; 
	display: block;
	width:800px;
	height:300px;
	background-color: white;
	z-index: 999;
	top: calc(50% - 150px);
	left: calc(50% - 400px);
		
	box-shadow: 1px 1px 12px #555;
}

.title
{
	position: relative;
	display: block;
	background: deepskyblue;
	width: 100%;
	height: 30px;
	top: 0px;
	
	text-align: center;    
    color: white;
    font-family: SUSANNA; 
    font-size: 1.2em;
}

.container
{
    position: relative;
	display: block;
    
    margin-top: 50px;
    margin-bottom: 50px;        
    
    width: 100%;
    height: calc(100% - 130px);        
}

.line
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;   
}

.container
{
    /*background-color: #EC3C3F;*/
}

.libelle
{
    position: relative;
    display: inline-block;    
    width: 200px;
    
    text-align: right;    
    color: #EC3C3F;
    font-family: SUSANNA; 
    font-size: 1.0em;    
}

.input_r
{
    position: relative;
    display: inline-block;    
    width: 500px;
    margin-left: 10px;
        
    color: #EC3C3F;
    font-family: SUSANNA; 
    font-size: 1.0em; 
}

.dlg_fullscreen
{
    position: absolute;
    display: block;
    z-index: 500;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      
    background-color: #00000099;  
}


.button_r
{
    position: relative;
    display: block;
    
    bottom: 60px;
    width: 100%;
    height: 60px;        
}

.btn
{
    position: relative;
    display: inline;
    margin-left: 0px;
    margin-right: 20px;
    height: 30px;
    width: 100px;
    float: right;
}

.evaluation
{
    position: relative;
    display: block;
    width: 128px;
    height: 32px;
    top:  0px;
    z-index: 20;
    background-color: gray;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}