/* **********************************************/
/* 	CSS POUR CA réunions et historique			*/
/* **********************************************/

#form_caNew #btn_adminMenu{
	position:absolute;
	width: auto;
	cursor:pointer;
	height: 20px;
	right:30px;
}

#form_caNew #form_caMeeting {
  display: flex;
  height: 100%;
}
#form_caNew #container_meeting {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#form_caNew #form_caMeeting_right {
  background-color: #85b7d5;
  width:30%;
  margin-right: 2px;
  font-size:small;
}
#form_caNew #form_caMeeting_left {
  width:70%;
  background-color: #85b7d5;
}
#form_caNew #container_cardCaMeeting{
	background-color: #85b7d5;
  height: 40%;
  overflow-y: auto;
  overflow-x: hidden;
}
#form_caNew #container_cardCaCalendar{
  height: 60%;
  overflow-y: auto;
}
#form_caNew #container_cardCaHistorique{
	height:100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#form_caNew #listCardMeetingPast {
  display: flex;
  flex-direction: column;
  height: 90%;
  overflow: auto;
}
#form_caNew #meeting_agenda {
    background-color: white;
	border: 3px solid #258BCC;
	width: 95%;
  align-self: center;
	padding: 10px;
    overflow: auto;
}
#form_caNew #container_meetingMessage {
    border: 1px solid white;
    color: white;
    text-align: center;
    margin: 10px auto 20px auto;
    width: 90%;
    padding: 5px;
    height: auto;
}
/*	container_meeting User Inscription	*/
#form_caNew #container_meetingUserInscription {
    display: flex;
    flex-direction: column;
    border: 3px solid #258BCC;
    position: relative;
    align-items: center;
    width: 99%;
    height: 95%;
    align-self: center;
	margin-top: 10px;
}
#form_caNew #container_meetingUserInscription > p:first-child {
    background-color: #258BCC;
    width: 100%;
    text-align: center;
    padding: 2.5px;
}
#form_caNew #table_meetingUserInscription {
    width: 80%;
    margin-top: 10px;
    border: 3px solid #258BCC;
    color: white;
	background-color: #85b7d5;
}
#form_caNew #table_meetingUserInscription tr {
    display: flex;
}
#form_caNew #table_meetingUserInscription tr[type='radio'] {
    background-color: #258BCC;
    width: 80%;
    margin: 10px 10% 5px 10%;
    border: 3px solid #258BCC;
}
#form_caNew #table_meetingUserInscription tr[type='checkbox'] {
    width: 50%;
    margin: 2.5px 15% 2.5px 15%;
    padding-left: 20px;
}
#form_caNew #table_meetingUserInscription tr[type='checkbox'] td:nth-child(1) {
    width: 5%;
}
#form_caNew #table_meetingUserInscription tr[type='distance'] {
    width: 80%;
}
#form_caNew #table_meetingUserInscription tr[type='distance'] td:nth-child(1) {
    width: 80%;
}
#form_caNew #table_meetingUserInscription tr[type='distance'] td:nth-child(2) {
    width: 20%;
}
#form_caNew #table_meetingUserInscription tr[type='radio'] td:nth-child(2) {
    background-color: cadetblue;
}
#form_caNew #table_meetingUserInscription tr[type='pouvoir'] {
    width: 80%;
    margin: 10px 10% 5px 10%;
}
#form_caNew #table_meetingUserInscription tr[type='message'] {
  width: 100%;
}
#form_caNew #table_meetingUserInscription tr[type='message'] td {
background-color: white;
  color: #258BCC;
  text-align: center;
  width: 80%;
  border: 3px solid #258BCC;
  margin: 0 10% 0 10%;
}

