﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none !important;
}

::selection {
    background-color: #434343;
    color: #fff;
}

textarea, input {
    outline: none;
}

html, body {
    min-height: 100%;
}

body {
    background-color: #dfdfdf;
    color: #434343;
}

#document {
    width: auto;
    min-width: 1024px;
    padding-bottom: 100px;
    background-color: #FFF;
}

#ctl00_CPH1_UpdatePanelGestion {
    background-color: #FFF;
}

#bd {
    position: relative;
}

.HelpLink {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 5px 5px 5px;
}

a[href="HelpDocs/Content/MesDemandes/Menu_Mes_Demandes.htm"] {
    display: none;
}

.HelpButton {
    background-image: url(../design/imagesV2/icon_help.png);
    background-position: 0px 0px !important;
    background-color: #434343 !important;
    width: 100px;
    height: 45px;
    display: block;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .HelpButton:hover {
        background-image: url(../design/imagesV2/icon_help.png);
        background-position: 0px 45px !important;
        background-color: white !important;
        width: 100px;
        height: 45px;
        display: block;
        margin: 10px 0 10px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #434343;
    }

.documentInitCompte #bd {
    margin: 40px;
    background: #FFF;
    padding: 30px 60px 60px 60px;
}

.wrapperContenu {
    margin-top: 0;
}

/* Modal */

.RadWindow {
    border: none !important;
    background-color: #c7c7c7 !important;
}

.RadWindow_Default .rwTitleBar {
    border: none !important;
    background-color: #c7c7c7 !important;
    background-image: none !important;
}

.rwStatusBar {
    border: none !important;
    background-color: #c7c7c7 !important;
}

.rwContent > div > input {
    background-color: #434343;
    padding: 8px 20px;
    border: none;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

/*
    GENERAL
*/

strong {
    font-weight: bold;
}

.btnAction {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px !important;
    height: 30px;
    background-color: #434343;
    border: none;
    text-indent: -999em;
    cursor: pointer;
}

#ft .btnAction {
    background-color: #434343 !important;
}

.btnAction:hover {
    background-color: #FFF;
    background-position: center bottom !important;
}

#ft .btnAction:hover {
    background-color: #FFF !important;
}

.btnAction.btnModifier {
    background-image: url(../design/imagesV2/icone_edition.png);
    background-position: center top;
}

    .btnAction.btnModifier:hover {
        background-position: center bottom;
    }



.iconeAction {
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #FFF;
    font-size: 12px !important;
    width: 40px;
    text-indent: -999em;
    background-color: #ff6600 !important;
    background-position: center 8px !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    text-align: left;
    margin-left: 3px;
}

.iconeActionClos {
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #FFF;
    font-size: 12px !important;
    width: 40px;
    text-indent: -999em;
    background-color: #609546 !important;
    background-position: center 8px !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    text-align: left;
}

.iconeActionPartieCommune {
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #FFF;
    font-size: 12px !important;
    width: 40px;
    text-indent: -999em;
    background-color: #999898 !important;
    background-position: center 8px !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    text-align: left;
}

.iconeActionMesDemandes {
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #FFF;
    font-size: 12px !important;
    width: 40px;
    text-indent: -999em;
    background-color: #dfdfdf !important;
    background-position: center 8px !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    text-align: left;
}

.msgLbl {
    display: none;
}

.ctnBtnShowHide {
    display: inline-block;
}

input.iconeAction,
input.iconeActionClos,
input.iconeActionPartieCommune {
    border: none;
}

.iconeAction:hover,
iconeActionClos:hover,
.iconeActionPartieCommune:hover,
.iconeActionPartieCommune.selected,
iconeActionClos.selected,
.iconeAction.selected {
    background-color: #434343 !important;
}

.btValider,
.btAnnuler,
.btAction {
    padding: 8px 20px;
    background-color: #ff6600;
    border: none;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.btAnnuler,
.btAction {
    background-color: #434343;
}

    .btValider:hover,
    .btAnnuler:hover,
    .btAction:hover {
        background-color: #434343;
    }

    .btValider:active,
    .btAnnuler:active,
    .btAction:active {
        top: 2px;
        background-color: #000 !important;
    }

.affichageBtn {
    text-align: center;
}

    .affichageBtn input {
        margin-top: 20px;
    }

.happyFace {
    padding-top: 110px;
    background-image: url(../design/imagesV2/happy_face.png);
}

.confusedFace {
    padding-top: 110px;
    background-image: url(../design/imagesV2/confused_face.png);
}



.sadFace {
    padding-top: 110px;
    background-image: url(../design/imagesV2/icone_lblerror.png);
}

.iconeInfoMedium {
    display: block;
    text-align: center;
    padding-top: 35px;
    color: #434343 !important;
    background: url(../design/imagesV2/icone_info_grise_medium.png) center top no-repeat;
}

.iconeModifier {
    background-image: url(../design/imagesV2/icone_edition.png);
    background-position: center top !important;
}

.iconeRedaction {
    background-image: url(../design/imagesV2/icone_rediger_message.png);
    background-position: center top !important;
}

.iconeSupprimer {
    background-image: url(../design/imagesV2/icone_suppression.png);
    background-position: center top !important;
}

.iconeValider {
    background-image: url(../design/imagesV2/icone_validation.png);
    background-position: center top !important;
}

.iconeInfoBig {
    display: block;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 40px;
    color: #434343 !important;
    background: url(../design/imagesV2/icone_info_grise_big.png) center top no-repeat;
}

.iconeExport {
    background-image: url(../design/imagesV2/icone_export.png);
}

.iconePrint {
    background-image: url(../design/imagesV2/icone_print.png);
    background-position: center top !important;
    color: #FFF !important;
    font-size: 0 !important;
}

.iconeAjouterParticipant {
    background-image: url(../design/imagesV2/icone_ajouter_copro.png);
    background-position: center top !important;
    color: #FFF !important;
    font-size: 0 !important;
}

.iconeCreerAG {
    background-image: url(../design/imagesV2/icone_creer_ag.png);
    background-position: center top !important;
    color: #FFF !important;
    font-size: 0 !important;
}

.iconeRecherche {
    background-image: url(../design/imagesV2/icone_recherche.png);
    background-position: center top !important;
}

.iconeAjouterIncidentFaq {
    background-image: url(../design/imagesV2/icone_declarer_incident.png) !important;
    background-position: center top !important;
}

.iconePaiement {
    background-image: url(../design/imagesV2/icone_paiement.png);
    background-position: center top !important;
}

.iconeVoirDetails {
    background-image: url(../design/imagesV2/icone_voir_details.png);
    background-position: center top !important;
}

.iconeMasquerDetails {
    background-image: url(../design/imagesV2/icone_masquer_details.png);
    background-position: center top !important;
}

.iconeAjouter {
    background-image: url(../design/imagesV2/icone_ajouter.png);
    background-position: center top !important;
}

.iconeMail {
    background-image: url(../design/imagesV2/icone_mail.png);
    background-position: center top !important;
}

.iconePJ {
    background-image: url(../design/imagesV2/icone_pj.png);
    background-position: center top !important;
}

.iconeClose {
    background-image: url(../design/imagesV2/icone_close.png);
    background-position: center top !important;
}

.iconeFlecheBas {
    background-image: url(../design/imagesV2/icone_fleche_bas.png);
    background-position: center top !important;
}

.iconeFlecheHaut {
    background-image: url(../design/imagesV2/icone_fleche_haut.png);
    background-position: center top !important;
}

.iconeJPG,
.iconeJPEG,
.iconePNG {
    background-image: url(../design/imagesV2/icone_image.png) !important;
    background-position: center top !important;
}

.iconePDF {
    background-image: url(../design/imagesV2/icone_pdf_btn.png) !important;
    background-position: center top !important;
}

.iconeDOC,
.iconeDOCX,
.iconeXLS,
.iconeXLSX,
.iconePPT,
.iconePPTX,
.iconeTXT {
    background-image: url(../design/imagesV2/icone_document.png) !important;
    background-position: center top !important;
}

.iconeZIP,
.iconeRAR {
    background-image: url(../design/imagesV2/icone_zip.png) !important;
    background-position: center top !important;
}

.iconeMesIncidents {
    background-image: url(../design/imagesV2/icone_mes_incidents.png) !important;
    background-position: center top !important;
}

.iconeAffichageListe {
    background-image: url(../design/imagesV2/icone_affichage_liste.png) !important;
    background-position: center top !important;
}

.iconeAffichageGrille {
    background-image: url(../design/imagesV2/icone_affichage_grille.png) !important;
    background-position: center top !important;
}

.iconeAfficher {
    background-image: url(../design/imagesV2/icone_affiche.png) !important;
    background-position: center top !important;
}

.iconeMasquer {
    background-image: url(../design/imagesV2/icone_masque.png) !important;
    background-position: center top !important;
}

.iconeFAQ {
    background-image: url(../design/imagesV2/icone_faq.png) !important;
    background-position: center top !important;
}

.iconeDeclarerIncident {
    background-image: url(../design/imagesV2/icone_declarer_incident.png) !important;
    background-position: center top !important;
}

.iconeEnvoyerDoc {
    background-image: url(../design/imagesV2/icone_envoyer_doc.png) !important;
    background-position: center top !important;
}

#document input[type=text],
#document input[type=password],
#document textarea,
#document select {
    border: 1px solid #FFF;
    padding-top: 3px;
    padding-bottom: 3px;
}

#document input:disabled,
.pnlAroundQuestion input:disabled {
    background-color: #dfdfdf !important;
    color: #bababa !important;
    cursor: text !important;
    border: 1px solid #bababa !important;
}

#document input[type=text]:disabled {
    color: #434343 !important;
}

#document input[type=text]:focus,
#document input[type=password]:focus,
#document textarea:focus,
#document select:focus {
    border: 1px solid #434343;
    background-color: #FFF;
}

#document select {
    padding: 0;
}

.menuContenu.fixed,
#menuContenu.fixed,
#ctl00_CPH1_ucMesIdentifiants_menuContenu.fixed {
    position: fixed !important;
    right: 0;
    top: 0;
    margin: 15px 30px 0 0;
}

.pnlMenuSVP.fixed,
.ViewExtranetSVPDossier a.btnRetour.fixed,
.ViewExtranetSVPEvenement input.btnRetour.fixed {
    position: fixed !important;
    left: 16.750em;
    top: 0;
    margin: 15px 0 0 29px;
    z-index: 999;
}

.lblTitre.fixed {
    top: 10px !important;
    position: fixed !important;
    z-index: 999 !important;
    margin-left: 22.100em !important;
}

.ViewExtranetSVPDossier .lblTitre.fixed {
    top: 10px !important;
    position: fixed !important;
    z-index: 999 !important;
    margin-left: 22.100em !important;
}

#bd h2.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    left: 0;
    margin: 10px 0 0 8.850em;
    border: none;
    color: #ff6600;
}

#bd .ViewBienvenue h2.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    left: 0;
    margin: 10px 0 0 19.200em;
    border-color: #FFF;
    color: #434343;
}

.fixedH2 {
    width: 100%;
    height: 55px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}

    .fixedH2.fixed {
        position: fixed;
        display: block;
        z-index: 990;
        margin-left: 15.450em;
        border-bottom: 1px solid #dfdfdf;
    }

.ViewListContact .menuContenu.afficheCdv.fixed .wrapperCol {
    display: none !important;
}

/* Couleurs solde */

.cl_Solde_Positif:empty {
    display: none;
}

.cl_Solde_LocatairePositif:empty {
    display: none;
}

.cl_Solde_Positif,
.cl_Solde_LocatairePositif {
    background: #609546 !important;
    color: #FFF !important;
}

.cl_Solde_Negatif,
.cl_Solde_LocataireNegatif {
    background: #af4949 !important;
    color: #FFF !important;
}

.cl_Solde_Nul {
    background: #434343 !important;
}

/*
    Colonne
*/

.wrapperCol {
    overflow: hidden;
}

    .wrapperCol .col {
        float: left;
    }

    .wrapperCol .col033 {
        width: 33%;
    }

    .wrapperCol .col066 {
        width: 66%;
    }

    .wrapperCol .col050 {
        width: 50%;
    }

/*
    InitCompte.aspx
*/

.documentInitCompte {
    background-color: #434343;
    width: 1024px !important;
    margin: 0 auto;
}

    .documentInitCompte #bd h2 {
        position: inherit;
        border: none;
        font-size: 20px;
        padding-bottom: 30px;
    }

    .documentInitCompte .pnlSaisieIdentifiant .lblIdentifiant {
        display: none;
    }

    .documentInitCompte .pnlSaisieIdentifiant .pnlCaptcha,
    .documentInitCompte .pnlSaisieIdentifiant .ligneForm {
        /*background-color: #dfdfdf;*/
    }

    .documentInitCompte .pnlSaisieIdentifiant .ligneForm {
        padding-top: 30px;
    }

    .documentInitCompte .pnlSaisieIdentifiant .pnlCaptcha {
        padding-bottom: 30px;
    }

    .documentInitCompte .pnlSaisieIdentifiant .ligneForm input,
    .documentInitCompte .pnlSaisieIdentifiant .ligne_auth span,
    .documentInitCompte .pnlSaisieIdentifiant .ligne_auth input {
        display: inline-block;
        width: 30%;
        margin-bottom: 10px;
    }

    .documentInitCompte .pnlSaisieIdentifiant .ligneForm span {
        width: 30%;
        margin-bottom: 10px;
    }

    .documentInitCompte .pnlSaisieIdentifiant .ligne_auth span {
        text-align: right;
    }

    .documentInitCompte .initSaisiePassword,
    .documentInitCompte .initSaisieEmail,
    .documentInitCompte .initSaisieDdeEnvoiDocsMail {
        /*background-color: #dfdfdf;*/
        padding: 30px 0 0 0;
    }

    .documentInitCompte .initSaisieDdeEnvoiDocsMail {
        padding-bottom: 30px;
    }

    .documentInitCompte .initSaisieEmail {
        padding-left: 50px;
    }

    .documentInitCompte input[type=text],
    .documentInitCompte input[type=password] {
        width: 250px !important;
        background-color: #dfdfdf;
    }

    .documentInitCompte .initSaisiePseudo .wrapperForm {
        padding-left: 50px;
        background-color: #FFF !important;
    }

.lblEtoile {
    margin-top: 15px !important;
}

.documentInitCompte .initSaisiePassword span,
.documentInitCompte .initSaisieEmail span {
    display: block;
}

.documentInitCompte .initSaisieEmail .ctr_login_col1,
.documentInitCompte .initSaisiePassword .ctr_login_col1 {
    font-size: 14px;
    font-weight: bold;
}

#ctl00_CPH1_ucSaisieQuestionEtPassword_ucSaisiePassword_lblSubTitrePwd {
    font-weight: inherit;
}

.documentInitCompte .initSaisiePassword .ctr_login_col1,
.documentInitCompte .initSaisieEmail .ctr_login_libelle.clTexte {
    padding-bottom: 15px;
}

.titleWelcome {
    font-size: 26px;
    border-bottom: 1px solid #ff6600;
    padding-bottom: 5px;
}

#ctl00_CPH1_ucSaisieEmail_lblEmail {
    padding-bottom: 15px;
}

#ctl00_CPH1_ucSaisieEmail_lblTelephone {
    padding-top: 15px;
    padding-bottom: 15px;
}


.documentInitCompte .affichageBtn {
    padding-bottom: 30px;
}

.documentInitCompte .ctr_valid_address_email .initSaisiePassword div.pnlCorp {
    padding-bottom: 15px;
    padding-left: 50px;
}

.documentInitCompte .ctr_valid_address_email .initSaisiePassword .lblSelectQuestion {
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
}

.documentInitCompte .ctr_valid_address_email .initSaisiePassword div.pnlCorp table {
    width: 100%;
    margin: auto;
}

.ctr_valid_address_email {
    text-align: left;
}

.greySeparator {
    display: inline-block;
    height: 5px;
    background-color: #dfdfdf;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.documentInitCompte .ctr_img_cadrevalidation {
    vertical-align: middle;
}

.documentInitCompte .pnlResultatEmail {
    padding: 30px 20% 0 20%;
}

.ok {
    background-image: linear-gradient(to bottom, #609546, #609546);
    background-color: #609546;
}

.danger {
    background-image: linear-gradient(to bottom, #AF4949, #AF4949);
    background-color: #AF4949;
}

.btn-shortcut {
    display: block;
    height: 150px;
    width: 125px;
    cursor: pointer;
    margin: -30px 0px;
    text-indent: -999em;
}

    .btn-shortcut:hover {
        opacity: .5;
    }

.lblBtnHomepage {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    text-align: center;
}

.lblWhiteColor {
    color: white !important;
    background-color: black;
    font-size: 11px;
    background-color: #434343;
}

.ctn_btn_homepage {
    display: inline-block;
    color: #434343;
    text-decoration: none;
    font-weight: bold;
    width: 125px;
    height: 120px;
    background-color: #dfdfdf;
    background-position: center top;
    background-repeat: no-repeat;
    text-transform: uppercase;
    vertical-align: top;
}

.ctn_btn_solde {
    width: 135px;
}

a.iconeUpload {
    background: url(../design/imagesV2/file-upload.png) center center no-repeat;
}

a.iconeSupport {
    background: url(../design/imagesV2/support.png) center center no-repeat;
}

a.iconeShortCutFAQ {
    background: url(../design/imagesV2/short_cut_faq.png) center center no-repeat;
}

a.iconePaiementHomePage {
    background: url(../design/imagesV2/pay-euro.png) center center no-repeat;
}

a.iconePaiementHomePageCompte {
    background: url(../design/imagesV2/calculator.png) center center no-repeat;
}

/*
    ICONE COMPTE
*/

.iconeCompteHeader {
    position: relative;
    text-align: left;
    margin-top: 20px;
}

    .iconeCompteHeader > a {
        display: block;
        height: 50px;
        width: 50px;
        background: url(../design/imagesV2/icone_compte_header.png) center bottom no-repeat;
        text-indent: -999em;
        cursor: pointer;
    }

        .iconeCompteHeader > a:hover {
            background-position: center top !important;
        }

        .iconeCompteHeader > a.iconeFemme {
            background: url(../design/imagesV2/icone_compte_header_femme.png) center bottom no-repeat;
        }

        .iconeCompteHeader > a.popupActif,
        .iconeCompteHeader > a.popupActif:hover {
            background: #434343 url(../design/imagesV2/icone_compte_header.png) center bottom no-repeat;
        }

        .iconeCompteHeader > a.iconeFemme.popupActif,
        .iconeCompteHeader > a.iconeFemme.popupActif:hover {
            background: #434343 url(../design/imagesV2/icone_compte_header_femme.png) center bottom no-repeat;
        }

.popupCompte {
    display: none;
    background: #FFF;
    z-index: 9999;
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 450px;
    color: #434343;
    border: 2px solid #151515;
}

.iconRGPD {
    display: inline-block;
    background: url(../design/imagesV2/info-circle.png) center center no-repeat;
    width: 16px;
    height: 16px;
}

.iconRGPDCommentaire {
    height: 30px;
}

.iconRGPDEvenement {
    height: 35px;
}

.wrapperPopupCompte {
    background: #FFF;
}

#actionPopupCompte {
    background-color: #151515;
    width: 100%;
    overflow: hidden;
}

#actionPopupCompte {
    min-height: 40px;
}

    #actionPopupCompte li {
        float: right;
    }

    #actionPopupCompte > li:first-child {
        float: left;
    }

    #actionPopupCompte li a {
        color: #FFF;
        font-size: 11px;
        text-decoration: none;
        font-weight: bold;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 15px !important;
        text-transform: uppercase;
    }

    #actionPopupCompte li.deconnexionPopupCompte a {
        /*text-indent: -999em;*/
        /*width: 20px;*/
        width: auto;
        /*background: url(../design/imagesV2/deconnexion_popupcompte.png) center center no-repeat;*/
        text-align: right;
    }

    #actionPopupCompte li.lienListeComptePopupCompte {
        width: auto;
        white-space: nowrap;
        text-align: right;
    }

        #actionPopupCompte li.deconnexionPopupCompte:hover,
        #actionPopupCompte li.lienListeComptePopupCompte a:hover {
            text-decoration: underline;
            color: #FFF;
        }

.ImageButtonDeconnexion {
    display: none !important;
}

.ctr_retour_liste_compte,
.ctr_contact_gest {
    display: none !important;
}

.AfficheNbNotif {
    position: absolute;
    top: -2px;
    display: none;
    right: 0px;
    background: url(../design/imagesV2/fond_nb_notif.png) center center no-repeat;
    height: 17px;
    width: 17px;
    text-indent: -1px;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
}

/* Liste des comptes popup */

.popupCompte .pnlAutreCompte {
    width: 430px;
    padding: 10px 10px 10px 10px;
}

    .popupCompte .pnlAutreCompte ul {
        max-height: 350px;
        overflow-y: auto;
    }

    .popupCompte .pnlAutreCompte li {
        padding: 0 10px;
    }

    .popupCompte .pnlAutreCompte a {
        display: block;
        padding: 6px 0 8px 38px;
        color: #434343;
        text-decoration: none;
        font-size: 11px;
        position: relative;
    }

        .popupCompte .pnlAutreCompte a:hover {
            text-decoration: underline;
        }

    .popupCompte .pnlAutreCompte li.ListeDesComptesQualiteTypeProp a {
        background: url(../design/imagesV2/icone_popup_compte_proprietaire.png) left center no-repeat;
    }

    .popupCompte .pnlAutreCompte li.ListeDesComptesQualiteTypeCopro a {
        background: url(../design/imagesV2/icone_popup_compte_coproprietaire.png) left center no-repeat;
    }

    .popupCompte .pnlAutreCompte li.ListeDesComptesQualiteTypeLoc a {
        background: url(../design/imagesV2/icone_popup_compte_locataire.png) left center no-repeat;
    }

    .popupCompte .pnlAutreCompte li.ListeDesComptesQualiteTypeCand a {
        background: url(../design/imagesV2/icone_popup_compte_candidat.png) left center no-repeat;
    }

    .popupCompte .pnlAutreCompte li.ListeDesComptesQualiteTypeFour a {
        background: url(../design/imagesV2/icone_popup_compte_fournisseur.png) left center no-repeat;
    }

    .popupCompte .pnlAutreCompte li.ListeDesComptesQualiteTypeGard a {
        background: url(../design/imagesV2/icone_popup_compte_gardien.png) left center no-repeat;
    }

    .popupCompte .pnlAutreCompte a span.lblQualite {
        display: block;
        font-style: italic;
    }

    .popupCompte .pnlAutreCompte a span.lblLibelle {
        display: block;
        width: 75%;
    }

    .popupCompte .pnlAutreCompte a span.lblSoldeCompte {
        position: absolute;
        right: 0;
        top: 6px;
    }
/*
	MENU
*/

.afficheMenuMobile,
.lkCloseMenu {
    display: none !important;
}

#wrapperMenu.fixed {
    position: fixed;
    top: -20px;
}

#wrapperMenu.fixedBottom {
    position: fixed;
    bottom: 260px;
}

#wrapperMenu.yui-b {
    padding: 0 0 0 0;
    width: 200px;
    height: 100%;
    background: #434343 url(../design/imagesV2/logo_thetranet_wrappermenu.png) center bottom no-repeat !important;
    position: fixed;
    left: 0;
    top: 170px;
    z-index: 1;
}

ul.menuCategories {
    padding-top: 20px;
}

    ul.menuCategories li {
        color: #FFF;
        margin: 0 0 1px 0;
        font-family: 'Roboto Condensed', sans-serif;
    }

        ul.menuCategories li > span {
            font-size: 14px;
        }

        ul.menuCategories li a {
            display: block;
            /*width: 155px;*/
            vertical-align: middle;
            color: #FFF;
            text-decoration: none;
            line-height: 32px;
            font-weight: 300;
            text-transform: uppercase;
        }

    ul.menuCategories hr {
        margin: 5px 0px;
        background-color: white;
    }

    ul.menuCategories li a:hover span {
        /*background-image: none !important;
    text-indent: inherit;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background-color: #434343;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    height: 70px;
    overflow: hidden;*/
        text-decoration: underline;
    }

        ul.menuCategories li a:hover span.tn-icon {
            text-decoration: none;
        }

    ul.menuCategories li.actif,
    ul.menuCategories li.accueil a.actif {
        background-image: url(../design/imagesV2/select_menu_tablette.png) !important;
        background-position: center right !important;
        background-repeat: no-repeat !important;
        text-decoration: underline;
        color: #FFF;
    }

ul.menuCategories,
ul.menuExtranet {
    overflow: hidden;
}

ul.menuExtranet {
    margin-top: 10px;
}

ul.menuCategories li a span.tn-icon {
    font-size: 14px;
    width: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
    margin-left: 5px;
}

/* ICONES CP */

ul.menuCategories li.accueil a span.tn-icon:before {
    content: "\e601";
}

ul.menuCategories li.coordonnees a span.tn-icon:before {
    content: "\e603";
}

ul.menuCategories li.contacts a span.tn-icon:before {
    content: "\e600";
}

ul.menuCategories li.compte a span.tn-icon:before {
    content: "\f1ec";
}

ul.menuCategories li.prelevement a span.tn-icon:before {
    content: "\f153";
}

ul.menuCategories li.carteBancaire a span.tn-icon:before {
    content: "\f09d";
}

ul.menuCategories li.documents a span.tn-icon:before {
    content: "\f0c5";
}

ul.menuCategories li.extranet a span.tn-icon:before {
    content: "\f0ad";
}

ul.menuCategories li.infosPratiques a span.tn-icon:before {
    content: "\f05a";
}

ul.menuCategories li.recommande a span.tn-icon:before {
    content: "\e602";
}

ul.menuCategories li.banque a span.tn-icon:before {
    /*content: "\e602";*/
}

/* ICONES CS */

ul.menuCategories li.rgdd a span.tn-icon:before {
    content: "\f15c";
}

ul.menuCategories li.budget a span.tn-icon:before {
    content: "\f200";
}

ul.menuCategories li.balance a span.tn-icon:before {
    content: "\f1fe";
}

ul.menuCategories li.contrats a span.tn-icon:before {
    content: "\f0ea";
}

ul.menuCategories li.os a span.tn-icon:before {
    content: "\f071";
}

ul.menuCategories li.dossiers a span.tn-icon:before {
    content: "\f07c";
}

ul.menuCategories li.AGSimple a span.tn-icon:before {
    content: "\f0c0";
}

ul.menuCategories li.OrdreBancaireCS a span.tn-icon:before {
    content: "\f19c";
}

/* ICONES PR */

ul.menuCategories li.periodePrecedente a span.tn-icon:before {
    content: "\f0e2";
}

ul.menuCategories li.periodeEnCours a span.tn-icon:before {
    content: "\f1ec";
}

ul.menuCategories li.periodeAVenir a span.tn-icon:before {
    content: "\f01e";
}

ul.menuCategories li.mesLocataires a span.tn-icon:before {
    content: "\f084";
}

ul.menuCategories li.visites a span.tn-icon:before {
    content: "\f0a4";
}

/* ICONES FO */

ul.menuCategories li.devis a span.tn-icon:before {
    content: "\f046";
}

ul.menuCategories li.ordresBancaires a span.tn-icon:before {
    content: "\f19c";
}

ul.menuCategories li.factures a span.tn-icon:before {
    content: "\e604";
}

/* ICONE PL */

ul.menuCategories li.reservation a span.tn-icon:before {
    content: "\f14a";
}

ul.menuCategories li.thetraLocation a span.tn-icon:before {
    content: "\f022";
}

ul.menuCategories li.etatCandidature a span.tn-icon:before {
    content: "\f187";
}


/*
    MENU QUALITE
*/

