﻿@charset "utf-8";

.select_choice {
	font-style:normal;
	font-family: Cardana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	text-align:center;
	line-height: 25px;
	background:#0077c1;
    color: #D2D2D2;
	border-radius: 5px;
	border-style: outset;

	margin-top:10px;
	margin-bottom:1px;
}

.planning_year {
	font-style:normal;
	font-family: Cardana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	text-align:center;
	line-height: 25px;
	background:#0077c1;
    color: #D2D2D2;
	border-radius: 5px;
	border-style: outset;
	float:left;
	width:110px;
	margin-top:10px;
	margin-bottom:1px;
}

.planning_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 24px 0 12px 0; /* plus d'espace avant/après */
    width: 100%;
    clear: both;
}

.planning_month, .planning_year {
    background: #e6f1fa;
    color: #0077c1;
    font-family: Cardana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: none;
    padding: 6px 18px;
    margin: 0;
    letter-spacing: 0.5px;
    border: 1px solid #b3d3ea;
    transition: background 0.2s;
}
.planning_month {
    background: #d2e9f7;
    color: #278bca;
}
.planning_year {
    background: #f4f8fb;
    color: #0077c1;
}

.planning_day {
	font-style:normal;
	font-family: Cardana;
	font-size:12px;
	font-weight:lighter;
	background:#8bc6eb;
	text-align: center;
}
.planning_dayoff {
	font-style:normal;
	font-family: Cardana;
	font-size:12px;
	font-weight: bold;
	background:#278bca;
	text-align: center;
}

.planning_dayHoliday {
	background:#2f9fe6e3;
}

table.planning {
    border: 1px solid black;         /* Bordure externe */
    border-collapse: collapse;
    margin-top: 5px;
	height:auto;
	margin : auto;
}
table.planning th,
table.planning td {
    border: 1px solid lightgray;    /* Bordures internes */
}

.planning_seance {
	font-style: normal;
	font-family: Cardana;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: center;
	border-radius: 4px;
	vertical-align: top;
}

.planning_seanceoff {
	font-style: normal;
	font-family: Cardana;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: center;
	border-radius: 2px;
	vertical-align: top;
	background-color: #CCCCCC;
	vertical-align: top;
}
.planning_seanceholiday {
	background-color: #a19b9b;
	border-radius: 0px;
	vertical-align: top;
	font-weight: normal;
	font-size: 10px;
}

.seance{
	border-radius: 5px;
	border-style: inline;
    color:#FFF;
    text-decoration:none;
	margin:1px;
}

.desactivated {
    color: #AAAAAA;
}

div.registered { background-color:#FF0000;}

#TR:hover { background-color:yellow; }

.planning_tooltip {
    position:relative; 
}

.planning_tooltip:hover{z-index:25; }

.planning_tooltip span{
	display: none;
    position:relative; 
    z-index:24; 
    color:#000;
    text-decoration:none;
}

.planning_tooltip a {
    color:#FFF;
	text-decoration: none;	
}
.planning_tooltip a:hover {
    color:red;
}

.planning_tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:-7em; width:15em;
    /*border:1px solid #000000;*/
	border:1px solid #AAAAAA;
	border-radius: 5px;
	border-style: outset;
    background-color:#F2F5A9; 
	color:#333;
    text-align: center;
}

.planning_tooltip:hover span.registered { 
	border-color:red;
	border-style: solid;
}

div.error {
	width:70%;
	margin:5px auto 5px;
	padding-bottom: 4px;
	
	border:1px solid red;
	border-radius: 5px;
	border-style: outset;
	font-weight:bold;
}
div.error span {
width:100%;
}

.management {
	display:block;

	/*width: 400px; */
	/*background-color: rgb(196, 222, 236);*/
	margin:0 auto;
}

#formManagement .error {
   border: 2px solid red !important;
}

#formManagement [required] {
   border: 2px dotted orange;
}

#formulaire {
	background-color : rgb(196 222 236 / 80%) ;
	margin : 0 auto
}

label {
	width: 70px;
	display: inline-block;
    width: auto;             /* largeur automatique selon le contenu */
    max-width: 100%;         /* ne dépasse pas la cellule */
    white-space: normal;     /* permet le retour à la ligne si besoin */
}

.long label {
	display: inline-block;
    width: auto;             /* largeur automatique selon le contenu */
    max-width: 100%;         /* ne dépasse pas la cellule */
    white-space: normal;     /* permet le retour à la ligne si besoin */
}

.short label {
	width: 50px;
	display: inline-block;
	background-color:yellow;
}
/*form span {
	width: 75px;
	display: inline-block;
}
*/
form .evallabel {
		background-color : #C4DEEC;
}

input.elimine {
	background-color:red;
	border:2px solid red;
}
label.elimine {
	color: red;
}

.readonly {
	background-color:lightgrey;
	border: 0px;
}

.nonmodifiable {
	background-color:lightgrey;
}

.info_version {
	background-color:orange;
	color : white;
	clear: both;
	text-align : center;
	
}


/* List - Style on column */
/*                        */
.col_active {
	width : 25px;
}

.col_actions {
	width : 45px;
   text-align : center;
   vertical-align : center;
} 

.col_actions_4 {
	text-align : center;
	vertical-align : center;
} 

button.Zebra_DatePicker_Icon {
	top:6px !important;
}

/* Planning */
.filtre_saison {
    display: flex;
    align-items: center; /* Centrage vertical de tous les enfants */
    gap: 12px;
    background: #e6f1fa;
    border: 1px solid #b3d3ea;
    border-radius: 10px;
    padding: 8px 18px;
    margin: 18px 0 18px 0;
	margin-left: 10px;
    box-shadow: 0 2px 8px rgba(0,119,193,0.04);
    font-family: Cardana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #0077c1;
    width: fit-content;
    float: left;
    clear: both;
}

.filtre_saison .declaration_tableau {
    font-weight: 600;
    margin-right: 6px;
    color: #278bca;
    display: inline;
    /* Supprime vertical-align ici, flex s'en charge */
    line-height: 1.2; /* Ajuste si besoin */
}

.filtre_saison select.select_choice {
    background: #f4f8fb;
    color: #0077c1;
    border: 1px solid #b3d3ea;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 1em;
    font-family: Cardana, Arial, Helvetica, sans-serif;
    transition: border 0.2s;
    /* Supprime vertical-align ici, flex s'en charge */
    margin: 0; /* Important pour éviter le décalage */
    height: 32px; /* Force une hauteur identique au span, ajuste si besoin */
    box-sizing: border-box;
}
.filtre_saison select.select_choice:focus {
    border-color: #278bca;
    outline: none;
}