/*

PORTAIL KINITIA 
debut dev : 15/12/2012
ANTON Nicolas
KPI-INFORMATIQUE


*/

body {

    background-color: #EBEBEB;
    width:1024px;
    margin: auto; /* Pour centrer notre page */
    margin-top: 20px;/*Pour éviter de coller avec le haut de la fenêtre du navigateur */
    margin-bottom: 20px;    /* Idem pour le bas du navigateur */
    font-family:Arial;
    font-size: 15px;

}

input[type="text"]
{
    font-size:11px;
}


h4{
    color:red;
}


h2{

    color:red;
    text-align:center;
    text-decoration:underline;

}

.lien{
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

a img{
    border: none;
}


table{
    width:100%;
    border:none;
    border-collapse:collapse;


}

/*IMAGE TAILLE*/

img.w25{
    width:25px;
}


td{

    vertical-align:top;

}

.align_middle{
    vertical-align: middle;
}


td.header{

/*    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;*/
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    background-image:url(images/logoKinitiaHorizontalv3.png);
    background-color: #162D62;
    background-position-x: 20px;
    background-repeat : no-repeat;
    height:50px;
    vertical-align: bottom;


}

td.contenu{
    background-color:white;
    padding:15px;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
}


td.footer{
    border-left: 1px solid silver;
    border-top: 1px solid silver;
    background-color:white;
    border-bottom: 1px solid silver;
    padding:4px;
    border-right: 1px solid silver;
}


td.footerDark{


    /*    border-top: 2px solid silver;*/
    /*    background-color:white;*/
    color:white;
    border-bottom: 2px solid silver;
    padding:4px;
    border-right: 2px solid silver;
    width:80.5%;
    background-image:url(images/fond_bleu.png);
}



label{
    display: block;
    width: 150px;
    float: left;

}

label.normal{
    float: none;
    display: inline;
}

label.long{
    display: block;
    width: 200px;
    float: left;
}


label.verylong{
    display: block;
    width: 270px;
    float: left;


}

label.veryverylong{
    display: block;
    width: 350px;
    float: left;


}

label.petit{
    display: block;
    width: 85px;
    float: left;
    padding-top: 3px;

}

label.radioMobile{
    display: block;
    width: 85px;
    float: left;
    text-align: center !important;
}

label.radioMobileBis{
    display: block;
    width: 100px;
    float: left;
    text-align: center !important;
}

label.radioMobileCreneaux{
    display: block;
    width: 190px;
    float: left;
    text-align: center !important;
}

label.radioMobile3{
    display: block;
    width: 60px;
    float: left;
    height: 40px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.radioMobile4{
    display: block;
    width: 110px;
    float: left;
    height: 60px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.espace{
    display: block;
    float: left;
    padding-top: 1px;

}


span.titre_souligne{

    font-weight:bold;
    font-size:1em;
    font-family:Times;
    text-decoration:underline;



}


span.italique{

    font-style:italic;



}


td.tab_sans_bordure{
    padding:10px;
}


img, .btn_fin span {
    vertical-align: middle;
    display: inline-block;
}


span.btn_fin{

    text-decoration:underline;
    cursor:pointer;

}


img.img_clickable{
    cursor:pointer;

}


img.miniature_upload_1{

    height:150px;
    width:200px;
    margin: 0 auto;


}


img.miniature_upload_2{

    height:150px;
    width:200px;
    margin: 0 auto;

}


img.miniature_upload_3{

    height:150px;
    width:200px;
    margin-left:50px;


}


img.miniature_upload_pdf{
    margin: 0 auto;
}


img.miniature_upload_pdf_colspan3{
    margin: 0 auto;
}


input[readonly], input[readonly="readonly"], input:disabled {
    background-color: rgb(235, 235, 235);
}

textarea[readonly], textarea[readonly="readonly"], textarea:disabled {
    background-color: rgb(235, 235, 235);
}

input.champ_date{
    background-color: white;
}

textarea{
    resize:none;
}

#fond_blanc{

    background-color:none;

}

input.normal{
    width: 135px;
}

input.long{
    width: 200px;
}

input.verylong{
    width: 300px;
}

input.small{
    width: 80px;
}

span.legende{

    font-size:0.8em;

}


.autowidth{
    width: 600px;
}


/**************************************/
/**************************************/
/*              CSS LOGIN             */
/**************************************/
/**************************************/

#tabs{

    font-size:1em;

}




p.plogin{
    text-align:center;
    font-weight:bold;
    font-size:1.1em;
}

p.bienvenue{
    text-align:center;
    font-weight:bold;
    font-size:1.3em;
}

p.plogin2{

    text-align:center;
    font-weight:bold;
    font-size:0.9em;

}


span.erreur{
    color:red;
    font-size:0.7em;
    vertical-align: middle;
    display: inline-block;

}


img.erreur{

    vertical-align: middle;
    display: inline-block;

}


div.menu_clt{

    float:right;
    font-size: 0.9em;

}

div.divChargementPage{
    float:left;
    position: absolute;
    font-size: 0.9em;
}

span.intro_visu{

    font-size: 0.9em;

}

span.text{

    color:white;

}


.menu_clt img, .menu_clt span {
    vertical-align: middle;
    display: inline-block;
}


p.espace_bas_page{

    height:300px;


}


th.inter{

    /*border-top:2px solid #689bdb;*/

}


p.espace_inter{

    height:30px;

}


/**************************************/
/**************************************/
/*              CSS VISU             */
/**************************************/
/**************************************/


table.visu{


    border-collapse:collapse;
    /*border:1px solid black;	
    background-color:#689bdb;*/
    font-size: 0.7em;
}

th.visu{

    height:30px;
    /*background-color:#689bdb;	*/
    background-image:url(images/fond_table.png);
    border:1px solid #689bdb;
    font-weight:normal;



}

th.visu_tdb{

    height:30px;
    /*background-color:#689bdb;	*/
    background-image:url(images/fond_table_tdb.png);
    border:1px solid #AD66C2;
    font-weight:normal;



}

th.visu_sous_en_tete{


    border:1px solid #689bdb;
    font-weight:normal;
    background-color:#162D62;
    color:white;
    height:25px;
    padding: 3px;

}

td.visu{

    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:white;
    /*height:40px;*/
    vertical-align: middle;


}

td.visu_align_left{

    border:1px solid #689bdb;
    text-align:left;
    padding:5px;
    background-color:white;
    /*height:40px;*/
    vertical-align: middle;


}

td.visu_appel_offre_reemploi{

    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:#FFBCD9;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_interet_pour_offre{

    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:#F7F2B2;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_dossier_photo{

    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:#C8EDBF;
    vertical-align: middle;
    /*height:40px;*/


}




td.visu_tdb_ead{

    border:1px solid #689bdb;
    padding:5px;
    background-color:white;
    /*height:40px;*/
    vertical-align: middle;


}

td.visu_appel_offre_reemploi_tdb_ead{

    border:1px solid #689bdb;
    padding:5px;
    background-color:#FFBCD9;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_ead_phototel{

    border:1px solid #689bdb;
    padding:5px;
    background-color:#C8F3FF;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_interet_pour_offre_tdb_ead{

    border:1px solid #689bdb;
    padding:5px;
    background-color:#F7F2B2;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_dossier_photo_tdb_ead{

    border:1px solid #689bdb;
    padding:5px;
    background-color:#C8EDBF;
    vertical-align: middle;
    /*height:40px;*/


}




td.visu_icon{

    border:1px solid #689bdb;
    text-align:center;
    background-color:white;
    /*height:40px;*/
    vertical-align: middle;


}

td.visu_appel_offre_reemploi_icon{

    border:1px solid #689bdb;
    text-align:center;
    background-color:#FFBCD9;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_interet_pour_offre_icon{

    border:1px solid #689bdb;
    text-align:center;
    background-color:#F7F2B2;
    vertical-align: middle;
    /*height:40px;*/


}



table.encadre_aide{

    border:1px solid #689bdb;
    padding: 5px;
    font-size: 0.9em;

}




/**************************************/
/**************************************/
/*              CSS LEGENDE             */
/**************************************/
/**************************************/


table.visu_legende{

    width: 100%;
    border-collapse:separate;
    /*border:1px solid black;	
    background-color:#689bdb;*/
    font-size: 0.9em;
}


td.visu_legende{

    text-align:center;
    padding:5px;
    /*height:40px;*/
    vertical-align: middle;
    text-align: left;


}

td.visu_legende_appel_offre_reemploi{

    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:#FFBCD9;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_legende_interet_pour_offre{

    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:#F7F2B2;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_legende_dossier_photo{
    cursor: pointer;
    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:#C8EDBF;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_legende_ead_kinitia{
    cursor: pointer;
    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:white;
    vertical-align: middle;
    /*height:40px;*/


}

td.visu_legende_ead_phototel{
    cursor: pointer;
    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:#C8F3FF;
    vertical-align: middle;
    /*height:40px;*/


}


/**************************************/
/**************************************/
/*              CSS Formulaire   */
/**************************************/
/**************************************/


table.pge_car{

    /*border-collapse:separate;*/
    border:1px solid #689bdb;

}


span.titre{

    font-weight:bold;
    font-size:1.1em;
}


th.pge_car{

    height:40px;
    /*background-color:#689bdb;	*/
    background-image:url(images/fond_table.png);
    /*border:2px solid #689bdb;*/
    font-weight:normal;
}


th.pge_car_border_left_solid{

    height:40px;
    /*background-color:#689bdb;	*/
    background-image:url(images/fond_table.png);
    /*border:2px solid #689bdb;*/
    font-weight:normal;

    border-left:1px solid #689bdb;
}


th.pge_car_sous_en_tete{

    font-weight:normal;
    background-color:#162D62;
    color:white;
    height:25px;

}


td.pge_car{
    padding:10px;

}

td.pge_car_border_left_solid{
    padding:10px;
    border-left:1px solid #689bdb;

}


td.pge_car_border_left{
    padding:10px;
    border-left:1px dotted #689bdb;
    text-align: center;

}

div.div_textarea{

    width:99%;
    height:150px;
    overflow:auto;
    border:1px solid silver;
    font-size:0.7em;
    background-color: rgb(235, 235, 235);
    padding-top: 5px;
    padding-left: 5px;

}

div.div_textarea_planche_documents{

    height:100px;
    overflow:auto;
    font-size:1em;
    background-color: #F0F0F0;
    padding:10px;
    border-radius: 5px;
    margin-bottom: 5px;

}


div.div_textarea_planche_documents_email{
    width:90%;
    max-width: 560px;
    height:200px;
    overflow:auto;
    font-size:1em;
    background-color: #F4F7F7;
    padding: 10px;
    border-radius: 5px;

}

div.div_lecture_mail_planche_document{
    background-color:#F4F7F7;
    padding:15px;
    font-size:0.8em;
    border-radius: 10px;
}

.div_contenu{

    background-color:white;
    padding:10px;
    border: 2px solid silver;

}

.button_rouge{
    background: #D94040;
    border-color: #DA5050;
    color: white;
    vertical-align:middle;
}

.button_rouge:hover{
    background: #DA5050;
    border-color: #D94040;
    color: white;
    vertical-align:middle;
}

.importantTooltip {
    background-color: #FFE98E;
    color: #D33232;
    border-color: #D33232;
}

.tooltip_ligne_visu 
{ 
    min-width: 300px; 
}

/**************************************/
/**************************************/
/*     BALISE TITLE JQUERY ( TOOLTIP )       */
/**************************************/
/**************************************/


/*.ui-tooltip, .arrow:after {
    background: #162D62;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 13px "Arial";
        text-transform: uppercase;
    box-shadow: 0 0 7px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

*/
.ui-dialog.commentaireUsageInterne-dialog{
    font-size: 0.7em;
    background: white;
}


/**************************************/
/**************************************/
/*  MENU MODULE STATISTIQUE           */
/**************************************/
/**************************************/


#onglets_menu_stats
{
    font-size : 14px;
    list-style-type : none;
    padding-bottom : 31px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid rgb(174, 208, 234);
    margin-left : 0;
}

#onglets_menu_stats li
{
    float : left;
    height : 28px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: rgb(215, 235, 249);
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid rgb(174, 208, 234);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#onglets_menu_stats li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#onglets_menu_stats a
{
    display : block;
    color : #162D62;
    text-decoration : none;
    padding : 7px;
}

#onglets_menu_stats a.parametrageCabinet
{
    display : block;
    color : black;
    text-decoration : none;
    padding : 7px;
}

#onglets_menu_stats a:hover
{
    background : rgb(174, 208, 234);
    color: #162D62;
}



#onglets_menu_stats li.parametrageCabinet
{
    background-color: #F1F1F1;
    border-color: #D6D6D6;

}

#onglets_menu_stats a.parametrageCabinet
{
    display : block;
    color : black;
    text-decoration : none;
    padding : 7px;
}

#onglets_menu_stats a.parametrageCabinet:hover
{
    background : #D6D6D6;
    color: black;
}

#menu_stats
{
    padding-bottom : 5px;
}



/**************************************/
/**************************************/
/*  MENU GENERAL DU SITE               */
/**************************************/
/**************************************/


/*#onglets_menu_clt
{
    font-size : 14px;
    list-style-type : none;
    padding-bottom : 17px;  à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li 
        border-bottom : 1px solid rgb(174, 208, 234);
    margin-left : 0;
}

#onglets_menu_clt li
{
    float : left;
    height : 28px;  à modifier suivant la taille de la police pour centrer le texte dans l'onglet 
    background-color: rgb(215, 235, 249);
    margin : 2px 2px 0 2px !important;   Pour les navigateurs autre que IE 
    margin : 1px 2px 0 2px;   Pour IE  
    border : 1px solid rgb(174, 208, 234);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#onglets_menu_clt li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#onglets_menu_clt a.sans_icons
{
    display : block;
    color : #162D62;
    text-decoration : none;
    padding : 7px;
}

#onglets_menu_clt a.avec_icons
{
    display : block;
    color : #162D62;
    text-decoration : none;
    padding : 2px;
}

#onglets_menu_clt a:hover
{
    background : rgb(174, 208, 234);
    color: #162D62;
}*/

#onglets_menu_clt {
    font-size: 14px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#onglets_menu_clt li {
    margin-right: 12px;
}

#onglets_menu_clt li a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 0;
    transition: color 0.3s, border-bottom 0.3s;
    border-bottom: 2px solid transparent;
}