ul#ctl00_CPH1_menuQualite {
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    background: #333;
}

    ul#ctl00_CPH1_menuQualite li {
        float: left;
        width: 50%;
        text-align: center;
    }

        ul#ctl00_CPH1_menuQualite li a {
            display: block;
            line-height: 40px;
            text-decoration: none;
            color: #FFF;
            background: #333;
            font-weight: 100;
            text-transform: uppercase;
            font-size: 11px;
        }

            ul#ctl00_CPH1_menuQualite li a.clTexteSelect,
            ul#ctl00_CPH1_menuQualite li a.selectCOCS,
            ul#ctl00_CPH1_menuQualite li a.selectCO,
            ul#ctl00_CPH1_menuQualite li a.selectPO,
            ul#ctl00_CPH1_menuQualite li a.selectFO,
            ul#ctl00_CPH1_menuQualite li a.selectLO,
            ul#ctl00_CPH1_menuQualite li a.selectCA,
            ul#ctl00_CPH1_menuQualite li a.selectGA,
            ul#ctl00_CPH1_menuQualite li a.selectPL,
            ul#ctl00_CPH1_menuQualite li a.selectPV {
                background: #434343;
            }

        ul#ctl00_CPH1_menuQualite li.lkBtQualiteEnCours {
            display: none;
        }

/*
	HEADER
*/

#hd {
    width: 200px;
    position: fixed;
    height: 170px;
    padding: 0;
    text-align: right;
    z-index: 20;
    text-align: center;
    color: #FFF;
    background: #333;
    z-index: 100000;
    /*font-family: 'Roboto Condensed', sans-serif;*/
}

    #hd.hdListeCompte {
        padding-right: 30px;
    }

    #hd.hdListeCompte,
    .documentInitCompte #hd {
        background: #FFF url(../design/imagesV2/logo_thetranet.png) 40px center no-repeat;
        position: inherit;
        width: inherit;
        height: 50px;
        color: #434343;
        text-align: right;
        margin-bottom: 20px;
    }

        #hd.hdListeCompte span,
        .documentInitCompte #hd span {
            line-height: 50px;
            padding: 0 10px;
        }

    #hd h1 {
        float: left;
    }

    #hd > input,
    #hd > span,
    #hd > div {
        display: inline-block;
        vertical-align: top;
    }

    #hd > span {
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
    }

        #hd > span.lblIdentity {
            display: block;
            position: absolute;
            top: 80px;
            left: 0;
            width: 170px;
            padding: 0 15px 10px 15px;
            font-size: 13px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 100;
        }

.ImageButtonDeconnexionCompte {
    top: 132px;
    left: 19px;
    position: absolute;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    background-color: #434343;
    width: 120px;
    height: 14px;
    padding: 8px 20px;
}


#bdListeCompte .yui-b .ctr_admin_mode {
    display: block;
    position: absolute;
    top: 38px;
    box-shadow: 0 1px 2px -1px #bababa;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background: #feffc8;
    line-height: 22px;
    padding: 0;
    text-align: center;
    border: 1px solid #f6ec82;
    z-index: 99;
    font-size: 11px;
}

#hd > span.ctr_admin_mode {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background: red;
    padding: 5px 0;
}

span.ctr_consult_mode {
    display: block;
    position: relative;
    z-index: 1000;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background: red;
    padding: 5px 0;
    color: #FFF;
}

/*
	BODY CONTENU
*/

.yui-t2 #yui-main .yui-b {
    background-color: #FFF;
    margin-left: 200px;
    padding: 30px 30px 70px 30px;
    margin-right: 0;
    margin-bottom: 0;
    min-height: 100%;
    position: relative;
}

#bd h2 {
    font-size: 26px;
    position: absolute;
    border-bottom: 1px solid #ff6600;
    padding-bottom: 5px;
}

#bd .ViewBienvenue h2 {
    font-size: 12px;
    float: none;
    border: 1px solid #434343;
    text-align: center;
    position: absolute;
    padding: 10px 0;
    top: 0;
    left: 0;
    margin: 30px;
    width: 96.4%;
}

#contenu {
    clear: both;
    font-size: 12px;
    padding-top: 60px;
    width: 100%;
    min-height: 490px;
    overflow: hidden;
    margin-top: 38px;
}

    #contenu .ViewBienvenue {
        margin-top: -55px;
    }

#menuContenu span.spanSolde {
    display: block;
    line-height: 30px;
    background-color: #609546;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}

#bd #contenu h3 {
    font-size: 16px;
    font-weight: normal;
    color: #ff6600;
    padding-bottom: 20px;
    padding: 15px;
}

/*
    TABLEAU
*/

thead.clGrilleEntete TH,
thead.clGrilleLigne1 TH,
.clGrilleEntete thead TH,
tfoot th,
tfoot tr {
    font-size: 12px;
    background-color: #FFF;
    font-weight: bold;
    color: #434343;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: none !important;
}

.clGrilleLigne1 {
    background-color: #f3f3f3;
}

.clGrilleLigne2 {
    background-color: #f3f3f3;
}

.clGrilleLigne3 {
    background-color: #feffc8;
}

.ig_Alt {
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
}

.tableSimple {
    padding-bottom: 30px;
}

    .tableSimple div.ig_5c785264_r0 {
        width: 100% !important;
    }

TBODY.ig_3b3ddeb6_ri21 TR TD, THEAD.ig_3b3ddeb6_ri21 TR TH, TFOOT.ig_3b3ddeb6_ri21 TR TH, TBODY.ig_3b3ddeb6_ri21 TR TH {
    background-color: #ffe5d4 !important;
    color: #434343 !important;
    border-top: 1px solid #FFF !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.tableSimple table {
    width: 100% !important;
}

    .tableSimple table tr td,
    .tableSimple table tr th {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tableSimple table thead th.colTxtAlignLeft,
    .tableSimple table tbody td.colTxtAlignLeft {
        text-align: left !important;
    }

    .tableSimple table thead th.colTxtAlignRight,
    .tableSimple table tbody td.colTxtAlignRight {
        text-align: right;
    }

    .tableSimple table thead th.colTxtAlignCenter,
    .tableSimple table tbody td.colTxtAlignCenter {
        text-align: center;
    }

.tableSimple.table066 > table {
    width: 66% !important;
    margin: auto;
}

.titreTableau {
    padding: inherit !important;
}

.tableSimple.table066 {
    text-align: center;
}

.tableSimple table div tr {
    border-bottom: 1px solid #dfdfdf;
}

.tableSimple table tr td,
.igtbl_GrpItem {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #434343;
}

.tableSimple table div tbody tr:hover,
#dashRecapCompte .tableSimple table tr:hover,
#ucRecapAG .tableSimple table tbody tr:hover {
    background: #feffc8 !important;
}

.tableSimple table a {
    color: #434343;
    text-decoration: none;
}

.tableSimple table .colSoldeCouleur a {
    color: #FFF;
}

table a:hover {
    color: #ff6600;
}

.tableSimple table th.headerColPJ {
    background-image: url(../design/imagesV2/icone_pj_dossier.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.tableSimple table td.colPJ div,
.tableSimple table td.colPJ nobr {
    position: relative;
    width: 100%;
    overflow: visible;
}

.tableSimple table td.colPJ a {
    position: absolute;
    display: block;
    top: -14px;
    width: 100%;
    height: 30px;
    text-align: center;
}

    .tableSimple table td.colPJ a img {
        display: block;
        margin: 6px auto 0 auto;
    }

.igtbl_Control {
    border: none !important;
}

.ig_Control {
    background: none;
}

/*
    TABLE TELERIK    
*/

.RadGrid .rgMasterTable,
.RadGrid .rgDetailTable,
.RadGrid .rgEditForm table {
    font-family: Arial, Helvetica, sans-serif !important;
    border-collapse: collapse !important;
}

.RadGrid {
    font-family: Arial, Helvetica, sans-serif !important;
}

.RadGrid_Default {
    border: none !important;
}

    .RadGrid_Default tbody td {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .RadGrid_Default tbody tr {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        background-color: #f0f0f0 !important;
    }

        .RadGrid_Default tbody tr.rgNoRecords {
            border: none;
            background-color: transparent !important;
        }

        .RadGrid_Default tbody tr.expandableRow {
            background: #dfdfdf !important;
            border-top: 1px solid #FFF !important;
            border-bottom: none !important;
        }

        .RadGrid_Default tbody tr.hiddenRow td p {
            text-align: center;
            font-weight: bold;
            font-size: 12px;
        }

        .RadGrid_Default tbody tr.hiddenRow,
        .RadGrid_Default thead tr,
        .RadGrid_Default tfoot tr,
        .RadGrid_Default table.rgDetailTable thead tr,
        .RadGrid_Default table.rgDetailTable tfoot tr {
            background: #FFF !important;
            border: none !important;
        }

    .RadGrid_Default tfoot td {
        font-size: 12px !important;
        padding-top: 7px !important;
        padding-bottom: 5px !important;
    }

    .RadGrid_Default .rgHeader {
        background: none !important;
        font-weight: bold !important;
        color: #434343 !important;
        border-bottom: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

.RadGrid .rgHeader a {
    text-decoration: underline !important;
}

    .RadGrid .rgHeader a:hover {
        text-decoration: none !important;
    }

.RadGrid_Default thead tr th.colPdfHeader {
    background-image: url(../design/imagesV2/icone_pj_dossier.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    text-indent: -999em;
    min-width: 16px;
}

.RadGrid_Default tbody tr td.itemColDelete {
    width: 40px;
}

.RadGrid_Default thead tr th.colPdfHeader,
.RadGrid_Default tbody tr td.colPdfItem {
    padding-right: 7px !important;
    /*background-image : url(../design/imagesV2/icone_Os_TMouv.png); 
    background-repeat:no-repeat	;
    width:20px;
    height:20px;*/
}

.RadGrid_Default thead tr th.colContactNomHeader,
.RadGrid_Default tbody tr td.colContactNomItem {
    width: 300px;
}

.RadGrid_Default thead tr th.colContactCategorieHeader,
.RadGrid_Default tbody tr td.colContactCategorieItem {
    width: 180px;
}

.RadGrid_Default .rgHoveredRow,
.RadGrid_Default tbody tr.expandableRow:hover,
.RadGrid_Default .rgSelectedRow {
    background: #feffc8 !important;
}

    .RadGrid_Default .rgSelectedRow td {
        color: #434343;
    }

.RadGrid_Default tbody tr.hiddenRow > td:last-child {
    padding-bottom: 25px !important;
}

.RadGrid_Default .colSoldeCouleur {
    width: 100px;
}

/*Permet de cacher la taille des pages*/
div.RadGrid .rgPager .rgAdvPart {
    display: none;
}

/* ALIGNEMENT */

.RadGrid .rgMasterTable .colTxtAlignCenter {
    text-align: center !important;
}

.RadGrid .rgMasterTable .colTxtAlignLeft {
    text-align: left !important;
}

.RadGrid .rgMasterTable .colTxtAlignRight {
    text-align: right !important;
}

.RadGrid_Default tbody tr td:last-child,
.RadGrid_Default thead tr th:last-child {
    padding-right: 20px;
}

.RadGrid_Default tfoot tr td,
.noWrap {
    white-space: nowrap;
}

.RadTabStrip {
    color: #333;
    font: 12px "Segoe UI",Arial,Helvetica,sans-serif;
    line-height: 26px;
}

.rtsOut, .rtsLink {
    background-image: none !important;
}

.rtsLevel {
    border-bottom: 2px solid #434343 !important;
    overflow: inherit !important;
}

.rtsLink {
    background: #dfdfdf !important;
    color: black !important;
    text-transform: uppercase;
    padding: 8px 5px !important;
    font: 13px/1.231 Arial,helvetica,clean,sans-serif !important;
    font-weight: bold !important;
}

.RadTabStrip .rtsLink {
    text-align: center;
}

.rtsSelected span {
    background-color: #434343 !important;
    color: white !important;
}

/* ECRASEMENT STYLE PAR DEFAUT*/

.RadGrid_Default td,
.RadGrid_Default .rgActiveRow td,
.RadGrid_Default .rgHoveredRow td,
.RadGrid .rgDetailTable {
    border: none !important;
}

.RadGrid_Default .rgMasterTable td.rgGroupCol,
.RadGrid_Default .rgMasterTable td.rgExpandCol {
    border: none !important;
    background: none !important;
}

/* TABLE AVEC GROUPE */

.RadGrid_Default .rgGroupHeader {
    background: #dfdfdf !important;
    border-bottom: 1px solid #FFF !important;
    border-top: 1px solid #FFF !important;
}

    .RadGrid_Default .rgGroupHeader:hover {
        background: #feffc8 !important;
    }

.RadGrid_Default td.rgGroupCol {
    background-color: transparent !important;
}

/* COULEUR SOLDE */

.RadGrid_Default td.colSolde {
    background-color: #af4949;
    color: #FFF;
    font-weight: bold;
}

/*
	FOOTER
*/

#ctl00_CPH1_UpdatePanelGestion {
    position: absolute;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#ft .wrapperColFt {
    margin-left: 200px;
    background-color: #c7c7c7;
    overflow: hidden;
    display: flex;
}

#ft {
    width: 100%;
    text-align: left;
    bottom: 0;
    z-index: 0;
}

    #ft h3 {
        font-size: 12px;
        padding-bottom: 20px;
    }

    #ft p {
        padding-bottom: 10px;
    }


.lblMailAgenceFooter {
    display: block;
}

.contactGestionnaire {
    position: static;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #FFF !important;
    font-weight: bold;
    font-size: 11px;
    padding: 8px 20px;
    text-indent: inherit;
    width: 130px !important;
    height: 13px;
    text-decoration: none !important;
}

    .contactGestionnaire:hover {
        color: #434343 !important;
    }

.modifCoordonnees {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#ft #col1,
#ft #col2,
#ft #ctl00_CPH1_col3 {
    float: left;
    position: relative;
    /*padding: 30px 40px 20px 40px;*/
    padding: 40px 4%;
}

#ft #col1 {
    width: 50%;
}

    #ft #col1 .pnlCoordonneesFichierFooter h3 {
        font-weight: bold;
    }

        #ft #col1 .pnlCoordonneesFichierFooter h3 #ft #col1 .lblMailAgenceFooter {
            display: block;
        }

    #ft #col1 a {
        text-decoration: underline;
        color: #434343;
    }

        #ft #col1 a:hover {
            text-decoration: none;
        }


#ft #col2 {
    width: 52%;
    background-color: #bababa;
    float: right;
}

    #ft #col2 .wrapperCol .col066 {
        float: right;
        width: 60%;
        padding-left: 3%;
    }

#ft #ctl00_CPH1_col3 {
    float: right;
    padding-right: 40px;
    padding-left: 2%;
    width: 15%;
    /*display: none;*/
}

#liensMentionsLegales li {
    padding: 2px 0;
    text-align: right;
}

    #liensMentionsLegales li a {
        color: #434343;
        text-decoration: none;
    }

        #liensMentionsLegales li a:hover {
            color: #FFF;
        }

.horaireAgenceFooter b {
    display: none;
}

#ft .adresseAgenceFooter span {
    display: block;
}

#ft #col2 span {
    display: block;
    padding-bottom: 3px;
}

#ft.ft3Col #col1 {
    width: 24%;
}

#ft.ft3Col #col2 {
    width: 38%;
    float: left;
}

/*
	LISTE DES COMPTES
*/

.hdListeCompte .ImageButtonDeconnexion {
    display: inline-block !important;
}

.documentListeDesComptes {
    background: #dfdfdf !important;
    text-align: center;
}

#bdListeCompte h2 {
    font-size: 20px;
    padding: 80px 0 40px 0;
}

#bdListeCompte .lblTextIntro {
    display: block;
    padding-top: 40px;
    font-size: 20px;
}

#bdListeCompte ul {
    padding-top: 40px;
}

#bdListeCompte .divImageButtonAccesFournisseur {
    display: none;
}

#bdListeCompte ul li.A a.btnLienVersAccueil,
#bdListeCompte ul li.A a.btnLienVersAccueilHover,
#bdListeCompte ul li.F a.btnLienVersAccueil,
#bdListeCompte ul li.F a.btnLienVersAccueilHover {
    height: 180px;
}

#bdListeCompte .wrapperListViewCompteCarte ul li.A .btnCpteSolde,
#bdListeCompte .wrapperListViewCompteCarte ul li.A .btnNumCompte,
#bdListeCompte .wrapperListViewCompteCarte ul li.F .btnCpteSolde,
#bdListeCompte .wrapperListViewCompteCarte ul li.F .btnNumCompte,
.popupCompte ul.rpListeCompteUL li.ListeDesComptesQualiteTypeFour span.lblSoldeCompte {
    display: none !important;
}

/* Affichage en carte */

.wrapperListViewCompteCarte ul div {
    vertical-align: top;
    display: inline-block;
}

.wrapperListViewCompteCarte ul li {
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 175px;
    color: #FFF;
    margin: 0 10px;
    font-size: 11px;
    padding-bottom: 20px;
    background: url(../design/imagesV2/ombre_liste_compte.png) center bottom no-repeat;
    color: #FFF;
    height: 240px;
}

.wrapperListViewCompteCarte .enteteListeCompte,
.wrapperListViewCompteCarte .imgBtSelection,
.wrapperListViewCompteCarte .imgCS {
    display: none;
}

.wrapperListViewCompteCarte a {
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 175px;
    position: relative;
}

    .wrapperListViewCompteCarte a.btnLibelle {
        font-size: 11px;
        margin-top: 55px;
        min-height: 43px;
        width: 165px;
        padding: 0 5px 10px 5px;
    }

#bdListeCompte ul li .lblSeparatorCompte,
.wrapperListViewCompteCarte .btnCpteClos {
    display: none;
}

.wrapperListViewCompteCarte .lblIndiNomCompte,
#bdListeCompte ul li.F a.btnLibelle {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

.wrapperListViewCompteCarte a.btnNumCompte {
    position: absolute;
    display: block;
    bottom: 60px;
    width: 175px;
}

.wrapperListViewCompteCarte a.lblAccesFour {
    display: block;
    padding: 90px 30px 30px 30px !important;
    font-size: 16px;
    width: 115px;
}

.wrapperListViewCompteCarte ul li a.btnCpteSolde {
    display: block;
    position: absolute;
    width: 165px;
    padding: 0 5px;
    bottom: 20px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
}

    .wrapperListViewCompteCarte ul li a.btnCpteSolde.closOui {
        background-color: #777 !important;
    }

    .wrapperListViewCompteCarte ul li a.btnCpteSolde:hover {
        background-color: #FFF !important;
        color: #434343 !important;
    }

    .wrapperListViewCompteCarte ul li a.btnCpteSolde span {
        display: block;
        float: right;
    }

        .wrapperListViewCompteCarte ul li a.btnCpteSolde span.lblValeurSoldeCompte {
            float: left;
        }

        .wrapperListViewCompteCarte ul li a.btnCpteSolde span.valeurSoldeCompte {
            font-weight: bold;
        }

.wrapperListViewCompteCarte a.btnLienVersAccueil {
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    padding: 0 20px;
    height: 150px;
    padding-top: 60px;
    background: #434343;
    z-index: 999;
    font-size: 16px;
    color: #434343;
    text-decoration: none;
    text-indent: -999em;
    z-index: 0;
}

.wrapperListViewCompteCarte li.closOui a.btnLienVersAccueil {
    background: #777 url(../design/imagesV2/icone_liste_compte_clos.png) center top no-repeat !important;
}

.wrapperListViewCompteCarte .liCompteFour a.btnLienVersAccueil {
    height: 180px;
}

.wrapperListViewCompteCarte a.btnLienVersAccueil.btnLienVersAccueilNonSouscrit {
    background: #FFF;
}

.wrapperListViewCompteCarte li.P a.btnLienVersAccueil {
    background: #434343 url(../design/imagesV2/icone_liste_compte_maison.png) center top no-repeat;
}

.wrapperListViewCompteCarte li.C a.btnLienVersAccueil {
    background: #434343 url(../design/imagesV2/icone_liste_compte_immeuble.png) center top no-repeat;
}

.wrapperListViewCompteCarte li.L a.btnLienVersAccueil {
    background: #434343 url(../design/imagesV2/icone_liste_compte_cle.png) center top no-repeat;
}

.wrapperListViewCompteCarte li.A a.btnLienVersAccueil {
    background: #434343 url(../design/imagesV2/icone_liste_compte_candidat.png) center top no-repeat;
}

.wrapperListViewCompteCarte li.F a.btnLienVersAccueil {
    background: #434343 url(../design/imagesV2/icone_liste_compte_outils.png) center top no-repeat;
}

.wrapperListViewCompteCarte li.G a.btnLienVersAccueil {
    background: #434343 url(../design/imagesV2/icone_liste_compte_gardien.png) center top no-repeat;
}

.wrapperListViewCompteCarte a.btnLienVersAccueilHover.visible {
    display: block;
    background: #FFF url(../design/imagesV2/icone_consultation_compte.png) center 105px no-repeat;
    text-indent: inherit;
}

.wrapperListViewCompteCarte a.btnLienVersAccueilHover {
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    padding: 0 20px;
    height: 150px;
    padding-top: 60px;
    background: transparent url(../design/imagesV2/icone_consultation_compte.png) -500px 105px no-repeat;
    z-index: 999;
    text-indent: -999em;
    font-size: 16px;
    color: #434343;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

    .wrapperListViewCompteCarte a.btnLienVersAccueil.noSolde,
    .wrapperListViewCompteCarte a.btnLienVersAccueilHover.noSolde {
        height: 180px;
    }

/* Affichage en liste */

.wrapperListViewCompteListe #listeCompte {
    display: table;
    margin: 0 auto;
    width: 90%;
}

.wrapperListViewCompteListe .testRow {
    display: table-row;
}

    .wrapperListViewCompteListe .testRow > span,
    .wrapperListViewCompteListe .testRow > a {
        list-style: none;
        display: table-cell;
        border: 1px solid #dfdfdf;
        border-top: none;
        padding: 4px 5px;
        text-align: left;
        color: #434343;
        text-decoration: none;
        font-weight: normal !important;
    }

#bdListeCompte .wrapperListViewCompteListe ul li.A .btnCpteSolde,
#bdListeCompte .wrapperListViewCompteListe ul li.A .btnNumCompte,
#bdListeCompte .wrapperListViewCompteListe ul li.F .btnCpteSolde,
#bdListeCompte .wrapperListViewCompteListe ul li.F .btnNumCompte {
    display: table-cell;
    text-indent: -999em;
    text-align: inherit !important;
    background-color: transparent !important;
}

.wrapperListViewCompteListe .testHeader {
    display: table-header-group;
}

    .wrapperListViewCompteListe .testHeader span {
        background-color: #434343;
        text-align: center;
        color: #FFF;
        border-top: 1px solid #dfdfdf;
    }

.wrapperListViewCompteListe .testBody {
    display: table-row-group;
}

.wrapperListViewCompteListe ul li .imgBtSelection,
.wrapperListViewCompteListe ul li a span.lblValeurSoldeCompte,
.wrapperListViewCompteListe ul li a.btnLienVersAccueil,
.wrapperListViewCompteListe ul li a.btnLienVersAccueilHover,
.wrapperListViewCompteListe ul li .imgCS {
    display: none !important;
}

.wrapperListViewCompteListe ul li {
    background-color: #bababa;
}

.wrapperListViewCompteListe #bdListeCompte ul li:nth-child(odd) {
    background-color: #CDE0EC;
}

.wrapperListViewCompteListe ul li:hover {
    background: #dfdfdf !important;
}

.wrapperListViewCompteListe ul li a.btnCpteSolde {
    text-align: right !important;
}

/*
    NOTIFICATION
*/

.collapsed {
    background: url(../design/imagesV2/notif_fichier_plus.png) center center no-repeat;
    width: 26px;
    height: 26px;
    float: right;
}

.expanded {
    background: url(../design/imagesV2/notif_fichier_moins.png) center center no-repeat;
    width: 26px;
    height: 26px;
    float: right;
    margin-right: 3px;
}

.NotifUl {
    margin: 0;
    padding: 0;
}

.NotifLi {
    list-style-type: none;
    text-align: left;
    padding-bottom: 0;
}

#fadeNotif {
    /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 100000;
}

.NotifNouveauxDocs .notif a {
    color: #434343;
    text-decoration: underline;
}

    .NotifNouveauxDocs .notif a:hover {
        color: #ff6600;
        text-decoration: none;
    }

.PopupNotif {
    display: none; /*--masqué par défaut--*/
    background: #fff;
    padding: 20px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 265px;
    left: 52%;
    z-index: 100001;
    text-align: left;
    min-height: 300px;
}

    .PopupNotif.NotifPassagePrelev {
        background: #FFF url(../design/imagesV2/icone_notif_prelevement.png) center 30px no-repeat;
    }

    .PopupNotif.NotifActuCompte {
        background: #FFF url(../design/imagesV2/icone_notif_evenement_dossier.png) center 30px no-repeat;
    }

    .PopupNotif.NotifSaisiePseudo {
        background: #FFF url(../design/imagesV2/icone_notif_evenement_dossier.png) center 30px no-repeat;
    }

    .PopupNotif.NotifSaisieCoord {
        background: #FFF url(../design/imagesV2/icone_notif_evenement_dossier.png) center 30px no-repeat;
    }

    .PopupNotif.NotifNouveauxDocs {
        background: #FFF url(../design/imagesV2/icone_notif_evenement_dossier.png) left 30px no-repeat;
    }

    .PopupNotif.NotifDocEnvoiMail {
        background: #FFF url(../design/imagesV2/icone_notif_evenement_dossier.png) center 30px no-repeat;
    }

    /* Notif popup */

    .PopupNotif .notif {
        overflow: hidden;
    }

        .PopupNotif .notif span {
            padding: 90px 50px 105px 50px;
            display: block;
            text-align: center;
            float: none;
            font-size: 20px;
            font-weight: bold;
            font-weight: inherit !important;
        }

        .PopupNotif .notif .notifActionBtn {
            text-align: center;
            width: 500px;
        }

.divListeFichier span {
    font-size: 15px !important;
    padding: 0 !important;
    font-weight: inherit !important;
}

.PopupNotif .notif .btnActionNotif,
.PopupNotif .notif .btnACK {
    cursor: pointer;
    width: auto;
    height: auto;
    border: none;
    background: none;
    text-indent: 0;
    background: #434343;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 8px 15px;
}

.PopupNotif .notif .btnActionNotif {
    background-color: #FF6600;
}

    .PopupNotif .notif .btnActionNotif:hover,
    .PopupNotif .notif .btnACK:hover {
        background: #434343;
    }

.PopupNotif .RadGrid_Default tbody td {
    padding: 0 3px !important;
    margin: 0;
}

.PopupNotif .notif table td span {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
}

/* Notif popup compte */

.popupCompte h4 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 10px 0 10px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #434343;
}

.popupCompte .wrapperNotif {
    width: 430px;
    padding: 10px 10px 0 10px;
}

.popupCompte .collapsed,
.ViewBienvenue .collapsed {
    display: none;
}

.popupCompte .masquer,
.ViewBienvenue .masquer {
    display: block !important;
}

.popupCompte .notif {
    padding: 0 0 0 10px;
}

    .popupCompte .notif .btnActionNotif {
        background: url(../design/imagesV2/notif_action.png) center center no-repeat;
    }

.popupCompte .btnACK {
    background: url(../design/imagesV2/notif_cancel.png) center center no-repeat;
}

/* Notif Accueil */

/*--Gérer la position fixed pour IE6--*/
*html #fadeNotif {
    position: absolute;
}

*html .PopupNotif {
    position: absolute;
}

/*#ctl00_CPH1_ucNotificationContainer_divVisibilite 
{
    position: absolute;
    z-index: 999;
    width: 94%;
    margin: 0 3%;
    left: 0;
}*/

.NotifUl {
    margin: 10px 0;
    border-bottom: none;
}

