<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  outline-style: none;
}

nav article, .nivell-Segon, .divpopup {
  /* padding: 6px 7px 8px; */
  background: white;
}

.file{padding: 0px !important;}

/*en iee borrem label crueta defs tancar per defecte*/
#buscador::-ms-clear{
    display:none!important;
}

.shadow {
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.nivell-Segon .title-rwd{display: none}

.file .content-file .link-bottom a{line-height: 16px;display: inline-block;}

/* Styles widget Planol */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /*font-family: sans-serif;*/
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  line-height: 1;  
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.ol-popup .planol-titol-parada
{
    font-weight: bold;
    color:dimgrey !important;
    font-size: 120%;
    padding-bottom: 5px;
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
}


.icon-K001 {                                                                                                                                                                                                                                                                         
    background: url('./../../img/w/bp/K/K001.png') no-repeat;
    height: 22px;
    margin-right: 8px;
    padding-left: 22px;
    text-align: left;
}

.metroPopupHover .icon-K001 {
    margin-top: 3px !important;
}
                                                                                                                                                                                                                                                                                                                          

.icon-K002 {                                                                                                                                                                                                                                                                         
	background: url('./../../img/w/bp/K/K002.png') no-repeat;
	height: 23px;
    padding-left: 28px;
    font-weight: bold;
    text-align: left;
    margin-top: 4px;                                                                                                                                                                                                                                                                                                   
}

.metroPopupHover .icon-K002 {
    background: url('../../img/w/bp/K/K002_metro.png') no-repeat !important;
    margin-top: 4px !important;
}

p.icon-K003 {                                                                                                                                                                                                                                                                         
    background: url('./../../img/w/bp/K/K003.png') no-repeat;
    height: 22px;
    padding-left: 44px;
    font-size: 120%;
    font-weight: bold;
    background-position-y: 5px;
    text-align: left;
    margin-right: 8px;
}                                                                                                                                                                                                                                                                                                                   


.icon-K011 {                                                                                                                                                                                                                                                                         
	background: url('./../../img/w/bp/K/K011.png') no-repeat;
	height: 23px;
    padding-left: 28px;
    font-weight: bold;
    text-align: left;
    margin-top: 4px;                                                                                                                                                                                                                                                                                                   
}                                                                                                                                                                                                                                                                                                                              

.iconaLiniaTrans ,
.planol-iconaLiniaTrans {
  position: relative;
  margin: 4px;
  float:left;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 22px;
}

.quadrat {
  width: 22px;
  height: 22px;
}

.metroSelected {
  box-shadow: 0px 0px 3px 3px #333;
}

.textInterior , .planol-textInterior{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  font-size: 11px !important;
}


/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  /* margin: 0.67em 0;*/
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Google web fonts */
@font-face {
  font-family: 'SourceSansPro';
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProItalic';
  src: url("../fonts/SourceSansPro-Italic.eot");
  src: url("../fonts/SourceSansPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProLight';
  src: url("../fonts/SourceSansPro-Light.eot");
  src: url("../fonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProLightItalic';
  src: url("../fonts/SourceSansPro-LightItalic.eot");
  src: url("../fonts/SourceSansPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-LightItalic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProSemiBold';
  src: url("../fonts/SourceSansPro-Semibold.eot");
  src: url("../fonts/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Semibold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProBold';
  src: url("../fonts/SourceSansPro-Bold.eot");
  src: url("../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

/* Generic */
* {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.clearfix:after, main.widget-planol section article.search:after, main.widget-planol section article.search form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.marginR_0 {
  margin-right: 0 !important;
}

.marginB_0 {
  margin-bottom: 0 !important;
}

.marginR_20 {
  margin-right: 20px;
}

.d_none {
  display: none;
}

.w_shadow {
  background-color: #FFF;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.center_v{
  top:50%;
  transform: translateY(-50%);
}

.cursor-p{
  cursor: pointer;
}

body {
  width: 100%;
  height: 100%;
}


body{
  width: 100%;
  height: 455px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  position: relative;
}

main.widget-planol section article.search {
  margin-bottom: 12px;
  padding: 0px;

}

main.widget-planol section article.search h1 span {
  font-weight: 700;
}
main.widget-planol section article.search .border {
  border: 1px solid #cccccc;
  margin: 10px;
}
main.widget-planol section article.search form input[type="text"] {
  padding: 0 5px;
  font-size: 0.875em;
  color: #000;
  width: 88.82576%;
  float: left;
  border: 0;
  height: 37px;
  margin-top: 1px;
  /*ng*/
  max-width:none;
  min-width:none;
  line-height: normal;
  margin-bottom:  	0;
  box-shadow:none;
}
main.widget-planol section article.search form input[type="text"]::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.875em;
  font-style: italic;
}
main.widget-planol section article.search form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 0.875em;
  font-style: italic;
}
main.widget-planol section article.search form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 0.875em;
  font-style: italic;
}
main.widget-planol section article.search form input[type="text"]:-ms-input-placeholder {
  color: #999999;
  font-size: 0.875em;
  font-style: italic;
}

main.widget-planol section article.search form a {
    background-color: transparent;
    background: url("../img/spriteWidget.png") no-repeat;
    background-position: 1px 1px;
    height: 23px;
    width: 22px;
    vertical-align: middle;
    float: right;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 60px;
}

main.widget-planol section article.search form button{
    background: url("../img/spriteWidget.png") no-repeat;
    display: none;
    background-repeat: no-repeat;
    background-position: -66px 2px;
    BACKGROUND-COLOR: white;
    background-size: 343%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    float: right;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 60px;
}
main.widget-planol section article.info {
  padding: 25px;
}
main.widget-planol section article.info2 {
  padding: 30px 20px 34px 20px !important;
}
main.widget-planol section article.info p {
  color:#000;
  font-size: 1em;
  font-weight: 300;
  line-height: 16px;
}
.comshiva{padding-top: 5px;}

main.widget-planol section article.info p a , .comshiva a{
  color: #0099cc;
}
main.widget-planol section article.info button {
  text-transform: uppercase;
  color: #FFF;
  font-size: 1em;
  font-weight: 400;
  background-color: #aab0b0;
  padding: 13px 28px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 18px;
}

main.widget-planol section.nivell-Segon {
  position: absolute;
  top: 50%;
  left: 61%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 280px;
  max-width: 280px !important;
  padding: 0;
}

main.widget-planol .nivell-Segon article.ciutat-servei h1 {
  margin: 0;
  font-size: 1em;
  font-weight: 300;
  color: #FFF;
  background-color: #0baa71;
  padding: 12px 20px;
  height: 42px;
}
main.widget-planol .nivell-Segon article.ciutat-servei h1 span {
  background: url("../img/search-close-white.png") no-repeat center center;
  background-color: #3cbb8d;
  color: #fff;
  padding: 12px 18px;
  position: absolute;
  top: 0;
  right: 0;
}
main.widget-planol .nivell-Segon article.ciutat-servei .info {
  padding: 14px 47px 35px 20px;
  width: auto;
}

main.widget-planol .nivell-Segon article.ciutat-servei .contenido {
  overflow: hidden;
  height: 215px;
}

.file .content-file-4{
  padding: 10px 15px 19px 15px !important;
  overflow: hidden;
  height: 294px !important;  
}

.file .content-file-5{
  height: auto !important;
}  

.file .content-file-5 .text-14px{
  font-size: 1.2em !important;
  color: #c60c30;
}

.file .content-file{
  padding: 10px 15px 19px 15px !important;
  overflow: hidden;
  height: 260px;  
}

main.widget-planol .nivell-Segon .content-file .link-bottom &gt; li .icon-mas:before{height: 17px; width: 17px;background-image: url("../img/sprites.png"); background-position: 48px 93px;content: ""; float: left;margin-right: 3px}
main.widget-planol .nivell-Segon .content-file .link-bottom &gt; li .icon-location:before{height: 17px; width: 17px;background-image: url("../img/sprites.png"); background-position: 48px 112px;content: ""; float: left;margin-right: 3px}
main.widget-planol .nivell-Segon article.info p a {
  color: #0099cc;
}
main.widget-planol .nivell-Segon .border p {
  margin: 0;
  height: 42px;
  font-size: 1em;
  font-weight: 400;
  color: #FFF;
  background-color: #0baa71;
  padding: 13px 20px 0px 10px;
  width: 250px !important;
}
main.widget-planol .nivell-Segon .border span{
  position: absolute;
  top: 0px;
  right: -1px;  
  background: url("../img/search-close-white.png") no-repeat center center;
  background-color: #3cbb8d;
  padding: 13px 19px 13px 19px;
}
.file .content-file ul li{
  font-size: 14px !important;
  line-height: 14px;
  font-weight: 400;   
  color:#000;
  margin-top: 3px  
}
.file .content-file span{color: #666}
.file .content-file ul li a {
  color: #0baa71 !important;
}
.file .content-file .link-bottom{  
  padding: 10px 0 0 0;
  margin: 0px !important;
}
.file .content-file .link-bottom li{  
  font-size: 12px !important;  
  margin: 0px !important;  
  line-height: 8px;
      padding: 2px 0;
}
.file .content-file .link-bottom li a span{
  color: #0baa71 !important;
}
main.widget-planol .nivell-Segon .content-file-2 .scrollbox{
  height: 242px;
}
main.widget-planol .nivell-Segon .scrollbox{
  height: 262px;
}
.file .content-file ul{
  line-height: 15px;  
  padding: 8px 0 8px 0;
}

/*////////////////////////--estilos-comunes--////////////////////////*/
.border-bottom{  
  border-bottom: 1px solid #efefef;
}

.file .content-file .text-14px{
  font-size: 1.2em !important;
}

.file .content-file ul .color-666{
  color: #666;
}

.file .content-file {
  color:#000;
  font-size: 0.75em;font-weight: 300;padding: 10px 8px;  
}
.file .content-file ul{
  font-weight: bold;
}
.file .content-file ul .text-12px{
  font-size: 0.95em !important;
}
.file .content-file ul .color-0074f8{
  color: #0074f8 !important;
}

/*////////////////////////--popup--////////////////////////*/

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
    padding: 14px !important;
    bottom: 25px !important;
    left: -95px !important;
    font-family: Arial;
    font-size: 12px;
    height: auto;
    width: auto;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    z-index: 0 !important;
    border-radius: 10px !important;
    -webkit-filter: none !important;
    border: 0 !important;
    margin-left: 47px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}


.ol-popup-content {min-width: 160px;}

.ol-popup h3 {
	margin-bottom: 0;
	margin-right: 25px;
}

.ol-popup-closer {
	display: none !important;
}

.ol-popup-arrow {
    background: url('./../../img/cloud-arrow.png') no-repeat !important;
	position: absolute;
	bottom: 12px !important;
	height: 14px !important;
	left: -7px !important;
	width: 14px !important;
	z-index: auto !important;
}

.ol-popup-content .planol-titlefitxa{
	font-size:17px;
	margin-bottom: 5px;
	margin-right: 7px;
}

.planol-adrecafitxa {
    font-size: 1.2em !important;
    font-style: italic;
}

.planol-barrifitxa {
    font-size: 1.2em !important;
    margin-top: 10px;
}

.ol-popup-content .dir{
	font-size:14px;
	color:#000;
}

.ol-popup-content .comshiva{
	font-size:14px;
	margin-top:10px;
}
.bubble-green{
  background: url("../img/bubble-green.png") no-repeat top center;
  width: 36px;
  position: absolute;
  top: 50%;
  left: 1020px;
  height: 55px;
}
.bubble-blue{
  background: url("../img/bubble-blue.png") no-repeat top center;
  width: 36px;
  position: absolute;
  top: -10px;
  right: 20px;
  height: 55px;
}
.planol-titlefitxa a{
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

/*////////////////////////--scroll--////////////////////////*/
@media (min-width:641px){
    .scrollbox {
        overflow: auto;
        height: 540px;
        padding: 0 30px 0 5px !important;
        width: auto !important;
    }
    .nivell-Segon.indice .scrollbox{height: 424px;width: 246px; padding-top: 5px; padding-bottom: 5px}
    .nivell-Segon.file .scrollbox{height: 240px; width: 236px}
    main.widget-planol .nivell-Segon .scrollbox{height: 262px;}

    .track4 {
        width: 20px;
    }


    .handle4 {
        width: 20px;
        background-color: #f4f4f4 !important; 
    }

    .scroll-up-btn,
    .scroll-down-btn{
        height: 20px;
        background: #f4f4f4 url(../img/icon-toggle-close-interior.png) no-repeat left top !important;
        background-size: 100% auto !important;
    }
    .scroll-down-btn{
        background-image: url(../img/icon-toggle-open-interior.png) !important;
    }
    .handle4:hover,
    .scroll-up-btn:hover,
    .scroll-down-btn:hover{
        background-color: #ddd !important; /* No RGBA support */
    }
}
@media (max-width: 640px) {
    .scrollbox {
    overflow: auto;
    height: auto;
    padding: 0px !important;
    width: auto !important;
}
}


main.widget-planol-1b section nav {
  left: 31% !important;
  top: 205px;
  width: 528px !important;
}

main.widget-planol-1b section article.search h1 {
  margin: 0;
  font-size: 1.6875em;
  font-weight: 300;
  color: #FFF;
  background-color: #0074f8;
  padding: 6px 20px;
  width: 100% !important;
  height: 42px;
  vertical-align: middle;  
}


.widget-planol-1b ul &gt; li .icon-bubble1:before{height: 28px; width: 28px;background-image: url("../img/iconbubble1.png"); content: ""; float: left;margin-right: 3px; background-size: 26px;}
.widget-planol-1b ul &gt; li .icon-bubble2:before{height: 28px; width: 28px;background-image: url("../img/iconbubble2.png"); content: ""; float: left;margin-right: 3px; background-size: 26px;}

main.widget-planol .nivell-Segon-1 .scrollbox{
  height: 100px !important;
}

/*prueba mover capa jquery*/
          .block {
              position:relative;
              background-color:#abc;
              width:80%;
              height:800px;
              margin-left:-1500px;
              border:5px solid black;
                    }

main.widget-planol-1 section article.search h1 {
  margin: 0;
  font-size: 1.6875em;
  font-weight: 300;
  color: #FFF;
  background-color: #0074f8;
  padding: 6px 20px;
  width: 100% !important;
  height: 42px;
  vertical-align: middle;  
}

main.widget-planol-1 section nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 528px;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 21;
}

.ui-autocomplete  {
    z-index: 22;
}

main.widget-planol-1 section article.search h1 {
  background: blue;
}

main.widget-planol-1 section article.search h1 {
  margin: 0;
  font-size: 1.6875em;
  font-weight: 300;
  color: #FFF;
  background-color: #0074f8;
  padding: 6px 20px;
  width: 100% !important;
  height: 42px;
  vertical-align: middle;  
}

main.widget-planol-1 section .widget-planol-1b{
  background-color: #fff;
}

main.widget-planol-1 section .opcions-gran &gt; li &gt; a{
  font-weight: 200;
  font-size: 0.8em;
  padding: 8px 12px !important;

}

main.widget-planol-1 section .widget-planol-1b li{  height: 30px;  }

.scrollbox{
  height: 200px;
}

.widget-planol-1b ul li{
  background: #fff;
}

.widget-planol-1b ul{
background: #f4f4f4;

font-size: 0.9em !important;
}

.nivell-Segon {
  position: absolute;
  width: 280px !important;
  max-width: 280px !important;
  left:20px;
  z-index: 20;
}

.nivell-Segon.notrobat{
  width: 220px !important;
  /*max-width: 220px !important;
  position: absolute;
  top: 20%;
  left: 220px;*/
  z-index: 100;
  font-size: 0.87em !important;
  color: #c60c30;
  padding: 15px; 
}


.geobcn-tool button {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

div.geobcn-tool {
    box-shadow: none;
}

.ui-helper-hidden-accessible
{
	display:none;
}

/*overrides jsapi.css*/
.geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    overflow-y: none !important;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
    border:0 !important;
    padding:15px !important;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
}

.geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li{
	width:100%;
	clear:both;
}

.geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-autocomplete-category{
	font-size:12px;
	font-weight: 600;
  	color:#000;
  	padding-top: 13px;
  	display: block;
  	border-top:1px solid #efefef;
  	margin-bottom: 13px;
}

.geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-autocomplete-category:first-child{
	padding-top: 0;
	border: 0;
}

        .geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item {
            margin-bottom: 8px;
            overflow: hidden;
        }

            .geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item span,
            .geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item a {
                font-size: 14px;
                margin-left: 8px;
                padding: 0;
                width: 80% !important; /* ahora tiene 90% */
                    float: left;
            }
            .geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item a {             
                cursor: pointer;
                color: #0074f8;
            }
            .geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item span {             
                color: #444;
            }

            .geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item .icon {             
                width:25px!important;
            }

                .geobcn .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item a.ui-state-focus {
                    background: transparent;
                    border: 0;
                    margin: 0 0 0 8px;
                }

.geobcn .ui-menu .ui-menu-item img {
    float: left !important;
}

.geobcn .ui-menu .ui-menu-item a {
    float: left !important;
    width: 170px !important;
	position: relative;
    top: -3px;    
}
.geobcn .ui-menu .ui-menu-item span {
    line-height: 1.5;
}

/*2a cerca i posteriors*/
.firstSearch
{
    max-height: 161px !important;
    width:528px !important;
}

.secondSearch
{
	width:308px !important;
	max-width: 280px!important;
	height: 307px !important;
	max-height: 307px !important;
}

/*EINES*/

/*Canvi de fons*/
.canviFonsContainer{right: 48px	 !important;}

/*StreetView*/
.mostraStreetViewContainer{	right: 10px !important;}
.mostraStreetView{background-position: 0px -127px;}

/*Rotacio*/
.mostraRotacioContainer{right: 130px !important;}

/*FITXA*/
#fitxa
{
	z-index:1005;	
}

#fitxa .title {
    background-color: #ff3f9e;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    height: 42px;
    overflow: hidden;
}

#fitxa .title h2 {
    float: left;
    font-size: 0.9em;
    overflow: hidden;
    /* padding-bottom: 13px; */
    padding-left: 10px;
    padding-top: 13px;
    width: 200px;
}

#fitxa .title a {
    background-color: transparent;
    background-image: url("./../../img/ico_close_fitxa.png");
    float: right;
    height: 42px;
    width: 42px;
}


#fitxa .planol-title {
    background-color: #ff3f9e;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    height: 42px;
    overflow: hidden;
}

#fitxa .planol-title h2 {
    float: left;
    font-size: 0.9em;
    overflow: hidden;
    /* padding-bottom: 13px; */
    padding-left: 10px;
    padding-top: 13px;
    width: 200px;
}

