/* 
    Styles généraux utilisés dans l'application.

    Auteur : Jean-François Brisse <jeff@brisse-software.fr>
    Version : 1.3.0
*/


/*****************************************************************************
 ******************************** Commun *************************************
 *****************************************************************************/

@font-face {
    font-family: 'CalibriA';
    src: url('../fonts/calibri.ttf');
}

@font-face {
    font-family: 'TahomaA';
    src: url('../fonts/tahoma.ttf');
}

.activityDivSel {
    width: 100%;
    padding: 4px 10px;
    background-color: #264596;
    border: 2px solid #264596;
    font-family: 'TahomaA';
    color: #fff;
}

.activityDivSel a {
    color: #fff;
    text-decoration: none;
}

.activityDivSel a:hover {
    text-decoration: underline;
}

.activityDivTxt {
    width: 100%;
    padding: 10px;
    border: 2px solid #264596;
    font-family: 'CalibriA';
    text-align: justify;
    text-indent: 3em;
}

.activityTxt {
    width: 100%;
    font-family: 'CalibriA';
    text-align: justify;
    text-indent: 3em;
}

.adminFieldset {
    border: 1px solid #000;
    padding: 1em;
}

.adminLegend {
    font-size: 1.5em;
    border-bottom: none;
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-right: 1em;
    width: auto;
}

.alertLogo {
    width: 10%;
}

.alignLabel {
    width: 80px;
    text-align: right;
}

.basReponses {
    float: bottom;
    margin: 7px auto 0 auto;
    text-align: center;
}

body {
    background-color: #ccc;
}

.boldAssess {
    font-family: 'TahomaA';
    font-size: 12px;
    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;
}

.contractBlock {
    width: 100%;
    padding: 2px 6px;
    margin-top: 5px;
    background-color: #797979;
    border: 2px solid #797979;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.contractBlockTitre {
    width: 100%;
    padding: 4px 6px;
    margin: 5px 0;
    background-color: #264596;
    border: 2px solid #264596;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 14px;
    color: #dee5f6;
}

.contractBlockTitreInsured {
    width: 58%;
    padding: 4px 6px;
    margin: 5px 5px 5px 0;
    background-color: #264596;
    border: 2px solid #264596;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 14px;
    color: #dee5f6;
}

.contractBlockTitreModality {
    width: 41%;
    padding: 4px 6px;
    margin: 5px 0 5px 8px;
    background-color: #264596;
    border: 2px solid #264596;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 14px;
    color: #dee5f6;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 99%;
    font-family: 'TahomaA';
    font-size: 0.8em;
}

.dateElement {
    margin: 0 40px;
}

.decalAffiliate {
    margin-left: 3em;
    font-size: 0.8em;
}

.decaleListe {
    margin-top: 20px;
}

.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;
    padding: 0;
    background-color: #dee5f6;
}

.imgFlash {
    width: 50px;
}

.infoMail {
    margin: 0.5em;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.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;
}

.labelTop {
    vertical-align: top;
}

.leftAlign {
    text-align: left;
}

.legendQuestEpr {
    background-color: #54575a;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    padding: 0 8px;
}

.listeElm {
    height: 100%;
    overflow: auto;
    padding: 10px;
    font-family: 'TahomaA';
    font-size: 0.9em;
}

.logoBanner {
    float: left;
    height: 80px;
    margin: 0;
    padding: 0;
}

.modalFlash,
.modalInput,
.modalGroup {
    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,
.modalInput:target,
.modalGroup: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"],
.modalInput a[href="#close"],
.modalGroup a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.7em;
    line-height: normal;
    color: transparent;
}

.modalInput a[href="#close"]:after,
.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,
.modalInput a[href="#close"]:focus:after,
.modalInput a[href="#close"]:hover:after,
.modalGroup a[href="#close"]:focus:after,
.modalGroup 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,
.modalInput a[href="#close"]:focus:after,
.modalGroup a[href="#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;
}

.modalInput>div {
    width: 70%;
    height: 90%;
    font-family: 'CalibriA';
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 5% 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);
    overflow-y: auto;
}

.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;
}

.navigationLarge {
    width: 49%;
    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;
}

.navigationVeryShort {
    width: 15%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.normalAssess {
    font-family: 'TahomaA';
    font-size: 12px;
}

.prospectAlert {
    font-size: 0.5em;
    line-height: 1em;
    background-color: #f00;
    color: #fff;
    display: inline-block;
    padding: 1px 3px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.rightAlign {
    text-align: right;
}

.selectAvec {
    background-color: #cdbe96;
    font-weight: bold;
}

.selectSans {
    background-color: #dcdcdc;
    font-weight: normal;
}

.separeLine {
    margin: 10px 0;
    border-bottom: #dcdcdc 1px solid;
}

.showDiv {
    display: inline-block;
}

.suggestZone {
    padding-top: 1em;
}

.supElm {
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

ul#tabs {
    list-style-type: none;
}

.tableAssess {
    font-size: 15px;
    font-weight: bold;
}

.tableBgBreakdown {
    background-color: #aaa;
}

.tableCentre {
    margin: 0 auto;
    padding: 10px 0;
}

.tableCentreAssess {
    margin: 0 auto;
    padding: 10px 0;
    border-collapse: collapse;
}

.tableCentreAssess th,
.tableCentreAssess td {
    border: 1px solid #000;
}

.tableCentreCond {
    margin: 0 auto;
    text-align: center;
}

#tabs li {
    display: inline;
}

#tabs a {
    text-decoration: none;
    border: #54575a 1px solid;
    background-color: #fff;
    color: #54575a;
    font-style: italic;
    font-weight: bold;
    padding: 5px 10px;
}

