/* Style principale de la page (body) */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 660px;
    min-height: 500px;
}


/* Conteneur principal de la page permettant de s'adapter a la pleine dimension de l'ecran */
div#mainContainer {
    background: #F5F5F5;
    width: 100%;
    min-width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#actvoc .vocals .btnCopy {
    background-image: url("../secure/modules/img/vocal_copyactive.png");
}

#norvoc .vocals .btnCopy {
    background-image: url("../secure/modules/img/vocal_copynormal.png");
}

/* Conteneur principal de la page permettant de s'adapter � la pleine dimension de l'�cran logon*/
div#mainContainerLogon {
    position: absolute;
    background-image: url(../images/logo5.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: white;
    min-width: 970px;
    min-height: 690px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Conteneur de l'entete */
div#headerDiv {
    width: 100%;
    min-width: 500px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: -webkit-linear-gradient(top, #01779d 0%, #016889 100%);
    background-image: -o-linear-gradient(top, #01779d 0%, #016889 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01779d), to(#016889));
    background-image: linear-gradient(to bottom, #01779d 0%, #016889 100%);
    background-repeat: repeat-x;
    margin: 0;
    border: none !important;
}

/* Partie de gauche de l'ent�te contenant le conteneur du logo */
div#headerLeft {
    width: 258px;
    background-image: url('../images/header_left.png');
    height: 30px;
    float: left;
    top: 26px;
    position: absolute;
    z-index: 4;
    padding-left: 15px;
    padding-top: 15px;
}

/* Partie de l'ent�te contenant le menu principal de l'interface web */
div#headerMenuDiv {
    position: absolute;
    width: auto;
    min-width: 100px;
    height: 20px;
    float: right;
    left: 0px;
    right: 0px;
    top: -1px;
    z-index: 3;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}

div#headerMenu {
    position: relative;
    top: 0px;
    height: 43px;
}

img#homeLink {
    border: 0;
    margin-left: 10px;
    float: left;
}

/* Partie de l'entete contenant le logo */
div#headerLogo {
    width: 132px;
    height: 54px;
    z-index: 5;
    top: 6px;
    left: 6px;
    position: absolute;
}

div#productNameLogin {
    position: absolute;
    width: auto;
    min-width: 10px;
    right: 0px;
    left: 0px;
    padding-top: 0px;
    padding-left: 10px;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    top: -6%;
    height: 400px;
    transform: scale(0.35);
    background-image: url(/images/logo.svg);
}

/* Partie centrale de l'entete */
div#productName {
    width: 100%;
    min-width: 500px;
    height: 32px;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: white;
    background-image: url(/images/davicom.svg);
    background-position: center;
    background-repeat: no-repeat;
}

div#timeDivHeader {
    position: absolute;
    left: 12px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: black;
    top: 14px;
}

div#productName a, div#timeDivHeader {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: black;
    top: 10px;
}

/* Conteneur central de la page */
div#centerDiv {
    position: absolute;
    bottom: 25px;
    top: 75px;
    left: 5px;
    right: 5px;
    z-index: -2;
}

span#certificate-link-label {
    position: absolute;
    right: calc(0% + 45px);
}

/* Conteneur au bas de la page */
div#bottomDiv {
    position: fixed;
    bottom: 1px;
    width: 100%;
    height: 17px;
    text-align: center;
    font-size: 11px;
    color: #4E4E4E;
    padding-top: 3px;
    background-color: white;
    background-repeat: repeat-x;
    box-shadow: 0px 0px 2px #081194;
    z-index: 21;
}

div#certificate-link-label {
    position: absolute;
    display: inline;
    right: 10px;
}

div#lockOverDiv {
    position: absolute; /*background: rgba(239, 239, 239, 0);*/
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

div.mainLogoDiv {
    position: absolute;
    width: 160px;
    height: 30px;
    background-image: url('../images/davicom_logo2.png');
    top: 0;
    left: 5px;
    z-index: 20;
    background-repeat: no-repeat; /*background-position: center;*/
}

div.imgLink {
    border: 0;
    float: left;
}

a.linkText {
    color: #4E4E4E;
    font-weight: bold;
    text-decoration: none;
}

a.linkText:hover {
    color: #424EFF;
}

p.disconnectLink {
    position: relative;
    float: right;
    top: -5px;
}

div.legalText {
    width: 100%;
    font-size: 12px;
}

div.aboutText {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

div.aboutInfo {
    text-align: center;
    font-weight: bold;
}