#fitxa .planol-title a {
    background-color: transparent;
    background-image: url("./../../img/ico_close_fitxa.png");
    float: right;
    height: 42px;
    width: 42px;
}


.icon-close {
    display: inline-block;
    text-indent: -9999px;
}

#welcomeMask
{
	height: 455px;	
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 20;
	cursor:pointer;
}

#counterMask
{
	display:none;
}


/*Escalimetre*/
.ol-scale-line.ol-unselectable{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    bottom: 18px;
    left: auto !important;
    right: 140px !important;
}

.no-geolocation .ol-scale-line.ol-unselectable {
    right: 100px !important;
}

.ol-scale-line-inner{
	color: #000 !important;
	border-bottom: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
	border-right: 1px solid #000 !important;

}

/*StreetView*/

.grabbable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.contenedor-plano {
    height: 100% !important;
    margin: 0 auto;
    position: absolute !important;
    width: 100%;
}

.contenedor-plano .ol-popup .planol-titol-parada {
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 5px;
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
    text-align: left;
    font: normal normal 600 16px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000 !important;
    opacity: 1;
    margin-top: 18px !important;
    white-space: nowrap;
}



.ol-popup-content .planol-iconaLiniaTrans {
    margin-left: 30px;
    margin-right: 20px;
}

.contenedor-plano .icon-K014 input[type="checkbox"] + label {
    width: 32px;
    height: 32px;
    background-position: -265px -463px
}

