/*Tabulator*/
.tabulator {
    background-color:#FFF;
    border: none; /*contour du tableau 1px solid #D50803*/
    font-size:0.825em;
}

/*Theme the header*/
.tabulator .tabulator-header {
    background-color: #FFFFFF;
    color:var(--main-color);
    font-weight: 600;
    border-color: var(--main-color);
}

/*Allow column header names to wrap lines*/
.tabulator .tabulator-header .tabulator-col {
    background-color: #FFFFFF;
    white-space: normal;
    border: 0px;
    min-height: 27px !important;
    height: auto !important;
}

/*apparence au survol de la fleche du trie d'en tête */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
   background-color: #e6e6e6;
}

/*espace entre colonne */
.tabulator-row .tabulator-cell {
    border-right: 0px solid;
    border-left: 0px solid; 
    height: 28px ;
    line-height:21px;
}

/*gestion de la position des logos*/
.tabulator-row .tabulator-cell.logoclub {
  border-right: 0px solid;
  border-left: 0px solid;
  height: 28px;
  line-height: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*decalage pour nombre dans progress barre si legendAligne:left; */
/*.tabulator-row .tabulator-cell.barreTab2 div[data-max]~div,
.tabulator-row .tabulator-cell.barreTab1 div[data-max]~div{
    left: 5px !important;
}*/

/*passe sur colonne avec infobulles*/
/*.tabulator .tabulator-header .tabulator-col.bulleEq2 .tabulator-col-content .tabulator-col-title sup:hover,
.tabulator .tabulator-header .tabulator-col.bulleMatch1 .tabulator-col-content .tabulator-col-title sup:hover{
    cursor: help;
}*/

.tabulator-tableholder {
    max-height: 591px !important;
}

.tabulator .tabulator-tableholder .tabulator-table{
    border-top: 1px solid rgb(189, 189, 189);
}


/*Color the table rows*/
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row {
    color:#000;
    background-color: #fff;
    margin-left: 0px;
    border-bottom: 1px solid rgb(189,189,189); /*trait entre les lignes du tableau*/
    height: 28px !important ;
}

/*Color even rows*/
.tabulator-row.tabulator-row-even {
  background-color: #fff;
}


/*Nécessaire pour faire afficher une progress-bar en responsive*/
.tabulator-row .tabulator-responsive-collapse table tr td {
    display: inline-block;
    height: 30px;
    min-width: 100px;
}

/*Passe souris sur ligne selectionnable*/
.tabulator .tabulator-row.tabulator-selectable:hover .tabulator-cell {
    background-color: #bbb;
    cursor: default;
}

/*Mettre flèche tri dans une autre disposition*/
.tabulator .tabulator-header .tabulator-col.tri2 .tabulator-col-content .tabulator-col-sorter {
    right: 10px;
}

/*Mettre flèche tri à gauche, suivi du texte*/
.tabulator .tabulator-header .tabulator-col.tri_left .tabulator-col-content .tabulator-col-title {
    margin-left: 20px;
    text-align: right;
}
.tabulator .tabulator-header .tabulator-col.tri_left .tabulator-col-content .tabulator-col-sorter {
    left: 0px; 
}

.nb_barre{
    font-size: 13px;
    position:absolute;
    bottom:2px;
    left:25px;
}

.zero{
    position:absolute;
    right:75%;
}

/*construction de la fleche*/
.foo{
  display: inline-block;
  vertical-align: middle;

}
.rectangle {
  height: 6px;
  width: 20px;
  background-color: rgba(213,8,3,1);
  margin:-5px;
  margin-left:0px;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid rgba(213,8,3,1);
    border-bottom: 5px solid transparent;
    padding-right: 10px;
}
/*construction sucette*/
.trait {
    height: 2px;
    margin:-5px;
    margin-left:10px;
    display:inline-block;
  }
.rond-right {
    width: 10px;
    height: 10px !important;
    border-radius: 5px;
    display:inline-block;
    /*background: rgba(218,145,0,1);*/
}

.poste{
    font-size:10px;

}

/*balise div pour barre de progression avec bouton*/
.prog{
    display:inline-block;
}
/*barre de progression*/
#progressBar{
    width:200px;
    height:15px;
    border: 1px solid #008000;

}
/*apparence barre de progression dans mozilla*/
#progressBar::-moz-progress-bar{
    background-color:green;

}
/*apparence fond barre de progression dans chrome*/
#progressBar::-webkit-progress-bar {
background-color:#16212C;
}

