﻿
#routeForm {
    margin-bottom: 15px;
}
#RI #goatSelection #routeForm {
	padding: 0;
	border: 0;
}
#routeForm .titre  {
    display: none
}
#routeForm .titre.show {
    display: block;
}
#routeForm legend {
    display: none;
}

#routeForm .inputValue {
    font-size: 95%;
}
#routeForm #depart, #routeForm #arrivee, #routeForm #via {
    margin-bottom: 20px;
}


#routeForm .point select {
    padding: 7px;
    width: 350px;
}

#routeForm .pointSelect {
	font-size: 120%;
}

#routeForm #depart LABEL,
#routeForm #arrivee LABEL,
#routeForm #via LABEL  {
	width: 40px;
	padding-top: 6px;
	display: block;
	float: left;
}
#routeForm .point label {
    font-size: 120%;
}

#routeForm #depart span.title, #routeForm #arrivee span.title, #routeForm #via span.title {
    font-size: 110%;
    font-weight: bold;
}
#routeForm #depart label.error, #routeForm #arrivee label.error, #routeForm #via label.error {
    background-image: none;
    padding-left: 0px;
    display: inline;
    color:#E10000;
    width:auto;
}
#routeForm #date .titre, #routeForm #date .label, #routeForm #date .selectDate label, #routeForm #date .selectHour label, #routeForm #date .selectMinute label {
    display: none;
}
#routeForm .selectDate, #routeForm #date .selectTypeDate {
    float: left;
}
#routeForm #date .selectHour, #routeForm #date .selectMinute {
    float: left;
    margin-left: 1px;
}
#routeForm .selectDate select {
    width: 145px;
    margin-right: 2px;
}
#routeForm .selectDate img 
{
    vertical-align:bottom;
	cursor: pointer;
}
#routeForm input.streetNumber {
    width: 30px;
}
#routeForm #options {
    margin-bottom: 15px;
}
#routeForm .submit.reverse {
    margin-left: 20px;
}
#routeForm DIV.waiting,
#routeFormAdvanced DIV.waiting {
	MARGIN: 0px;
	display: none;
	text-align:right;
	float: right;
	margin-top: 55px;
	margin-right: 25px;
	font-size: 130%;
	color: #005FB0;
}
#Result #otherWaiting .waiting {
	margin-top: 20px;
	text-align:center;
	font-size: 130%;
	color: #005FB0;
}
#routeForm DIV.waitingBlock
{
	margin-top:10px;
	text-align:center;
}

#routeForm DIV.waiting img,
#routeForm DIV.waitingBlock img,
#Result #otherWaiting .waiting img
{
	vertical-align :middle;
    margin-right: 5px;
}

#routeForm #transportMode .option {
    margin-bottom: 15px;
}
#routeForm #transportMode label.title {
    font-weight: bold;
}
#routeForm #transportMode .transportMode li {
    list-style: none;
    display: block;
    float: left;
    width: 120px;
}
#routeForm #transportMode .transportMode li.mode0 {
    list-style: none;
    display: block;
    float: left;
    width: 180px;
}
#content #routeForm .libelle INPUT, #content #routeForm .libelle label {
    float: left;
}
#content #routeForm .infobulle {
    float: left;
    margin-left: 5px;
    margin-top: 0px;
}
#routeForm #transportMode .optSlider {
    margin-left: 20px;
    clear: both;
    float: left;
    width: 250px;
}
#routeForm #transportMode .optSlider input,
#routeForm #transportMode .optSlider label.kms
 {
    width: 35px;
    font-weight: bold;
	text-align: right;
}
#routeForm #transportMode .optSelect {
    float: left;
    width: 200px;
    margin-left: 160px;
    margin-top:15px;
}
#routeForm #transportMode label.leave 
{
    font-weight:bold;
}



/* Etape */
#routeForm #via .duration {
    margin-top:5px;
}
#routeForm #via .duration input  {
    width: 30px;
}
#routeForm #via .duration LABEL {
    background: none;
    display: inline;
    padding: 0px;
}
#routeForm #via .duration #sliderDuration {
    float: left;
    width: 180px;
    margin-left: 5px;
    margin-top:3px;
}
#routeForm .reverse {
    float: right;
	margin-bottom: 10px;
}
#routeForm .depart_arrivee_switch_input {
    margin-top: -22px;
}
#routeForm .depart_arrivee_switch_input .reverse {
	margin-bottom: 0px;
}
/* Mes favoris */
#routeForm .FavoritesPromotion
{
    padding:6px;
	background-color:#F3F3F3;
	font-weight:bold;
    margin-bottom: 15px;
}
#routeForm .favoris {
    margin-bottom: 10px;
}

