/**
 * Css pour le template Liste de comptes

 * Création: 05/09/2023
 */

#main {
    padding-top: 0px !important;
} 
.titre_page {
    color:  #ffb200;
    text-align: center;
}
.aideLC {
    padding-top: 10px;
    width: 32px;
}
.item {
    width:700px;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3px;
    width: 100%;
    border-radius: 5px;;
}
#choix_adh {
    font-weight: bold;
    font-size: 16px;
}
.choix_filtres {
    font-weight: bold;
    font-size: 16px;
}
.line {
    display: inline-flex;
    width: 100%; 
}
.btn-close {
    height: 36px;
    margin-left: 5px;
}
.choix-param-liste {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}
.form-grid {
    display: grid;
    /* grid-column: 2; */
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}
.form-grid1 {
    margin-top: 6px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto;
}
.cotisation {
    grid-column: 1;
}
.last-connexion {
    grid-column: 2;
}
.nb-connexion {
    grid-column: 3;
}
#date-cotisation {
    margin-left: 10px;
}
#date-connexion {
    margin-left: 10px;
}
#nb-connexions {
    margin-left: 10px;
    width: 100px;
    font-size: 14px;
    height: 24px;
}

.wrapper { 
    width: 320px;
    display: flex;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    border-radius: 8px;
    padding: 5px;
}
.wrapper .option {
    background: #fff;
    height: 100%;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}
.wrapper .option .dot {
    height: 18px;
    width: 18px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
input[type="radio"]{
    display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4,
#option-5:checked:checked ~ .option-5,
#option-6:checked:checked ~ .option-6,
#option-7:checked:checked ~ .option-7,
#option-8:checked:checked ~ .option-8,
#option-9:checked:checked ~ .option-9 {
    border-color: #0069d9;
    background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot,
#option-4:checked:checked ~ .option-4 .dot,
#option-5:checked:checked ~ .option-5 .dot,
#option-6:checked:checked ~ .option-6 .dot,
#option-7:checked:checked ~ .option-7 .dot,
#option-8:checked:checked ~ .option-8 .dot,
#option-9:checked:checked ~ .option-9 .dot {
    background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before,
#option-3:checked:checked ~ .option-3 .dot::before,
#option-4:checked:checked ~ .option-4 .dot::before,
#option-5:checked:checked ~ .option-5 .dot::before,
#option-6:checked:checked ~ .option-6 .dot::before,
#option-7.checked:checked ~ .option-7 .dot::before,
#option-8.checked:checked ~ .option-8 .dot::before,
#option-9:checked:checked ~ .option-9 .dot::before {
    opacity: 1;
    transform: scale(1);
}
.wrapper .option span {
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span,
#option-4:checked:checked ~ .option-4 span,
#option-5:checked:checked ~ .option-5 span,
#option-6:checked:checked ~ .option-6 span,
#option-7:checked:checked ~ .option-7 span,
#option-8:checked:checked ~ .option-8 span,
#option-9:checked:checked ~ .option-9 span {
    color: #fff;
    margin-left: 5px;
}
.wrapper .option:hover {
    background-color: #ddd;
}

.events {
    grid-column: 1 / span 2;
    margin-bottom: 6px;
}
.roles {
    grid-column: 1;
    padding-right: 10px;
}
.statuts {
    grid-column: 2;
}
ul.ks-cboxtags {
    list-style: none;
    padding: 3px 0px 3px 10px;
    margin: 0px ;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    border-radius: 8px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(230, 226, 226, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #000;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}
ul.ks-cboxtags li label:disabled{
    background-color: rgba(128, 128, 128, .9);
}
ul.ks-cboxtags li label {
    padding: 2px 8px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #000;
    background-color: #0069d9;
    color: #fff;
    transition: all .2s;
}
ul.ks-cboxtags li input[type="checkbox"]:disabled + label {
    border: 1px solid rgba(139, 139, 139, .3);
    background-color: #ccc !important; 
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #ffb200;
}
#makeList {
    margin-top: 8px
}
.table-resultats {
    display: none;
}
.bilan {
    text-align: center;
    background-color: #0069d9;
    color: #fff;
    border-radius: 8px;
    padding: 3px;
}
#myTable td {
    padding-left: 3px;
    padding-right: 3px;
}
#myTable tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.survol { background-color: #ffb200; }
.cb-delete { background-color: #ccc; }
.cb-disabled { display: none; }
#myTable tr:first-child { background: #ccc; }
/* #myTable tr:nth-child(odd) { background: #fff; } */ 
.even { background: #cae0f2; }
.odd { background: #b4ecb3; }
.col-delete { 
    border-right: 1px solid #000;
    /* border-right: none;  */
    /* background-color: #fff; } */
}
.border-col { 
    border-right: 1px solid black;
    border-left: 1px solid black; 
}
.th-del {
    padding-left: 6px;
    padding-right: 6px;
}
#supprime { 
    display: none;
    float: right;
}
#sendmails { 
    display: none;
    float: right;
}
.signal {text-align: center;}
.msgforusers {
    display: none;
    position: fixed;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}
#message {
    width: 725px;
    border-radius: 5px;
    margin-left: 0px;
    padding: 10px;
}
.boutons {
    padding-top: 5px;
}
.popup_block {
    background-color: #d5d2d1;
    overflow-y: scroll;
    overflow-x: hidden;
    /* height: 650px; */
    padding-top: 0;
}
.popup_block h1 {
    color: #77570d;
    margin: 0;
}
.flash {
    width: 100%;
    top: 80px;
    /* position: fixed; */
    background: #ffcc00;
    color:#fff0;
    display: flex;
    font-weight: 500;
    font-size: larger;
    justify-content: center;
    align-items: center;
    height: 0;
    transition: height .4s;
    border-radius: 5px;
}
.flash--visible {
    height: 40px;
    color:#0e509e;
    transition: height .2s;
}
#event_concerned {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    margin-left: 20px;
}