h3 {
    font-size: 100%;
    }
a img {
    border: none;
}
div#popup {
    position: fixed;
    z-index:99;
    top: 20%;
    left: 10%;
    border: 1px outset black;
    background: #cfd3d6;
    padding: 10px;
    display: none;
}
div#back {
    z-index:98;
    display:none;
    opacity:0.5;
    filter:alpha(opacity=50);
    margin: 0px;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

@media screen {
    body {
        background-color: #eef;
        margin-top: 220px;
    }

    div.filtre {
        z-index:50;
        width:100%;
        position: fixed;
        background-color: #eef;
        top:100px;
    }
}

@media print {
}

table.listing {
    background-color: white;
    border: 1px solid #51626f;
    font-family: arial, "liberation sans", sans-serif;
    font-size: 0.77em;
    border-collapse: collapse;
    margin-bottom: 1em;
}

table.listing td {
    border: 1px solid #51626f;
    }
table.listing th {
    background-color: #BFBFBF;
    color: #000;
    font-weight: normal;
}

table.listing a {
    display: block;
}
table.listing a:hover {
    background-color: #667b87;
}

table.heures {
    font-size:16px;
}
table.heures td, table.heures th {
    padding:5px; 
}

.center, .text-center {
    text-align:center;
}

.right {
    text-align:right;
}

.highlight {

        background-color: #ffdc87;
}

.non_facturable {
    color: #666;
}
.non_transporte {
    color: #F00;
}
.non_facturable_non_transporte {
    color: #0c0;
}

.zone1 {
    color: #000;
}
.zone2 {
    color: #00f;
}
.zone3 {
    color: #733;
}
.zone4 {
    color: #080;
}
.colorwell {
 border: 2px solid #fff;
 width: 6em;
 text-align: center;
 cursor: pointer;
}
.colorwell-selected {
 border: 2px solid #000;
 font-weight: bold;
}

div.plan_ligne {
    border-bottom: 1px solid lightgrey;
    position:relative;
    padding:0px;
    margin:0px;
    height:20px;
}

p.plan_rdv {
    opacity:0.5;
    filter:alpha(opacity=50);
    margin:0px;
    padding:0px;
    border: 1px solid black;
    position:absolute;
    background:yellow;
    top:0px;
}
p.plan_rdv a {
    display:block;
    text-decoration:none;
}

p.plan_chauffeur {
   margin:0px;
   padding:0px;
   position:absolute;
   top:0px;
}

div.planning {
    position:relative;
}
div.plan_grille {
    position:absolute;
    top:-10px;
    left:0px;
    width:100%;
    height:100%;

}
p.plan_h {
    border-top: 1px solid black;
    border-left:1px solid black;
    position:absolute;
    top:0px;
    height:100%;
}

div.info {
    background-color: lightgreen;
    width: 100%;
    text-align:center;
    font-weight: bold;
}
div.alert {
    background-color: #F00;
    width: 100%;
    text-align:center;
    font-weight: bold;
}
