/* 
    Created on : 7 nov. 2013, 11:59:58
    Author     : Nicolas
*/
body{
bbackground:url("../img/fond-gris.png?v=20131223") repeat;
color: rgb(105, 125, 178);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
input[type=text], input[type=date], input[type=number], input[type=password]  {
width:100%;
border-radius: 5px;
}
.dataTables_wrapper input[type=text] {
width:100%;
}
.row, .top-bar .row {
max-width: 82.5em;
}



/* top bar override de foundation */
.top-bar-section li a:not(.button), .top-bar, .top-bar.expanded .title-area { 
background-color:#697DB2;
color:#333;
}
.top-bar .name h1 a {
 color:#777;   
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
border-right: solid 1px #CCC;
border-left: solid 1px #FFF;
}
.top-bar-section li a:not(.button), .top-bar-section ul {
background-color:#40527c;
}
.top-bar.expanded .toggle-topbar a { color:#FFF; }
.top-bar.expanded .toggle-topbar a span {
-webkit-box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
}
/* button override de foundation */
.top-bar-section ul li>a.button, .button {
/*background:url("../img/binding_dark.png") repeat;
color:#FEFEFE;
*/
background:rgb(105, 125, 178);
color:white;
border-color:#333; 
}
.btnaction {
background-color:transparent;
color: #888;
border:none;
text-decoration: none;

}

.classAction, .classAction:hover{
    color: #888;
}

.btnombre {
border-color:#BBB;
-webkit-box-shadow: 0 0 15px #AAAAAA;
-moz-box-shadow: 0 0 15px #AAAAAA;
box-shadow: 0 0 15px #AAAAAA;
}
.btnblanc {
    background-color:#FAFAFA;
}
.button:hover, .button:focus, .top-bar-section ul li > a.button:hover {
    background:url("../img/fond.png") repeat;
    color:#697db2;
    border-color:#BBB;
}
a, a:hover, .breadcrumbs li a, h1, h2 {
    color : #40527c;
}
.button a {
    color:#FEFEFE;
}
.button, fieldset, legend {
    border-radius: 5px;
}
a {
    text-decoration: underline;
}
/* ******** */
fieldset {
    background:white;
    /*border:1px solid #CCC;*/
    border: solid 2px #ddd;
}
fieldset fieldset {
    background-color: #FAFAFA;
}

#flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.elmFlex{
    flex: 0 0 16.6%;
}

#valorisation{
    width: 7rem;
}

#kpi{
    width: 5.6rem;
}

.rowFrais{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

#blocActivite{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.boutonConseil {
    background-color: #fcefa1;
    font-size: 10px;
    padding: 1px;
}
.centrer {
    margin:auto;
    max-width:600px;
}
.couleur-blanc {
    background:#FFF;
}
legend {
    color: rgb(105, 125, 178);
}
.fermer {
    float:right;
    color:black;
}
.fermerAccueil{
   position: absolute;
    right: 20px; 
}
.select2-drop {
    /*min-width:50%;*/
}
.select2-container-multi {
    /*min-width:50%;*/
    border-radius: 5px;
}
.select2-choices {
    border-radius: 5px;
    border: 1px solid rgb(204, 204, 204);
}
@media screen and (max-width: 640px) {
    .select2-drop {
        /*width:100%;*/
    }

    #prenom{ 
        display: table-cell;
    }
}
/* creation d'un flou */
img.blur , .blur input[type=file], .blur input[type=text], .blur input[type=date], .blur input[type=number], .blur input[type=password], .blur input[type=email] {
   opacity:0.1;
}

.blur, .blur a, .blur a:hover, .blur legend, .blur .label, .blur li, .blur ul, .blur td, .blur th, .fondblur li a {
   color:transparent;
   text-shadow : 0 0 0.2em #999;
}
.blur a.button, .blur input[type=submit] {
   color:transparent;
   /*
   text-shadow : 0 0 0.2em #FFF;
   box-shadow: 1px 1px 10px #999;
   */
}
.blur fieldset {
    box-shadow: 1px 1px 10px white;
    border:none;
}
body.fondblur {
    background:#DDD;
}
.blur .button {
    /*background:#999;*/
    border:0;
    opacity:0.7;
}
.blur .select2-container {
   opacity:0.2;
}
.blur .label {
    opacity:0.2;
    border:none;
    box-shadow: 1px 1px 10px #999;
}
img.noblur, .noblur {
    opacity:1;
}
/* fenetre popup */
.popup {
    position:fixed;
    z-index:10;
    top:2em;
    display: table;
    width:100%;
    height:100%;
    max-height:600px;
    overflow: scroll;
    text-align:center;
    opacity:0.95;
}
.interieurPopup {
    max-width:600px;
    max-height: 80vh;
    overflow: scroll;
    margin:auto;
    border:1px solid #AAA;
    box-shadow: 1px 1px 30px #CCC;
    position: relative;
}
.popup a.button {
    background:rgb(105, 125, 178);
    color:white;
}

/* fenetre popup V2 */
.popupv2 {
   position: fixed;
    z-index: 10;
    top: 20px;
    display: table;
    width: 100%;
    text-align: center;
    opacity: 0.95;
}

.interieurPopupv2 {
    max-width: 600px;
    margin: auto;
    border: 1px solid #AAA;
    box-shadow: 1px 1px 30px #CCC;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 50px);
}
.popupv2 a.button {
    background:rgb(105, 125, 178);
    color:white;
}

#noblur , #noblurAvantOCR {
    max-height:500px;
    overflow:scroll;
}
.logotfaccueil {
    max-width:70px;
    height:50px;
}
.tfaccueil {
    text-decoration: none;
    font-size:0.7em;
}
/* pour le login */
.login label {
    color:#697db2;
}
.message {
    width:100%;
    margin-top:1em;
}
/* pour les icones */
.icone {
    width:32px;
    background:none;
    border:none;
}

.icone-16{
    width:16px;
}

.icone-24{
    width:24px;
}

.icone-40 {
    width: 40px;
}

.icone-48 {
    width:48px;
}
.icone-true-64 {
    width:64px;
}
.icone-64 {
    width:96px;
}
.icone-96 {
    width:96px;
}
.icone-128 {
    width:128px;
}
.center {
    text-align:center;
}
/* tableau de bord */
.tableau-bord .panel {
    font-size:80%;
}

.tableau-bord fieldset{
        padding: 10px;
}

/* couleurs labels tableau de bord */
.compte-sauvegardees {
    background-color: white;
    color:black;
}

.compte-sauvegardees-border{
         border: 1px solid #AAA;
}

.compte-declarees {
    background-color:yellow;
    color:black;
        border: 1px solid #AAA;
}
.compte-validees-1 {
    background-color: #c4ffc4;
    color:black;
        border: 1px solid #AAA;
}
.compte-validees-2 {
    background-color: #008000;
    color:white;
        border: 1px solid #AAA;
}
.compte-loties {
    background-color: #D9EDF7;
    color:black;
        border: 1px solid #AAA;
}
.compte-remboursees {
    background-color: #08C;
    color:white;
        border: 1px solid #AAA;
}
.compte-litige {
    background-color: red;
    color:white;
        border: 1px solid #AAA;
}

