html {
	height: 100%;
	font-size: 14px;
    line-height: 1.428;
}
body {
	background-image: url('/views/img/background.png');
	background-repeat: repeat-y;
	background-color: #b4c6df !important;
	overflow-x: hidden;
	min-height: 100%;
	background-size: contain;
}

#tophead{
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}


#menuBase {
	display: inline-flex;
	flex-grow: 2;
	border: solid black 1px;
	background-color: lightyellow;
	border-radius: 7px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .8);
	margin: 10px;
	padding: 5px;
}


.alertes  {
	border: 2px solid red;
	background: white;
	padding: 2px;
}

.alertes h3 {
	color: red;
	font-style: larger;
	text-align: center;
}

#menuBase #baseMenuTitle {
	flex-grow: 2;
	text-align: center;
	color: green;
}

#menuTitre {
		font-size: x-large;
}

#menuSousTitre {
	font-size: large;
	font-style: italic;
}

.help-inline {
	background: red;
	color: white;
	padding: 0 10px;
	font-weight: bolder;
}

.conv-link {
	border: 1px solid green;
	border-radius: 5px;
	background-color: lightyellow;
	display: block;
	text-align: center;
}
.presenceF { color: blue;} /*Attention, ne peut pas servir dans sequences*/
.presenceP { color: limegreen;}
.presenceI { color: red;}
.presenceJ { color: orange;}
.presenceE { color: lightgray;}


.presences-link {
	border: 1px solid green;
	border-radius: 5px;
	background-color: lightyellow;
	display: block;
	text-align: center;
}

.stageParcours {
	font-style: italic;
	font-size: normal;
	color: black;
}

.sequences td {
	width: min-content;
}

div .ficheStagiaire {
	border: solid black 1px;
	background-color: lightyellow;
	margin: 10px;
	padding: 5px;
	border-radius: 7px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-parcours {
	width: 400px;
}
.modal-parcours-large {
    width: 700px;
}
.mandatory {
	font-weight: bold;
	color: darkblue;
}

#parcours-general {
	display: flex;
	flex-direction: row;
}

#parcours-data {
	flex-direction: column;
    /*width: 500px;*/
    align-content: space-between;
    flex-wrap: wrap;
}

#parcours-panels {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.parcours-panel {
	background-color: white;
	margin: 10px;
	padding: 5px;
	border-radius: 7px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);	
}
.parcours-panel-large {
	overflow-y: scroll;
}

.button-parcours {
	width: 200px;
	margin-top: 5px;
}

.button-fiche-parcours {
	height: 80px;
	margin-left:5px;
}

.sommes-convention {
	border: 1px solid green;
	border-radius: 5px;
	display: block;
	text-align: right;
	padding: 0 10px;
}
.sommes-convention .progress {
	margin: 0 0 10px;
}
.realise {
		background-color: lightyellow;
}
.prescrit {
		background-color: burlywood;
}
.panel-stagiaire {
    border: 1px solid beige;
 	background-color: antiquewhite;
    margin-top: 20px;
    margin-left: 15px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}
.panel-stagiaire h2 {
	text-align: center;
	color: cadetblue;
	text-shadow: #222 1px 0 1px;
}
.panel-stagiaire h4 {
	text-align: center;
	border-bottom: 1px solid cadetblue;
	color: cadetblue;
	font-size: larger;
}
.panel-mail {
	background-color: beige;
	padding: 0 15px;
	margin: 0 50px;
	border: black solid 1px;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}



col-lg-12 {
	float: right;
	margin-right: 10px;
}

.progress {
	margin: 5px 10px;
}

.line {
	display: flex;
	flex-direction: row;
}
.bilan {
    background-color: #222222;
	opacity: 0.9;
	max-height: 110px;
	/*padding-left: 0 !important; */
	padding-right: 5px !important;
	color: aliceblue;
	font-weight: bold;
}

.bilan  h3 {
    color: antiquewhite;
    text-align: center;
	font-style: bold;
	font-size: 15px;
    margin: 0;	
}

.bilan p {
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.bilan p .heures {
	color: white;
}

.f-details-panel {
    background-color: white;
    margin: 10px;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);  
}

.elementTitle {
	border-bottom: solid 1px green;
	color: green;
	font-size: x-large;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7)
}

.modal-title {
	text-align: center;
	color: green;
	font-size: x-large;
}

.modal-subtitle {
	color: green;
	text-align: justify;
}

.fieldname {
	font-size: smaller;
	font-style: italic;
	display: inline-block;
	width: 130px;
}
.fieldname-short {
	font-size: smaller;
	font-style: italic;
	display: inline-block;
	width: 110px;
}

table {
	max-width: none;
}

thead {
	background-color: aliceblue;
}

tbody {
	background-color: white;
}

tr:hover {
	background-color: whitesmoke;
}

/* reglgages spécifiques
*/


.tab-stag td {
	max-width: 250px;
}