#routeForm .favoris .add span.disabled {
    font-style: italic;
}
#routeForm #favoris h3 {
    padding-bottom: 0px;   
}
#routeForm #favoris select
{
    width:280px;
    float:left;
    margin-top: 5px;
} 

#routeForm #favoris .submit
{
    display:block;
    float:left;
    margin: 0px;
    margin-left:10px;
} 
#routeForm #favoris .favoris .favorisIcon
{
    background-image: url('../../img/default/Picto/Favoris.png');
    background-repeat: no-repeat;
    background-position:left center;
    padding-left:25px;
    
}
/* LOADER */
#global #waiting
{
    width: 945px; 
    height: 1180px;
    position:absolute;
    background-color:#b7b9b8;
    z-index:200;	
    filter:alpha(opacity=70);
    opacity:0.7;
}
#global #waiting #ajaxLoader
{
	margin-left: 440px;
	margin-top : 320px;
}
#global .hideWaiting
{
	display:none;
} 


/* Feuille de route */
.Fdr
{
	/*position:absolute;*/
	z-index:2;
    background-color:white;
	width: 450px;
	border-top: 0;
	margin-left:0px;
} 

.Fdr.hidden
 {
      position: absolute !important;
      height: 0px !important; 
      width: 0px !important; 
      overflow: hidden !important; 
 }
 
 /* Synthèse */
#formRI .result {
	background:#e4e8ec;
	border:2px solid #e4e8ec;
    width:413px;
    padding:20px 15px 18px 18px;
	margin-top: 20px;
	font-family: "aller";
	position: relative;
	font-size: 1.1em;
}

#formRI .result:hover,
#formRI .result.hover,
#formRI .result.selected {
    border:2px solid #005fb0;
}
#formRI .result.off:hover	{
	border:2px solid #f5f5f5;
}

#formRI .durationClass {
    float: left;
	font-size: 162%;
}

#formRI .depClass,
#formRI .arrClass {
	font-size: 165%;
}

#formRI .depClass {
	background:url(../../img/default/Page/arrow_ri.png) no-repeat right center;
	padding-right: 27px;
	margin-right: 9px;
}

#formRI .walk_duration,
#formRI .transfer {
	color: #4d4d4d;
	font-family: Verdana;
	font-size: 95%;
}

#formRI .walk_duration span.label,
#formRI .transfer span.label {
	color: #4d4d4d;
}


#formRI .walk_duration span.data,
#formRI .transfer span.data {
	color: #000;
}

#formRI .walk_duration {
	margin-bottom: 3px;
}

#formRI .divBottom .disrupt {
	margin: 0;
	padding: 0;
	margin-right: 3px;
	margin-top: 5px;
}

#formRI .resultsynthese {
	float:left;
	padding-right: 10px;
	max-width: 290px;
}
#formRI .resultsynthese img {
	background:#e4e8ec;
}
#formRI .goatResult .resultsynthese {
    max-width: none;
}

#formRI .resultsynthese img,
#formRI .resultsynthese span {
	padding-right: 3px;
}

#formRI .resultsynthese img {
	vertical-align: middle;
}

#formRI .button {
    text-align: right;
    height: 30px;
}

#formRI .submit input
{
    float:right;
}
#formRI .goatResult .titre h2 {
    font-weight: normal;
    margin-bottom: 16px;
	color: #004682;
	font-family: 'aller_lt';
	margin-bottom: 15px;
}

/* Erreur RI */
#RI .blocError {
    font-size: 110%;
    border: 1px solid #e5e5e5;
    color: #e10000;
    padding: 5px;
    margin-top: 20px;
    background-color: #ffffff;
}
#RI .blocError DIV {
    margin: 10px;
}

/*Legend*/
#modeLegend 
{
    margin:8px;
    float:left;
}
#modeLegend .titre {
    display: none;
}
#modeLegend LI {
    display: inline;
    margin-right: 20px;
}
#modeLegend LI IMG {
    margin-right: 3px;
    vertical-align: text-bottom;
    border:none;
}

#RI #Carto.cartoright #mapLegend.legendCarte {
	position: relative;
	padding-top: 9px;
}

#RI #Carto.cartoright #mapLegend.legendCarte .titre {
/*
	position: absolute;
	bottom: 5px;
	right: 10px;
*/
}

