@CHARSET "ISO-8859-1";

@media screen and (max-width: 320px) {
    html, body {
        min-width: 320px;
    }
}

body {
    font-family: 'Helvetica Light', Arial, Sans-Serif;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
}

.ol-control button {
    color: #fff;
    background-color: rgba(0, 60, 136, .5)
}

input {
    border: 1px solid #000000;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #B71C54;
}

a:hover {
    text-decoration: underline;
}

#entryng {
    font-size: 0.8em;
}

#mapcontainer {
    width: 100%;
    height: 560px;
    position: absolute;
    left: 0;
    top: 100px;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.map {
    width: 100%;
    height: 100%;
    touch-action: none;
}

#header {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    /* border-bottom: 1px solid #6E6E6E; */
    z-index: 96;
}

.titlebar {
    height: 20px;
    background-color: #BDBDBD;
}

.content {
    height: auto;
}

.ui-state-disabled {
    opacity: 1.0 !important;
}

/* Die Titlebar umgestalten :) */

div.ui-dialog-titlebar {
    background-image: url('../gfx/titlebar_background.png');
    background-position: left top;
    background-repeat: repeat-y;
    background-color: #ffffff;
}

label.error {
    color: #FF0000;
    padding-left: 0.5em;
}

.ui-layout-west .ui-layout-content { /* content-div has Accordion */
    padding: 0;
    overflow: hidden;
}

.modal-dialog {
    z-index: 256;
}

.overlay {
    position: absolute;
    background: url('../gfx/icons/fatcow/information_16.png') center center no-repeat;
    width: 22px;
    height: 22px;
    opacity: 0.5;
    cursor: help;
}

    .overlay:HOVER {
        opacity: 1;
    }

.overlay-empty {
    position: absolute;
    background: transparent;
    width: 22px;
    height: 22px;
    opacity: 0.5;
    cursor: help;
}

    .overlay-empty:HOVER {
        opacity: 1;
    }

.overlay-constr {
    position: absolute;
    background: url('../images/svg/baustelle_aktiv.svg') center center no-repeat;
    width: 78px;
    height: 96px;
    opacity: 0.5;
    cursor: help;
}

    .overlay-constr:HOVER {
        opacity: 1;
    }


#toggle-windows > select[selected] {
    font-weight: bold;
}

#footer {
    position: absolute;
    height: 55px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    /*z-index: 96;*/
}

#select_traffic {
    background-image: url('../images/svg/start_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
    /*position: relative;
	left: 8px;*/
}

    #select_traffic:HOVER {
        background-image: url('../images/svg/start_hover.svg');
    }

    #select_traffic.selected {
        background-image: url('../images/svg/start_aktiv.svg');
    }

#select_constructions {
    background-image: url('../images/svg/baustelle_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
    /*position: relative;
	left: 13px;*/
}

    #select_constructions:HOVER {
        background-image: url('../images/svg/baustelle_hover.svg');
    }

    #select_constructions[disabled] {
        background-image: url('../images/svg/baustelle_passiv.svg');
    }

    #select_constructions.current {
        background-image: url('../images/svg/baustelle_aktiv.svg');
    }

    #select_constructions.preview {
        background-image: url('../images/svg/baupreview_aktiv.svg');
    }

    #select_constructions.both {
        background-image: url('../images/svg/baustelle_aktiv.svg');
    }

#select_webcams {
    background-image: url('../images/svg/webcam_legende.svg');
    width: 55px;
    height: 55px;
    float: left;
    /*position: relative;
	left: 18px;*/
}

    #select_webcams:HOVER {
        background-image: url('../gfx/customer/webcams_mouseover.png');
    }

    #select_webcams[disabled] {
        background-image: url('../gfx/customer/webcams_disabled.png');
    }

    #select_webcams.selected {
        background-image: url('../gfx/customer/webcams_selected.png');
    }


