.sr_fullscreen_lepatio *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.sr_fullscreen_lepatio {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
	overflow:hidden;
	color: black;
	font-size:14px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	direction: ltr;
}
.sr_fullscreen_lepatio .speedroute, .sr_fullscreen_lepatio .speedroute-map-receiver {
	z-index: 1;
	width:100%;
	height:100%;
}
.sr_fullscreen_lepatio .title-speedroute {
	margin:10px 0;
	font-size: 25px;
	color:inherit;
	font-weight:bold;
	font-family:inherit;
	line-height:20px;
	text-rendering:optimizelegibility;
}
.sr_fullscreen_lepatio a {
	text-decoration:none;
}
/**
 * SLIDE
 */
.sr_fullscreen_lepatio .slide-speedroute {
	position:absolute;
	top:0;
	right:-40%;
	bottom:0;
	z-index:2;
	width:40%;
	height:auto;
	background:#fff;
	-webkit-box-shadow:0px 0px 2px 1px #666;
	box-shadow:0px 0px 2px 1px #666;
}
/**
 * TOOLBAR
 */
.sr_fullscreen_lepatio .toolbar-speedroute {
	width:100%;
	height:130px;
	background:#fff;
	-webkit-box-shadow:0px 0px 2px 1px #666;
	box-shadow:0px 0px 2px 1px #666;
	text-align:center;
	text-align:center;
}

.sr_fullscreen_lepatio .toolbar-speedroute> * {
	margin-top:5px;
	margin-bottom:5px;
}
.sr_fullscreen_lepatio .toolbar-speedroute .speedroute-btn-inverse {
	cursor:pointer;
}
.sr_fullscreen_lepatio  .toolbar-speedroute .champ-itineraire {
	padding:0 2%;
}
.sr_fullscreen_lepatio .toolbar-speedroute .speedroute-search-itineraire {
	margin:0;
	padding-right:2%;
	padding-left:2%;
	width:90%;
	height:17px;
}
/**
 * INFOWINDOW
 */
.sr_fullscreen_lepatio .speedroute-infowindow {
	overflow:hidden;
	max-width: 300px;
	height: 100%;
	text-align:center;
	font-size:10px;
}
.sr_fullscreen_lepatio .speedroute-infowindow .title-speedroute {
	margin:5px 0;
	font-size:1.3em;
}
.sr_fullscreen_lepatio .speedroute-infowindow .speedroute-btn-open {
	margin-top:5px;
}
/**
 * FEUILLE DE ROUTE
 */
.ar .sr_fullscreen_lepatio .feuilleRoute {
	direction: rtl;

}
.sr_fullscreen_lepatio .feuilleRoute {
	position:absolute;
	top:130px;
	right:-100%;
	bottom:0;
	overflow:auto;
	width:100%;
	height:auto;
	background-color:white;
	font-size:11px;

}
.sr_fullscreen_lepatio .feuilleRoute ul {
	display:block;
	margin:0 3%;
	width:94%;
}
.sr_fullscreen_lepatio .feuilleRoute li {
	float:left;
	padding:10px 0;
	width:100%;
	border-bottom:dashed 1px #ccc;
	list-style:none;
	line-height:20px;
}
.sr_fullscreen_lepatio .feuilleRoute i {
	margin-right:0px;
}
.sr_fullscreen_lepatio .feuilleRoute .speedroute-close-feuilleRoute {
	position:absolute;
	top:10px;
	right:10px;
}
.sr_fullscreen_lepatio .trajet {
	display:block;
	padding:5px;
	font-weight:bold;
	line-height:20px;
}
.sr_fullscreen_lepatio .duree {
	margin-top:40px;
}
.sr_fullscreen_lepatio .feuilleRoute span.instructions {
	width:100%;
}
.sr_fullscreen_lepatio .feuilleRoute span.box-direction {
	display:block;
	float:left;
	padding:2px 10px;
	min-width:80px;
	height:20px;
	color:#fff;
	text-align:center;
}
.sr_fullscreen_lepatio .feuilleRoute .more-dark {
	background:#992500;
}
.sr_fullscreen_lepatio .feuilleRoute .dark {
	background:#d4bf8d;
}
/**
 * FORMULAIRE ENVOI A UN AMI
 */
.sr_fullscreen_lepatio .envoiAmi {
	position:absolute;
	top:50%;
	left:50%;
	z-index:999999;
	display:none;
	margin-top:-140px;
	margin-left:-340px;
}

.sr_fullscreen_lepatio .form-envoi-speedroute {
	margin:0;
}
.sr_fullscreen_lepatio .form-envoi-speedroute textarea {
	margin-top:0;
}
.sr_fullscreen_lepatio .speedroute-mail-return span {
	display:none;
}
.sr_fullscreen_lepatio .hide-speedroute {
	display:none;
}
.speedroute-loader-receiver{
	position: absolute;
	top: 50%;
	left: 50%;
}
.speedroute-loader-receiver .spinner {
	left:0!important;
}
.speedroute-origin-position{
	position: relative;
}
/**
 * Liste de propostions d'itineraire de google map
 */
.pac-container{
	color: black;
}




/**********      MISE EN FORME        ***********/


.sr_fullscreen_lepatio .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}




.sr_fullscreen_lepatio  .input-append .add-on, .sr_fullscreen_lepatio  .input-prepend .add-on {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}

.sr_fullscreen_lepatio .icon-user:before {
    content: "";
   	color: #992500;
}


.sr_fullscreen_lepatio .icon-print:before{
	content:"\f02f";
	color: #992500;
}

.icon-hand-down:before {
    content: "";
     color: #992500;
}

.sr_fullscreen_lepatio .icon-exchange:before {
    content: "";
    color: #992500;
}

.sr_fullscreen_lepatio .icon-envelope:before{
	content:"\f003";
	color: #992500;
}

.sr_fullscreen_lepatio .icon-chevron-right:before{
	content:"\f054";
	color: #992500;
}

.pac-container{
    color:black !important;
}

.sr .btn-inverse{
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#992500;
	background-image:-moz-linear-gradient(top,#992500,#cf4455);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#992500),to(#cf4455));
	background-image:-webkit-linear-gradient(top,#992500,#cf4455);
	background-image:-o-linear-gradient(top,#992500,#cf4455);
	background-image:linear-gradient(to bottom,#992500,#cf4455);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff992500',endColorstr='#ffcf4455',GradientType=0);
	border-color:#992500 #992500 #000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.sr .btn-primary:hover,.sr .btn-primary:focus,.sr .btn-primary:active,.sr .btn-primary.active,.sr .btn-primary.disabled,.sr .btn-primary[disabled]{color:#fff;background-color:#992500;*background-color:#992500}

.sr .btn-primary{
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#992500;
	background-image:-moz-linear-gradient(top,#992500,#cf4455);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#992500),to(#cf4455));
	background-image:-webkit-linear-gradient(top,#992500,#cf4455);
	background-image:-o-linear-gradient(top,#992500,#cf4455);
	background-image:linear-gradient(to bottom,#992500,#cf4455);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff992500',endColorstr='#ffcf4455',GradientType=0);
	border-color:#992500 #992500 #000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.sr .btn-inverse:hover,.sr .btn-inverse:focus,.sr .btn-inverse:active,.sr .btn-inverse.active,.sr .btn-inverse.disabled,.sr .btn-inverse[disabled]{color:#fff;background-color:#992500;*background-color:#992500}