.notif {
    border: none;
    overflow: hidden;
}

    .notif span {
        /*line-height: 26px;*/
    }

    .notif > span {
        float: left;
        width: 85%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .notif ul {
        padding: 0 0 10px 20px;
        overflow: hidden;
        overflow-y: scroll;
        height: 350px;
    }

        .notif ul span {
            line-height: 18px;
        }

            .notif ul span a:hover {
                color: #f95604;
            }

.expanded,
.collapsed {
    cursor: pointer;
}

.notif .btnActionNotif {
    cursor: pointer;
    width: 26px;
    height: 26px;
    border: none;
    background: url(../design/imagesV2/notif_action.png) center center no-repeat;
    text-indent: -999em;
}

.notif .notifActionBtn.listeFichier .collapsed {
    display: block !important;
    margin-right: 3px;
}

    .notif .notifActionBtn.listeFichier .expanded:hover,
    .notif .notifActionBtn.listeFichier .collapsed:hover {
        background-color: #bababa;
    }

.btnACK {
    cursor: pointer;
    width: 26px;
    height: 26px;
    border: none;
    background: url(../design/imagesV2/notif_cancel.png) center center no-repeat;
    text-indent: -999em;
}

    .notif .btnActionNotif:hover,
    .btnACK:hover {
        background-color: #bababa;
    }

.notifActionBtn {
    float: right;
    width: 15%;
    text-align: right;
}

    .notifActionBtn.listeFichier .btnACK {
        float: right;
        margin-right: 1px;
    }

/*
    ucAccueil
*/

.wrapperColonne {
    clear: both;
    width: 100%;
    overflow: visible;
}

    .wrapperColonne .colonne {
        position: relative;
        float: left;
        min-height: 100px;
    }

.colonne.col1-2 {
    width: 49%;
}

.wrapperModuleDash > div {
    margin-top: 30px;
    text-align: center;
}

.wrapperModuleDash {
    /*overflow: hidden;*/
    clear: both;
}

.wrapperColonne .colonne:last-child {
    float: right;
}

.wrapperColonne #dashColRight {
    float: right;
}

.ficheContact {
    background-color: #c7c7c7;
    position: relative;
    border-radius: 2px;
    display: block;
    margin: auto;
}

.wrapperModuleDash .NotifUl {
    margin: 0;
}

#bd #contenu .wrapperModuleDash h4 {
    color: #434343;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    border-bottom: 1px solid #434343;
    padding: 5px 0 4px 0;
    margin-bottom: 10px;
}

#bd #contenu .wrapperModuleDash .ficheContact h4 {
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: none;
    letter-spacing: normal;
    background-color: #434343;
    color: white;
    padding-top: 10px;
}

.panInterlocuteurs table {
    width: 100%;
}

.panInterlocuteurs .LibelleProfilIntervenant {
    font-weight: bold;
}

#dashImmeubleOldStyle {
    display: none !important;
}

/*
    ucRecapCompte    
*/

.btnLnkRecapFour {
    display: inline-block;
    width: 30px;
    height: 23px;
    text-indent: -999em;
    background: url(../design/imagesV2/btn_raccourci_dash.png) center bottom no-repeat;
    vertical-align: inherit;
}

    .btnLnkRecapFour:hover {
        background-color: #bababa;
    }

.lnkLbl {
    padding-bottom: 6px;
    display: inline-block;
}

#dashRecapCompte h4 {
    position: relative;
}

#dashRecapCompte .pnlRecapCompteLblSolde {
    display: block;
    position: absolute;
    right: 31px;
    bottom: 0;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0 10px;
}

#dashRecapCompte .btnVersCompte {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    text-indent: -999em;
    background: #434343 url(../design/imagesV2/btn_raccourci_dash.png) center top no-repeat;
    line-height: 22px;
}

#dashDossierCs .btnVersCompte {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 30px;
    text-indent: -999em;
    background: #434343 url(../design/imagesV2/btn_raccourci_dash.png) center top no-repeat;
    line-height: 22px;
}

    #dashRecapCompte .btnVersCompte:hover,
    #dashDossierCs .btnVersCompte:hover {
        background: #FFF url(../design/imagesV2/btn_raccourci_dash.png) center bottom no-repeat;
    }

#dashRecapCompte .pnlRecapCompte .lblNoData {
    line-height: 26px;
}

/*
    ucImmeuble    
*/

.pnlImmeuble {
    overflow: hidden;
    padding: 0 10px 20px 10px;
}

    .pnlImmeuble .immeuble_image {
        float: right;
        padding-top: 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .pnlImmeuble .immeuble_infos {
        float: left;
        width: 70%;
    }

        .pnlImmeuble .immeuble_infos ul li span {
            line-height: 26px;
        }

    .pnlImmeuble .immeuble_middle img {
        width: 95% !important;
    }

    .pnlImmeuble .immeuble_image > div,
    .pnlImmeuble .afficheInfosImmeubleCLassique {
        display: none;
    }

    .pnlImmeuble .immeuble_image > div {
        padding: 10px;
        background-color: #FFF;
        position: fixed;
        left: 50%;
        margin-left: -160px;
        top: 100px;
        z-index: 999999;
    }

.accueil_fiche_middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 10px 20px 20px;
    align-items: center;
}

.acceuil_fiche_middle_left,
.acceuil_fiche_middle_right {
    flex: 1;
}

.PhotoImmeuble {
    width: 100%;
    display: block;
    margin: auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.pnlImmeuble .immeuble_image > div a.closePopupPhotoImmeuble {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
    background-position: center bottom !important;
    text-indent: -999em;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

    .pnlImmeuble .immeuble_image > div a.closePopupPhotoImmeuble:hover {
        background-color: #434343;
        background-position: center top !important;
    }

.photoImmeubleTooltip {
    cursor: pointer;
    display: block;
    width: 80px;
    height: 32px;
    background: url(../design/imagesV2/icone_affiche_immeuble.png) center top no-repeat;
    text-align: center;
    font-size: 11px;
    padding-top: 35px;
}

    .photoImmeubleTooltip:hover {
        color: #FF6600;
    }

/*
    UCMonBien
*/

.pnlPropListeBien .wrapperMonBien .accueil_fiche_titre,
.pnlPropListeBien .wrapperMonBien .nomImeuble,
.pnlPropListeBien .wrapperMonBien .panEntree,
.pnlPropListeBien .wrapperMonBien .lblAdresse1,
.pnlPropListeBien .wrapperMonBien .lblAdresse2,
.pnlPropListeBien .wrapperMonBien .lblVilleCP,
.pnlPropListeBien .wrapperMonBien .lblVilleNom,
.pnlPropListeBien .wrapperMonBien .panModePaiement {
    display: none;
}

.pnlPropListeBien .wrapperMonBien:first-child .accueil_fiche_titre,
.pnlPropListeBien .wrapperMonBien:first-child .nomImeuble,
.pnlPropListeBien .wrapperMonBien:first-child .lblVilleCP,
.pnlPropListeBien .wrapperMonBien:first-child .lblVilleNom {
    display: inline;
}

.pnlPropListeBien .wrapperMonBien:first-child .panEntree,
.pnlPropListeBien .wrapperMonBien:first-child .lblAdresse1,
.pnlPropListeBien .wrapperMonBien:first-child .lblAdresse2,
.pnlPropListeBien .wrapperMonBien:first-child,
.lblDebutBail,
.lblDigicode,
.pnlPropListeBien .wrapperMonBien:first-child .panModePaiement {
    display: block;
}

    .pnlPropListeBien .wrapperMonBien:first-child .lblAdresse1 {
        padding: 10px 0 0 0;
    }

.wrapperMonBien {
    margin-bottom: 10px;
}

.pnlPropListeBien .wrapperMonBien .pandetailLocataire,
.pnlPropListeBien .wrapperMonBien .panModePaiement {
    padding-top: 15px;
}

.pandetailLocataire {
    display: none;
}

.btnAffichageLots, .btnAffichageEntrees {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pnlPropListeBien .btnAfficheLots .btnAfficheEntrees {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 100%;
    margin-left: -20px;
    bottom: 15px;
    left: 50%;
    width: 40px;
    height: 30px;
    text-indent: -999em;
    background-position: center bottom !important;
}

.pnlPropListeBien .btnAfficheLots:hover {
    background-color: #434343;
    background-position: center top !important;
}

.lblEntreeSpan,
.lblBienGere,
.lblLot,
.lblModePaiementTitre,
.lblDigicodeSpan {
    font-weight: bold;
}

.etatMonBien {
    background: #bababa;
    color: #434343;
    padding: 2px 5px;
    line-height: 24px;
    font-size: 11px;
    text-transform: uppercase;
}



/*
    ucMesIdentifiants
*/

.panVisuCoord.ficheContact,
.panSaisieCoord.ficheContact {
    margin: 0 10% 30px 10%;
    padding: 35px 30px 70px 30px;
    position: relative;
}

span.lblMessageChangementAdresse {
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
}

.lblAgenCabinet b {
    display: none;
}

/*
    ucSaisieCoordonnees
*/

.ViewSaisieCoordonnees h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.ViewSaisieCoordonnees .panEnvoiDocsMail,
.ViewSaisieCoordonnees .panModifPasswd {
    width: 35%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 0;
}

    .ViewSaisieCoordonnees .panEnvoiDocsMail span,
    .ViewSaisieCoordonnees .panModifPasswd span {
        display: block;
    }

    .ViewSaisieCoordonnees .panEnvoiDocsMail .LblEnvoiDocsParMail {
        font-weight: bold;
        padding-bottom: 10px;
        background: url(../design/imagesV2/icone_pdf.png) center top no-repeat;
        text-indent: -999em;
    }

    .ViewSaisieCoordonnees .panModifPasswd a {
        display: inline-block;
    }

    .ViewSaisieCoordonnees .panEnvoiDocsMail input,
    .ViewSaisieCoordonnees .panModifPasswd a {
        background: #dfdfdf;
        margin-top: 15px;
        color: #434343;
    }

        .ViewSaisieCoordonnees .panEnvoiDocsMail input:hover,
        .ViewSaisieCoordonnees .panModifPasswd a:hover {
            background: #434343;
            color: #FFF;
        }

.ViewSaisieCoordonnees .panModifPasswd {
    padding-top: 24px;
    background: url(../design/imagesV2/icone_password.png) center top no-repeat;
}

    .ViewSaisieCoordonnees .panModifPasswd .lien_changer_mdp {
        text-decoration: none;
    }

.ViewSaisieCoordonnees .mesIdfConteneur .ctr_ucGrille {
    text-align: center;
}

.mesIdfConteneur {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

.ctr_texte_cnil {
    font-size: 11px;
    line-height: 16px;
    padding: 40px;
    font-style: italic;
}


/* Visucoord */

.panVisuCoord .labelAdresse,
.panVisuCoord .labelTelPerso,
.panVisuCoord .labelTelBureau,
.panVisuCoord .labelTelMobile,
.panVisuCoord .labelEmail {
    display: none !important;
}

.panVisuCoord > div {
    display: inline-block;
    vertical-align: top;
    /*padding-top: 35px;*/
    margin-bottom: 20px;
}

    .panVisuCoord > div.affichageTooltip {
        cursor: help;
        width: 260px;
    }

    .panVisuCoord > div span {
        display: block;
        padding: 0 40px;
    }

.panVisuCoord .panelTelPerso {
    /*background: url(../design/imagesV2/icone_tel_grise_big.png) center 4px no-repeat;*/
}

.panVisuCoord .panelTelMobile {
    /*background: url(../design/imagesV2/icone_portable_grise_big.png) center top no-repeat;*/
}

.panVisuCoord .panelTelBureau {
    /*background: url(../design/imagesV2/icone_tel_bureau_grise_big.png) center 3px no-repeat;*/
}

.panVisuCoord .panelEMail {
    /*padding-top: 35px !important;*/
    /*background: url(../design/imagesV2/icone_mail_grise_big.png) center 5px no-repeat;*/
    margin: 0 !important;
}

.panVisuCoord > div:before {
    font-family: TNFont;
    font-size: 28px;
    display: block;
    padding-bottom: 10px;
}

.panVisuCoord .panelTelPerso:before {
    content: '\f095';
}

.panVisuCoord .panelTelMobile:before {
    content: '\f10b';
}

.panVisuCoord .panelTelBureau:before {
    content: '\f1ac';
}

.panVisuCoord .panelEMail:before {
    content: '\f0e0';
}

.panVisuCoord .panelAdresse {
    margin-bottom: 35px !important;
    padding-top: 0;
    display: block;
}

.lblmsgVisuCoord {
    display: block;
    text-align: center;
    width: 400px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #434343 !important;
    background: url(../design/imagesV2/icone_info_grise_medium.png) center top no-repeat;
}

.panVisuCoord .btnEnregistrerVisuCoord {
    display: block;
    margin: 30px auto 0 auto;
}

.panVisuCoord .affichageErreur {
    display: block;
    padding-top: 0;
    margin-bottom: 0;
}

/* Modif Coord */

.lblModifCoordExplication {
    display: block;
    padding-bottom: 20px;
}

.panSaisieCoord > div {
    width: 80%;
    margin: auto;
    padding-top: 5px;
    overflow: hidden;
}

    .panSaisieCoord > div > span,
    .panSaisieCoord > div > input.ctr_modifcoord_control {
        display: block;
        float: left;
    }

    .panSaisieCoord > div > input.ctr_modifcoord_control {
        width: 38%;
        padding-right: 10%;
    }

    .panSaisieCoord > div > span {
        width: 38%;
        text-align: right;
        padding-right: 10px;
        line-height: 22px;
    }

.panelErreur {
    clear: both;
    padding-top: 5px;
}

/* Modif coordonnees */

.pnlBtnValid {
    padding-top: 25px !important;
}

/*
    ucSaisiePseudo
*/

.lblExplicationPseudo {
    display: block;
}

.wrapperForm .saisiePwdTxt {
    text-align: center;
    padding-bottom: 20px;
}

    .wrapperForm .saisiePwdTxt input {
        width: 40%;
        margin: auto;
    }

.ViewSaisieCoordonnees .mesIdfConteneur .wrapperForm {
    padding-top: 10px;
    margin: 0 10%;
}

#bd #contenu h3.mesIdfTitre {
    text-align: left;
    background: #dfdfdf;
    padding: 35px 0 35px 35px;
    margin: 0 10%;
    font-size: 16px;
    font-weight: bold;
    color: #434343;
}




.erreurPseudo {
    padding: 10px 0 0 0;
}

/*
    ucSaisiePassword
*/

.ctrChangePwd {
    margin: 0 10%;
    background: #dfdfdf;
    padding: 20px 20px 50px 20px;
}

/*
    ucSaisiePasswordConnecte
*/

.UCChangePasswordConnecte .lblPwdActuel,
.UCChangePasswordConnecte .lblPwdMonProfil,
.UCChangePasswordConnecte .lblPwdConfirm,
 {
    width: 35%;
    text-align: left;
    padding-right: 10px;
    line-height: 22px;
    margin-bottom: 10px;
}

.UCUnificationCompte .lblWebCompte,
.UCUnificationCompte .lblPassword {
    width: 220px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.lblPwdMonProfil {
    padding-left: 10px;
}


.UCChangePasswordConnecte .txtPasswdActuel,
.UCChangePasswordConnecte .txtPasswd,
.UCChangePasswordConnecte .txtPasswdConfirm,
.UCUnificationCompte .txWebCompte,
.UCUnificationCompte .txtPassword {
    display: inline-block;
    margin-bottom: 10px;
    width: 230px;
    white-space: nowrap;
}




.pnlUnifColonnePwd {
    display: block;
    padding-right: 10px;
}

.pnlUnifColonneCompte {
    display: block;
    padding-right: 10px;
}

.UCChangePasswordConnecte .displayErrorForm span {
    padding-bottom: 10px;
}

.UCChangePasswordConnecte .lblPwdActuelSaise {
    display: none;
}

.pnlCorp > input {
    display: block !important;
}


.UCChangePasswordConnecte {
    text-align: left;
    margin-left: 15px;
}


/*
    ucUnificationCompte
*/

.UCUnificationCompte .wrapperForm input {
    float: none;
}

.UCUnificationCompte {
    text-align: center;
}

    .UCUnificationCompte .lblExplication {
        display: block;
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .UCUnificationCompte .lblExplication2 {
        margin-top: 30px !important;
    }

.wrapperForm .RadGrid_Default thead tr {
    background: #dfdfdf !important;
}

.UCUnificationCompte td {
    text-align: left;
}

/*
    ucMesPreferences    
*/

.PanelMesPreferences {
    text-align: left;
}

.ctr_login_col1 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 15px;
    display: inherit;
}

.PanelMesPreferences .wrapperForm input {
    width: auto;
}

.PanelMesPreferences .wrapperForm label {
    width: auto;
    padding: 0;
}

.PanelMesPreferences .pnlBtnValid {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.PanelMesPreferences div.MesPrefText,
.PanelMesPreferences .pnlPrefCNIL div.MesPrefTextCourt {
    display: none;
}

.PanelMesPreferences div.MesPrefOption {
    position: relative;
    display: flex;
    width: 93%;
    vertical-align: top;
    padding: 2% 1% 2% 6%;
    background-color: white;
}

.PanelMesPreferences .pnlDocComptable,
.PanelMesPreferences .pnlPreferenceActualite {
    padding: 0 5% 40px 5%;
    margin-top: 30px;
}

    .PanelMesPreferences .pnlDocComptable div.MesPrefOption label,
    .PanelMesPreferences .pnlPreferenceActualite div.MesPrefOptionLong label {
        padding-left: 10px;
    }

.PanelMesPreferences div.MesPrefOption .lnkInfoBulle {
    position: absolute;
    bottom: 15px;
    left: 47%;
    color: #434343;
    text-decoration: none;
}

.MesPrefOptionLong {
    background-color: white;
    padding: 2% 2% 2% 6%;
}

.PanelMesPreferences div.MesPrefOption .lnkInfoBulle span:before {
    font-size: 20px;
    content: "\f059";
}

.PanelMesPreferences .pnlPreferenceActualite {
    display: block;
}

.ctr_login_col1 {
}

.PanelMesPreferences .pnlDocComptable .lblTitreDocComptable,
.PanelMesPreferences .pnlPreferenceActualite .lblTitrePub {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

.PanelMesPreferences .pnlPreferenceActualite .lblPub {
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
}

.PanelMesPreferences .pnlPreferenceActualite .MesPrefOptionLong > div {
    display: flex;
    width: 60%;
    vertical-align: top;
    text-align: center;
    padding: 5px;
}

/* Tab */

.PanelMesPreferences .ulFoncMesPreferences {
    font-size: 0;
}

    .PanelMesPreferences .ulFoncMesPreferences li {
        display: inline-block;
    }

        .PanelMesPreferences .ulFoncMesPreferences li span {
            font-size: 12px;
            display: block;
            line-height: 25px;
            height: 25px;
            border: 1px solid #434343;
            cursor: pointer;
            width: 250px;
        }

        .PanelMesPreferences .ulFoncMesPreferences li.tabActif,
        .PanelMesPreferences .ulFoncMesPreferences li:hover {
            background-color: #434343;
            color: #FFF;
        }

#ctl00_CPH1_ucMesIdentifiants_ucMesPreferences_pnlInfobulles {
    position: absolute;
    width: 140%;
    left: -20%;
    top: 95px;
    z-index: 99;
}

    #ctl00_CPH1_ucMesIdentifiants_ucMesPreferences_pnlInfobulles div.infobulle {
        background: #000;
        color: #FFF;
        padding: 20px 10px 10px 10px;
    }

#ctl00_CPH1_ucMesIdentifiants_ucMesPreferences_imginfo {
    display: none;
}

#ctl00_CPH1_ucMesIdentifiants_ucMesPreferences_pnlInfobulles div.infobulle a {
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
}

    #ctl00_CPH1_ucMesIdentifiants_ucMesPreferences_pnlInfobulles div.infobulle a:before {
        font-family: TNFont;
        content: "\f057";
        color: #FFF;
    }

    #ctl00_CPH1_ucMesIdentifiants_ucMesPreferences_pnlInfobulles div.infobulle a img {
        display: none;
    }

/*
    ucListContact
*/

.ViewListContact .infosCabinet {
    display: none;
}

.ViewListContact .menuContenu {
    background: #dfdfdf;
    text-align: left;
}

.ViewListContact .lblInfoEnvoiEmail {
    display: block;
    text-align: center;
    padding: 55px 30px 20px 30px;
    font-weight: bold;
    width: 400px;
    margin: 0 auto 30px auto;
    background: url(../design/imagesV2/icone_info_grise_medium.png) center 20px no-repeat;
}

.ViewListContact .menuContenu.afficheCdv h3,
.ViewListContact .menuContenu h3 {
    cursor: pointer;
    font-size: 11px !important;
    color: #434343 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 30px;
    padding-bottom: 0 !important;
    padding-right: 10px;
    padding-left: 10px;
    /*background: url(../design/imagesV2/icone_profil_agence.png) right bottom no-repeat;*/
    min-width: 270px;
}

    .ViewListContact .menuContenu.afficheCdv h3 span,
    .ViewListContact .menuContenu h3 span {
        padding-right: 5px;
    }

.ViewListContact .menuContenu h3 {
    /*background: url(../design/imagesV2/icone_menu_contenu.png) right bottom no-repeat;*/
}

    .ViewListContact .menuContenu h3:before {
        font-family: TNFont;
        font-size: 20px;
        content: "\f107";
        float: right;
    }

    .ViewListContact .menuContenu h3.menuExpand:before {
        content: "\f106";
    }

.ViewListContact .menuContenu .wrapperCol {
    display: none;
    padding: 20px;
    line-height: 16px;
}

.ViewListContact .menuContenu.afficheCdv .wrapperCol {
    display: block !important;
}

.ViewListContact .menuContenu .wrapperCol .col {
    float: none;
    padding: 0 0 15px 0;
}

.ViewListContact .menuContenu .wrapperCol a {
    color: #434343;
    text-decoration: none;
}

    .ViewListContact .menuContenu .wrapperCol a:hover {
        color: #ff6600;
    }

.ViewListContact .carteVCF {
    display: block;
    float: left;
    padding-right: 5px;
}

.pictoEnveloppe {
    display: none;
}

/*
    ucCarteVisite
*/

.listeContactCV li {
    width: 185px;
    min-height: 120px;
    float: left;
    margin: 0 20px 60px 0;
}

.pnlCarteVisite {
    background: #dfdfdf url(../design/imagesV2/fiche_contact_small_background.png) center bottom no-repeat;
    padding: 15px 15px 25px 15px;
    text-align: center;
}

    .pnlCarteVisite.pnlCarteVisiteFournisseur {
        background-color: #dfdfdf;
    }

    .pnlCarteVisite.pnlIntervenantSalarie {
        background-color: #dfdfdf;
    }

.pnlInfosContactCarteVisite .lblPrenom,
.pnlInfosContactCarteVisite .lblNom {
    font-weight: bold;
}

.pnlInfosContactCarteVisite .lblType {
    display: block;
    padding: 0 0 10px 0;
}

.pnlInfosContactCarteVisite .lblTel {
    display: block;
}

.linkEmail {
    display: inline-block;
    background: url(../design/imagesV2/icone_mail_grise_small.png) center center no-repeat;
    height: 16px;
    width: 22px;
    text-indent: -999em;
    margin: 10px 0 0 0;
}

.pnlInfosAgenceCarteVisite,
.pnlLogoCarteVisite,
.pnlCarteVisiteLblEmail,
.separator,
.pnlCarteVisiteLblTel,
.lblMail {
    display: none;
}

/*
    ucCompte
*/

.lblSoldeBas,
.lblSoldeHaut {
    display: none;
}

.menuContenu .lblSoldeBtn {
    padding: 0 10px;
    color: #FFF;
    font-weight: bold;
}

.lblSoldeBtn.cl_Solde_Negatif {
    background: #af4949;
}

.lblSoldeBtn.cl_Solde_Positif {
    background: #609546;
}

.ViewCompte .groupeBtn input,
.ViewReservation .groupeBtn input,
.lblSoldeBtn {
    line-height: 30px;
    border: none;
    margin: 0 0 0 1px;
    float: left;
    height: 30px;
}

.ViewCompte tbody th.igtbl_ExpArea {
    background-color: #f3f3f3 !important;
}

.ViewCompte #G_ctl00xCPH1xucCxgC tbody tr:hover th,
.ViewCompte #G_ctl00xCPH1xucCxgC tbody tr[showexpand=true]:hover th {
    background-color: #feffc8 !important;
}

.ViewCompte #G_ctl00xCPH1xucCxgC tr[hiddenrow=true] > th,
.ViewCompte #G_ctl00xCPH1xucCxgC tr[hiddenrow=true] > td table th.igtbl_ExpArea {
    display: none;
}

.ViewCompte #G_ctl00xCPH1xucCxgC tr[hiddenrow=true] > td {
    padding: 10px 30px 20px 30px;
    background-color: #FFF;
}

    .ViewCompte #G_ctl00xCPH1xucCxgC tr[hiddenrow=true] > td table tr {
        border: 1px solid #FFF;
    }

        .ViewCompte #G_ctl00xCPH1xucCxgC tr[hiddenrow=true] > td table tr td {
            background: #dfdfdf;
            color: #434343;
        }

/*
    ucSousCompteCopro
*/

.ViewCompte .groupeBtnSousCompteCopro .pnlBoutonsDetail {
    float: left !important;
    margin-left: 1px;
}

    .ViewCompte .groupeBtnSousCompteCopro .pnlBoutonsDetail input {
        margin: 0;
    }

/*
    ucCompteFournisseur
*/

.ViewCompteFour .groupeBtn input,
.lblSoldeBtn {
    line-height: 30px;
    border: none;
    margin: 0 0 0 1px;
    float: left;
}

.ViewCompteFour .divExport {
    display: none;
}

.ViewCompteFour #G_ctl00xCPH1xucCFxgCF {
    width: 100% !important;
}

    .ViewCompteFour #G_ctl00xCPH1xucCFxgCF tr {
        border-bottom: 1px solid #FFF !important;
    }

        .ViewCompteFour #G_ctl00xCPH1xucCFxgCF tr[showexpand=true],
        .ViewCompteFour #G_ctl00xCPH1xucCFxgCF tr[showexpand=true] th.clGrilleLigne1 {
            background: #dfdfdf;
            border-bottom: 1px solid #FFF;
        }

            .ViewCompteFour #G_ctl00xCPH1xucCFxgCF tr[showexpand=true]:hover th.clGrilleLigne1 {
                background: #feffc8;
            }

        .ViewCompteFour #G_ctl00xCPH1xucCFxgCF tr[hiddenrow=true] > td {
            background: #FFF;
        }

            .ViewCompteFour #G_ctl00xCPH1xucCFxgCF tr[hiddenrow=true] > td > table {
                margin: 10px 3% 40px 3%;
                width: 94% !important;
            }

                .ViewCompteFour #G_ctl00xCPH1xucCFxgCF tr[hiddenrow=true] > td > table tr {
                    border-bottom: 1px solid #dfdfdf !important;
                }

        .ViewCompteFour #G_ctl00xCPH1xucCFxgCF tr[hiddenrow=true] th.clGrilleLigne1 {
            display: none;
        }

/*
    ucReglementCarte
*/

.payTooltip-back {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    left: 0;
    top: 0;
    z-index: 1110;
}

.pay-tooltip {
    position: absolute !important;
    background: url(../design/imagesV2/paytooltip_fleche.png) right 0 no-repeat;
    z-index: 9999;
    right: 60px;
    color: #FFF;
    text-align: right;
    line-height: 22px;
    font-size: 16px;
    padding-right: 140px;
    padding-top: 15px;
    min-height: 120px;
    margin-top: 10px;
}

    .pay-tooltip > span > span {
        animation: slide-to-left 0.8s;
        -webkit-animation: slide-to-left 0.8s;
        -moz-animation: slide-to-left 0.8s;
        display: inline-block;
    }

    .pay-tooltip a {
        text-transform: uppercase;
        text-decoration: underline;
        cursor: pointer;
        display: block;
        margin-top: 15px;
        font-size: 11px;
        animation: slide-to-right 0.8s;
        -webkit-animation: slide-to-right 0.8s;
        -moz-animation: slide-to-right 0.8s;
    }

        .pay-tooltip a:hover {
            text-decoration: none;
        }