/* Infos form */
#riInfo, #riHelp 
{
    padding:10px;	
}


#riHelp P
{
    margin-bottom:10px;
}

#riHelp LI
{
    display: inline;
    margin-right: 10px;
}

#riHelp LI div
{
    float:left;
    padding:10px 0px;
    margin-right: 20px;
}
#riHelp LI div.img
{
    float:left;
    text-align:left;
    width:40px;
    padding:0px;
    margin: 0px;
}

/* Feuille de route */
TABLE#routeresume
{
    width: 100%;
}
TABLE#routeresume th#horaire,
TABLE#routeresume th#details,
TABLE#routeresume th#infos
{
    border-left: solid 1px #F1EEEC;
    border-right: solid 1px #F1EEEC;
}
TABLE#routeresume th {
    padding: 2px;
}
TABLE#routeresume tbody td.DepArr {
    text-align: center;
    width:35px;
}
TABLE#routeresume tbody TD.horaire,
TABLE#routeresume tbody TD.plan,
TABLE#routeresume tbody TD.infos  {
   text-align: center;
   width:58px; 
}
TABLE#routeresume tbody TD.horaire span {

}
TABLE#routeresume TD .street
{
	margin-left:30px;
	font-weight:normal;
}
table#routeresume td.details {
    padding: 5px;
}

#routeresume .accessibility img {
	margin-right: 3px;
}

#RI TABLE#routeresume td span {
	color: #000000;
}

TABLE#routeresume span.pictoLine {
    margin-right: 3px;
}

#content #divOtherSol .titre  {
    padding-top: 15px;
    font-size: 120%;
    font-weight: bold;
}

/* Détail voirie */
#content .listStreet {
    margin-top: 5px;
}
#content a.showLink {
    background-image: url('../../img/default/Picto/PictoAfficher.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}
#content a.hideLink {
    background-image: url('../../img/default/Picto/PictoMasquer.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}
#content .listStreet .hide {
    display: none;
}
#content .listStreet .show {
    display: block;
}

/* bilan carbone */
#content #carbonFootPrint {
    margin: 10px;
}

#content #carbonFootPrint .img {
    color: Green;
    float: left;
    text-align: center;
    width: 80px;
    margin-top: 3px;
}
#content #carbonFootPrint span {
    font-weight: bold;
    padding: 0px 3px;
    color: #F29400;
}
#content #carbonFootPrint span.title {
    padding: 0px;
    color: #1D4985;
    background-color: transparent;
}
#content #carbonFootPrint .bloc {
    float: left;
    min-height: 45px;
    margin-left: 5px;
    padding: 10px;
    width: 500px;
}

/*Services*/
#services 
{
    text-align:right;
    margin-bottom:4px;
}
#services .titre {
    display: none;
}

#services div.content ul  
{
    float:right;
}
#services div.content ul LI 
{
    float:left;
    display: block;
    padding: 0px 2px 0px 3px;
    margin-left: 0px;
}

#services div.content ul LI.separator, 
#services div.content ul LI.share,
#services #sharedLinks ul LI.share, 
#services ul LI#favoris
{
    padding-top:4px;
}

#services div.content ul li.telecharger img
{
    float:left;
}
#services  ul li.telecharger  img,
#services  ul li.telecharger  Form#download
{
    display:inline-block;
}
#services  ul li.telecharger Form#download
{
    vertical-align: middle;
}

/* Selection */
#goatSelection {
    margin-top: 20px;
}
#goatSelection li {
    list-style: none;
}


/* Autres services */
#content #otherServices {
    width: 650px;
}
#content #otherServices .left, #content #otherServices .right {
    width: 48%;
}
#content #otherServices .sendAvis .title, #content #otherServices form LABEL, #content #otherServices .alerts .title {
    font-weight: bold;
    background-color: transparent;
    color: #000000;
    padding: 0px;
    display: block;
}
#content #otherServices #fare, #content #otherServices .alerts {
    margin-top: 15px;
}
#content #otherServices .submit {
    display: inline;
}
#content #otherServices .legende {
    font-style: italic;
    font-size: 95%;
}
#content #otherServices form SELECT {
    width: 200px;
}

/* Liens */
#routeForm .linkRI .left {
    text-align: right;
    width: 200px;
}

#routeForm .linkRI .left .submitSec:last-child {
    clear: both;
    float: none;
    margin-top: 15px;
}



