/* DIVERS */

:root {
/* ROSE */
--bleu: rgba(0, 176, 225, 1);
--vert: rgba(142, 199, 63, 1);
}

h1 {
color: var(--bleu);
}

h2 {
color: var(--vert);
}

input[type=submit] {
background: var(--vert);
color: #FFF;
font-size: 20px;
max-width: 100%;
}

input[type=submit]:hover {
background: var(--bleu);
}

textarea {
width: 100%;
max-width: 100%;
min-height: 40px;
}

ul {
margin: 0;
}

.CONTENU {
width: 95%;
margin: auto;
clear: both;
}

.BLOC {
background: rgba(0, 0, 0, 0.05);
padding: 15px;
margin: 15px 0 15px 0;
}

.FORM {
background: rgba(0, 0, 0, 0.05);
padding: 15px;
margin: 15px 0 15px 0;
}

.SUBMIT {
text-align: center;
}

th {
padding: 7px !important;
}

td {
padding: 7px !important;
}

/* DIVERS */

/* HEADER */

#MenuCARINS {
background: var(--bleu);
}

#MenuCARINS li a {
display: inline-block;
padding: 5px 15px !important;
color: #FFF;
}

#MenuCARINS li a:hover {
background: var(--vert);
}

#MENU {
position: fixed;
left: 0;
top: 0;
z-index: 9;
}

@media (max-width: 1000px) {

#MENU {
position: relative;
}

}

#LOGO {
float: right;
margin: 10px;
margin-top: -20px;
}

@media (max-width: 1000px) {

#LOGO {
float: none;
text-align: center;
margin-top: 10px;
}

}

#LOGO IMG {
max-width: 100px;
}

/* HEADER */

/* FOOTER */

footer {
text-align: center;
margin: 40px;
}

/* FOOTER */

/* */

.SOUS_MENU UL {
margin: 0;
list-style-type: none;
}

.SOUS_MENU LI {
display: inline-block;
margin: 5px;
margin-right: 10px;
}

.SOUS_MENU.SEP LI:AFTER {
content: "|";
margin-left: 10px;
}

.SOUS_MENU.SEP LI:LAST-CHILD:AFTER {
display: none;
}

/* */

/* */

.AJOUTER {
padding: 10px 0;
}

.AJOUTER A {
display: inline-block;
padding: 10px 20px;
background-color:var(--vert);
color: #ffffff;
}

.AJOUTER A:HOVER {
background-color: var(--bleu);
text-decoration: none;
}

.RECHERCHER {
margin: 20px 0;
}

.RECHERCHER input
, .RECHERCHER select
{
margin-right: 20px;
}

.RECHERCHER input[type="text"] {
max-width: 150px;
}

.RECHERCHER input[type="number"] {
max-width: 75px;
}

.RECHERCHER select {
max-width: 175px;
}

.FILTRER {
margin: 20px 0;
}

.FILTRER A:AFTER {
content: "|";
margin: 0 3px;
}

.FILTRER A:LAST-CHILD:AFTER {
display: none;
}

.FILTRER  A {
display: inline-block;
padding: 3px 0 3px 3px;
}

.FILTRER A.ACTIF {
background: yellow;
}

/* */

/* CONNEXION */

.CONNEXION .CONTENU {
text-align: center;
}

.CONNEXION .CONTENU table {
width: auto;
background: #EEE;
margin: 20px auto;
}

.CONNEXION .CONTENU table td {
padding: 20px;
}

.CONNEXION .CONTENU table td:nth-child(1) {
text-align: right;
}

.CONNEXION .CONTENU table td:nth-child(2) {
text-align: left !important;
}

/* CONNEXION */

/* DOSSIERS */

.DOSSIERS H1:before {
font-family: metro;
content: "\e2c7";
margin-right: 10px;
}

.DOSSIERS .LISTE {
padding: 10px 0;
}

.DOSSIERS .LISTE A {
text-decoration: none;
}

.DOSSIERS .LISTE A:HOVER {
text-decoration: underline;
}

.DOSSIERS .LISTE TH.CONTACTS:BEFORE {
font-family: metro;
content: "\e942";
margin-right: 10px;
}

.DOSSIERS .LISTE TH.REUNION_INFORMATION:BEFORE {
font-family: metro;
content: "\ea0c";
margin-right: 10px;
}

.DOSSIERS .LISTE TD {
text-align: center;
}

.DOSSIERS .LISTE .ID_DOSSIER A:BEFORE {
content: "";
display: block;
width: 45px;
height: 45px;
background-image: url(images/folder.png);
background-size: contain;
background-repeat: no-repeat;
}

.DOSSIERS .LISTE .DELAI_CONVOCATION.JOURS {
color: orange;
font-weight: bold;
}