.contenedor-plano .icon-K014 {
    background: url('../../img/w/bp/K/K014.png') no-repeat;
    height: 23px;
    padding-left: 28px;
    font-weight: bold;
    text-align: left;
    margin-top: 4px;
}

.contenedor-plano .planol-check-linia {
    position: absolute;
    left: 27px;
    top: -3px;
    height: 20px !important;
    width: 20px !important;
    border: 2px solid #696973 !important;
}

/*Botï¿½ geolocalitzaciï¿½*/
.geobcn-tool.geoLocationContainer {
    right: 86px;
}

#massaLluny
{
	top: 116px;
	left: 283px;
	z-index: 5;
	color: red;
}


/***************/
.icon-allot {
    padding: 4px 4px 4px 12px;
    background-image: none !important;
}

.planol-informacio .jcarousel-control-prev, .planol-informacio .jcarousel-control-next {
    top: auto;
    bottom: 0;
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    opacity: 1;
    margin: 0 0 5px 0;
    height: 20px;
    width: 20px;
    padding: 0;
    text-shadow: none;
    line-height: 17px;
    right: 0;
    font-family: "Source Sans Pro";
    font-size: 31px;
}

.planol-informacio .jcarousel {
    cursor: pointer;
}

.planol-informacio .jcarousel-control-prev {
    right: 20px;
    left: auto;
}

