﻿body{
    position:relative;
    font-family: arial;
    font-size: .75em;
    box-sizing: border-box;
    background-color: #f9f9f9;
       
}


#locationField, #controls {
        position: relative;
        width: 480px;
      }
      #autocomplete {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 99%;
      }
      .labelGM {
        text-align: right;
        font-weight: bold;
        width: 100px;
        color: #333;
      }
      #address {
        width: 480px;
        padding-right: 2px;
          border: none;
          margin-top: 10px;
      }
      #address td {
        font-size: 10pt;
          border: none;
      }
      .field {
        width: 99%;
      }
      .slimField {
        width: 80px;
      }
      .wideField {
        width: 200px;
      }
      #locationField {
        height: 20px;
        margin-bottom: 2px;
      }


table.Planning tr,td,th{
    padding: 1px;
    font-size: 0.9em;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    border: 1px #666666 groove;
    color: #333;
}

table.Planning th{
    padding: 1px;
    font-size: 1em;
    border: black solid 1px;
    white-space: nowrap;
    vertical-align: middle;
}


table.Planning tr:hover {
    background-color: lightskyblue;
}

div.detailJournee {
    margin: 10px 5px;
    font-weight: 600;
    border: 1px solid #000000;
    background-color: #fff;
   
}
div.detailJournee p {
    margin: 5px 0;
}
table {

}

table.detailPlanningJournee{

}

p.warning {
    font-weight: bold;
    color: darkorange;
}

table.Planning {
    margin: 20px 5px;
    max-width: 600px;
    table-layout:fixed;
    font-size: 0.9em;
}

table.Planning td.title {
    width: 100%;
}



table.detailPlanningJournee tr{
    background-color: #ddd;
}

table.detailPlanningJournee td{
    padding: 2px;
    border: 1px solid #000000;
    border-bottom: 2px solid #000000;

}

table.detailPlanningJournee span {
    padding: 5px;
}

span.title {
    padding: 5px;
    color:#666;
    font-weight: normal;
}

.ui-helper-hidden-accessible {
    display: none;
}

li:hover {
    background-color: lightblue;
}

a.home {
    margin: 10px 2px;
}

.login {

    padding: 5px;
    margin: 0 auto;
    text-align: center;
}

.login table{
    margin: 20px auto;
}

.login table td{
    border: none;
    text-align: right;
}

.buttons {
    text-align: center;
    margin-top: 30px;
}

div.title {
    text-align: center;
}


div.header {
    height: 50px;
    background-image: url("logoMini.jpg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-color: #f9f9f9;
}

div.content {
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    margin: 0 auto;
    border-radius: 5px;
}

div.footer {
    position: fixed;
    bottom: 0;
    background-color: #ddd;
    width: 100%;
    text-align: center;
}

div.footer p {
    font-size: 0.7em;
    margin: 1px;
}

td.valid {
    text-align: center;
}

td.title {
    font-size: 1.2em;
    font-weight: bold;
}