#cv_formGestion{
  display: flex;
  flex-direction: row;
  width: 100%;
  color: white;
  height: 580px;
  font-family: 'source_sans_proregular', Arial, sans-serif;
  position: relative;
}

#cv_formGestionLeft{
	display: block;
	position: relative;
	width: 10%;
	height: 100%;
	margin-right: 5px;
	font-family: 'source_sans_proregular', Arial, sans-serif;
	background-color: #85b7d5;
	box-shadow: 0px 2px 5px #1c1a19;
}
#cv_formGestionLeftToolbar{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: 10% auto 10% auto;
	height: 80%;
	overflow-y: auto;
	overflow-x: hidden;
 }
.cv_class_leftTool {
	border: 5px solid transparent;
	margin-left: 2.5%;
	width: 80%;
	cursor:pointer;
}
.cv_class_leftTool[btn_check='checked']{
	border-color:#9FC12B;
}

#cv_formGestionRight{
	display:flex;
	flex-direction:column;
	align-items: center;
	box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    min-height: 400px;
    width: 90%;
    background-color: #85b7d5;
    position: relative;
}

/********************************/
/*		 Container main			*/
/********************************/
#containerSejourMain{
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: center; */
	/* height: 100%; */
	/* width: 100%; */
}
#toolbarGestionComboCatalog{
	display: flex;
	/* justify-content: space-around; */
	justify-content: center;
	width: 100%;
	background-color: #258BCC;
}
#comboGestionCatalog {
  /* background-color: wheat; */
  /* color: brown; */
  margin-left: 10px;
}
#containerSejourInscriptionDocument{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 94%;
	width: 100%;
	margin: 5px;
}
#containerSejourInscriptionMessage{
	font-size: x-large;
  border: 3px solid white;
  padding: 20px;
  margin: 20px;
}
#toolbarGestionListChildren{
	display: flex;
	flex-direction: column;
    width: 20%;
    height: 100%;
    overflow-x: hidden;
	/* background-color: #258BCC; */
}
#toolbarGestionListChildren p {
	text-align: center;
	border: 1px solid white;
}
#toolbarGestionListChildren input[type='button'] {
	/* background-color: #85b7d5; */
	background-color: #258BCC;
	color: white;
    border-style: ridge;
    border-color: #258BCC;
    text-align: left;
    width: 100%;
	font-size: small;
    cursor: pointer;
}
#toolbarGestionListChildren input[type='button'][btn_check='checked'] {
    background-color: #D2471D;
    border-color: #D2471D;
}
#containerSejourMainChild{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	width: 80%;

}
.cv_class_formGestionRight{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	/* border: 3px solid #258BCC; */
}
.cv_class_formGestionMain{
	width: 100%;
	height:100%;
  /* overflow-y: auto; */
}

/********************************/
/*		 Container inscription			*/
/********************************/

#containerSejourMainChild #cv_formInscription #cv_container_ficheParent {
	/* width: 100%; */
	/* overflow-y: auto; */
}
#containerSejourMainChild #cv_formInscription #cv_container_ficheParent input:disabled {
  background-color: initial;
  color: initial;
}

#cvformGestionSejourInscription #cv_formInscription{
	height:100%;
	overflow-y:auto;
}