.compte-cloturees {
    background-color: #08C;
    color:white;
        border: 1px solid #AAA;
}

.compte-actions {
    background-color: #6f92be;
    color:white;
        border: 1px solid #AAA;
}

.compte-annulees {
    background-color: #000;
    color:white;
        border: 1px solid #AAA;
}
/* pour fixer la ndf au dessus */
.ndf-fixed {
    position:fixed;
    z-index: 10;
}
.tableShowNDF {
    width:100%;
}
.tableShowNDF td:first-child {
    text-align:right;
}
.showFixed {
    position:fixed;
    max-width:220px;
}
.nounderline {
    text-decoration: none;
}

/** override dynatables **/
th a, th a:hover {
    color:inherit;
}
.tabReport {
    width:100%;
}
.tabReport tr {
    border-bottom:1px solid gray;
}
.miniPhoto {
    max-height:30px;
    border-radius: 15px;
}
.miniPhotoNb {
    max-height:15px;
}

.miniPhoto2 {
    max-height:60px;
}

.miniPhoto3 {
    max-height:40px;
}

table tr.trTotal, table tr.trTotal:nth-of-type(2n) {
    /* background-color: #6f92be; */
    background-color: #697db2;
}
table tr.trTotal td, table tr.trTotal:nth-of-type(2n) td {
    color:#fff;
}

table tr.trSousTotal1, table tr.trSousTotal1:nth-of-type(2n) {
    background-color: #e5e7e9;
    font-size: 13px;
}
table tr.trSousTotal1 td, table tr.trSousTotal1:nth-of-type(2n) td {
    color:#626567;
    font-weight:bold;
}

table tr.trSousTotal3, table tr.trSousTotal3:nth-of-type(2n) {
    background-color: #b8cce4;
    font-size: 13px;
}
table tr.trSousTotal3 td, table tr.trSousTotal3:nth-of-type(2n) td {
    color:#234062;
    font-weight:bold;
}

table tr.trSousTotal4, table tr.trSousTotal4:nth-of-type(2n) {
    background-color: #c4c7c9;
    font-size: 13px;
}
table tr.trSousTotal4 td, table tr.trSousTotal4:nth-of-type(2n) td {
    color:#234062;
    font-weight:bold;
}

table tr.trTotalCollecteur, table tr.trTotalCollecteur:nth-of-type(2n) {
    background-color: rgba(111, 146, 190, 0.75);
    font-weight:bold;
}

table tr.trTotalCollecteur .nobreak, .trTotal .nobreak, table .nobreakv2{
    white-space: nowrap;
}

table tr.trTotal, table tr.trTotal:nth-of-type(2n), table tr.trSousTotal, table tr.trSousTotal:nth-of-type(2n) {
    font-weight: bold;
}

table.tabFiche>tbody>tr>th {
    color: white;
    background-color: #697db2;
    white-space: nowrap;
    font-size: 0.75em;
}
table.tabFiche>tbody>tr>td{
    font-size: 0.7em;
}



.small {font-size:0.8em;}
.rouge {color:red;}
.datereporting {width:100px;}
blockquote { word-break: normal;}
.tabReport {font-size:90%;}
.tabReport td {word-break : normal; }
.tabReport td:first-child, .tabReport td:nth-child(2) { word-break : normal ; }
.plafond {max-width:50px;}
.nobreak, .tabReport td.nobreak {word-break: normal;}
.formxsr row, .formxst row, form .row .row {margin-bottom : 0.7em;}
label { line-height: 1.8em; color: #697DB2; font-weight:500;}
.label {white-space: normal; word-break: normal;}
.boutonvisu a { text-decoration: none;}
.label-workflow { min-height: 2em; width:100%; max-width:150px; line-height:2em;width:140px;background-color: #DDDDDD;}
.etapes { /*border-right:solid 5px #697DB2;*/ min-heigth:5em; width:100%; max-width:200px; margin-right:2em;}
.workflow li {margin-left:1em;}
.workflow p {margin-bottom: 0.2em;}
.workflow .center li,  .workflow .center p {text-align: left;}
.boutonValidation {margin:0.5em;}
.dynatable-search {clear:both;float:none;}

#pageAccueil .row {max-width:82.5em;margin:auto;}
#pageAccueil .header-connexion{
    background-image: url(../img/franck/fond-vague.png);
    background-size: cover;
    color:white;
    height: 80px;
}
#pageAccueil .logo-blanc{
    width: 50px;
    margin-top: 15px;
}

#pageAccueil .photo-profil{
   border-radius: 50%;
   height: 60px;
   width: 60px;
   float: left;
   object-fit: cover;
   margin-top: 5px;
   margin-right: 10px;
}