.DOSSIERS .LISTE .DELAI_CONVOCATION.DEPASSE {
color: red;
font-weight: bold;
}

.DOSSIERS .LISTE .CONTACTS {
font-weight: bold;
}

.DOSSIERS .LISTE A.CONTACTER {
display: inline-block;
padding: 10px 20px;
background: var(--vert);
color: #ffffff;
}

.DOSSIERS .LISTE A.CONTACTER:HOVER {
background: var(--bleu);
}

.DOSSIERS .LISTE .SITE_NOM {
font-weight: bold;
}

.DOSSIERS .LISTE .SUIVI_NOM {
font-weight: bold;
}

.DOSSIERS .LISTE .ETAT {
font-weight: bold;
}

.DOSSIERS .LISTE .NON_CLOTURE {
color: green;
}

.DOSSIERS .LISTE .CLOTURE {
color: red;
}

/* DOSSIERS */

/* NOUVEAU DOSSIER */

.LabelsTitresParagraphesFormulaires {
color: var(--vert);
font-size: 24px;
display: block;
margin: 0 0 5px 0;
}

.RequiredFieldValidatorsChampsFormulaires {
color: red;
font-style: italic;
font-size: 12px;
display: block;
}

.LabelsChampsFormulaires {}

.AnnotationsMinusculesFormulaires {
color: var(--bleu);
font-size: 12px;
/*display: block;*/
}

.TextboxStandardsChampsFormulaires
, .TextboxTelephonesChampsFormulaires
, .TextboxEmailsChampsFormulaires
, .PRESCRIPTION select
{
width: 100%;
max-width: 100%;
}

.PRESCRIPTION .FORM > table > tbody > tr > td {
width: 25%;
}

#MainContent_rblTypeDossier
, #MainContent_rblDispositifs
, #MainContent_cblFinanceurs
{
width: 100%;
}

#MainContent_rblTypeDossier tr
, #MainContent_rblDispositifs tr
, #MainContent_cblFinanceurs tr
{
display: inline-block;
width: 33%;
background: none !important;
}

#MainContent_rblTypeDossier td
, #MainContent_rblDispositifs td
, #MainContent_cblFinanceurs td
{
border: none !important;
padding: 3px !important;
}

#MainContent_rblTypeDossier input
, #MainContent_rblDispositifs input
, #MainContent_cblFinanceurs input
{
margin-right: 10px;
}

.PRESCRIPTION .FIX td {
border: none !important;
padding: 0 !important;
}

/* NOUVEAU DOSSIER */

/* BONS DE COMMANDE */

#MainContent_grvBons td.RATTACHER {
padding: 0;
}

#MainContent_grvBons td.RATTACHER br {
display: none;
}

#MainContent_grvBons td.RATTACHER select {
margin: 10px;
width: 50%;
}

#MainContent_grvBons td.RATTACHER input[value="RATTACHER"] {
margin: 10px;
font-size: 12px;
padding: 5px;
height: auto;
line-height: 12px;
float: right;
}

#MainContent_grvBons td.RATTACHER > div {
max-height: 180px;
overflow-y: auto;
margin: 5px;
}

[id^='MainContent_grvBons_grvDossiersRattaches'] {
border: 0 !important;
}

[id^='MainContent_grvBons_grvDossiersRattaches'] td {
border: 0 !important;
padding: 5px !important;
}

[id^='MainContent_grvBons_grvDossiersRattaches'] td:first-child {
opacity: 0.5;
}

[id^='MainContent_grvBons_grvDossiersRattaches'] td:last-child {
text-align: right;
}

#MainContent_grvBons .RATTACHER TABLE INPUT {
background: red;
text-transform: uppercase;
font-size: 12px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif !important;
padding: 5px;
height: auto;
}

#MainContent_grvBons .PDF INPUT {
font-size: 12px;
padding: 5px;
height: auto;
line-height: 12px;
}

/* BONS DE COMMANDE */

/* VIE STAGIAIRE */

.VIE_MENU div:nth-child(1) input {
display: block;
max-width: 125px;
}

.VIE_MENU ul {
list-style-type: none;
}

.VIE_SOUS_MENU span {
display: block;
}

.VIE_SOUS_MENU #MainContent_lblConsultationsLivrets {
font-weight: bold;
}

.VIE_SOUS_MENU:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
content: "\e602";
font-size: 40px;
}

.VIE_DU_STAGIAIRE .BLOC.SITUATION input {
white-space: normal;
height: auto;
}

.VIE_DU_STAGIAIRE .BLOC.PLANNING h2 {
color: var(--bleu);
}

.VIE_DU_STAGIAIRE .BLOC.PLANNING .SOUS_MENU.SEP LI:FIRST-CHILD:AFTER {
display: none;
}

.VIE_DU_STAGIAIRE .BLOC.PLANNING .SOUS_MENU input {
background: var(--bleu);
}

