/*!
 * @brief French Geoportal Extension for Leaflet
 *
 * This software is released under the licence CeCILL-B (Free BSD compatible)
 * @see http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
 * @see http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.txt
 * @see http://www.cecill.info/
 *
 * @copyright copyright (c) IGN 
 * @license CeCILL-B
 * @author IGN
 * @version 2.4.0
 * @date 19/03/2024
 *
 */

/*!
 * @overview  Proj4Leaflet - Smooth Proj4js integration with Leaflet
 * @copyright Copyright (c) 2012, Kartena AB
 * @license   BSD 2-Clause "Simplified" License
 *            See https://raw.githubusercontent.com/kartena/Proj4Leaflet/master/LICENSE
 * @version 1.0.2
 */

/*!
 * @overview  leaflet-draw - Vector drawing and editing plugin for Leaflet 
 * @copyright Copyright (c) 2012-2017 Jon West, Jacob Toye, and Leaflet
 * @license   Licensed under MIT license
 *            See https://raw.githubusercontent.com/Leaflet/Leaflet.draw/master/MIT-LICENSE.md
 * @version   1.0.4
 */

/*!
 * Sortable -- JavaScript library for reorderable drag-and-drop lists on modern
 * browsers and touch devices. No jQuery required. Supports Meteor, AngularJS,
 * React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.
 *
 * Released under MIT LICENSE
 *
 * Copyright Lebedev Konstantin <ibnRubaXa@gmail.com>
 * https://github.com/SortableJS/Sortable
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * @version 1.14.0
 */

/*!
 * @overview  es6-promise - a tiny implementation of Promises/A+.
 * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
 * @license   Licensed under MIT license
 *            See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
 * @version   v4.2.4
 */

/*!
 * @overview   Proj4js - Javascript reprojection library.
 *
 * @authors
 * - Mike Adair madairATdmsolutions.ca
 * - Richard Greenwood richATgreenwoodmap.com
 * - Didier Richard didier.richardATign.fr
 * - Stephen Irons stephen.ironsATclear.net.nz
 * - Olivier Terral oterralATgmail.com
 * - Calvin Metcalf cmetcalfATappgeo.com
 *
 * @copyright Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
 * @license   Licensed under MIT license
 *            See https://raw.githubusercontent.com/proj4js/proj4js/master/LICENSE.md
 * @version   2.7.5
 */

/* BOOST RELIEF */

  div[id^=GPboostRelief-] {
    font-size: 11px;
    width: 150px;
  }
  
  div[id^=GPboostRelief-] label {
    display: block;
  }

  div[id^=GPBoostReliefListContainer-] {
    position: relative;
    width: 100%;
    height: 28px;
    padding-left: 8px;
    line-height: 28px;
  }
  
  .GPlayerRelief,
  .GPlayerReliefValue {
    position: absolute;
    top: 0;
  }
  
  .GPlayerRelief {
    width: calc(100% - 60px);
    height: 28px;
    padding-left: 8px;
  }
  
  .GPlayerReliefValue {
    width: 32px;
    left: calc(100% - 40px);
    line-height: 28px;
    font-size: 10px;
    font-style: italic;
    cursor: default;
  }

  /* Showing/hiding boost relief panel */

  label[id^=GPshowBoostReliefPicto] {
    display: inline-block;
  }

  input[id^=GPshowBoostRelief-] + label {
    display: block;
  }

  input[id^=GPshowBoostRelief-]:checked + label {
    display: none;
  }

  input[id^=GPshowBoostRelief-] + label + div {
    display: none;
  }

  input[id^=GPshowBoostRelief-]:checked + label + div {
    display: block;
  }

  /* Showing layer advanced tools */

  div[id^=GPboostRelief-] input[type="checkbox"]:checked + label + .GPlayerAdvancedToolsRelief {
    max-height: 28px;
    opacity: 1;
  }

  .GPlayerAdvancedToolsRelief {
    display: block;
    position: relative;
    width: 100%;
    border-bottom : 1px dotted #CCC;
    background-color : #FFF;
  }

  .GPlayerReliefLayerId {
    position: relative;
    width: 100px;
    height: 28px;
    padding-left: 8px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  /* Relief slider : general */
  
  .GPlayerRelief input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
  }
  
  .GPlayerRelief input[type="range"]:focus {
    box-shadow: none;
    outline: none;
  }
  
  /* Relief slider : Chrome, Safari, Opera */
  
  .GPlayerRelief input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 3px;
  }
  
  .GPlayerRelief input[type="range"]::-webkit-slider-thumb:before {
    position: absolute;
    top: 0;
    right: 50%;
    left: -200px;
    height: 3px;
    pointer-events: none;
  }
  
  .GPlayerRelief input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 9px;
    height: 17px;
    -webkit-appearance: none;
    border: 2px solid #FFF;
    background-color: #505050;
    position: relative;
    top: -7px;
  }
  
  /* Relief slider : Firefox */
  
  .GPlayerRelief input[type="range"]::-moz-range-track {
    width: 80px;
    height: 3px;
  }
  
  .GPlayerRelief input[type="range"]::-moz-range-thumb {
    width: 5px;
    height: 13px;
    border: 2px solid #FFF;
    border-radius: 0;
    box-shadow: 0;
    background-color: #505050;
    position: relative;
  }
  
  /* Relief slider : IE */
  
  .GPlayerRelief input[type="range"]::-ms-track {
    border: 0;
    border-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: transparent;
    height: 3px;
    width: 80px;
  }
  
  .GPlayerRelief input[type="range"]::-ms-fill-lower,
  .GPlayerRelief input[type="range"]::-ms-fill-upper {
    background: transparent;
    border-radius: 0;
  }
  
  .GPlayerRelief input[type="range"]::-ms-thumb {
    width: 5px;
    height: 13px;
    border: 2px solid #FFF;
    background-color: #505050;
  }
  
  .GPlayerRelief input[type="range"]::-ms-tooltip {
    display: none;
  }
/* BUILDINGS */

  div[id^=GPbuildings-] {
    font-size: 11px;
  }
  
  div[id^=GPbuildings-] label {
    display: block;
  }
  
  label[id^=GPshowBuildingsPicto] {
    display: inline-block;
    cursor: pointer;
  }


/* MOUSE POSITION */

/* Showing/hiding drawing panel */

label[id^=GPshowDrawingPicto-] {
  display: inline-block;
}

input[id^=GPshowDrawing-] + label {
  display: block;
}

input[id^=GPshowDrawing-]:checked + label {
  display: none;
}

input[id^=GPshowDrawing-] + label + div {
  display: none;
}

input[id^=GPshowDrawing-]:checked + label + div {
  display: block;
}

/* General panels */

div[id^=GPdrawingPanel-] {
  width: 240px;
  overflow: hidden;
}

/* Basic infos */

div[id^=GPdrawingBasicPanel-] {
  padding: 10px 15px;
}

.GPdrawingLabel,
.GPdrawingCoords {
  display: inline-block;
  line-height: 20px;
}

.GPdrawingLabel {
  width: 80px;
  font-weight: bold;
}

.GPdrawingCoords {
  width: 110px;
}

/* markers selector */
.marker-input-radio {
  display : none ;
}

input.marker-input-radio:checked + label {
  border: 1px solid red;
}


div[id^=GPelevationPathPanelInfo] {
  display: none; /* on n'affiche pas le bouton d'information par defaut */
}

/* Calc waiting */

.GPelevationPathCalcWaitingContainerVisible,
.GPelevationPathCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GPelevationPathInformationsContainerVisible,
.GPelevationPathInformationsContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}

.GPelevationPathCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.GPelevationPathInformationsContainerVisible {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.GPelevationPathCalcWaitingContainerHidden,
.GPelevationPathInformationsContainerHidden {
  display: none;
}

.GPelevationPathCalcWaiting,
.GPelevationPathInformations {
  margin: auto;
}

.GPelevationPathInformations {
  font-size: 0.8em;
}

.GPelevationPathCalcWaitingContainerVisible,
.GPelevationPathCalcWaitingContainerHidden,
.GPelevationPathInformationsContainerVisible,
.GPelevationPathInformationsContainerHidden {
  border-radius: 5px;
}

/* CSS : Raw */

#profileElevationRaw {
  resize: none;
  padding: unset;
}

/* CSS : default */

#profileElevationByDefault {
  display:-webkit-flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  height:100%;
}

.altiPathValue {
  font-weight: 700;
  fill: #5E5E5E;
}

.altiPathCoords {
  font-style: italic;
  fill: #5E5E5E;
}

.tooltipInit {
  opacity: 0;
}

.tooltipFadeIn {
  transition: opacity 300ms ease 0ms, transform 50ms ease 0s, top 50ms ease 0s, left 50ms ease 0s;
  opacity: 1;
}

.tooltipFadeOut {
  transition: opacity 500ms ease 0ms;
  opacity: 0;
}



/* CSS : D3 */

.axis-d3 > text {
  fill: rgb(94, 94, 94);
  font-family: Verdana;
  font-size: 10px;
  opacity: 1;
  text-anchor: end;
}

.axis-d3 {
  fill: none;
  stroke: #5E5E5E;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.area-d3 {
  fill: #C77A04;
  stroke: #5E5E5E;
  stroke-width: 0;
  fill-opacity: 0.4;
}

.line-d3 {
  fill: none;
  stroke: #C77A04;
  stroke-width: 1px;
}

.grid-d3 .tick {
  stroke: lightgrey;
  opacity: 0.7;
}

.grid-d3 path {
  stroke-width: 0;
}

.grid-d3 .tick {
  stroke: lightgrey;
  opacity: 0.7;
}

.grid-d3 path {
  stroke-width: 0;
}

.overlay-d3 {
  fill: none;
  pointer-events: all;
}

.focusLine-d3 {
  fill: none;
  stroke: #C77A04;
  stroke-width: 0.5px;
}

.focusCircle-d3 {
  fill: #C77A04;
}

div.tooltip-d3 {
    position: inherit;;
    text-align: left;
    width: 80px;
    height: 45px;
    padding: 5px;
    font: 8px sans-serif;
    background: white;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}

/* Widgets : general */

.GPwidget {
  position: absolute;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #333;
}

.GPwidget input[type='text'],
.GPwidget input[type='button'] {
  -webkit-appearance: none;
  color: #333333;
}

