﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: 14px;
    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: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    color: Black;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    color: #FFF; /*color: White;*/
    text-shadow: 1px 1px 1.5px Black;
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    color: #FFFFFF; /*color: White;*/ /*text-shadow: 1px 1px 1.5px White;*/
    font-size: 1.5em;
    font-weight: 600;
    box-shadow: 1px 1px 1.5px Black;
    border-radius: 5px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
    color: Red;
}

ul
{
    list-style-type: square;
}

/* 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: 960px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #579c89;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    background-image: url(../../Images/afvactop2017.png);
    height: 127px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: White;
    border: none;
    line-height: 1em;
    font-size: 2em;
}

.main
{
    padding: 8px;
    margin-top: 10px; /*margin: 8px 8px 8px 8px;*/
    min-height: 675px;
    background-color: #1981c0; /*background-image: url(../../Images/afvacMainBack.png);*/
    background-repeat: no-repeat;
}

.corps
{
    padding: 8px;
    margin: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 3px 2.5px Black;
    min-height: 675px;
    background-image: url(../../Images/afvacCorpsBackGray.png);
    color: White;
}

.corps ul li span
{
    font-weight: bold;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: White;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #1981c0;
    width: 960px; /*border: 1px solid #496077;*/
    border-top-width: 10px;
    border-top-color: White;
    border-top-style: solid;
}

/*------------------------------- CSS3 --------------------------------*/
@keyframes myfirst
{
0%   {left:500px; }
100% {left:0px; }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {left:500px; }
100% {left:0px; }
}

/*---------------------------- HOME PAGE ------------------------------*/
.divHome
{
    float:right;
    top:10px;
}

.divConnect
{
    float:right;
    top:10px;
}

.home
{
}

.home div
{
    text-align:center;
    width:153px;
    height:250px;
    float:left;
    color:White;
    font-weight:bold;
    position:relative;
    border-width:2px;
    border-style: solid;
    padding:10px;
    background-image: -ms-linear-gradient(top left, #585860 50%, #363640 100%);/* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(top left, #585860 50%, #363640 100%);/* Mozilla Firefox */
    background-image: -o-linear-gradient(top left, #585860 50%, #363640 100%);/* Opera */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.5, #585860), color-stop(1, #363640));/* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top left, #585860 50%, #363640 100%);/* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom right, #585860 50%, #363640 100%);/* W3C Markup, IE10 Release Preview */
}

.home div div
{
    text-align:center;
    border:none;
    width:132px;
    height:175px;
    background:none;
    font-weight:bolder;
    background-position:bottom center;
    background-repeat:no-repeat;
}

.homej1
{
    border-color: #ffe800;
    animation: myfirst 1s;
    -webkit-animation: myfirst 1s; /* Safari and Chrome */
}

.homej2
{
    border-color: #dd016d;
    margin-left:5px;
    animation: myfirst 1.2s;
    -webkit-animation: myfirst 1.2s; /* Safari and Chrome */
}

.homej3
{
    border-color: #9ebc14;
    margin-left:5px;
    animation: myfirst 1.4s;
    -webkit-animation: myfirst 1.4s; /* Safari and Chrome */
}

.homeQg
{
    border-color: #97106e;
    margin-left:5px;
    animation: myfirst 1.6s;
    -webkit-animation: myfirst 1.6s; /* Safari and Chrome */
}

.LnkBtnQgMini a
{
    color:#ffe800;
}

.divDlCertif
{
    border-color: #e67a15;
    animation: myfirst 1.8s;
    -webkit-animation: myfirst 1.8s; /* Safari and Chrome */
    margin-left:5px;
}

.divDlCertifDisabled
{
    border-color: #e67a15;
    animation: myfirst 1.8s;
    -webkit-animation: myfirst 1.8s; /* Safari and Chrome */
    margin-left:5px;
    background-image: -ms-linear-gradient(top left, #1981C0 40%, #07ABDE 100%); /* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(top left, #1981C0 40%, #07ABDE 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top left, #1981C0 40%, #07ABDE 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #1981C0), color-stop(1, #07ABDE)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top left, #1981C0 40%, #07ABDE 100%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom right, #1981C0 40%, #07ABDE 100%); /* W3C Markup, IE10 Release Preview */
}

.ImgBtnDlCertif:hover
{
    background-image: url(../../Images/certificatehover.png);
}

.btnDlCertif
{
    color:White;
    color:Gray;
    font-weight:bold;
    height:80%;
    width:100%;
    border: none;
    background-image: -ms-linear-gradient(top left, #585860 50%, #363640 100%);/* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(top left, #585860 50%, #363640 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top left, #585860 50%, #363640 100%);/* Opera */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.5, #585860), color-stop(1, #363640));/* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top left, #585860 50%, #363640 100%);/* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom right, #585860 50%, #363640 100%);/* W3C Markup, IE10 Release Preview */
    /*background-image: url(../../Images/certificate.png);
    background-position:center;
    background-repeat:no-repeat;*/
    display: table-cell;
    vertical-align: middle;
}

.btnDlCertif a
{
    vertical-align:top;
    padding-bottom:40px;
    line-height:250px;
}

.BtnRefreshSession
{
    margin-top:50px;
    position:relative;
    background-image:none;
    background-color:gray;
}

/*---------------------------- TAB MENU ------------------------------*/

.hideSkiplink
{
    background-color: #3a4f63;
    width: 10%;
}

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: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    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
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    font-family: Arial;
    padding-top: 148px;
    padding-left: 310px;
    display: block;
    float: left;
    text-align: left;
    width: auto;
    display: none;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 0px;
    color: White;
    padding-right: 10px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* --- ajax toolkit --- */
.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
    border: solid 5px blue;
    background-color: #ADD8E6;
}

.highlight
{
    background-color: #fffacd;
}

.GEAnswer
{
    color:#363640;
}


/* --- Styles correspondants aux différent skin --- */
.btnClassic
{
    background-image: url(../../Images/afvacBtn.png);
    width: 159px;
    height: 53px;
    background-color: transparent;
    border: none;
    color: White;
    font-weight: bold;
}

.btnDisconnect
{
    background-image: url(../../Images/exit.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
    color: White;
    font-weight: bold;
    margin-right: -10px;
    margin-top: 2px;
}

.rqrdFldVldtr
{
    background-color: Orange;
}

/* ADMIN  
----------------------------------------------------------*/
.h3admin
{
    moz-border-radius: none;
    background-color: Black;
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 38px;
    box-shadow: none;
    border-radius: 0px;
}

.corpsAdmin
{
    padding: 10px;
    margin: 0px;
    border-style: solid;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
    min-height: 520px;
    background-image: none;
    color: Black;
}

.mainAdmin
{
    padding: 0px;
    margin: 0px; /*margin: 8px 8px 8px 8px;*/
    min-height: 520px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
}

.ConnexionAdmin
{
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    color: Black;
    width: 60%;
    background-color: #b5b5b5;
    padding: 10px;
}

.dvHeader {
    font-size: 1em;
    background-image: url(./../../images/headGridView.png);
    background-size: cover;
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
}

    .dvHeader a {
        font-size: 1em;
        color: White;
        height: 30px !important;
        text-decoration: none;
        background-color: transparent;
    }

.dvHeader a:hover
{
    text-decoration: underline;
}

.pnlCorpsAdmin
{
    min-height: 450px;
}

.footerAdmin
{
    color: White;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: Black;
    width: 960px; /*border: 1px solid #496077;*/
    border-top-width: 10px;
    border-top-color: White;
    border-top-style: solid;
    height: 26px;
}