.button-param {min-width: 400px;}
.limenu a {line-height: 2.5em;}
input[readonly] {background: #DDD; }
.gros {font-size:120%; font-weight:bold; padding:3px; background-color:#2284A1;color:white;}
input.inputRouge, input.inputRouge .valid {    color: #000; background: #f1d7d7; font-weight:bold;}
.quantiteShow {background-color:#fcd5b4; font-weight:bold; padding:3px;}
.btnFinXsr {float:left; text-align:center; margin:1rem;}
.btnFinXsr a {text-decoration: none;}
.rouge a {color:red;}
.label-refacturation {display:inline;}
.logoClient {max-height:200px;}
.selectRegul {width:500px;}
.desactive {
opacity: 0.5;
}
.colAbonnement{
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}
.nomAbonnement {
    font-size:100%;
}
.aboExpire{
    background-color: red;
    padding:4px;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 5px;
}
.aboActif{
    background-color: rgb(0, 255, 76);
    padding:4px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border-radius: 3px;
    margin-right: 5px;
}
.selectedPaymentMethod{
    border: solid 2px;
    border-radius: 3px;
}
.prixAbonnement {
    font-size:250%;
}
.economieAbonnement {
    font-size:80%;
    font-weight: bold;
    font-style: italic;
    color: red;
}
.abonnementTexteInclus{
    font-style: italic;
}
.divAbonnement {
background: none repeat scroll 0% 0% #FAFAFA;
box-shadow: 0px 0px 15px #AAA;
width:450px;
}
/* twitter typeahead : pour le code regroupement */
.tt-dataset-states {
    background-color:white;
    border:1px solid gray;
    min-width:300px;
    padding-left:4px;
    border-radius:4px;
}
.twitter-typeahead { width:100%;}
.espace_report_tva { padding:12px;}

@media only screen and (max-width: 768px){
    .small-12 .right, .small-12 .left, label {
        text-align: center;
        clear: both;
        overflow: auto;
        width: 100%;
    }
}
.hand {
    cursor:pointer;
}
.plus-petit p {
    font-size:90%;
}

.small-4.large-4.columns.plus-petit-tva {
    padding-right: 0;
}

.plus-petit-tva p {
    font-size:60%;
}

.large-milieu {
    width: 14%;
}

.large-milieu a {
    font-size: 90%;
}

.nv-axis text {
    font: normal 11px Arial!important;
}

.imgko,.imgok{
        width: 24px;
    margin-right: 5px;
}

.txtOK{
    
}

.txtAlert{
    color:red;
}

.resultat{
        border: 1px solid;
    padding: 20px;
    background-color: #EEE;
    font-weight: bold;
    margin-top: 20px;
}

.import_titre{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
}

.retourLigne1{
        clear: both;
}

.retourLigne2{
    float: left!important;
}

.difference{
        background: #fcd5b4;
    padding: 5px 8px;
    color: #000;
    border-radius: 8px;
}

.difference_min{
        background: #fcd5b4;
    padding: 5px 8px;
    color: #000;
    border-radius: 8px;
}

.box_fichiers{
       width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
    border: 1px solid #DDD;
    padding: 5px;
    min-height: 310px;
    margin-bottom: 10px;
}

.box_ligne{
    clear:both;
}

.image_fichiers{
    max-width: 100%;
}

.lien_sup{
    clear: both;
    width: 100%;
    margin-top: 5px;
    display: block;
}

#dynatable-search-tableau .recherche_modele{
    width: 600px;
    float: left;
    margin-right: 5px;
}

.sstitre{
    font-weight: bold;
}

.inscription{
    max-width: 60em;
}

.inscription .select2-container {
  wwidth: 260px;
}

.warning_wrapper{
    text-align: center;
}

.warning{
    color: #a23636;
    background: #f5e4b2;
    padding: 15px;
    border-radius: 8px;
    box-shadow: #DDD 2px 2px;
    margin-bottom: 10px;
    display: inline-block;
}

.fieldsetV2{
    
}

.fieldsetV2 h2{
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.xsr_milieu{
       background-color: #fff;
           border-radius: 50px;
        padding-bottom: 80px;
                   box-shadow: none;
                   border: none;
                   
                   min-height: 650px;
                   
}



.fieldsetV2_mini {
    box-shadow: none;
    background-color: #fAfAfA;
    border-radius: 6px;
    border: 1px solid #DDD;
    margin-bottom: 0;
}

.fieldsetV2_mini .titre{
    text-align: center;
    color: #888;
        font-size: 18px;
    margin-bottom: 5px;    
}

.fieldsetV2_mini label{
   font-size: 12px;
       color: #888;
}

.fieldsetV2_mini p{
    color: #888;
}

.formxsr row.row-condensed, .formxst row.row-condensed, form .row .row.row-condensed{
        margin-bottom: 0;
}

.row-condensed form{
    margin-bottom: 0;
}

.row .row-actions, .row-actions{
    background: #FFF;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    margin-bottom: -40px;
    box-shadow: none;
    border: solid 2px #ddd;
    position: absolute;
    bottom: 20px;
    left: 60px;
}

.select2-results {
    font-size: 12px;
}

.select2-container .select2-choice > .select2-chosen {
    font-size: 12px;
}

.logoTF{
    position: absolute;
    top: -20px;
    width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 50%;
    margin: auto;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: solid 2px #ddd; 
}

.logoTF img{
    max-width: 50px;
    max-height: 60px;
}

.important{
    font-size: 20px;
    font-weight: bold;
}

.xsr_milieu #datepiece, .xsr_milieu #datepiececalendar, .xsr_milieu #perdiem_datedebut,.xsr_milieu #perdiem_datefin, .xsr_milieu #quantite{
    font-size: 11px;
}

#logoxst{
    height: 50px;
        margin-top: 10px;
}

#logoxst img {max-width:100px;     max-height: 50px; }


/* bouton radio on off */
.onoffswitch {
    position: relative; width: 30px;
    margin-top: 5px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 15px; padding: 0; line-height: 15px;
    border: 2px solid #E3E3E3; border-radius: 15px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 15px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 13px;
    border: 2px solid #E3E3E3; border-radius: 15px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}


.red .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #B72020;
}
.red .onoffswitch-checkbox:checked + .onoffswitch-label, .red .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #B72020;
}


/* fin bouton radio on off */

.icone-house{
    width: 22px;
    cursor: pointer;
}

.icone-choix-lieuJ{
    width: 50px;
    cursor: pointer;
}

.icone-lieuJ{
    width: 100px;
}

#dropContainer{
    border: 2px dashed #CCC;
    height: 100px;
    border-radius: 8px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    padding-top: 40px;
    color:#888;
}

.taille-petite{
    font-size: 12px;
}

.gras{
    font-weight: bold;
}

.grosv2{
    padding: 3px;
    background-color: #697DB2;
    color: white;
    border-radius: 8px;
}
.rougeBg {background-color:red;}

.labelDevise{
        margin-right: 40px;
}

.btn_action{
    font-size: 10px;
}

.input-petit{
        height: 25px !important;
    margin-bottom: 5px !important;
}

.retour{
       color: #6f92be;
    font-weight: bold;
    text-decoration: none;
    
}

#map-canvas {
       height: 300px;
    width: 250px;
}

#pageAccueil fieldset{
    box-shadow: none;
    border: none;
    border-radius: 20px;
}

.deco{
    position: absolute;
    right: 30px;
    top: 25px;
}

.buttonOn{
    text-decoration: none;
    background: #AAA;
    color: #FFF;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    font-size: 12px;
}

.buttonGrosOn{
    text-decoration: none;
    background: #F4F7F7;
    padding: 10px;
        padding-left: 20px;
    padding-right: 20px;
    min-width: 180px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    color: #888;
}

.buttonGrosOff{
    text-decoration: none;
    background: #FFF;
    
    padding: 10px;
        padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
    min-width: 180px;
    display: inline-block;
    color: #888;
}

.buttonGrosOn img,.buttonGrosOff img{
    max-height: 25px;
    width: inherit;
}

.ssbuttonGrosOn {
    text-decoration: none;
    background: #F4F7F7;
    padding: 5px;
        padding-right: 5px;
        padding-left: 5px;
    padding-left: 20px;
    padding-right: 20px;

    width: 100%;
    border-radius: 20px;
    color: #888;
}

.ssbuttonGrosOff{
    text-decoration: none;
    background: #FFF;
    
    padding: 10px;
        padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;

    display: inline-block;
    color: #888;
}

.AccueilblocHaut{
    line-height: 20px;
}

.AccueilblocHaut .buttonOn{
    margin-left: 10px;
    margin-right: 10px;
}

.alerte-info{
        color: red;
    margin-top: 15px;
    font-size: 11px;
    clear: both;
    display: inline-block;
    margin-right: 20px;
    visibility: hidden;
}

.buttonOff{
    
}

#acc_tableau .panel {
      background: none;
    padding: 5px;  
}

#acc_tableau_workflow .labelLink{
    position: relative;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    font-size: 75%;
    color: #888;
}