@keyframes slide-to-left {
    from {
        opacity: 0;
        margin-right: -50px;
    }

    to {
        opacity: 1;
        margin-right: 0;
    }
}

@-webkit-keyframes slide-to-left {
    from {
        opacity: 0;
        margin-right: -50px;
    }

    to {
        opacity: 1;
        margin-right: 0;
    }
}

@keyframes slide-to-right {
    from {
        opacity: 0;
        padding-right: 50px;
    }

    to {
        opacity: 1;
        padding-right: 0;
    }
}

@-webkit-keyframes slide-to-right {
    from {
        opacity: 0;
        padding-right: 50px;
    }

    to {
        opacity: 1;
        padding-right: 0;
    }
}


.panPaiementsCarte {
    width: 50%;
    background: url(../design/imagesV2/icone_historique_paiement.png) center top no-repeat;
    margin: auto;
    padding: 35px 0 30px 0;
    margin-top: 20px;
}

    .panPaiementsCarte h3 {
        background: #dfdfdf url(../design/imagesV2/historique_paiement_top.png) center top no-repeat;
        padding-top: 50px;
        color: #434343 !important;
    }

#h3DemandesEnAttente {
    padding: 50px 0 0 0 !important;
}

.panPaiementsCarte .RadGrid_Default {
    background: none;
}

.panPaiementsCarte .tableSimple {
    background-color: #dfdfdf;
    padding-bottom: 20px;
}

.panPaiementsCarte .RadGrid thead TH,
.panPaiementsCarte .RadGrid tfoot td {
    background-color: #dfdfdf !important;
    text-align: center !important;
}

.divOrdreEnCours {
    text-align: right;
    font-weight: bold;
    margin-right: 7px;
}

    .divOrdreEnCours .label {
        margin-right: 20px;
    }

    .divOrdreEnCours .value {
        width: 80px;
        display: inline-block;
    }

.divOrdreEnCoursRienAPayer {
    text-align: center !important;
    line-height: 30px;
    font-size: 16px;
}

.pnlCadreMontant {
    text-align: right;
    padding: 0 0 0 10px;
    background: #ff6600;
    color: #FFF;
    margin-top: 10px;
    position: relative;
    z-index: 99999;
}

    .pnlCadreMontant .btValider {
        padding-top: 10px;
        padding-bottom: 9px;
        margin-left: 2px;
        border-left: 1px solid #FFF;
    }

    .pnlCadreMontant input.MntTotal {
        text-align: right;
    }

.lblMntAPayer {
    font-weight: bold;
}

.validationPaiement {
    text-align: center;
    padding: 10px 0;
}

.pnlMessage .lblMessage {
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 14px;
    color: #434343;
    background-color: #FFF;
}

/*
    ucQuestion
*/

.pnlNavObsolete {
    position: relative;
    background: #dfdfdf center bottom no-repeat;
    background-color: #dfdfdf;
    padding: 30px 20px 30px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

    .pnlNavObsolete .labelNavObsolete {
        position: relative;
        background: #dfdfdf center bottom no-repeat;
        padding: 30px 20px 65px 20px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
    }

.pnlAroundQuestion {
    position: fixed;
    top: 0;
    right: 0;
    background: #FFF;
    color: #434343 !important;
    z-index: 100001;
    height: 100%;
    text-align: left;
}

.pnlAroundQuestionContent {
    width: 360px;
    padding: 0 20px;
}

.pnlAroundQuestion h4 {
    font-weight: bold;
    font-size: 20px;
}

    .pnlAroundQuestion h4 span {
        display: block;
        padding-bottom: 20px;
        padding-top: 70px;
    }

.pnlAroundQuestion .ligneForm span {
    display: inline-block;
    padding-bottom: 5px;
    vertical-align: super;
    padding-top: 10px;
}

.lblCommentaire {
    display: inline-block !important;
    line-height: 40px !important;
    padding-right: 0px !important;
    width: 80px !important;
}


.pnlAroundQuestion input[type=text],
.pnlAroundQuestion textarea {
    border: 1px solid #dfdfdf;
    padding: 8px 0;
    background: #dfdfdf;
    width: 99%;
}

.pnlAroundQuestion textarea {
    height: 180px;
}

    .pnlAroundQuestion input[type=text]:focus,
    .pnlAroundQuestion textarea:focus {
        border: 1px solid #000 !important;
        background: #FFF;
    }

.lblMessageExplicationGestionnaire,
.lblMessageExplicationAssistant,
.btnClose {
    display: none !important;
}

.wrapperLkClose {
    position: absolute;
    left: 0;
    top: 0;
}

.pnlAroundQuestion .lkClose {
    float: left;
    background-color: #FFF !important;
    margin: 0 !important;
    background-position: center bottom !important;
}

.pnlAroundQuestion .lblLkClose {
    float: left;
    line-height: 28px;
    height: 28px;
}

.pnlAroundQuestion .affichageBtn {
    text-align: left;
    padding-top: 10px;
}

.pnlAroundQuestion .lkClose:hover {
    background-color: #434343 !important;
    background-position: center top !important;
}

.pnlAroundQuestion .ligneFormPJ {
    padding-top: 10px;
    overflow: hidden;
}

    .pnlAroundQuestion .ligneFormPJ input,
    .pnlAroundQuestion .ligneFormPJ span {
        display: block;
        float: left;
        padding-bottom: 3px;
    }

        .pnlAroundQuestion .ligneFormPJ input[type=file] {
            clear: both;
        }

    .pnlAroundQuestion .ligneFormPJ span {
        padding: 7px 5px 0 3px;
    }


#disablePage,
#disablePageMenuQualite {
    position: fixed;
    z-index: 100000;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    filter: alpha(opacity=80);
    display: none;
}

/*
    ucDocument
*/

.ctr_panel_treeview {
    background: #FFFFFF;
    float: left;
    height: 520px;
    text-align: left;
    width: 23%;
    padding: 5px;
    font-size: 11px;
}

.ctr_label_doctitle {
    display: block;
    line-height: 16px;
    height: 16px;
}

.ctr_panel_treeview div {
    background-color: #FFFFFF;
}

.ctr_div_iframe_doc {
    height: 520px;
    margin-left: 26%;
    width: 72%;
    position: relative;
}

.cover {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #434343;
}


.ctr_div_iframe_doc iframe {
    position: absolute;
    z-index: 1;
}

.ctr_panel_treeview a {
    color: #434343;
}

.lblInfoDocument {
    padding-left: 30px;
    text-align: left;
    display: block;
    font-size: 14px;
    color: #434343;
    background-color: #FFF;
}


.lblInfoDocumentImage {
    background: url(../design/imagesV2/icone_info_grise_medium.png) left center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}





.RadGrid_Default tbody tr.immeBudget {
    background: #434343 !important;
    font-weight: bold;
}

    .RadGrid_Default tbody tr.immeBudget td {
        color: #FFF !important;
    }

.RadGrid_Default tbody tr.typeLigne1 {
    background: #bababa !important;
}

.RadGrid_Default tbody tr.categorieBudget {
    background: #dfdfdf !important;
    font-weight: bold;
}

.RadGrid_Default tbody tr.TotalCategorieBudget {
    background: #FFF !important;
    font-weight: bold;
}

.RadGrid_Default tbody tr.TotalBudget,
.RadGrid_Default tbody tr.TotalGeneralBudget {
    background: #fee4d3 !important;
    font-weight: bold;
}

    .RadGrid_Default tbody tr.immeBudget td,
    .RadGrid_Default tbody tr.immeBudget td,
    .RadGrid_Default tbody tr.categorieBudget td,
    .RadGrid_Default tbody tr.TotalCategorieBudget td,
    .RadGrid_Default tbody tr.TotalBudget td,
    .RadGrid_Default tbody tr.TotalGeneralBudget td {
        padding-left: 8px;
    }

.RadGrid_Default .colExercicePasse,
.RadGrid_Default .colExerciceAvenir {
    color: #999 !important;
    text-align: center !important;
}

.ViewBudget .groupeBtn input {
    line-height: 30px;
    border: none;
    margin: 0 0 0 1px;
    float: left;
}

/*
    ucBalance
*/

.ViewBalance .RadGrid_Default tbody tr.hiddenRow > td:last-child {
    padding-bottom: 4px !important;
    padding-top: 0 !important;
}

.ViewBalance .RadGrid_Default tbody tr td:last-child,
.ViewBalance .RadGrid_Default thead tr th:last-child {
    padding-right: 0;
}

.ViewBalance .RadGrid_Default .colSoldeHeader,
.ViewBalance .RadGrid_Default .colSoldeItem {
    padding-right: 10px !important;
}

.ViewBalance #ctl00_CPH1_ucBa_divExport {
    display: none !important;
}

.ViewBalance .groupeBtn > input.iconeAction {
    float: right;
}

.divMsgExplications {
    margin-top: 30px;
    text-align: center;
    padding-top: 35px;
    color: #434343 !important;
    background: url(../design/imagesV2/icone_info_grise_big.png) center top no-repeat;
}

/*
    ucIntervention
*/

.ViewIntervention {
    padding-bottom: 30px;
}

.PanelTableauLegende {
    overflow: hidden;
}

    .PanelTableauLegende div {
        float: left;
        padding-left: 5px;
        padding-bottom: 5px;
    }

        .PanelTableauLegende div img {
            vertical-align: text-bottom;
        }

.pnlEtatS span {
    color: #000000 !important;
}

.pnlEtatR span {
    color: #000000 !important;
}

.pnlEtatV span {
    color: #000000 !important;
}

.pnlEtatDIAT span {
    color: #000000 !important;
}

.pnlEtatDIEC span {
    color: #000000 !important;
}

.pnlEtatDIPS span {
    color: #000000 !important;
}

.pnlEtatDITA span {
    color: #000000 !important;
}

.pnlEtatDITE span {
    color: #000000 !important;
}

.ViewIntervention #G_ctl00xCPH1xucIxgI tr {
    border-bottom: 1px solid #FFF;
}

#G_ctl00xCPH1xucIxgI > tbody.clGrilleLigne1 > tr,
#G_ctl00xCPH1xucIxgI > thead.clGrilleLigne1 > tr {
    border-bottom: 1px solid #dfdfdf;
}

.ViewIntervention #G_ctl00xCPH1xucIxgI tr[hiddenrow=true] td.ig_3adadeb9_0 {
    padding: 10px 20px 20px 20px !important;
}

.ViewIntervention #G_ctl00xCPH1xucIxgI tr[hiddenrow=true] tr {
    border-bottom: 1px solid #dfdfdf;
}

.ViewIntervention .ig_3adadeb9_0 {
    background: #FFF !important;
}

.ViewIntervention .tableSimple table tbody tr th img {
    vertical-align: bottom;
}


div.iconeTMouv {
    background-image: url(../design/imagesV2/icone_Os_TMouv.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}






.RadPicker {
    padding-left: 15px;
}

.RadButton {
    padding-left: 15px;
}

.RadComboBox {
    padding-right: 10px;
}

.toDate label {
    padding-left: 10px;
}




/*
    ucAppelOffre
*/

.ViewAppelOffre .RadGrid_Default th.colMontantHeader {
    width: 80px;
}

.ViewAppelOffre #responsePopup {
    display: none;
    background-color: #FFF;
    position: absolute;
    width: 230px;
    left: 550px;
    padding: 25px 30px 25px 35px;
    min-height: 270px;
    z-index: 989;
    box-shadow: 0 3px 13px rgba(0,0,0,0.4);
    text-align: center;
    opacity: 0;
    margin: auto;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ViewAppelOffre #errorPopup {
    display: none;
}

.ViewAppelOffre #responsePopup > p > span:first-child {
    display: block;
    text-align: left;
    clear: both;
    font-weight: bold;
    margin-bottom: 3px;
}

.ViewAppelOffre #responsePopup > p > span:last-child {
    display: block;
    white-space: nowrap;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.ViewAppelOffre #responsePopup > p.noBackground > span:last-child {
    background: none;
}

.ViewAppelOffre #responsePopup > p > span:last-child input[type=text] {
    display: inline-block;
    background-color: #dfdfdf;
    width: 85%;
    height: 18px;
    line-height: 18px;
    border-color: #dfdfdf;
}

input#ctl00_CPH1_ucAO_txtRef {
    width: 100% !important;
}

.ViewAppelOffre #responsePopup > p > span:last-child input[type=text]:focus {
    background-color: #FFF;
    border-color: #434343;
}

.ViewAppelOffre #responsePopup > p > span:last-child span {
    display: inline-block;
    width: 10%;
    text-align: center;
}

.ViewAppelOffre #responsePopup > p {
    margin: 3px;
}

div#ctl00_CPH1_ucAO_ctl00_CPH1_ucAO_ctl01Panel {
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

    div#ctl00_CPH1_ucAO_ctl00_CPH1_ucAO_ctl01Panel button,
    div#ctl00_CPH1_ucAO_ctl00_CPH1_ucAO_ctl01Panel input {
        font-size: 10px;
    }

.ViewAppelOffre table#ctl00_CPH1_ucAO_RadGridAO_ctl00 button.btnModifReponse {
    background-color: #434343;
}

.ViewAppelOffre table#ctl00_CPH1_ucAO_RadGridAO_ctl00 button.btnReponse span:before {
    font-size: 14px;
    content: "\f112";
}

.ViewAppelOffre table#ctl00_CPH1_ucAO_RadGridAO_ctl00 button.btnModifReponse span:before {
    font-size: 14px;
    content: "\f040";
}

.ViewAppelOffre table#ctl00_CPH1_ucAO_RadGridAO_ctl00 button span:last-child {
    display: none;
}

.arrow-right {
    position: absolute;
    right: -5px;
    top: 144px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
}

.ViewAppelOffre .displayErreur span {
    display: block;
    margin: 0;
    padding: 0;
    background: none !important;
}

/*
    ucOrdreBancaire    
*/

#G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire > thead > tr {
    border: none;
}

.ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[showexpand=true],
.ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[showexpand=true] th {
    border: none;
    background: #dfdfdf;
}

.ViewOrdreBancaire thead .igtbl_ExpArea {
    background-color: #FFF !important;
}

.ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[showexpand=true] {
    border-bottom: 1px solid #FFF;
}

.ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[hiddenrow=true] tr[showexpand=true] {
    border-bottom: 1px solid #dfdfdf;
}

.ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[showexpand=true]:hover th,
.ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[hiddenrow=true] > td > table > tbody > tr:hover > th {
    background: #feffc8;
}

.ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[hiddenrow=true] > th {
    display: none;
}

.ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[hiddenrow=true] {
    border: none;
}

    .ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[hiddenrow=true] tfoot th {
        background: #FFF;
    }

    .ViewOrdreBancaire #G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire tr[hiddenrow=true] > td {
        padding: 10px 20px 20px 20px;
        background: #FFF;
    }

/*
    ucFacuresCS    
*/

.ViewFacturesCS .tableSimple .colBonAPayer {
}

    .ViewFacturesCS .tableSimple .colBonAPayer > div {
        overflow: visible;
        position: relative;
        width: 100%;
    }

.ViewFacturesCS .tableSimple .colPayee > div {
    overflow: visible;
    position: relative;
    width: 100%;
}

.ViewFacturesCS .tableSimple .colBonAPayer span {
    position: absolute;
    display: block;
    top: -14px;
    width: 100%;
    height: 30px;
    background: url("../design/imagesV2/tick_circle.png") no-repeat scroll center center transparent;
    text-indent: -999em;
}

.ViewFacturesCS .tableSimple .colPayee span {
    position: absolute;
    display: block;
    top: -14px;
    width: 100%;
    height: 30px;
    background: url("../design/imagesV2/tick_payee.png") no-repeat scroll center center transparent;
    text-indent: -999em;
}

.ViewFacturesCS .tableSimple .colBonAPayer a {
    display: block;
    top: -14px;
    width: 100%;
    /*background: url("../design/imagesV2/icone_cloturer_dossier.png") no-repeat scroll center center transparent;
    text-indent: -999em;*/
    color: #434343;
    text-decoration: underline;
}

    .ViewFacturesCS .tableSimple .colBonAPayer a:hover {
        text-decoration: none;
    }

.ViewFacturesCS .btnEcran a {
    float: right;
}

    .ViewFacturesCS .btnEcran a.select {
        background-color: #434343 !important;
    }

/*
    ucOrdreBancaireCS
*/

#G_ctl00xCPH1xucOrdreBancairexgrdOrdreBancaire > thead > tr {
    border: none;
}

.ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[showexpand=true],
.ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[showexpand=true] th {
    border: none;
    background: #dfdfdf;
}

.ViewOrdreBancaireCS thead .igtbl_ExpArea {
    background-color: #FFF !important;
}

.ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[showexpand=true] {
    border-bottom: 1px solid #FFF;
}

.ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[hiddenrow=true] tr[showexpand=true] {
    border-bottom: 1px solid #dfdfdf;
}

.ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[showexpand=true]:hover th,
.ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[hiddenrow=true] > td > table > tbody > tr:hover > th {
    background: #feffc8;
}

.ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[hiddenrow=true] > th {
    display: none;
}

.ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[hiddenrow=true] {
    border: none;
}

    .ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[hiddenrow=true] tfoot th {
        background: #FFF;
    }

    .ViewOrdreBancaireCS #G_ctl00xCPH1xucOrdreBancaireCSxgrdOrdreBancaire tr[hiddenrow=true] > td {
        padding: 10px 20px 40px 20px;
        background: #FFF;
    }

/*
    ucRgdd
*/

.ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd table,
.ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd {
    width: 100% !important;
    overflow: visible;
}

    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tr[showexpand=true],
    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tr[showexpand=true],
    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tr[showexpand=true] th {
        background-color: #dfdfdf;
    }

        .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tr[showexpand=true]:hover th {
            background-color: #feffc8;
        }

    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tr {
        border-bottom: 1px solid #FFF;
    }

    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tbody thead TH,
    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tbody tfoot TH {
        background: #FFF !important;
        color: #434343 !important;
    }

    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd table {
        width: auto !important;
    }

    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd .ig_Header,
    .ViewRgdd #G_ctl00xCPH1xucCtxgC .ig_Header,
    .ViewRgdd #G_ctl00xCPH1xucIxgI .ig_Header {
        padding: 0 !important;
    }

    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd td {
        padding-top: 11px;
        padding-bottom: 10px;
    }

    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd nobr {
        white-space: normal;
    }

.ViewRgdd .ig_7f9af023_12 nobr {
    white-space: nowrap !important;
}

.ViewRgdd .ig_7f9af023_0 {
    padding: 20px 20px !important;
    background: #FFF !important;
}

.ViewRgdd tr[hiddenrow=true] > th {
    display: none;
}

.ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tr[hiddenrow=true] table {
    margin: 0 auto;
    width: 100% !important;
}

    .ViewRgdd #G_ctl00xCPH1xucRgddxgrdRgdd tr[hiddenrow=true] table tr {
        border-bottom: 1px solid #dfdfdf;
    }

.logo_infos_center {
    float: left;
}

.ViewRgdd table a.iconePdf {
    display: block;
    background: url(../design/imagesV2/icone_pdf.png) center center no-repeat;
    width: 16px;
    height: 20px;
}

    .ViewRgdd table a.iconePdf img {
        display: none;
    }

.ViewRgdd .RadGrid_Default {
    overflow-x: auto;
}

/*
    ucPrelevement
*/

a.btnDelete {
    display: block;
    height: 20px;
    background: url(../design/imagesV2/icone_poubelle.png) center center no-repeat !important;
    border: none;
    text-indent: -999em;
}

.ViewPrelevementAuto .menuContenu h3 {
    cursor: pointer;
    font-size: 11px !important;
    color: #434343 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 30px;
    padding-bottom: 0 !important;
    padding-right: 40px;
    padding-left: 10px;
    background: url(../design/imagesV2/icone_menu_contenu.png) right bottom no-repeat;
}

.ViewPrelevementAuto .menuContenu {
    background: #DFDFDF;
    text-align: left;
    width: 230px;
}

    .ViewPrelevementAuto .menuContenu .wrapperCol {
        display: none;
        padding: 20px;
        line-height: 16px;
    }

        .ViewPrelevementAuto .menuContenu .wrapperCol .col {
            padding: 0 0 5px 0;
        }

            .ViewPrelevementAuto .menuContenu .wrapperCol .col:last-child {
                float: right;
            }

.lblRIB {
    font-weight: bold;
    display: block;
}

.divBtnAutorisationPrelevement {
    text-align: center;
}

    .divBtnAutorisationPrelevement input {
        margin-top: 20px;
        max-width: 300px;
        white-space: normal;
    }

.ViewAutorisationPrelevement .wrapperForm .ligneForm label {
    display: inline-block;
    width: 80px;
}

.ViewAutorisationPrelevement .wrapperForm .ligneForm.boutonRadio label {
    width: 150px;
}

.ViewAutorisationPrelevement .wrapperForm .wrapperCol {
    padding: 10px;
    margin: 10px 0;
}

.ViewAutorisationPrelevement .wrapperForm .ligneForm.adresse2 input {
    margin-left: 80px;
}

.ViewAutorisationPrelevement .affichageBtn {
    text-align: center;
}

.ViewAutorisationPrelevement .wrapperForm input[type=radio] {
    float: none !important;
}

.lblInfoPrlv {
    padding-bottom: 30px;
}


/*
    ucPrelevementSEPA
*/

.ig_b07b0c11_rcb11712 {
    width: 15px !important;
    height: 15px !important;
    background: url(../design/imagesV2/icone_poubelle.png) center center no-repeat !important;
    border: none;
}

.listeEtapeSEPA {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
}

    .listeEtapeSEPA li {
        float: left;
        width: 33%;
        text-align: center;
        font-size: 14px;
        padding-top: 35px;
    }

.etapeSEPA1 {
    background: url(../design/imagesV2/etape1_sepa_OFF.png) center top no-repeat;
}

.etapeSEPA2 {
    background: url(../design/imagesV2/etape2_sepa_OFF.png) center top no-repeat;
}

.etapeSEPA3 {
    background: url(../design/imagesV2/etape3_sepa_OFF.png) center top no-repeat;
}

.etapeSEPA1.etapeSEPAActive {
    background: url(../design/imagesV2/etape1_sepa_ON.png) center top no-repeat;
}

.etapeSEPA2.etapeSEPAActive {
    background: url(../design/imagesV2/etape2_sepa_ON.png) center top no-repeat;
}

.etapeSEPA3.etapeSEPAActive {
    background: url(../design/imagesV2/etape3_sepa_ON.png) center top no-repeat;
}

.wrapperFormSEPA {
    background: #dfdfdf;
    padding: 30px 0 20px 0;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}

    .wrapperFormSEPA.etapeSepa3 {
        padding: 0;
    }

        .wrapperFormSEPA.etapeSepa3 iframe iframe {
            width: 99% !important;
            overflow: hidden;
        }

.ligneForm {
    overflow: hidden;
    padding-bottom: 5px;
}

.blocFormSEPA {
    float: left;
    width: 44%;
    padding: 0 3% 15px 3%;
    padding-bottom: 15px;
}

    .blocFormSEPA.mobile {
        float: right;
    }

.wrapperFormSEPA > h3 {
    padding-left: 3%;
}

.wrapperFormSEPA .blocFormSEPA h3 {
    text-decoration: underline;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #434343 !important;
}

.blocFormSEPA label,
div.PnlInfoPersonne label {
    display: block;
    width: 50px;
    margin-left: 20px;
    float: left;
    line-height: 28px;
}

.blocFormSEPA.adresse label {
    width: 70px;
}

.blocFormSEPA.typePrlv input {
    width: auto;
    margin-left: 20px;
}

.blocFormSEPA.typePrlv .ligneForm {
    padding-bottom: 0;
}

.blocFormSEPA.typePrlv label {
    width: auto;
    float: none;
    display: inline;
    margin: 0;
}

.blocFormSEPA input[type=text] {
    width: 250px;
}

.blocFormSEPA .italic {
    font-style: italic;
    padding: 0 20px 10px 0;
}

.blocFormSEPA.refBancaire .italic {
    clear: both;
}

.SEPArecapInfo {
    list-style-type: none;
    padding-bottom: 15px;
    padding-left: 20px;
}

    .SEPArecapInfo li,
    .SEPAInfoPrlv li {
        padding-bottom: 8px;
        overflow: hidden;
    }

        .SEPArecapInfo li span {
            float: left;
            font-weight: bold;
        }

            .SEPArecapInfo li span.labelInfo,
            .SEPAInfoPrlv li span.labelInfo {
                width: 70px;
                min-height: 1px;
                font-weight: bold;
            }