#form_caNew #container_cardCaCalendar table{
	width: 100%;
	border: 3px solid #258BCC;
}
#form_caNew #container_cardCaCalendar table tr {
	display:flex;
	width:100%;
}
#form_caNew #container_cardCaCalendar table th {
    background-color: #258BCC;
    font-weight: normal;
    color: white;
    border: 1px solid #85b7d5;
}
#form_caNew #container_cardCaCalendar table td{
	text-align:left;
	padding-left: 10px;
	background-color:white;
	border:1px solid #258BCC;
}
#form_caNew #container_cardCaCalendar table td:nth-child(1){
	background-color:#85b7d5;
}
#form_caNew #container_cardCaCalendar table th:nth-child(1),
#form_caNew #container_cardCaCalendar table td:nth-child(1){
	width:20%;
	color:white;
}
#form_caNew #container_cardCaCalendar table th:nth-child(2),
#form_caNew #container_cardCaCalendar table td:nth-child(2){
	width:65%;
}
#form_caNew #container_cardCaCalendar table th:nth-child(3),
#form_caNew #container_cardCaCalendar table td:nth-child(3){
	width:15%;
}

/* ************#form_caNew #container_meetingUserInscription {
    display: flex
;
    flex-direction: column;
    border: 3px solid #258BCC;
    position: relative;
    align-items: center;
    width: 90%;
    height: 90%;
    align-self: center;
}**********************************/
/* #form_caNew #toolbarCardMeeting {
	font-size: 0.9em;
} */

/* **************************************************************************/
/* CARD MEETING  	on précise form car modif inline pour GetMeetingMail()	*/
/* **************************************************************************/

#form_caNew .meetingCardNew[state="selected"],
#formCaGestion .meetingCardNew[state="selected"]{
    border-color: #9FC12B;
}
.caSondageCard_title, 
.meetingCard_title {
    background-color: #258BCC;
    color: white;
}
.caSondageCard, 
#form_caNew .toto,
#form_caNew .meetingCardNew,
#formCaGestion .meetingCardNew {
    display: flex;
    flex-direction: column;
    border: 5px solid #258BCC;
    width: 95%;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    background-color: white;
    color: black;
}
.container_meeting_empty{
  border: 1px solid white;
  color: white;
  text-align: center;
  margin: 10px auto 20px auto;
  width: 90%;
  padding: 5px;
}

/* **********************************************/
/* 	CONTAINER  USER LIST PARTICIPANT			*/
/* **********************************************/
#form_caNew #formulaireUserList {
    display: flex;
    flex-direction: column;
    height: 95%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#form_caNew #formulaireUserList .tableList {
  display: table;
  width: 100%;
  border-collapse: collapse;
  color: white;
  background-color: #85b7d5;
}
#form_caNew #formulaireUserList tbody {
  display: inline-block;
  overflow-y: scroll;
  width: 100%;
  font-size: small;
}
#form_caNew #formulaireUserList .tableList td  input[type='text'] {
	width: inherit;
	border: none;
}
#form_caNew #formulaireUserList .tableList td  select{
	width:98%;
	text-align:center;
}
#form_caNew #formulaireUserList .tableList td  select[answer='V'], 
#form_caNew #formulaireUserList .tableList td  select[answer='R'], 
#form_caNew #formulaireUserList .tableList td  option[answer='V'], 
#form_caNew #formulaireUserList .tableList td  option[answer='R'],
#form_caNew #formulaireUserList .tableList td  input[answer='V'], 
#form_caNew #formulaireUserList .tableList td  input[answer='R']{
	background-color : #9FC12B;
}
#form_caNew #formulaireUserList .tableList td  select[answer='E'],
#form_caNew #formulaireUserList .tableList td  select[answer='P'], 
#form_caNew #formulaireUserList .tableList td  option[answer='E'], 
#form_caNew #formulaireUserList .tableList td  option[answer='P'],
#form_caNew #formulaireUserList .tableList td  input[answer='E'], 
#form_caNew #formulaireUserList .tableList td  input[answer='P']{
	background-color : #9BB7D6;
}
#form_caNew #formulaireUserList .tableList td  select[answer='P']{
	font-size:x-small;
}

#form_caNew #formulaireUserList .tableList td  select[answer='A'], 
#form_caNew #formulaireUserList .tableList td  option[answer='A'],
#form_caNew #formulaireUserList .tableList td  input[answer='A']{
	background-color : lightcoral;
}