#select_parking-electric {
    background-image: url('../images/svg/parkstrom_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
}

    #select_parking-electric:HOVER {
        background-image: url('../images/svg/parkstrom_hover.svg');
    }

    #select_parking-electric[disabled] {
        background-image: url('../images/svg/parkstrom_passiv.svg');
    }

    #select_parking-electric.selected {
        background-image: url('../images/svg/parkstrom_aktiv.svg');
    }


#select_escooter {
    background-image: url('../images/svg/e_scooter_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
}

    #select_escooter:HOVER {
        background-image: url('../images/svg/e_scooter_aktiv.svg');
    }

    #select_escooter[disabled] {
        background-image: url('../images/svg/e_scooter_passiv.svg');
    }

    #select_escooter.selected {
        background-image: url('../images/svg/e_scooter_aktiv.svg');
    }

    #select_escooter.bolt {
        background-image: url('../images/svg/e_scooter_aktiv.svg');
    }

    #select_escooter.lime {
        background-image: url('../images/svg/e_scooter_aktiv.svg');
    }

    #select_escooter.voi {
        background-image: url('../images/svg/e_scooter_aktiv.svg');
    }

#select_parking {
    background-image: url('../images/svg/p_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
    /*position: relative;
	left: 18px;*/
}

    #select_parking:HOVER {
        background-image: url('../images/svg/p_hover.svg');
    }

    #select_parking[disabled] {
        background-image: url('../images/svg/p_passiv.svg');
    }

    #select_parking.parkandride {
        background-image: url('../images/svg/pr_aktiv.svg');
    }

    #select_parking.pm {
        background-image: url('../images/svg/pm_aktiv.svg');
    }

    #select_parking.sonder {
        background-image: url('../images/svg/parksonderparkplaetze_aktiv.svg');
    }

    #select_parking.garage {
        background-image: url('../images/svg/parkhaus_aktiv.svg');
    }

    #select_parking.ticket {
        background-image: url('../images/svg/parkschein_aktiv.svg');
    }

    #select_parking.parkschein {
        background-image: url('../images/svg/parkschein_aktiv.svg');
    }

    #select_parking.parkscheibe {
        background-image: url('../images/svg/parkscheibe_aktiv.svg');
    }

    #select_parking.free {
        background-image: url('../images/svg/p_hover.svg');
    }

    /*#select_parking.electric {
        background-image: url('../images/svg/parkstrom_aktiv.svg');
    }*/

    #select_parking.handicapped {
        background-image: url('../images/svg/parkrollstuhl_aktiv.svg');
    }

#select_zones {
    background-image: url('../images/svg/zone_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
}

    #select_zones:HOVER {
        background-image: url('../images/svg/zone_hover.svg');
    }

    #select_zones[disabled] {
        background-image: url('../images/svg/zone_passiv.svg');
    }

    #select_zones.tempo {
        background-image: url('../images/svg/zone_aktiv.svg');
    }

    #select_zones.environmental {
        background-image: url('../images/svg/zoneumwelt_aktiv.svg');
    }

    #select_zones.residents {
        background-image: url('../images/svg/parkzone_aktiv.svg');
    }


#select_speeding {
    background-image: url('../images/svg/blitzer_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
}

    #select_speeding:HOVER {
        background-image: url('../images/svg/blitzer_hover.svg');
    }

    #select_speeding[disabled] {
        background-image: url('../images/svg/blitzer_passiv.svg');
    }

    #select_speeding.mobile {
        background-image: url('../images/svg/blitzermobil_aktiv.svg');
    }

    #select_speeding.fixed {
        background-image: url('../images/svg/blitzerstationaer_aktiv.svg');
    }

    #select_speeding.both {
        background-image: url('../images/svg/blitzermobil_aktiv.svg');
    }

#select_carsharing {
    background-image: url('../images/svg/carshare_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
    /*position: relative;
	left: 33px;*/
}

    #select_carsharing:HOVER {
        background-image: url('../images/svg/carshare_hover.svg');
    }

    #select_carsharing[disabled] {
        background-image: url('../images/svg/carshare_passiv.svg');
    }

    #select_carsharing[selected="true"] {
        background-image: url('../images/svg/carshare_aktiv.svg');
    }

    #select_carsharing.stadtmobil {
        background-image: url('../images/svg/carshare_aktiv.svg');
    }

    #select_carsharing.flinkster {
        background-image: url('../images/svg/flinkster_F.svg');
    }