.wrapperSEPA .multipleBtn {
    text-align: center;
    padding-top: 55px;
}

    .wrapperSEPA .multipleBtn .btValider {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

.SEPAInfoPrlv {
    list-style-type: none;
}

    .SEPAInfoPrlv li {
        float: left;
        width: 250px;
    }

.blocFormSEPA.bloc066 {
    width: 82%;
}

.SEPAInfoPrlvPDF {
    background-color: #DFDFDF;
    height: 115px;
    margin-bottom: 20px;
}

.pdfSepa {
    float: right;
    text-align: center;
    padding-right: 25px;
}

    .pdfSepa a {
        color: #434343;
        text-decoration: none;
    }

        .pdfSepa a:hover {
            color: #ff6600;
        }

    .pdfSepa input {
        margin-bottom: 5px;
    }

.ErreurValidationServer {
    color: Red;
    text-align: center;
    font-size: 16px;
}

.btnEtape {
    margin: auto;
}

/* viewPrlv*/

.viewPrlv .wrapperFormSEPA {
    background: #FFF;
    padding: 0;
    font-size: 12px;
    overflow: hidden;
    position: inherit;
}

.ViewPrelevementAuto .menuContenu {
    width: 440px;
}

.viewPrlv .wrapperFormSEPA h3 {
    text-decoration: none;
    font-size: inherit;
}

/* viewPrlvAuto et viewPrlvCandidat */

.viewPrlvAuto .wrapperCol,
.viewPrlvCandidat .wrapperCol {
    background: #dfdfdf;
    padding-top: 20px;
    position: relative;
}

.viewPrlvAuto .pdfSepa,
.viewPrlvCandidat .pdfSepa {
    position: absolute;
    right: 35px;
    top: 0px;
    text-align: center;
}

.ibanValide {
    border: 1px solid #609546 !important;
}

.btnValideIBAN {
    display: none;
}

.lblIBANValide,
.lblIBANNonValide {
    display: inline-block;
    font-size: 18px;
    vertical-align: sub;
}

.lblIBANValide {
    color: #609546;
}

    .lblIBANValide:before {
        content: "\f058";
    }

.lblIBANNonValide {
    color: #af4949;
}

    .lblIBANNonValide:before {
        content: "\f057";
    }

.pnlSpinnerIBAN {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.spinner {
    min-width: 24px;
    min-height: 24px;
}

    .spinner:before {
        content: 'Loading…';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-top: -10px;
        margin-left: -9px;
    }

    .spinner:not(:required):before {
        content: '';
        border-radius: 50%;
        border-top: 2px solid #434343;
        border-right: 2px solid transparent;
        animation: spinner .6s linear infinite;
        -webkit-animation: spinner .6s linear infinite;
    }

/*
    ucAutorisationPrelevement
*/

.ViewAutorisationPrelevement .wrapperCol {
    padding: 20px;
}

/*
    ucCompteProprietaire
*/

.ViewCompteProprietaire .tableSimple table tr {
    border: none;
}

.ViewCompteProprietaire .tableSimple {
    clear: both;
}

    .ViewCompteProprietaire .tableSimple table tbody tr th img {
        vertical-align: bottom;
    }

    .ViewCompteProprietaire .tableSimple table table table tbody > tr,
    .ViewCompteProprietaire .tableSimple table table table thead > tr {
        border-bottom: 1px solid #FFF;
    }

    .ViewCompteProprietaire .tableSimple table > table tbody tr td {
        padding: 0;
    }

.ViewCompteProprietaire thead.clGrilleLigne1 TH {
    border-bottom: 1px solid #dfdfdf !important;
}

.ig_5c785264_0,
.ig_b61e5264_6,
.ig_b61e5264_1,
.ig_b61e5264_7 {
    padding: 0 !important;
}

    .ig_5c785264_0 .ig_5c785264_0,
    .ig_b61e5264_6 .ig_b61e5264_6,
    .ig_b61e5264_1 .ig_b61e5264_1,
    .ig_b61e5264_7 .ig_b61e5264_7 {
        padding: 10px 20px 20px 20px !important;
        background: #FFF !important;
    }

.igtbl_GrpItem {
    background: #dfdfdf;
    font-weight: bold;
}

    .igtbl_GrpItem:hover {
        background: #feffc8;
    }

.ViewCompteProprietaire tbody.igtbl_Item tr td {
    border-bottom: 1px solid #dfdfdf;
}

.soldeComptePro {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    line-height: 35px;
    background: #434343;
    width: 100px;
    padding: 0 10px;
    text-align: right;
    color: #FFF;
    font-weight: bold;
}

.pnlBoutonsDetail {
    float: right;
    overflow: hidden;
}

    .pnlBoutonsDetail input {
        float: left;
    }

.ViewCompteProprietaire .iconeAction {
    float: right;
}

.ViewCompteProprietaire .menuContenu {
    min-width: 200px;
}

.btnExport {
    display: none;
}

/*
    ucCompteProprietaireTousLesPlans    
*/

.ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[showexpand=true],
.ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[showexpand=true] th {
    border: none;
    background: #dfdfdf;
}

.ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[showexpand=true] {
    border-bottom: 1px solid #FFF;
}

    .ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[showexpand=true] > td {
        padding: 0;
    }

.ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[hiddenrow=true] tr[showexpand=true] {
    border-bottom: 1px solid #dfdfdf;
}

.ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[showexpand=true]:hover th,
.ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[hiddenrow=true] > td > table > tbody > tr:hover > th {
    background: #feffc8;
}

.ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[hiddenrow=true] > th {
    display: none;
}

.ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[hiddenrow=true] {
    border: none;
}

    .ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[hiddenrow=true] tfoot th {
        background: #FFF;
    }

    .ViewCompteProprietaireTousLesPlans #G_ctl00xCPH1xucCompteProprietaireTousLesPlansxgridCompte tr[hiddenrow=true] > td {
        padding: 10px 20px 20px 20px;
        background: #FFF;
    }

.wrapperSoldeCompteProTousLesPlans {
    position: relative;
    height: 33px;
}

.soldeCompteProTousLesPlans {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    line-height: 33px;
    height: 33px;
    background: #434343;
    width: 100px;
    padding: 0 10px;
    text-align: right;
    color: #FFF;
    font-weight: bold;
}

.ViewCompteProprietaireTousLesPlans .iconeAction {
    float: right;
}

.ViewCompteProprietaireTousLesPlans .menuContenu {
    min-width: 200px;
}

.menuContenu > .cl_Solde_Positif, .cl_Solde_LocatairePositif {
    background: #609546 !important;
    color: #FFF !important;
    font-size: 17px;
    padding: 5px;
    display: flex;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.cl_Solde_Positif:empty {
    display: none;
}

.cl_Solde_Negatif:empty {
    display: none;
}

.menuContenu > .cl_Solde_Negatif, .cl_Solde_LocataireNegatif {
    background: #af4949 !important;
    color: #FFF !important;
    font-size: 17px;
    padding: 5px;
    display: flex;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

/*
    ucContrat    
*/

.ViewContrat .tableSimple .colConcurrence > div {
    position: relative;
    width: 100%;
    overflow: visible;
}

.ViewContrat .tableSimple .colConcurrence a {
    position: absolute;
    display: block;
    top: -14px;
    width: 100%;
    height: 30px;
    background: url(../design/imagesV2/icone_declarer_incident.png) center bottom no-repeat;
    text-indent: -999em;
}

/*
    ucLocataire
*/

.ViewLocataires .iconeAction {
    float: right;
}

td.detailAppelLoyerLibelle {
    padding-left: 21.2% !important;
    width: 77% !important;
}

/*
    ucEvenement
*/

#timeline {
    width: auto !important;
    background: none !important;
    overflow: visible !important;
}

.timelinedates,
.timelineissues li#rien {
    display: none !important;
}

.timelineissues {
    width: 100% !important;
    margin-top: 16px !important;
    overflow: visible !important;
}

    .timelineissues li {
        width: 82% !important;
        overflow: hidden;
        opacity: 1 !important;
        position: relative;
        overflow: visible !important;
        padding-bottom: 10px;
        padding-left: 18%;
    }

        .timelineissues li span.titreTimeLine {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            margin: 0 5px 0 0 !important;
            height: 40px;
            width: 80px;
        }

        .timelineissues li p {
            position: relative;
            padding: 0 35px 5px 10px;
            margin: 0 0 0 0 !important;
            border-left: 1px solid #434343;
        }

        .timelineissues li a.addthisevent-drop {
            display: block;
            position: absolute;
            width: 13px;
            height: 14px;
            right: 8px;
            top: 0;
            cursor: pointer;
            background: url(../design/imagesV2/icone_add_to_calendar.png) center center no-repeat;
            text-indent: -999em;
        }

.addthisevent_dropdown {
    display: none;
    position: absolute;
    width: 100px;
    background: #434343;
    color: #FFF;
    right: 0 !important;
    left: inherit !important;
    text-indent: 0 !important;
}

    .addthisevent_dropdown span {
        display: block;
        padding: 6px 12px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
    }

        .addthisevent_dropdown span:hover {
            background: #FF6600;
        }

.copyx {
    display: none;
}

/*
    EXTRANET COMMUN
*/

.ViewExtranetFaq,
.ViewExtranetSVPNouveauDossier,
.ViewExtranetMesDemandes,
.ViewExtranetSVPEvenement,
.ViewExtranetEnvoiDocument {
    padding-bottom: 50px;
    /*margin-top: 38px;*/
}

#ctl00_CPH1_ucSVPNouveauDossier_btnRetourFournisseurExterne {
    display: block;
    margin: 30px auto;
}

.pnlDemandeSVP .lkClosePanel,
.pnlDemandeSVP .afficheIntervenantsMobile {
    display: none !important;
}

.titreUCSVP {
    color: #FF6600;
}

.wrapperFormSVPEvenement,
.wrapperFormSVPNouveauDossier {
    background-color: #dfdfdf;
    margin: 0 10%;
    padding: 40px 30px 30px 30px;
    overflow: hidden;
}

.ViewExtranetFaq .lblTitre,
.ViewExtranetMesDemandes .lblTitre,
.ViewExtranetSVPEvenement .lblTitre,
.ViewExtranetSVPNouveauDossier .lblTitre,
.ViewExtranetEnvoiDocument .lblTitre,
.ViewExtranetSVPDossier .lblTitre {
    position: absolute;
    left: 30px;
    top: 30px;
    margin-left: 65px;
    border-bottom: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    margin-top: 5px;
    padding: 0;
    z-index: 100;
    width: 70%;
}

.ViewExtranetSVPDossier .menuContenu a,
.ViewControleurAG .menuContenu a {
    float: left;
}

.ViewExtranetSVPDossier a.btnRetour,
.ViewExtranetSVPEvenement input.btnRetour {
    display: block;
    position: absolute;
    left: 30px;
    top: 35px;
    line-height: 30px;
    height: 30px;
    width: 55px;
    background-color: #434343;
    background-image: url(../design/imagesV2/icone_retour.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999em;
    border: none;
    cursor: pointer;
}

.pnlMenuSVP {
    display: block;
    position: absolute;
    left: 30px;
    top: 35px;
    z-index: 99;
}

a.btnMenuSVP {
    position: relative;
    display: block;
    line-height: 30px;
    height: 30px;
    width: 55px;
    background-color: #434343;
    background-repeat: no-repeat;
    text-indent: -999em;
    background-image: url(../design/imagesV2/icone_menu_svp_uc.png);
    background-position: center top;
    cursor: pointer;
}

    .ViewExtranetFaq a.btnRetour:hover,
    .ViewExtranetMesDemandes a.btnRetour:hover,
    .ViewExtranetSVPDossier a.btnRetour:hover,
    .ViewExtranetSVPEvenement input.btnRetour:hover,
    a.btnMenuSVP:hover {
        background-color: #ff6600;
    }

.lblMessageConfirmation {
    margin: 20px;
    font-weight: bold;
}

/*
    ucFAQ
*/

.pnlFaq {
    float: left;
    width: 25%;
}

.pnlFaqInit {
    position: relative;
    min-height: 200px;
    margin-left: 220px;
    text-align: center;
    padding: 190px 180px;
    background: url(../design/imagesV2/fond_init_faq.png) right top no-repeat;
}

    .pnlFaqInit span {
        display: block;
        position: absolute;
        top: 210px;
        right: 95px;
        width: 400px;
        font-size: 16px;
    }

.pnlFaqReponse,
.pnlFaqResultats {
    float: right;
    width: 74%;
}

ul#ulPnlFaqResultats li,
ul#ulPnlFaqReponse li {
    padding: 0;
    overflow: hidden;
    background: #dfdfdf;
    margin-bottom: 1px;
    position: relative;
    line-height: 40px;
}

    ul#ulPnlFaqResultats li:hover,
    ul#ulPnlFaqReponse li:hover {
        background: #feffc8;
    }

div.pnlDocument {
    margin-left: 10px;
}

.pnlDocument span {
    padding-right: 4px;
}

    .pnlDocument span.tn-icon:before {
        font-size: 14px;
        content: "\f0c6";
    }

.pnlDocument a.hplDocument {
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    color: #434343;
    background-color: #dfdfdf;
}

    .pnlDocument a.hplDocument:hover {
        color: #FFF;
        background-color: #434343;
    }

a.btnQuestion,
a.btnIncident,
a.btnIncidentReponse {
    float: right;
    background-color: #434343 !important;
}

a.btnIncidentReponse,
a.btnIncident {
    margin: 10px;
    text-indent: 0;
    width: auto;
    background-color: #FFF !important;
    padding: 0 10px 0 40px !important;
    background-position: left bottom !important;
    color: #434343 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: bold;
}

a.btnQuestion:hover {
    background-color: #FFF !important;
    color: #434343;
    background-position: center bottom !important;
}

a.btnIncidentReponse:hover,
a.btnIncident:hover {
    background-color: #434343 !important;
    color: #FFF !important;
    background-position: left top !important;
}

.lblQuestion {
    display: block;
    float: left;
    padding: 9px 10px 6px 10px;
    line-height: normal;
    font-size: 11px;
}

.lblResultatNull {
    margin-top: 80px;
}

.ViewExtranetFaq h4 .lblQuestionReponse {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #434343;
}

.litResultatReponse,
.litReponse {
    display: block;
    padding: 50px 10px 40px 10px;
    line-height: 18px;
}

    .litResultatReponse h1,
    .litReponse h1 {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #434343;
        padding-bottom: 5px;
    }

    .litReponse h1 {
        border: none;
    }

    .litResultatReponse h2,
    .litReponse h2 {
        font-size: 14px !important;
        border-bottom: none !important;
        float: none !important;
        font-weight: bold;
        padding: 0 !important;
    }


.litReponse {
    padding: 60px 10px;
}

.lblResultats {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 5px 0 20px 0;
    font-weight: bold;
    text-align: center;
}

.tvwQuestions a {
    color: #434343;
}

.lvl1, .lvl2, .lvl3, .lvl4 {
    overflow: auto !important;
}

/*
    ucAssistRecherche
*/

.pnlAssistRecherche .menuContenu input.txbRecherche {
    float: left;
    text-align: left;
}

.pnlAssistRecherche .menuContenu a.imgRecherche {
    position: absolute;
    right: 0;
}

.pnlAssistRecherche .menuContenu span.imgVideChampRecherche {
    position: absolute;
    right: 35px;
    width: 30px !important;
    background: url(../design/imagesV2/notif_cancel.png) center center no-repeat !important;
    opacity: 0.5;
}

    .pnlAssistRecherche .menuContenu span.imgVideChampRecherche:hover {
        opacity: 1;
    }

.pnlAssistRecherche .menuContenu a.imgRecherche {
    background-color: transparent !important;
    background-position: center bottom !important;
}

.pnlAssistRecherche .menuContenu input.txbRecherche {
    line-height: 22px;
    height: 22px;
    background: #dfdfdf;
    width: 360px;
    border: 1px solid #dfdfdf !important;
}

    .pnlAssistRecherche .menuContenu input.txbRecherche:hover {
        border: 1px solid #bababa !important;
    }

    .pnlAssistRecherche .menuContenu input.txbRecherche:focus {
        border: 1px solid #434343 !important;
        background: #FFF;
    }

/* Treeview */

.tvwQuestions a {
    display: block;
    white-space: normal !important;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: bold;
}

.tvwQuestions > table {
    width: 100%;
}

    .tvwQuestions > table > tbody > tr > td:first-child {
        width: 10px !important;
    }

.tvwQuestions div {
    padding-left: 5px;
}

.tvwQuestions a img {
    padding: 0 3px 0 0;
}

a.selectedNodeTreeview {
    color: #FF6600 !important;
}

/*
    ucMenuSVP
*/

.ViewExtranet .lblTitreUCMenuSVP {
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 20px;
    text-align: center;
}

ul.menuPnlIncident {
    text-align: center;
}

    ul.menuPnlIncident li {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        ul.menuPnlIncident li a {
            display: block;
            color: #434343;
            text-decoration: none;
            font-weight: bold;
            width: 130px;
            height: 70px;
            margin: 5px;
            padding: 170px 10px 10px 10px;
            background-color: #dfdfdf;
            background-position: center top;
            background-repeat: no-repeat;
            text-transform: uppercase;
        }

            /*ul.menuPnlIncident li.lnkFaq a
{
    background-image: url(../design/imagesV2/icone_faq_menusvp.png);
}

ul.menuPnlIncident li.lnkSVPDossier a
{
    background-image: url(../design/imagesV2/icone_ajout_incident_menusvp.png);
}

ul.menuPnlIncident li.lnkEnvoiDocument a
{
    background-image: url(../design/imagesV2/icone_envoi_doc_menusvp.png);
}

ul.menuPnlIncident li.lnkMesDemandes a
{
    background-image: url(../design/imagesV2/icone_mes_dossiers_menusvp.png);
}*/

            ul.menuPnlIncident li a:before {
                display: block;
                position: absolute;
                width: 100%;
                margin: 0 auto;
                top: 70px;
                font-size: 56px;
                text-decoration: none;
                font-weight: normal;
                left: 0;
                font-family: TNFont;
            }

        ul.menuPnlIncident li.lnkFaq a:before {
            content: "\e607";
        }

        ul.menuPnlIncident li.lnkSVPDossier a:before {
            content: "\e605";
        }

        ul.menuPnlIncident li.lnkEnvoiDocument a:before {
            content: "\e606";
        }

        ul.menuPnlIncident li.lnkMesDemandes a:before {
            content: "\e608";
        }

        ul.menuPnlIncident li a:hover {
            background-color: #feffc8;
        }

/* Menu dans les uc */

.menuSVPDansUC {
    position: absolute;
    left: 0;
    top: 30px;
    display: none;
    z-index: 999;
}

    .menuSVPDansUC .lblTitreUCMenuSVP {
        display: none;
    }

    .menuSVPDansUC ul.menuPnlIncident li {
        display: block;
    }

        .menuSVPDansUC ul.menuPnlIncident li a:before {
            display: none !important;
        }

    .menuSVPDansUC ul.menuPnlIncident {
        background: #434343;
        width: 180px;
    }

        .menuSVPDansUC ul.menuPnlIncident li a {
            height: auto;
            padding: 10px 18px;
            background-color: #434343;
            text-align: left;
            font-size: 11px;
            font-weight: normal;
            color: #FFF;
            margin: 0;
            width: auto;
        }

            .menuSVPDansUC ul.menuPnlIncident li a:hover {
                background: #ff6600;
            }

/*
    UCMesDemandes
*/

.ViewExtranetMesDemandes .menuContenu a {
    float: right;
}

ul.ulPnlMesDemandes.cardView .liAdrImmeDuplicate,
ul.ulPnlMesDemandes.listView .liAdrImmeDuplicate {
    display: none;
}

ul.ulPnlMesDemandes.cardView.profilFour .liAdrImmeDuplicate,
ul.ulPnlMesDemandes.listView.profilFour .liAdrImmeDuplicate {
    display: inline-block;
}

ul.ulPnlMesDemandes span.lblAdrImme {
    display: none !important;
}

ul.ulPnlMesDemandes.listView.profilFour span.lblAdrImme {
    display: inline-block !important;
}

ul.ulPnlMesDemandes.cardView > li {
    display: inline-block;
    width: 22%;
    max-width: 220px;
    margin: 0 2% 2% 0;
    text-align: center;
    position: relative;
    vertical-align: top;
}

    ul.ulPnlMesDemandes.cardView > li.liAjoutDossier {
        min-height: 130px;
        position: relative;
    }

    ul.ulPnlMesDemandes.cardView > li span.liAjoutDossierHaut {
        display: block;
        position: absolute;
        width: 81px;
        height: 20px;
        top: 0;
        right: -4px;
        background: url(../design/imagesV2/cadre_li_ajout_dossier_haut.png) center center no-repeat;
        z-index: 2;
    }

    ul.ulPnlMesDemandes.cardView > li a.btnDeclarerIncident {
        display: block;
        position: absolute;
        width: 100%;
        min-height: 126px;
        text-indent: -999em;
        background: url(../design/imagesV2/cadre_li_ajout_dossier_icone.png) center center no-repeat;
        border: 2px solid #dfdfdf;
        z-index: 1;
    }

    ul.ulPnlMesDemandes.cardView > li.masqueClos {
        display: none;
    }

    ul.ulPnlMesDemandes.cardView > li.masquePartieCommune {
        display: none;
    }

    ul.ulPnlMesDemandes.cardView > li.afficheClos {
        display: inline-block !important;
    }

    ul.ulPnlMesDemandes.cardView > li.affichePartieCommune {
        display: inline-block !important;
    }

.btnDisplayClos.iconeActionClos.masqueBtnClos,
.btnHideClos.iconeActionClos.masqueBtnClos,
.btnDisplayPartieCommune.iconeActionPartieCommune.masqueBtnPartieCommune,
.btnHidePartieCommune.iconeActionPartieCommune.masqueBtnPartieCommune,
.masqueLblClos,
.masqueLblPartieCommune {
    display: none !important;
}

.btnDisplayClos.iconeActionClos.afficheBtnClos,
.btnHideClos.iconeActionClos.afficheBtnClos,
.btnDisplayPartieCommune.iconeActionPartieCommune.afficheBtnPartieCommune,
.btnHidePartieCommune.iconeActionPartieCommune.afficheBtnPartieCommune,
.afficheLblClos,
.afficheLblPartieCommune {
    display: block !important;
}

.masqueLblClos,
.masqueLblPartieCommune,
.afficheLblClos,
.afficheLblPartieCommune {
    display: none !important;
}

.btnDisplayMesDemandes {
    background-color: #dfdfdf !important;
}

ul.ulPnlMesDemandes.cardView li.enteteListeDemande {
    display: none;
}

ul.ulPnlMesDemandes.cardView > li a.btnOuvrirDossier {
    display: block;
    position: relative;
    background: #dfdfdf;
    min-height: 50px;
    padding: 50px 3% 30px 3%;
    color: #434343;
    text-decoration: none;
}





    ul.ulPnlMesDemandes.cardView > li a.btnOuvrirDossier.dossierPartieCommune {
        background: #bbbbbb;
    }


    ul.ulPnlMesDemandes.cardView > li a.btnOuvrirDossier:hover {
        background: #feffc8;
    }

    ul.ulPnlMesDemandes.cardView > li a.btnOuvrirDossier span.lblDateDossier {
        position: absolute;
        display: block;
        width: 100%;
        font-size: 11px;
        left: 0;
        top: 0;
        background: url(../design/imagesV2/fond_mes_demandes.png) right top no-repeat;
        text-align: left;
        padding: 5px 0 0 10px;
    }

ul.ulPnlMesDemandes.cardView li span.lblTitreDossier {
    display: block;
    padding: 0 10px;
}

ul.ulPnlMesDemandes.cardView li span.lblAdrImme {
    display: block;
    position: absolute;
    left: 6px;
    bottom: 6px;
    text-align: left;
    font-size: 10px;
    width: 65%;
}



ul.ulPnlMesDemandes.cardView li span.lblCategorieDossier,
ul.ulPnlMesDemandes.cardView li span.lblDateModif {
    display: none;
}

ul.ulPnlMesDemandes.cardView li span.iconeDossierClos,
ul.ulPnlMesDemandes.cardView li span.lblTypeDevisOS {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
}

ul.ulPnlMesDemandes.cardView li span.iconeDossierClos {
    background: url(../design/imagesV2/icone_dossier_clos.png) center center no-repeat;
    text-indent: -999em;
}

ul.ulPnlMesDemandes.cardView li span.lblTypeDevisOS {
    background-color: #434343;
    color: #FFF;
    font-family: TNFont;
}

    ul.ulPnlMesDemandes.cardView li span.lblTypeDevisOS.typeDossier1:before {
        content: '\f0ad';
    }

    ul.ulPnlMesDemandes.cardView li span.lblTypeDevisOS.typeDossier2:before {
        content: '\f0ad';
    }

    ul.ulPnlMesDemandes.cardView li span.lblTypeDevisOS.typeDossier3:before {
        content: '\f1ec';
    }

    ul.ulPnlMesDemandes.cardView li span.lblTypeDevisOS.typeDossier4:before {
        content: '\f129';
    }

ul.ulPnlMesDemandes.cardView .wrapperInfosListeDemandes {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    ul.ulPnlMesDemandes.cardView .wrapperInfosListeDemandes > .tn-icon {
        font-size: 20px;
        cursor: pointer;
    }

    ul.ulPnlMesDemandes.cardView .wrapperInfosListeDemandes ul {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 170px;
        text-align: left;
        background-color: #434343;
        color: #FFF;
        padding: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all ease 0.2s;
    }

        ul.ulPnlMesDemandes.cardView .wrapperInfosListeDemandes ul.tn-is-visible {
            bottom: 30px;
            opacity: 1;
            visibility: visible;
        }

        ul.ulPnlMesDemandes.cardView .wrapperInfosListeDemandes ul li {
            padding: 2px 0;
            font-size: 11px;
        }

/* MES DEMANDES EN LISTE (style tableSimple) */

ul.ulPnlMesDemandes.listView {
    background-color: #FFF;
    padding-top: 1px;
}

    ul.ulPnlMesDemandes.listView li {
        width: 100%;
        max-width: 100%;
        margin: -1px 0 0 0;
        text-align: left;
        position: relative;
        clear: both;
    }

        ul.ulPnlMesDemandes.listView li.liAjoutDossier {
            display: none !important;
        }

    ul.ulPnlMesDemandes.listView > li a.btnOuvrirDossier {
        color: #434343;
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 10px 0;
        background-color: #f3f3f3;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    ul.ulPnlMesDemandes.listView span.lblDateModif {
        padding-left: 15px;
    }

    ul.ulPnlMesDemandes.listView .wrapperInfosListeDemandes {
        display: none;
    }

    ul.ulPnlMesDemandes.listView > li a.btnOuvrirDossier:hover {
        background-color: #feffc8;
    }



    ul.ulPnlMesDemandes.listView > li a.btnOuvrirDossier.dossierPartieCommune {
        background: #bbbbbb;
    }

    ul.ulPnlMesDemandes.listView > li a.btnOuvrirDossier.dossierClos:hover {
        background: #feffc8;
    }



    ul.ulPnlMesDemandes.listView li.enteteListeDemande {
        display: block;
    }

        ul.ulPnlMesDemandes.listView li.enteteListeDemande span {
            font-size: 12px !important;
            line-height: 32px;
            font-weight: bold;
            text-transform: unset !important;
        }

    ul.ulPnlMesDemandes.listView li span {
        display: inline-block;
    }

        ul.ulPnlMesDemandes.listView li span.lblDateDossier {
            width: 90px;
            float: left;
            padding: 0 0 0 10px;
            font-size: 11px;
            margin-left: 35px;
        }

        ul.ulPnlMesDemandes.listView li span.lblTitreDossier {
            float: left;
            width: 240px;
            padding-right: 20px;
        }

        ul.ulPnlMesDemandes.listView li span.lblAdrImme {
            float: left;
            width: 350px;
        }

        ul.ulPnlMesDemandes.listView li span.lblCategorieDossier {
            float: right;
            padding-right: 70px;
            text-overflow: ellipsis;
            width: 200px;
            white-space: nowrap;
            overflow: hidden;
            text-align: right;
            font-size: 10px;
            text-transform: uppercase;
        }

        ul.ulPnlMesDemandes.listView li span.iconeDossierClos {
            position: absolute;
            z-index: 99;
            right: 10px;
            top: 7px;
            width: 22px;
            height: 22px;
            background: url(../design/imagesV2/icone_dossier_clos.png) center center no-repeat;
            text-indent: -999em;
        }


ul.ulRrptMesDemandes {
    position: absolute;
    bottom: 7px;
    right: 12px;
    text-align: right;
    width: auto;
}

    ul.ulRrptMesDemandes li {
        display: inline-block;
        width: auto !important;
        margin-left: 5px;
    }

        ul.ulRrptMesDemandes li a,
        ul.ulRrptMesDemandes li span {
            display: block;
            width: 20px;
            height: 20px;
            text-indent: -999em;
            text-align: left;
        }

            ul.ulRrptMesDemandes li a.lblLinkOuvrirDossier {
                background: url(../design/imagesV2/icone_afficher_dossier.png) center 1px no-repeat;
            }

            ul.ulRrptMesDemandes li a.btnCloturerDossier {
                background: url(../design/imagesV2/icone_cloturer_dossier.png) center center no-repeat;
            }

            ul.ulRrptMesDemandes li span.lblPresencePJ {
                background: url(../design/imagesV2/icone_pj_dossier.png) center center no-repeat;
            }

.ViewExtranetMesDemandes div.pnlMessage span.lblMessage {
    padding-bottom: 20px;
}

ul.ulPnlMesDemandes.listView li span.lblTypeDevisOS,
ul.ulPnlMesDemandes.listView li span.iconeDossierClos {
    position: absolute;
    z-index: 99;
    left: 10px;
    top: 7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
}

ul.ulPnlMesDemandes li span.lblTypeDevisOS {
    background-color: #434343;
    color: #FFF;
    font-family: TNFont;
}

    ul.ulPnlMesDemandes li span.lblTypeDevisOS.typeDossier1:before {
        content: '\f0ad';
    }

    ul.ulPnlMesDemandes li span.lblTypeDevisOS.typeDossier2:before {
        content: '\f0ad';
    }

    ul.ulPnlMesDemandes li span.lblTypeDevisOS.typeDossier3:before {
        content: '\f1ec';
    }

    ul.ulPnlMesDemandes li span.lblTypeDevisOS.typeDossier4:before {
        content: '\f129';
    }

ul.ulPnlMesDemandes li.clos span.lblTypeDevisOS {
    display: none !important;
}


ul.ulPnlMesDemandes li.PartieCommuneAndClos span.lblTypeDevisOS {
    display: none !important;
}
/*
    ucSVPDossier
*/

/*.ViewExtranetSVPDossier .lblTitre 
{
    position: absolute;
    padding-top: 8px;
    width: 70%;
    left: 95px;
    top: 35px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}*/

.ViewExtranetSVPDossier {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

#bd #contenu .ViewExtranetSVPDossier .pnlDossier {
    padding-bottom: 35px;
    float: left;
    width: 74%;
}

    #bd #contenu .ViewExtranetSVPDossier .pnlDossier h3.titreDossier {
        font-size: 12px;
        color: #434343;
        background: #FFF url(../design/imagesV2/icone_dossier_small.png) left -38px no-repeat;
        border-bottom: 1px solid #434343;
        padding: 0 10px 4px 35px;
        font-weight: bold;
        text-transform: uppercase;
        overflow: hidden;
    }

#bd #contenu .ViewExtranetSVPDossier .dossierClos .pnlDossier h3 {
    color: #609547;
    background: #FFF url(../design/imagesV2/icone_dossier_clos_small.png) left bottom no-repeat;
}