#acc_tableau_workflow .label, #acc_activite .label{
    padding: 0;
    border-radius: 50%;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    font-size: 13px;
}

#acc_tableau_workflow .label, #acc_activite .label.labelmini{
    font-size: 11px;
}

#acc_activite .label{
    position: relative;
}

.label-affectation{
    padding: 0;
    border-radius: 50%;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0;
    font-size: 14px;
    background-color: #dddddd;
    color: #9d9d9d;
}

#acc_tableau_workflow .lignelabel{
    clear: both;
    float: left;
    margin-bottom: 5px;
}

#acc_tableau_workflow .biglabel{
    width: 200px;
    height: 200px;
    line-height: 160px;
    font-size: 50px;
    position: relative;
}

#acc_activite .biglabel {
    width: 100px;
    height: 100px;
    line-height: 80px;
    font-size: 40px;
    position: relative;
}

#acc_tableau_workflow .compte-encours, #acc_activite .compte-encours{
    background: #9bc2ea;
}

#acc_tableau_workflow .compte-encours span.encourstxt{
    font-size: 15px;
    clear: both;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

#acc_activite .compte-encours span.encourstxt {
    font-size: 14px;
    clear: both;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}


#acc_tableau_workflow .row-large{
    height: 50px;
}

#acc_tableau_workflow .large-4{
        margin-top: 25px;
}

.ligneDesActions .large-milieu{
        width: 20%;
}

.ligneDesActions .icone-64{
    width: 48px;
}

.ssfieldset{
       background: #f2f2f2;
    border-radius: 20px;
    padding-top: 10px;
        padding-bottom: 10px;
    min-height: 305px;  
    background-color: #FAFAFA;    
}

.ssfieldset p{
   color: #888;
}

.ssfieldset .titre{
    text-align: center;
    
        font-size: 22px;
    margin-bottom: 5px;  
}

.ligneDesActions a{
    font-size: 75%;
}
.ligneDesActions .label {
    font-size: 100%;
}

#nbkmCarte{
    text-align: center;
    margin-top: 10px;
}

.formxst input{
    font-size: 12px;
}

.actionrapide .icone-64{
        width: 64px;
}

.abo_fin{
        margin-top: 5px;
}

#slides img{
    cursor: pointer;
}

.slidimg{
    text-align: center;
}

.table_commentaire{
    width: 100%;
    max-width: 100%;
}

.btnCom{
    cursor: pointer;
    height: 44px;
}

.btnComView{
    cursor: pointer;
    min-width: 25px;
}

.btnRec{
    cursor: pointer;
    width: 30px;
}

.statut{
    position: absolute;
    top: 0;
    right: 10px;
    padding-right: 50px;
}

.statut span{
       position: absolute;
    right: 5px;
    top: -6px;
}

.no-margin{
    margin-bottom: 0!important;
}

#messagePlafond{
    margin-bottom: 20px;
    color: #fb6063;
    background: transparent;
    font-weight: normal;
}


.rowclt{        
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    cursor: pointer;
    clear: both;
    display: inline-block;
    width: 100%;
    position: relative;
}

.rowclt .rowclt_titre{
    font-weight: bold; 
}

.rowclt .rowclt_fonction{
    color: #999;
}

.rowclt .rowclt_code{
    color: #999;
    font-size: 80%;
}

.rowclt .photoclt {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.rowclt .fav {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
}


.row-validation{
    margin-top: 40px;
}


.row-actions .boutonValidation a{
    font-size: 10px;
}

.boutonValidation a{
    text-decoration: none;
}

.tab-actions{
    padding-right: 0;
}

#acc_reporting a, #acc_admin a, #acc_config a{
    text-decoration: none;
}

.fieldsetV2.xsr_milieu label, .fieldsetV2_mini label{
    cursor:inherit;
}

.fieldsetV2_mini input[type=submit]{
    background: #AAA;
}

.fieldsetV2_mini input[type=file]{
    color: #888;
}
    
.row .row-xsl{
        margin-bottom: 10px;
}

.button.button-abo{
    margin-bottom: 0;
    height: 25px;
    line-height: 25px;
    padding-top: 0;
    margin-left:10px;
}

#photo-accueil{
    height: 227px;
}

#photo-accueil img{
   max-height: 180px; 
}

.flecheD,.flecheG{
    top:90px!important;
}

input[type="text"]:disabled,input[type="number"]:disabled {
    background: #f4f4f4;
}

.workflow-statut{
        width: 15%;  
}

.workflow-statut-activite{
     width: 11%;  
}

.workflow-statut label{
     cursor: inherit;
}

.workflow-fleche{
        width: 6.2%;
}

.workflow-fleche-mission{
        width: 13%;
}

.workflow-fleche-activite{
        width: 3.5%;
}

.workflow-statut p, .workflow-statut ul li{
        font-size: 12px;
    margin-left: 30px;
}

#axe_analytique{
    min-height: 305px;
}

.av_titre{
        text-align: center;
    color: red;
    font-size: 30px;
}

.av_contenu{
    
}

.av_ul{
        list-style: none;
}

.div-avertissement{
        text-align: center;
    position: absolute;
    bottom: 30px;
    margin: auto;
   width: calc(100% - 16px);
}

.btn-avertissement{
       background: #dee2ff;
    padding: 5px 15px;
    border: 1px solid #aaa;
    cursor: pointer;
}


.btn_distance{
    padding: 5px 10px;
    border: 1px solid #40527c;
    border-radius: 8px;
    margin-left: 10px;

}

.btn_distance_sel{
    background-color: rgb(105, 125, 178);
    color:#FFF;
}

.btn_comptable{
    padding: 5px 10px;
    border: 1px solid #40527c;
    border-radius: 8px;
    background-color: rgb(105, 125, 178);
    color:#FFF;
    text-decoration: none;
}

.textcomplete-dropdown{
    list-style: none;
    background: #E6E8FF;
    border: 1px solid #DDD;
    padding: 5px;
}

.textcomplete-dropdown li{
    margin-bottom: 5px;
}

.textcomplete-dropdown li a{
    text-decoration: none;
}

#rec_semaine{
    display : none;
    margin-left: 50px;
}

.sem_ligne{
    color:#FFF;
    background-color: rgb(105, 125, 178);
}

.sem_ligne input{
    margin-left: 5px;
    margin-top: 5px;
}

#nouveauCommentaire::placeholder, #commentaires::placeholder {
    font-size: 10px;
}

.menu_haut{
    width:100%;
}

.menu_haut .home{
    float:right;
    margin-right: 5px;
}

.temp-icon{
    min-width:50px;
}

.eltvaG{
    
}

.eltvaC{
    
}

.transparent{
    opacity: 0.5;
}

.icone-etape{
    width: 50px;
    padding: 5px;
}

.icone-etape-temp{
    width: 30px;
}

#btnetape{
    text-decoration: none;
}

#etape_nb, #etape_total{
    font-size: 110%;
