html,body{height:100%;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;padding:0;margin:0}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.mr-2{margin-right:2px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.hide{display:none}.show{display:block}.text-center{text-align:center}.text-right{text-align:right}.inline-block{display:inline-block;vertical-align:top}.left{float:left}.right{float:right}.hide{display:none}.button-image{background:transparent;border:none;cursor:pointer;vertical-align:middle;outline:none}a{cursor:pointer;color:#0000a0;text-decoration:none}a:hover{text-decoration:underline}.clearfix::after{content:"";clear:both;display:table}.button{-moz-box-shadow:inset 0 1px 0 0 #54a3f7;-webkit-box-shadow:inset 0 1px 0 0 #54a3f7;box-shadow:inset 0 1px 0 0 #54a3f7;background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#007dc1),color-stop(1,#0061a7));background:-moz-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-webkit-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-o-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-ms-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:linear-gradient(to bottom,#007dc1 5%,#0061a7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1',endColorstr='#0061a7',GradientType=0);background-color:#007dc1;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #124d77;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:13px;padding:6px 24px;text-decoration:none;text-shadow:0 1px 0 #154682}.button:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#0061a7),color-stop(1,#007dc1));background:-moz-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-webkit-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-o-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-ms-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:linear-gradient(to bottom,#0061a7 5%,#007dc1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7',endColorstr='#007dc1',GradientType=0);background-color:#0061a7}.button:active{position:relative;top:1px}.button:disabled{opacity:.65}.button-small{font-size:small;padding:.2em .8em}@keyframes lds-rolling{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@-webkit-keyframes lds-rolling{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}.lds-rolling{position:relative;display:inline-block}.lds-rolling div,.lds-rolling div:after{position:absolute;width:160px;height:160px;border:20px solid #d8bcb3;border-top-color:transparent;border-radius:50%}.lds-rolling div{-webkit-animation:lds-rolling 1s linear infinite;animation:lds-rolling 1s linear infinite;top:100px;left:100px}.lds-rolling div:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.lds-rolling{width:32px;height:32px;-webkit-transform:translate(-16px,-16px) scale(.16) translate(16px,16px);transform:translate(-16px,-16px) scale(.16) translate(16px,16px)}#loading{display:none;position:fixed;top:0;left:0;width:100%;text-align:center}#loading>div{background-color:#FAECC0;border:1px solid #F3C275;display:inline-block;padding:6px 8px 0 11px;z-index:9999}#loading>div .lds-rolling{width:16px;height:16px;-webkit-transform:translate(-12px,-12px) scale(.1) translate(12px,12px);transform:translate(-12px,-12px) scale(.1) translate(12px,12px)}#loading>div span{color:#000;font-size:.8em;margin-left:2px;vertical-align:top}#loading2{background:url(/img/rolling.svg) rgba(0,0,0,.4) no-repeat center;display:none;position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;z-index:9999}#loading2>div{display:inline-block;height:100%;color:#fff;font-size:2rem;vertical-align:middle;z-index:99999}.form-input{margin-bottom:1em;position:relative;width:95%}.form-input:last-child{margin-bottom:0}.form-input .label{color:#000;font-size:.8em;margin-bottom:.2em;position:absolute;left:.4em;top:.2em}.form-input .input{background-color:#fff;border:1px solid #777;border-radius:3px;display:block;padding:1.5em .5em .5em;margin:0;width:100%;height:100%}.form-input .input:disabled{border:1px solid #ccc;background-color:#eee;cursor:not-allowed}.form-input-disabled .label{color:#777}.form-input-error .label,.form-input-error .error{color:red;text-align:left}.form-input-error .input{border:1px solid red}.form-input-error .error::before{content:' ';background:url(../img/ic_error.svg) no-repeat;background-position:0 0;background-size:16px;display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:.2em}.form-input-error .error{font-size:.8em}.form-textarea .input{background-color:#fff;border:1px solid #777;border-radius:3px;display:block;padding:.5em;width:94%}.form-textarea .input:disabled{background-color:#ddd}.form-textarea .label{color:#000;font-size:.8em;margin-bottom:.2em}.oba-header-simple{padding:1em;text-align:center}.oba-header{background:#fff;height:5%;width:100%;position:relative}.oba-header .logo,.oba-header .account{position:absolute;top:18%;bottom:18%}.oba-header .logo{left:10px}.oba-header .logo img{height:100%}.oba-header .account{font-size:.8em;right:10px;line-height:1.7em}.oba-container{width:100%;height:90%;position:relative;top:auto;bottom:0}#map{position:absolute;height:100%;width:100%;transition:height .4s}.split-screen #map{width:60%}.split-screen.schedules .oba-panel.schedules,.split-screen.trip-planner .oba-panel.trip-planner{display:block;width:40%}.m-popup .route{border:2px solid #000;display:inline-block;font-size:1em;margin:0 3px 3px 0;padding:4px;text-align:center;text-decoration:none}.oba-dialogs{position:absolute;left:0;top:.5rem;z-index:999;width:auto}.oba-dialog{background-color:#fff;display:none}.oba-dialog .close{background:#000;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;padding:2px 5px;color:#fff;cursor:pointer;font-size:.8rem;position:absolute;right:-5px;top:-8px;transition:opacity .3s;text-decoration:none}.oba-dialog .close:hover{opacity:.7}.oba-dialog input:focus{outline:none}.oba-dialog-search{display:block;border:.05rem solid #ccc;border-radius:.2rem;-moz-border-radius:.2rem;-webkit-border-radius:.2rem;overflow:hidden;height:auto;width:19rem;margin:0 .5rem}.oba-dialog-search input{color:#0f1621;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDQ0IDQ0Ij48cGF0aCBmaWxsPSJibGFja19ibHVlIiBkPSJNMzkuMzggNDMuOTU3YTIuOTYgMi45NiAwIDAgMS0yLjEwOC0uODczbC04LjQyOS04LjQyN2ExOC42OTggMTguNjk4IDAgMCAxLTEwLjA1NyAyLjkxOUM4LjQyNyAzNy41NzQgMCAyOS4xNDUgMCAxOC43ODggMCA4LjQyOCA4LjQyNyAwIDE4Ljc4NiAwYzEwLjM2IDAgMTguNzg4IDguNDI4IDE4Ljc4OCAxOC43ODggMCAzLjU4NS0xLjAwNyA3LjA0OC0yLjkxOCAxMC4wNTdsOC40MjggOC40MjdhMi45NiAyLjk2IDAgMCAxIC44NzEgMi4xMDhjMCAuNzk4LS4zMSAxLjU0OC0uODcxIDIuMTA5bC0xLjU5NiAxLjU5NWEyLjk1NiAyLjk1NiAwIDAgMS0yLjEwOC44NzN6TTE4Ljc4NiA2Ljg2OGMtNi41NzIgMC0xMS45MTkgNS4zNDctMTEuOTE5IDExLjkyIDAgNi41NzEgNS4zNDcgMTEuOTE5IDExLjkxOSAxMS45MiA2LjU3My0uMDAxIDExLjkyMS01LjM0OSAxMS45MjEtMTEuOTIgMC02LjU3NC01LjM0OC0xMS45Mi0xMS45MjEtMTEuOTJ6Ii8+PC9zdmc+);background-color:#fff;background-position:.3rem center;background-repeat:no-repeat;background-size:1.4rem;border:none;padding-left:2rem;line-height:2.5rem;font-size:1.1rem;width:100%}.oba-dialog-search>div{vertical-align:middle}.oba-dialog-search>div:first-child{margin-right:-43px;width:100%}.oba-dialog-triplanner{background-color:#fff;display:none;padding:1.2rem .5rem .7rem .5rem;position:relative;width:20rem;margin:0 .5rem}.oba-dialog-triplanner .row{margin-bottom:.4rem}.oba-dialog-triplanner .row:after{content:'';clear:both;display:table}.oba-dialog-triplanner .col{display:inline-block;margin-right:-40px;width:100%}.oba-dialog-triplanner .input{padding:0 23px;position:relative}.oba-dialog-triplanner .input-from{background:url(/img/marcador-verde.png) no-repeat 0 0}.oba-dialog-triplanner .input-to{background:url(/img/marcador-rojo.png) no-repeat 0 0}.oba-dialog-triplanner input[type=text]{border:.05rem solid #ccc;padding:.2rem;transition:400ms;width:100%;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;margin-left:-3px}.oba-dialog-triplanner input:focus{border:.05rem solid #C8102E}.oba-dialog-triplanner .input .btn-position{padding:0;position:absolute;right:0;top:2px}.oba-dialog-triplanner .link{font-size:.7rem;top:5px;position:relative}.oba-dialog-indications .content{font-size:1rem;padding:1.3rem .5rem .5rem .5rem}#searchResult{border-top:.05rem solid #ccc;display:none;max-height:18.4rem;overflow:auto;overflow-x:hidden}#searchResult .sr-row{cursor:pointer;background:#fff;border-bottom:.05rem solid #ccc;font-size:.9rem;padding:.5rem}#searchResult .sr-row:last-child{border-bottom:none}#searchResult .sr-row:hover{background-color:#c7c8ce}#searchResult .sr-notfound{font-weight:700;text-align:center}.oba-panel{display:none;position:absolute;right:0;top:0}.oba-panel>div{margin:0 .5rem}.oba-panel .header{font-size:1.1rem;font-weight:700;position:relative;margin-bottom:.7rem;text-align:center}.oba-panel .header .close{color:#777;cursor:pointer;font-size:1.2rem;position:absolute;right:0;top:0}.oba-panel .header .close:hover{color:#ddd}.oba-panel .body{transition:1s;overflow:hidden}.oba-panel .header .slide{display:none;background-color:rgba(37,72,127,.74902);position:absolute;cursor:progress;left:0;top:0;width:16px;height:16px;padding:5px}.oba-panel .header .slide-down{background:url(/img/arrow-down.png) no-repeat center}.oba-panel .header .slide-up{background:url(/img/arrow-up.png) no-repeat center}#stopInfo{font-size:.9rem}#stopInfo .table-row{margin-bottom:5px}#stopInfo .table-row.tbody:hover{cursor:pointer;background:#ccc}#stopInfo .table-row>div:nth-child(1){width:16%}#stopInfo .table-row>div:nth-child(2){width:66%}#stopInfo .table-row>div:nth-child(3){width:18%}#stopInfo .trip-headsign{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#stopInfo .delay{color:#fff;display:inline-block;padding:2px 5px;font-size:.7rem;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}#stopInfo .arrival{font-weight:700}#stopInfo .delay.early_arrival{background-color:#af504c}#stopInfo .delay.late_arrival{background-color:#504caf}#stopInfo .delay.on_time{background-color:#1E558D}#stopInfo .delay.scheduled{background-color:#777}#stopInfo .time{font-size:.7rem}#stopInfo .arrival.now{font-weight:700}#stopInfo .arrival.early_arrival{color:#af504c}#stopInfo .arrival.late_arrival{color:#504caf}#stopInfo .arrival.on_time{color:#1E558D}#stopInfo .arrival.scheduled{color:#777}#stopInfo .trip-headsign,#stopInfo .delay{margin-bottom:2px}.table-row{overflow:hidden;white-space:nowrap;width:100%}.table-cell{display:inline-block;vertical-align:top;width:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#tpLegs ol{margin:0;padding-left:43px}#tpLegs li{font-size:.8em;border-bottom:1px solid #ccc;margin-bottom:7px;padding-bottom:7px;position:relative}#tpLegs li:last-child{border-bottom:none}#tpLegs li .icon{display:inline-block;height:24px;width:24px;vertical-align:top;position:absolute;left:-46px;opacity:.5}#tpLegs li .icon.bus{background:url(/img/ic-bus.png) no-repeat}#tpLegs li .icon.walk{background:url(/img/ic-walk.png) no-repeat}#tpLegs li .icon.points::before,#tpLegs li .icon.points>div,#tpLegs li .icon.points::after{content:"";display:block;width:4px;height:4px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#000;margin:0 auto;position:relative}#tpLegs li .icon.points:before{top:1px}#tpLegs li .icon.points>div{top:5px}#tpLegs li .icon.points:after{top:9px}.control-locate{background:url(/img/control-locate.png) no-repeat;display:inline-block;width:16px;height:16px;margin-top:6px}.form-registrar h3{margin-top:0}.form-registrar .ui-dialog-content{min-width:300px}@media only all and (max-width:1007px){.oba-container.split-screen #map{position:relative;height:60%;width:100%}.oba-container.split-screen .oba-panel{position:relative;height:40%;width:100%!important}}@media only all and (max-width:640px){.oba-dialogs{width:100%}.oba-dialog{width:auto}.oba-panel .header .slide{display:block}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,.25,1);transition:transform 0.25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078A8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/img/leaflet/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/img/leaflet/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/img/leaflet/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}.leaflet-control-locate a{font-size:1.4em;color:#444;cursor:pointer}.leaflet-control-locate.active a{color:#2074B6}.leaflet-control-locate.active.following a{color:#FC8428}