.ViewExtranetSVPDossier .lblDebutDossier,
.ViewExtranetSVPDossier .lblFinDossier {
    float: right;
    font-weight: normal;
    padding-bottom: 4px;
}

.titreUlRptEvenements + span {
    float: left !important;
    font-weight: normal !important;
    padding-bottom: 3px !important;
    border-bottom: 1px solid black !important;
}


.btnRepondreContainer {
    display: inline-block;
    margin-top: -16px;
}

.labelBtnRepondre {
    position: relative;
    top: 7px;
}

.ViewExtranetSVPDossier .lblTitreDossier,
.ViewExtranetSVPDossier .lblCategorieDossier {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.ViewExtranetSVPDossier .lblMotif2Dossier {
    display: block;
    padding-top: 10px;
    min-height: 70px;
}

.ViewExtranetSVPDossier .lblNomImme {
    display: block;
    float: left;
    clear: both;
    padding-right: 5px;
}

.ViewExtranetSVPDossier .lblAdrImme {
    display: block;
    float: left;
}

.ViewExtranetSVPDossier .lblNomImme,
.ViewExtranetSVPDossier .lblAdrImme {
    font-weight: normal;
    font-style: italic;
}

.ViewExtranetSVPDossier .lblDossierClos {
    display: block;
    height: 29px;
    padding-right: 40px;
    background: url(../design/imagesV2/icone_dossier_clos_detail.png) right center no-repeat;
    color: #609547;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: bold;
}

.ViewExtranetSVPDossier .pnlDossier .infosDossier {
    position: relative;
    padding: 20px 20px 0 20px;
}

.ViewExtranetSVPDossier span.lblAffichePJ {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    color: #434343;
    padding: 0 15px 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    background: url(../design/imagesV2/slideUpSlideDown.png) right bottom no-repeat;
}

    .ViewExtranetSVPDossier span.lblAffichePJ.actifPJ {
        background: url(../design/imagesV2/slideUpSlideDown.png) right top no-repeat;
    }


.ViewExtranetSVPDossier #ulRptEvenements span.lblAffichePJEvt {
    float: right;
    background-color: transparent !important;
    background-position: center bottom !important;
}

    .ViewExtranetSVPDossier #ulRptEvenements span.lblAffichePJEvt:hover {
        background-color: #434343 !important;
        background-position: center top !important;
    }

.ViewExtranetSVPDossier #ulRptEvenements li.Copropriétaire span.lblAffichePJEvt,
.ViewExtranetSVPDossier #ulRptEvenements li.Locataire span.lblAffichePJEvt,
.ViewExtranetSVPDossier #ulRptEvenements li.Propriétaire span.lblAffichePJEvt,
.ViewExtranetSVPDossier #ulRptEvenements li.Candidat span.lblAffichePJEvt {
    float: left;
}

.ViewExtranetSVPDossier .rptPJ {
    display: none;
    text-align: right;
    padding: 0 0 10px 0;
    float: none;
    background: none;
}

    .ViewExtranetSVPDossier .rptPJ li {
        display: inline-block;
        background-color: transparent;
        padding: 0 0 0 10px;
    }

.ViewExtranetSVPDossier a.btnPJ {
    display: block;
    background-image: url(../design/imagesV2/icone_document.png);
    background-position: -3px -32px !important;
    background-repeat: no-repeat !important;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    color: #434343;
    padding: 0 10px 0 30px;
    font-size: 11px;
}

    .ViewExtranetSVPDossier a.btnPJ:hover {
        background-color: #434343;
        background-position: -3px -2px !important;
        color: #FFF;
    }

.ViewExtranetSVPDossier #ulRptEvenements {
    margin: 0;
    float: left;
    width: 74%;
}

    .ViewExtranetSVPDossier #ulRptEvenements .rptPJ {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .ViewExtranetSVPDossier #ulRptEvenements .lblDateHeureEvenement {
        font-weight: bold;
    }

.ViewExtranetSVPDossier .infoRptEvenements {
    clear: both;
    font-size: 11px;
    font-style: italic;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    background: url(../design/imagesV2/bulle_intervenants.png) left top no-repeat;
}

    .ViewExtranetSVPDossier .infoRptEvenements.Fournisseur {
        background: url(../design/imagesV2/bulle_intervenants_four.png) left top no-repeat;
    }

    .ViewExtranetSVPDossier .infoRptEvenements.Responsable {
        background: url(../design/imagesV2/bulle_intervenants_resp.png) left top no-repeat;
    }

    .ViewExtranetSVPDossier .infoRptEvenements .Copropriétaire {
        color: #434343 !important;
    }

    .ViewExtranetSVPDossier .infoRptEvenements .Fournisseur {
        color: #c93738 !important;
    }

    .ViewExtranetSVPDossier .infoRptEvenements .Responsable {
        color: #5873ba !important;
    }

.ViewExtranetSVPDossier #ulRptEvenements > li {
    background: #dfdfdf;
    line-height: 30px;
    min-height: 30px;
    padding: 0;
    float: left;
    min-width: 25%;
    max-width: 90%;
}

    .ViewExtranetSVPDossier #ulRptEvenements > li .lblObjetEvenement {
        padding: 0 20px;
        font-weight: bold;
    }

    .ViewExtranetSVPDossier #ulRptEvenements > li.Fournisseur {
        background: #f0d8d0;
    }

    .ViewExtranetSVPDossier #ulRptEvenements > li.Responsable {
        background: #d5dffd;
    }

    .ViewExtranetSVPDossier #ulRptEvenements > li.Copropriétaire,
    .ViewExtranetSVPDossier #ulRptEvenements > li.Locataire,
    .ViewExtranetSVPDossier #ulRptEvenements > li.Propriétaire,
    .ViewExtranetSVPDossier #ulRptEvenements > li.Candidat {
        float: right;
        background: #dfdfdf;
    }

.ViewExtranetSVPDossier #ulRptEvenements .infoRptEvenements.Copropriétaire,
.ViewExtranetSVPDossier #ulRptEvenements .infoRptEvenements.Locataire,
.ViewExtranetSVPDossier #ulRptEvenements .infoRptEvenements.Propriétaire,
.ViewExtranetSVPDossier #ulRptEvenements .infoRptEvenements.Candidat {
    text-align: right;
    background: url(../design/imagesV2/bulle_indi.png) right top no-repeat;
}

.ViewExtranetSVPDossier #ulRptEvenements > li.Copropriétaire .pnlTexteEvenement,
.ViewExtranetSVPDossier #ulRptEvenements > li.Copropriétaire .pnlEvenement,
.ViewExtranetSVPDossier #ulRptEvenements > li.Locataire .pnlTexteEvenement,
.ViewExtranetSVPDossier #ulRptEvenements > li.Locataire .pnlEvenement,
.ViewExtranetSVPDossier #ulRptEvenements > li.Propriétaire .pnlTexteEvenement,
.ViewExtranetSVPDossier #ulRptEvenements > li.Propriétaire .pnlEvenement,
.ViewExtranetSVPDossier #ulRptEvenements > li.Candidat .pnlTexteEvenement,
.ViewExtranetSVPDossier #ulRptEvenements > li.Candidat .pnlEvenement {
    text-align: right;
}

.ViewExtranetSVPDossier #ulRptEvenements > li.Copropriétaire .rptPJ,
.ViewExtranetSVPDossier #ulRptEvenements > li.Locataire .rptPJ,
.ViewExtranetSVPDossier #ulRptEvenements > li.Propriétaire .rptPJ,
.ViewExtranetSVPDossier #ulRptEvenements > li.Candidat .rptPJ {
    text-align: left;
}

.ViewExtranetSVPDossier #ulRptEvenements .wrapperPJ {
    display: none;
}

/*.ViewExtranetSVPDossier #ulRptEvenements > li:hover
{
    background-color: #feffc8;
}*/

.ViewExtranetSVPDossier #ulRptEvenements .lblTexteEvenement {
    display: block;
    line-height: 16px;
    padding: 0 20px 15px 20px;
}

.ViewExtranetSVPDossier h4.titreUlRptEvenements {
    float: left;
    width: 59%;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 4%;
    font-size: 11px;
    background: url(../design/imagesV2/icone_conversation_small_grise.png) 13px top no-repeat;
    border-bottom: 1px solid #434343;
    margin: 0;
    min-width: 20px;
    line-height: 12px;
    height: 12px;
    margin-bottom: 15px;
}

.ViewExtranetSVPDossier .btnRepondre,
.ViewExtranetSVPDossier .btnModifierEvenement,
.ViewExtranetSVPDossier .btnAfficheTextEvenement {
    background-color: transparent !important;
    background-position: center bottom !important;
    float: right;
}

.ViewExtranetSVPDossier #ulRptEvenements > li.Copropriétaire .btnRepondre,
.ViewExtranetSVPDossier #ulRptEvenements > li.Locataire .btnRepondre,
.ViewExtranetSVPDossier #ulRptEvenements > li.Propriétaire .btnRepondre,
.ViewExtranetSVPDossier #ulRptEvenements > li.Candidat .btnRepondre {
    float: left;
}

.ViewExtranetSVPDossier #ulRptEvenements > li .btnAfficheTextEvenement {
    display: none !important;
}

.ViewExtranetSVPDossier .btnRepondre:hover,
.ViewExtranetSVPDossier .btnModifierEvenement:hover,
.ViewExtranetSVPDossier .btnAfficheTextEvenement:hover {
    background-color: #434343 !important;
    background-position: center top !important;
}

.ViewExtranetSVPDossier #ulRptEvenements > li.evtTermine .btnRepondre.iconeValider {
    cursor: text !important;
}

    .ViewExtranetSVPDossier #ulRptEvenements > li.evtTermine .btnRepondre.iconeValider:hover {
        background-color: transparent !important;
        background-position: center bottom !important;
    }

.ViewExtranetSVPDossier .pnlTexteEvenement {
    position: relative;
}

.ViewExtranetSVPDossier .pnlIntervenants {
    float: right;
    width: 22%;
    display: block !important;
}

.ViewExtranetSVPDossier #ulRptIntervenants li {
    min-height: 50px;
    margin-bottom: 15px;
    padding: 20px 20px 40px 20px;
}

    .ViewExtranetSVPDossier #ulRptIntervenants li.pnlCarteVisiteFournisseur .lblLibelle {
        color: #c93738;
    }

    .ViewExtranetSVPDossier #ulRptIntervenants li.pnlIntervenantClient .lblLibelle {
        color: #434343;
    }

.ViewExtranetSVPDossier #ulRptIntervenants .lblLibelle {
    display: block;
    font-weight: bold;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
    color: #5873ba;
}

.ViewExtranetSVPDossier #ulRptIntervenants .lblNom {
    text-transform: uppercase;
}

.ViewExtranetSVPDossier #ulRptIntervenants .lblPrenom {
    text-transform: capitalize;
}

.ViewExtranetSVPDossier #ulRptIntervenants .lblAdresse {
    display: block;
    padding: 10px 0;
}

/*
    ucSVPEvenement
*/

.wrapperFormSVPEvenement span {
    display: block;
    float: left;
    width: 30%;
    margin-left: 5%;
    line-height: 20px;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
}

.wrapperFormSVPEvenement .pnlAroundQuestion_label_pj {
    padding-top: 4px;
}

.wrapperFormSVPEvenement span em {
    display: block;
    font-style: italic;
    line-height: 16px;
}

.wrapperFormSVPEvenement textarea {
    border: 1px solid #FFF;
    height: 80px;
    padding: 3px 0;
}

    .wrapperFormSVPEvenement textarea:focus {
        border: 1px solid #434343;
    }

.wrapperFormSVPEvenement input[type=text],
.wrapperFormSVPEvenement textarea {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
}

.ViewExtranetSVPEvenement .reqObjet,
.ViewExtranetSVPEvenement .reqCommentaire {
    width: auto !important;
    margin-top: -10px;
    margin-left: 36.5%;
    padding-bottom: 10px;
}

.ViewExtranetSVPEvenement .reqCommentaire {
    margin: 0;
}

.ViewExtranetSVPEvenement #btnUplPJ {
    /*overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: -3px;*/
    /*width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #bababa;*/
}

#btnUplPJ {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #bababa;
    position: relative;
}

    #btnUplPJ:hover {
        background-color: #434343;
        color: #FFF;
    }

    #btnUplPJ span {
        float: none;
        margin: 0;
        padding: 0;
        line-height: 30px;
        text-align: center;
        width: auto;
    }

        #btnUplPJ span:before {
            font-size: 20px;
            /*content: "\f093";*/
            content: "\f0c6";
        }

.ViewExtranetSVPEvenement input#ctl00_CPH1_ucSVPEvenement_uplPJ {
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.ViewExtranetSVPEvenement .pnlPJ ul.rptPJ {
    clear: both;
    background: url(../design/imagesV2/fleche_haut_rptPJ.png) 8px top no-repeat;
    padding: 9px 0 0 0;
    float: left;
    margin-left: 36.5%;
}

    .ViewExtranetSVPEvenement .pnlPJ ul.rptPJ li {
        overflow: hidden;
        padding: 5px 10px;
        background-color: #bababa;
    }

        .ViewExtranetSVPEvenement .pnlPJ ul.rptPJ li a {
            display: block;
            float: left;
            line-height: 20px;
            background-position: -10px -35px !important;
            background-repeat: no-repeat !important;
            color: #434343;
            text-decoration: none;
            padding-left: 25px;
            font-size: 11px;
        }

            .ViewExtranetSVPEvenement .pnlPJ ul.rptPJ li a:hover {
                color: #FF6600;
            }

            .ViewExtranetSVPEvenement .pnlPJ ul.rptPJ li a.btnDeletePJ {
                text-indent: -999em;
                margin-left: 8px;
            }

/*
    ucSVPNouveauDossier
*/

.ViewExtranetSVPNouveauDossierInformation {
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
}

#ctl00_CPH1_ucSVPNouveauDossier_lblIncidentNiveau1 {
    width: 55px;
}

.wrapperFormSVPNouveauDossier {
    margin: 0;
    padding: 30px;
    height: 370px;
}

    .wrapperFormSVPNouveauDossier h3 {
        color: #434343 !important;
        font-size: 12px !important;
        font-weight: bold !important;
        float: left;
        text-decoration: underline;
    }

    .wrapperFormSVPNouveauDossier .lblErrorEmailExternalise h3 {
        color: #ff6600 !important;
        font-size: 12px !important;
        font-weight: bold !important;
        float: left;
        text-decoration: none;
    }

    .wrapperFormSVPNouveauDossier .pnlConcerne,
    .wrapperFormSVPNouveauDossier .pnlNiveau,
    .wrapperFormSVPNouveauDossier .pnlObj,
    .wrapperFormSVPNouveauDossier .pnlPJ,
    .wrapperFormSVPNouveauDossier .pnlReponse {
        width: 51%;
        float: left;
        overflow: hidden;
        padding-bottom: 20px;
    }

.pnlPJ {
    float: right !important;
    width: 210px !important;
}

.wrapperFormSVPNouveauDossier input[type=radio] {
    margin-bottom: 10px;
}

.wrapperFormSVPNouveauDossier .ligneForm {
    padding-left: 20px;
}

    .wrapperFormSVPNouveauDossier .ligneForm input[type=text],
    .wrapperFormSVPNouveauDossier .ligneForm textarea {
        display: block;
        width: 90%;
        margin-bottom: 10px;
    }

#ctl00_CPH1_ucSVPNouveauDossier_lblIncidentNiveau2 {
    width: 55px;
}

.wrapperFormSVPNouveauDossier .ligneForm textarea {
    min-height: 100px;
}

.wrapperFormSVPNouveauDossier .ligneForm,
.wrapperFormSVPNouveauDossier .pnlObj {
    clear: both;
}

.wrapperFormSVPNouveauDossier .pnlPJEnvoiDoc {
    
}

.wrapperFormSVPNouveauDossier input[type=text],
.wrapperFormSVPNouveauDossier textarea,
.wrapperFormSVPNouveauDossier .ligneForm span {
    display: block;
    float: left;
}

.wrapperFormSVPNouveauDossier .tn-icon-hplInfobulleComPriv {
    text-decoration: none;
    font-size: 16px;
    color: #434343;
}

.wrapperFormSVPNouveauDossier #div_infobulle_compriv {
    position: absolute;
    background-color: #434343;
    color: #FFF;
    padding: 15px;
    top: 280px !important;
    margin-left: 165px;
    text-wrap: normal;
    overflow-wrap: normal;
    max-width: 300px;
    z-index: 1;
}

.wrapperFormSVPNouveauDossier .tn-icon-hplInfobulleComPriv:before {
    content: "\f059";
}

.wrapperFormSVPNouveauDossier .ligneForm span {
    text-align: left;
    clear: both;
    padding-right: 10px;
    line-height: 20px;
}

    .wrapperFormSVPNouveauDossier .ligneForm span.pnlAroundQuestion_label_pj {
        line-height: 25px;
    }

.wrapperFormSVPNouveauDossier .pnlPJ input[type=file] {
    clear: both;
    display: block;
}

.wrapperFormSVPNouveauDossier .pnlPJ .pnlAroundQuestion_imgbutton_pj {
    float: left;
}

.wrapperFormSVPNouveauDossier .pnlPJ .ligneForm span {
    clear: none;
    padding-top: 3px;
}

.wrapperFormSVPNouveauDossier .pnlObj .ligneForm span,
.wrapperFormSVPNouveauDossier .pnlNiveau .ligneForm span {
    width: 95px;
    white-space: nowrap;
}

    .wrapperFormSVPNouveauDossier .pnlObj .ligneForm span em {
        font-style: italic;
        line-height: 16px;
    }

.wrapperFormSVPNouveauDossier .pnlNiveau select {
    width: 250px;
}

.wrapperFormSVPNouveauDossier .pnlConcerne label {
    margin-right: 10px;
}

.wrapperFormSVPNouveauDossier .reqObjet,
.wrapperFormSVPNouveauDossier .reqCommentaire,
.wrapperFormSVPNouveauDossier .reqIncidentNiveau1 {
    width: auto !important;
    margin-top: -10px;
    margin-left: 100px;
    padding-bottom: 10px;
}

.wrapperFormSVPNouveauDossier .reqIncidentNiveau1 {
    margin-top: 0;
}

.wrapperFormSVPNouveauDossier .cusTypeDisc {
    margin-top: -5px;
    width: 90%;
    line-height: normal !important;
    padding-bottom: 5px;
}

.wrapperFormSVPNouveauDossier #btnUplPJ,
.PanelQuestion #btnUplPJ {
    /*overflow: hidden;
    float: left;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -3px;*/
    /*width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #bababa;*/
}

.wrapperFormSVPNouveauDossier input#ctl00_CPH1_ucSVPNouveauDossier_uplPJ,
.wrapperFormSVPNouveauDossier input#ctl00_CPH1_ucSVPEnvoiDocument_uplPJ,
.PanelQuestion input#ctl00_CPH1_ucQuestion_uplPJ {
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.wrapperFormSVPNouveauDossier .pnlObj {
    position: relative;
    left: 50%;
    top: -160px;
}

ul.rptPJ {
    clear: both;
    background: url(../design/imagesV2/fleche_haut_rptPJ.png) 107px top no-repeat;
    padding: 9px 0 0 0;
    float: left;
    margin: 3px;
}

    ul.rptPJ li {
        overflow: hidden;
        padding: 5px 10px;
        background-color: #bababa;
        min-width: 120px;
    }

        ul.rptPJ li a {
            display: block;
            float: left;
            line-height: 20px;
            background-position: -10px -35px !important;
            background-repeat: no-repeat !important;
            color: #434343;
            text-decoration: none;
            padding-left: 25px;
            font-size: 11px;
        }

            ul.rptPJ li a:hover {
                color: #FF6600;
            }

            ul.rptPJ li a.btnDeletePJ {
                text-indent: -999em;
                margin-left: 8px;
            }

/* WEB SPEECH */

.speech-button-play span:before {
    font-family: TNFont;
    content: "\f130";
    font-size: 20px;
}

.speech-button-play span {
    width: auto;
}

#wrapperTranscription {
    background-color: #000;
    position: fixed;
    width: 290px;
    height: 140px;
    top: 20px;
    right: 0;
    padding: 10px;
    opacity: 0;
    transition: all ease-out 0.2s;
    visibility: hidden;
    z-index: 101;
    color: #FFF;
}

    #wrapperTranscription.expand {
        visibility: visible;
        right: 20px;
        opacity: 0.80;
    }

.speech-buttons-wrapper {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}

    .speech-buttons-wrapper a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

        .speech-buttons-wrapper a:active {
            color: #000;
        }

.speech-button-annuler {
    color: red;
    cursor: pointer;
}

    .speech-button-annuler span:last-child,
    .speech-button-valider span:last-child {
        display: none;
    }

.speech-button-valider.right {
    float: right;
}

.speech-button-annuler span.tn-icon:before {
    content: "\f00d";
    font-size: 28px;
}

.speech-button-valider {
    color: green;
    cursor: pointer;
}

    .speech-button-annuler:active,
    .speech-button-valider:active {
        color: #FFF;
    }

    .speech-button-valider span.tn-icon:before {
        content: "\f00c";
        font-size: 28px;
    }

#wrapperTranscription .speech-mic {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
    text-align: center;
}

    #wrapperTranscription .speech-mic:before {
        font-family: TNFont;
        content: "\f130";
        font-size: 42px;
    }

    #wrapperTranscription .speech-mic.animated:before {
        animation: scale 0.4s infinite;
    }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}


#wrapperTranscription .speech-lbl,
#wrapperTranscription .speech-lbl-erreur {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
}

#wrapperTranscription .speech-lbl-erreur {
    display: none;
}

/*
    FORMULAIRE
*/

.wrapperForm {
    background: #dfdfdf;
    padding: 30px;
    overflow: hidden;
}

#bd #contenu .blocForm h3 {
    color: #434343;
    font-weight: bold;
    font-size: 14px;
}

.wrapperForm label {
    display: block;
    float: left;
    width: 90px;
    padding-top: 6px;
}

.wrapperForm .blocForm {
    padding-bottom: 30px;
}

.wrapperForm input {
    float: left;
    border: 1px solid #FFF;
    width: 70%;
    padding: 5px 3px;
}

    .wrapperForm input:focus {
        border: 1px solid #000;
    }

.wrapperForm .ligneForm {
    padding-bottom: 5px;
    overflow: hidden;
}

    .wrapperForm .ligneForm.boutonRadio label {
        width: auto;
        float: none;
    }

    .wrapperForm .ligneForm input[type=radio] {
        width: inherit;
        margin-top: 5px;
        margin-right: 5px;
    }

    .wrapperForm .ligneForm.adresse2 input {
        margin-left: 90px;
    }

.wrapperForm .rib label,
.wrapperForm .rib input {
    width: auto !important;
    float: none;
}

.wrapperForm .rib .ligneForm {
    float: left;
    margin-right: 5px;
}

/*
    ViewErreur
*/

.ViewErreur .lblError {
    display: block;
    text-align: center;
    padding-top: 110px;
    background: url(../design/imagesV2/icone_lblerror.png) center top no-repeat;
    font-size: 14px;
}

/*
	MENU CONTENU
*/

#menuContenu,
#ctl00_CPH1_ucMesIdentifiants_menuContenu,
.menuContenu {
    position: absolute;
    right: 30px;
    top: 30px;
    margin-top: 5px;
    width: auto;
    height: auto;
    text-align: right;
    z-index: 999;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
}

.menuProfil {
    display: inline-block;
    vertical-align: top;
}



.menuContenuProfil {
    position: inherit !important;
    width: 210px !important;
}

#menuContenu > li,
#ctl00_CPH1_ucMesIdentifiants_menuContenu > li {
    font-size: 12px;
    line-height: 30px;
    background: #dfdfdf;
    position: relative;
    text-align: left;
}

    #menuContenu > li a,
    #ctl00_CPH1_ucMesIdentifiants_menuContenu > li a {
        display: block;
        line-height: 30px;
        min-height: 30px;
        padding: 0 10px 0 10px;
        color: #434343;
        text-decoration: none;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        min-width: 190px;
    }

    #menuContenu > li:first-child,
    #ctl00_CPH1_ucMesIdentifiants_menuContenu > li:first-child {
        display: block;
        cursor: pointer;
    }

    #menuContenu > li.menuExpand:first-child a:before,
    #ctl00_CPH1_ucMesIdentifiants_menuContenu > li.menuExpand:first-child a:before {
        content: "\f106";
    }

#liTitreMenu {
    display: none !important;
}

#menuContenu > li:first-child a,
#ctl00_CPH1_ucMesIdentifiants_menuContenu > li:first-child a {
    /*background: #dfdfdf url(../design/imagesV2/icone_menu_contenu.png) right bottom no-repeat;*/
}

#menuContenu > li.menuProfilSelect a,
#ctl00_CPH1_ucMesIdentifiants_menuContenu > li.menuProfilSelect a {
    background-position: right -4px;
    background-image: url(../design/imagesV2/menu_contenu_select.png) !important;
    background-repeat: no-repeat;
}

    #menuContenu > li.menuProfilSelect a:hover,
    #ctl00_CPH1_ucMesIdentifiants_menuContenu > li.menuProfilSelect a:hover {
        background-position: right -45px;
        background-image: url(../design/imagesV2/menu_contenu_select.png) !important;
        background-repeat: no-repeat;
    }


#menuContenu > li a:hover,
#ctl00_CPH1_ucMesIdentifiants_menuContenu > li a:hover {
    background: #434343;
    color: #FFF;
}

/*#menuContenu > li:first-child a:hover,
#ctl00_CPH1_ucMesIdentifiants_menuContenu > li:first-child a:hover
{
	background: #434343 url(../design/imagesV2/icone_menu_contenu.png) right top no-repeat;
	color: #FFF;
}*/


#menuContenu li ul,
#ctl00_CPH1_ucMesIdentifiants_menuContenu li ul {
    position: absolute;
    width: 100%;
    background: #dfdfdf;
    color: #434343;
    line-height: normal;
    z-index: 500;
}

    #menuContenu li ul li a,
    #ctl00_CPH1_ucMesIdentifiants_menuContenu li ul li a {
        background: #dfdfdf;
        color: #434343;
    }

        #menuContenu li ul li a:hover,
        #ctl00_CPH1_ucMesIdentifiants_menuContenu li ul li a:hover {
            background: #434343;
        }

/*
	TOOLTIP
*/

.ui-tooltip {
    position: fixed;
}

.ui-tooltip, .arrow:after {
    background: #151515;
}

.ui-tooltip {
    padding: 8px 10px;
    color: white;
    font: bold 10px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    /*box-shadow: 0 1px 3px #888888;*/
    width: auto;
    min-width: 60px;
    z-index: 999999;
}