font-weight: bold;
line-height: 30px;
}

.etape-titre{
    color: #999;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 6px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.etape-depart{
    color: #53725b;
    background: #b3edba;
    padding: 10px 5px;
    border-radius: 6px;
    display: block;
    text-align: center;
}

.etape-arrivee{
    color: #bc7373;
    background: #edc6c6;
    padding: 10px 5px;
    border-radius: 6px;
    display: block;
    text-align: center;
}

.etape-edit{
    padding: 10px 5px !important;
}

.etape-petit {
    padding: 3px 5px;
    width: 100%;
    text-align: center;
}

input[type="text"].hide,.hide{display:none;}

.benefNb{
   cursor: pointer;
border: 1px solid #DDD;
border-radius: 6px;
width: 100px;
padding: 2px 20px;
}

/*input[required]::-webkit-input-placeholder, input[required]::placeholder{
    background-image: url('../img/franck/bloquant.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: contain;
}*/

.xsr_milieu input[required]::placeholder{
    background-image: url('../img/saisie_obligatoire.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: contain;
    color:#FFF;
}

.xsr_milieu input[required]::-ms-input-placeholder{
    background-image: url('../img/saisie_obligatoire.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: contain;
    color:#FFF;
}


.tva{
    border-radius: 6px;
}

.tva.txtva1{
    background-color: #09ad48;
    color:#c2f7db;
}

.tva.txtva2{
    background-color: #72208b;
    color:#f1e4f4;
}

.tva.txtva3{
    background-color: #0387da;
    color:#c8e6f9;
}

.tva.tva1{
    background-color: #c2f7db;
    color:#09ad48;
    margin-top: 5px;
}

.tva.tva2{
    background-color: #f1e4f4;
    color:#72208b;
    margin-top: 5px;
}

.tva.tva3{
    background-color: #c8e6f9;
    color:#0387da;
    margin-top: 5px;
}

.tva.tvamini{
    padding: 1px 5px;
    margin-top: 0;
}

.divBenef{
    line-height: 28px;
}

.col_logotiers{
    text-align: center;
}

.logotiers{
    
    
    max-height: 30px;
    max-width: 100%;
}

.rapprochee{
    width: 32px;
    height: 32px;
    background: url(../img/franck/rapprochee.png);
        background-size: auto auto;
    background-size: contain;
    position: absolute;
    right: 60px;
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}


.sp {
width: 32px;
height: 32px;
clear: both;
margin: 20px auto;
top: 50%;
position: absolute;
left: 50%;
margin-left: -16px;
margin-top: -16px;
}


.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
}

.loadingtext{
    top: 50%;
position: absolute;
left: 50%;
margin-left: -77px;
margin-top: -50px;
font-weight: bold;
}

/* Spinner Circle Rotation */
.sp-circle {
	border: 4px rgba(0,0,0,0.25) solid;
	border-top: 4px rgba(0,0,0,1) solid;
	border-radius: 50%;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
}
@-webkit-keyframes spCircRot {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}
@keyframes spCircRot {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}

.blocbtnbudget{
    margin-top: 60px;
}

.connexionHeader div{
    
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.connexionHeader div.souligne{
    border-bottom: 1px solid #EFEFEF;
}

.connexionHeader div:first-child{
    text-align: center;
}

.p-ou{
    margin-bottom: 0px;
}

#formConnexion, #formConnexionFournisseur{
    margin-top: 20px;
}

#banque_connect, #banque_connect_fournisseur{
    background-color: #679550;
    color:#fff;
}


.inactiveLink {
    pointer-events: none;
    cursor: default;
    color: grey;
 }

 .doc-link>a{
     text-decoration: none;
 }


 a.justif-anchor{
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
}

a.justif-anchor:hover{
    text-decoration: underline;
}

.justif-anchor-inner{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    background: url('../img/justifs.png') no-repeat center;
    background-size: 40px auto;
    position: relative;
}
.justif-anchor-inner>span{
    color:white;
    font-weight: bold;
    background-color: red;
    position: absolute;
    top: 5px;
}


a.justif-anchor-small{
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
}

a.justif-anchor-small:hover{
    text-decoration: underline;
}

.justif-anchor-inner-small{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    background: url('../img/justifs.png') no-repeat center;
    background-size: 20px auto;
    position: relative;
}
.justif-anchor-inner-small>span{
    color: white;
    font-weight: bold;
    background-color: red;
    position: absolute;
    top: -5px;
    right: -5px;
}


.nbbenefview{
    background-color: #697db2;
    border-radius: 50%;
    padding: 1px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    display: block;
    color:#FFF;
}

.arrondi{
    border-radius:50%;
}

.qtesup{
    color: #E64C31;
    font-weight: bold;
    font-size: 120%;
}

.montantGros{
    font-weight: bold;
    font-size: 1.1em;
}

.montantTresGros{
    font-weight: bold;
    font-size: 1.5em;
}

.montantPetit{
    color:#999;
    font-size: 0.875em;
    font-style: italic;
}

/*** MISSION ***/

.mission_desc{
    width: 100%;
    min-height: 300px;
    background: white;
    border: solid 2px #ddd;
    margin-bottom: 20px;
    font-size: 80%;
    padding: 5px;
    height: 300px;
    overflow: auto;
}