/* CUSTOM TAM */

#CartoContainer.fixed {
    position: fixed;
    top: 0;
}

#formRI {
	margin-bottom: 100px;
/*	background: url(../../img/default/Page/grey_line.gif) repeat-y center center;*/
}

#RI div.error {
	font-size: 85%;
}

#RI div.error label.error {
	display: block;
	margin: 0;
}

#formRI #goatSelection {
	background: #ffffff;
}
#formRI #Result, #formRI #Carto {
	margin-top: 40px;
}

#RI #goatSelection ul.left {
	padding-left: 6px;
	width: 48%;
}

#RI #goatSelection ul.right {
	width: 49.3%;
}

#RI #goatSelection ul li span.label {
	display: block;
	float: left;
	font-weight: normal;
}
#RI #goatSelection ul.left li span.label {
	width: 40px;
}
#RI #goatSelection ul.left li span.getname {
	display: table;
	font-family: Verdana;
}
#RI #goatSelection ul.right li span.label {
	width: 80px;
}
#RI #goatSelection ul.right li.modes span.label {
    padding-bottom: 20px;
}
#RI #goatSelection ul li span {
    font-family: 'aller', verdana;
}
#RI #goatSelection ul li span.disabled {
    color: #adadad;
}
#RI #goatSelection ul li.dep span.label {
	background: url(../../cartoV3/img/default/depart_mini.png) no-repeat left center;
	padding-left: 25px;
}

#RI #goatSelection ul li.arr span.label {
	background: url(../../cartoV3/img/default/arrivee_mini.png) no-repeat left center;
	padding-left: 25px;
}

#RI #goatSelection ul li.via span.label {
	padding-left: 25px;
}

#RI #selectPoint .reverse a {
	display: block;
	height: 24px;
	width: 24px;
	background: url(../../img/default/Picto/TrajetRetour.png) no-repeat center center;
}

#RI #selectPoint .reverse a:hover {
	background: url(../../img/default/Picto/TrajetRetour_hover.png) no-repeat center center;
}

#RI #formRI #Result h2 {
    font-weight: normal;
    margin-bottom: 16px;
    color: #004682;
	margin-top: 3px;
    margin-bottom: 17px;
	font-size: 197%;
}

#RI #formRI #Result h2.detail {
	display: none;
}

#RI #Result #RIoptions {
	text-align: center;
	position: relative;
	height: 17px;
}

#RI #Result #RIoptions .next.disabled,
#RI #Result #RIoptions .prev.disabled {
	color: #666;
	background: none;
	padding: 0;
}


#RI #Result #RIoptions .next,
#RI #Result #RIoptions .prev,
#RI #Result #RIoptions #showAll {
    color: #005fb0;
	text-transform: uppercase;
	font-size: 105%;
}

#RI #Result #RIoptions a#showAll {
	display: none;
}

#RI #Result #RIoptions a {
    font-family: 'aller';
    text-decoration: none;
}
#RI #Result #RIoptions a:hover {
    text-decoration: underline;
}

#RI #Result #RIoptions .prev {
	background: url("../../img/default/Picto/evn_prev.png") no-repeat left center;
    padding-left: 14px;
	position: absolute;
	left: 0;
}


#RI #Result #RIoptions .next {
	background: url("../../img/default/Picto/evn_next.png") no-repeat right center;
    padding-right: 14px;
	position: absolute;
	right: 0;
}

#RI #Result #RIoptions a:hover {
	text-decoration: underline;
}

#RI #formRI.resultRI #Carto {
	border: 0;
	float: right;
	position: relative;
	width: 450px;
}

#divSize {
	height:780px
}

#CartoContainer {
	position: absolute;
}

#RI #Carto #mapContainer {
	border: 1px solid #E5E5E5;
	width: 450px;
}

#RI .result .divMiddle {
	background:url(../../img/default/Page/blue_line.png) repeat-x center bottom;
	margin-top: 18px;
	margin-bottom: 10px;
    vertical-align: bottom;
}
#RI .goatResult .result .divMiddle 
{
    background-image: url("../../img/default/Page/blue_line.gif");
    background-repeat: repeat-x;
    background-position: left center;
}
#RI .goatResult .result .resultsynthese {
    background: #e4e8ec;
}
#RI .result .divMiddle .divlink {
	float: right;
	color: #005fb0;
	background: #e4e8ec;
	padding-left: 10px;
    position: absolute;
    bottom: 65px;
    right: 10px;
}
#RI .result .divMiddle .detailsLink {
	text-transform: uppercase;
	color: #005fb0;
}
#RI .result .divMiddle .divlink a {
    font-family: 'aller';
    text-decoration: none;
}
#RI .result .divMiddle .detailsLink:hover {
	text-decoration: underline;
}