.GPwidget input[type="checkbox"] {
  display: none;
}

.GPwidget select {
  padding-left: 3px;
  border-radius: 3px;
}

.GPwidget form {
  margin-bottom: 0;
}

.GPwidget * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

/* waiting */

.GPwaiting {
    background-image : url(data:image/gif;base64,R0lGODlhNAA0AIQSAAFkpSZ5sAGV3k2Ruiao3kOj1/GUBk225pe/B4S83XrK75HH3qrS5szMzNbW1sHe797e3ubm5v///////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAQAfACwAAAAANAA0AAAF5uAnjmRpnmiqrmzrvnAsz3T9FXhh72Ke8zWfDzgT/ogxIw55cjgiJ6XOhKjaII1sNio8Vb8ImnbMXVLBVhl2vI2hvzIHOwt9veGxyLwhu4dlcw59bzVjgjNoPHU2f0yOj5CRkpMocg2HjwaaBitzmZuaKWuGTKCgKHt8SKabqHulrJwno1qYQLGyJ56OrCuWtrChlMPExcbHH4s1ymK1NJZtM4Fxu3mvMXvMLdBj2ip60zG0WoBzENLVJL+66TDj7GQmbOc1EE9N4SURDvSRqcgj/gH8wC0LsGPtAK7pN7Chw4cQSYQAACH5BAUBAB8ALBYABAAaACcAAAVw4PdBTQOJaKquX+k2bJw6b+nIcu3isV7yLFrttioYczWWcVmICYkq5hKolB6pKOsUm9Vyu9JvKiyOls/otHqNQ7gR6ff7LJeX63Mx3n3f0+txeWyDhIVlBmsGiopoi45njo9fkZKTlIhil42RaYsxIQAh+QQFAQAfACwWAAkAGgAnAAAFdOAnjmQZOVCprmTjuikrf289y/Ub32SUuw6e6teICEuO31GVfC1Zxqd0Sq1arYVsAavNUrvdKVgrHm+l5jMazPVe3/C4/IN4I+73Kn5P3fOffn+AgXUqBocGK4QriIiKfoaNjip4LJKTT5eHU5qJnJJWjVUhACH5BAUBAB8ALAkAFgAnABoAAAV04CeOZGmepdM0Duq+5yo3cO2qcwPZPJnLveBvFezhZrsi76cM4lrNqHRKrVpPhmoBZuh2o4VwGOUtK8VoU9lcRKdJazbP/R7Fv236tnQ/If4IJ3pYa36Af4JuLl6Gh4gmYlKOgFclk4+VIpeBmSOTnZaUTSEAIfkEBQEAHwAsBAAWACcAGgAABXfg9xmkIZ5oqq5rWbJwnLqubLP0e+9nTvJAnwnIyxGJtaNyyWw6n1Ao4hmRIa7XpaPBbbCw4OO2y1WBw0Ryt4o6o3cRNdeRcmfTcojZvSr4CytyXntvKH9/gWR6X3cph4crEQ6LSo+IUYaWgJgnmpucIpagjpc3IQAh+QQFAQAfACwEAAkAGgAnAAAFb+AnjqJhkmiamqyhvmjLwrA806p946Tu8isbMNca1ozIpHLJTCKeiCYUupxOlVaqMxvdZqtWqbZJLpvPyEK5wGYz23AlPJ6c0412t9yucjQaDi98KX+FDTBtfYZ/gUmLhUqPf0p+i42Oi00QfxAiIQAh+QQFAQAfACwEAAQAGgAnAAAFc+AnjmRZGqhhrmyasrDounE7o/V64yvi6zuTb4gA0oTEn+lYSg5zSGcROpJOqVUntknc9rzgsHhMLhXOhTEaHV6vwW62N36G09tutbzM7/v/JhFlDYQNDmKFhYdeEYmFYA6OhIJbEJINYZdhlolkEA6UUCEAIfkEAQEAHwAsBAAEACcAGgAABXXgJ45kWSIoYq5sS6apK8swPN9mHeP8p6O9UmG4+qlMhmRryCwUa6uk1LBqMp9A5FQptBKDW2nX6+SFxSRyuXemjpvBz5lljYu2srX9vu/7/4CBgh8NhQ6DK4WKDYgkEIuGjSKQipKElIySj5CHlpSWIw6RoCEAOw==);
    background-position : center center;
    background-repeat : no-repeat;
}

/* General panels */

.GPpanel {
  background-color: #FFF;
}

.GPpanelHeader {
  position: relative;
  width: 100%;
}

.GPpanelTitle {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

.GPpanelClose, .GPpanelReduce, .GPpanelInfo {
  position: absolute;
  cursor: pointer;
}

/* Showing/hiding advanced panels */

.GPshowAdvancedToolPicto {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.GPshowAdvancedToolOpen {
  position: absolute;
  display: block;
  box-sizing: border-box;
}

/* Flex inputs */

.GPflexInput {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

/* FIXME tempory hack with :not(.GPlocationOriginHidden) !
.GPflexInput > *:not(.GPlocationOriginHidden) */
.GPflexInput > * {
  display: block;
  height: 28px;
  line-height: 26px;
  border: 1px solid #999;
  border-radius: 0;
}

.GPflexInput *:not(:last-child) {
  border-right:none;
}

.GPflexInput *:first-child {
  border-radius: 3px 0 0 3px;
}

.GPflexInput *:last-child {
  border-radius: 0 3px 3px 0;
}

.GPflexInput > *:not(input) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.GPflexInput > input {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5px;
  min-width: 0;
}

.GPflexInput > select {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 7px;
}

.GPflexInput > label {
  background-color:  #F2F2F2;
  color: #666;
  padding-left: 7px;
  padding-right: 9px;
  cursor: pointer;
}

/* Particular inputs */

.GPinputSelect {
  display: block;
  height: 28px;
  line-height: 26px;
  margin: auto;
  border: 1px solid #999;
  color: #333;
  cursor: pointer;
}

input.GPinputSubmit {
  display: block;
  width: 80px;
  margin: auto;
  height: 28px;
  line-height: 26px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 3px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #FFF;
  font-weight: bold;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

input.GPinputSubmit:hover {
  opacity: 1;
}

/* Autocomplete/geocode results */

.GPautoCompleteList,
.GPadvancedAutoCompleteList {
  z-index: 2;
  display: none;
  position: absolute;
  max-height: 140px;
  background-color: #FFF;
  border: 1px solid #999;
  overflow-y: hidden;
}

.GPadvancedAutoCompleteList {
  width: calc(100% - 28px);
  border-top: none;
  font-size: 0.9em;
}

.GPautoCompleteProposal {
  width: 100%;
  height: 28px;
  line-height: 16px;
  padding: 6px 10px;
  color: #5E5E5E;
  font-size: 1.0em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  cursor: pointer;
}

.GPautoCompleteProposal:hover {
  color: #000000;
  background-color: #CEDBEF
}

/* Showing additional hidden options */

.GPshowMoreOptions {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
}

input[type="checkbox"]:checked + .GPshowMoreOptions {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  /* bottom: 90px; */
}

/* GET FEATURE INFO */

label[id^=GPgetFeatureInfoPicto] {
  display: inline-block;
}

div[id^=GPgetFeatureInfo-] + label {
  display: block;
}

span[id^=GPgetFeatureInfoActivate],
span[id^=GPgetFeatureInfoDeactivate] {
  position: absolute;
  display: block;
  transition: border-radius 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

span[id^=GPgetFeatureInfoActivate] {
  background-position: 0 0;
  opacity: 1;
}

span[id^=GPgetFeatureInfoDeactivate] {
  opacity: 0;
}

div[id^=GPgetFeatureInfo-] input[type="checkbox"]:not(:checked) + label[id^=GPgetFeatureInfoPicto] span[id^=GPgetFeatureInfoDeactivate] {
  opacity: 1;
}

/* ISOCHRON */

div[id^=GPisochron-] {
  top: 140px;
}

/* Showing/hiding mouse position panel */

label[id^=GPshowIsochronPicto] {
  display: inline-block;
}

input[id^=GPshowIsochron-] + label {
  display: block;
}

input[id^=GPshowIsochron-]:checked + label {
  display: none;
}

input[id^=GPshowIsochron-] + label + div {
  display: none;
}

input[id^=GPshowIsochron-]:checked + label + div {
  display: block;
}

/* General panels */

div[id^=GPisochronPanel-] {
  width: 280px;
}

/* Calc waiting */

.GPisochronCalcWaitingContainerVisible,
.GPisochronCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GPisochronCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.GPisochronCalcWaitingContainerHidden {
  display: none;
}

.GPisochronCalcWaiting {
  margin: auto;
}

/* Isochron form */

form[id^=GPisochronForm] {
  padding: 15px;
}

.GPisochronFormMini {
  max-height: 58px;
  overflow: hidden;
}

.GPisochronFormMini div[id^="GPisochronReset-"],
.GPisochronFormMini label[id^="GPshowIsoExclusionsPicto-"] {
    display: none;
}

.GPisochronOriginVisible {
  display: block;
}

.GPisochronOriginHidden {
  display: none;
}

.GPisochronOriginPointerImg {
  width: 28px;
  background-color: #F2F2F2;
  cursor: pointer;
}

input[id^="GPisochronOriginPointer"] + .GPisochronOriginPointerImg {
  background-position: -1px -1px;
}

input[id^="GPisochronOriginPointer"]:checked + .GPisochronOriginPointerImg {
  background-position: -29px -1px;
}

input[id^=GPisochronSubmit] {
  margin-top: 5px;
}

/* Alternative choice */

div[id^=GPisochronChoice] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 160px;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}

.GPisochronChoiceAlt input {
  display: none;
}

.GPisochronChoiceAltImg {
  display: block;
  width: 28px;
  height: 28px;
  margin: auto;
  cursor: pointer;
}

input[id^=GPisochronChoiceAltChron] + .GPisochronChoiceAltImg {
  background-position: -56px 0;
}

input[id^=GPisochronChoiceAltChron]:checked + .GPisochronChoiceAltImg {
  background-position: -84px 0;
}

input[id^=GPisochronChoiceAltDist] + .GPisochronChoiceAltImg {
  background-position: -112px 0;
}

input[id^=GPisochronChoiceAltDist]:checked + .GPisochronChoiceAltImg {
  background-position: -140px 0;
}

.GPisochronChoiceAlt span {
  cursor: pointer;
  display:block;
  color: #999;
}

.GPisochronValueHidden {
  display: none;
}

div[id^=GPisochronValueChron],
div[id^=GPisochronValueDist] {
  width: 220px;
  margin: auto;
}

/* Mode choice */

div[id^=GPisochronModeChoice] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}

.GPisochronModeLabel {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

div[id^=GPisochronTransportChoice] input {
  display: none;
}

.GPisochronTransportImg {
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.GPisochronTransportImg:first-of-type {
    margin-left: 18px;
    margin-right: 10px;
}

input[id^=GPisochronTransportCar] + .GPisochronTransportImg {
  background-position: -168px 0;
}

input[id^=GPisochronTransportCar]:checked + .GPisochronTransportImg {
  background-position: -196px 0;
}

input[id^=GPisochronTransportPedestrian] + .GPisochronTransportImg {
  background-position: -224px 0;
}

input[id^=GPisochronTransportPedestrian]:checked + .GPisochronTransportImg {
  background-position: -252px 0;
}

select[id^=GPisochronDirectionSelect] {
  width: 80px;
}

/* Showing/hiding exclusions */

input[id^=GPshowIsoExclusions] {
  display: none;
}

.GPshowIsoExclusionsPicto {
  top: 250px;
  right: 0;
  transition: all 0.5s ease-out 0s;
}

input[id^=GPshowIsoExclusions] + label + div[id^=GPisoExclusions] {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}

input[id^=GPshowIsoExclusions]:checked + label + div[id^=GPisoExclusions] {
  display: block;
  max-height: 60px;
  opacity: 1;
  margin-bottom: 15px;
}

/* Exclusions */

div[id^=GPisoExclusions] {
  transition: max-height 0.5s ease-in-out 0.25s, opacity 0.5s ease-in-out 0.25s, margin 0.3s ease-in-out 0.25s;
  overflow: hidden;
}

.GPisoExclusionsLabel {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 16px;
}

.GPisoExclusionsOptions {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.GPisoExclusionsOption {
  display: block;
  height: 28px;
  line-height: 26px;
  color: #A77;
  background-color: #FEE;
  padding-left: 28px;
  padding-right: 5px;
  border: 1px solid #A77;
  border-radius: 3px;
  cursor: pointer;
}

input:checked + .GPisoExclusionsOption {
  background-color: #EFE;
  background-position: 0 -28px;
  color: #797;
  border: 1px solid #797;
}

/* Reset picto */
div[id^=GPisochronReset] {
  position: absolute;
  margin-top: 5px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  opacity: 0.8;
  background-position: -281px 0;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

div[id^=GPisochronReset]:hover {
  opacity: 1;
}

/* LAYER SWITCHER */

div[id^=GPlayerSwitcher-] {
  font-size: 11px;
}

div[id^=GPlayerSwitcher-] [draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

/* Manage opening of the components through hiden checkboxes */

div[id^=GPlayerSwitcher-] input[type="checkbox"] + div,
div[id^=GPlayerSwitcher-] input[type="checkbox"] + label + div {
  max-height: 0px;
}

div[id^=GPlayerSwitcher-] label {
  display: block;
}

/* Showing/hiding layers list */

label[id^=GPshowLayersListPicto] {
  position: relative;
  float: right;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-out 0s, box-shadow  0.5s ease-out 0s, border  0.5s ease-out 0s, border-radius  0.5s ease-out 0s;
  cursor: pointer;
}

span[id^=GPshowLayersListOpen],
span[id^=GPshowLayersListClose] {
  position: absolute;
  display: block;
  transition: border-radius 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

span[id^=GPshowLayersListOpen] {
  background-position: 0 0;
  opacity: 1;
}

span[id^=GPshowLayersListClose] {
  opacity: 0;
}

div[id^=GPlayerSwitcher-] input[type="checkbox"]:checked + div + label[id^=GPshowLayersListPicto] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

div[id^=GPlayerSwitcher-] input[type="checkbox"]:checked + div + label[id^=GPshowLayersListPicto] span[id^=GPshowLayersListClose] {
  opacity: 1;
}

/* Layers list */

div[id^=GPlayersList] {
  position: relative;
  width: 180px;
  border-bottom-right-radius: 0;
  opacity: 0;
  overflow: auto;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0.25s;
}

div[id^=GPlayerSwitcher-] input[type="checkbox"]:checked + div[id^=GPlayersList] {
  max-height: 232px;
  opacity: 1;
  transition: max-height 0.5s ease-in 0s, opacity 0.25s ease-in 0s;
}

/* Layer : general */

.GPlayerSwitcher_layer {
  position: relative;
  top: 0;
  background-color: #FFF;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
}

div[id^=GPlayersList] .GPlayerSwitcher_layer:last-child {
  border-bottom: none;
}

.GPlayerBasicTools,
.GPlayerAdvancedTools {
  position: relative;
  width: 100%;
  height: 28px;
}

.GPlayerVisibility,
.GPlayerInfo,
.GPlayerInfoOpened,
.GPlayerRemove {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.GPlayerVisibility,
.GPlayerName,
.GPlayerInfo,
.GPlayerInfoOpened,
.GPlayerRemove,
.GPlayerOpacity,
.GPlayerOpacityValue {
  position: absolute;
  top: 0;
}

.GPghostLayer {
  opacity: 0;
}

/* Layer basic tools */

.GPlayerBasicTools {
  background-color: #FFF;
}

.GPlayerVisibility {
  left: 0;
  background-position: -28px 0;
}

input[type="checkbox"]:checked + .GPlayerVisibility {
  background-position: 0 0;
}

.GPlayerName {
  left: 28px;
  width: calc(100% - 56px);
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  cursor: move;
}

.outOfRange .GPlayerName {
  color: #AAA;
}

/* Showing layer advanced tools */

.GPshowLayerAdvancedTools {
  top: 0;
  right: 0;
  background-position: -112px 0;
}

.GPlayerAdvancedTools {
  display: block;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

div[id^=GPlayerSwitcher-] input[type="checkbox"]:checked + label + .GPlayerAdvancedTools {
  max-height: 28px;
  opacity: 1;
}

/* Layer advanced tools */

.GPlayerInfo {
  left: 0;
  background-position: -55px 0;
}

.GPlayerInfoOpened {
  left: 0;
  background-position: -83px 0;
}

.GPlayerOpacity {
  left: 28px;
  width: calc(100% - 100px);
  height: 28px;
  padding-left: 8px;
}

.GPlayerOpacityValue {
  width: 32px;
  left: calc(100% - 60px);
  line-height: 28px;
  font-size: 10px;
  font-style: italic;
  cursor: default;
}

.GPlayerRemove {
  right: 0;
  background-position: -140px 0;
}

/* Opacity slider : general */

.GPlayerOpacity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.GPlayerOpacity input[type="range"]:focus {
  box-shadow: none;
  outline: none;
}

/* Opacity slider : Chrome, Safari, Opera */

.GPlayerOpacity input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 3px;
}

.GPlayerOpacity input[type="range"]::-webkit-slider-thumb:before {
  position: absolute;
  top: 0;
  right: 50%;
  left: -200px;
  height: 3px;
  pointer-events: none;
}

.GPlayerOpacity input[type="range"]::-webkit-slider-thumb {
  width: 9px;
  height: 17px;
  -webkit-appearance: none;
  border: 2px solid #FFF;
  background-color: #505050;
  position: relative;
  top: -7px;
}

/* Opacity slider : Firefox */

.GPlayerOpacity input[type="range"]::-moz-range-track {
  width: 80px;
  height: 3px;
}

.GPlayerOpacity input[type="range"]::-moz-range-thumb {
  width: 5px;
  height: 13px;
  border: 2px solid #FFF;
  border-radius: 0;
  box-shadow: 0;
  background-color: #505050;
  position: relative;
}

/* Opacity slider : IE */

.GPlayerOpacity input[type="range"]::-ms-track {
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 3px;
  width: 80px;
}

.GPlayerOpacity input[type="range"]::-ms-fill-lower,
.GPlayerOpacity input[type="range"]::-ms-fill-upper {
  background: transparent;
  border-radius: 0;
}

.GPlayerOpacity input[type="range"]::-ms-thumb {
  width: 5px;
  height: 13px;
  border: 2px solid #FFF;
  background-color: #505050;
}

.GPlayerOpacity input[type="range"]::-ms-tooltip {
  display: none;
}

/* Layer info panel */

div[id^=GPlayerInfoPanel] {
  position: absolute;
  top: 0;
  overflow-y: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.GPlayerInfoPanelOpened {
  display: block;
}

.GPlayerInfoPanelClosed {
  display: none;
}

div[id^=GPlayerInfoContent] {
  position: relative;
  width: 280px;
  max-height: 200px;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
}

div[id^=GPlayerInfoTitle] {
  width: calc(100% - 52px);
  margin: auto;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

div[id^=GPlayerInfoQuicklook] {
  position: absolute;
  top: -2px;
  left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

div[id^=GPlayerInfoClose] {
  position: absolute;
  top: -8px;
  right: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

div[id^=GPlayerInfoDescription] {
  font-size: 0.9em;
}

div[id^=GPlayerInfoLegend] {

}

div[id^=GPlayerInfoMetadata] {

}

.GPlayerInfoSubtitle {
  padding-left: 35px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
}

.GPlayerInfoLink,
.GPlayerInfoPopup {
  line-height: 20px;
  padding-left: 23px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: #999999;
  background-repeat: no-repeat;
  cursor: pointer;
}

.GPlayerInfoLink {
  background-position: 0 -20px;
}

.GPlayerInfoLink:hover,
.GPlayerInfoPopup:hover {
  color: #333;
}

.GPlayerInfoLink a,
.GPlayerInfoLink a:visited
.GPlayerInfoLink a:focus
.GPlayerInfoLink a:hover {
  text-decoration: none;
  color: inherit;
}

/* Location */

/* Location form */

.GPlocationStageFlexInput {
  max-height: 28px;
  opacity: 1;
}

.GPlocationStageFlexInputHidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.GPlocationOriginVisible {
  display: block;
}

.GPlocationOriginHidden {
  display: none;
}

label.GPlocationOriginPointerImg[id*="GPlocationOriginPointerImg"] {
  width: 28px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #999;
}

input[id*="GPlocationOriginPointer"] + .GPlocationOriginPointerImg {
  background-position: -1px -1px;
}

input[id*="GPlocationOriginPointer"]:checked + .GPlocationOriginPointerImg {
  background-position: -29px -1px;
}

.GPlocationStageRemove,
div[id^=GPlocationStageAdd] {
  width: 28px;
  border: none;
  cursor: pointer;
}

.GPlocationStageRemove {
  background-position: -84px 0;
}

div[id^=GPlocationStageAdd] {
  background-position: -56px 0;
}

/* Showing/hiding drawing panel */

label[id^=GPshowMeasureAreaPicto-] {
  display: inline-block;
}

input[id^=GPshowMeasureArea-] + label {
  display: block;
}

input[id^=GPshowMeasureArea-]:checked + label {
  display: block;
  background-color: rgba(0,60,136,0.5);
}

input[id^=GPshowMeasureArea-] + label + div {
  display: block;
}

input[id^=GPshowMeasureArea-]:checked + label + div {
  display: block;
}

/* Showing/hiding drawing panel */

label[id^=GPshowMeasureAzimuthPicto-] {
  display: inline-block;
}

input[id^=GPshowMeasureAzimuth-] + label {
  display: block;
}

input[id^=GPshowMeasureAzimuth-]:checked + label {
  display: block;
  background-color: rgba(0,60,136,0.5);
}

input[id^=GPshowMeasureAzimuth-] + label + div {
  display: block;
}

input[id^=GPshowMeasureAzimuth-]:checked + label + div {
  display: block;
}

/* Showing/hiding drawing panel */

label[id^=GPshowMeasureLengthPicto-] {
  display: inline-block;
}

input[id^=GPshowMeasureLength-] + label {
  display: block;
}

input[id^=GPshowMeasureLength-]:checked + label {
  display: block;
  background-color: rgba(0,60,136,0.5);
}

input[id^=GPshowMeasureLength-] + label + div {
  display: block;
}

input[id^=GPshowMeasureLength-]:checked + label + div {
  display: block;
}

/* MEASURE TOOL */

.GPmeasureTooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  white-space: nowrap;
}

.GPmeasureTooltip-measure {
  font-weight: bold;
}

.GPmeasureTooltip-info {
  font-size: 0.75em;
  text-align: center;
}

.GPmeasureTooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}

.GPmeasureTooltip-hidden {
  display: none;
}

.GPmeasureTooltip-measure::before,
.GPmeasureTooltip-info::before,
.GPmeasureTooltip-static::before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

.GPmeasureTooltip-static::before {
  border-top-color: #ffcc33;
}

/* MOUSE POSITION */

/* Showing/hiding mouse position panel */

label[id^=GPshowMousePositionPicto] {
  display: inline-block;
}

input[id^=GPshowMousePosition-] + label {
  display: block;
}

input[id^=GPshowMousePosition-]:checked + label {
  display: none;
}

input[id^=GPshowMousePosition-] + label + div {
  display: none;
}

input[id^=GPshowMousePosition-]:checked + label + div {
  display: block;
}

/* General panels */

div[id^=GPmousePositionPanel-] {
  width: 300px;
  overflow: hidden;
}

/* Basic infos */

div[id^=GPmousePositionBasicPanel] {
  padding: 10px 15px;
  position: relative;
}

.GPmousePositionLabel,
.GPmousePositionCoords {
  display: inline-block;
  line-height: 20px;
}

.GPmousePositionLabel {
  width: 80px;
  font-weight: bold;
}

.GPmousePositionCoords {
  width: 110px;
}

/* Showing settings */

.GPshowMousePositionSettingsPicto {
  bottom: 5px;
  right: 0;
  transition: all 0.5s ease-out 0s;
}

div[id^=GPmousePosition-] input[type="checkbox"]:checked + .GPshowMousePositionSettingsPicto {
  bottom: 100px;
}

div[id^=GPmousePositionSettings-] {
  display: block;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

div[id^=GPmousePosition-] input[type="checkbox"]:checked + label + div[id^=GPmousePositionSettings-] {
  max-height: 95px;
  opacity: 1;
}

/* Settings */

div[id^=GPmousePositionSettings-] {
  height: 95px;
  padding-left: 0 15px;
  overflow: hidden;
}

.GPmousePositionSettingsLabel {
  display: block;
  margin: auto;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
}

.GPmousePositionSettingsSelect {
  width: 180px;
  margin-top: 5px;
}

/* General panels */

div[id^=GPmousePositionCoordinate-] input.error {
    border: 1px solid rgb(255, 0, 0);
}
div[id^=GPmousePositionCoordinate-] input[readonly] {
    border: 1px solid transparent;
    padding: 2px;
    text-align: right;
}

input[id^=GPmousePositionLat-], input[id^=GPmousePositionLon-] {
    width: 120px;
}

span[id^=GPmousePositionAlt-] {
    display: inline-block;
    padding: 2px;
    width: 120px;
    line-height: 20px;
    text-align: right;
}

/* sexagesimal coordinates */

.GPSexagesimal, .GPSexagesimalsec {
    margin:0;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

input:read-only.GPSexagesimal, input:read-only.GPSexagesimalsec {
    text-align: right;
}

.GPSexagesimal {
    width: 30px;
}

.GPSexagesimalsec {
    width: 45px;
}
.GPmousePositionSexagesimalLabel {
    font-size: 1.2em;
    vertical-align: middle;
    padding: 0;
}

/* direction N/S ou E/O */
select.GPmousePositionDirection {
    border: 1px solid #999;
    margin-left: 2px;
}

select.GPmousePositionDirection:disabled{
    border: none;
    background: transparent;
    color: black;
    /*For FireFox*/
   -webkit-appearance: none;
   /*For Chrome*/
   -moz-appearance: none;
}

/*For IE10+*/
select.GPmousePositionDirection:disabled::-ms-expand {
    display: none;
}
select.GPmousePositionDirection:disabled::-ms-value {
    color: black;
}

.GPmousePositionUnits,
.GPmousePositionAltitudeUnits {
    margin-left: 5px;
}

/* EDIT COORDINATES TOOLS */
.GPmousePositionPanelEditTools {
    position: absolute;
    top: 20px;
    right: 5px;
}

.GPmousePositionEditTool {
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

span[id^=GPmousePositionCloseEdit] {
    background-position: -18px 0;
    margin-left: 5px;
}

img[id^=GPmousePositionMarker]:hover {
    cursor: pointer;
    opacity: 0.7;
}

/* Map center localisation */

#GPmapCenter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

#GPmapCenter.GPmapCenterVisible {
  display: block;
}

/* REVERSE GEOCODING */

[id^="GPreverseGeocoding-"] {
  top: 180px;
}

/* Showing/hiding reverse geocoding panel */

[id^="GPshowReverseGeocodingPicto-"] {
  display: inline-block;
}

[id^="GPshowReverseGeocoding-"] + label {
  display: block;
}

[id^="GPshowReverseGeocoding-"]:checked + label {
  display: none;
}

[id^="GPshowReverseGeocoding-"] + label + div {
  display: none;
}

[id^="GPshowReverseGeocoding-"]:checked + label + div {
  display: block;
}

/* General panels */

div[id^=GPreverseGeocodingResultsClose] {
  top: 0;
  right: 0;
  width: 30px;
  height: 32px;
  /*background-position: -26px 0;*/
}

[id^="GPreverseGeocodingPanel-"] {
  width: 280px;
}

.GPreverseGeocodingComponentHidden {
  display: none;
}

div[id^="GPreverseGeocodingReturnPicto-"] {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  opacity: 1;
  background-position: 0 0;
  cursor: pointer;
}

.GPreverseGeocodingReturnPictoHidden {
    display: none;
}

/* Calc waiting */

.GPreverseGeocodingCalcWaitingContainerVisible,
.GPreverseGeocodingCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GPreverseGeocodingCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.GPreverseGeocodingCalcWaitingContainerHidden {
  display: none;
}

.GPreverseGeocodingCalcWaiting {
  margin: auto;
}

/* Search panel */

[id^="GPreverseGeocodingForm-"] {
  position: relative;
  max-height: 270px;
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

.GPreverseGeocodingCodeLabel,
.GPreverseGeocodingFilterLabel {
  max-width: 105px;
}

.GPreverseGeocodingCodeLabel,
.GPreverseGeocodingCode {
  margin-top: 5px;
  margin-bottom: 0;
}

.GPreverseGeocodingFilterLabel,
.GPreverseGeocodingFilterInput {
  margin-bottom: 5px;
}

input[id^="GPreverseGeocodingSubmit-"] {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100px;
}

/* Calc waiting */

/* TODO: waiting  */
.GPreverseGeocodingCalcWaitingContainerVisible,
.GPreverseGeocodingCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GPreverseGeocodingCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.GPreverseGeocodingCalcWaitingContainerHidden {
  display: none;
}

.GPreverseGeocodingCalcWaiting {
  margin: auto;
}

/* Result panel */

div[id^=GPreverseGeocodingResultsList-] {
  position: relative;
  max-height: 210px;
  overflow-y: auto;
}

/* ROUTE */

div[id^=GProute-] {
   top: 100px;
}

/* Showing/hiding route panel */

label[id^=GPshowRoutePicto] {
  display: inline-block;
}

input[id^=GPshowRoute-] + label {
  display: block;
}

input[id^=GPshowRoute-]:checked + label {
  display: none;
}

input[id^=GPshowRoute-] + label + div {
  display: none;
}

input[id^=GPshowRoute-]:checked + label + div {
  display: block;
}

/* General panels */

div[id^=GProutePanel-] {
  width: 320px;
}

.GProuteComponentHidden {
  display: none;
}

/* Calc waiting */

.GProuteCalcWaitingContainerVisible,
.GProuteCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GProuteCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.GProuteCalcWaitingContainerHidden {
  display: none;
}

.GProuteCalcWaiting {
  margin: auto;
}

/* Route form */

form[id^=GProuteForm] {
  padding: 15px;
}

.GProuteFormMini {
  max-height: 58px;
  overflow: hidden;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.GProuteStageFlexInput {
  max-height: 28px;
  opacity: 1;
}

.GProuteStageFlexInputHidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

form[id^=GProuteForm] > .GPlocationStageFlexInput {
  margin-top: 5px;
}

form[id^=GProuteForm] > .GPlocationStageFlexInputHidden {
  margin-top: 0;
}

form[id^=GProuteForm].GProuteFormMini .GPlocationStageFlexInput:first-child {
  margin-top: 5px;
}

.GProuteOriginVisible {
  display: block;
}

.GProuteOriginHidden {
  display: none;
}

label.GProuteOriginPointerImg[id*="GProuteOriginPointerImg"] {
  width: 28px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #999;
}

input[id*="GProuteOriginPointer"] + .GProuteOriginPointerImg {
  background-position: -1px -1px;
}

input[id*="GProuteOriginPointer"]:checked + .GProuteOriginPointerImg {
  background-position: -29px -1px;
}

.GProuteStageRemove,
div[id^=GProuteStageAdd] {
  width: 28px;
  border: none;
  cursor: pointer;
}

.GProuteFormMini .GProuteStageRemove,
.GProuteFormMini div[id^=GProuteStageAdd] {
  display: none;
}

.GProuteStageRemove {
  background-position: -84px 0;
}

div[id^=GProuteStageAdd] {
  background-position: -56px 0;
}

/* Mode choice */

div[id^=GProuteModeChoice] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 15px 0;
}

.GProuteModeLabel {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

div[id^=GProuteTransportChoice] input {
  display: none;
}

.GProuteTransportImg {
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.GProuteTransportImg:first-of-type {
    margin-left: 18px;
    margin-right: 10px;
}

input[id^=GProuteTransportCar] + .GProuteTransportImg {
  background-position: -112px 0;
}

input[id^=GProuteTransportCar]:checked + .GProuteTransportImg {
  background-position: -140px 0;
}

input[id^=GProuteTransportPedestrian] + .GProuteTransportImg {
  background-position: -168px 0;
}

input[id^=GProuteTransportPedestrian]:checked + .GProuteTransportImg {
  background-position: -196px 0;
}

select[id^=GProuteComputationSelect] {
  width: 100px;
}

/* Showing/hiding exclusions */

input[id^=GPshowRouteExclusions] {
  display: none;
}

.GPshowRouteExclusionsPicto {
  /* top: 185px; */
  /* bottom: 25px; */
  right: 0;
  transition: all 0.3s ease-out 0s;
}

input[id^=GPshowRouteExclusions] + label + div[id^=GProuteExclusions] {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}

input[id^=GPshowRouteExclusions]:checked + label + div[id^=GProuteExclusions] {
  display: block;
  max-height: 60px;
  opacity: 1;
  margin-bottom: 15px;
}

/* Exclusions */

div[id^=GProuteExclusions] {
  transition: max-height 0.5s ease-in-out 0.25s, opacity 0.5s ease-in-out 0.25s, margin 0.3s ease-in-out 0.25s;
  overflow: hidden;
}

.GProuteExclusionsLabel {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 16px;
}

.GProuteExclusionsOptions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.GProuteExclusionsOption {
  display: block;
  height: 28px;
  line-height: 26px;
  color: #A77;
  background-color: #FEE;
  padding-left: 28px;
  padding-right: 5px;
  border: 1px solid #A77;
  border-radius: 3px;
  cursor: pointer;
}

input:checked + .GProuteExclusionsOption {
  background-color: #EFE;
  background-position: 0 -28px;
  color: #797;
  border: 1px solid #797;
}

/* Reset picto */
div[id^=GProuteReset] {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  opacity: 0.8;
  background-position: -224px 0;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

div[id^=GProuteReset]:hover {
  opacity: 1;
}

/* Result panel */

div[id^=GProuteResultsPanel] {
  padding: 15px;
}

.GProuteResultStage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

div[id^=GProuteResultsStages] {
  margin-bottom: 15px;
}

.GProuteResultStageLabel,
.GProuteResultStageValue,
.GProuteResultsValueLabel,
div[id^=GProuteResultsValueDist],
div[id^=GProuteResultsValueTime] {
  display: inline-block;
  line-height: 18px;
}

.GProuteResultStageLabel,
.GProuteResultsValueLabel {
  color: #666;
}

.GProuteResultStageLabel {
  width: 60px;
}

.GProuteResultsValueLabel {
  width: 65px;
}

.GProuteResultStageValue {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div[id^=GProuteResultsValueDist],
div[id^=GProuteResultsValueTime] {
  width: 80px;
  font-weight: bold;
}

div[id^=GProuteResults-] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

select[id^=GProuteResultsComputationSelect] {
  width: 100px;
}

div[id^=GProuteResultsNew] {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  opacity: 0.8;
  background-position: -224px 0;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

div[id^=GProuteResultsNew]:hover {
  opacity: 1;
}

/* Results details header */

.GPfakeBorder {
  display: inline-block;
  height: 14px;
  width: 60px;
  border-bottom: 1px solid #999;
}

.GPfakeBorderLeft {
  margin-left:15px;
}

input[id^=GProuteResultsShowDetails] + label,
input[id^=GProuteResultsShowDetails] + label + label {
  width: 130px;
  line-height: 28px;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease-out;
}

input[id^=GProuteResultsShowDetails] + label,
input[id^=GProuteResultsShowDetails]:checked + label + label {
  display: inline-block;
}

input[id^=GProuteResultsShowDetails]:checked + label,
input[id^=GProuteResultsShowDetails] + label + label {
  display: none;
}

input[id^=GProuteResultsShowDetails] + label + label + div + div[id^=GProuteResultsDetails] {
  max-height: 0;
  opacity: 0;
}

input[id^=GProuteResultsShowDetails]:checked + label + label + div + div[id^=GProuteResultsDetails] {
  max-height: 200px;
  opacity: 1;
}

div[id^=GProuteResultsDetails] {
  overflow-y: auto;
  transition: max-height 0.5s ease-in-out 0.25s, opacity 0.5s ease-in-out 0.25s;
}

.GProuteResultsDetailsNumber,
.GProuteResultsDetailsInstruction {
  display: inline-block;
  margin-top: 4px;
  line-height: 16px;
  color: #666;
}

.GProuteResultsDetailsNumber {
  font-weight: bold;
  width: 22px;
  text-align: right;
  vertical-align: top;
}

.GProuteResultsDetailsInstruction {
  width: calc(100% - 30px);
  padding-left: 5px;
}

/* SEARCH ENGINE */

input[id^=GPshowSearchEngine-] + label + form[id^=GPsearchInput-] {
  max-width: 0px;
}

/* Showing/hiding search engine input */

input[id^=GPshowSearchEngine-] {
  display: none;
}

label[id^=GPshowSearchEnginePicto] {
  display: inline-block;
  transition: border-radius 0s ease-out 0s;
  transition-delay: 0.5s;
}

input[id^=GPshowSearchEngine-]:checked + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition-delay: 0s;
}

input[id^=GPshowSearchEngine-] + label + form[id^=GPsearchInput-] {
  max-width: 0px;
  border: none;
  transition: max-width 0.5s ease-out 0s;
}

input[id^=GPshowSearchEngine-]:checked + label + form[id^=GPsearchInput-] {
  max-width: 280px;
}

input[id^=GPshowSearchEngine-] + label + form[id^=GPsearchInput-] + div[id^=GPshowAdvancedSearch] {
  display: none;
}

input[id^=GPshowSearchEngine-]:checked + label + form[id^=GPsearchInput-] + div[id^=GPshowAdvancedSearch] {
  display: inline-block;
}

div[id^=GPautoCompleteList] {
  display: none;
}

input[id^=GPshowSearchEngine-]:checked + label + form[id^=GPsearchInput-] + div[id^=GPautoCompleteList] {
  display: block;
}

/* Simple search input */

form[id^=GPsearchInput-] {
  display: inline-block;
  position: relative;
  left: -3px;
  width: 280px;
  overflow: hidden;
}

form[id^=GPsearchInput-] input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
  padding-right: 30px;
  padding-left: 5px;
  color: #333;
  font-size: 1.0em;
}

form[id^=GPsearchInput-] input:disabled {
  background-color: #DDD;
  color: #999;
}

div[id^=GPsearchInputReset] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 32px;
  background-position: -30px 0;
  cursor: pointer;
}

/* General panels */

div[id^=GPgeocodeResultsClose],
div[id^=GPadvancedSearchClose] {
  top: 0;
  right: 0;
  width: 30px;
  height: 32px;
}

div[id^=GPgeocodeResultsClose] {
  background-position: 0 0;
}

div[id^=GPadvancedSearchClose] {
  background-repeat: no-repeat;
}

/* Advanced search picto */

div[id^=GPshowAdvancedSearch] {
  transition: border-radius 0s ease-out 0s;
  transition-delay: 0.5s;
}

/* Advanced search panel */

div[id^=GPadvancedSearchPanel] {
  display: none;
  width: 280px;
  vertical-align: top;
  overflow: hidden;
}

form[id^=GPadvancedSearchForm] {
  max-height: 220px;
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.GPadvancedSearchCodeLabel,
.GPadvancedSearchFilterLabel {
  max-width: 105px;
}

.GPadvancedSearchCodeLabel,
.GPadvancedSearchCode,
 div[id^=GPadvancedSearchFilters] {
  margin-top: 15px;
}

.GPadvancedSearchFilterLabel,
.GPadvancedSearchFilterInput {
  margin-bottom: 5px;
}

input[id^=GPadvancedSearchSubmit] {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Autocomplete list / geocode results */

div[id^=GPautoCompleteList],
div[id^=GPgeocodeResultsList] {
  width: 280px;
}

div[id^=GPautoCompleteList] {
  top: 35px;
}

div[id^=GPgeocodeResultsList] {
  display: none;
  position: absolute;
  top: 40px;
  border-radius: 4px;
  overflow: hidden;
}

div[id^=GPgeocodeResults-] {
  background-color: #FFF;
  max-height: 140px;
  overflow-y: auto;
}

/**
* Map loading
* @sample
* function setMap(map) {
*   var center = this._createLoadingElement();
*   map.getViewport().appendChild(center);
*   center.className = ""; // invisible !
*   center.className = "GPmapLoadingVisible"; // visible !
* }
*
* function _createLoadingElement() {
*   var div = document.createElement("div");
*   div.id = "GPmapLoading";
*   div.className = "";
*   return div;
* }
*/

#GPmapLoading {
  display: none;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

#GPmapLoading.GPmapLoadingVisible {
  display: block;
}

#GPmapLoading {
    background-image: url(data:image/gif;base64,R0lGODlhNAA0AIQSAAFkpSZ5sAGV3k2Ruiao3kOj1/GUBk225pe/B4S83XrK75HH3qrS5szMzNbW1sHe797e3ubm5v///////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAQAfACwAAAAANAA0AAAF5uAnjmRpnmiqrmzrvnAsz3T9FXhh72Ke8zWfDzgT/ogxIw55cjgiJ6XOhKjaII1sNio8Vb8ImnbMXVLBVhl2vI2hvzIHOwt9veGxyLwhu4dlcw59bzVjgjNoPHU2f0yOj5CRkpMocg2HjwaaBitzmZuaKWuGTKCgKHt8SKabqHulrJwno1qYQLGyJ56OrCuWtrChlMPExcbHH4s1ymK1NJZtM4Fxu3mvMXvMLdBj2ip60zG0WoBzENLVJL+66TDj7GQmbOc1EE9N4SURDvSRqcgj/gH8wC0LsGPtAK7pN7Chw4cQSYQAACH5BAUBAB8ALBYABAAaACcAAAVw4PdBTQOJaKquX+k2bJw6b+nIcu3isV7yLFrttioYczWWcVmICYkq5hKolB6pKOsUm9Vyu9JvKiyOls/otHqNQ7gR6ff7LJeX63Mx3n3f0+txeWyDhIVlBmsGiopoi45njo9fkZKTlIhil42RaYsxIQAh+QQFAQAfACwWAAkAGgAnAAAFdOAnjmQZOVCprmTjuikrf289y/Ub32SUuw6e6teICEuO31GVfC1Zxqd0Sq1arYVsAavNUrvdKVgrHm+l5jMazPVe3/C4/IN4I+73Kn5P3fOffn+AgXUqBocGK4QriIiKfoaNjip4LJKTT5eHU5qJnJJWjVUhACH5BAUBAB8ALAkAFgAnABoAAAV04CeOZGmepdM0Duq+5yo3cO2qcwPZPJnLveBvFezhZrsi76cM4lrNqHRKrVpPhmoBZuh2o4VwGOUtK8VoU9lcRKdJazbP/R7Fv236tnQ/If4IJ3pYa36Af4JuLl6Gh4gmYlKOgFclk4+VIpeBmSOTnZaUTSEAIfkEBQEAHwAsBAAWACcAGgAABXfg9xmkIZ5oqq5rWbJwnLqubLP0e+9nTvJAnwnIyxGJtaNyyWw6n1Ao4hmRIa7XpaPBbbCw4OO2y1WBw0Ryt4o6o3cRNdeRcmfTcojZvSr4CytyXntvKH9/gWR6X3cph4crEQ6LSo+IUYaWgJgnmpucIpagjpc3IQAh+QQFAQAfACwEAAkAGgAnAAAFb+AnjqJhkmiamqyhvmjLwrA806p946Tu8isbMNca1ozIpHLJTCKeiCYUupxOlVaqMxvdZqtWqbZJLpvPyEK5wGYz23AlPJ6c0412t9yucjQaDi98KX+FDTBtfYZ/gUmLhUqPf0p+i42Oi00QfxAiIQAh+QQFAQAfACwEAAQAGgAnAAAFc+AnjmRZGqhhrmyasrDounE7o/V64yvi6zuTb4gA0oTEn+lYSg5zSGcROpJOqVUntknc9rzgsHhMLhXOhTEaHV6vwW62N36G09tutbzM7/v/JhFlDYQNDmKFhYdeEYmFYA6OhIJbEJINYZdhlolkEA6UUCEAIfkEAQEAHwAsBAAEACcAGgAABXXgJ45kWSIoYq5sS6apK8swPN9mHeP8p6O9UmG4+qlMhmRryCwUa6uk1LBqMp9A5FQptBKDW2nX6+SFxSRyuXemjpvBz5lljYu2srX9vu/7/4CBgh8NhQ6DK4WKDYgkEIuGjSKQipKElIySj5CHlpSWIw6RoCEAOw==);
}


.GPwidget {
  position: relative; /* overwritten */
}


#GPadvancedToolsPanel {
  position: initial; /* overwritten */
}

/* General panels */

.GPpanel {
  box-shadow: 0 1px 6px #000;
  border-radius: 5px;
}

.GPpanelHeader {
  height: 32px;
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.GPpanelTitle {
  width: calc(100% - 60px);
  margin: auto;
  line-height: 32px;
  color: #C77A04;
  border-bottom: 1px solid #C77A04;
}

.GPpanelClose {
  top: 0;
  right: 0;
  width: 30px;
  height: 32px;
  background-position: -30px 1px;
}

.GPpanelReduce {
  top: 0;
  right: 30px;
  width: 30px;
  height: 32px;
  background-position: -60px 1px;
}

.GPpanelInfo {
  top: 0;
  left: 0px;
  width: 30px;
  height: 32px;
  background-position: -90px 1px;
}

/* Showing/hiding advanced panel */

.GPshowAdvancedToolPicto {
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 6px #000;
  background-color: #FFF;
  border-radius: 5px;
}

.GPshowAdvancedToolPicto:hover {
  background-color: #F4F4F4;
}

.GPshowAdvancedToolOpen {
  width: 100%;
  height: 100%;
}

/* Submit inputs */

input.GPinputSubmit {
  background-color: #C77A04;
}

/* Showing additional hidden options */

.GPshowMoreOptionsImage {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAA7klEQVRIx+3UsUtCURTH8e/x3eciSAhC/QnRGIQPHPoTHPJfyLEpyFqcXkGT/0HQ4uBQs4s4VAiO0b/QJKIIcn333QYVnErIt53PeO7hnnv4wQWllMqa7NL0fmu+wPeLeXd10sJun322yE9t0AY5j+Lk+K+7cjs+rAPSmFnTGzQpb4qDJuWZNT2QxqpnTxsCvN0FdfHyBIwllVoaihXnXkGOxPvLyr173utAgI+b8NTn/AtwsC5NJJVa5WE5yizD+ZySC00XIFgmF4UC40wzXBhcFCfVKE6qC4PTDP81EGB4zeF2hmePfOt3ppT61Q8G2258CD5NRAAAAABJRU5ErkJggg==);
}

div[id^=GPelevationPath-] {
  top: 0; /*overwritten*/
}

/* Showing/hiding elevationPath panel */

label[id^=GPshowElevationPathPicto] {
  display: inline-block;
}

input[id^=GPshowElevationPath-] + label {
  display: block;
}

input[id^=GPshowElevationPath-]:checked + label {
  /* display: none; */
}

input[id^=GPshowElevationPath-] + label + div {
  display: none;
}

input[id^=GPshowElevationPath-]:checked + label + div {
  display: block;
}

span[id^=GPshowElevationPathOpen] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAA4VJREFUaN7tmEFv3EQUx3/PHkdIFT3RIk4gAZVAHIrEwUslJM7tsfABQlBLk+ZuL0K+ZPfOpgpRmg+AhLhQPgBFja1euCAObXqlatUL4oDqXe/jkHXj7jqNvesmWZj/xdbYY83Mz/837w1YWVlZWVlZWVk1LjnshTg0Ot7W6gzELt0cqwxq3n7QM6s5cXARYNGpefuL3FvlHaujlXNQ+K0L96VEksD7cid0NzWaHGcuBYkDt7fT9lYszkmZquG6DG4cGs3bi84vts8CF9HvBHGS1HU0yq5IxHACbuj2BFkWVd1pe3y81l+fdyh3Is46qVkVuKjw7ijW3gN+HnqD3oWIx1M7+EWgi3vw+LX5zWN4fn98spSk7roWthQFSUL3hiDLeQ/R4XvzDnen7X7mpGYXaCucB04Bp1A+RPnaSc1uEriXZ8qiqziwCthZXKwgSeB+i0gh9OpNfyG7QoTmzt2fiW75XnZ13OXzBldUvq9Q3aiofu53sx8ac3BduA1kf+p3s1VUCyFXlu6m7mYSuuv/Nbh3Is6KyvY4XH+tj7/Wn1geFdm+HXCmccBHWSaVQc6QJZBrxwU3Do3EoSkmoDL23IlD80rtbDc1q8CrNbqcNmKuz5xknYA6TrWbrd4NXDKRledjl95sCm4cmgj4FHiz4vsAT4GncWj+Ae4Dv7Y6g804NP0pJnqJEuskbe/gLsIl4JvGAB/nIUcmiExu1NKEI1udQT6vT6b4RDq6vg/sju7r/3DK22XNeXguBa2805iDjwtusRQq+YW/SFJXy0qoqirABfgFeKvmJxZG1z8LIVv2hl53qtMsTwOATxRc0S0ZkqrkbbKUpC7TQs4d3OoMosJ+emgW2+oMNA7NG8DrwGvAE+DR6IepvV4CD0ZlUZ1ODxo76DgpcH0vu0qEJoGr+yXU9JCLDi7ca8W+D4GHjcxXuIXWAyzw00xZ9HHuuROlELrhr+0BfJZdoxvFEipJ3d68lklDb9AD/q7R5S+z16f5Ovho5Pz2LFkR3fIXshUpOEtA/U62XCihVHH+mFfAFyIei+riePRI2l5ZgqWoLn4U8eSlnWQdSc0ZeF8hww/8zvNwJ068QncddX5vdfsbzLmSwL2sItvA6YOci+piq5v9WDGMn1zA/1fdDjhjxFwXuAicGzXfE+GW8Qa9Ks49FHATA7U/iZWVlZWVlZWVlZXV/OlfogGsuXT788cAAAAASUVORK5CYII=);
}


/* Panel */

[id^=GPelevationPathPanelClose] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAA4VJREFUaN7tmEFv3EQUx3/PHkdIFT3RIk4gAZVAHIrEwUslJM7tsfABQlBLk+ZuL0K+ZPfOpgpRmg+AhLhQPgBFja1euCAObXqlatUL4oDqXe/jkHXj7jqNvesmWZj/xdbYY83Mz/837w1YWVlZWVlZWVk1LjnshTg0Ot7W6gzELt0cqwxq3n7QM6s5cXARYNGpefuL3FvlHaujlXNQ+K0L96VEksD7cid0NzWaHGcuBYkDt7fT9lYszkmZquG6DG4cGs3bi84vts8CF9HvBHGS1HU0yq5IxHACbuj2BFkWVd1pe3y81l+fdyh3Is46qVkVuKjw7ijW3gN+HnqD3oWIx1M7+EWgi3vw+LX5zWN4fn98spSk7roWthQFSUL3hiDLeQ/R4XvzDnen7X7mpGYXaCucB04Bp1A+RPnaSc1uEriXZ8qiqziwCthZXKwgSeB+i0gh9OpNfyG7QoTmzt2fiW75XnZ13OXzBldUvq9Q3aiofu53sx8ac3BduA1kf+p3s1VUCyFXlu6m7mYSuuv/Nbh3Is6KyvY4XH+tj7/Wn1geFdm+HXCmccBHWSaVQc6QJZBrxwU3Do3EoSkmoDL23IlD80rtbDc1q8CrNbqcNmKuz5xknYA6TrWbrd4NXDKRledjl95sCm4cmgj4FHiz4vsAT4GncWj+Ae4Dv7Y6g804NP0pJnqJEuskbe/gLsIl4JvGAB/nIUcmiExu1NKEI1udQT6vT6b4RDq6vg/sju7r/3DK22XNeXguBa2805iDjwtusRQq+YW/SFJXy0qoqirABfgFeKvmJxZG1z8LIVv2hl53qtMsTwOATxRc0S0ZkqrkbbKUpC7TQs4d3OoMosJ+emgW2+oMNA7NG8DrwGvAE+DR6IepvV4CD0ZlUZ1ODxo76DgpcH0vu0qEJoGr+yXU9JCLDi7ca8W+D4GHjcxXuIXWAyzw00xZ9HHuuROlELrhr+0BfJZdoxvFEipJ3d68lklDb9AD/q7R5S+z16f5Ovho5Pz2LFkR3fIXshUpOEtA/U62XCihVHH+mFfAFyIei+riePRI2l5ZgqWoLn4U8eSlnWQdSc0ZeF8hww/8zvNwJ068QncddX5vdfsbzLmSwL2sItvA6YOci+piq5v9WDGMn1zA/1fdDjhjxFwXuAicGzXfE+GW8Qa9Ks49FHATA7U/iZWVlZWVlZWVlZXV/OlfogGsuXT788cAAAAASUVORK5CYII=);
}

div[id^=GPelevationPathPanelReduce] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAA4VJREFUaN7tmEFv3EQUx3/PHkdIFT3RIk4gAZVAHIrEwUslJM7tsfABQlBLk+ZuL0K+ZPfOpgpRmg+AhLhQPgBFja1euCAObXqlatUL4oDqXe/jkHXj7jqNvesmWZj/xdbYY83Mz/837w1YWVlZWVlZWVk1LjnshTg0Ot7W6gzELt0cqwxq3n7QM6s5cXARYNGpefuL3FvlHaujlXNQ+K0L96VEksD7cid0NzWaHGcuBYkDt7fT9lYszkmZquG6DG4cGs3bi84vts8CF9HvBHGS1HU0yq5IxHACbuj2BFkWVd1pe3y81l+fdyh3Is46qVkVuKjw7ijW3gN+HnqD3oWIx1M7+EWgi3vw+LX5zWN4fn98spSk7roWthQFSUL3hiDLeQ/R4XvzDnen7X7mpGYXaCucB04Bp1A+RPnaSc1uEriXZ8qiqziwCthZXKwgSeB+i0gh9OpNfyG7QoTmzt2fiW75XnZ13OXzBldUvq9Q3aiofu53sx8ac3BduA1kf+p3s1VUCyFXlu6m7mYSuuv/Nbh3Is6KyvY4XH+tj7/Wn1geFdm+HXCmccBHWSaVQc6QJZBrxwU3Do3EoSkmoDL23IlD80rtbDc1q8CrNbqcNmKuz5xknYA6TrWbrd4NXDKRledjl95sCm4cmgj4FHiz4vsAT4GncWj+Ae4Dv7Y6g804NP0pJnqJEuskbe/gLsIl4JvGAB/nIUcmiExu1NKEI1udQT6vT6b4RDq6vg/sju7r/3DK22XNeXguBa2805iDjwtusRQq+YW/SFJXy0qoqirABfgFeKvmJxZG1z8LIVv2hl53qtMsTwOATxRc0S0ZkqrkbbKUpC7TQs4d3OoMosJ+emgW2+oMNA7NG8DrwGvAE+DR6IepvV4CD0ZlUZ1ODxo76DgpcH0vu0qEJoGr+yXU9JCLDi7ca8W+D4GHjcxXuIXWAyzw00xZ9HHuuROlELrhr+0BfJZdoxvFEipJ3d68lklDb9AD/q7R5S+z16f5Ovho5Pz2LFkR3fIXshUpOEtA/U62XCihVHH+mFfAFyIei+riePRI2l5ZgqWoLn4U8eSlnWQdSc0ZeF8hww/8zvNwJ068QncddX5vdfsbzLmSwL2sItvA6YOci+piq5v9WDGMn1zA/1fdDjhjxFwXuAicGzXfE+GW8Qa9Ks49FHATA7U/iZWVlZWVlZWVlZXV/OlfogGsuXT788cAAAAASUVORK5CYII=);
}

div[id^=GPelevationPathPanelInfo] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAA4VJREFUaN7tmEFv3EQUx3/PHkdIFT3RIk4gAZVAHIrEwUslJM7tsfABQlBLk+ZuL0K+ZPfOpgpRmg+AhLhQPgBFja1euCAObXqlatUL4oDqXe/jkHXj7jqNvesmWZj/xdbYY83Mz/837w1YWVlZWVlZWVk1LjnshTg0Ot7W6gzELt0cqwxq3n7QM6s5cXARYNGpefuL3FvlHaujlXNQ+K0L96VEksD7cid0NzWaHGcuBYkDt7fT9lYszkmZquG6DG4cGs3bi84vts8CF9HvBHGS1HU0yq5IxHACbuj2BFkWVd1pe3y81l+fdyh3Is46qVkVuKjw7ijW3gN+HnqD3oWIx1M7+EWgi3vw+LX5zWN4fn98spSk7roWthQFSUL3hiDLeQ/R4XvzDnen7X7mpGYXaCucB04Bp1A+RPnaSc1uEriXZ8qiqziwCthZXKwgSeB+i0gh9OpNfyG7QoTmzt2fiW75XnZ13OXzBldUvq9Q3aiofu53sx8ac3BduA1kf+p3s1VUCyFXlu6m7mYSuuv/Nbh3Is6KyvY4XH+tj7/Wn1geFdm+HXCmccBHWSaVQc6QJZBrxwU3Do3EoSkmoDL23IlD80rtbDc1q8CrNbqcNmKuz5xknYA6TrWbrd4NXDKRledjl95sCm4cmgj4FHiz4vsAT4GncWj+Ae4Dv7Y6g804NP0pJnqJEuskbe/gLsIl4JvGAB/nIUcmiExu1NKEI1udQT6vT6b4RDq6vg/sju7r/3DK22XNeXguBa2805iDjwtusRQq+YW/SFJXy0qoqirABfgFeKvmJxZG1z8LIVv2hl53qtMsTwOATxRc0S0ZkqrkbbKUpC7TQs4d3OoMosJ+emgW2+oMNA7NG8DrwGvAE+DR6IepvV4CD0ZlUZ1ODxo76DgpcH0vu0qEJoGr+yXU9JCLDi7ca8W+D4GHjcxXuIXWAyzw00xZ9HHuuROlELrhr+0BfJZdoxvFEipJ3d68lklDb9AD/q7R5S+z16f5Ovho5Pz2LFkR3fIXshUpOEtA/U62XCihVHH+mFfAFyIei+riePRI2l5ZgqWoLn4U8eSlnWQdSc0ZeF8hww/8zvNwJ068QncddX5vdfsbzLmSwL2sItvA6YOci+piq5v9WDGMn1zA/1fdDjhjxFwXuAicGzXfE+GW8Qa9Ks49FHATA7U/iZWVlZWVlZWVlZXV/OlfogGsuXT788cAAAAASUVORK5CYII=);
}

[id^=GPelevationPathPanel-] {
  width: 280px;
}

/* ELEVATION PATH DISPLAY */

[id^=GPelevationPathProfil] {
  height: 150px;
  width: inherit;
  line-height: normal; /* surcharge leaflet container */
}

/*.GPpanelHeader {
  padding: unset;
}*/

/*
@media (min-width:720px) and (min-height:720px) {

[id^=GPelevationPathPanel] {
top: 15px;
left: 15px;
}

}

@media (min-width:720px) and (min-height:520px) {

[id^=GPelevationPathPanel] {
width: 460px;
}

[id^=GPelevationPathProfil] {
height: 220px;
}

}

@media (max-width:560px), (max-height:340px) {

[id^=GPelevationPathPanel] {
display: none !important;
}

}
*/

/* ISOCHRON */

div[id^=GPisochron-] {
   /* left: 10px; */
  top: 0; /*overwritten*/
}

/* Showing/hiding isochron panel */

span[id^=GPshowIsochronOpen] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AUXCjIhczCQjQAABBBJREFUaN7tmE9oI2UYxn/vTCeQHjxou2ULroIHsazYg4ekiiDSk+AtSiyZNqbLtrYUFC8NKwTcbW+LuNm20ubQySGwvfWwe1gvImuDFxXqgqhgPWzp0t1jo0knr4dOutO0tmkTpcV5IJCZL+/Mlx/P93x/IFCgQIECBQoU6L+QnKTItu17QJ93ec9xnNcDlIfLOGFdn+/7awHGFjt6aGjo5Wq1mgIuAe3e7S1gXlUX8vn8ais7tzJpXVKpvhoNuaOSoXrQbxSkOGl+oYbxc9+1SvZMg47FYqFwOPw5cNkbBS7w0Gs+B5iAKyJzW1tbHy8tLZVbARnRuZ336UIk5F6uh60gK2nzhiBjgKrIxGmFbTQI+Q4wCqwDI5ZlnXMcp9txnG7Lss6p6iiwoapj4XD4diwWCzVvgWrvk/7JcLFsZtVnDAUpps2bHmQAEa2+dGYdbdv2jAd5pVKpvFMoFDYP+l08Hu+wLGsZiIrIzcXFxfFmOlaLBER8z9lxNhnU52Tvn+h8xHJH/iliTjVoL5N/ANYrlUpvPeREIpESkQnHcV7xwf4R6FLV3mYz+yDYBrpQhTLIh2cFMkDbYY3exGcAnx3kZBEZ2OGxo0KhsDk4OHhVVWcMw0gBHzXpAtVpd6I4aVKD7SLDe9zRJOSVdNtJzam+a62L41B0avvPhkGLSL+qupZlLdW3DQwMPOUt7a7vcaHqLSCrqv0tGnKq0+7Ed5Mmrsj43iGoCy10cgZ4E3juGDV/eZ8S8AvwDfAlUDmWo1X1ArCRy+Ue27b9PvCsr/kFICQid/w1juM8sm37IXChlUPPFUT2Z4u0KD5rjnzjBPW1FVYP8GstDI4Fum6oXAHqZ/Xf1tbWvj1gJIiqaisA1y3h6l+UKpZN1cz+pd/xXrGrr4Hnj1lfW2E98PGqj5Mjo+MPVX0xlUo9ncvlehrcnj+jqp3A/X8Fsui8VCmr1O7JcLFs0gTsGpSMz1RHjRSNTm3rSrrtPNAFdACbwEZ0alvrITcSHXeBnnK5/C4w12DH3wMMr7blkCOWO0IGLU6a+mQ1cnLYHph6d2uDteve3qK5DYuqLng7vk/j8XjHUQ9LJpOdXsS4hmHkmgFdTJvZvXGhs5FrOyAFNDLtToDO+ow5XCybN87koVI+n18VkTmg27Ks5cNgJ5PJTtd1l4HzwMzi4uJPTXbt+91JRXQ+EnLHxec0AY1MuWOoZnd9gXH/tII+ctb2tuC3gbeAByJyVVVvOY7zqJbJXlxc8SB/VSqV3m7ReccoUr0YmdoLed+mJm1mUWM1Ol2ZPfOHSu3t7ddVdcQ7QKoCG15zl++gaaZUKn3SCsj/62PSRCJxEfhARPp9y6DfVfWuYRi55uMiUKBAgQIFChQoUHP6G9rPw3e7WtEyAAAAAElFTkSuQmCC);
}

/* General panels */

div[id^=GPisochronPanel-] {
  left: 10px;
}

div[id^=GPisochronPanelClose] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AUXCjIhczCQjQAABBBJREFUaN7tmE9oI2UYxn/vTCeQHjxou2ULroIHsazYg4ekiiDSk+AtSiyZNqbLtrYUFC8NKwTcbW+LuNm20ubQySGwvfWwe1gvImuDFxXqgqhgPWzp0t1jo0knr4dOutO0tmkTpcV5IJCZL+/Mlx/P93x/IFCgQIECBQoU6L+QnKTItu17QJ93ec9xnNcDlIfLOGFdn+/7awHGFjt6aGjo5Wq1mgIuAe3e7S1gXlUX8vn8ais7tzJpXVKpvhoNuaOSoXrQbxSkOGl+oYbxc9+1SvZMg47FYqFwOPw5cNkbBS7w0Gs+B5iAKyJzW1tbHy8tLZVbARnRuZ336UIk5F6uh60gK2nzhiBjgKrIxGmFbTQI+Q4wCqwDI5ZlnXMcp9txnG7Lss6p6iiwoapj4XD4diwWCzVvgWrvk/7JcLFsZtVnDAUpps2bHmQAEa2+dGYdbdv2jAd5pVKpvFMoFDYP+l08Hu+wLGsZiIrIzcXFxfFmOlaLBER8z9lxNhnU52Tvn+h8xHJH/iliTjVoL5N/ANYrlUpvPeREIpESkQnHcV7xwf4R6FLV3mYz+yDYBrpQhTLIh2cFMkDbYY3exGcAnx3kZBEZ2OGxo0KhsDk4OHhVVWcMw0gBHzXpAtVpd6I4aVKD7SLDe9zRJOSVdNtJzam+a62L41B0avvPhkGLSL+qupZlLdW3DQwMPOUt7a7vcaHqLSCrqv0tGnKq0+7Ed5Mmrsj43iGoCy10cgZ4E3juGDV/eZ8S8AvwDfAlUDmWo1X1ArCRy+Ue27b9PvCsr/kFICQid/w1juM8sm37IXChlUPPFUT2Z4u0KD5rjnzjBPW1FVYP8GstDI4Fum6oXAHqZ/Xf1tbWvj1gJIiqaisA1y3h6l+UKpZN1cz+pd/xXrGrr4Hnj1lfW2E98PGqj5Mjo+MPVX0xlUo9ncvlehrcnj+jqp3A/X8Fsui8VCmr1O7JcLFs0gTsGpSMz1RHjRSNTm3rSrrtPNAFdACbwEZ0alvrITcSHXeBnnK5/C4w12DH3wMMr7blkCOWO0IGLU6a+mQ1cnLYHph6d2uDteve3qK5DYuqLng7vk/j8XjHUQ9LJpOdXsS4hmHkmgFdTJvZvXGhs5FrOyAFNDLtToDO+ow5XCybN87koVI+n18VkTmg27Ks5cNgJ5PJTtd1l4HzwMzi4uJPTXbt+91JRXQ+EnLHxec0AY1MuWOoZnd9gXH/tII+ctb2tuC3gbeAByJyVVVvOY7zqJbJXlxc8SB/VSqV3m7ReccoUr0YmdoLed+mJm1mUWM1Ol2ZPfOHSu3t7ddVdcQ7QKoCG15zl++gaaZUKn3SCsj/62PSRCJxEfhARPp9y6DfVfWuYRi55uMiUKBAgQIFChQoUHP6G9rPw3e7WtEyAAAAAElFTkSuQmCC);
}

div[id^=GPisochronPanelReduce] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AUXCjIhczCQjQAABBBJREFUaN7tmE9oI2UYxn/vTCeQHjxou2ULroIHsazYg4ekiiDSk+AtSiyZNqbLtrYUFC8NKwTcbW+LuNm20ubQySGwvfWwe1gvImuDFxXqgqhgPWzp0t1jo0knr4dOutO0tmkTpcV5IJCZL+/Mlx/P93x/IFCgQIECBQoU6L+QnKTItu17QJ93ec9xnNcDlIfLOGFdn+/7awHGFjt6aGjo5Wq1mgIuAe3e7S1gXlUX8vn8ais7tzJpXVKpvhoNuaOSoXrQbxSkOGl+oYbxc9+1SvZMg47FYqFwOPw5cNkbBS7w0Gs+B5iAKyJzW1tbHy8tLZVbARnRuZ336UIk5F6uh60gK2nzhiBjgKrIxGmFbTQI+Q4wCqwDI5ZlnXMcp9txnG7Lss6p6iiwoapj4XD4diwWCzVvgWrvk/7JcLFsZtVnDAUpps2bHmQAEa2+dGYdbdv2jAd5pVKpvFMoFDYP+l08Hu+wLGsZiIrIzcXFxfFmOlaLBER8z9lxNhnU52Tvn+h8xHJH/iliTjVoL5N/ANYrlUpvPeREIpESkQnHcV7xwf4R6FLV3mYz+yDYBrpQhTLIh2cFMkDbYY3exGcAnx3kZBEZ2OGxo0KhsDk4OHhVVWcMw0gBHzXpAtVpd6I4aVKD7SLDe9zRJOSVdNtJzam+a62L41B0avvPhkGLSL+qupZlLdW3DQwMPOUt7a7vcaHqLSCrqv0tGnKq0+7Ed5Mmrsj43iGoCy10cgZ4E3juGDV/eZ8S8AvwDfAlUDmWo1X1ArCRy+Ue27b9PvCsr/kFICQid/w1juM8sm37IXChlUPPFUT2Z4u0KD5rjnzjBPW1FVYP8GstDI4Fum6oXAHqZ/Xf1tbWvj1gJIiqaisA1y3h6l+UKpZN1cz+pd/xXrGrr4Hnj1lfW2E98PGqj5Mjo+MPVX0xlUo9ncvlehrcnj+jqp3A/X8Fsui8VCmr1O7JcLFs0gTsGpSMz1RHjRSNTm3rSrrtPNAFdACbwEZ0alvrITcSHXeBnnK5/C4w12DH3wMMr7blkCOWO0IGLU6a+mQ1cnLYHph6d2uDteve3qK5DYuqLng7vk/j8XjHUQ9LJpOdXsS4hmHkmgFdTJvZvXGhs5FrOyAFNDLtToDO+ow5XCybN87koVI+n18VkTmg27Ks5cNgJ5PJTtd1l4HzwMzi4uJPTXbt+91JRXQ+EnLHxec0AY1MuWOoZnd9gXH/tII+ctb2tuC3gbeAByJyVVVvOY7zqJbJXlxc8SB/VSqV3m7ReccoUr0YmdoLed+mJm1mUWM1Ol2ZPfOHSu3t7ddVdcQ7QKoCG15zl++gaaZUKn3SCsj/62PSRCJxEfhARPp9y6DfVfWuYRi55uMiUKBAgQIFChQoUHP6G9rPw3e7WtEyAAAAAElFTkSuQmCC);
}

/* Calc waiting */

.GPisochronCalcWaitingContainerVisible,
.GPisochronCalcWaitingContainerHidden {
  border-radius: 5px;
}

/* Isochron form */

.GPisochronChoiceAlt input:checked + label + span {
  color: #C77A04;
}

.GPisochronOriginPointerImg,
.GPisochronChoiceAltImg,
.GPisochronTransportImg {
  background-image: url(data:image/png;base64,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