#select_bike {
    background-image: url('../images/svg/bike_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
    /*position: relative;
	left: 38px;*/
}

    #select_bike:HOVER {
        background-image: url('../images/svg/bike_hover.svg');
    }

    #select_bike[disabled] {
        background-image: url('../images/svg/bike_passiv.svg');
    }

    #select_bike.radnetz,
    #select_bike.stationen,
    #select_bike[selected="true"] {
        background-image: url('../images/svg/bike_aktiv.svg');
    }

    /*  #select_bike.faecherrad {
        background-image: url('../images/svg/nextbike_aktiv.svg');
    }

    #select_bike.callabike {
        background-image: url('../images/svg/callabike_aktiv.svg');
    }
    */

    #select_bike.leihfahrraeder {
        background-image: url('../images/svg/bikesharing.svg');
    }

    #select_bike.fahrradabstellanlagen {
        background-image: url('../images/svg/fahrrad_abstellanlagen.svg');
    }


#select_ferries {
    background-image: url('../images/svg/faehre_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
}

    #select_ferries[disabled] {
        background-image: url('../images/svg/faehre_passiv.svg');
    }

    #select_ferries:hover,
    #select_ferries.selected {
        background-image: url('../images/svg/faehre_aktiv.svg');
    }

#select_regiomoveports {
    background-image: url('../images/svg/regiomove_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
}

    #select_regiomoveports[disabled] {
        background-image: url('../images/svg/regiomove_passiv.svg');
    }

    #select_regiomoveports:hover,
    #select_regiomoveports.selected {
        background-image: url('../images/svg/regiomove_aktiv.svg');
    }

#select_stops {
    background-image: url('../images/svg/h_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
}

    #select_stops:HOVER {
        background-image: url('../images/svg/h_hover.svg');
    }

    #select_stops[disabled] {
        background-image: url('../images/svg/h_passiv.svg');
    }

    #select_stops.selected {
        background-image: url('../images/svg/h_aktiv.svg');
    }

#select_winter {
    background-image: url('../images/svg/schnee_passiv.svg');
    width: 55px;
    height: 55px;
    float: left;
    /*position: relative;
	left: 48px;*/
}

    #select_winter:HOVER {
        background-image: url('../images/svg/schnee_hover.svg');
    }

    #select_winter[disabled] {
        background-image: url('../images/svg/schnee_passiv.svg');
    }

    #select_winter[selected="true"] {
        background-image: url('../images/svg/schnee_hover.svg');
    }

    #select_winter.street {
        background-image: url('../images/svg/schneeauto_aktiv.svg');
    }

    #select_winter.bike {
        background-image: url('../images/svg/schneebike_aktiv.svg');
    }


#select_links {
    background-image: url('../images/svg/link_passiv.svg');
    width: 55px;
    height: 55px;
    float: right;
    /*position: relative;
	right: 8px;*/
}

    #select_links:HOVER {
        background-image: url('../images/svg/link_hover.svg');
    }

    #select_links.selected[disabled],
    #select_links[disabled] {
        background-image: url('../images/svg/link_passiv.svg');
    }

    #select_links.selected {
        background-image: url('../images/svg/link_hover.svg');
    }

.menu {
    display: table;
    border-collapse: collapse;
}

.items {
    display: table;
    border-collapse: collapse;
}

.qtip {
    max-width: 350px;
}

.qtip-menu {
    font-family: 'Helvetica Light', Arial, Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
    cursor: default;
}

    .qtip-menu div.qtip-title {
        padding: 4px;
    }

.qtip-menu-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .qtip-menu-ul li {
        padding: 8px 2px;
        color: #6E6E6E;
        background-color: none;
        line-height: 1.25;
    }

        .qtip-menu-ul li:hover {
            color: black;
        }

        .qtip-menu-ul li[selected="true"] {
            color: black;
        }

        .qtip-menu-ul li[disabled] {
            color: lightgray;
        }

            .qtip-menu-ul li[disabled]:hover {
                color: lightgray;
            }