.arrow {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    bottom: -16px;
    left: 42%;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 0;
        top: -20px;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

/* BLOC CHARGEMENT */

div.ctr_chargement_zone {
    /*background: transparent url(../../../design/images/attente_fond_black.png) repeat top left;*/
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0 !important;
    z-index: 999999;
    width: 100%;
}

    div.ctr_chargement_zone > table {
        /*height: 800px;*/
        width: 100%;
    }

table.ctr_chargement_vignette {
    background: #FFF;
    color: #434343;
    font-size: 10pt;
    height: 151px;
    width: 301px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ctr_chargement_contenu {
    padding: 5px 0 5px 5px;
}

.ctr_chargement_haut {
    vertical-align: middle;
    text-align: center;
}

.ctr_chargement_bas {
    vertical-align: middle;
}

/*
    PARTENAIRE LOCATION    
*/

.ViewEtatCandidature {
    padding-bottom: 50px;
}

/*
    UCReservation    
*/

.ViewReservation {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.PnlDebut {
    width: 25%;
    margin: auto;
    background-color: #dfdfdf;
    padding: 20px 6%;
    position: relative;
}

    .PnlDebut .LblProspect {
        display: block;
        padding: 3px 0;
    }

    .PnlDebut .TxtLot,
    .PnlDebut .TxtProspect {
        background-color: #FFF !important;
        border: 1px solid #FFF;
        width: 100%;
        margin-bottom: 10px;
    }

    .PnlDebut .RdbCandColoc {
        list-style-type: none;
        text-align: center;
        height: 110px;
        width: 100%;
        padding-top: 20px;
    }

        .PnlDebut .RdbCandColoc li {
            position: relative;
            display: inline-block;
            width: 39%;
            padding: 0 5%;
            height: 110px;
            text-align: center;
            vertical-align: top;
        }

            .PnlDebut .RdbCandColoc li input {
                position: absolute;
                left: 47%;
                bottom: 30px;
            }

            .PnlDebut .RdbCandColoc li:first-child label:before {
                font-family: TNFont;
                content: "\f007";
                font-size: 28px;
                display: block;
            }

            .PnlDebut .RdbCandColoc li:last-child label:before {
                font-family: TNFont;
                content: "\f0c0";
                font-size: 28px;
                display: block;
            }

    .PnlDebut .btnValidWrapper {
        text-align: center;
    }

.ViewReservation .PopupNotif .PnlInfoPersonne {
    float: none;
    margin: auto;
}

.ViewReservation .PopupNotif {
    top: 360px;
    width: 650px !important;
    height: 500px;
    overflow-y: scroll;
}

    .ViewReservation .PopupNotif .notif {
        padding-bottom: 30px;
        font-size: 14px;
    }

        .ViewReservation .PopupNotif .notif span {
            padding-top: 30px;
        }

.ViewReservation div#ctl00_CPH1_ucReservation_pnlPersonneDoublon > span {
    display: inline;
    padding: inherit !important;
    font-size: 12px;
}

.ViewReservation div#ctl00_CPH1_ucReservation_pnlPersonneDoublon input#ctl00_CPH1_ucReservation_BtnCreerDoublon {
    margin: 20px auto;
    display: block;
}

.ViewReservation .PopupNotif .RadGrid_Default tbody td a {
    color: #ff6600;
    text-decoration: underline;
}

    .ViewReservation .PopupNotif .RadGrid_Default tbody td a span {
        padding: 0 6px !important;
    }

    .ViewReservation .PopupNotif .RadGrid_Default tbody td a:hover {
        text-decoration: none;
    }

.ViewReservation .PnlFin {
    text-align: center;
    padding-bottom: 40px;
}

    .ViewReservation .PnlFin ul#listIDThetraNet {
        padding-top: 30px;
        padding-bottom: 40px;
    }

        .ViewReservation .PnlFin ul#listIDThetraNet li {
            display: inline-block;
            width: 180px;
            height: 170px;
            background-color: #dfdfdf;
            padding: 40px 10px 20px 10px;
            margin: 0 8px;
            position: relative;
            animation: fromTop 0.5s;
            -webkit-animation: fromTop 0.5s;
            -moz-animation: fromTop 0.5s;
            -webkit-animation-fill-mode: both;
            vertical-align: top;
            margin-bottom: 8px;
        }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(1) {
                animation-delay: .4s;
                -webkit-animation-delay: .4s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(2) {
                animation-delay: .8s;
                -webkit-animation-delay: .8s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(3) {
                animation-delay: 1.2s;
                -webkit-animation-delay: 1.2s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(4) {
                animation-delay: 1.6s;
                -webkit-animation-delay: 1.6s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(5) {
                animation-delay: 2.0s;
                -webkit-animation-delay: 2.0s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(6) {
                animation-delay: 2.4s;
                -webkit-animation-delay: 2.4s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(7) {
                animation-delay: 2.8s;
                -webkit-animation-delay: 2.8s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(8) {
                animation-delay: 3.2s;
                -webkit-animation-delay: 3.2s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(9) {
                animation-delay: 3.6s;
                -webkit-animation-delay: 3.6s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li:nth-child(10) {
                animation-delay: 4.0s;
                -webkit-animation-delay: 4.0s;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li span.LblNomPrenom {
                font-size: 16px;
                line-height: 22px;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li > div {
                position: absolute;
                bottom: 10px;
                left: 0;
                width: 100%;
            }

            .ViewReservation .PnlFin ul#listIDThetraNet li p {
                width: 80%;
                margin: auto;
                border-bottom: 1px solid #bababa;
                margin-bottom: 15px;
                text-align: left;
                position: relative;
                overflow: hidden;
                padding-bottom: 2px;
            }

                .ViewReservation .PnlFin ul#listIDThetraNet li p > span {
                    float: left;
                    font-size: 12px;
                    line-height: 20px;
                }

                    .ViewReservation .PnlFin ul#listIDThetraNet li p > span:last-child {
                        float: right;
                        font-weight: bold;
                        font-size: 16px;
                    }

    .ViewReservation .PnlFin .btnRetourAccueil {
        text-decoration: none;
    }

.PnlDebut .LblLot {
    display: inline-block;
    line-height: 24px;
}

.ViewReservation .PnlDebut a.lkchoixLot {
    display: inline-block;
    color: #ff6600;
    text-decoration: underline;
    float: right;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

    .ViewReservation .PnlDebut a.lkchoixLot:hover {
        color: #434343;
        text-decoration: none;
    }

@keyframes fromTop {
    from {
        opacity: 0;
        margin-top: 0;
    }

    to {
        opacity: 1;
        margin-top: 10px;
    }
}

@-webkit-keyframes fromTop /* Safari and Chrome */
{
    from {
        opacity: 0;
        margin-top: 0;
    }

    to {
        opacity: 1;
        margin-top: 10px;
    }
}

/* UCCandidat */

.ViewReservation div.PnlInfoCandidat {
    float: right;
    width: 29%;
    margin-top: -30px;
    padding-right: 1px;
    padding-bottom: 30px;
}

.ViewReservation div.PnlDetailGarant,
.ViewReservation div.PnlListeGarant {
    clear: left;
}

.ViewReservation table td a > span {
    display: none;
}

.ViewReservation table td a.BtnUpdate:before,
.ViewReservation table td a.BtnUpdate:before {
    font-family: TNFont;
    content: "\f040";
    font-size: 20px;
}

.ViewReservation table td a.BtnDelete:before {
    font-family: TNFont;
    content: "\f014";
    font-size: 20px;
}

.ViewReservation div.PnlInfoPersonne,
div#ctl00_CPH1_ucReservation_ucGestionColoc_PnlListeColoc {
    padding-bottom: 30px;
}

    .ViewReservation div.PnlInfoPersonne input[type=text] {
        width: 200px;
    }

    .ViewReservation div.PnlInfoPersonne div.infoIdentite select,
    .ViewReservation div.PnlInfoPersonne div.infoCoordonnees select {
        width: 202px;
        padding: 2px 1px !important;
    }

.ViewReservation div.PnlInfoPersonne,
.ViewReservation div.PnlDetailGarant,
.ViewReservation .PnlDetailColoc {
    position: relative;
    float: left;
    width: 66%;
}

.ViewReservation .PnlListeColoc,
.ViewReservation .PnlListeGarant {
    width: 66%;
}

.ViewReservation .PnlDetailColoc .PnlListeGarant {
    width: 100%;
}

.ViewReservation div.PnlDetailGarant div.PnlInfoPersonne,
.ViewReservation .PnlDetailColoc div.PnlInfoPersonne,
.ViewReservation .PnlDetailColoc div.PnlDetailGarant {
    width: 100%;
}

.ViewReservation .PnlDetailColoc div.PnlDetailGarant {
    width: 93%;
    background-color: #FFF;
    padding: 20px 3% 0 3%;
}

.ViewReservation .pnlSaisie h3 span {
    display: block;
    font-size: 14px;
    color: #434343;
}

.ViewReservation div.PnlInfoPersonne div.infoCoordonnees {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.ViewReservation .PnlInfoCandidat > div {
    width: 140px;
    height: 50px;
    float: right;
    outline: 1px solid #dfdfdf;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 1px;
    margin-left: 1px;
    text-align: center;
}

    .ViewReservation .PnlInfoCandidat > div.infoCandOrigine {
        width: 281px;
        border-bottom: none;
    }

    .ViewReservation .PnlInfoCandidat > div.infoCandLot {
        border-right: none;
    }

    .ViewReservation .PnlInfoCandidat > div.infoCandImme,
    .ViewReservation .PnlInfoCandidat > div.infoCandLot {
        width: 281px;
    }

    .ViewReservation .PnlInfoCandidat > div.infoCandLot,
    .ViewReservation .PnlInfoCandidat > div.infoCandEntree,
    .ViewReservation .PnlInfoCandidat > div.infoCandOption {
        border-top: none;
    }

/*.ViewReservation .PnlInfoCandidat > div.infoCandOption
{
    float: right;
}*/

.tn-icon-calendar {
    cursor: pointer;
}

#document .ViewReservation .PnlInfoCandidat > div span.lblTitreBoite {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #bababa;
}

#document .ViewReservation .PnlInfoCandidat > div > div {
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 10px;
}

    #document .ViewReservation .PnlInfoCandidat > div > div > span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 22px;
        white-space: nowrap;
    }

#document .ViewReservation .PnlInfoCandidat > div.infoCandImme > div {
    max-width: 60%;
}

#document .ViewReservation .PnlInfoCandidat > div.infoCandLot > div {
    max-width: 40%;
}

#document .ViewReservation .PnlInfoCandidat > div > div > span.LblLegende {
    font-size: 12px;
    font-style: italic;
    color: #bababa;
}

#document .ViewReservation .PnlInfoCandidat > div input {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    padding: 0;
    font-size: 36px;
    background-color: #FFF !important;
    border: none !important;
    text-align: center;
}

#document .ViewReservation .PnlInfoCandidat > div.infoCandEntree input,
#document .ViewReservation .PnlInfoCandidat > div.infoCandOption input {
    font-size: 18px;
    color: #434343;
    border-bottom: 1px solid #dfdfdf !important;
    width: 65%;
    margin-left: 10%;
    padding-bottom: 5px;
    padding-top: 8px;
    text-align: left;
}

#document .ViewReservation .PnlInfoCandidat > div.infoCandImme input,
#document .ViewReservation .PnlInfoCandidat > div.infoCandLot input {
    font-size: 18px;
}

.tn-icon-calendar:before {
    content: "\f073";
    font-size: 14px;
    padding-left: 5px;
}

.tn-icon-ajouter:before {
    content: "\f055";
    font-size: 28px;
}

div#ctl00_CPH1_ucReservation_pnlSaisie {
    padding-bottom: 30px;
}

div#ctl00_CPH1_ucReservation_VSerreur,
.VSerreur {
    /*margin-top: 30px;
    border: 1px solid red;
    width: 95%;
    margin: auto;
    padding: 10px 2%;
    clear: both;
    color: red;*/
    margin-top: 30px;
    border: 1px solid red;
    width: 100%;
    margin: auto;
    padding: 20px 0;
    clear: both;
    color: #FFF !important;
    position: fixed;
    left: 0;
    top: -10px;
    z-index: 999;
    background: red;
    animation: fromTop 0.5s;
    animation-fill-mode: both;
    -webkit-animation: fromTop 0.5s;
    -moz-animation: fromTop 0.5s;
    -webkit-animation-fill-mode: both;
    text-align: center;
}

    div#ctl00_CPH1_ucReservation_VSerreur:before,
    .VSerreur:before {
        font-family: TNFont;
        content: "\f057";
        font-size: 28px;
        position: absolute;
        right: 20px;
        top: 11px;
        cursor: pointer;
    }

div.PnlInfoPersonne label {
    width: 70px;
}

.ViewReservation .pnlSaisie .menuContenu input.btValider,
.ViewReservation .pnlSaisie .menuContenu input.btAnnuler {
    width: auto;
    text-align: left;
    text-indent: inherit;
    padding: 0 10px !important;
    font-size: 11px !important;
}

.ViewReservation div.PnlListeGarant,
.ViewReservation .RadGrid_Default,
div#ctl00_CPH1_ucReservation_ucGestionColoc_PnlListeColoc {
    clear: left;
}

    .ViewReservation div.PnlListeGarant h3,
    .ViewReservation div.PnlListeColoc h3 {
        float: left;
        line-height: 28px;
        padding-right: 10px;
    }

    .ViewReservation div.PnlListeGarant a,
    .ViewReservation div.PnlListeColoc a {
        text-decoration: none;
        color: #434343;
        display: inline-block;
    }

.ViewReservation div.PnlDetailGarant .btnGarant {
    clear: both;
    text-align: center;
    padding: 25px 0;
}

#document .ViewReservation input[type=text],
#document .ViewReservation select {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
}

    #document .ViewReservation input[type=text]:focus {
        background-color: #FFF;
        border: 1px solid #434343;
    }

.ViewReservation .pnlMessage .lblMessage {
    background: none;
    text-align: left;
    padding: inherit;
    font-size: 12px;
}

@media (max-width:1349px) and (min-width:1279px) {
    .mesIdfConteneur {
        width: 70%;
    }
}



@media (max-width: 1396px) and (min-width:1279px) {
    .titreUlRptEvenements {
        width: 57% !important;
    }
}

@media (max-width: 1279px) and (min-width:1000px) {
    .titreUlRptEvenements {
        width: 55% !important;
    }
}

@media (max-width: 1000px) and (min-width:700px) {
    .titreUlRptEvenements {
        width: 51% !important;
    }
}

@media (max-width: 800px) and (min-width:700px) {
    .titreUlRptEvenements {
        width: 50% !important;
    }
}

@media (max-width: 700px) and (min-width:50px) {
    .titreUlRptEvenements {
        width: 46% !important;
    }
}


@media (max-width: 1100px) and (min-width: 928px) {
    .blocFormSEPA.bloc066 {
        width: 80%;
    }
}


@media (max-width: 928px) and (min-width: 786px) {
    .blocFormSEPA.bloc066 {
        width: 78%;
    }
}


@media screen and (max-width: 786px) {
    .blocFormSEPA.bloc066 {
        width: 70%;
    }
}


@media screen and (max-width: 1279px) {
    .ViewReservation div.PnlInfoCandidat {
        float: none;
        width: 100%;
        overflow: hidden;
        margin-top: -10px;
    }

    .mesIdfConteneur {
        width: 70%;
    }

    .ViewReservation .PnlInfoCandidat > div {
        float: left;
        margin: 0;
        width: 16% !important;
    }

        .ViewReservation .PnlInfoCandidat > div.infoCandImme {
            width: 20% !important;
        }

        .ViewReservation .PnlInfoCandidat > div.infoCandLot {
            width: 32% !important;
        }

    .ViewReservation div.PnlInfoPersonne,
    .ViewReservation div.PnlDetailGarant,
    .ViewReservation .PnlDetailColoc {
        width: 90%;
    }
}

/* UCEtatCandidature */

select.DdlTypeEtat {
    /*-webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;*/
    /*background-image: url(../design/imagesV2/fond_select.png);*/
    /*background-position: 97% -4px;
   background-repeat: no-repeat;*/
    border: 1px solid #dfdfdf !important;
    color: #434343;
    font-size: inherit;
    overflow: hidden;
    /*padding: 5px 10px !important;*/
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    background-color: #dfdfdf;
    margin-right: 43px;
}

div.RadGridEtatLotsEnCours {
    width: 100% !important;
    overflow: auto;
    padding-bottom: 30px;
}

/* UCGestionColoc */

.ViewReservation .PnlDetailColoc .menuContenu {
    bottom: 20px;
    top: inherit;
    left: 50%;
    border: none;
    margin: 0 0 0 -113px;
}

    .ViewReservation .PnlDetailColoc .menuContenu.fixed {
        position: absolute !important;
    }

.PnlDetailColoc {
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    padding: 20px 20px 80px 20px;
}

    .PnlDetailColoc .RadGrid_Default {
        background: none;
    }

.RadGrid_Default thead tr {
    background: none !important;
}

/*
    DATEPICKER    
*/

div.ui-datepicker {
    right: 30px !important;
    margin-top: -1px;
    z-index: 1000 !important;
}

div#ui-datepicker-div {
    background-color: #434343;
    border: 1px solid #000;
}

table.ui-datepicker-calendar {
    width: 100%;
}

    table.ui-datepicker-calendar td a.ui-state-default {
        text-decoration: none;
    }

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    color: #FFF !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-next span {
        margin-left: -20px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-widget {
    background: #434343;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker {
    padding: 0;
}

.ui-datepicker-header {
    border: none;
    background: transparent;
    font-weight: normal;
    font-size: 14px;
}

    .ui-datepicker-header .ui-state-hover {
        background: transparent;
        border-color: transparent;
        cursor: pointer;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

.ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #FFF;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: .9em;
    border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: url(images/ui-icons_ffffff_256x240.png);
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    padding: 1em 0;
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    border: none;
    border-top: 1px solid #525252;
}

.ui-datepicker td {
    background: #ff6600;
    border: none;
    padding: 0;
}

td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: .5em;
    margin: 0;
    font-weight: normal;
    color: #efefef;
    font-size: 14px;
}

.ui-state-disabled {
    opacity: 1;
}

    .ui-state-disabled .ui-state-default {
        color: #fba49e;
    }

td .ui-state-active,
td .ui-state-hover {
    background: #434343;
    color: #FFF !important;
}


@media screen and (max-width: 1225px) {
    #ctl00_CPH1_ucMesIdentifiants_ucChangePasswordConnecte_ucSaisieQuestionEtPassword_ucSaisiePassword_lblPwdMonProfil {
        width: 34%;
    }
}

@media screen and (max-width: 1243px) {
    .SEPAInfoPrlvPDF {
        height: 130px;
    }
}

@media screen and (max-width: 803px) {
    .SEPAInfoPrlvPDF {
        height: 170px;
    }
}

/*
    DESIGN TABLETTE        
*/

@media screen and (max-width: 1024px) {


    .accueil_fiche_middle {
        display: block;
    }

    #wrapperMenu.yui-b {
        float: none;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 50px 0 0 0;
        width: 90px;
        /*background-color: #434343;*/
        height: 100%;
        z-index: 1010;
        /*background-image: url(../design/imagesV2/logo_thetranet_tablette.png) !important;
        background-position: center 19px;
        background-repeat: no-repeat;*/
        background: #434343 url(../design/imagesV2/logo_thetranet_tablette.png) center 19px no-repeat !important;
    }


    #bd .ViewBienvenue h2 {
        font-size: 12px;
        float: none;
        border: 1px solid #434343;
        text-align: center;
        position: absolute;
        padding: 10px 0;
        top: 0;
        left: 0;
        margin: 25px 30px 30px 30px;
        width: 93.8%;
    }

    #document {
        width: auto;
        min-width: 768px;
    }

    .wrapperContenu {
        margin-top: 0;
    }

    .yui-t2 #yui-main .yui-b {
        background-color: #FFF;
        margin-left: 90px;
        padding: 20px 30px 70px 30px;
        margin-right: 0;
        margin-bottom: 0;
        min-height: 480px;
        position: relative;
    }

    #menuContenu, .menuContenu {
        top: 20px;
    }

    #hd {
        top: 0;
        left: 0;
        width: 90px;
        background: #333;
        padding: 0;
        height: 50px;
        border-bottom: 1px solid #333;
        color: #434343;
        text-align: right;
        z-index: 1011;
    }

        #hd span.clTexteEntete,
        #hd span.lblIdentity {
            display: none;
        }

        #hd .iconeCompteHeader {
            margin-top: 0;
        }

        #hd.hdListeCompte {
            border: none;
            padding: 0 20px;
        }

        #hd > span {
            line-height: 50px;
            padding-left: 20px;
            padding-right: 5px;
            vertical-align: top;
        }

    #ft .wrapperColFt {
        margin-left: 90px;
    }

    /*
        MENU QUALITE
    */

    ul#ctl00_CPH1_menuQualite,
    ul#ctl00_CPH1_menuQualiteCS {
        position: absolute;
        border-top: 1px solid #333;
        bottom: 50px;
        left: 0;
        width: 90px;
        height: 40px;
    }

        ul#ctl00_CPH1_menuQualite li {
            width: 100%;
        }

        ul#ctl00_CPH1_menuQualite > li > a,
        ul#ctl00_CPH1_menuQualiteCS > li > a {
            display: block;
            margin-right: 1px;
            text-transform: uppercase;
            font-size: 11px;
            text-decoration: none;
            color: #434343;
            line-height: 40px;
            margin-bottom: 0;
            padding-left: 10px;
            font-weight: bold;
            background-color: #FFF;
            text-indent: -999em;
            height: 40px;
            text-indent: inherit;
        }

        ul#ctl00_CPH1_menuQualite.menuQualiteCO > li:first-child > a,
        ul#ctl00_CPH1_menuQualiteCS.menuQualiteCO > li:first-child > a {
            background: #434343 url(../design/imagesV2/icone_rollover.png) right top no-repeat;
            width: 90px !important;
        }

            ul#ctl00_CPH1_menuQualite.menuQualiteCO > li:first-child > a:hover,
            ul#ctl00_CPH1_menuQualiteCS.menuQualiteCO > li:first-child > a:hover {
                color: #FFF;
                background: #434343 url(../design/imagesV2/icone_rollover.png) right top no-repeat;
            }

        ul#ctl00_CPH1_menuQualite > li > a:hover {
            background-color: #434343;
            color: #FFF;
        }

        ul#ctl00_CPH1_menuQualite.menuQualiteCO > li {
            display: none;
            position: fixed;
            z-index: 1000;
            width: 100%;
            left: 40%;
            top: 150px;
            z-index: 100001;
        }

            ul#ctl00_CPH1_menuQualite.menuQualiteCO > li:first-child {
                display: block;
                position: inherit;
                top: 0;
                left: 0;
            }

                ul#ctl00_CPH1_menuQualite.menuQualiteCO > li:first-child a {
                    text-indent: -999em;
                }

            ul#ctl00_CPH1_menuQualite.menuQualiteCO > li a {
                width: 250px !important;
                text-indent: inherit;
                padding-left: 0;
            }

            ul#ctl00_CPH1_menuQualite.menuQualiteCO > li:last-child {
                display: none;
                top: 190px;
            }

        ul#ctl00_CPH1_menuQualite li:first-child {
            display: none;
        }

        ul#ctl00_CPH1_menuQualite a.selectCO,
        ul#ctl00_CPH1_menuQualite a.selectPO,
        ul#ctl00_CPH1_menuQualite a.selectLO,
        ul#ctl00_CPH1_menuQualite a.selectFO,
        ul#ctl00_CPH1_menuQualite a.selectPL {
            background-color: #434343;
            text-indent: -999em;
            background-position: 20px center !important;
            background-repeat: no-repeat !important;
        }

        ul#ctl00_CPH1_menuQualite a.selectCO,
        ul#ctl00_CPH1_menuQualite.menuQualiteCO li.lkBtQualiteEnCours a span,
        span.selectCOCS {
            background-image: url(../design/imagesV2/menu_qualite_tablette_copro.png) !important;
            display: block;
            background-repeat: no-repeat;
            background-position: center center;
        }

            ul#ctl00_CPH1_menuQualite.menuQualiteCO li.lkBtQualiteEnCours a span.noselectCOCS {
                background-image: url(../design/imagesV2/menu_qualite_tablette_cs.png) !important;
            }

            span.selectCOCS:hover {
                background-position: center center !important;
            }

        ul#ctl00_CPH1_menuQualite a.selectPO,
        span.selectPO {
            background-image: url(../design/imagesV2/menu_qualite_tablette_prop.png) !important;
        }

        ul#ctl00_CPH1_menuQualite a.selectLO,
        span.selectLO {
            background-image: url(../design/imagesV2/menu_qualite_tablette_loca.png) !important;
        }

        ul#ctl00_CPH1_menuQualite a.selectFO,
        span.selectFO {
            background-image: url(../design/imagesV2/menu_qualite_tablette_four.png) !important;
        }

        ul#ctl00_CPH1_menuQualite.menuQualiteCO a.selectCO,
        a.selectCOCS,
        a.selectCS {
            background-color: #FFF;
            background-image: url(../design/imagesV2/qualite_select.png) !important;
            background-position: 10px center !important;
            background-repeat: no-repeat;
        }

            a.selectCO:hover,
            a.selectCOCS:hover,
            a.selectCS:hover {
                background-color: #434343 !important;
                background-position: right bottom !important;
            }

        ul#ctl00_CPH1_menuQualite li a.clTexteSelect, ul#ctl00_CPH1_menuQualite li a.selectCOCS, ul#ctl00_CPH1_menuQualite li a.selectCO, ul#ctl00_CPH1_menuQualite li a.selectPO, ul#ctl00_CPH1_menuQualite li a.selectFO, ul#ctl00_CPH1_menuQualite li a.selectLO {
            color: #FFF;
            background-color: #434343 !important;
            background-position: 10px center !important;
            background-repeat: no-repeat;
        }

    ul.menuCategories {
        padding-top: 10px;
        border-top: 1px solid #333;
        font-family: 'Roboto Condensed', Arial, sans-serif;
    }

        ul.menuCategories li.actif,
        ul.menuCategories li a.actif {
            background-image: url(../design/imagesV2/select_menu_tablette.png) !important;
            background-position: center right !important;
            background-repeat: no-repeat !important;
        }

        ul.menuCategories li a {
            display: block;
            position: relative;
            /*text-indent: -999em;*/
            width: 80px;
            /*background-color: transparent;*/
            /*background-position: center 10px;*/
            vertical-align: middle;
            padding: 24px 5px 20px 5px;
            text-align: center;
            line-height: inherit;
            font-size: 9px;
        }

            ul.menuCategories li a:hover {
                color: #FFF;
                text-decoration: none;
            }

            ul.menuCategories li.actif a,
            ul.menuCategories li a.actif {
                background-position: center 10px;
                background-color: transparent;
            }

                ul.menuCategories li.actif a:hover {
                    background: none;
                    background-color: transparent;
                    background-position: center 10px;
                    background-repeat: no-repeat;
                }


        ul.menuCategories li.actif,
        ul.menuCategories li.accueil a.actif {
            text-decoration: none;
        }

        ul.menuCategories li a span.tn-icon {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 18px;
            width: 100%;
            margin: 0;
        }

    /* ICONES CP */

    /*ul.menuCategories li.accueil
        {
            background-position: center 10px;
            background-image: url(../design/imagesV2/accueil.png) !important;
        }

            ul.menuCategories li.accueil a
            {
                background: none;
            }

        ul.menuCategories li.coordonnees a 
        {
            background-image: url(../design/imagesV2/info.png) !important;
        }

        ul.menuCategories li.contacts a 
        {
            background-image: url(../design/imagesV2/contact.png) !important;
        }

        ul.menuCategories li.compte a 
        {
            background-image: url(../design/imagesV2/periode_encours.png) !important;
        }


        ul.menuCategories li.prelevement a 
        {
            background-image: url(../design/imagesV2/prelevement.png) !important;
        }

        ul.menuCategories li.carteBancaire a 
        {
            background-image: url(../design/imagesV2/reglement.png) !important;
        }


        ul.menuCategories li.documents a 
        {
            background-image: url(../design/imagesV2/document.png) !important;
        }

        ul.menuCategories li.extranet a 
        {
            background-image: url(../design/imagesV2/extranet.png) !important;
        }

        ul.menuCategories li.infosPratiques a 
        {
            background-image: url(../design/imagesV2/infos_pratiques.png) !important;
        }*/

    /* ICONES CS */

    /*ul.menuCategories li.rgdd a 
        {
            background-image: url(../design/imagesV2/rgdd.png) !important;
        }

        ul.menuCategories li.budget a 
        {
            background-image: url(../design/imagesV2/budget.png) !important;
        }

        ul.menuCategories li.balance a 
        {
            background-image: url(../design/imagesV2/balance.png) !important;
        }

        ul.menuCategories li.os a 
        {
            background-image: url(../design/imagesV2/OS.png) !important;
        }

        ul.menuCategories li.contrats a 
        {
            background-image: url(../design/imagesV2/contract.png) !important;
        }

        ul.menuCategories li.dossiers a 
        {
            background-image: url(../design/imagesV2/dossiers.png) !important;
        }*/

    /* ICONES PR */

    /*ul.menuCategories li.periodePrecedente a 
        {
            background-image: url(../design/imagesV2/periode_precedente.png) !important;
        }

        ul.menuCategories li.periodeEnCours a 
        {
            background-image: url(../design/imagesV2/periode_encours.png) !important;
        }

        ul.menuCategories li.periodeAVenir a 
        {
            background-image: url(../design/imagesV2/periode_venir.png) !important;
        }

        ul.menuCategories li.mesLocataires a 
        {
            background-image: url(../design/imagesV2/locataire.png) !important;
        }*/

    /* ICONES FO */

    /*ul.menuCategories li.devis a 
        {
            background-image: url(../design/imagesV2/appel_offre.png) !important;
        }

        ul.menuCategories li.ordresBancaires a 
        {
            background-image: url(../design/imagesV2/ordreBancaire.png) !important;
        }

        ul.menuCategories li.factures a 
        {
            background-image: url(../design/imagesV2/facture.png) !important;
        }*/

    .iconeCompteHeader > a {
        display: block;
        height: 50px;
        width: 90px;
        background: url(../design/imagesV2/icone_compte_header_tablette.png) center bottom no-repeat;
        text-indent: -999em;
        cursor: pointer;
    }


        .iconeCompteHeader > a.iconeFemme {
            background: url(../design/imagesV2/icone_compte_header_femme_tablette.png) center bottom no-repeat;
        }

        .iconeCompteHeader > a:hover {
            background-color: #333;
        }

    .popupCompte {
        top: 35px;
        left: 55px;
    }

    .ImageButtonDeconnexionCompte {
        display: none;
    }

    .AfficheNbNotif {
        top: 4px;
        right: 14px;
    }

    /*
        EXTRANET    
    */

    .ViewExtranetFaq .lblTitre,
    .ViewExtranetMesDemandes .lblTitre,
    .ViewExtranetMesDemandes .lblTitre,
    .ViewExtranetSVPEvenement .lblTitre,
    .ViewExtranetSVPNouveauDossier .lblTitre,
    .ViewExtranetEnvoiDocument .lblTitre,
    .ViewExtranetSVPDossier .lblTitre {
        top: 20px;
    }

    .pnlMenuSVP,
    .ViewExtranetSVPDossier a.btnRetour,
    .ViewExtranetSVPEvenement input.btnRetour {
        top: 25px;
    }

    /* POSITION FIXED SUR TABLETTE */

    .fixedH2 {
        height: 50px;
    }

        .fixedH2.fixed {
            width: 100% !important;
            margin-left: 50px;
            border-top: none;
        }

    #bd h2.fixed {
        margin: 10px 0 0 120px;
    }

    .menuContenu.fixed, #menuContenu.fixed {
        margin: 10px 30px 0 0;
    }

    .pnlMenuSVP.fixed, .ViewExtranetSVPDossier a.btnRetour.fixed, .ViewExtranetSVPEvenement input.btnRetour.fixed {
        left: 120px;
        top: 10px;
        margin: 0;
        z-index: 999;
    }

    .lblTitre.fixed {
        top: 5px !important;
        margin-left: 155px !important;
    }

    .ViewExtranetSVPDossier .lblTitre.fixed {
        top: 5px !important;
        margin-left: 155px !important;
    }

    #bd .ViewBienvenue h2.fixed {
        position: fixed;
        margin: 10px 0 0 100px;
        color: #434343;
        border: none;
    }
}

