﻿/* Fond d'écran de la page */
.app1StaffBackground{
    background-color: white;
    height: 560px;
}

/* Mise en forme titres */
.app1StaffListStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #38B1C6;
    margin-left: 10px;
}

/* Mise en forme du titre My Staff */
.app1StaffMyStaff{
    width: 250px;
    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 My staff*/
.app1StaffMyStaffContent {
    vertical-align: top;
    padding-top: 10px;
    width: 250px;
    height: 506px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme de la liste de radio button */
.app1StaffRBListStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Mise en forme de la liste pour choisir le médecin*/
.listboxApp1Staff {
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    margin: 10px;
    padding-left: 5px;
    height: 365px;
    width: 245px;
    border: 1px solid lightgrey;
}

/* Position du bouton pour l'édition du staff */
.app1StaffButtonStyle {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

/* Design pour les boutons d'édition et suppression du staff */
.app1StaffButtonStyle ul{
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    transition: all 0.5s;
}

/* On enlève la couleur bleue et soulignement des liens */
.app1StaffButtonStyle a:link{
    text-decoration: none;
    color: inherit;
}

/* On enlève la couleur bleue et soulignement des liens */
.app1StaffButtonStyle a:visited{
    color: inherit;
}

/* Boutons pour les applications positionnés les uns à côté des autres*/
.app1StaffButtonStyle li{
    float: left;
}

/* Mise en forme du bouton d'édition et de suppression du staff */
.app1StaffButton{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #38B1C6;
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 7px;
  margin-left: 10px;
  width: 117px;
  cursor: pointer;
}

/* Couleur de fond au passage de la souris */
.app1StaffButton:hover{
  background-color: #8CC63E;
  transition: 0.5s;
}

.app1StaffButton a{
  cursor: pointer;
  display: inline-block;
  position: relative;
}

/* Mise en forme du titre Add Staff */
.app1StaffAdd{
    width: 752px;
    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 Add staff*/
.app1StaffAddContent {
    vertical-align: top;
    padding-top: 10px;
    height: 280px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Colonne 1 contenu Add Staff */
.app1StaffAddContent_C1{
    float: left;
    width: 253px;
}

/* Colonne 2 contenu Add Staff */
.app1StaffAddContent_C2{
    float: left;
    width: 253px;
}

/* Colonne 3 contenu Add Staff */
.app1StaffAddContent_C3{
    float: left;
    width: 253px;
}

/* Mise en forme de la liste déroulante pour choisir le type de médecin à ajouter */
.listApp1TypeStaff{
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    margin: 10px;
    padding-left: 5px;
    height: 30px;
    width: 246px;
    border: 1px solid lightgrey;
}

/* Mise en forme des textbox */
.txtbApp1AddStaff{
    margin: 10px;
    padding-left: 5px;
    height: 26px;
    width: 238px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme des textbox avec date */
.txtbApp1AddStaffDate{
    margin: 10px;
    padding-left: 5px;
    height: 28px;
    width: 238px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme de la liste de radio button pour choisir le genre */
.app1StaffRBListStyleGender{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 15px;
}

/* Mise en forme du bouton d'édition et de suppression du staff */
.app1StaffAddButton{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #38B1C6;
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 7px;
  margin-left: 10px;
  margin-top: 23px;
  width: 111px;
  cursor: pointer;
}

/* Couleur de fond au passage de la souris */
.app1StaffAddButton:hover{
  background-color: #8CC63E;
  transition: 0.5s;
}

.app1StaffAddButton a{
  cursor: pointer;
  display: inline-block;
  position: relative;
}

/* Mise en forme du titre Hospital */
.app1StaffHospital{
    width: 250px;
    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 Hospital*/
.app1StaffHospitalContent {
    vertical-align: top;
    padding-top: 10px;
    width: 250px;
    /*height: 100px;*/
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Colonne 1 contenu Hospital */
.app1StaffHospitalContent_C1{
    float: left;
    width: 253px;
}

/* Colonne 2 contenu Hospital */
.app1StaffHospitalContent_C2{
    float: left;
    width: 253px;
}

/* Colonne 3 contenu Hospital */
.app1StaffHospitalContent_C3{
    float: left;
    width: 253px;
}

/* Mise en forme des textbox */
.txtbApp1Hospital{
    margin: 10px;
    padding-left: 5px;
    height: 26px;
    width: 238px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme du titre Staff pour le summary */
.app1StaffSummary{
    width: 213px;
    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 Staff pour le summary*/
.app1StaffSummaryContent {
    background-color: whitesmoke;
    vertical-align: top;
    padding-top: 10px;
}

/* Mise en forme titres Summary */
.app1ListStyleStaffSummary{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: grey;
    margin-left: 10px;
}