﻿/* Fond d'écran de la page */
.app1OnCallBackground{
    background-color: white;
    height: auto;
}

/* Mise en forme titres */
.app1OnCallListStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #38B1C6;
    margin-left: 10px;
}

/* Mise en forme de la liste de radio button */
.app1OnCallRBListStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 5px;
    color: gray;
}

/* Mise en forme titres principaux du tableau colonne 1 */
.app1TableMainTitle_C1{
    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 titres principaux du tableau colonne 2 */
.app1TableMainTitle_C2{
    width: 408px;
    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 titres principaux du tableau dernière colonne (Summary) */
.app1TableMainTitle_CL{
    width: 214px;
    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;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: lightgrey;
}

/* Mise en forme du contenu en dessous du titre Who */
.app1OnCallWhoContent{
    vertical-align: top;
    padding-top: 10px;
    width: 258px;
    height: 265px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme liste type staff */
.app1OnCallWhoDDList{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: gray;
    border-color: lightgray;
    height: 30px;
    width: 234px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
}

/* Mise en forme de la liste pour choisir le médecin */
.listboxApp1WhoDoctor{
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    margin: 10px;
    padding-left: 5px;
    height: 171px;
    width: 231px;
    border: 1px solid lightgrey;
}

/* Mise en forme du contenu en dessous du titre When */
.app1OnCallWhenContent{
    vertical-align: top;
    padding-top: 10px;
    width: 258px;
    height: 280px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme de l'espace accueillant le calendrier dans le contenu When */
.app1CalendarOnCallStyle{
    float: left;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 240px;
}

/* Mise en forme du calendrier: on enlève les soulignements*/
.app1CalendarOnCall a{
    text-decoration: none;
}

/* Mise en forme TextBox pour choix de la semaine */
.txtbApp1OnCallWeek{
    margin: 10px 0px 10px 10px;
    padding-left: 5px;
    height: 24px;
    width: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme TextBox pour choix de la date */
.txtbApp1OnCallWeekChoiceDate{
    margin: 10px 0px 10px 10px;
    padding-left: 5px;
    height: 24px;
    width: 150px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme TextBox pour dates fonction de la semaine choisie */
.txtbApp1OnCallWeekDate{
    margin: 10px 0px 10px 10px;
    padding-left: 5px;
    height: 24px;
    width: 103px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme du contenu en dessous du titre Assignment */
.app1OnCallAssignmentContent{
    vertical-align: top;
    padding-top: 10px;
    width: 404px;
    height: 500px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme label d'information remplaçant les gridview */
.app1LabelStaffList{
    font-size: 12px;
    color: grey;
    font-family : Arial, Helvetica, sans-serif;
}


/* Mise en forme des gridview de garde */
.app1GridViewOnCallStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    color: grey;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom : 10px;
    width: 365px;
    border: 1px solid lightgrey;
}

/* Mise en forme des titres des gridview de garde */
.app1GridViewHeaderOnCallStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #38B1C6;
    margin-left: 10px;
    width: 250px;
    border: 1px solid lightgrey;
}

/* Mise en forme du contenu en dessous du titre Summary */
.app1OnCallResumeContent{
    background-color: whitesmoke;
    vertical-align: top;
    padding-top: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: lightgrey;
}


/* Mise en forme titres Summary */
.app1ListStyleOnCallSummary{
    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 */
.app1SummaryOnCallSepLine{
    width: 210px;
    height: 1px;
    margin: 10px 0px 10px 10px;
    border-bottom: 1px solid lightgrey;
}

/* Design pour le bouton de sauvegarde*/
.app1OnCallSaveStyle ul{
    list-style-type: none;
    padding-left: 0;
    transition: all 0.5s;
}

/* On enlève la couleur bleue et soulignement des liens */
.app1OnCallSaveStyle a:link{
    text-decoration: none;
    color: inherit;
}

/* On enlève la couleur bleue et soulignement des liens */
.app1OnCallSaveStyle a:visited{
    color: inherit;
}

/* Style du bouton de souhait de garde*/
.app1ButtonWishOnCallStyle{
    margin-left: 10px;
    margin-top: 108px;
    width: 212px;
    height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
     background-color: #8CC63E;
    color: white;
    border: none;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}

/* Style du bouton de souhait de garde au passage de la souris */
.app1ButtonWishOnCallStyle:hover {
    background-color: #38B1C6;
    transition: 0.5s;
}

/* Style du bouton d'annulation*/
.app1ButtonCancelOnCallStyle{
    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 */
.app1ButtonCancelOnCallStyle:hover {
    background-color: #38B1C6;
    transition: 0.5s;
}