.btnFinXsm{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.frais_mission{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 20px;
    border: none;
}

table.frais_mission a{
    text-decoration: none;
}

.bgGrisClair{
    background-color: #d7dbdd !important;
}

.txtGrisFoncee{
    color: #797d7f !important;
}

.carremission{
    border: 1px solid #a1c5e4;
    padding: 5px;
    border-radius: 5px;
}

.mission_ecart{
    font-size: 10px;
}

table.frais_mission_detail{
    width: 100%;
    border: 0;
    cellsspacing: 20px;
    border-spacing: 20px 0;
    border-collapse: separate;
}

table.frais_mission_detail th{
    background: #EEE;
    text-align: center;
    background: #EEE;
    text-align: center;
    color: #666;
    border-radius: 8px;
}

table.frais_mission_detail th.blanc{
    background: #FFF;
}

table.frais_mission_detail td.carregris{
    background: #EEE;
    color: #444;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.frais_mission_detail td.carregris span{
    font-size: 150%;
    color: #444;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}


/***  FIN MISSION   ****/

.ligneWarning{
    background : #f2d7d5!important;
}

.blockautrui{
    padding: 10px;
}

.btnsso{
   position: absolute;
   right: 10px;
   bottom: 5px; 
}

.btnsso img{
    width: 30px;
}

.configvalid{
    text-align: left;
    font-size: 80%;
    margin-bottom: 5px;
    color: #40527c;
}

.configvalidtitre{
   text-align: left;
   font-size: 140%;
    margin-bottom: 0px;
}

.btnOuvre{
    float: right;
}

.successDeclare{
    background-color: yellow;
    color:#666;
}

.successValidee1{
    background-color: #c4ffc4;
    color:#666;
}

.successValidee2{
    background-color: #008800;
}

.successLotie{
    background-color: #D9EDF7;
    color:#666;
}

.successRemboursee{
    background-color: #08C;
}

.m_annule{
    background-color: black;
    color:#FFF;
}

.mission-bouton1{
    color: #FFF;
    background: #9bc2ea;
    padding: 10px 20px;
    border-radius: 8px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.missionR-bouton1{
    
}

.mission-bouton2{
    color: #999;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 8px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.flecheGauche{
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -200px;
}
.flecheGauche img{
    height: 30px;
}

.flecheDroite{
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: 160px;
}
.flecheDroite img{
    height: 30px;
}

.titre_workflow{
    font-size: 120%;
    font-weight: bold;
    margin-top: 15px;
}

.titre_workflow_ss{
   font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.frais_block{
    display: block;
    clear: both;
    height: 200px;
}

.blocdroit{
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
}

.blocdroit .row{
    margin-bottom: 10px;
}

.compress-btn{
   position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -16px; 
}

.message-error{
    text-align: center;
    margin-top: 20px;
    color:red;
    font-size: 120%;
}

.message-error p{
   margin-top: 10px; 
}

button, .button {
    border-width: 0;
}

.select2-results .select2-disabled{
    display:none;
}

.jourFerie{
    background-color: #DDD;
    padding-top: 30px !important;
    text-align: center;
    color: #666;
}

.jourNonTrav{
    background-color: #EEE;
}


.forceLieux{
    cursor: not-allowed;
}

#choixLieu img{
    opacity: 0.3;
    cursor:pointer;
}

#choixLieu img:hover{
    opacity: 0.9;
}

#choixLieu img.choixLieuSelect{
    opacity: 1;
}



.modal_titre{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 20px;
}

.titreAffectation{
    text-align: center;
    background: rgb(105, 125, 178);
    color: white;
    padding: 5px;
    margin-bottom: 10px;
}

.photoProfilApercu{
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.cal_statut{
    position: absolute;
    background: black;
    width: 50%;
    height: 3px;
    top: -1px;
    border: 2px solid #FFF;
    border-top: none;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 0 0 3px 3px;
}

.cal_statut_report {
    position: absolute;
    background: black;
    width: 80%;
    height: 4px;
    top: 0px;
    border: 2px solid #FFF;
    border-top: none;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 0 0 3px 3px;
}

.cal_statut_declare{
    background: orange;
}

.cal_statut_valide{
    background: green;
}

.cal_statut_litige{
    background: red;
}

.cal_statut_sauvegarde{
    background: #EEE;
}

.event_statut_sauvegarde{
    background-color: #FFF!important;
    border:2px dashed #DDD!important;
    opacity: 0.5!important;
    color:#333!important;
}

.event_statut_sauvegarde_validation{
    background-color: #FFF!important;
    border:1px solid #DDD!important;
    opacity: 0.6!important;
    color:#333!important;
}

#acc_activite .lignelabelAct{
   height: 40px;
   text-align: center;
}

.compte-activite-actions {
   background-color: #EEE;
    color: #666;
}

#pageAccueil .row .row-actions-activite{
    margin-bottom: 10px;
}

#pageAccueil .row .row-actions-activite a{
    line-height: 40px;
}

/******************** Gestion des onglets *************************************/

