@CHARSET "UTF-8";

html, body {
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

img { border: 0; }

div#header {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("/media/img/barra-fondo1px.png");
    line-height: 39px;
    overflow: hidden;
    color: white;
    height: 39px;
    padding-bottom: 3px;
    z-index: 50;
}

div#header img { vertical-align: middle; }

div#header #logo-mlc2 { padding: 0 0 3px 15px; }

div#header #tools {
    padding-left: 79px;
    font-weight: bold;
    color: #F2F2F2;
}

input.query {
    width: 178px;
    padding-right: 17px;
    color: #808080;
}

input.query.focused {
    color: #000;
}

div#header #tools span#geoquery {
    display: none;
}

span.clearable {
    position: relative;
}

span.clearable span.clearbutton {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    right: 2px;
    width: 17px;
    background: url('/media/img/btn-busq-interno.png') no-repeat center center;
    cursor: pointer;
}

div#header #tools .spacer { width: 18px; display: inline-block; }

div#header #logo-ee {
    padding-left: 25px;
    position: absolute;
    top: 0px;
    left: 905px;
    right: 0px;
    text-align: right;
    padding-right: 15px;
    font-size: 10px;
    color: #ACB924;
    white-space: nowrap;
}

div#sidebar {
    background: url("/media/img/sidebar-fondo.png") repeat-y;
    position: absolute;
    left: 0px;
    top: 39px;
    bottom: 0px;
    width: 361px;
    padding: 0;
    z-index: 25;
}

div#sidebar h1 {
    font-family: Fagoblack;
    font-size: 18px;
    color: #3C2110;
    margin: 0;

    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 10px 0px 0px 15px;
}

div#autors {
    border: 1px solid #d2d2d2;
    position: absolute;
    top: 35px;
    bottom: 40px;
    left: 12px;
    right: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 12px;
}

div.headshot {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 7px 0px 0px 7px;
    width: 70px;
    font-family: Fagobold;
    font-size: 14px;
    line-height: 14px;
    color: #3C2110;
}

div#mapa {
    background-color: #777;
    position: absolute;
    top: 39px;
    right: 0px;
    bottom: 40px;
    left: 357px;
}

div.autor {
    border-bottom: 1px solid #d2d2d2;
    min-height: 125px;
    position: relative;
    padding: 0;
    background: url('/media/img/sombra-separadora.png') repeat-x bottom;
}

div#autors div.autor:last-child {
    border-bottom: 0;
}

div.headshot > img {
    width: 63px;
    height: 63px;
    padding-bottom: 5px;
}

li.ambit .ambit-name {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #4d4d4d;
}

li.ruta .ruta-name {
    cursor: pointer;
    font-weight: bold;
    color: #4d4d4d;
}

li.ruta.disabled .ruta-name {
    cursor: auto;
    color: #ccc;
}

li.ruta ul.espais {
    margin-left: -20px;
}

li.ruta li.espai {
    padding-left: 30px;
}

div.llista {
    margin-left: 90px;
    border-left: 1px solid #ececec;
    padding-bottom: 20px;
}

.collapsible {
    display: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #000;
}

li > .triangle {
    padding-left: 10px;
    background: url('/media/img/triangle-right.png') no-repeat center left;
}

li.open >  .triangle {
    background-image: url('/media/img/triangle-down.png');
}

li.disabled > .triangle {
    background-image: url('/media/img/triangle-disabled.png');
}

ul.ambits {
    min-height: 123px;
}

ul.ambits > li.ambit {
    padding-left: 10px;
    line-height: 32px;
    border-bottom: 1px solid #d2d2d2;
}

ul.ambits > li.ambit:last-child {
    border-bottom: 0;
}

ul.espais {
    display: none;
    margin-left: -10px;
    line-height: 20px;
}

li.espai {
    list-style-image: none;
    padding: 3px 1px 4px 20px;
    color: #333;
    cursor: pointer;
}

li.espai.odd {
    line-height: 13px;
    background-color: #EEF2D4;
}

li.espai.even {
    line-height: 14px;
    background-color: white;
}

