html,body {
    background-color : white;
    max-width:380px;
}

div.box {
    padding: 25px;
    margin: 25px;
    box-shadow: 0 2px 5px #f5f5f5; 
    background: #f5f5f5; 
}
.pagemenu > button {
    margin: 3px;
}

/*
form {
    max-width:380px;
    padding: 25px;
    margin: 25px;
    box-shadow: 0 2px 5px #f5f5f5; 
    background: #f5f5f5; 
}
   */


.debug {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    font-style: italic;
    background-color: rgb(255, 255, 167);
    border: 1px solid black;
    width: 960px;
}

input, textarea, select {
  width: calc(100% - 18px);
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #1c87c9;
  outline: none;
}
input::placeholder, select::placeholder {
  color: #666;
}
input:read-only {
    background-color: #f5f5f5;
    border-top: none;
    border-left: none;
    border-bottom: 1px inset #1c87c9;
    border-right: 1px inset #1c87c9;
}
button, input.submit {
  width: 100%;
  padding: 10px;
  border: none;
  background: #1c87c9; 
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
input.submit {
  font-weight: 600;
}
span.readonly{
    border-bottom: 1px inset #1c87c9;
    border-right: 1px inset #1c87c9;
}
span.rightLabel {
    padding: 4px;
    margin: 0px;
    outline: none;
}
input.rightLabel {
    padding: 4px;
    margin-bottom: 10px;
    outline: none;
    border: 0;
    text-align: right;
}
button:hover, button:active{
    background: #2371a0;
}

input, select {
    background-color: lightsteelblue;
}

.usersTb table {
    border-spacing: 0px;
    border-collapse: separate;
}
.usersTb thead {
    background-color: #1a5274;
    color: white;
    border: 1px solid black;
}

.usersTb th {
    text-align: left;
    padding: 3px 7px;
    border: 1px solid black;
}
.usersTb tr {
    text-align: left;
    padding: 3px 7px;
    border-bottom: 1px solid black;
    
}
.usersTb td {
    text-align: left;
    padding: 3px 7px;
}

.usersTb button {
    width: 12px;
    height: 12px;
}

.link-row {
    color: #1a5274;
    text-decoration: underline;
    cursor: pointer;
}

#travelTimePrevToRdv{ width: 36px; }
#job1TypePrix { width: 50px; }
#minNextRdvTime { width: 50px; }
#job1TypeVehiculePrix { width: 50px; }
#job1Duration { width: 50px !important; }
#job1AjustPrix { width: 50px !important; }
#job1PrixPneus { width: 50px !important; }
#job1PrixPneusPrix { width: 50px; }

#job1SousTotal { width: 50px; }
#job1TPS { width: 50px; }
#job1TVQ { width: 50px; }
#job1Total { width: 50px; }

.checkbox { 
    width: 20px;
    height: 20px;
}

button:hover, button:active{
    background: #2371a0;
}

#rdvTime {
    margin-bottom: 3px;
}

#inTime, #outOfTime {
    font-size: 13px;
    padding : 2px 8px;
    background: lightgrey; 
}

#dateText {
    width: 200px;
    font-size : 16px;
    font-weight: bold;
}

.rdvTravelCase {
    background: #dce8ec; 
}
.rdvCase {
    background: white;
    margin-top: 10px;
}

legend {
    margin-left: -10px;
    margin-bottom: 5px;
}