#cv_formGestionSejourInscription  #cv_formImport,
#cv_formGestionSejourInscription #cv_toolbarStep .container_messageToolbarFiche{
	display:none;
}
#cv_formGestionSejourInscription .class_tableDocument thead tr:nth-child(2) th:nth-last-child(-n + 3),
#cv_formGestionSejourInscription .class_tableDocument td:nth-last-child(-n + 3){
	width:12.5%;
}
#cv_formGestionSejourInscription .class_tableDocument thead tr:nth-child(2) th,
#cv_formGestionSejourInscription .class_tableDocument td:nth-child(1){
	width:75%;
}
/* #cv_formGestionSejourInscription #cv_formInscription .class_inscriptionMessage, */
#cv_formGestionSejourInscription #ficheValidationPdf_message,
#cv_formGestionSejourInscription .class_tableDocument thead tr:nth-child(1),
#cv_formGestionSejourInscription .class_tableDocument[nb_action='2'] td:nth-child(3),
#cv_formGestionSejourInscription .class_tableDocument thead tr th:last-child,
#cv_formGestionSejourInscription .class_tableDocument td:last-child,
#cv_formGestionSejourInscription .class_tableDocument thead tr th:nth-child(2),
#cv_formGestionSejourInscription .class_tableDocument td:nth-child(2){
	display:none;
}
#cv_formGestionSejourInscription #ficheValidation_pdf,
#cv_formGestionSejourInscription #ficheValidation_pdf object,
#cv_formGestionSejourInscription #cv_container_ficheValidation,
#cv_formGestionSejourInscription #cv_container_inscription{
	height:100%;
	width:100%;
}

.class_descriptionSejour{
	background-color: wheat;
  color: brown;
  border:1px solid brown;
  padding:5px;
}
#cv_formGestionSejourInscription #cv_container_inscription .class_tableParent td,
#cv_formGestionSejourInscription #cv_container_inscription .class_tableChildren td {
  text-align: start;
}

/********************************/
/*		 Container catalog		*/
/********************************/
#cv_formGestionCatalog{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}
#toolbarGestionCatalogLeft{
  display: flex;
  flex-direction: column;
  border: 3px solid #258BCC;
  height: 98%;
  width: 30%;
}
#toolbarGestionCatalogLeft .list_tab p{
	padding:1px;
}
#toolbarGestionCatalogLeft .label_text[type_title='main']{
	/* background-color: orange; */
	background-color: #258BCC;
	justify-content: space-between;
	margin-top: 5px;
}
#toolbarGestionCatalogLeft .label_text[type_title='child']{
	/* background-color: #258BCC; */
	background-color: #85b7d5;
	justify-content: space-between;
 }
#toolbarGestionCatalogLeft input{
	background-color: white;
	cursor:pointer;
}
#toolbarGestionCatalogLeft input[btn_check='checked']{
	background-color: #D2471D;
}
#toolbarGestionCatalogLeft .toolbar_child{
	text-align: center;
}
#containerGestionCatalogMain{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 69%;
	height: 100%;
}
#containerGestionCatalogMain[action='create_sejour'] input[column='reference']{
	display:none;
}
#containerGestionCatalogMain[action='modify_sejour'] input[column='reference_new'],
#containerGestionCatalogMain[action='modify_sejour'] #containerGestionCatalogMessage {
	display:none;
}
#containerGestionCatalogMain[action='delete_sejour'] input[column='reference_new']{
	display:none;
}

#containerGestionCatalogMessage {
  text-align: center;
  background-color: white;
  color: red;
  width: 95%;
  padding:2px;
}
#tableGestionCatalog{
	display: flex;
	flex-direction: column;
	height: 95%;
	width: 95%;
	align-items: center;
	border: 3px solid #258BCC;
	margin: 5px;
	color: white;
	background-color: transparent;
}
#tableGestionCatalog tbody{
	display: flex;
	flex-direction: column;
	width: 100%;
}
#tableGestionCatalog tr{
	display:flex;
}
#tableGestionCatalog th{
	width:25%;
	text-align:left;
	padding:5px;
}
#tableGestionCatalog tbody th:last-child{
	width:100%;
}
#tableGestionCatalog td{
	width:25%;
	text-align:left;
	padding:5px;
}
#containerGestionCatalogMessage input[column='delete_sejour'],
#tableGestionCatalog input[type='button']{
    background-color: #9FC12B;
    color: white;
    border: none;
    cursor: pointer;
}
#containerGestionCatalogMessage input[column='delete_sejour']{
	margin:5px;
}
#tableGestionCatalog input[type='number']{
	width:75px;
}
#tableGestionCatalog input[column='reference_new']{
	width:150px;
}
#tableGestionCatalog .class_documentoptionnel{
	width: 90%;
  margin: 0 5%;
}
#tableGestionCatalog caption{
	background-color: #258BCC;
	color: white;
	font-weight: normal;
	width:100%;
}
#tableGestionCatalog .class_documentoptionnel tbody{
	/* width: 50%; */
  /* margin: 0 25%; */
  /* text-align: left; */
}
#tableGestionCatalog .class_documentoptionnel tbody th{
	border:1px solid #258BCC;
	width:40%;
	font-weight: normal;
}
#tableGestionCatalog .class_documentoptionnel tbody td{
	border:1px solid #258BCC;
	width:10%;
	text-align: center;
}
/* #containerGestionCatalogChild > p:first-child{ */
	/* background-color:#258BCC; */
	/* color:white; */
	 /* width:100%; */
	/* text-align: center; */