.iconaLiniaTrans input[type=checkbox],
.planol-iconaLiniaTrans input[type=checkbox],
#linies-check input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 12px;
    line-height: 0.9;
    border: 1px solid #9a9a9a;
    border-radius: 2px;
    display: inline-block;
    background-color: white;
    outline: none;
    color: transparent !important;
    margin-top: 5px;
}

.iconaLiniaTrans input[type=checkbox]:checked,
.planol-iconaLiniaTrans input[type=checkbox]:checked,
#linies-check input[type=checkbox]:checked {
    border: 1px solid #00a1ce;
    outline: none;
    background-image: url(./../img/check.png);
    background-size: cover;
}


.iconaLiniaTrans input[type=checkbox]:after,
.planol-iconaLiniaTrans input[type=checkbox]:after,
#linies-check input[type=checkbox]:after {
    display: inline-block;
    border-radius: 2px;
    outline: none;
}

.iconaLiniaTrans input[type=checkbox]:checked:after,
.planol-iconaLiniaTrans input[type=checkbox]:checked:after,
#linies-check input[type=checkbox]:checked:after {
    content: "\2714";
    visibility: visible;
    position: absolute;
    float: left;
    outline: none;
    width: 16px;
    height: 16px;
    border-radius: 0px !important;
}


#seleccionar-barri-districte .areas_shadow_close{ /*Es pot afegir al que ja esta declarat per areas*/
    float: left;
    width: 30px;
    height: 30px;
    background: #fff url(../img/menu/spriteMenuW.png) no-repeat center center;
    background-position: -42px 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#seleccionar-barri-districte .cover_shadow{ /*Es pot afegir al que ja esta declarat per areas*/
    background: #fff;
    position: absolute;
    left: 238px;
    z-index: 99999;
    width: 5px;
    height: 32px;
}