.stagiaire-element {
	background-color: aliceblue;
	margin: 5px;
	text-align: justify;
	border: solid 1px burlywood;
	padding: 5px;
	border-radius: 10%;
}

.stagiaire-element .rubrique {
	font-size: smaller;
	font-style: italic;
}

.day-separator {
	font-size: xx-large;
	text-align: center;
	background-color: #e9fbc8;
}

#navigationSeq{
	display: flex;
	flex-direction: column;	
	place-content: space-around;
}
#ctrButtons{
	display: flex;
	flex-direction: row;	
	place-content: center space-around;
}
#controlPanel {
	display: flex;
	flex-direction: column;	
	place-content: space-around;
}


@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #07d transparent;
  animation: spinner 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  z-index: 10;
}

.icon-size {
	font-size: 3em;
}

.autoformation {
	text-align: center;
	background-color: beige !important;
	font-size: large;
}

.validation-etat {
    display: grid;
    grid-template-columns: repeat(2,2fr);
}


.descriptions th {
    /*border-collapse: collapse;*/
	border: 1px solid grey;
	text-align: center;
}
   
.descriptions td {
    /*border-collapse: collapse;*/
    border: 1px solid grey;
	/*min-width: 60px;*/
	padding: 10px 10px;
}

.descriptions tr {
	font-size: 12px;
}

.descriptions tr .titre{
	font-weight: bold;
	font-size: 14px;
	
	text-align: center;
	background-color: aliceblue;
}

.descriptions .totaux{
	color: red;
}
	
.descriptions tr .matiere {
	font-weight: bold;
}

.descriptions tr:nth-child(even) {
      background-color: #f2f2f2;
   }

.descriptions tr:nth-child(odd) {
      background-color: #ffffff;
}

.facturation {
	margin: 0 30px !important;
}

/*.depots {
   margin-top: -20px;
}*/

.zone {
    background-color: whitesmoke;
    border: solid 1px aliceblue;
    margin: 5px;
    padding-bottom: 10px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.dropzone {
	min-height: 110px;
}

.depot-title-adm {
    text-align: center;
    color: blue;
}
.depot-title-peda {
    text-align: center;
    color: blue;
}

.depot-title {
    color: blue;
    text-align: center;
    min-height: 40px;
}

.depot-title-travaux {
    color: blue;
    text-align: center;
}

.depot {
    background-color: white;
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    padding: 5px;
}
.vertical-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;	
}


.dropzone {
  background-color: lightgray;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
 
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from {background-color: ligthgray;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  }
  to {background-color: whitesmoke;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}

/* Standard syntax */
@keyframes example {
  from {background-color: ligthgray;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  }
  to {background-color: whitesmoke;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
} 
 
 
 
 
.card-header {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: .75rem 1.25rem;
    margin: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-text {
    font-style: italic;
}

.axe {
	margin: 15px;
    background-color: white;
    margin: 10px;
    padding: 0 0 5px 0;
    border-radius: 7px;
    border: 1px solid darkgray;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, .5); */  
}

.axe-title {
	height: 27px;
	padding-left: 20px;
	background-color: beige;
	border-bottom: darkgray solid 1px;
	margin-top: -8px;
}
.axe-cercle {
	font-size: large;
	display: block;
	padding-top: 20px;
	padding-left: 70px;
}

.niveau {
    background-color: white;
    margin: 10px;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);  
}

.table-niveau {
	width: 90%;
	margin-bottom: 20px;
	margin: 15px 5%;
}
.th-niveau {
	width: 33%;
	text-align: center;
	font-weight: bold;
	border: 1px solid darkgray;
}
.initial {
	background: rgba(0,204,255,0.3);
}
.intermediaire {
	background: rgba(51,102,255,0.3);
}
.final {
	background: rgba(247,70,74,0.3);
}
.td-niveau {
	padding-left: 15px;
	border: 1px solid darkgray;
}

.th-niveau-empty {
	color: grey;
}

.td-niveau-empty {
	background: lightgrey;
}

.inactif-Oui {
	color: gray;
	font-style: italic;
}
.suivis-list {
	padding: 0 !important;
}
.suivi-sequence-stagiaire {
	background-color: blue;
	font-weight: bold;
	color: white;
	padding: 5px 2px;
}
.suivi-sequence-details {
	padding-left: 10px;
}

.specifique {
	margin: 0 10px !important;
	border: 1px solid lightgray;
	border-radius: 5px;
}

.user-color-Superviseur {
	background-color: red;
	color: white;
	font-weight: bold;
}
.user-color-Responsable {
	background-color: darkred;
	color: yellow;
}
.user-color-Evaluateur {
	background-color: darkgreen;
	color: yellow;
}
.user-color-orienteur {
	background-color: darkblue;
	color: yellow;
	font-weight: bold;
	font-style: italic;
}
.user-color-formateur {
	background-color: yellow;
	color: darkblue;
	font-style: italic;
}
.user-color-stagiaire {
	background-color: lightgray;
	color: darkblue;
}
.user-color-financeur {
	background-color: aqua;
	color: darkred;
}
