﻿/* Fond d'écran de la page */
.app1AnesthBackground{
    background-color: white;
    height: 560px;
}

/* Mise en forme titres */
.app1AnesthListStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #38B1C6;
    margin-left: 10px;
}

/* Mise en forme radiobutton */
.app1RadioButtonAnesth{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #333333;
}

/* Mise en forme du titre Who */
.app1AnesthWho{
    width: 210px;
    height: 40px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #8CC63E;
    background-color: whitesmoke;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8CC63E;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme du contenu en dessous du titre Who */
.app1AnesthWhoContent {
    vertical-align: top;
    padding-top: 10px;
    width: 210px;
    height: 506px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme liste type staff */
.app1AnesthWhoDDList{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: gray;
    border-color: lightgray;
    height: 30px;
    width: 208px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.app1AnesthWhoRBList{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: gray;
    margin-top: 5px;
}

/* Mise en forme de la liste pour choisir l'anesthésiste*/
.listboxApp1Who{
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    margin: 10px;
    padding-left: 5px;
    height: 415px;
    width: 207px;
    border: 1px solid lightgrey;
}

/* Mise en forme du titre When*/
.app1AnesthWhen{
    width: 450px;
    height: 40px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #8CC63E;
    background-color: whitesmoke;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8CC63E;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme du contenu en dessous du titre When */
.app1AnesthWhenContent{
    vertical-align: top;
    padding-top: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme de l'espace accueillant le calendrier dans le contenu When */
.app1CalendarAnesthStyle{
    float: left;
    margin-top: 8px;
    margin-left: 8px;
    width: 240px;
}

/* Mise en forme du calendrier: on enlève les soulignements*/
.app1CalendarAnesth a{
    text-decoration: none;
}

/* Mise en forme sous-titres */
.app1SubTitleStyleAnesth{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: gray;
    margin-left: 10px;
    padding: 7px 10px 7px 10px;
}

/* Mise en forme de l'espace accueillant les jours à sélectionner dans le contenu When */
.app1DayStyleAnesth{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    width: 100px;
    height: 180px;
}

/* On enlève les bullets de la liste contenant les radio buttons */
.app1DayStyleAnesth ul{
    list-style-type: none;
    padding-left: 1px;
}

.app1DayStyleAnesth li{
    margin: 2px;
    padding: 2px;
}

/* Mise en forme de l'espace accueillant le moment de la journée dans le contenu When */
.app1MomentStyleAnesth{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

/* On enlève les bullets de la liste contenant les radio buttons */
.app1MomentStyleAnesth ul{
    list-style-type: none;
    padding-left: 1px;
}

.app1MomentStyleAnesth li{
    margin: 2px;
    padding: 2px;
}

/* Mise en forme du titre Reccurence */
.app1AnesthRecurrence{
    height: 40px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #8CC63E;
    background-color: whitesmoke;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8CC63E;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme du contenu en dessous du titre Recurrence */
.app1AnesthRecurrenceContent{
    vertical-align: top;
    padding-top: 10px;
    height: 225px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme de l'espace accueillant la récurrence hebdomadaire dans le contenu Recurrence */
.app1RecurrenceAnesthWeekStyle{
    float: left;
    width: 100px;
    height: 120px;
}

/* Mise en forme de la liste avec les radio button */
.app1AnesthRecuWeekRBList{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 0px 5px 3px;
    color: grey;
}

/* Mise en forme de la textbox pour le choix du nombre de semaines */
.app1AnesthRecuWeekTxtBox{
    width: 40px;
    margin-left: 10px;
}

/* Mise en forme du titre Which Junior*/
.app1AnesthAvail{
    width: 318px;
    height: 40px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #8CC63E;
    background-color: whitesmoke;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8CC63E;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme du contenu en dessous du titre Absences */
.app1AnesthAvailContent{
    vertical-align: top;
    padding-top: 10px;
    height: 220px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Contenu choix durée */
.app1AnesthAbsDurationContent{
    width: 260px;
}

/* Mise en forme liste type dispo */
.droplistApp1AvailType{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: gray;
    border-color: lightgray;
    height: 30px;
    width: 180px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
}

/* Contenu choix numéro de semaine */
.app1AnesthStartDateContent{
    width: 160px;
    height: 60px;
    float: left;
    margin-top: 5px;
}

/* Contenu choix moment journée */
.app1AnesthStartToDContent{
    float: left;
    height: 60px;
    width: 160px;
    margin-left: 5px;
    margin-top: 5px;
}

/* Contenu choix staff*/
.app1AnesthStaffContent{
    float: left;
    height: 60px;
    width: 160px;
    margin-left: 0px;
    margin-top: 5px;
}

/* Mise en forme liste radio button pour la durée des absences*/
.app1AnesthAvailDurationList{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: gray;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Mise en forme TextBox pour choix staff */
.txtbApp1AnesthAvailStaff{
    margin: 10px 0px 0px 10px;
    padding-left: 5px;
    height: 28px;
    width: 147px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme TextBox pour choix date dispo */
.txtbApp1AnesthAvailDate{
    margin: 10px 0px 0px 10px;
    padding-left: 5px;
    height: 28px;
    width: 147px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme Radio Button moment de la journée */
.rblistApp1AnesthToD{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: gray;
    margin-top: 10px;
    
}

/* Design pour le bouton de sauvegarde pour les dispo*/
.app1AbsValidCancelStyle ul{
    list-style-type: none;
    margin-top: 10px;
    padding-left: 0;
    transition: all 0.5s;
}

/* On enlève la couleur bleue et soulignement des liens */
.app1AbsValidCancelStyle a:link{
    text-decoration: none;
    color: inherit;
}

/* On enlève la couleur bleue et soulignement des liens */
.app1AbsValidCancelStyle a:visited{
    color: inherit;
}

/* Boutons pour les applications positionnés les uns à côté des autres*/
.app1AbsValidCancelStyle li{
   float: left;
}

/* Mise en forme du bouton de sauvegarde */
.app1ValidCancelButton{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #38B1C6;
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  margin: 20px 0px 0px 10px;
  width: 154px;
  cursor: pointer;
}

/* Couleur de fond au passage de la souris */
.app1ValidCancelButton:hover{
  background-color: #8cc63e;
  transition: 0.5s;
}

.app1ValidCancelButton a{
  cursor: pointer;
  display: inline-block;
  position: relative;
}


/* Mise en forme du titre Summary */
.app1AnesthResume{
    width: 212px;
    height: 40px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: white;
    background-color: silver;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8CC63E;
}

/* Mise en forme du contenu en dessous du titre Summary */
.app1AnesthResumeContent {
    background-color: whitesmoke;
    vertical-align: top;
    padding-top: 10px;
}

/* Mise en forme titres Summary */
.app1ListStyleAnesthSummary{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: grey;
    margin-left: 10px;
}

/* Mise en forme de la ligne de séparation dans le Summary */
.app1SummaryAnesthSepLine{
    width: 210px;
    height: 1px;
    margin: 10px 0px 10px 10px;
    border-bottom: 1px solid lightgrey;
}

/* Design pour le bouton de sauvegarde*/
.app1AnesthSaveStyle ul{
    list-style-type: none;
    padding-left: 0;
    transition: all 0.5s;
}

/* On enlève la couleur bleue et soulignement des liens */
.app1AnesthSaveStyle a:link{
    text-decoration: none;
    color: inherit;
}

/* On enlève la couleur bleue et soulignement des liens */
.app1AnesthSaveStyle a:visited{
    color: inherit;
}

/* Style du bouton de sauvegarde*/
.app1ButtonViewStyle{
    margin: 27px 0px 0px 10px;
    width: 212px;
    height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: DarkGray;
    border: none;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

/* Style du bouton de sauvegarde au passage de la souris */
.app1ButtonViewStyle:hover {
    background-color: #38B1C6;
    transition: 0.5s;
}


/* Style du bouton de sauvegarde*/
.app1ButtonSaveStyle{
    margin-left: 10px;
    margin-top: 56px;
    width: 212px;
    height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #8CC63E;
    border: none;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}

/* Style du bouton de sauvegarde au passage de la souris */
.app1ButtonSaveStyle:hover {
    background-color: #38B1C6;
    transition: 0.5s;
}

/* Style du bouton d'annulation*/
.app1ButtonCancelStyle{
    margin-left: 10px;
    margin-top: 5px;
    width: 212px;
    height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: crimson;
    color: white;
    border: none;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}

/* Style du bouton d'annulation au passage de la souris */
.app1ButtonCancelStyle:hover {
    background-color: #38B1C6;
    transition: 0.5s;
}