﻿/*body
{
    font-family: Trebuchet MS;
}*/



/*==========================================================================================================*
 *PERSONNALISATION DE LA PAGE DE CONNEXION
 *==========================================================================================================*/

.ifrmHomePage {
    width: 100%;
    height: 100%;
    background-color: Transparent;
}

/* Label "Bienvenue dans" */
/*.lblTitre
{
    display: block;
    color: #389ED6;
    font-weight: bolder;
    height: 20px;
    width: 100px;
    position: absolute;
    top: 20px;
    left: 110px;
    text-align: right;
    font-size: 12px;
    font-family: "Lucida Grande" , Helvetica, Arial, Verdana, sans-serif;
}*/

/*==========================================================================================================*
 * PERSONNALISATION DU BANDEAU
 *==========================================================================================================*/

/* Logo IWS */
#DivLogoImg {
    background-image: url(../images/Structure/logoIWS.SVG);
}

/* Image du mode paramétrage */
.ImgIconeParam {
    background-image: url(../images/Structure/window_tools.png);
}

#DivDetailTop {
    background-image: url('../images/structure/sur-fenetre-bord-haut.png');
}



/*==========================================================================================================*
 * PARTIE DROITE              
 *==========================================================================================================*/
/*#DivRight
{
    background-image: url(../images/Structure/background.png);
}*/



/*==========================================================================================================*
 * PERSONNALISATION DES COULEURS DU COMPTEUR DE LA FICHE APPEL
 *==========================================================================================================*/
.IsiTimeProgress {
    background-color: white;
}

.IsiTimeProgress_Seuil0 {
    color: #33CC33;
}

.IsiTimeProgress_Seuil1 {
    color: Orange;
}

.IsiTimeProgress_Seuil2 {
    color: Red;
}



/*==========================================================================================================*
 * PERSONNALISATION DU TABLEAU DE BORD DES PROCESSUS
 *==========================================================================================================*/


/* Style de l'icône du type de marquage en mode paramétrage */
/*  Enregistrement non marqué - direct */
/*.unmark_direct
{
    height: 54px;
    width: 48px;
    background-image: url(../Images/Biblio/48/unlock.png);
}

/*  Enregistrement non marqué - indirect */
/*.unmark_indirect
{
    height: 54px;
    width: 48px;
    background-image: url(../Images/Biblio/48/window_info.png);
}*/

/*  Enregistrement marqué - direct */
/*.mark_direct
{
    height: 54px;
    width: 48px;
    background-image: url(../Images/Biblio/48/lock.png);
}*/

/*  Enregistrement marqué - indirect */
/*.mark_indirect
{
    height: 54px;
    width: 48px;
    background-image: url(../Images/Biblio/48/window_info.png);
}

.marked_query
{
    background-image: url(../Images/Biblio/24/lock.png);
    background-repeat: no-repeat;
    margin-left: 16px;
    padding-left: 30px;
}
.unmarked_query
{
    background-image: url(../Images/Biblio/24/unlock.png);
    background-repeat: no-repeat;
    margin-left: 16px;
    padding-left: 30px;
}*/

/* Utilisé dans le catalogue de service dans le code Htm généré par defaut dans ISIVAL*/
/*.refDescT
{
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    font-family: Verdana;
}*/

#DIVFRAME {
    background-color: white;
}


/* Cadre autour des IsiImageButton de test */
.ImageButtonWrapper {
    float: left;
    border: 1px solid black;
    width: 250px;
    height: 150px;
    display: inline;
    margin: 5px 0px 0px 5px;
}



/*** avancement WF début ************************/
div.WfGroup {
    /* vert : 75C02A */ /* bleu : 476FC0 */
}

    div.WfGroup > div {
        width: 14px;
        height: 16px;
        float: left;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    div.WfGroup div.Done {
        width: 14px;
        height: 16px;
        background-image: url(../Images/Diagram/Done.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 1px;
    }

    div.WfGroup div.Inprogress {
        width: 14px;
        height: 16px;
        background-image: url(../Images/Diagram/Inprogress.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 1px;
    }

    div.WfGroup div.Disable {
        width: 14px;
        height: 16px;
        background-image: url(../Images/Diagram/Disable.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 1px;
    }

/* style de l'avancement dans un formulaire */
div.htmlCtrlZ > div.WfGroup {
    position: absolute;
    right: 0px;
}

/* style de l'avancement dans un grille */
td > nobr > div.WfGroup {
    margin: -3px 0px 0px -3px;
}

/*** avancement WF fin ************************/



