/* 
    Styles généraux utilisés dans Funedata.

    Author : Jean-François Brisse <jeff@bvb-software.fr>
    Version : 1.1.2
*/

/*****************************************************************************/
/******************************** Commun *************************************/
/*****************************************************************************/
@font-face {
    font-family: 'CalibriA';
    src: url('../fonts/calibri.ttf');
}

@font-face {
    font-family: 'TahomaA';
    src: url('../fonts/tahoma.ttf');
}

.alertLogo {
    width: 10%;
}

.alignLabel {
    width: 80px;
    text-align: right;
}

.basReponses {
    float: bottom;
    margin: 7px auto 0 auto;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.centerH {
    text-align: center;
    margin: 20px auto;
}

.centerV {
    vertical-align: middle;
}

.centreAlign {
    text-align: center;
}

.contentDiv {
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 99%;
    font-family: 'TahomaA';
    font-size: 0.8em;
}

.decalAffiliate {
    margin-left: 3em;
    font-size: 0.8em;
}

.enteteElement {
    position: fixed;
    float: top;
    width: 67.5%;
    height: 20px;
    font-size: 14px;
    margin-top: -10px;
    padding: 5px 0 0 5px;
    background-color: #cdbe96;
}

.hideDiv {
    display: none;
}

.homeBanner {
    width: 100%;
    height: 80px;
    line-height: 80px;
    vertical-align: central;
    margin: 0;
    padding: 0;
    background-color: #dee5f6;
}

.imgCentre {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
}

.imgFlash {
    width: 50px;
}

.infoRight {
    float: right;
    margin-right: 0.5em;
    text-align: right;
    color: #264596;
}

.infoRight .btn2 {
    color: #fff;
    font-style: italic;
    margin-left: -12px;
}

.jpvBgBlue {
    background-color: #dee5f6;
}

.jpvBlue {
    color: #264596;
}

.labelAff {
    font-family: 'CalibriA';
    font-weight: bold;
    font-size: 1em;
    color: #00f;
    padding-top: 0.2em;
}

.labelTop {
    vertical-align: top;
}

.leftAlign {
    text-align: left;
}

.listeElm {
    height: 100%;
    overflow: auto;
    padding: 10px;
    font-family: 'TahomaA';
    font-size: 0.9em;
}

.logoBanner {
    float: left;
    height: 80px;
    margin: 0;
    padding: 0;
}

.mainMenu {
    line-height: 15px;
    font-family: 'CalibriA';
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    vertical-align: central;
    background-color: #dcdcdc;
}

.modalFlash {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
}

.modalFlash:target {
    opacity: 1;
    pointer-events: auto;
}

.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 a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.7em;
    line-height: normal;
    color: transparent;
}

.modalFlash a[href="#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 a[href="#close"]:focus:after, .modalFlash a[href="#close"]:hover:after {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.modalFlash a[href="#close"]:focus:after {
    outline: 1px solid #000;
}

.msgValide {
    color: #f00;
    font-weight: bold;
}

.naviBtn {
    float: top;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    background-color: #aaa;
}

.navigation {
    width: 29%;
    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;
}