.onglets{
    list-style-type: none;
    clear: both;
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.onglets li{
    flex: 1;
    text-align: center;
}

.onglets li a{
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

.onglets li a[aria-selected="true"]{
    text-decoration: none;
    background: #F4F7F7;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    border-radius: 20px;
    color: #888;
}

.onglet{
    min-height: 500px;
    display: none;
}

.onglet.is-active{
    display: block;
}
/******************** Fin gestion des onglets *************************************/


/******************** Reporting activité  *****************************************/

.reportCal {
    padding-bottom: 90px;
    border-top: 1px solid #DDD;
    padding-top: 15px;
    margin-top: 10px;
}

.reportCal_jour{
    display: flex;
    
}

.reportCal_jour > div{
    flex : 1;
    padding: 5px;
}

.reportCal_case{
    display: flex;
}

.reportCal_case > div{
    flex : 1;
    padding: 5px;
}

.reportCal_travaille{
    background: green;
    cursor: pointer;
}

.reportCal_chome{
    background: red;
    cursor: pointer;
}

.reportCal_case > .reportCal_xsd, .reportCal_jour > .reportCal_xsd{
    width: 230px;
    flex: 0 0 auto;
    font-size: 14px;
}

.reportCal_ferie{
    background: #DDD;
}

.reportCal_jourNonTrav{
    background: #EEE;
}

.reportCal_taille20{
    height: 20%;
}

.reportCal_taille25{
    height: 25%;
}

.reportCal_taille33{
    height: 33.33%;
}

.reportCal_taille50{
    height: 50%;
}

.reportCal_taille100{
    height: 100%;
}

.reportCase .reportCal_taille33, .reportCase .reportCal_taille50, .reportCase .reportCal_taille25, .reportCase .reportCal_taille20{
    border-bottom: 1px solid #FFF;
}

.reportCase .reportCal_taille33:last-child, .reportCase .reportCal_taille50:last-child, .reportCase .reportCal_taille25:last-child, .reportCase .reportCal_taille20:last-child{
    border-bottom: none;
}

.reportCal_planifie{
    opacity: 0.4;
}

.reportCal_rowFilter{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reportCal_rowFilter div{
    flex:1;
    padding-left: 10px;
    padding-right: 10px;
}

.reportCal_rowFilter .select2-container-multi .select2-choices{
    max-height: 32px;
    overflow-y: auto;
}

.reportCal_rowFilter .select2-container-multi .select2-choices .select2-search-field input{
    font-size: 12px;
}

.reportCal_rowFilter .select2-container-multi .select2-choices .select2-search-choice{
    font-size: 10px;
    padding: 3px 5px 3px 5px;
}

.rowNavigationGraph {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
}

.bullePop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-top: -5px;
    font-size: 150%;
}

.reportCal_rowSoc{
    margin-top: 10px;
}

.reportCal_compteur{
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    width: inherit;
    max-width: inherit;
    font-size: 14px;
    padding-bottom: 5px;
}

.titre_compteur {
    display: inline-block;
    background: #DDD;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #666;
    border-radius: 20px;
    width: 200px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.row .rowcompteur {
    width: 300px;
    margin: auto;
    clear: both;
}

.row .rowcompteurplan{
    width: 400px;
    margin: auto;
    clear: both;
}

.reportCal_date{
    position: absolute;
    top: 8px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    left:0;
    right:0;
    width: 500px;
    margin: auto;
}

.reportCal_date a{
    margin-left: 50px;
    margin-right: 50px;
    display: inline-flex;
}

.reportCal_date img{
    height: 30px;
}

.reportCal_vue {
    position: absolute;
    top: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border: 3px solid #FFF;
    border-radius: 6px;
    padding: 5px;
    margin: auto;
    left: 600px;
    right: 0;
    width: 160px;
}

.reportCal_vuem {
    position: absolute;
    top: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border: 3px solid #FFF;
    border-radius: 6px;
    padding: 5px;
    margin: auto;
    left: 0;
    right: 0;
    width: 160px;
}

.reportCal_vue a, .reportCal_vuem a{
    color: #FFF;
    text-decoration: none;
}

.reportCal_planning{
    height: calc(100vh - 455px);
    overflow-y: scroll;
}

.legende_carre {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.row .row.rowLegende{
    display:flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rowLegende div {
    flex: 1;
    font-size: 12px;
    font-style: italic;
}

.report-activite-actions {
    background-color: #EEE;
    color: #666;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.btnValCalendar {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 48px;
    margin: auto;
}

.calCheck {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.choixDate{
    cursor:pointer;
}

.valTitre{
    text-align: center;
}

.valTitre span {
    padding: 10px;
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    background: #DDD;
    border-radius: 30px;
    font-size: 150%;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 400px;
    color: #666;
    font-weight: bold;
}

.calendar_compteur {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 700px);
}

.calendar_semaine {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 700px);
    min-height: 200px;
}

.bulleCarre {
    padding: 2px 5px 2px 5px;
    background: #DDD;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
 
    color:#666;
    border-radius: 3px;
}

.bulleTotal{
    color: #666;
    font-weight: bold;
}

.activiteChiffre {
    font-size: 50px;
    font-weight: bold;
}

.btnValideMasse {
    text-decoration: none;
    color: #888;
    font-weight: bold;
}

.calendarSelect {
    border: 3px dotted #527e75 !important;
}

.ssmenu {
    border: 1px solid #DDD;
    text-decoration: none;
    padding: 5px;
    width: 180px;
    display: inline-block;
    line-height: 15px;
    border-radius: 6px;
}

.ssmenu-4 {
    width: 150px;
}

.ssmenu.ssmenuselect{
    color:#FFF;
    background: #DDD;
}

.calendar_perso .fc-button-group > .fc-button:not(:last-child){
    
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.calendar_perso .fc-timeGridWeek-button{
    margin-right: 85px;
}

.calendar_perso .fc-prev-button, .calendar_perso .fc-next-button{
    border-radius: 4px !important;
}

.calendar_perso .fc-buttonManager-button{
    margin-left: 85px !important;
    border-radius: 4px !important;
}

.labelChoixAMPM {
    background: #EEE;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 2px;
    color:#AAA;
}

/* #Issue #454 infobulle 2 anomalie*/
#infoBulleAncien{
    color: #40527c;
}

#infoBulleAncienS{
    color: #40527c;
    margin-left: 2.8rem;
}

.tooltiplarge{
    max-width: 507px!important;
    width: 50.7rem;
}

.tooltiptxt{
    color:#999;
}

.tooltiptxta2, .tooltiptxto2, .tooltiptxtc2, .tooltiptxtd2{
    display: grid;
    color:#999;
}

.tooltiptxta2{
    margin: -1rem 0rem 0rem 0.1rem;
    color: #999;
}

.tooltiptxto2{
    position: absolute;
    margin: -2.8rem 0rem 0rem 9rem;
    color: #999;
}

.tooltiptxtc2{
    position: absolute;
    margin: -2.8rem 0rem 0rem 18.5rem;
    color: #999;
}

.tooltiptxtd2{
    position: absolute;
    margin: -2.8rem 0rem 0rem 27.7rem;
    color: #999;
}

#tooltiptitle1{
    margin-top: -1rem;
    color: #40527c;
}

#tooltiptitle2{
    margin: -3.8rem 0rem 0rem 9rem;
    color: #40527c;
}

#tooltiptitle3{
    margin: -2.55rem 0rem 0rem 18.5rem;
    color: #40527c;
}

#tooltiptitle4{
    margin: -2.6rem 0rem 0rem 27.7rem;
    color: #40527c;
}

#tooltiptitle5{
    margin-top: 2rem;
    text-align: center;
    color: #40527c;
}

/*************************/
.fc-toolbar h2 {
    font-size: 1.3em!important;
}

.fc-button .fc-icon{
    font-size: 1em!important;
}

.heuresup {
    font-style: italic;
    color: blue;
    font-size: 90%;
}

.heurecomp {
    font-style: italic;
    color: red;
    font-size: 90%;
}

.heuresupaction {
    color: blue;
    font-size: 90%;
}

.heurecompaction {
    color: red;
    font-size: 90%;
}

#heureSup {
    background: blue;
    color: #FFF;
    font-size: 80%;
    padding: 1px 2px;
}

#heureAComp{
    background: red;
    color: #FFF;
    font-size: 80%;
    padding: 1px 2px;
}

.horairebulle {
    background: #DDD;
    border-radius: 50%;
    font-size: 12px;
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    line-height: 37px;
    margin-top: -2px;
    float: right;
}

.dureelib {
    line-height: 30px;
    text-align: center;
}

.activite_desc{
    width: 100%;
    min-height: 272px;
    background: white;
    border: solid 2px #ddd;
    margin-bottom: 20px;
    font-size: 80%;
    padding: 5px;
    height: 300px;
    overflow: auto;
}

.avertissement{
    color: #cc9b42;
}

.reportMission_rowFilter{
    
}


.reportMission_rowFilter .select2-container-multi .select2-choices{
    max-height: 32px;
    overflow-y: auto;
}

.reportMission_rowFilter .select2-container-multi .select2-choices .select2-search-field input{
    font-size: 12px;
}

.reportMission_rowFilter .select2-container-multi .select2-choices .select2-search-choice{
    font-size: 10px;
    padding: 3px 5px 3px 5px;
    padding-left: 14px;
}