#accordion-seleccionar-area {
    background-color: white;
    padding: 6px;
    width: 242px;
    float: left;
}

#seleccionar-barri-districte &gt; .cover_shadow {
    left: 237px;
}

article#seleccionar-barri-districte {
    top: 186px;
    width: 298px;
    background-color: transparent;
    padding: 0;
    box-shadow: none !important;
    max-width: none;
}

.jcarousel-control-desplegat-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #0069e1;
    cursor:pointer;
    background-image: url("../img/banner_desplegat.png");
    background-position: center;
}

.jcarousel-control-plegat-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: white;
    cursor:pointer;
    background-image: url("../img/banner_plegat.png");
    background-position: center;
}

img.check-linia-hover {
    position: absolute;
    right: -7px;
    bottom: -7px;
    content:url("./../../img/ic_check-negre.png");
    width: 18px;
}

/*****************************************/
/**********Fitxa Administrativa***********/
/*****************************************/

#fitxaAdministrativa {
    padding: 0;
    margin-top: 7px;
    max-height: calc(100% - 20px)
}

.planol-content-fitxa {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 1.2;
}

#fitxaAdministrativa .image-ficha img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#fitxaAdministrativa .title {
    background-color: #ff3f9e;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    height: 40px;
    overflow: hidden;
    position: relative;
    display: grid;
    width: 100%;
}