#tabs a:focus {
    background-color: #54575a;
    color: #fff;
}

.titleBanner {
    padding-left: 0.5em;
    color: #264596;
    font-family: 'CalibriA';
    font-size: 2em;
}

.titreContrat {
    line-height: 20px;
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    color: #dee5f6;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #264596;
}

.titreDiv {
    line-height: 20px;
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #999;
}

.titreTable {
    border-bottom: #000 solid 1px;
}

.trashSelect {
    margin: 0 15px 0 4px;
    vertical-align: middle;
}

.txtAnno {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
}

.txtAssess {
    padding: 0 2px;
}

.txtFlash {
    padding-left: 10px;
}

.txtMail {
    font-family: 'CalibriA';
}

.txtTable {
    padding: 0 0.7em;
}

.typeExpEpr {
    margin: 20px 0;
}

.underLine {
    margin-bottom: 5px;
    border-bottom: #000 1px solid;
}

.testDiv {
    background-color: #5eb5e0;
}

.width25 {
    width: 150px;
}


/*****************************************************************************
 ***************************** Formulaires ***********************************
 *****************************************************************************/

.colTabDD {
    width: 200px;
    height: 150px;
}

.contractBlockTxt {
    width: 100%;
    padding: 5px;
    border: 2px solid #797979;
    font-family: 'CalibriA';
    font-size: 14px;
}

.contractBlockTxt input,
select {
    font-family: 'TahomaA';
    margin-right: 10px;
    padding: 0 5px;
    font-size: 12px;
}

[readonly="readonly"] {
    background-color: #ddd;
}

.contractBlockTxt label {
    vertical-align: top;
    font-family: 'CalibriA';
    font-style: italic;
    margin-right: 10px;
}

.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;
    min-height: 25px;
    height: 25px;
    line-height: 25px;
}

.forms select#user_subjectList {
    font-family: 'TahomaA';
    margin-right: 10px;
    min-height: 10em;
    height: 10em;
}

.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;
}

.sizeAddressForm {
    width: 26em;
}

.sizeDateForm {
    width: 8em;
}

.sizeDescriptionForm {
    width: 18em;
}

.sizeDropDownForm {
    width: 50em;
}

.sizeLabelForm {
    width: 10em;
}

.sizeNumberForm {
    width: 8em;
}

.sizeRatioForm {
    width: 5em;
}

.sizeTextForm {
    width: 35em;
}

.sizeZipForm {
    width: 4em;
}

.titreListe {
    line-height: 15px;
    font-size: 14px;
    text-align: center;
    vertical-align: central;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #999;
}


/*****************************************************************************
 ******************************* 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;
}

.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;
}

.btnDocuments {
    display: inline-block;
    *display: inline;
    padding: 0 12px;
    margin-top: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnDocuments:hover {
    text-decoration: underline;
    color: #f00;
}

.btnEdit {
    display: inline-block;
    *display: inline;
    padding: 0 10px;
    margin-top: -5px;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnEdit:hover {
    text-decoration: underline;
    color: #f00;
}

.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;
}

.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;
}

.btnSelect {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin: 0;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 20px;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #222;
}

.btnSelectActive {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin: 0;
    font-family: 'TahomaA';
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #222;
}

.btnSelect:hover {
    background-color: #fff;
}

.btnColorCnt {
    color: #d99134;
}

.btnColorFbk {
    color: #003773;
}

.btnColorGreen {
    color: #00ac00;
}

.btnColorQuest {
    color: #a50d44;
}

.btnColorRed {
    color: #c23333;
}

.btnColorRep {
    color: #e68e33;
}

.btnColorThm {
    color: #cdbe96;
}

.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;
}

.btnRetour {
    float: left;
    margin: 0 20px;
}

.btnSup {
    float: left;
    margin-right: 10px;
}

.fas {
    font-size: 14px;
}

.txtBtn {
    padding-left: 0.5em;
    color: #fff;
}

.txtBtnInact {
    padding-left: 0.5em;
    color: #888a8f;
}


/*****************************************************************************
 **************************** 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;
    padding-bottom: 5px;
}

.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;
    padding-bottom: 5px;
}

.selUser {
    margin: 12% 0 0 0;
    text-align: center;
    font-family: 'TahomaA';
    font-size: 14px;
}


/*****************************************************************************
 ********************************* Menus *************************************
 *****************************************************************************/

.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;
}

.btnMenu:hover,
.btnMenu:hover .txtBtnMenu,
.btnMenuActive:hover,
.btnMenuActive:hover .txtBtnMenuActive {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    border-bottom: 2px solid #333;
}

#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: 220px;
}

.titleMenu {
    line-height: 15px;
    font-family: 'CalibriA';
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    vertical-align: central;
    background-color: #dcdcdc;
}

.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;
}