/* **********************************************/
/* 	CONTAINER MEETING USER CHOIX DATE			*/
/* **********************************************/
 #form_caNew  #meetingNext_choixDate {
	display: flex; 
	flex-direction: column;
	height: 95%;
	width: 100%;
	align-items: center;
	overflow:auto;
}
#table_choixDate{
	color: white;
	border: 3px solid #258BCC;
	width: 80%;
	margin: 20px;
}
#table_choixDate caption{
background-color:#258BCC;
color:white;
}
#table_choixDate tr{
display: flex;
  width: 100%;
}
#table_choixDate th,
#table_choixDate td{
	font-weight: normal;
	border: 1px solid #258BCC;
	width:20%;
}
#table_choixDate td:nth-child(-n+2){
	background-color:lightgray;
	color: black;
}
#table_choixDate tr:not(:last-child) td:last-child{
	display:none;
}
#table_choixDate tr[type='message'] td {
	border: 2px solid #258BCC;
	background-color: white;
	color: #258BCC;
	margin: 20px 10% 0px 10%;
	width: 100%;
}


/* **********************************************/
/* 	CONTAINER MEETING USER INSCRIPTION			*/
/* **********************************************/
#form_caNew #container_meetingUserInscription{
	display: flex;
	flex-direction: column;
	border: 3px solid #258BCC;
	position: relative;
	align-items: center;
	width: 90%;
	height: 90%;
	align-self: center;
}
#form_caNew #container_meetingUserInscription > p:first-child{
	background-color:#258BCC;
	width:100%;
	text-align: center;
	padding: 2.5px;
}
#form_caNew #table_meetingUserInscription {
	/* width: 70%; */
	width: 80%;
	margin-top: 40px;
	border: 3px solid #258BCC;
	color: white;	
}

#form_caNew #table_meetingUserInscription tr{
	display: flex;
}
#form_caNew #table_meetingUserInscription tr[type='radio']{
	background-color: #D2471D;; 
	background-color: #258BCC;; 
	width: 80%; 
	margin: 10px 10% 5px 5%; 
	border: 3px solid #258BCC; 
}
#form_caNew #table_meetingUserInscription tr[type='checkbox']{
	width: 50%; 
	margin: 2.5px 15% 2.5px 15%; 
	 padding-left: 20px; 
}
#form_caNew #table_meetingUserInscription tr[type='radio'] td:nth-child(1),
#form_caNew #table_meetingUserInscription tr[type='checkbox'] td:nth-child(2){
	width:95%;
	text-align: left;
	padding: 2.5px;
}
#form_caNew #table_meetingUserInscription tr[type='radio'] td:nth-child(2),
#form_caNew #table_meetingUserInscription tr[type='checkbox'] td:nth-child(1){
	width:5%
}
#form_caNew #table_meetingUserInscription tr[type='radio'] td:nth-child(2){
	background-color:cadetblue; /* sinon on voit mal checked dans FIREFOX */
}
#form_caNew #table_meetingUserInscription tr[type='checkbox'] td:nth-child(1){
	width:5%;
}
#form_caNew #table_meetingUserInscription tr[type='checkbox'] td:nth-child(2){
	width:95%;
}
#form_caNew #table_meetingUserInscription tr[type='distance']{
	width:80%; 
}
#form_caNew #table_meetingUserInscription tr[type='distance'] td:nth-child(1){
	width:80%; 
}
#form_caNew #table_meetingUserInscription tr[type='distance'] td:nth-child(2){
	width:20%;  
}
#form_caNew #table_meetingUserInscription tr[type='pouvoir']{
	width: 80%;
	margin: 10px 10% 5px 10%;
}
#form_caNew #table_meetingUserInscription tr[type='pouvoir'] td:nth-child(1){
	width:5%;
}
#form_caNew #table_meetingUserInscription tr[type='pouvoir'] td:nth-child(2){
	width:40%;
}
#form_caNew #table_meetingUserInscription tr[type='pouvoir'] td:nth-child(3){
	width:55%;
}
#form_caNew #table_meetingUserInscription tr[type='message'] td{
	width: 80%;
	border: 2px solid #258BCC;
	background-color: white;
	color: #258BCC;
	margin: 20px 10% 0px 10%;
		width : 100%;
}
  

#form_caNew .container_userFormulaire #container_userList{
	display: flex; 
	flex-direction: row;
	height: 95%;
	width: 100%;
	overflow:auto;
}
#form_caNew #meeting_agenda{
	display:block;
	align-self: center;
	width: 90%;
	overflow:auto;
	background-color:white;
	color:black;
	padding:10px;
	
}
#form_caNew #container_meetingMessage{	
border: 1px solid white;
  color: white;
  text-align: center;
  margin: 10px auto 20px auto;
  width: 90%;
  padding: 5px;
  height:auto;
}

