﻿@import "../../horaires/css/style.css";

#content form.horaireslignes {
    background-color: #f1eeec;
    margin-bottom: 15px;
    margin-left: 10px;
    min-height: 100px;
    width: 48%;
}

#content form.horaireslignes h2 
{
    background-position: 15px center;
    background-color: #E7E7E8;
    color: #1D4985;
    font-family: Arial;
    font-weight: bold;
    padding: 5px 30px;
    margin-top: 0px;
}

#content form.horaireslignes .border {
    padding: 25px;
}
#content #lineList
{
     background-color: #f1eeec;
     padding-bottom:10px;
     margin-bottom:10px;
}
#content #lineList .titre
{
    background-color: #7f756b;
    color: #ffffff;
    width: 200px;
    margin-top:-10px;
    margin-left: -5px;
    margin-bottom:10px;
    padding-left:5px;
    padding-bottom:2px;
}

/*Services*/
#services #download legend
{
    display:none;
}

/*Mon espace*/
#content .userPref .submit 
{
    margin:0 0 0 30px;
}

.perts {
    float: left;
}

/*Affichage du résultat*/
TABLE#linehour
{
    width:100%;
    border-collapse: collapse;
    vertical-align:middle;
    border: solid 1px #7f756b ;
    margin: auto;
}
TABLE#linehour thead tr
{
    background-color: #7f756b;
    color:#ffffff;
}
TABLE#linehour tbody tr th,
TABLE#linehour tbody tr td.note,
TABLE#linehour tbody tr td.horaire,
TABLE#linehour tbody tr td.mode
{
    border: solid 1px #7f756b;
}
TABLE#linehour tbody tr.row1 td,
TABLE#linehour tbody tr.row0 td
{
    border: none;
}
TABLE#linehour tbody td.mode,
TABLE#linehour tbody TD.horaire,
TABLE#linehour tbody TD.note,
TABLE#linehour tbody td.plan,
TABLE#linehour tbody td.access {
    text-align: center;
}
TABLE#linehour tbody TD.horaire {
    width: 55px;
}
TABLE#linehour tbody td.arret img {
    margin-left: 5px;
    vertical-align: text-top;
}
TABLE#linehour tbody td.arret .right img {
    margin: 0px 3px;
}

/* Boutons suivant / précédent */
#LINEtimetable .linkLeft {
    float: left;
    width: 33%;
}
#LINEtimetable .linkRight {
   float: right;
   width: 17%;
   text-align: right;
}

#LINEtimetable div.goatContent .linkRight a {
   float: none;
    display: inline-block;
}

#LINEtimetable .datetime {
    float: left;
    width: 50%;
}
#LINEtimetable div.goatContent div.imgLeft
{
	float:left;
	margin:10px;
	display:block;
}
#LINEtimetable div.goatContent div.imgRight
{
	float:right;
	margin:10px;
	display:block;
}

#LINEtimetable div.goatContent div a {
	line-height: 999px;
	height: 1px;
	width: 0;
	display: block;
	overflow: hidden;
	z-index: -9999;
	float:left;
}

#LINEtimetable div.goatContent .firstHour {
    background-image: url('../../img/default/Picto/Debut.png');
    background-repeat: no-repeat;
	background-position: left top;
    padding: 10px 0 10px 24px;
    font-weight: normal;
}

#LINEtimetable div.goatContent .earlierHour {
    background-image: url('../../img/default/Picto/PlusTot.png');
    background-repeat: no-repeat;
	background-position: left top;
    padding: 10px 0 10px 24px;
    margin-left: 10px;
    font-weight: normal;
}

#LINEtimetable div.goatContent .lastHour {
    background-image: url('../../img/default/Picto/Fin.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding:10px 24px 10px 0;
    font-weight: normal;
}

#LINEtimetable div.goatContent .laterHour {
    background-image: url('../../img/default/Picto/PlusTard.png');
    background-repeat: no-repeat;
    padding:10px 24px 10px 0;
    background-position: right top;
    margin-right: 10px;
    font-weight: normal;
}

#LINEtimetable div.goatContent .firstHour:hover,
#LINEtimetable div.goatContent .earlierHour:hover {
	background-position: left bottom;
}

#LINEtimetable div.goatContent .lastHour:hover,
#LINEtimetable div.goatContent .laterHour:hover {
	background-position: right bottom;
}


#LINEtimetable div.goatContent input {
    font-weight: normal;
}
/*Légende fiche horaire*/
#modeLegend {
    float: none;
}

/*Calendrier*/
body.popup
{
    background-image: url("../../img/Accueil/MotifFond.html");
    background-position: 38px 0;
    background-repeat: repeat;
}
TABLE#calendrier {
    width: 800px;
}
table#calendrier th {
    background-color: #7f756b;
    color: #FFFFFF;
}
TABLE#calendrier th.mois, TABLE#calendrier th.left1, TABLE#calendrier th.left0 {
    font-weight: normal;
    padding: 1px 3px;
    text-align: center;
    width:15px;
}
TABLE#calendrier td {
    text-align: center;
}
TABLE#calendrier tr.row1, TABLE#calendrier th.row1, TABLE#calendrier td.row1, TABLE#calendrier td.leftEnabled1 {
    background-color: #F1EEEC;
}
TABLE#calendrier tr.row0, TABLE#calendrier th.row0, TABLE#calendrier td.row0, TABLE#calendrier td.leftEnabled0 {
    background-color: #FFFFFF;
}

/* Horaires > Perturbations */
#content .disrupt
{
    background-color: #F1EEEC;
    margin-bottom: 15px;
    padding: 5px;
}

.disrupt .perturbationsline
{
    margin-left: 20px;
}

.disrupt ul
{
    margin-top: -4px;
    line-height: 26px;
}
.disrupt li a
{
    color: #000;
    font-family: Verdana;
    font-size: 100%;
    text-decoration: underline;
}
.disrupt li a:hover,
.disrupt li a:focus,
.disrupt li a:active
{
    color: #005FB0;
}
.disrupt li
{
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 30px;
}
.disrupt li a:hover
{
    text-decoration:underline;
}
.disrupt .perts ul.perturbation li {
    padding-left: 0px;
}

/*
.disrupt li.pert1
{
    background-image: url('./../../img/default/Picto/disruption1.png');
}

.disrupt li.pert2
{
    background-image: url('./../../img/default/Picto/disruption2.png');
}

.disrupt li.pert3
{
    background-image: url('./../../img/default/Picto/disruption3.png');
}

.disrupt li.pert4
{
    background-image: url('./../../img/default/Picto/disruption4.png');
}

.disrupt li.pert5
{
    background-image: url('./../../img/default/Picto/disruption5.png');
}

.disrupt li.pert6
{
    background-image: url('./../../img/default/Picto/disruption6.png');
}

.disrupt li.pert7
{
    background-image: url('./../../img/default/Picto/disruption7.png');
}

.disrupt li.pert8
{
    background-image: url('./../../img/default/Picto/disruption8.png');
}

.disrupt li.pert9
{
    background-image: url('./../../img/default/Picto/disruption9.png');
}

.disrupt li.pert10
{
    background-image: url('./../../img/default/Picto/disruption10.png');
}

.disrupt li.pert11
{
    background-image: url('./../../img/default/Picto/disruption11.png');
}

.disrupt li.pert12
{
    background-image: url('./../../img/default/Picto/disruption12.png');
}
*/
#content .selectMinute label {
    display: none;
}
#searchByNumber h2 label
{
    position:relative;
}
/*legende*/

#global #mapLegend UL.lineColor {
    width: auto;
}