/* } */

/********************************/
/*		 Container document		*/
/********************************/
#cv_formGestionDocument{
	display:flex;
	flex-direction:row;
	justify-content: space-around;
    /* padding: 5px; */
}
#cv_formGestionDocument #container_gestionDocumentTable{
	/* width:49%; */
	width:34%;
	height:100%;
	font-size: small;
	background-color: white;
}
#cv_formGestionDocument #container_gestionDocumentPdfPrint{
	display:flex;
	flex-direction:column;
	/* width:49%; */
	width:64%;
	background-color: white;
	border: 1px solid #258BCC;
}
#cv_formGestionDocument #container_gestionDocumentPdfPrint p{
	background-color:#258BCC;
	color:white;
	text-align:center;
	font-size:small;
	  border: 1px solid white;
}

#cv_formGestionDocument #container_gestionDocumentPdf{
	width:100%;
	height:100%;
	background-color: white;
}
#cv_formGestionDocument #container_gestionDocumentPdf object{
	width:100%;
	height:100%;
}
#cv_formGestionDocument #container_gestionDocumentPdf object #mainContainer .toolbar{
	display: flex;
	overflow: scroll;
	width: 100%;
}
#cv_formGestionDocument #container_gestionDocumentPdfPrint .buttons_new{
  background-color: #258BCC;
  justify-content: space-around;
  padding: 5px;
  font-size: medium;
}
#cv_formGestionDocument #gestionDocumentTable{
	width:100%;
	height:100%;
}
#cv_formGestionDocument #gestionDocumentTable tbody{
	overflow-y: auto;
}
#cv_formGestionDocument #gestionDocumentTable thead{
	background-color:#258BCC;
	color:white;
}
#cv_formGestionDocument #gestionDocumentTable tr{
	display:flex;
}
#cv_formGestionDocument #gestionDocumentTable tr[btn_check='checked']{
	background-color: yellow;
}
#cv_formGestionDocument #gestionDocumentTable th{
	border:1px solid white;
	font-weight:normal;
	font-size: small;
}
#cv_formGestionDocument #gestionDocumentTable td{
	border:1px solid #258BCC;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center */
}
#cv_formGestionDocument #gestionDocumentTable th:nth-child(1),
#cv_formGestionDocument #gestionDocumentTable td:nth-child(1){
	width:65%;
	text-align: left;
    padding: 2px;
}
#cv_formGestionDocument #gestionDocumentTable th:nth-child(2),
#cv_formGestionDocument #gestionDocumentTable td:nth-child(2){
	width:20%;
}
#cv_formGestionDocument #gestionDocumentTable th:nth-child(3),
#cv_formGestionDocument #gestionDocumentTable td:nth-child(3){
	width:15%;
}
/* #cv_formGestionDocument #gestionDocumentTable th:nth-child(4), */
/* #cv_formGestionDocument #gestionDocumentTable td:nth-child(4){ */
	/* width:15%; */
/* } */
/* #cv_formGestionDocument #gestionDocumentTable img[action='show']{ */
	/* width:30px; */
/* } */

/********************************/
/*		 Container parameter		*/
/********************************/
.class_gestionParameter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#toolbarGestionParameter input{
	border: 1px solid white;
}