#form_caNew .container_userFormulaire,
#form_caNew #container_report object{
	height:97.5%;
	width :100%;
}

#form_caNew .container_object object{
	height:97.5%;
	width :100%;
}


#form_caNew #ca_attendanceList{
	display: flex; 
	flex-direction: column;
	height: 95%;
	width: 75%;
	align-items: center;
	overflow:auto;
}
#form_caNew .ca_table{
		display: flex;
		flex-direction:column;
	border: 3px solid #258BCC;
		font-family: monospace;
}
#form_caNew .ca_table td:nth-child(1) {
	min-width: 135px;
}
#form_caNew .ca_table td:nth-child(2) {
		min-width: 100px;
}

#form_caNew .ca_table th , #form_caNew .ca_table  td {
	font-family: monospace;
	border-bottom: 2px solid #258BCC;
	border-right: 2px solid #258BCC;
	text-align: center;
	padding:0px;
	margin:0px;
}

#form_caNew table caption {
	background-color: #258BCC;
	color:white;
}

#form_caNew .container_valid_cancel {
	align-self: end;
	width: 100%;
	display: flex;
	justify-content: space-around;
    font-size: smaller;
	align-items: center;
	margin:0;
}
.container_valid_cancel .button_red, .container_valid_cancel label{
	background-color : #9FC12B;
	cursor: pointer;
}


#container_meeting #btn_helpEluUser{
	height: 20px;
	width: auto;
	position: absolute;
	cursor: pointer;
	right: 5px;
  /* top: -10px; */
}
#form_caNew #btn_helpEluAdmin{
	height: 20px;
	width: auto;
	position: absolute;
	cursor: pointer;
	right: -20px;
	top:-10px;
}
#form_caNew .button_popup {
	background-color: #9FC12B;
	font-family: 'source_sans_proregular', Arial, sans-serif;
}


#form_caNew .buttons_new {
	font-size : 1em;
	width: 95%;
}

#form_caNew #little_man_flyMeeting{
	top: 0px;
	left: 0px;
}
#form_caNew #little_man_stairMeeting{
	right: 2px;
	top: 80%;
}
#form_caNew #little_man_readerMeeting{
	left: 27%;
	top: 40%;
}
#form_caNew #text_helpEluUser{
	top: 20px;
	right:0;
	height: 500px;
	width: 700px;
	overflow: auto;
	cursor: default;
}
/* ****************************************************************************************/
/*                    Règles spécifiques pour all et petite taille                        */
/* ****************************************************************************************/
@media all and (max-width: 480px)
{
	#form_caNew  #btn_adminMenu{ /* pas de gestion en mode smartphone */
		display:none;
	}
	#form_caNew #container_meeting,
	#form_caNew #form_caMeeting{
		flex-direction: column;
		width: 100%;
	}
	#form_caNew #form_caMeeting_left,
	#form_caNew #form_caMeeting_right{
		display: flex;
		width: 100%;
	}
	#form_caNew #form_caMeeting_right{
		flex-direction: column;
	}
		/*TODO a voir */
	#form_caNew #container_cardCaCalendar{
		display:none;
	}
	#form_caNew #container_cardCaMeeting{
		width: 100%;
		height: auto;
	}
	#form_caNew .title_green_1024 {
		/* display : none; */
	}
	#form_caNew #listCardMeetingPast {
		width: 100%;
		height: 150px;
		overflow: scroll;
	}
	#form_caNew #formulaireUserList {
		flex-wrap: nowrap;
	}
	#form_caNew #formulaireUserList .container_tableList {
		font-size: small;
		width:95%;
		margin-bottom:5px;
	}
	#form_caNew .button_popup { /* TODO remettre qd OK -> problème version smartphone */
		/* display:none; */
	}
	#formCaGestion #text_helpEluAdmin,
	#form_caNew #text_helpEluUser {
        width: 380px;
        height: max-content;
		font-size: smaller;
	}
	#form_caNew .attestation {
    width: 100%;
    margin: 0;
	}
}