#fitxaAdministrativa .title h2 {
    padding-left: 10px;
    font-size: 16px;
    position: relative;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-right: 4px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}


#fitxaAdministrativa .planol-title {
    background-color: #ff3f9e;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    height: 40px;
    overflow: hidden;
    position: relative;
    display: grid;
    width: 100%;
}

#fitxaAdministrativa .planol-title h2 {
    padding-left: 10px;
    font-size: 16px;
    position: relative;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-right: 4px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}


#fitxaAdministrativa div#loadingFitxa {
    height: 100%;
    text-align: center;
    /* padding-top: 60px; */
    display: block;
    width: 100%;
    /*background: url(/img/spinner.gif) center center no-repeat;*/
    background-color: white;
}

#fitxaAdministrativa div#loadingFitxa svg {
    width: 40%;
}

#fitxaAdministrativa .title a {
    height: 100%;
    width: 42px;
    background-image: url(../img/ico_close_fitxa.png);
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center;
    display: table-cell;
}

#fitxaAdministrativa .title a:hover{
    background-color: rgba(255, 255, 255, 0.5);
}

#fitxaAdministrativa .planol-title a {
    height: 100%;
    width: 42px;
    background-image: url(../img/ico_close_fitxa.png);
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center;
    display: table-cell;
}

#fitxaAdministrativa .planol-title a:hover{
    background-color: rgba(255, 255, 255, 0.5);
}

.planol-content-fitxa b{
    font-weight: bold;
}

.planol-content-fitxa p {
    overflow: hidden;
    text-overflow: ellipsis;
}

#fitxaAdministrativa h3 {
   width: 260px;
}

.close-button.item-recorregut {
    background: url(http://127.0.0.1/gistus/lib/GISTUS-components/img/ic_close-w.png) no-repeat 0 0 !important;
    height: 15px;
    position: absolute;
    right: 11px;
    top: 12px;
    width: 15px;
    cursor: pointer;
    z-index: 999;
}

.close-fitxa, .planol-close-fitxa{
    height: 20px;
    width: 20px;
    background: url(../img/menu/spriteMenuW.png);
    background-repeat: no-repeat;
    background-position: -7px -18px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    margin: 10px
}

.title-fitxa-close, .planol-title-fitxa-close{
    width: 40px;
    height: 40px;
    float: left;
    background-color: #ff65b9;
}

.header-fitxa, .planol-header-fitxa  {
    width: 100%;
    height: 40px;
}

.planol-links-fitxa p{
    color: #ff1595;
    padding-top: 10px
}

#fitxaAdministrativa a{
    background: none;
}

#fitxaAdministrativa a:hover{
    text-decoration: underline;
}

.planol-links-fitxa img {
    float: left;
    padding-right: 6px;
}

.planol-table-title {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*Estils per fitxa de correspondï¿½ncies de metro*/
.moscaTMB, .planol-moscaTMB {
    clear: left;
    border-top: 1px solid grey;
    padding-top: 5px;
    cursor: pointer;
}

.moscaTMB.moscaMetro, .planol-moscaTMB.moscaMetro {
    border-top: 1px solid #cccccc;
    /*padding-bottom: 5px;*/
}

.planol-item-via-variant {
    padding: 0 0 0 12px !important;
    line-height: 0.7 !important;
    height: 13px;
}

#linies-check {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    float: left;
}

.icon-K002 {                                                                                                                                                                                                                                                                         
    height: 34px;
    padding-left: 28px;
    font-weight: bold;
    text-align: left;
    margin-top: 4px;
    padding-top: 12px;
    background-position-y: center;                                                                                                                                                                                                                                                                                                  
}