@media screen and (min-width: 1600px) {
    /*#ft {
        right: 0;
        top: 0;
        bottom: inherit;
        width: 18%;
        height: 100%;
        position: fixed !important;
        z-index: 991;
    }*/

    .mesIdfConteneur {
        width: 80%;
    }

    /*#ft .wrapperColFt {
        margin-left: 0;
        background-color: #bababa;
        overflow: hidden;
        height: 100%;
        flex-direction: column;
    }

    #ft #col1,
    #ft #col2,
    #ft #ctl00_CPH1_col3 {
        float: none;
        position: relative;
        padding: 30px 7%;
        width: 86% !important;
    }

    #ft #col1 {
        padding-top: 40px;
        background-color: #c7c7c7;
    }

    #ft .wrapperCol .col {
        width: inherit !important;
        float: none !important;
        padding: 0 0 0 0 !important;
    }*/

    /*.yui-t2 #yui-main .yui-b {
        margin-right: 18%;
    }*/

    .menuContenu.fixed,
    #menuContenu.fixed {
        right: 18%;
        top: 0;
    }
}

/*
    PERSONNALISATION SCROLLBAR WEBKIT    
*/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #c7c7c7;
}

::-webkit-scrollbar-thumb {
    /*background: -webkit-linear-gradient(left, #547c90, #002640);*/
    background: #bababa;
    border: 1px solid #999;
    /*box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);*/
}

    ::-webkit-scrollbar-thumb:hover {
        background: #8c8c8c;
    }


@media screen and (max-height: 700px) {
    #wrapperMenu.yui-b {
        background: #434343 !important;
    }


    .mesIdfConteneur {
        width: 60%;
    }

    .titreUlRptEvenements {
        width: 46% !important;
    }
}

@media screen and (max-height: 00px) {

    .titreUlRptEvenements {
        width: 46% !important;
    }
}

/*
    DESIGN AG SIMPLIFIE    
*/

.ViewControleurAG h2 {
    position: absolute;
    left: 30px;
    top: 30px;
    border-bottom-width: 0 !important;
}

#bd .ViewControleurAG h2.h2InitAG {
    /*border-bottom: 1px solid #ff6600 !important;*/
    border-bottom-width: 1px !important;
}

.ViewControleurAG h2 span {
    color: #ff6600;
}

.LblControleur {
    display: none;
}

.lblTest {
    display: block;
    padding: 30px;
    border: 1px solid #dfdfdf;
    background-color: #f0f0f0;
    margin-bottom: 30px;
    line-height: 18px;
}

.boiteAG {
    border: 1px solid #434343;
    width: 20.5%;
    height: 130px;
    float: right;
    margin-left: 1.5%;
    padding: 1.5%;
    position: relative;
    margin-bottom: 30px;
}

.pnlBtnVote {
    text-align: center;
    padding-top: 30px;
}

    .pnlBtnVote a {
        display: inline-block;
        text-decoration: none;
    }

.divInfosAG {
    float: left;
    width: 38%;
    line-height: 20px;
    padding-top: 13px;
}

    .divInfosAG > p {
        padding-top: 30px;
    }

    .divInfosAG b {
        font-size: 14px;
    }

    .divInfosAG .LblErreur {
        display: block;
        padding-top: 10px;
        font-weight: bold;
        color: red;
    }

.LnkBtnCommencer {
    text-decoration: none;
}

.boiteAG b {
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 64px;
    font-weight: normal;
}

    .boiteAG b span {
        font-size: 31px;
        font-weight: normal;
    }

.liLstVotant {
    background-color: #F0F0F0;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    line-height: 33px;
    font-size: 11px;
    padding-left: 10px;
}

    .liLstVotant span.LblQualite {
        font-weight: bold;
    }

    .liLstVotant span.LblNom {
        text-transform: uppercase;
    }

    .liLstVotant span.LblPrenom,
    .pnlRecapSelection span.LblPrenom,
    .liLstVotant span.LblPrenomVotant,
    .ulLstCandidat span.LblPrenomCandidat,
    .divVoteCS .LblCandidatAVoter {
        text-transform: capitalize;
    }

    .liLstVotant:hover,
    .liLstReso:hover {
        background-color: #FEFFC8;
    }

    .liLstVotant table.RblPresence,
    .liLstVotant table.RblVote {
        float: right;
        width: 30%;
    }

        .liLstVotant table.RblPresence td,
        .liLstVotant table.RblVote td {
            width: 33%;
            text-align: center;
            padding: 10px 0;
            position: relative;
        }

            .liLstVotant table.RblPresence td.activeP,
            .liLstVotant table.RblVote td.activeP {
                background: #bcdaae;
            }

            .liLstVotant table.RblPresence td.activeR,
            .liLstVotant table.RblVote td.activeR {
                background: #f5d7b4;
            }

            .liLstVotant table.RblPresence td.activeA,
            .liLstVotant table.RblVote td.activeA {
                background: #eabdbd;
            }

            .liLstVotant table.RblPresence td label,
            .liLstVotant table.RblVote td label {
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
                text-indent: -999em;
            }

ul.enteteUlLstVotant,
ul.enteteUlLstReso {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

ul.enteteUlLstReso {
    padding-left: 10px;
}

    ul.enteteUlLstVotant li,
    ul.enteteUlLstReso li {
        float: left;
        font-weight: bold;
        width: 10%;
        text-align: center;
        padding: 5px 0;
    }

        ul.enteteUlLstVotant li a {
            text-decoration: underline;
            cursor: pointer;
        }

            ul.enteteUlLstVotant li a:hover {
                text-decoration: none;
            }

        ul.enteteUlLstVotant li:first-child {
            width: 70%;
        }

/* Liste réso recap */

.clearBoth {
    clear: both;
}

.liLstReso {
    background-color: #F0F0F0;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    font-size: 11px;
    padding-left: 10px;
}

    .liLstReso span,
    ul.enteteUlLstReso li {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 16%;
        text-align: center;
    }

ul.enteteUlLstReso li {
}

    .liLstReso span:first-child,
    ul.enteteUlLstReso li:first-child {
        width: 50%;
        text-align: left;
    }

/* Selection d'un candidat */

#ulLstCopro {
    float: left;
    width: 75%;
}

    #ulLstCopro .liLstCopro {
        float: left;
        width: 19%;
        position: relative;
        height: 40px;
        padding-top: 70px;
        border: 1px solid #FFF;
        text-align: center;
        background: url(../design/imagesV2/icone_homme_copro_ag.png) center 15px no-repeat;
        margin: 0;
        opacity: 0.3;
        text-transform: capitalize;
    }

        #ulLstCopro .liLstCopro:hover {
            border-color: #dfdfdf;
            opacity: 0.5;
        }

        #ulLstCopro .liLstCopro table,
        #ulLstCopro .liLstCopro input {
            position: absolute;
            right: 10px;
            top: 8px;
            display: block;
            z-index: 0;
        }

        #ulLstCopro .liLstCopro label {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            width: 100%;
            height: 110px;
            text-indent: -999em;
            z-index: 99;
        }

        #ulLstCopro .liLstCopro.activeSelCopro {
            opacity: 1;
        }

.RblSePresente {
    display: none;
}

.pnlRecapSelection {
    width: 21%;
    min-height: 210px;
    margin-bottom: 40px;
    float: right;
    margin-top: -40px;
    border: 1px solid #434343;
    position: relative;
    padding-bottom: 70px;
}

    .pnlRecapSelection h4 {
        font-weight: bold;
        font-size: 14px;
        padding: 20px;
    }

    .pnlRecapSelection ul {
        padding-left: 30px;
    }

        .pnlRecapSelection ul li {
            list-style-type: disc;
            padding-bottom: 2px;
        }

    .pnlRecapSelection .BtnVote {
        position: absolute;
        bottom: 10px;
        width: 90%;
        margin: 0 5%;
        white-space: pre-wrap;
    }

/* Vote pour candidat */

ul.ulLstCandidatSelection {
    text-align: center;
}

div.divVoteCS {
    display: none;
    background-color: #FFF;
    margin: 0 20%;
    position: fixed;
    width: 60%;
    height: 92%;
    left: 0;
    top: 0;
    z-index: 999999;
    padding: 3% 20px 5% 20px;
    overflow-y: auto;
}

ul.ulLstCandidatSelection li {
    background: url(../design/imagesV2/icone_homme_copro_ag_medium.png) center top no-repeat;
    display: inline-block;
    padding-top: 46px;
    width: 90px;
    vertical-align: top;
}

ul.ulResultatVoteCS {
    padding-top: 40px;
    text-align: center;
}

    ul.ulResultatVoteCS li {
        display: inline-block;
        width: 200px;
        vertical-align: top;
    }

        ul.ulResultatVoteCS li span {
            display: block;
            padding-top: 86px;
            padding-left: 20px;
            padding-right: 20px;
        }

            ul.ulResultatVoteCS li span.resoOK {
                color: #609546;
                background: url(../design/imagesV2/ag_resolution_approuvee.png) center top no-repeat;
            }

            ul.ulResultatVoteCS li span.resoNOK {
                color: #af4949;
                background: url(../design/imagesV2/ag_resolution_refusee.png) center top no-repeat;
            }

.ulLstCandidat {
    text-align: center;
    padding-top: 15px;
}

    .ulLstCandidat > li {
        display: inline-block;
        position: relative;
        width: 160px;
        height: 130px;
        margin: 0;
        background: #f0f0f0 url(../design/imagesV2/icone_homme_copro_ag.png) center 20px no-repeat;
        vertical-align: top;
        padding-top: 60px;
        margin: 0 5px 10px 5px;
        padding-right: 10px;
        padding-left: 10px;
    }

        .ulLstCandidat > li > h3 {
            color: #434343 !important;
            padding-top: 20px;
            padding-bottom: 30px !important;
            font-size: 14px !important;
        }

.ulLstVotepourCandidat {
    text-align: left;
}

.divResCandVoteCS {
    display: none;
    position: absolute;
    bottom: 22px;
    width: 160px;
}

a.lkVoteCS {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 50px;
    padding: 5px 10px;
    color: #FFF;
    background: #434343;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 -36px;
    border: 1px solid #434343;
}

    a.lkVoteCS:hover {
        background-color: #FFF;
        color: #434343;
        text-decoration: none;
    }

a.lkValiderVote {
    display: block;
    width: 80px;
    padding: 8px 15px;
    margin: 20px auto 100px auto;
}

span.nbPourVoteCS,
span.nbAbstVoteCS,
span.nbContreVoteCS {
    display: inline-block;
    padding-top: 20px;
    width: 28px;
    text-align: center;
}

span.nbPourVoteCS {
    background: url(../design/imagesV2/icone_nb_vote_pour.png) center top no-repeat;
}

span.nbAbstVoteCS {
    background: url(../design/imagesV2/icone_nb_vote_abst.png) center top no-repeat;
}

span.nbContreVoteCS {
    background: url(../design/imagesV2/icone_nb_vote_contre.png) center top no-repeat;
}

div#ucVoteCS div.pnlBtnVote.pnlVoteMembre {
    display: none;
}

/* RESO */

div.descriptionReso {
    padding-bottom: 20px;
}

    div.descriptionReso span {
        display: block;
    }

        div.descriptionReso span.LblResolution {
            font-weight: normal;
        }

        div.descriptionReso span.LblResolutionTitre {
            font-weight: bold;
            font-size: 14px;
            padding-bottom: 15px;
        }

div.resultatReso {
    text-align: center;
}

    div.resultatReso span.LblResoVote {
        font-size: 14px;
        font-weight: bold;
    }

    div.resultatReso span.LblRes {
        display: block;
        width: 100px;
        margin: auto;
        margin-top: 30px;
        padding-top: 86px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

div.resoOK span.LblRes {
    color: #609546;
    background: url(../design/imagesV2/ag_resolution_approuvee.png) center top no-repeat;
}

div.resoNOK span.LblRes {
    color: #af4949;
    background: url(../design/imagesV2/ag_resolution_refusee.png) center top no-repeat;
}

div.commentairesResoAG {
    position: relative;
}

    div.commentairesResoAG > a {
        text-decoration: underline;
        cursor: pointer;
        padding: 4px 0 4px 20px;
        background: url(../design/imagesV2/icone_ajout_commentaire_reso.png) left center no-repeat;
    }

        div.commentairesResoAG > a:hover {
            text-decoration: none;
        }

    div.commentairesResoAG .wrapperTxtResoPv {
        display: none;
        top: 25px;
        left: 0;
        position: absolute;
        width: 40%;
        z-index: 9;
        padding: 1px 1px 0 1px;
        background-color: #434343;
    }

        div.commentairesResoAG .wrapperTxtResoPv a {
            display: block;
            float: right;
            line-height: 25px;
            padding: 0 10px;
            color: #FFF;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

            div.commentairesResoAG .wrapperTxtResoPv a:hover {
                background-color: #000;
            }

    div.commentairesResoAG textarea {
        height: 151px;
        width: 100%;
        border: none !important;
    }

/* RECAP AG */

span.LblApprouve {
    display: block;
    height: 17px;
    text-indent: -999em;
}

    span.LblApprouve.etatResoO {
        background: url(../design/imagesV2/etat_solde.png) center center no-repeat;
    }

    span.LblApprouve.etatResoN {
        background: url(../design/imagesV2/etat_annule.png) center center no-repeat;
    }

.ViewControleurAG #ucRecapAG .iconeAction {
    text-indent: inherit;
    width: auto;
    background-position: right top !important;
    text-decoration: none;
    font-size: 11px !important;
    padding-right: 40px !important;
    padding-left: 10px !important;
}

    .ViewControleurAG #ucRecapAG .iconeAction.iconePrint {
        font-size: 11px !important;
    }

.titre .LblApprouve {
    display: none !important;
}

tr.sousVote td:first-child {
    padding-left: 30px !important;
}

/* PROGRESS BAR */

div.progressbarAvancement {
    position: absolute;
    top: 67px;
    left: 28px;
    width: 237px;
    height: 6px;
    background: #FFF url(../design/imagesV2/fond_progress_bar.png) left center repeat-x;
    border: none;
    overflow: visible;
}

    div.progressbarAvancement.ui-corner-all {
        border-radius: 0;
    }

    div.progressbarAvancement .ui-widget-header {
        position: relative;
        background: #ff6600;
        border: none;
        border-radius: 0;
        margin: 0;
        box-shadow: 0 0 2px #fc7a22;
        margin: 2px 0 0 0;
        height: 2px;
    }

    div.progressbarAvancement .ui-progressbar-value span {
        display: block;
        position: absolute;
        right: -17px;
        top: 0;
        font-size: 11px;
        font-weight: normal;
        color: #ff6600;
        width: 35px;
        text-align: center;
        padding-top: 8px;
        background: url(../design/imagesV2/avancement_ag.png) center top no-repeat;
    }

.ucFacturesProprietairePeriode-wrapper {
    position: relative;
}

.pnlSaisieDate .arrowTop:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    content: " ";
    position: absolute;
    top: -10px;
    right: 10px;
}

.ucFacturesProprietairePeriode-wrapper .pnlSaisieDate {
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 0;
    width: 300px;
    height: 160px;
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 3px 13px rgba(0,0,0,0.4);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    text-align: left;
    visibility: hidden;
}

    .ucFacturesProprietairePeriode-wrapper .pnlSaisieDate.tn-is-visible {
        opacity: 1;
        top: 45px;
        visibility: visible;
    }

    .ucFacturesProprietairePeriode-wrapper .pnlSaisieDate input[type=text] {
        background-color: #dfdfdf;
    }

.wrapper-date-debut,
.wrapper-date-fin {
    float: left;
    width: 50%;
}

    .wrapper-date-debut span,
    .wrapper-date-debut input,
    .wrapper-date-fin span,
    .wrapper-date-fin input {
        display: block;
        float: left;
    }

    .wrapper-date-debut span,
    .wrapper-date-fin span {
        width: 30px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: #f0f0f0;
        border: 1px solid #f0f0f0;
    }

    .wrapper-date-debut input,
    .wrapper-date-fin input {
        width: 70%;
        padding: 0 !important;
        height: 25px;
        line-height: 25px;
        border: 1px solid #dfdfdf !important;
    }

        .wrapper-date-debut input:focus,
        .wrapper-date-fin input:focus {
            border-color: #000 !important;
        }

.wrapper-btn-facture-periode {
    position: absolute;
    bottom: 20px;
    width: 300px;
    text-align: right;
}

.lblExplications {
    display: block;
    padding-bottom: 15px;
    line-height: 14px;
}

.btnOpenPanelFacturePeriode {
    text-indent: 0;
    text-align: center;
}

.ucFacturesProprietairePeriode-wrapper .display-error {
    clear: both;
    padding-top: 5px;
}

.btnOpenPanelFacturePeriode:before {
    content: '\f019';
    font-family: TNFont;
    font-size: 18px;
}

.pnlNoFactures {
    position: fixed;
    width: 400px;
    height: 30px;
    line-height: 30px;
    left: 50%;
    margin-left: -200px;
    top: 50px;
    background-color: red;
    text-align: center;
    box-shadow: 0 1px 2px -1px #bababa;
    background: #feffc8;
    border: 1px solid #f6ec82;
    z-index: 99;
    font-size: 11px;
}

.btn-close-panel {
    float: right;
    padding-right: 5px;
}

a.btn-close-panel {
    text-decoration: underline;
    cursor: pointer;
}

    a.btn-close-panel:hover {
        text-decoration: none;
    }

.ucFacturesProprietairePeriode-wrapper {
    float: right;
    border-bottom: 1px solid white;
}

.menuContenu > input {
    border-right: solid white;
    border-width: 1px !important;
}

.pnlBoutonsDetail > input {
    border-right: solid white;
    border-width: 1px !important;
}

.diagnostic-box {
    border: solid 1px #f0f0f0;
    background-color: #f0f0f0;
    margin-bottom: 30px;
    padding: 5px;
    position: relative;
    min-height: 156px;
}

.diag-type {
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 0 25px;
}

#diagnostics .swiper-pagination-bullet {
    background: #dfdfdf;
    opacity: 1;
    display: none;
}

#diagnostics .swiper-pagination-bullet-active {
    background: #434343;
    display: none;
}

#diagnostics .nav-buttons {
    float: right;
}

    #diagnostics .nav-buttons a {
        cursor: pointer;
        margin: 0 5px;
    }

.diag-date-wrapper {
}

.diag-note-dpe-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
    padding: 10px 10px 0 10px;
    flex-wrap: wrap;
}

    .diag-note-dpe-wrapper > div {
        padding: 0 10px 10px;
    }

.diag-date-wrapper > span {
    display: block;
    font-size: 11px;
}

.diag-lot {
    display: block;
    padding-top: 2px;
    font-size: 10px;
}

.diag-ged-wrapper {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 5px;
    right: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    overflow: visible;
    position: absolute;
}

    .diag-ged-wrapper a {
        color: #434343;
        text-decoration: none;
    }

.diag-fichier-liste {
    display: none;
    position: fixed;
    width: 300px;
    background-color: #FFF;
    text-align: left;
    font-size: 12px;
    box-shadow: 0 3px 13px rgba(0,0,0,0.4);
    z-index: 9;
}

    .diag-fichier-liste:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #FFF;
        content: " ";
        position: absolute;
        bottom: -10px;
        right: 10px;
    }

    .diag-fichier-liste li a {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        color: #434343;
    }

        .diag-fichier-liste li a:first-child {
            padding-top: 10px;
        }

        .diag-fichier-liste li a:last-child {
            padding-bottom: 10px;
        }

        .diag-fichier-liste li a:hover {
            background-color: #f0f0f0;
        }

.lblNodiag {
    line-height: 26px;
}


.g-recaptcha > div {
    display: block;
    position: relative;
    margin: 10px auto;
}


iframe#iframedocument {
    height: 100%;
    width: 100%;
}

.wrapperDocImage img {
    width: 100%;
}

.Mentionlegale {
    margin-top: 70px;
}

.pnlFilterbar {
    background-color: #dfdfdf;
    padding: 20px;
    margin-bottom: 20px;
}

    .pnlFilterbar > div,
    .pnlFilterbar > span {
        margin-bottom: 10px;
    }

    .pnlFilterbar input[type=text], .pnlFilterbar input[type=password], .pnlFilterbar textarea, .pnlFilterbar select, #document .pnlFilterbar input:disabled {
        border: none !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        background-color: transparent !important;
    }

#document .pnlFilterbar .riTextBox {
    background-color: #FFF !important;
}

#document .pnlFilterbar .rbDecorated, .RadButton_Default.rbSkinnedButton {
    background: #434343 !important;
    background-image: none !important;
    color: #fff;
    padding-left: 0px !important;
    font-weight: bold;
}

#document .pnlFilterbar .riSingle .riContentWrapper {
    width: 90% !important;
}

.pnlFilterbar .RadInput .riLabel {
    width: 10% !important;
}

.checkCloses {
    margin: 0 20px;
    display: inline-block;
}

    .checkCloses > label {
        vertical-align: bottom;
    }

.RadWindow .rwIcon:before {
    display: none !important;
}

.lblfooter {
    display: block;
}

.lblfooterInLine {
    display: inline-block;
}

.RadToolTip.rtShadow {
    box-shadow: 2px 3px 4px #828282;
    z-index: 1000000 !important;
}

.rtContent {
    text-align: left;
}

    .rtContent li a {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        color: #434343;
        font-size: 12px;
    }

        .rtContent li a:first-child {
            padding-top: 10px;
        }

        .rtContent li a:last-child {
            padding-bottom: 10px;
        }

        .rtContent li a:hover {
            background-color: #f0f0f0;
        }


.pnlDPEGES {
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
}

.btnDPEGES {
    padding: 0 .2rem;
    font-size: 0.7rem;
    height: 1.5rem;
    color: #fff;
    font-family: OpenSansSemiBold,sans-serif;
}

.pnlDPEGES, .btnDPEGES {
    display: flex;
    align-items: center;
}


.Dpe .btnA {
    background: #f6edfe;
    color: #474747;
}

.Dpe .btnC {
    background: #d2adf1;
    color: #474747;
}

.Dpe .btnD {
    background: #c99aef;
    color: #474747;
}

.Dpe .btnE {
    background: #b77ae9;
}


.Dpe .btnF {
    background: #a659e9;
}

.Dpe .btnG {
    background: #8835d9;
}

.Dpe .btnB {
    background: #e4c7fb;
    color: #474747;
}

.Ges .btnA {
    background: #379932;
}

.Ges .btnB {
    background: #3acc31;
}

.Ges .btnC {
    background: #cdfd33;
    color: #474747;
}

.Ges .btnD {
    background: #fbea49;
    color: #474747;
}

.Ges .btnE {
    background: #fccc2f;
    color: #474747;
}

.Ges .btnF {
    background: #fb9c34;
}

.Ges .btnG {
    background: #fa1c1f;
}

.MainPnlGES {
    color: #474747;
    word-wrap: break-word;
}

.CurrentDpeGes {
    font-size: 1.4rem;
    height: 2.0rem;
    padding: 0 .4rem;
    border: 2px solid #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.rcTodayButton,.rcCancelButton
    {
        display:none !important;
    }

.RadCalendarMonthView #rcMView_févr\., .RadCalendarMonthView #rcMView_avr\., .RadCalendarMonthView #rcMView_juin, .RadCalendarMonthView #rcMView_août, .RadCalendarMonthView #rcMView_oct\., .RadCalendarMonthView #rcMView_déc\. {
    border-right: 1px solid;
    border-color: inherit;
    padding-right: 10px;
}
.DateCompteGestion {
    display: inline-block;
    margin-right: 10px;
    margin-top:20px;
}