.jourVacances {
    background: linear-gradient(90deg, #FFF 2px, transparent 1%) center, linear-gradient(#FFF 2px, transparent 1%) center, #DDD;
    background-size: 3px 3px;
}

.jourVacancesPlanning {
    background: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
}

.todayPlanning{
    background: #fcf8e3;
}

.ligne_horizontale{
    text-align: center;
    color:#AAA;
}

.ligne_horizontale:before, .ligne_horizontale:after { content:''; display:inline-block; vertical-align: middle; width: 30%; height: 1px; background: #AAA }
.ligne_horizontale:before { margin-right: .3rem }
.ligne_horizontale:after { margin-left: .3rem }

.profil_icone {
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.profil_icone img{
    margin-bottom: 20px;
}

.planningFerie{
    background-color: #DDD;
}



.planningConge{
    background-color: yellow;
}

table.planningMensuel th{
    background-color: #697DB2;
    color: #FFF;
    text-align: center;
}

table.planningMensuel tr{
    background-color:#FFF; 
}

.ligne_cal_pilote{
    display:flex;
}

.ligne_cal_pilote .case_cal_pilote {
    color: white;
    height: 30px;
    padding: 0 5px;
    font-size: 10px;
    text-align: center;
}

.ligne_cal_pilote .case_cal_pilote_t1{
    width: 50px;
}

.ligne_cal_pilote .case_cal_pilote_t2{
    width: 100px;
}

.ligne_cal_pilote .case_cal_pilote_t3{
    width: 150px;
}

.ligne_cal_pilote .case_cal_pilote_t4{
    width: 200px;
}

.ligne_cal_pilote .case_cal_pilote_t5{
    width: 250px;
}

#planning_pilote table{
    
}

#planning_pilote table td{
    max-width: 290px;
}

.boxWarning .fc-content{
    background: orange;
}

.row.row-ecart{
    position: absolute;
    bottom: 65px;
    left: 60px;
    width: 80%;
}

.row.row-ecart .ecartPR_P{
    color:#666;
}

.row.row-ecart .ecartPR_R{
    color:#008800;
}

.row.row-ecart .ecartPR{
    color:red;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-orange-clair {
    color: #212529;
    background-color: #ffc107;
}
.badge-rouge-clair {
    color: #fff;
    background-color: #ff1c07;
}

.badge-bleu-clair {
    color: #fff;
    background-color: #6dacec;
}
.badge-gris-clair {
    color: #000;
    background-color: #7d848e;
}
.badge-jaune-pastel {
    color: #000;
    background-color: #f5d598;
}
.badge-vert-clair {
    color: #4937af;
    background-color: #afea92;
}
.badge-vert-foncee {
    color: #fff;
    background-color: #419611;
}
.badge-blanc {
    color: #000;
    background-color: #fff;
}


.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-orange-clair {
    color: #212529;
    background-color: #ffc107;
}
.badge-rouge-clair {
    color: #fff;
    background-color: #ff1c07;
}

.badge-bleu-clair {
    color: #fff;
    background-color: #6dacec;
}
.badge-bleu-foncee {
    color: #fff;
    background-color: #697DB2;
}
.badge-gris-clair {
    color: #000;
    background-color: #d7dbdd;
}
.badge-jaune-pastel {
    color: #000;
    background-color: #f5d598;
}
.badge-vert-clair {
    color: #4937af;
    background-color: #afea92;
}
.badge-vert-foncee {
    color: #fff;
    background-color: #419611;
}
.badge-blanc {
    color: #000;
    background-color: #fff;
}

table.tabNoStyle{
    border: none;
}

table.tabNoStyle tr.even, table tr.alt, table tr:nth-of-type(even){
    background: none;
}

.mission_link{
    color: dimgrey;
    font-size: 0.6em;
}

.txtBleu{
    color: rgb(105, 125, 178);
}

table.txtBleu tr td{
    color: rgb(105, 125, 178);
}

.button-carre{
    
}

.autruiNb{
   cursor: pointer;
    border: 1px solid #DDD;
    border-radius: 6px;
    width: 100px;
    padding: 2px 20px;
    background: #697DB2;
    color: white;
}

.select2-error .select2-choices{
    background: #f4d5d5;
}

table.tabValorisation{
    border:none;
    width: 100%;
}

table.tabValorisation>tbody>tr>th {
    background-color: #FFF;
    white-space: nowrap;
    font-size: 0.75em;
    
}

table.tabValorisation>tbody>tr>th>span {
    display: inline-block;
    background: #DDD;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    width: 250px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color:#888;
}

table.tabValorisation>tbody>tr{
    border-bottom: 1px solid #DDD;
}

table.tabValorisation>tbody>tr>td span.important{
    font-size: 110%;
    color: rgb(105, 125, 178);
}

table.tabValorisation>tbody>tr>td span.petit{
    font-size: 80%;
    color:#BBB;
}

table.tabValorisation>tbody>tr>td.total_ligne>div{
    background: #EEE;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    text-align: center;
}

table.tabValorisation>tbody>tr>td.total_ligne_droite>div{
    background: #EEE;
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 8px;
    text-align: center;
    min-width:130px;
    min-height: 40px;
    line-height: 40px;
}


table.tabValorisation>tbody>tr>td.total>div{
    padding: 3px;
    background-color: #697DB2;
    color: white;
    border-radius: 8px;
    text-align: center;
}

table.tabValorisation>tbody>tr>td.total span.important{
    color:#FFF;
}

table.tabValorisation>tbody>tr>td.total_ligne.total_ligne_negatif span.important{
    color: red;
}

table.tabValorisation>tbody>tr>td.total span.petit{
    color:#FFF;
}

.popupreport .titre{
    background-color: #697DB2;
    text-align: center;
    color: #FFF;
    width: 80%;
    margin: auto;
    padding: 5px;
}

.popupreport .sstitre{
    text-align: center;
    font-size: 80%;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}

.popupreport .sssection{
    text-align: right;
    font-weight: bold;
    font-size: 120%;
}

.popupreport .tabdata{
    border:none;
}

.popupreport .tabdata th{
    color: #697DB2;
    text-align: center;
}

.popupreport .tabdata td{
    color: #697DB2;
}

.popupreport .tabdata td .petit{
    font-size: 80%;
}

.resteErreur{
    color:red;
}

.autrui_fonction{
    color: #AAA;
    font-size: 80%;
}

.btnGraph {
    text-decoration: none;
    border: 2px solid #8383e8;
    padding: 5px;
    clear: both;
    border-radius: 8px;
    color: #8383e8;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 120px;
    margin: 0 auto;
}

.table_facturation{
    width: 100%;
    border: none;
    
    
}

.table_facturation td{
    text-align: left;
}

.table_facturation td{
    padding-left: 0;
    color: #40527c;
}

.table_facturation .main_facturation{
    font-weight: bold;
    font-size: 110%;
    padding-left: 0;
    color: rgb(105, 125, 178);
}

.table_facturation_detail td{
    border-bottom: 1px solid #CCC;
}

.fact_depense{
    background: #EEFFEE;
}

.fact_mission{
    background: #EFEEFE;
}

.fact_absences{
    background: #FFEEEE;
}

.fact_presences{
    background: #EFF;
}

.fact_admin{
    background: #DDE;
}

.valo_rowFilter  .select2-search-choice{
    font-size: 10px;
    padding: 3px 5px 3px 5px;
}

.valo_choix{
    text-decoration: none;
}

.ressourceLigne_header{
    margin-top: 1rem;
    display:flex;
}

.ressourceLigne_header label{
    flex:1;
    text-align: center;
}

.ressources_row{
    display:flex;
    margin-top: 30px;
}

.ressources_row > div{
    flex:1;
    text-align: center;
}

.ressources_row input{
    width:95%;
    margin:auto;   
}
    
.dynatable-pagination-links li:first-child{
    display: none!important;
}

.dynatable-per-page-select{
    width:50px;
}

#beneficiaire + span {
    width: 100% !important;
}

#idobjetanalytique2 + span {
    width: 100% !important;
}

#codeclient + span {
    width: 100% !important;
}

.btn_actualiser{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
}
.btn_actualiser img{
    width: 30px;
}