.corresponedencies-FGC .iconaLiniaTrans {
    margin-right: 10px;
    margin-bottom: 7px;
    margin-left: 0;
}
.planol-corresponedencies-FGC .planol-iconaLiniaTrans {
    margin-right: 10px;
    margin-bottom: 7px;
    margin-left: 0;
}

.planol-corresponedencies-FGC {
    margin-left: 30px !important;
    margin-top: -10px
}


/**************************************************/
/********Sobreescriure estils overlays hover*******/
/**************************************************/

.planol-overlay-popup{
    min-width: 27px;
    max-width: 188px;
}

.planol-overlay-popup .overlay-popup-arrow {
    background: url('./../../img/cloud-arrow.png') no-repeat !important;
    position: absolute;
    bottom: -13px !important;
    left: calc(50% - 7px);
    z-index: 99999999;
    position: absolute;
    height: 14px !important;
    width: 14px !important;
}

.planol-ol-popup-arrow {
    /*  background: url('./../../img/cloud-arrow.png') no-repeat !important;
    position: absolute;
    bottom: -14px !important;
    left: calc(50% - 7px);
    z-index: 99999999;*/
}

.planol-overlay-popup .planol-titol-parada {
    font-weight: bold;
    color: #696969 !important;
    font-size: 15px;
    padding-bottom: 5px;
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
}

.planol-overlay-popup {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
    padding: 14px!important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 0!important;
    cursor: default;
}

.planol-overlay-popup .icon-K001:hover, .planol-overlay-popup .icon-K002:hover, .planol-overlay-popup .icon-K032:hover, .planol-overlay-popup .icon-K003:hover, .planol-overlay-popup .icon-K011:hover {
    background-color: inherit!important;
    color: inherit!important;
}

.planol-check-linia {
    position: absolute;
    right: -13px;
    bottom: -6px;
}
.planol-icona-check .planol-check-linia[disabled] {
    cursor: default;
}

.check-linia {
    position: absolute;
    right: -13px;
    bottom: -6px;
}
.icona-check .check-linia[disabled] {
    cursor: default;
}

a[disabled] {
    cursor: default;
    pointer-events: none !important;
    text-decoration-line: none;
}

.geobcn-popup {
    cursor: default;
}

#error-carrega {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.buscador-loading{
    background-color: transparent;
    height: 23px;
    width: 22px;
    vertical-align: middle;
    float: right;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 7px;
    display: none;
}


.imprimir, .mostraRotacio, .configTransports, .ol-zoom .ol-zoom-in, .ol-zoom .ol-zoom-out {
    background-image: url(../img/sprite-controls.png) !important;
}

.geoLocationContainer button, .mostraRotacio, .configTransports, .canviFons, .mostraStreetView, .imprimir, .geoLocation.localitzant, .ol-zoom-in, .ol-zoom-out {
    background-color: #fff !important;
}

.geobcn-tool button.geoLocation, .canviFons, .mostraStreetView, .ol-zoom .ol-zoom-in, .ol-zoom .ol-zoom-out {
    background-position: 3px !important;
}

.geobcn-tool button.geoLocation:active, .canviFons:active, .mostraStreetView:active, .ol-zoom button.ol-zoom-in:active, .ol-zoom button.ol-zoom-out:active {
    background-position: 1px !important;
    border: 2px solid black;
}

/*Zoom Out*/
.ol-zoom button.ol-zoom-out {
    background-image: url("../../img/iconesFuncionalitats/Enabled/icomap-menys.svg") !important;
}

.ol-zoom button.ol-zoom-out:hover, .ol-zoom button.ol-zoom-out:active {
    background-image: url("../../img/iconesFuncionalitats/Hovered/icomap-menys.svg") !important;
}


/*Zoom In*/
.ol-zoom button.ol-zoom-in {
    margin-bottom: 5px !important;
    background-image: url("../../img/iconesFuncionalitats/Enabled/icomap-mes.svg") !important;
}

.ol-zoom button.ol-zoom-in:hover, .ol-zoom button.ol-zoom-in:active {
    background-image: url("../../img/iconesFuncionalitats/Hovered/icomap-mes.svg") !important;
}


/*Canvi Fons*/
.canviFons {
    background-image: url("../../img/iconesFuncionalitats/Enabled/icomap-satelit.svg") !important;
}

.canviFons:hover, .canviFons:active {
    background-image: url("../../img/iconesFuncionalitats/Hovered/icomap-satelit.svg") !important;
}

.canviFonsContainer button.canviFons.active {
    background-image: url("../../img/iconesFuncionalitats/Enabled/icomap-planol.svg") !important;
}