.navigationMedium {
    width: 25%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.navigationShort {
    width: 19%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.rightAlign {
    text-align: right;
}

.separeLine {
    margin: 10px 0;
    border-bottom: #dcdcdc 1px solid;
}

.showDiv {
    display: inline-block;
}

.supElm {
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

.suggestZone {
    padding-top: 1em;
}

.tableCentre {
    margin: 0 auto;
    padding: 10px 0;
}

.titreDiv {
    line-height: 20px;
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #aaa;
}

.titleBanner {
    padding-left: 0.5em;
    color: #264596;
    font-family: 'CalibriA';
    font-size: 2em;
}

.titreTable {
    border-bottom: #000 solid 1px;
}

.totalWidth {
    width: 100%;
}

.trashSelect {
    margin: 0 15px 0 4px;
    vertical-align: middle;
}

.txtFlash {
    padding-left: 10px;
}

.txtTable {
    padding: 0 0.7em;
}

.underLine {
    margin-bottom: 5px;
    border-bottom: #000 1px solid;
}

/*****************************************************************************/
/***************************** Formulaires ***********************************/
/*****************************************************************************/
.colTabDD {
    width: 200px;
    height: 150px;
}

.divForm {
    margin-bottom: 10px;
}

.errorForm {
    color: #f00;
    font-weight: bold;
    background-color: #aaa;
    padding: 5px 0;
    margin-bottom: 10px;
}

.forms {
    min-height: 20px;
    padding: 10px;
    margin: 0 20px 20px 20px;
    background-color: #dee5f6;
    text-align: center;
}

.forms input, select {
    font-family: 'TahomaA';
    margin-right: 10px;
}

.forms label {
    vertical-align: top;
    font-family: 'CalibriA';
    font-style: italic;
    margin-right: 10px;
}

.listeLst {
    height: 100%;
    width: 100%;
    border: 1px solid #333;
    padding: 0;
}

.over {
    overflow-y: auto;
    overflow-x: hidden;
}

.sizeCardAddressForm {
    width: 26em;
}

.sizeCardInsuredForm {
    width: 18em;
}

.sizeDateForm {
    width: 8em;
}

.sizeEntityHeight10Form {
    height: 10em;
}

.sizeLabelForm {
    width: 10em;
}

.sizeNumberForm {
    width: 8em;
}

.sizeRatioForm {
    width: 5em;
}

.sizeTextForm {
    width: 35em;
}

.sizeZipForm {
    width: 4em;
}

/*****************************************************************************/
/******************************* Boutons *************************************/
/*****************************************************************************/

.btn, .btnG, .btnR {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #264596;
    border: 1px solid #264596;
}

.btn:hover, .btn:hover .txtBtn {
    background-color: #fff;
    color: #264596;
}

.btnG:hover, .btnG:hover .txtBtn {
    background-color: #00ac00;
    color: #fff;
}

.btnR:hover, .btnR:hover .txtBtn {
    background-color: #c23333;
    color: #fff;
}

.btn10 {
    display: inline-block;
    *display: inline;
    padding: 5px 20px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 14px;
    line-height: 30px;
    color: #264596;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn10:hover {
    background-color: #dcdcdc;
}

.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, .btnList:hover {
    text-decoration: underline;
    color: #00f;
}

.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;
}

.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;
}

.btnColorGreen {
    color: #00ac00;
}

.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;
}

.btnEquilibre {
    margin: 0 7px;
}

.btnList {
    display: inline-block;
    *display: inline;
    padding: 2px 12px;
    margin-bottom: 0;
    margin-left: 1.5em;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: normal;
    line-height: 20px;
    color: #333;
    text-align: left;
    text-indent: -1em;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.txtBtn {
    padding-left: 0.5em;
    color: #fff;
}

.txtBtn10 {
    color: #333;
    font-size: 1em;
}

.txtBtnInact {
    padding-left: 0.5em;
    color: #888a8f;
}

/*****************************************************************************/
/**************************** 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: 1em;
    font-weight: bold;
    font-style: italic;
    vertical-align: central;
    background-color: #dcdcdc;
    /*margin-top: -10px;*/
}

.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;
}

/*****************************************************************************/
/**************************** Identification *********************************/
/*****************************************************************************/
.cadreLogin {
    width: 500px;
    margin: 10px auto;
    padding: 10px;
    box-shadow: 5px 5px 5px 0 #808080;
    background-color: #fff;
}

.lblLogin {
    width: 250px;
    text-align: right;
}

.legendLogin {
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 3px 3px 2px #808080;
    text-align: left;
}

.selLogin {
    width: 250px;
    text-align: left;
}

.selUser {
    margin: 12% 0 0 0;
    text-align: center;
    font-family: 'TahomaA';
    font-size: 14px;
}