.qtip-content-scoll {
    max-height: 300px;
    overflow-y: auto;
}

.qtip-legend {
    font-family: 'Helvetica Light', Arial, Sans-Serif;
    font-size: 1.0em;
    font-style: normal;
    cursor: default;
}

    .qtip-legend div.qtip-title {
        padding: 4px;
    }

.qtip-legend-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .qtip-legend-ul li {
        color: #6E6E6E;
        white-space: nowrap;
    }

/*.qtip-legend-ul li span {
            top: -8px;
            position: relative;
        }*/

#menu_listing ul li span {
    display: block;
    float: left;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px 0;
}

.menu_listing .qtip-content {
    height: 510px;
    overflow-y: auto;
}

input.hint {
    color: #888;
}

.filterinput {
    -webkit-appearance: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    -webkit-rtl-ordering: logical;
    -webkit-transition-delay: 0s, 0s;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-property: border, box-shadow;
    -webkit-transition-timing-function: linear, linear;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    color: rgb(136, 136, 136);
    cursor: auto;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 18px;
    letter-spacing: normal;
    line-height: 18px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -moz-transition-duration: 0.2s, 0.2s;
    -o-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -moz-transition-property: border, box-shadow;
    -o-transition-property: border, box-shadow;
    transition-property: border, box-shadow;
    -moz-transition-timing-function: linear, linear;
    -o-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
    vertical-align: middle;
    width: 216px;
    word-spacing: 0px;
}

    .filterinput:focus, .filterinput:active {
        -webkit-appearance: none;
        -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
        -webkit-rtl-ordering: logical;
        -webkit-transition-delay: 0s, 0s;
        -webkit-transition-duration: 0.2s, 0.2s;
        -webkit-transition-property: border, box-shadow;
        -webkit-transition-timing-function: linear, linear;
        -webkit-user-select: text;
        -webkit-writing-mode: horizontal-tb;
        background-color: rgb(255, 255, 255);
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0px;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: rgb(204, 204, 204);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-top-style: solid;
        border-top-width: 1px;
        box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
        color: rgb(136, 136, 136);
        cursor: auto;
        display: inline-block;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        height: 18px;
        letter-spacing: normal;
        line-height: 18px;
        margin-bottom: 4px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 2px;
        outline-color: rgb(136, 136, 136);
        outline-offset: 0px;
        outline-style: none;
        outline-width: 0px;
        padding-bottom: 4px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 4px;
        text-align: start;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        transition-delay: 0s, 0s;
        transition-duration: 0.2s, 0.2s;
        transition-property: border, box-shadow;
        transition-timing-function: linear, linear;
        vertical-align: middle;
        width: 216px;
        word-spacing: 0px;
    }

#preview-range-container {
    top: -15px;
    position: relative;
    z-index: 94;
    background: #FFFFFF;
    width: 250px;
    font-size: 0.8em;
}

#toggleMenu {
    z-index: 72;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#disclaimer_link {
    z-index: 72;
    position: absolute;
    display: block;
    right: 45px;
    background: none;
    bottom: 4px;
    font-weight: bold;
    cursor: pointer;
}

    #disclaimer_link > a {
        color: black;
    }

.disclaimer {
    font-size: 0.8em;
    width: 500px;
    max-width: 500px;
    /*height: 530px;
	max-height: 530px;*/
    /*min-height: 530px;*/
}

#disclaimer-content {
    max-height: 500px;
    overflow: auto;
    margin: -5px -9px;
}

.disclaimer p {
    text-align: center;
    line-height: 1.5;
}

#disclaimer_blocker {
    width: 980px;
    height: 560px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 15000;
    position: absolute;
    top: 100px;
    left: 0;
}

#drivemonitor table {
    padding-right: 4px;
    border-collapse: collapse;
}

    #drivemonitor table td {
        padding: 2px;
    }