.VIE_DU_STAGIAIRE .BLOC.PLANNING .SOUS_MENU input:hover {
background: var(--vert);
}

.VIE_DU_STAGIAIRE .BLOC.PLANNING .SOUS_MENU .mettre_a_jour:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e905";
margin-right: 10px;
}

.VIE_DU_STAGIAIRE .BLOC.PLANNING .SOUS_MENU .visualiser:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e9ce";
margin-right: 10px;
}

/* VIE STAGIAIRE */

/* FICHIERS */

#MainContent_TreeView1 > table {
display: none;
}

#MainContent_TreeView1 th {
padding: 0px !important;
}

#MainContent_TreeView1 td {
padding: 0px !important;
}

[id^='MainContent_TreeView'] [id$='i'] {
display: none;
}

[id^='MainContent_TreeView'] .FolderNodeClass:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e92f";
}

[id^='MainContent_TreeView'] .FileNodeClass:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e924";
}

[id^='MainContent_TreeView'] .EditerNodeClass:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e905";
}

[id^='MainContent_TreeView'] .FusionnerNodeClass:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e92c";
}

[id^='MainContent_TreeView'] .SupprimerNodeClass:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\ea0d";
}

[id^='MainContent_TreeView'] .VisualiserNodeClass:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e9ce";
}

[id^='MainContent_TreeView'] .EnvoyerNodeClass:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e615";
}

/* FICHIERS */

/* PLANNING */

.PLANNING .retour:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\ea1f";
margin-right: 10px;
}

.PLANNING .visualiser:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e9ce";
margin-right: 10px;
}

.PLANNING .generer a:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e926";
margin-right: 10px;
color: #000 !important;
}

.PLANNING .envoyer a:before {
font-family: metro !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e615";
margin-right: 10px;
color: #000 !important;
}

body.PLANNING .LISTE {
overflow-x: auto;
}

body.PLANNING .SOUS_MENU.SEP LI:NTH-CHILD(2):AFTER {
display: none;
}

.PLANNING .RequiredFieldValidatorsChampsFormulaires {
display: inline;
}

/* PLANNING */

/* RENCONTRES METIERS */

.RENCONTRES_METIERS .ACTIONS TABLE {
width: 100%;
}

.RENCONTRES_METIERS .ACTIONS TD {
vertical-align: top;
}

.RENCONTRES_METIERS .ACTIONS TD:last-child div {
background-color: #FFF;
padding: 10px;
float: right;
}

.RENCONTRES_METIERS .LOGO_STRUCTURE IMG {
max-height: 100px;
}

#MainContent_grvRencontresMetiers td.DESCRIPTION {
opacity: 0.8;
font-size: 12px;
}

#MainContent_grvRencontresMetiers td.INSCRITS {
padding: 0 !important;
}

#MainContent_grvRencontresMetiers td.INSCRITS > div {
max-height: 100px;
overflow-y: auto;
margin: 5px;
}

[id^='MainContent_grvRencontresMetiers_grvStagiairesInscrits'] {
border: 0 !important;
}

[id^='MainContent_grvRencontresMetiers_grvStagiairesInscrits'] td {
border: 0 !important;
padding: 5px !important;
}

[id^='MainContent_grvRencontresMetiers_grvStagiairesInscrits'] td:first-child {
opacity: 0.5;
}

[id^='MainContent_grvRencontresMetiers_grvStagiairesInscrits'] td:nth-child(2) {
opacity: 0.5;
}

[id^='MainContent_grvRencontresMetiers_grvStagiairesInscrits'] td:last-child {
text-align: right;
}

#MainContent_grvRencontresMetiers .INSCRITS TABLE INPUT {
background: red;
text-transform: uppercase;
font-size: 12px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif !important;
padding: 5px;
height: auto;
}

#MainContent_grvRencontresMetiers .ENVOYER_MESSAGE INPUT {
font-size: 12px;
padding: 5px;
height: auto;
line-height: 12px;
}

#MainContent_grvRencontresMetiers .MODIFIER INPUT {
font-size: 12px;
padding: 5px;
height: auto;
line-height: 12px;
}

/* RENCONTRES METIERS */

/* STATISTIQUES */

body.STATISTIQUES .CONTENU > DIV {
margin-top: 20px;
margin-bottom: 40px;
}

body.STATISTIQUES TABLE {
width: 100%;
border: 1px #dfdfdf solid;
}

body.STATISTIQUES TABLE TR:NTH-CHILD(2n) {
background: #f8f8f8;
}

body.STATISTIQUES TABLE TH
, body.STATISTIQUES TABLE TD
{
border: 1px #dfdfdf solid;
padding: .625rem;
vertical-align: middle;
}

/* STATISTIQUES */