/*apparence barre de progression dans chrome*/
#progressBar::-webkit-progress-value {
  background-color: green;
}
/*bouton barre de progression*/
.btnprog{
    width:27px;
}

/*barre de progression dans tableau tabulator*/
.progressBarMin{
    width:40px;
    height:10px;
    border: 0px solid #008000;
    font-size: 13px;
    position: absolute;
    bottom: 8px;
    left: 40px;
}

/*apparence fond barre de progression dans tableau pour chrome rgba(22,33,44,1)*/
.progressBarMin::-webkit-progress-bar {
  background-color:var(--main-color-opacity);
/*background-color:rgba(17,159,17,0.3);*/
}
/*apparence barre de progression dans tableau pour chrome*/
.progressBarMin::-webkit-progress-value {
  background-color:var(--main-color)
  /*background-color:rgba(17,159,17,1);*/
}
/*apparence barre de progression dans tableau pour mozilla*/
.progressBarMin::-moz-progress-bar{
    background-color:var(--main-color)
/*background-color:rgba(17,159,17,1);*/

}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
          appearance: none;
          border: none;
}

#progressBarMin::-ms-fill {
        background-color:var(--main-color)
/*background-color:rgba(17,159,17,1);*/
}


/*apparence du texte de la barre de progression*/
.titreProgress{
    font-size: 0.825em;
    font-weight: 600;
    margin: 0 0.5rem 0 0;
    display: block;

}

/*******************/

/*en tete de colonne sur deux lignes*/
/*.tabulator .tabulator-header .tabulator-col.barreTab2 .tabulator-col-content,
.tabulator .tabulator-header .tabulator-col.barreTab1 .tabulator-col-content,
.tabulator .tabulator-header .tabulator-col.col2Tab1 .tabulator-col-content{ 
top : 0px;

}*/

/*Quand derniere colonne est triable*/
.tabulator .tabulator-header .tabulator-col.tabulator-sortable.last_sortable .tabulator-col-content .tabulator-col-title{
    display: inline-block;
    width: 125px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable.last_sortable .tabulator-col-content .tabulator-arrow {
    right:auto;
 }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable.last_sortable{
   width:140px !important;
   min-width: 120px !important;
}


.tabulator-row .tabulator-cell.evol_neg div[data-max]{
    /*height:46.45% !important;*/
    position:absolute !important;
    right:-3px !important;
/*    right:0px !important;*/
}

/*Permet à div contenant barre d'etre inferieure à 30px*/
div.evol_neg_width_min{
        min-width: 10px !important;
}

.tabulator-row .tabulator-cell.evol_pos div[data-max]{
/*    height:46.45% !important;*/
    position:absolute !important;
    left:-2px !important;
}

.tabulator-row .tabulator-cell.barre_unique{
    padding: 2px;
}



/*Verifier si marche encore sinon rajoute  avant .tabulator-arrow*/
/*fleche pour trier colonne sans titre*/
.tabulator .tabulator-header .tabulator-col.notitle .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb;
}

/*fleche pour trier colonne (redefini position quand titre colonne sur deux lignes)*/
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
    bottom: 7px;
    align-items: end;
}

/*fleche decale à droite*/
.tabulator .tabulator-header .tabulator-col.fleche_right .tabulator-col-content .tabulator-col-sorter {
    right: -2px;
}

/*fleche decale à droite (min-width si formatter barre)*/
.tabulator-row .tabulator-cell.fleche_right{
    min-width: 25px !important;

}