#tripmonitor table {
    padding-right: 4px;
    border-collapse: collapse;
}

    #tripmonitor table td {
        padding: 2px;
    }

.qtip div.qtip-titlebar {
    cursor: move;
    overflow: visible;
}

    .qtip div.qtip-titlebar a.qtip-close {
        /*top: -2px;
        right: -12px;*/
        border: none;
        background: url('../gfx/customer/popup_close.png') center no-repeat;
        width: 20px;
        height: 20px;
    }

.legend {
    width: auto;
    max-width: 284px;
    min-width: 96px;
    height: auto;
    max-height: 320px;
    min-height: 48px;
    overflow-y: auto;
}

.popup-content {
    line-height: 1.5;
    font-size: 10.5px;
}

    .popup-content p {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .popup-content .ui-tabs-panel {
        padding: 0.2em 0.3em;
    }

#popup-closer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 14999;
    background: transparent;
}

.carousel-control-prev,
.carousel-control-next {
    width: 20px;
    opacity: 1;
    color: #B71C54;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B71C54'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B71C54'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-inner {
    left: 20px;
}

.tooltip.bottom {
    visibility: collapse;
}

.slider-handle {
    background-color: #B71C54;
    background-image: linear-gradient(to bottom, #B71C54 0, #B71C54 100%);
}

.slider-selection {
    background: #B71C54;
}

.qtip-content {
    overflow: auto;
}

.ol-attribution.ol-uncollapsible,
.ol-attribution {
    right: inherit;
    left: 0;
    height: auto;
}

    .ol-attribution ul {
        font-size: 10px;
    }

/*Controls zwischen  header (z-index=96) und disclaimer_link (z-index=72) legen
    -> Button zum Zuklappen der Attribution liegt so über disclaimer_link
    und kann bedient werden
*/

.ol-overlaycontainer-stopevent {
    z-index: 80 !important;
}

/*Button-Größe der ausklappbaren Attribution*/

.ol-attribution:not(.ol-uncollapsible) {
    font-size: .6em !important;
}

.ol-attribution:not(.ol-collapsed) {
    background: rgb(255, 255, 255);
}

.ol-attribution button {
    font-size: 1em;
}

.ol-scale-line {
    background: none;
    bottom: 20px;
}

.ol-scale-line-inner {
    border: 2px solid black;
    border-top: none;
    color: black;
}

.dropdown-toggle .icon-bars-button {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-toggle .icon-bar {
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
    width: 22px;
    height: 2px;
    background-color: white;
    border-radius: 1px;
}

.dropdown-toggle:after {
    content: none
}

.dropdown-menu {
    font-size: 12px;
}

.dropdown-item {
    color: black !important;
}

#dropdownMenu1 {
    background-color: #8B171E;
    border-radius: 0;
    height: 48px;
}

.pagination-sm {
    margin: 0;
}

    .pagination-sm .pager {
        margin: 0;
    }

li {
    white-space: nowrap;
}

.qtip1 {
    max-width: inherit !important;
}

.ol-zoom {
    top: 11px;
    left: 11px;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0 10px;
    text-align: center;
    border: none !important;
    background: none !important;
}

.ui-tabs-nav .ui-state-active a,
.ui-tabs-nav .ui-state-default a {
    height: 50px;
}

.ui-tabs-nav .ui-state-default a {
    color: #D0D0D0;
}

#divStopEvents {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 220px;
}

#divStopEventButtons {
    margin: 2px 4px;
}

#tblStopEventsHeader,
#tblStopEvents {
    width: 100%;
}

    #tblStopEvents tr {
        border-bottom: 1px solid #DDDDDD;
    }

        #tblStopEvents tr.previous {
            background-color: #EEEEEE;
            color: #7A7A7A;
        }

        #tblStopEvents tr.active {
            font-weight: bold;
        }

    #tblStopEventsHeader td,
    #tblStopEvents td {
        padding: 2px 4px;
        white-space: nowrap;
    }


.leaflet-tooltip.transparent-labels {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
}

.leaflet-tooltip.transparent-labels-b {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    font-weight: bold:
}
