﻿/* --- DEFAULTS --- */
body   
{
    background: white;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
a:link, a:visited
{
    color: #034af3;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #034af3;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
/* --- HEADINGS --- */
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #ADADAD;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin: 0px;    
}
h1
{
    font-size: 1.6em;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width:auto;
}
h2
{
    font-size: 1.5em;
    font-weight: 600;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}
/* --- PRIMARY LAYOUT ELEMENTS --- */
.page
{
    width: 85%;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: white;
    width: 100%;
}
.header h1
{
    font-weight: 700;
    padding: 0px 0px 0px 10px;
    color: #ADADAD;
    border: none;
    line-height: 0em;
    font-size: 2em;    
}
.main
{
    padding: 10px 10px;
    margin: 0px 0px 0px 0px;
    min-height: 450px;
    background-color: #F5FAFA;   
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
/* --- TAB MENU --- */
div.hideSkiplink
{
    background-color: #ADADAD;
    width:100%;  
    height:auto;  
    
}
div.menu
{
    padding: 4px 0px 4px 8px;
}
div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #ADADAD;
    border: 1px white solid;
    color: white;
    display: block;
    float:left;
    line-height:1.2;
    padding: 4px 22px;
    text-decoration: none;
    white-space: nowrap;
}
div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}
div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
/* --- FORM ELEMENTS --- */
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}
fieldset p 
{
    margin: 2px 12px 10px 10px;
}
fieldset.login label, fieldset.register label, fieldset.changePassword label, fieldset.manage label
{
    display: block;
  
}

    fieldset label.inline {
        display: inline;
    }
legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
input.textEntry 
{
    width: 220px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input.textEntrySmall
{
    width: 220px;
    border: 1px solid #ccc;
}
input.passwordEntry 
{
    width: 220px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
div.accountInfo
{
    width:25%;
}
div.accountdiv
{
    width:inherit;
}


    ReadLabel {
        border: 1px solid #ccc;
    }
/* --- MISC --- */
.clear
{
    clear: both;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: 40%; 
    padding: 20px;
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    float: right;
    text-align: right;
    padding: 12px;    
    color: #ADADAD;
    width: 40%;
}
.loginDisplay a:link
{
    color: #ADADAD;
}
.loginDisplay a:visited
{
    color: #ADADAD;
}
.loginDisplay a:hover
{
    color: #ADADAD;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
.bold
{
    font-weight: bold;
}
.submitButton {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border-width: 1px;
    cursor:pointer;
}

    .submitButton:hover {
        background-color: #d7d2cc;
    }


    .rounded-file-upload {
        border-radius: 5px;
    }

.Colh1
{ 
	padding: 10px 10px;
    display: block;
    float: Left;
    text-align: Left;
    width: auto;
}
.Colh2 {
    display: block;
    float: Left;
    text-align: Left;
    width: auto;
    /*width: 100%;*/
    /*width: 350px;*/
}

.hidden {
    display: none;
}

input[type="text"] {
    border-radius: 5px;
    text-align: left;
    border-width: 1px;
}


.buttonGreen {
    border-radius: 5px;
    text-align: center;
    border-width: 1px;
    background-color: #4CAF50;
    width: 150px;
    color: white;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}

    .buttonGreen:hover {
        background-color: #0a4a1a;
    }


.buttonRed {
    border-radius: 5px;
    text-align: center;
    border-width: 1px;
    background-color: #ED213A;
    width: 150px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}

    .buttonRed:hover {
        background-color: #8a0606;
    }


    .buttonOrange {
        border-radius: 5px;
        text-align: center;
        border-width: 1px;
        background-color: #f5af19;
        width: 150px;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 15px;
        padding-top: 15px;
        cursor: pointer;
    }

        .buttonOrange:hover {
            background-color: #b05e07;
        }





        .accountInfo .RegisterWpoMobile .div_register {
            display: flex;
            padding: 0px 0px 10px 0px;
            align-items: center;
            position: relative;
        }

    .accountInfo .RegisterWpoMobile .div_register .imgImport {
        position: absolute;
        top: -25px; /* Ajustez selon l'espacement souhaité depuis le haut */
        right: -10px; /* Ajustez selon l'espacement souhaité depuis la droite */
    }

.Synth1 {
    float: left;
    width: 50%;
}
.Synth2
{
	float: right;
	width: 50%;	
}
.Colh2bis
{
	padding: 10px 10px;
    border: 1px #ADADAD solid;
}
.LogoGrafik
{
	height:60px;
	display: block;	
	margin: 0 auto;
	width : 150px;
	background-image: url("../Pictures/Graphic-Logo.gif");
	background-repeat:no-repeat;
	background-position:center;
}
.ResultLoad
{
	width: 16px;
	height: 16px;
	border-width:0px;
	padding-left:10px;
}
.Std_Table
{
	width:100%;
	color:Black;
}
.MiddlePlace
{		
}
.SynthDG
{
	border: 1px solid #496077;
	position:relative;
	width:auto;
	float:left;
	padding:15px; 
	margin:10px 0px 10px 10px; 
    min-height: 200px;
    height: auto;
}





.SynthD
{
	position:relative;
	width:auto;
	float:left;
	padding:15px; 
	margin:5px; 	
}
.LabelBlock120
{
	display: block;
	width: 120px;
	float: left;
}

.SaveImg {
    background-image: url("../Pictures/save-static.png");
    background-size: cover;
    border: none;
    cursor: pointer;
    height: 35px;
    width: 35px;
}




.UploadFile {
    background-image: url("../Pictures/upload.png");
    background-size: cover;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
}


.DownLoadFile {
    background-image: url("../Pictures/download.png");
    background-size: cover;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    
}
  


.SaveBtn
{	
	background-image:url("../Pictures/Save16.gif");
}
.NoColumn
{
	display:none
}
.mGrid 
{    
    width: 100%;    
    background-color: #fff;    
    margin: 5px 0 10px 0;    
    border: solid 1px #525252;    
    border-collapse:collapse;    
}  
.mGrid td 
{    
    padding: 2px;    
    border: solid 1px #c1c1c1;    
    color: #717171;    
}
.mGrid th 
{    
    padding: 4px 2px;    
    color: #fff;    
    background: #424242 url(grd_head.png) repeat-x top;    
    border-left: solid 1px #525252;    
    font-size: 0.9em;    
}
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }   
.mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }   
.mGrid .pgr table { margin: 5px 0; }   
.mGrid .pgr td 
{    
    border-width: 0;    
    padding: 0 6px;    
    border-left: solid 1px #666;    
    font-weight: bold;    
    color: #fff;    
    line-height: 12px;    
}      
.mGrid .pgr a { color: #666; text-decoration: none; } 
.mGrid .pgr a:hover { color: #000; text-decoration: none; }  
.TB_right
{
	text-align: right;
    border-radius:5px;
}
.TabModel
{   
    border-color: Gray; 
    font-size: .90em;     
    background-color: White;
    text-align: left;
}
.TabModel .TabHeader
{
    text-align: center;
    background-color: #6D6D6D;
    border-color: Gray; 
    font-size: small; 
    color: White;  
}
.TabModel .AltRow
{
    background-color: #E5F1F9;           
}
.GridPager a, .GridPager span
{
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}
.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}


.LoginButton {

    border-radius: 5px;
    text-align: center;
    padding: 10px;
    width: 150px;
    cursor:pointer;
    border-width:1px;
}

    .LoginButton:hover {
        background-color: #d7d2cc;
        color: white;
    }

.div textbox{
    padding: 0px 0px 10px 0px;
}