li.espai.highlight {
    color: #fff;
    background-color: #3C2110;
}

ul.rutas {
    line-height: 20px;
    display: none;
    margin-left: -20px;
}

li.ruta {
    position: relative;
    color: #4d4d4d;
    padding-left: 30px;
}

.ruta-links {
    float: right;
    line-height: 14px;
    padding: 3px 5px 4px 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}

.ruta-links a {
    color: #ACB924;
    text-decoration: none;
}

.ruta-links a:hover {
    color: #3C2110;
}

div#credits {
    background-color: white;
    border-top: 1px solid #d2d2d2;
    color: #ccc;
    position: absolute;
    height: 40px;
    bottom: 0px;
    left: 356px;
    right: 0px;
    padding-left: 2px;
    z-index: 30;
    overflow: hidden;
}

div#credits #about { line-height: 39px; }

div#credits img { vertical-align: top; }

div#credits a {
    font-weight: bold;
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    padding-right: 5px;
}

div#credits a:hover {
    color: #ACB924;
}

div#credits #sponsors {
    position: absolute;
    font-size: 10px;
    padding-top: 5px;
    top: 0px;
    left: 250px;
    text-align: right;
    right: 5px;

    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

div#credits #sponsors img {
    padding-left: 5px;
}

div.detalls-espai {
    margin: 8px;
    padding-right: 20px; /* ??? */
    width: 355px;
    max-height: 425px;
    overflow: auto;
    font-family: Georgia, Times, serif;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

div.detalls-ruta {
    margin: 8px;
    padding-right: 20px; /* ??? */
    width: 355px;
    max-height: 425px;
    overflow: auto;
    font-family: Georgia, Times, serif;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

span.checkbox {
    background: url('/media/img/checkbox-0.png') center no-repeat;
    display: inline-block;
    width: 10px;
    height: 20px;
    vertical-align: top;
}
span.checkbox.checked {
    background-image: url('/media/img/checkbox-1.png');
}

div.map-region-button {
    background: url("/media/img/btn-mapa.png");
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 109px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

div.map-region-button.pressed {
    background: url("/media/img/btn-mapa-pressed.png");
    font-weight: bold;
}

div#tria-autors {
    background: url(/media/img/btn-tria-fondo.png) no-repeat;
    text-align: center;
    line-height: 20px;
    color: white;
    width: 100px;
    height: 20px;
    position: absolute;
    top: 49px;
    left: 250px;
    padding: 0 15px 0 0;
    margin: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #f2f2f2;
    z-index: 27;
}

div#tria-autors.open {
    background: url(/media/img/btn-tria-abierto.png) no-repeat;
    color: #3C2110;
}

div#filtre {
    position: absolute;
    left: 364px;
    top: 49px;
    display: none;
    z-index: 26;
    background-color: white;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
    border: 1px solid #d2d2d2;
    padding: 10px;
}

div#filtre div.filtre-select {
    background: url("/media/img/btn-sel-fondo.png");
    height: 20px;
    width: 48px;
    color: #f2f2f2;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

div#fet {
    position: absolute;
    right: 5px;
    top: 0px;
}

div#filtre a {
    text-decoration: none;
    color: #666;
}

div#filtre a:hover {
    text-decoration: underline;
}

div#filtre div.buttons {
    margin-top: 10px;
    margin-left: 6px;
    position: relative;
}

div.tooltip {
    border: 1px solid gray;
    background-color: white;
    height: 28px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 6px;
    margin: 0;
    white-space: nowrap;
    color: #333;
    /*text-align: center;*/
    line-height: 14px;
}

div.tooltip .autor-name {
    color: #3C2110;
    font-weight: bold;
}

div.tooltip .instructions {
    font-size: smaller;
}

.filtered { /* set when an item doesn't match the current search query */
    display: none;
}

.deselected { /* set when the author is deselected */
    display: none;
}

.unseen { /* set when the "Veure" selector is of a different type */
    display: none;
}

.markerLabel {
    color: white;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    margin-left: -22px;
    margin-top: -41px;
    width: 45px;
}