#onglets_menu_clt li a:hover {
    border-bottom: 2px solid white;
}

#onglets_menu_clt li.active a {
    border-bottom: 2px solid white;
    font-weight: bold;
}


/*POPUP AVEC FORMULAIRE ( modification chiffrage mod_expert )*/


div#users-contain
{
    width: 350px;
    margin: 20px 0;
}

div#users-contain table
{
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}

div#users-contain table td, div#users-contain table th
{
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;
}

.ui-dialog .ui-state-error
{
    padding: .3em;
}

.validateTips
{
    border: 1px solid transparent;
    padding: 0.3em;
}


/* STATISTIQUES GLOBALES */


th.fip{
    font-size: 0.8em;
    text-align: center;

}

td.fipEnTete{
    background-color: white;
    font-weight: bold;
    text-align: center;
}

td.fipEnTeteTab1{
    background-color: white;
    font-weight: bold;
    text-align: center;
}

td.fipEnTeteIrreparable{
    background-image:url(images/fond_table_tdb.png);
    font-weight: bold;
    text-align: center;
}

div.titre_tableau_fip{
    font-weight: bold;
    background-color:#162D62;
    color:white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

/*#iconsFip{
    height: 15px;
    width: 15px;
    float: left;
}

#iconsFipTableau{
    height: 12px;
    width: 12px;
    float: left;
}*/

.totalFip{
    font-weight:bold;
    height:15px;
}

span.totalFipIcon{
    margin-left:-15px;
    vertical-align:middle;
    font-size: 1.2em;
}

td.celluleTableauFip{
    text-align: right;
}

td.celluleVolumeFip{
    background: url('images/fondVolumeFip.png');
    background-repeat: no-repeat;
}

td.statsGlobales_nonValide{
    background: url('images/icons/15_15/statsGlobales_nonValide.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

td.statsGlobales_valide{
    background: url('images/icons/15_15/statsGlobales_valide.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

/*MODULE ASSURE*/

.enTeteAffichageDossierAssure{
    background: #162D62;
    border-color: #162D62;
    height: 15px;
    padding: 7px;
    color:white;
    font-size: 0.8em;
}

.enTeteAffichageDossierAssureLight{
    background: #596C97;
    border-color: #596C97;
    height: 15px;
    padding: 7px;
    color:white;
    font-size: 0.8em;
}

.etat_avancement_dossier{
    width: 130px;
    position: relative;
    border: 1px solid #dddddd;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
}

/*.cadreAssureVisu{
    font-size: 0.8em;
}*/


/*
*
*
*
SUITE VISU EXPERT
*
*
*
*/

img.align_y{
    margin-bottom:2px;
}

/*VISU*/

th.sveEnTeteVisu_bleuClair{
    height:17px;
    background-color: #A9D4FF;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.sveEnTeteVisu_rouge{
    height:17px;
    background-color: #CF2F2F;
    border:1px solid #689bdb;
    font-weight:bold;
    color:white;
}

th.sveEnTeteVisu_bleuMarine{
    height:17px;
    background-color: #162D62;
    border:1px solid #689bdb;
    font-weight:bold;
    color:white;
}

th.sveEnTeteVisu_orangeClair{
    height:17px;
    background-color: #FBD89C;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.sveEnTeteVisu_orangeFonce{
    height:17px;
    background-color: #F8AA25;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.sveEnTeteVisu_violet{
    height:17px;
    background-color: #876E99;
    border:1px solid #689bdb;
    font-weight:bold;
    color:white;
}

th.sveEnTeteVisu_violetClair{
    height:17px;
    background-color: #C4AED4;
    border:1px solid #689bdb;
    font-weight:bold;
    color:black;
}

th.sveEnTeteVisu_grisClair{
    height:17px;
    background-color: #DEDEDE;
    border:1px solid #689bdb;
    font-weight:bold;
    color:black;
}


/*FORMULAIRE*/

th.sveEnTeteFormulaire_bleuClair{
    background-color: #A9D4FF;
    border:1px solid #689bdb;
    height: 15px;
    padding: 5px;
    color:black;
    font-size: 0.8em;
}

th.sveEnTeteFormulaire_bleuFonce{
    background-color: #162D62;
    border:1px solid #689bdb;
    height: 15px;
    padding: 5px;
    color:white;
    font-size: 0.8em;
}

th.sveEnTeteFormulaire_bleuFonce_fontWeight_normal{
    background-color: #162D62;
    border:1px solid #689bdb;
    height: 15px;
    padding: 5px;
    color:white;
    font-weight: normal;
    font-size: 0.8em;
}

th.sveEnTeteFormulaire_rougeClair{
    background-color: #D7A9A9;
    border:1px solid #689bdb;
    height: 15px;
    padding: 5px;
    color:black;
    font-size: 0.8em;
}

th.sveEnTeteFormulaire_violet{
    background-color: #876E99;
    border:1px solid #689bdb;
    height: 15px;
    padding: 5px;
    color:black;
    font-size: 0.8em;
    color:white;
}

th.sveEnTeteFormulaire_violetClair{
    background-color: #E2DAE8;
    border:1px solid #689bdb;
    height: 15px;
    padding: 5px;
    color:black;
    font-size: 0.8em;
}

th.sveEnTeteFormulaire_orangeClair{
    background-color: #FBD89C;
    border:1px solid #689bdb;
    height: 15px;
    padding: 5px;
    color:black;
    font-size: 0.8em;
}

th.sveEnTeteFormulaire_vertClair{
    background-color: #ABD5A9;
    border:1px solid #689bdb;
    height: 15px;
    padding: 5px;
    color:black;
    font-size: 0.8em;
}

/*SUPERVISION PARAMETRAGE*/

td.zsve_ligne_action_supervision{
    background-color: #D3EBFF;
}

.alternerCouleurTableau1{
    background-color: white;
}

.alternerCouleurTableau2{
    background-color: #f2f5f7;

}


td.celluleSuiteVisuExpert{
    /*    border:1px solid #689bdb;*/
    /*    text-align:center;*/
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

td.celluleSuiteVisuExpertAppelOffre{
    /*    border:1px solid #689bdb;*/
    /*    text-align:center;*/
    padding:2px;
    background-color:#FFBCD9;
    vertical-align: middle;
}


.sveIconOptionDossierNonActif{
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

div.titre_tableau_sve{
    font-weight: bold;
    background-color:#162D62;
    color:white;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
}


div.titre_tableau_sve_visuCession{
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

div.titre_graph_sve_bleuClair{
    font-weight: bold;
    background-color:#A9D4FF;
    color:black;
    padding: 8px;
    text-align: center;
}

.deploye_nexus{
    background-color: #17b284;
    border-color: #17b284;
    color: white;
    cursor: default;
}


.nonDeploye_nexus{
    background-color: #D33232;
    border-color: #D33232;
    color: white;
    cursor: default;
}

.div_textarea_suiteVisuExpert{
    width:99%;
    height:100px;
    overflow:auto;
    border:1px solid silver;
    font-size:0.7em;
    background-color: rgb(235, 235, 235);
    padding-top: 5px;
    padding-left: 5px;
}

td.cellule_historique_document{
    width:310px;
    padding: 0px;
    height:260px;
}

div.historiqueDocumentsDossier_typeDocument{
    font-weight: bold;
    color:white;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.textAideVisuExpert{
    font-size: 0.75em;
    color:red;
}


th.titre_tableau_sous_module_sve{
    height:17px;
    /*background-color:#689bdb;	*/
    background-image:url(images/fond_table.png);
    border:1px solid #689bdb;
    font-weight:bold;
}


th.titre_tableau_sous_module_sve_supervision_initiale{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #B59DC0;
    border:1px solid #689bdb;
    font-weight:bold;
}

div.sve_entete_tri_supervision_initiale{
    text-align:left;
    background-color:#E8DEEC;
    color:black;
    border-radius:5px;
    padding:2px;
}

th.titre_tableau_sous_module_sve_supervision_finale{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #D7A9A9;
    border:1px solid #689bdb;
    font-weight:bold;
}

div.sve_entete_tri_supervision_finale{
    text-align:left;
    background-color:#F0D2D2;
    color:black;
    border-radius:5px;
    padding:2px;
}

div.sve_entete_tri_cession{
    text-align:left;
    background-color:#C2D1F5;
    color:black;
    border-radius:5px;
    padding:2px;
}

div.sve_entete_tri_cessionRouge{
    text-align:left;
    background-color:#D33232;
    color:white;
    border-radius:5px;
    padding:2px;
}

div.sve_entete_tri_rendu{
    text-align:left;
    background-color:#A9D4FF;
    padding:2px;
}


th.titre_tableau_sous_module_sve_cession{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #1B3C8A;
    border:1px solid #1B3C8A;
    font-weight:bold;
    color:white;
}

th.titre_tableau_sous_module_sve_cession_1{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #A9D4FF;
    border:1px solid #A9D4FF;
    font-weight:bold;
    /*font-family: Arial;*/
}

th.titre_tableau_sous_module_sve_cession_2{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #A9D4FF;
    border:1px solid #A9D4FF;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_cession_3{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #A9D4FF;
    border:1px solid #A9D4FF;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_cession_4{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #A9D4FF;
    border:1px solid #A9D4FF;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_websaisie{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #A9D4FF;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_frappe{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #A9D4FF;
    border:1px solid #A9D4FF;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_fraude{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #689bdb;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_risque_antecedent{
    height:17px;
    color: white;
    /*background-color:#689bdb;	*/
    background-color: #D74B4B;
    border:1px solid #D74B4B;
    font-weight:bold;
}

div.sve_entete_tri_risque_antecedent{
    text-align:left;
    background-color:#F0D2D2;
    color:black;
    border-radius:5px;
    padding:2px;
}

/* MODULE GED */

th.titre_tableau_sous_module_sve_notification_ged{
    height:17px;
    color: black;
    /*background-color:#689bdb;	*/
    background-color: #FFD48E;
    border:1px solid #689bdb;
    font-weight:bold;
}

/*VISU WEB SAISIE*/

th.titre_tableau_sous_module_sve_visuWebSaisie_1{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #6B96C1;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_visuWebSaisie_1_1{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #A9D4FF;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_visuWebSaisie_2{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #D7A9A9;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_visuWebSaisie_2_1{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #F0D2D2;
    border:1px solid #689bdb;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_visuWebSaisie_3{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #94DCAC;
    border:1px solid #689bdb;
    font-weight:bold;
}

/* VISU GED */

th.titre_tableau_sous_module_sve_visuGed_1{
    height:17px;
    color:white;
    /*background-color:#689bdb;	*/
    background-color: #162D62;
    border:1px solid #162D62;
    font-weight:bold;
}

th.titre_tableau_sous_module_sve_visuGed_2{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #A9D4FF;
    border:1px solid #689bdb;
    font-weight:bold;
}


/*VISU TMA*/

div.sve_entete_tri_tma{
    text-align:left;
    background-color:#A9D4FF;
    color:black;
    border-radius:5px;
    padding:2px;
}

div.sve_entete_tri_tma_sup{
    text-align:left;
    background-color:#FBD89C;
    color:black;
    border-radius:5px;
    padding:2px;
}


th.titre_tableau_sous_module_sve_tma{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #1B3C8A;
    border:1px solid #1B3C8A;
    font-weight:bold;
    color:white;
}

/*VISU VVNR*/

div.sve_entete_tri_vvnr{
    text-align:left;
    background-color:#A9D4FF;
    color:black;
    border-radius:5px;
    padding:2px;
}

div.sve_entete_tri_vvnr_sup{
    text-align:left;
    background-color:#FBD89C;
    color:black;
    border-radius:5px;
    padding:2px;
}


th.titre_tableau_sous_module_sve_vvnr{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #1B3C8A;
    border:1px solid #1B3C8A;
    font-weight:bold;
    color:white;
}

/*VISU AXA*/

th.sveSectionVisu{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #162D62;
    border:1px solid #162D62;
    font-weight:bold;
    color:white;
    font-family: Arial;
}

th.sveSectionVisuRed{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #D33232;
    border:1px solid #D33232;
    font-weight:bold;
    color:white;
    font-family: Arial;
}

th.sveSectionVisuRougeClair{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #F1948A;
    border:1px solid #F1948A;
    font-weight:bold;
    color:white;
    font-family: Arial;
}

th.sveSectionVisuBleuClair{
    height:17px;
    /*background-color:#689bdb;	*/
    background-color: #85C1E9;
    border:1px solid #85C1E9;
    font-weight:bold;
    color:white;
    font-family: Arial;
}

a.sve_lien_dossier{
    text-decoration: none;
}

th.sve_titreCadreDetailDossier{
    height:20px;
    /*background-color:#689bdb;	*/
    background-image:url(images/fond_table.png);
    border:1px solid #689bdb;
    font-weight:normal;
    font-size: 0.8em;
}

.surbrillance{
    background-color: #B5D7FC;
}

.surbrillance_rouge{
    background-color: #EDB5B5;
}


div.sve_entete_tri{
    text-align:left;
    color:black;
    border-bottom: 1px solid black;
    padding-left:2px;
    padding-top: 5px;
}

div.sve_entete_tri_tdb{
    text-align:left;
    background-color:#C1CBE2;
    color:black;
    border-radius:5px;
    padding:2px;
}

td.sve_visu{

    font-family: "Andale Mono", Courier, monospace;
    /*    font-family: "Liberation Mono";*/
    border:1px solid #689bdb;
    text-align:center;
    padding:5px;
    background-color:white;
    /*height:40px;*/
    vertical-align: middle;


}

table.tab_exp_2{
    margin-bottom : 2px;
}

th.sousSectionVisu{
    background: #162D62;
    border: 1px solid #162D62;
    padding: 5px;
    color:white;
    font-size: 0.9em;
}


/*BOUTON VALIDATION SUPERVISION*/


.toggle_radio{
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    height: 28px;
    width: 200px;
}

.toggle_radio input[type=radio]{
    display: none;
    /*position: fixed;*/
}
.toggle_radio label{
    color: rgba(255,255,255,.9);
    display: block;
    width: 100px;
    height: 20px;
    margin: 6px 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
}
.toggle_option_slider_init{
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    color: white;
    width: 100px;
    height: 20px;
    position: absolute;
    top: 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    padding-top: 3px;
}

#sup_tdb_init_validation_1:checked ~ .toggle_option_slider_init{
    background-color: green;
    left: 3px;
}
#sup_tdb_init_validation_2:checked ~ .toggle_option_slider_init{
    background-color: #D94040;
    left: 98px;
}


.toggle_option_slider_fin{
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    color: white;
    width: 100px;
    height: 20px;
    position: absolute;
    top: 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    padding-top: 3px;
}

#sup_tdb_fin_validation_1:checked ~ .toggle_option_slider_fin{
    background-color: green;
    left: 3px;
}
#sup_tdb_fin_validation_2:checked ~ .toggle_option_slider_fin{
    background-color: #D94040;
    left: 98px;
}


/*ANTECEDENTS*/


.toggle_option_slider_risqueJustifie{
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    color: white;
    width: 100px;
    height: 20px;
    position: absolute;
    top: 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    padding-top: 3px;
}

#ant_risque_justifie_1:checked ~ .toggle_option_slider_risqueJustifie{
    background-color: #17b284;
    left: 3px;
}
#ant_risque_justifie_2:checked ~ .toggle_option_slider_risqueJustifie{
    background-color: #D33232;
    left: 98px;
}


.antecedents_button_1{
    background: #D33232;
    border-color: #D33232;
    color: white;
    vertical-align:middle;
}

.antecedents_button_1:hover{
    opacity: 0.8;
    color: white;
    vertical-align:middle;
}

.antecedents_button_2{
    background: #ffa400;
    border-color: #ffa400;
    color: white;
    vertical-align:middle;
}

.antecedents_button_2:hover{
    opacity: 0.8;
    color: white;
    vertical-align:middle;
}

.antecedents_button_3{
    background: #162D62;
    border-color: #162D62;
    color: white;
    vertical-align:middle;
}

.antecedents_button_3:hover{
    opacity: 0.8;
    color: white;
    vertical-align:middle;
}

/*
#fancybox-buttons ul{
    width: 130px;
}

#fancybox-buttons #fancybox-rotate-button {
    background-image: url('images/icons/suppr.png')
}

.fancybox-skin {
    background: none !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none !important;
    -moz-box-shadow   : none !important;
    box-shadow        : none !important;
}


.fancybox-inner {
    border-radius     : 4px;
    border            : 2px solid white;
    padding           : 10px;
    background        : white none repeat scroll 0 0;
    -webkit-box-shadow: 0 10px 25px #000000;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow   : 0 10px 25px #000000;
    -moz-box-shadow   : 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow        : 0 10px 25px #000000;
    box-shadow        : 0 10px 25px rgba(0, 0, 0, 0.5);
}
*/

.cadreArrondiContenu_fontSizeReduit{
    padding: 10px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border: 1px solid #dddddd;
    background: #F7F8F9;
    font-size: 0.85em;
}

.cadreArrondiEnTete_fontSizeReduit{
    height: 15px;
    padding: 7px;
    color:white;
    font-size: 0.8em;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    background: #596C97;
    border-color: #596C97;
}

.cadreArrondiEnTeteAction_fontSizeReduit{
    height: 15px;
    padding: 7px;
    color:white;
    font-size: 0.8em;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    background: #162D62;
    border-color: #162D62;
}


/*FONT SIZE NORMAL*/

.cadreArrondiContenu{
    padding: 10px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border: 1px solid #dddddd;
    background: #F7F8F9;
}

.cadreArrondiEnTete{
    height: 15px;
    padding: 7px;
    color:white;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    background: #596C97;
    border-color: #596C97;
}

.cadreArrondiEnTeteAction{
    height: 15px;
    padding: 7px;
    color:white;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    background: #162D62;
    border-color: #162D62;
}

.loader_index {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #162D62;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
}

.loader_kinisoc {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #2f2f3c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
}

.loader_small{
   border: 4px solid #f3f3f3;
    border-top: 4px solid #162D62;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 2s linear infinite;
    margin-right: 20px; 
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.CouleurDossierMaitreVisuGed{
    background-color: #c2e1f6;
}

.CouleurSousDossierVisuGed{
    background-color: #EAF2F8;
}


.CouleurAlertDossierMaitreVisuGed{
    background-color: #f5c9c4;
}

.CouleurAlertSousDossierVisuGed{
    background-color: #FDEDEC;
}

/* STATS AXA */

th.enTeteTableauStatsAxa {
    text-align: center;
}

.divVolet_close{
    z-index: 4;
    position: fixed;
    top:20px;
    right:0;
    height:25px;
    width:30px;
    background-color: #555654;
    padding: 5px;
    color: white;
    text-align: center;
    opacity:0.7;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.divVolet_open{
    z-index: 4;
    position: fixed;
    top:20px;
    right:0;
    background-color: #6f6f6e;
    padding: 5px;
    color: white;
    text-align: center;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.divVoletGauche_close{
    z-index: 5;
    position: fixed;
    top:20px;
    left:0;
    height:25px;
    width:30px;
    background-color: #555654;
    padding: 5px;
    color: white;
    text-align: center;
    opacity:0.7;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.divVoletGauche_open{
    z-index: 5;
    position: fixed;
    top:20px;
    left:0;
    background-color: #6f6f6e;
    padding: 5px;
    color: white;
    text-align: center;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.divVoletGaucheTimeline_close{
    z-index: 4;
    position: fixed;
    top:60px;
    left:0;
    height:25px;
    width:30px;
    background-color: #555654;
    padding: 5px;
    color: white;
    text-align: center;
    opacity:0.7;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.divVoletGaucheTimeline_open{
    z-index: 4;
    position: fixed;
    top:60px;
    left:0;
    background-color: #6f6f6e;
    padding: 5px;
    color: white;
    text-align: center;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    height: 85%;
    overflow: auto;
}

/*DIALOG ALERTE*/

.ui-widget-content.alert-dialog {
    background: white;
    border: 1px solid #D33232;
}

.ui-dialog.alert-dialog .ui-widget-header {
    background: #D33232;
    border: 0;
    color: white;
    font-weight: bold;
    border-radius: 0;
}

.ui-dialog.alert-dialog .ui-dialog-titlebar {
    padding: 5px;
    position: relative;
    font-size: 1em;
}

.ui-dialog.alert-dialog .ui-dialog-buttonpane {
    background: none;
    border:0;
}

.ui-dialog.alert-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog.alert-dialog .ui-button {
    background: #D33232;
    border : 1px solid #D33232;
    color: white;
}

/*DIALOG ANNONCE*/

.ui-widget-content.annonce-dialog {
    background: white;
    border: 1px solid #f9dd34;
}

.ui-dialog.annonce-dialog .ui-widget-header {
    background: #fff290;
    border: 0;
    color: black;
    font-weight: bold;
    border-radius: 0;
}

.ui-dialog.annonce-dialog .ui-dialog-titlebar {
    padding: 5px;
    position: relative;
    font-size: 1em;
}

.ui-dialog.annonce-dialog .ui-dialog-buttonpane {
    background: none;
    border:0;
}

.ui-dialog.annonce-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog.annonce-dialog .ui-button {
    background: #fff290;
    border : 1px solid #f9dd34;
    color: black;
}


/*ETUDE DE MARCHE*/

.btn_lien_recherche{
    vertical-align: middle;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    margin-top: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_edm{
    vertical-align: middle;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    margin-top: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #559ee2;
    color: #fff;
    margin-top:2px;
    font-size: 12px;
    padding: 8px 12px;
    cursor:pointer;
}


.btn_edm:hover{
    vertical-align: middle;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    margin-top: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #5a98d8;
    color: #fff;
    margin-top:2px;
    font-size: 12px;
    padding: 8px 12px;
    cursor:pointer;
}

div.type_emetteur{
    background-color: #F4F7F7;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

/*KINIGED HISTORIQUE DOCUMENT - FILTRE*/

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    padding-bottom: 5px;
}

.checkbox-pj {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-pj input {
    display: none;
}

.checkbox-pj label {
    cursor: pointer;
    width: 20px;
}

input[type="text"] {
    box-sizing: border-box;
}

input[type="text"] {
    border: 1px solid #ccc;
}

input.double_champs{
    width: 98px;
}

input.double_champs_icone{
    width: 74px;
}

input.triple_champs{
    width: 64px;
}