#RI .result .time {
	min-width: 170px;
}
#formRI .goatResult .result .time {
	max-width: 200px;
}

#RI #routeresume {
	border: 0;
	margin: 0;
    font-family: verdana;
}

#RI #tableroute {
	border:2px solid #005fb0;
	border-top: 0;
	width: 446px;
}

#RI #routeresume caption {
	display: none;
}

#RI #routeresume tr.row1 {
	background-color: #ffffff;
}

#RI #routeresume tr.row0 {
	background-color: #e4e8ec;
}

#RI #routeresume td {
	border: 0;
	color: #4d4d4d;
	padding: 10px 15px;
}

#RI #routeresume td a {
	color: #005fb0;
}

#RI #routeresume tr td.horaire {
	width: 65px;
	padding: 10px 0;
	font-weight: bold;   
}

#RI #routeresume tr td.picto {
	width: 5px;
	padding: 0;
	text-align: center;
}

#RI #routeresume tr td.infos {
	width: 20px;
	padding: 0;
}

#RI #routeresume tr td.plan {
	width: 48px;
	padding: 0;
}	

#RI #routeresume tr td.plan .linkCarto a {
	background: url(../../img/default/Picto/plan.png) no-repeat center center;
	display: block;
	width: 16px;
	height: 11px;
	margin-left: 10px;
}

#RI #routeresume tr td.plan .linkCarto a:hover {
	background: url(../../img/default/Picto/plan_hover.png) no-repeat center center;
}

#RI #routeresume tr td.details p {
    margin-bottom: 5px;
}

#RI #routeresume tr.line td.picto {
	
}

#RI #routeresume tr.line td.picto.color {
	
}

#RI #routeresume tr.line td.picto.color.DEFAULT {
	background: transparent;
}

#RI #routeresume tr.line td.picto.color.WALK {
	background: url(../../cartoV3/img/default/WALK.gif) repeat-y center center;
}

#RI #routeresume tr.line td.picto.color.TC {
	background: url(../../cartoV3/img/default/TC.gif) repeat-y center center;
}

#RI #routeresume tr.line td.picto.color.CAR {
	background: url(../../cartoV3/img/default/CAR.gif) repeat-y center center;
}

#RI #routeresume tr.line td.picto.color.BIKE {
	background: url(../../cartoV3/img/default/BIKE.gif) repeat-y center center;
}

#RI #routeresume tr.line td.picto.color.BIKESECURISE {
	background: url(../../cartoV3/img/default/BIKE_SECURISE.gif) repeat-y center center;
}

#RI #separator {
    float: left;
    margin-left: 20px;
    padding-left: 5px;
    position: relative;
	border-left: 1px solid #E5E5E5;
	height: 820px;
}

#RI #separator #imgsep {
    background: url("../../img/default/Page/arrow_carto.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 29px;
    left: -10px;
    position: absolute;
    top: 134px;
    width: 15px;
}

#RI #routeresume .line .details .error {
	margin: 0;
	color: #005fb0;
	font-weight: normal;
}

#RI #carbonFootPrint {
	margin-top: 20px;
	color: #4d4d4d;
	font-size: 85%;
}


table#routeSolutions {
    width: 100%;
}
#routeForm #depart .warning, #routeForm #arrivee .warning, #routeForm #via .warning {
    
    margin-left: 40px;
    color: #66961B;
}
#routeForm #depart .warning label, #routeForm #arrivee .warning label, #routeForm #via .warning label {
     width: auto;
    line-height: 1.5;
    display: inline;
    float: none;
}

/* Selection voirie */
input.streetNumber {
    width: 50px;
    text-align: right;
    padding: 5px;
    margin-top: 10px;
    margin-right: 5px;
}
input.submitStreet {
	background: #66961B;
	color: #ffffff;
	border: 0;
	border-style: solid;
    border-color: #407000;
    border-width: 0 0 3px 0;
	text-transform: uppercase;
	font-family: 'aller';
	font-weight: bold;
	font-size: 130%;
	padding: 3px 5px;
}

.padding-bottom {
    padding-bottom: 5px;
}

#interlignage
{
    margin-bottom : 10px;
}