.canviFonsContainer button.canviFons.active:hover {
    background-image: url("../../img/iconesFuncionalitats/Hovered/icomap-planol.svg") !important;
}

/*GeolocalitzaciÃ³*/
.geoLocationContainer button {
    background-image: url("../../img/iconesFuncionalitats/Enabled/icomap-localitzacio-meva.svg") !important;
}

.geoLocationContainer button:hover, .geoLocationContainer button:active {
    background-image: url("../../img/iconesFuncionalitats/Hovered/icomap-localitzacio-meva.svg") !important;
}

/* Icones Funcionalitats */
/* Precarga de las imÃ¡genes */
button.canviFons::after {
    content: url("../../img/iconesFuncionalitats/Hovered/icomap-mes.svg") url("../../img/iconesFuncionalitats/Hovered/icomap-menys.svg") url("../../img/iconesFuncionalitats/Hovered/icomap-localitzacio-meva.svg") url("../../img/iconesFuncionalitats/Hovered/icomap-bruixola.svg") url("../../img/iconesFuncionalitats/Hovered/icomap-satelit.svg") url("../../img/iconesFuncionalitats/Hovered/icomap-planol.svg");
    visibility: hidden;
    width: 0;
    height: 0;
}

.mostraStreetView {
    background-image: none !important;
}

.mostraStreetView:active {
    border: 2px solid black !important;
}

.geobcn-style {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


#mapa .geobcn-tool button {
    height: 28px;
    width: 28px;
    margin: 0;
    border-radius: 6px;
    opacity: 1;
    box-shadow: 0px 2px 4px #0000004D;
}


.ol-zoom.ol-control.geobcn-tool, .ol-zoom.ol-control.geobcn-tool:hover {
    height: 57px;
    right: 10px;
}

.geobcn-tool button.ol-zoom-in, .geobcn-tool button.ol-zoom-out {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
}

#vesAlPlanol {
    background-color: #696973 !important;
    text-align: center;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    opacity: 1;
    font: normal normal 300 22px/26px Source Sans Pro;
}

.info_paragraph {
    text-align: left;
    letter-spacing: -0.55px;
    opacity: 1;
    color: black !important;
    font: normal normal 300 22px/26px Source Sans Pro;
}

.titolParada {
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 30px;
    text-align: left;
    font: normal normal normal 12px/16px Source Sans Pro;
    letter-spacing: 0px;
    color: #696973;
    opacity: 1;
}

.veureTotes {
    display: flex !important;
    margin-left: 150px !important;
    white-space: nowrap;
    text-align: left;
    font: normal normal normal 12px/16px Source Sans Pro;
    letter-spacing: 0px;
    color: #696973;
    opacity: 1;
}

.checkboxVeureTotes {
    height: 20px !important;
    width: 20px !important;
    border: 2px solid #696973 !important;
    margin-top: -9px !important;
    margin-left: 70px !important;
}

.popupMetroParada {
    display: flex;
    align-items: flex-start;
    margin-top: -15px;
}

.textTMBRedireccio {
    border: 0px !important;
    margin-top: 16px;
    text-align: left;
    font: normal normal 600 16px/16px Source Sans Pro;
    letter-spacing: 0px;
    color: #0070F0;
    text-transform: uppercase;
    opacity: 1;
    white-space: nowrap;
    cursor: pointer;
}

.liniaSeparadoraTMB {
    display: inline-block;
    width: 180px;
    height: 1px;
    background: grey;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    opacity: 0.5;
}

.liniaSeparadoraBus {
    display: inline-block;
    width: 120px;
    height: 1px;
    background: grey;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    opacity: 0.5;
}

.popupMetroParadaFGC {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
}

.textMetroFGC {
    text-align: left;
    font: normal normal 600 14px/18px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-top: 11px;
    white-space: nowrap;
}

.liniaSeparadoraTMBFGC {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: grey;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 24px;
}

#linies-check {
    margin-top: -6px !important;
}

.planol-overlay-popup {
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.metroPopupHoverParent {
    border-radius: 10px;
    max-width: none !important;
    background-color: #FFF !important;
    min-height: 46px;
}

.metroPopupHover {
    display: flex;
    margin-bottom: -12px;
    margin-top: -5px;
}

.planol-overlay-popup .iconaFGC {
    margin-top: -4px;
}

.liniaSeparadoraVertical {
    border-left: 1px solid #DEDEDE;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    height: 30px;
    margin-left: 12px;
    margin-right: 15px;
}

.planol-overlay-popup p {
    margin-left: 10px;
}

.paradesBusPopup {
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
}

.paradesBusPopup .planol-check-linia {
    margin-left: 5px;
}

.metroPopupHoverParent .planol-overlay-popup-arrow {
    display: none;
}

.metroPopup {
    margin-top: 70px;
}</pre></body></html>