/**
    Fichier principal des styles de MoonJeff.

    Author : Jean-François Brisse <jeff@brisse-software.fr>
    Version : 3.7.0
*/

/*****************************************************************************/
/******************************** Commun *************************************/
/*****************************************************************************/
@font-face {
    font-family: 'CalibriA';
    src: url('../fonts/calibri.ttf');
}

@font-face {
    font-family: 'TahomaA';
    src: url('../fonts/tahoma.ttf');
}

@font-face {
    font-family: 'VerdanaA';
    src: url('../fonts/Verdana.ttf');
}

.activityDivSel {
    /*width: 100%;*/
    padding: 4px 10px;
    background-color: #6df807;
    border: 2px solid #6df807;
    font-family: 'TahomaA';
    color: #f85c07;
}

.activityTxt {
    width: 100%;
    font-family: 'CalibriA';
    text-align: justify;
    text-indent: 3em;
    font-size: 0.9em;
}

.alertLogo {
    width: 15%;
}

.arrondiOmbre {
    margin: 10px 0;
    border-radius: 7px;
    box-shadow: 5px 5px 5px 0 #808080;
    text-align: center;
}

.basReponses {
    float: bottom;
    margin: 10px auto 0 auto;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.btn, .btnG, .btnR {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    background: #ccc;
    color: #000;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 #808080;
    line-height: 18px;
    vertical-align: middle;
    font-family: 'TahomaA';
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover, .btn:hover .txtBtn {
    background: #6df807;
    cursor: pointer;
}

.btnG:hover, .btnG:hover .txtBtn {
    background-color: #00ac00;
    color: #fff;
    cursor: pointer;
}

.btnR:hover, .btnR:hover .txtBtn {
    background-color: #c23333;
    color: #fff;
    cursor: pointer;
}

.btn2 {
    display: inline-block;
    *display: inline;
    padding: 2px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 18px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btn2:hover, .btnDeconnect:hover, .btnFormInside:hover {
    text-decoration: underline;
    color: #00f;
}

.btnColorBlue {
    color: #254795;
}

.btnColorGreen {
    color: #00ac00;
}

.btnColorGrey {
    color: #b0a496;
}

.btnColorOrange {
    color: #f85c07;
}

.btnColorRed {
    color: #c23333;
}

.btnDeconnect {
    display: inline-block;
    *display: inline;
    padding: 0 12px 2px 5px;
    margin-top: -0.1em;
    margin-bottom: 0;
    *margin-left: 0.1em;
    font-family: 'TahomaA';
    font-size: 0.7em;
    font-style: italic;
    line-height: 18px;
    color: #264596;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnEntryHome {
    display: inline-block;
    *display: inline;
    padding: 1px 5px;
    margin-bottom: 0;
    *margin-left: .2em;
    font-family: 'TahomaA';
    font-size: 20px;
    line-height: 20px;
    color: #dcdcdc;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btnEntryHome:hover {
    color: #999;
    background-color: #dcdcdc;
}

.btnFormInside {
    display: inline-block;
    *display: inline;
    padding: 2px 10px 2px 2px;
    margin-bottom: 0;
    *margin-left: 2px;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: normal;
    line-height: 20px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnFormInsideInact {
    display: inline-block;
    *display: inline;
    padding: 2px 10px 2px 2px;
    margin-bottom: 0;
    *margin-left: 2px;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: normal;
    line-height: 20px;
    color: #888a8f;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.btnHomeYear {
    display: inline-block;
    *display: inline;
    padding: 1px 5px;
    margin-bottom: 0;
    *margin-left: .2em;
    font-family: 'TahomaA';
    font-size: 25px;
    line-height: 25px;
    color: #dcdcdc;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btnHomeYear:hover {
    color: #d16039;
    background-color: #dcdcdc;
}

.btnInact {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 20px;
    color: #888a8f;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #888a8f;
    border-radius: 7px;
}

.butt {
    float: right;
    margin-right: 5px;
    text-align: right;
    font-size: 0.9em;
}

.cadre {
    margin: 10px auto;
    border-radius: 7px;
    box-shadow: 5px 5px 5px 0 #808080;
}

.cadreTable {
    border: 1px #000 solid;
}

.centreAlign {
    text-align: center;
}

.centrerH {
    text-align: center;
    margin: 20px auto;
}

.champ {
    font-family: Arial;
    margin-top: 5px;
}

.champSel {
    background-color: #ccc;
}

.contentDiv {
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 99%;
    font-family: 'TahomaA';
    font-size: 12px;
}

.cursorPointer {
    cursor: pointer;
}

.defilContenu {
    height: 100%;
    overflow: auto;
    padding: 5px;
}

.details {
    margin-top: 1.6em;
}

.divForm {
    margin-bottom: 10px;
}

.errorForm {
    color: #f00;
    font-weight: bold;
    background-color: #aaa;
    padding: 5px 0;
    margin-bottom: 10px;
}

.fieldsetMenu {
    margin: 10px auto;
    padding: 10px;
    box-shadow: 5px 5px 5px 0 #808080;
    border: 1px solid #808080;
}

.fieldsetMenuAnalytic {
    margin: 30px auto 10px auto;
    padding: 10px;
    box-shadow: 5px 5px 5px 0 #808080;
    border: 1px solid #808080;
}

.forms {
    min-height: 20px;
    padding: 10px;
    margin: 0 20px 20px 20px;
    background-color: #f1f1f1;
}

.forms input, select {
    margin-right: 10px;
}

.forms label {
    vertical-align: top;
    font-style: italic;
    margin-right: 10px;
}

.fullWidth {
    width: 100%;
}

.helpButton:hover {
    cursor: pointer;
}

.hideDiv {
    display: none;
}

.hideElm {
    visibility: hidden;
}

.imgFlash {
    width: 50px;
}

.imgLogo {
    float: left;
    margin: 10px;
    height: 70px;
}

.info {
    font-style: italic;
    color: #f00;
    margin-bottom: 10px;
}

.infoTitle {
    float: right;
    margin-right: 0.5em;
    margin-top: 0.5em;
    text-align: right;
    color: #6df807;
    font-size: 0.9em;
}

.labelAff {
    font-family: 'CalibriA';
    font-weight: bold;
    font-size: 1em;
    color: #00f;
}

.labelTop {
    vertical-align: top;
}

.lbConsult {
    font-weight: bold;
    color: #f85c07;
}

.lbSelect {
    font-family: times new roman;
    font-weight: bold;
}

.leftAlign {
    text-align: left;
}

.legendMenuView {
    font-family: 'CalibriA';
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: -10px;
    border-bottom-style: none;
}

.listeElm {
    height: 100%;
    overflow: auto;
    padding: 10px;
    font-family: 'TahomaA';
    font-size: 0.9em;
}

.lkSelect {
    font-family: times new roman;
    background-color: #6df807;
    border-radius: 7px;
}

.lksom {
    float: left;
    width: 24%;
    margin-top: 1em;
}

.lksom2 {
    float: left;
    width: 18%;
    margin-left: 10px;
}

.lksom3 {
    float: left;
    width: 24%;
    margin-left: 10px;
}

.mdActive {
    opacity: 1;
    pointer-events: auto;
}

.mdInactive {
    opacity: 0;
    pointer-events: none;
}

.modalFlash, .modalInput,
.modalGroup, .modalHelp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.modalFlash > div {
    width: 500px;
    font-family: 'CalibriA';
    font-size: 1.5em;
    color: #fff;
    background: #888a8f;
    position: relative;
    margin: 25% auto;
    padding: 30px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
}

.modalFlash span[id="close"], .modalInput span[id="close"],
.modalGroup span[id="close"], .modalHelp span[id="close"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.7em;
    line-height: normal;
    color: transparent;
}

.modalInput span[id="close"]:after,
.modalFlash span[id="close"]:after,
.modalHelp span[id="close"]:after {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    content: 'X';
    display: block;
    width: 1.3em;
    padding: 5px 1px 1px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    border: 3px solid #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.modalFlash span[id="close"]:focus:after, .modalFlash span[id="close"]:hover:after,
.modalInput span[id="close"]:focus:after, .modalInput span[id="close"]:hover:after,
.modalGroup span[id="close"]:focus:after, .modalGroup span[id="close"]:hover:after,
.modalHelp span[id="close"]:focus:after, .modalHelp span[id="close"]:hover:after {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.modalFlash span[id="close"]:focus:after,
.modalInput span[id="close"]:focus:after,
.modalGroup span[id="close"]:focus:after,
.modalHelp span[id="close"]:focus:after {
    outline: 1px solid #000;
}

.modalGroup > div {
    width: 35%;
    height: 90%;
    background: #fff;
    color: #000;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 3% auto;
    padding: 1em;
    border-radius: 0.8em;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    overflow-y: auto;
}

.modalHelp > div {
    width: 50%;
    font-family: 'CalibriA';
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 5% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.modalInput > div {
    width: 99%;
/*    height: 90%;*/
    font-family: 'CalibriA';
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 5% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.monthEntry {
    color: #fff;
    font-family: 'CalibriA';
    font-size: 1.2em;
    font-style: italic;
    padding: 0 5px;
}

.msgBold {
    font-style: italic;
    font-weight: bold;
}

.msgValide {
    color: #f00;
    font-weight: bold;
}

.naviBtn {
    float: top;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    background-color: #999;
}

.navigation {
    width: 29%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.navigationExtraLarge {
    width: 60%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.navigationLarge {
    width: 49%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.navigationShort {
    width: 20%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.orangeBS {
    color: #f85c07;
}

.raye {
    text-decoration: line-through;
}

.rightAlign {
    text-align: right;
}

.separation {
    clear: both;
    visibility: hidden;
}

.separChamps {
    font-family: Arial;
    margin: 5px 20px 0 0;
}

.showDiv {
    display: block;
}

.showElm {
    visibility: visible;
}

.sizeDateForm {
    width: 8em;
}

.sizeLabelForm {
    width: 10em;
}

.sizeNumberForm {
    width: 8em;
}

.sizeRatioForm {
    width: 5em;
}

.sizeTextForm {
    width: 25em;
}

.sizeZipForm {
    width: 4em;
}

.supElm {
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
}

.subListeElm {
    padding: 10px;
    font-family: 'TahomaA';
    font-size: 0.9em;
}

.tableCentreCond {
    margin: 0 auto;
    text-align: center;
}

.tableView {
    font-size: 0.8em;
}

.title {
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    font-family: 'VerdanaA';
    font-size: 1.2em;
    font-weight: bold;
    background-color: #f85c07;
    color: #fff;
    text-shadow: 3px 3px 2px #000;
}

.titleTable {
    background-color: #6df807;
    color: #f85c07;
}

.titreDiv {
    line-height: 20px;
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #999;
}

.titreEntete {
    float: left;
    padding-left: 0.2em;
}

.titreForm {
    text-align: center;
    color: #f85c07;
}

.titreTable {
    border-bottom: #000 solid 1px;
}

.txtBtn {
    padding-left: 0.5em;
    color: #000;
}

.txtBtnInact {
    padding-left: 0.5em;
    color: #888a8f;
}

.txtTable {
    padding: 2px 10px;
}

.typoLegend {
    float: right;
    font-family: 'TahomaA';
    font-size: 1em;
    font-weight: bold;
    text-shadow: 3px 3px 2px #808080;
}

.under {
    text-decoration: underline;
}

.underLine {
    margin-bottom: 5px;
    border-bottom: #000 1px solid;
}

.vertBS {
    color: #6df807;
}

.width95 {
    width: 95%;
}

.yearEntete {
    color: #fff;
    font-family: 'CalibriA';
    font-size: 1.5em;
    font-style: italic;
    padding: 0 5px;
}

/*****************************************************************************/
/**************************** Index - Start **********************************/
/*****************************************************************************/
.cadreIndex {
    width: 400px;
    margin: 10px auto;
    border-radius: 7px;
    box-shadow: 5px 5px 5px 0 #808080;
}

.lblIndex {
    width: 150px;
    text-align: right;
}

.legendIndex {
    font-family: 'VerdanaA';
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 3px 3px 2px #808080;
    padding: 0 5px;
}

#lnkHelp a {
    color: #6df807;
    text-decoration: none;
}

#lnkHelp a:hover {
    text-decoration: underline;
}

.selIndex {
    width: 250px;
    text-align: left;
}

.selUser {
    margin: 16% 0 0 0;
    text-align: center;
}

/*****************************************************************************/
/**************************** Menu déroulant *********************************/
/*****************************************************************************/
.btnMenu {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin: 0;
    font-family: 'TahomaA';
    font-size: 1em;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
}

.btnMenuActive {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin: 0;
    font-family: 'TahomaA';
    font-size: 1em;
    line-height: 20px;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #aaa;
    border: 1px solid #aaa;
    border-bottom: 2px solid #333;
}

.btnSubMenu {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin: 0;
    font-family: 'TahomaA';
    font-size: 1em;
    line-height: 20px;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #aaa;
    border: 1px solid #aaa;
}

.btnMenu:hover, .btnMenu:hover .txtBtnMenu,
.btnSubMenu:hover, .btnSubMenu:hover .txtBtnMenu,
.btnMenuActive:hover, .btnMenuActive:hover .txtBtnMenuActive {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    border-bottom: 2px solid #333;
}

.containerMenu {
    width: 100%;
    display: table;
    border-spacing: 0;
    color: #000;
    background-color: #dcdcdc;
    height: 30px;
    border-bottom: 2px solid #888a8f;
    text-decoration: none;
}

.selectedMenu {
    font-family: 'CalibriA';
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    color: #7caedc;
}

.subMenu {
    left: 0;
    opacity: 0;
    display: none;
    z-index: 1;
}

.subMenuSelected {
    opacity: 1;
    display: inline-block;
}

.containerMenu a:hover, .containerMenu a:hover .txtBtn, .containerMenu a .txtBtn:hover {
    color: #7caedc;
    text-decoration: underline;
    font-weight: bold;
}

#mainMenu, #mainMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    display: inline-block;
}

#mainMenu li a {
    display: block;
    text-align: left;
}

#mainMenu li ul {
    position: absolute;
}

#mainMenu li ul li {
    width: 200px;
}

.titreDivMenu {
    line-height: 15px;
    font-family: 'CalibriA';
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
    vertical-align: central;
    background-color: #dcdcdc;
    margin-top: 10px;
    border-radius: 7px;
}

.titleMenu {
    padding: 0.5em 0.5em 0 0.5em;
    font-family: 'TahomaA';
}

.txtBtnMenu {
    font-size: 0.9em;
    padding-left: 0.2em;
    color: #333;
}

.txtBtnMenuActive {
    font-size: 0.9em;
    padding-left: 0.2em;
    color: #222;
}

ul ul {
    display: none;
}

li:hover ul#subMenu {
    display: block;
    opacity: 1;
    z-index: 1;
}