.Rendez-vous-HeureDebut {
    padding:0px;
    margin-left: -10px;
    margin-top: -5px;
}
.Rendez-vous-Summary {
    border-left: 1px solid black;
    margin-left: -6px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.Rendez-vous-HeureFin {
    padding:0px;
    margin-left: -10px;
    margin-bottom: -5px;
}
.Rendez-vous {
    background-color: white;
    padding: 10px;
    width: 100%;
    border: 2px solid #4c5b8a;  
    border-radius: 15px;
    margin-left: 10px;
    margin-top: 10px;
}
.Rendez-vous-Travel {
    /*background-color: lightgray;*/
    background-color : #4c5b8a;
    color: white;
    padding: 10px;
    width: 100%;
    height: 40px;
    border-radius: 15px;

    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: -35px;
}

.Rendez-vous-Travel.retard {
    color: lightpink;
}
.Rendez-vous.retard {
    background-color: lightpink;
}

input, select {
    background-color: lightsteelblue;
}

#btnAddNewUser {min-width: 10px; width: fit-content;}

button:hover, button:active{
    background: #2371a0;
}

button, input.submit {
    width: 100%;
    padding: 10px;
    border: none;
    background: #1c87c9; 
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

input.submit {
    font-weight: 600;
}

.pagemenu { display:inline-block; }
.pagemenu button {min-width: 10px; width: fit-content;}
/*.pagemenu li {display: inline-block; background-color: #2371a0; margin:5px; padding: 10px;}
.menulink { color: white; }
.menulink:hover { color: #a4c5da; }
.pagemenu li:hover { background: #2371a0; }
*/
/*
 html,body {
        background-color : white;
    }

    form {
        max-width:380px;
        padding: 25px;
        margin: 25px;
        box-shadow: 0 2px 5px #f5f5f5; 
        background: #f5f5f5; 
    }
    input, textarea, select {
      width: calc(100% - 18px);
      padding: 8px;
      margin-bottom: 10px;
      border: 1px solid #1c87c9;
      outline: none;
    }
    input::placeholder, select::placeholder {
      color: #666;
    }
    input:read-only {
        background-color: #f5f5f5;
        border-top: none;
        border-left: none;
        border-bottom: 1px inset #1c87c9;
        border-right: 1px inset #1c87c9;
    }

    span.readonly{
        border-bottom: 1px inset #1c87c9;
        border-right: 1px inset #1c87c9;
    }
    span.money {
        padding: 4px;
        margin: 0px;
        outline: none;
    }
    input.money {
        padding: 4px;
        margin-bottom: 10px;
        outline: none;
        border: 0;
        max-width: 90%;
        text-align: right;
    }
    
    span.rightLabel {
        padding: 4px;
        margin: 0px;
        outline: none;
    }
    input.rightLabel {
        padding: 4px;
        margin-bottom: 10px;
        outline: none;
        border: 0;
        text-align: right;
    }

    #travelTimePrevToRdv{ width: 36px; }
    #job1Prix { width: 50px; }
    #minNextRdvTime { width: 50px; }
    #job1Duration { width: 50px !important; }
    #job1AjustPrix { width: 50px !important; }
    #job1PrixPneus { width: 50px !important; }
    #job1PrixPneusPrix { width: 50px; }

    #job1SousTotal { width: 50px; }
    #job1TPS { width: 50px; }
    #job1TVQ { width: 50px; }
    #job1Total { width: 50px; }

    .checkbox { 
        width: 20px;
        height: 20px;
    }

    

    #rdvTime {
        margin-bottom: 3px;
    }

    #inTime, #outOfTime {
        font-size: 13px;
        padding : 2px 8px;
        background: lightgrey; 
    }

    #dateText {
        width: 200px;
        font-size : 16px;
        font-weight: bold;
    }

    .rdvTravelCase {
        background: #dce8ec; 
    }
    .rdvCase {
        background: white;
        margin-top: 10px;
    }

    legend {
        margin-left: -10px;
        margin-bottom: 5px;
    }

    .Rendez-vous-HeureDebut {
        padding:0px;
        margin-left: -10px;
        margin-top: -5px;
    }
    .Rendez-vous-Summary {
        border-left: 1px solid black;
        margin-left: -6px;
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .Rendez-vous-HeureFin {
        padding:0px;
        margin-left: -10px;
        margin-bottom: -5px;
    }
    .Rendez-vous {
        background-color: white;
        padding: 10px;
        width: 100%;
        border: 2px solid #4c5b8a;  
        border-radius: 15px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .Rendez-vous-Travel {
        background-color : #4c5b8a;
        color: white;
        padding: 10px;
        width: 100%;
        height: 40px;
        border-radius: 15px;

        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: -35px;
    }

    .Rendez-vous-Travel.retard {
        color: lightpink;
    }
    .Rendez-vous.retard {
        background-color: lightpink;
    }

    input, select {
        background-color: lightsteelblue;
    }
*/