.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

html {
    overflow-y: scroll;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0
}

body {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    font-size: 100.01%;
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.my {
    color: #fa0
}

#wb_right {
    border: 0 solid black;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: -130px;
    z-index: 0
}

.noads .wb {
    display: none
}

#wb_hide {
    text-align: center;
    display: none
}

#wb_hide a {
    font-size: 11px;
    color: #666;
    text-decoration: none
}

img {
    border: 0
}

label {
    cursor: pointer
}

#Main {
    position: relative;
    width: 100%;
    min-height: 100%
}

#Header {
    background: #000 url('/lightning/images/title_background2.jpg') -30px -20px;
    position: relative;
    height: 55px
}

#Header_bo_logo {
    position: absolute;
    top: 2px;
    right: 20px;
    height: 48px;
    border: 0 solid #666;
    box-shadow: 0 0 8px #888
}

#Header h1 {
    font-family: Verdana;
    color: white;
    display: block;
    float: left;
    margin: 3px 0 0 8px;
    padding: 0;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    font-size: 1.8em;
    text-shadow: 0 0 4px #aac
}

#Header h1 a {
    color: white;
    text-decoration: none
}

#Header h2 {
    font-family: Verdana;
    display: block;
    clear: left;
    float: left;
    margin: 0 0 0 8px;
    padding: 0;
    font-size: 9px;
    color: #fff;
    text-shadow: 0 0 4px #000
}

#Header_message {
    width: 330px;
    height: 39px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ddf;
    position: absolute;
    left: 450px;
    top: 6px;
    text-align: left;
    padding: 5px 8px;
    border: 1px solid #c00;
    background: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    line-height: 13px;
    text-align: center;
    color: red;
    text-decoration: none
}

#Header2 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: red;
    background: #eee;
    vertical-align: middle;
    padding: 6px 0 6px 0
}

#Page {
    width: auto;
    height: 100%;
    display: block;
    margin: -1px 0 0 0;
    padding: 0;
    position: relative;
    color: #333
}

#Page {
    height: 100% !important
}

#Sidebar {
    width: 170px;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%
}

* html #Page, * html #Sidebar {
    height: 0;
    zoom: 1
}

ul#Navigation {
    position: relative;
    left: 0;
    top: 0;
    margin: 2px 2px 0 2px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px
}

ul#Navigation li {
    list-style: none;
    margin: 0;
    padding: 0
}

ul#Navigation a {
    text-decoration: none;
    color: #66e
}

ul#Navigation a.active {
    font-weight: bold
}

ul#Navigation h4.nav_title {
    margin: 8px 0 5px 0;
    padding: 0 0 0 3px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #e0e0e0
}

ul#Navigation li {
    list-style-image: url('/lightning/images/blitz_gelb.png')
}

ul#Navigation > li {
    border-bottom: 0 solid #eee
}

ul#Navigation .nav_bo_eu {
    list-style-image: url('/lightning/images/flag_eu_menu.png')
}

ul#Navigation .nav_bo_au {
    list-style-image: url('/lightning/images/flag_au_menu.png')
}

ul#Navigation .nav_bo_us {
    list-style-image: url('/lightning/images/flag_us_menu.png')
}

ul#Navigation .nav_bo_rt {
    list-style-image: url('/lightning/images/world.png')
}

ul#Navigation li ul {
    margin: 7px 0 7px 29px;
    padding: 0
}

ul#Navigation li ul li {
    margin: 0;
    padding: 0
}

ul#Navigation li ul li ul {
    margin: 3px 0 3px 15px;
    padding: 0;
    font-size: 12px
}

#nav_region_ul {
    font-size: 1.1em
}

#Flags {
    position: relative;
    position: fixed;
    left: 1px;
    bottom: -9px;
    padding: 3px 25px 0 25px;
    margin: 10px auto 12px auto;
    text-align: center
}

#Flags_c {
    display: inline;
    text-align: left
}

#Flags_c .lang_info {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 5px;
    display: inline-block !important
}

#Flags_c a {
    display: none
}

#Flags_c:hover {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 140px;
    border: 1px solid #ddd;
    padding: 3px 3px 0 3px;
    background: #fff;
    cursor: pointer;
    line-height: 1.4em
}

#Flags_c:hover .lang_c {
    display: block
}

#Flags_c:hover a {
    display: inline-block
}

#Flags_c:hover .lang_info {
    display: inline-block !important
}

#Flags_c:hover .lang_info:hover {
    text-decoration: underline !important;
    color: #000
}

#translation_info {
    padding: 10px 2px 2px 2px;
    display: none;
    font-size: 11px;
    color: #333
}

#Flags_c:hover #translation_info {
    display: block
}

#Sidebar #strikes_mini_containter {
    padding: 5px 0 10px 0;
    font-size: 11px;
    margin: 1px 0 0 0;
    text-align: center;
    height: 225px
}

#Sidebar #strikes_mini_map_containter {
    margin: 0;
    text-align: center;
    position: relative
}

#Sidebar #strikes_mini_typ {
    font-size: 11px;
    width: 160px;
    text-align: center;
    margin: 1px auto 0 auto
}

#Sidebar #strikes_mini_anim_check {
    font-size: 11px
}

#Sidebar #strikes_mini_img {
    background: none
}

#social {
    position: absolute;
    font-size: 11px;
    margin: 0;
    padding: 0;
    right: 135px;
    top: 10px;
    backgrounds: #ddd;
    border-radius: 4px
}

#social a {
    display: inline-block;
    text-decoration: none;
    opacity: .85
}

#social a:hover {
    opacity: 1
}

#social a img {
    height: 28px;
    margin: 2px 8px;
    box-shadow: 0 0 20px #aaa
}

#Content {
    margin: 0;
    background: #fff;
    line-height: 1.2em;
    height: 100%;
    display: block;
    padding: 10px 20px 35px 15px;
    min-height: 900px;
    min-width: 795px;
    position: relative;
    box-shadow: -4px 0 8px -4px #ccc inset, 4px 0 8px -4px #ccc inset, 0px 4px 8px -4px #ccc inset
}

* html #Content {
    height: 1em
}

#InnerContent {
    height: 100%;
    width: 100%
}

.static_width #InnerContent {
    display: inline-block;
    width: auto
}

#Submenu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 8px;
    left: 120px
}

div#Submenu ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    height: 24px;
    color: #669;
    clear: both;
    height: auto
}

div#Submenu ul li {
    margin: 0;
    float: left;
    padding: 0;
    white-space: nowrap
}

div#Submenu ul li a {
    display: block;
    padding: 4px 25px 4px 30px;
    background: url(/lightning/images/pfeil.png) no-repeat 10px;
    color: #ea2;
    text-decoration: none
}

div#Submenu ul li a:hover {
    background: url(/lightning/images/pfeil.png) no-repeat 10px;
    text-decoration: underline
}

div#Submenu ul li a.submenu_active, ul#bo_mainmenu li a.bo_mainmenu_active {
    color: #d22 !important;
    background: url(/lightning/images/pfeil.png) no-repeat 10px
}

h3 {
    font-size: 18px
}

h3#Title {
    margin: 0;
    padding: 0 0 8px 0;
    position: relative;
    border-bottom: 1px solid #fca !important;
    font-size: 21px;
    text-decoration: none !important;
    max-width: none !important
}

#Content h3#Title, #Content h3#Title a {
    color: #ea2
}

#Content p, #Content li, #Content fieldset {
    font-size: .8em
}

#Content p {
    margin: .7em 0 .7em 0;
    text-align: justify;
    max-width: 780px;
    width: auto;
    margin-right: 0
}

#Content ul {
    max-width: 700px;
    width: auto
}

#Content h3, #Content h4, #Content h5 {
    max-width: 800px;
    color: #ea2
}

#Content h3 {
    border-bottom: 1px solid #e7e7cc
}

#Content h4 {
    margin: 30px 0 5px 0;
    font-size: 14px;
    border-bottom: 1px dotted #eeb
}

#Content li {
    margin: .2em 0 .4em 0
}

#Content input {
    margin-top: 1px;
    margin-bottom: 0
}

#Content fieldset {
    margin: 2em 2px .7em 6px;
    position: relative;
    border: 0 solid #f2efdf;
    padding: .7em .5em;
    background: #fffffa;
    max-width: 800px;
    text-align: left;
    height: auto;
    box-shadow: 0 0 3px 1px #f2efdf;
    border-radius: 2px
}

#Content legend {
    position: absolute;
    top: -1.4em;
    border: 1px solid #f2efdf;
    padding: 0 6px;
    margin: 0;
    background: #fffff4;
    color: #333
}

#Content blockquote, #Content code {
    margin: 10px 10px 10px 25px;
    padding: 2px 10px 2px 10px;
    border: 1px dotted #ddd;
    border-left: 2px solid #ddd;
    font: 1.1em 'Courier New', Courier, Fixed;
    background: #ffd;
    display: block;
    text-align: left;
    max-width: 740px
}

#Content li code {
    margin-left: 0;
    margin-top: 20px
}

#Content blockquote cite {
    margin: 5px 0 0;
    display: block
}

#Footer {
    width: 100%;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    background: #f8f8f8;
    text-align: center;
    padding: 4px 0;
    box-shadow: 0 0 5px 0 #ddd
}

#Footer a {
    color: #444
}

.ismobile {
    position: absolute;
    top: -999em;
    left: -999em;
    z-index: 0
}

@media all and (max-width: 1024px) {
    .ismobile {
        z-index: 2
    }

    .mobile_full #Sidebar, .mobile_full #Footer, .mobile_full #Header {
        display: none
    }

    .mobile_full #Page, .mobile_full #Main, .mobile_full #Content, .mobile_full #InnerContent {
        width: 100% !important;
        height: 100% !important;
        min-width: 200px;
        min-height: 200px;
        padding: 0 !important;
        margin: 0 !important
    }

    .mobile_full #wb_mobile {
        display: block !important;
        min-height: 50px;
        margin: 0 auto;
        overflow: hidden
    }

    .mobile_full #wb_mobile ins {
        display: block !important;
        height: 10.8%;
        margin: 0 auto;
        overflow: hidden;
        max-width: 500px
    }

    .mobile_full #bo_gmap.bo_map_realtime {
        height: 89.2% !important
    }

    .mobile1 #wb_mobile ins {
        height: 60px !important;
        width: 320px !important;
        width: 100% !important
    }

    .mobile1 #bo_gmap.bo_map_realtime {
        /*height: calc(100% - 60px) !important*/
        height: 100% !important
    }

    .mobile2 #wb_mobile, .mobile2 #wb_mobile ins {
        height: 90px !important
    }

    .mobile2 #bo_gmap.bo_map_realtime {
        /*height: calc(100% - 90px) !important*/
        height: 100% !important
    }

    .mobile2 #wb_mobile ins {
        max-width: 1024px
    }

    .noads #wb_mobile {
        display: none !important;
        height: 0
    }

    .noads #bo_gmap.bo_map_realtime {
        height: 100% !important
    }

    @media all and (orientation: landscape) and (max-height: 550px) {
        .mobile_full #wb_mobile {
            display: none !important;
            height: 0 !important
        }

        .mobile_full #bo_gmap.bo_map_realtime {
            height: 100% !important
        }
    }.cc-window.cc-bottom {
         bottom: 140px;
         left: 50px
     }
}

@media all and (max-width: 600px) {
    .ismobile {
        z-index: 1
    }

    .cc-window.cc-bottom {
        left: 0;
        bottom: 70px
    }
}

.cc-revoke {
    display: none
}

.cc-window.cc-floating {
    padding: .5em
}

table.datatable {
    border-collapse: collapse;
    margin-top: .7em;
    margin-bottom: .7em;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #e9e9ff;
    white-space: nowrap;
    clear: left;
    font-size: 12px;
    line-height: 16px
}

.datatable tr {
    background-color: #f9f9f9;
    background: #fff
}

.datatable tr.dark {
    background-color: #f0f0f0;
    background: #fff
}

.datatable td, .datatable th {
    border: 1px solid #d9d9df;
    padding: 1px 10px
}

.datatable numeric {
    text-align: right
}

.vertical_scroll {
    width: 100%;
    max-width: 800px;
    white-space: nowrap;
    height: 355px;
    border: 1px solid #eee;
    padding: 5px 10px;
    background: #f4f4ff;
    overflow: scroll
}

.vertical_scroll img {
    padding: 0 20px 0 0
}

a.ext {
    padding-right: 15px;
    background: url('/lightning/images/external-link.png') no-repeat right
}

@media print {
    html {
        width: 100%;
        height: 100%
    }

    body {
        width: 100%;
        background: transparent
    }

    #Header, ul#Navigation, #Sidebar_Info {
        display: none
    }

    #Content {
        margin: 0;
        padding: 2em;
        border: 0;
        background-color: #fff
    }
}

#myblitzortung {
    margin: 10px 0 30px 0;
    clear: both;
    display: block
}

.static_content #myblitzortung {
    display: inline-block
}

#myblitzortung legend {
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0
}

#myblitzortung fieldset {
    margin-top: 1em;
    max-width: none
}

#myblitzortung label {
    cursor: pointer
}

#myblitzortung ul {
    list-style-image: none
}

#myblitzortung #bo_footer {
    color: #999;
    font-size: 11px;
    margin: 20px 0 0 0;
    padding-top: 3px;
    line-height: 1.6em
}

#myblitzortung #bo_copyright, #myblitzortung #bo_copyright_own, #myblitzortung #bo_footer_timezone {
    display: none
}

#myblitzortung .bo_form_checkbox_text {
    display: inline-block;
    margin: 2px 15px 5px 0
}

#myblitzortung .bo_form_text {
    display: block;
    margin: 5px 12px 5px 2px
}

#myblitzortung .bo_descr {
    font-weight: bold;
    font-size: .9em
}

#myblitzortung .bo_value {
    font-weight: normal;
    font-size: .9em
}

#myblitzortung .bo_sig_navi {
    width: 770px;
    text-align: center;
    margin: 20px 0 5px 10px;
    font-size: .8em;
    height: 20px
}

#myblitzortung .bo_sig_navi a {
    padding: 0 5px;
    color: #999;
    font-weight: bold
}

#myblitzortung .bo_sig_navi a.bo_sig_prev {
    display: block;
    float: left
}

#myblitzortung .bo_sig_navi a.bo_sig_next {
    display: block;
    float: right
}

#myblitzortung .bo_sig_table {
    border-top: 2px solid #fd9;
    margin-left: 10px;
    border-collapse: collapse
}

#myblitzortung .bo_sig_table td {
    background: #fff;
    vertical-align: top;
    padding: 2px 5px
}

#myblitzortung .bo_sig_table td.bo_sig_table_time {
    font-size: 14px;
    border-bottom: 1px dotted #eee;
    height: 20px;
    background: #f7f7f7
}

#myblitzortung .bo_sig_table td.bo_sig_table_strikeinfo, #myblitzortung .bo_sig_table td.bo_sig_table_graph {
    border-bottom: 2px solid #fd9
}

#myblitzortung .bo_sig_table td.bo_sig_table_graph {
    vertical-align: middle;
    text-align: center;
    font-size: 12px
}

#myblitzortung td.bo_sig_table_strikeinfo {
    padding-left: 10px
}

#myblitzortung .bo_sig_table_strikeinfo, #myblitzortung .bo_sig_table_strikeinfo li {
    font-size: 13px;
    color: #666
}

#myblitzortung .bo_sig_table_head {
    font-weight: bold
}

#myblitzortung .bo_sig_table_head td {
    background: #e8e8e8
}

#myblitzortung .bo_sig_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#myblitzortung .bo_sig_table td ul li {
    float: left;
    width: 180px;
    margin: 2px 0;
    padding: 0;
    line-height: 1.25em;
    white-space: nowrap
}

#myblitzortung .bo_archive_not_evaluated {
    color: red
}

#myblitzortung .bo_map {
    width: auto !important;
    height: 900px !important;
    border: 1px solid #ccc;
    margin-left: 5px
}

#myblitzortung #bo_map_more, #myblitzortung #bo_map_reload {
    float: right;
    margin: -3px 3px 0 0
}

#myblitzortung fieldset.bo_map_options {
    width: auto;
    max-width: none
}

#myblitzortung #bo_map_more_container {
    width: auto
}

#myblitzortung #bo_map_more_container .bo_form_descr {
    width: 160px;
    float: left;
    clear: left;
    margin: 0 0 8px -168px;
    padding-top: 0
}

#myblitzortung #bo_map_more_container .bo_input_container {
    padding-left: 170px
}

#myblitzortung #bo_map_more_container .bo_input_container, #myblitzortung .bo_arch_strikes_form .bo_input_container {
    border-top: 1px dotted #e4e4e4;
    padding-top: 8px
}

#myblitzortung #bo_arch_map_container {
    margin-left: 10px
}

#myblitzortung .bo_map_archive {
    width: 770px;
    height: 500px;
    border: 1px solid #ccc;
    margin-left: 10px
}

#myblitzortung .bo_archive_fieldset {
    width: 550px
}

#myblitzortung .bo_archiv_map_infowindow ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0
}

#myblitzortung .bo_archiv_map_infowindow ul li {
    line-height: 1em;
    font-size: 9pt
}

#myblitzortung .bo_archive_fieldset input {
    width: 60px;
    display: inline
}

#myblitzortung #bo_archive_maps_submit, #myblitzortung #bo_archive_maps_animation {
    float: right
}

#myblitzortung .bo_arch_map_links {
    font-size: 11px;
    text-align: center;
    padding: 4px 10px 3px 10px;
    margin: 0 1px 0 11px;
    background: #eee;
    margin-bottom: 2px
}

#myblitzortung #bo_arch_maps #bo_arch_strikes_select_map {
    margin-right: 20px
}

#myblitzortung .bo_map_footer {
    font-size: 11px;
    color: #666
}

#myblitzortung #bo_map_timerange select {
    font-size: 10px
}

#myblitzortung #bo_archive_density_yearmonth_container {
    border-top: 1px dotted #e4e4e4;
    text-align: center;
    margin: 5px 0 1px 0;
    padding: 5px 0 0 0;
    font-size: 13px
}

#myblitzortung #bo_dens_maps select {
    margin-right: 20px
}

#myblitzortung #bo_archive_density_submit {
    float: right;
    margin: -3px 3px 0 0
}

#myblitzortung #bo_archive_density_yearmonth_container a {
    text-decoration: none
}

#myblitzortung #bo_archive_density_yearmonth_container .bo_archive_density_monthurl {
    display: inline-block;
    padding: 0 5px 0 5px
}

#myblitzortung .bo_archive_density_active {
    font-weight: bold
}

#myblitzortung .bo_login_fieldset {
    width: 200px;
    margin: 0 0 0 20px
}

#myblitzortung .bo_info_fail {
    width: 400px;
    border: 1px solid red;
    background: #fff;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: .8em
}

#myblitzortung .bo_table {
    border-collapse: collapse;
    margin: 0 0 0 10px
}

#myblitzortung .bo_table td, .bo_table th {
    border: 1px solid #999;
    padding: 2px 10px;
    font-size: .8em
}

#myblitzortung .bo_form_descr {
    width: 200px;
    font-weight: bold;
    color: #666;
    white-space: nowrap
}

#myblitzortung .bo_input_container {
    margin: 4px 0
}

#myblitzortung ul#bo_menu {
    border-bottom: 0 solid #eee;
    margin: -10px -20px 19px 0;
    padding: 0;
    font-size: 15px;
    list-style-image: none;
    list-style-type: none;
    max-width: none
}

#myblitzortung ul#bo_menu li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
    border-right: 0 solid #eee
}

#myblitzortung ul#bo_menu a {
    font-weight: bold;
    color: #f80;
    border-bottom: 0;
    padding: 2px 20px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    text-decoration: none
}

#myblitzortung ul#bo_menu a.bo_navi_active {
    color: red;
    font-weight: bolder;
    text-decoration: none;
    background: #fbfbeb
}

#myblitzortung ul#bo_menu a:hover {
    text-decoration: underline;
    background: #ffffe9
}

#myblitzortung .bo_my_logo {
    width: 300px;
    float: right;
    margin: 1px 0 5px 5px
}

#myblitzortung .bo_bo_logo {
    width: 150px;
    float: right;
    margin: 1px 0 5px 5px
}

#myblitzortung div#bo_network_stations_container {
    height: 524px;
    width: 770px;
    overflow: auto
}

#myblitzortung table#bo_network_stations {
    font-family: Arial;
    font-size: 10px;
    border-spacing: 1px;
    background: #999;
    width: 740px;
    margin-left: 10px;
    line-height: 13px
}

#myblitzortung table#bo_network_stations td, #myblitzortung table#bo_network_stations th {
    padding: 1px 2px
}

#myblitzortung table#bo_network_stations td {
    background: #fff
}

#myblitzortung table#bo_network_stations th {
    background: #fd9
}

#myblitzortung table#bo_network_stations td.bo_numbers {
    text-align: right
}

#myblitzortung table#bo_network_stations td.bo_marked {
    background: #fd9 !important
}

#myblitzortung table#bo_network_stations tr.bo_highlight td {
    font-weight: bold;
    background: #fea
}

#myblitzortung ul.bo_stat_overview {
    list-style-type: square;
    color: red;
    padding-left: 26px;
    font-size: 15px
}

#myblitzortung ul.bo_stat_overview li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #e7e7e7
}

#myblitzortung ul.bo_stat_overview .bo_descr {
    min-width: 300px;
    display: inline-block;
    white-space: nowrap;
    color: #666
}

#myblitzortung #bo_new_stations .bo_descr {
    min-width: 350px
}

#myblitzortung ul.bo_stat_overview .bo_value {
    color: #666
}

#myblitzortung p.bo_graph_description, #myblitzortung p.bo_stat_description {
    width: 550px;
    font-size: 9pt
}

#myblitzortung .bo_map_gps {
    margin-left: 10px
}

#myblitzortung #bo_stat_station_signal_last img {
    display: block
}

#myblitzortung .bo_graph_img {
    margin-left: 10px
}

#myblitzortung .bo_graph_img_container {
    position: relative
}

#myblitzortung .bo_graph_img_form {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .8;
    background: #ffd;
    border: 1px solid #eee;
    padding: 4px;
    display: none
}

#myblitzortung #bo_alert_table {
    font-size: .85em;
    white-space: nowrap
}

#myblitzortung .bo_map_alert {
    margin-right: 10px
}

.bo_my {
    color: #db3;
    font-weight: bold
}

.bo_mybo {
    color: #666;
    font-weight: bold
}

#myblitzortung .bo_arch_map_links a {
    padding: 0 10px;
    color: #77f;
    font-weight: bold
}

#myblitzortung #bo_arch_map_img, #myblitzortung #bo_arch_map_img_station, #myblitzortung #bo_arch_map_nodata {
    border: 1px solid #aaa
}

#myblitzortung #bo_arch_map_img, #myblitzortung #bo_arch_map_noimg, #myblitzortung .bo_graph_img {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff
}

#myblitzortung #bo_ani_loading_white, #myblitzortung #bo_arch_map_nodata_white {
    width: 100%;
    height: 100%;
    background: #ccc;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5
}

#myblitzortung #bo_ani_loading_text, #myblitzortung #bo_arch_map_nodata_text {
    width: 100%;
    text-align: center;
    padding-top: 30%
}

#myblitzortung #bo_ani_loading_text p, #myblitzortung #bo_arch_map_nodata_text p {
    font-size: 14px;
    font-weight: bold;
    color: #900;
    border: 3px solid red;
    background: #eee;
    display: inline;
    padding: 20px 40px;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7
}

#myblitzortung #bo_stat_other_station_info {
    font-size: 11px;
    border: 1px solid #f88;
    background: #fff;
    color: #100;
    padding: 5px;
    width: 550px
}

#myblitzortung .bo_form_group {
    white-space: nowrap;
    padding-right: 10px
}

#myblitzortung #bo_stat_network_stations_map {
    position: absolute;
    left: 600px
}

#myblitzortung .bo_sig_table h5 {
    font-size: 13px;
    padding-left: 0
}

#myblitzortung .bo_archive_station_dist {
    border: 1px solid #eee;
    background: white;
    border-collapse: collapse
}

#myblitzortung .bo_archive_station_dist {
    margin-bottom: 15px
}

#myblitzortung .bo_archive_station_dist td, #myblitzortung .bo_archive_station_dist th {
    border: 1px solid #eee;
    padding: 1px 3px
}

#myblitzortung td.bo_sig_table_stations {
    background: #ffe
}

#myblitzortung td.bo_sig_table_stations fieldset {
    font-size: 12px
}

#myblitzortung .bo_strike_not_confirmed {
    color: red;
    font-weight: bold
}

#myblitzortung .bo_map_footer, #myblitzortung .bo_map_header {
    font-size: 11px;
    color: #666;
    margin-left: 12px
}

#myblitzortung .bo_map_header {
    margin: 0 2px 4px 12px;
    padding-top: 8px
}

#myblitzortung a.bo_dens_map_toggle_active {
    color: red
}

#myblitzortung #bo_stat_timeranges a {
    margin: 0 10px 0 10px
}

#myblitzortung a.bo_selected {
    font-weight: bold
}

#myblitzortung #bo_livemap_select_periods {
    display: inline-block;
    margin-left: 15px
}

#myblitzortung #bo_livemap_select_periods a {
    font-size: 14px;
    font-weight: bold;
    margin-left: 9px;
    text-decoration: none
}

#myblitzortung #bo_livemap_select_periods a.bo_selected {
    color: red;
    text-decoration: none
}

#myblitzortung .bo_arch_other_participants {
    display: inline-block
}

#myblitzortung .bo_graph_sig_other {
    display: block;
    margin-right: 10px
}

#myblitzortung .bo_arch_other_participants {
    display: inline-block;
    padding-right: 10px
}

#myblitzortung .bo_arch_other_participants_container {
    clear: both
}

#myblitzortung .bo_sig_table_menu {
    float: right;
    font-size: 10px;
    position: relative;
    top: -40px;
    padding-left: 10px;
    display: inline-block
}

#myblitzortung #bo_only_station_id {
    font-size: 11px
}

#myblitzortung .bo_select_station_active {
    color: #080
}

#myblitzortung .bo_select_station_nogps {
    color: #e90
}

#myblitzortung .bo_select_station_offline {
    color: red
}

#myblitzortung h3 {
    padding-top: .3em
}

#myblitzortung .bo_general_description {
    font-size: 11px
}

#myblitzortung #bo_copyright_logo {
    display: none
}

#myblitzortung #bo_copyright, #myblitzortung #bo_copyright_extra, #myblitzortung #bo_copyright_own {
    text-align: left;
    margin: 0
}

#myblitzortung #bo_stations_under_constr .bo_descr {
    min-width: 380px
}

#myblitzortung #bo_arch_dens_select_station {
    width: 250px
}

#myblitzortung select .bo_station_red {
    background-color: #fee
}

#myblitzortung .bo_gmap_controls {
    margin-top: 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 26px;
    outline: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

#myblitzortung #bo_gmap_search {
    background-color: #fff;
    padding: 0 9px 0 11px;
    width: 300px;
    font-family: Arial;
    font-size: 12px;
    text-overflow: ellipsis;
    display: none
}

#myblitzortung #bo_gmap_search:focus {
    border-color: #4d90fe
}

#myblitzortung #gmap_infotext, #myblitzortung .bo_gmap_info, #myblitzortung .bo_gmap_button {
    margin: 6px 0 0 4px;
    background: white;
    border-width: 0;
    box-shadow: 1px 0 3px gray;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11;
    color: #7f7f7f;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.3em
}

#myblitzortung #bo_gmap_clouds {
    padding: 4px 8px
}

#myblitzortung #gmap_infotext {
    font-size: 10px;
    text-align: center;
    margin: 15px 0 0 0
}

#myblitzortung .bo_gmap_info {
    margin: 6px 6px 0 4px;
    width: 70px;
    text-align: right
}

#myblitzortung #bo_gmap_coord {
    margin-top: 20px
}

#myblitzortung #bo_gmap_home {
    text-align: center
}

#myblitzortung .bo_map_alert {
    width: 600px !important;
    margin: 0 0 20px 0
}

/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */


.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 2px
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%
}

/*!
 * Datepicker v1.0.0
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-08-05T03:02:13.513Z
 */
.datepicker-container {
    -moz-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    top: 0;
    touch-action: none;
    user-select: none;
    width: 210px;
    z-index: -1
}

.datepicker-container:after, .datepicker-container:before {
    border: 5px solid rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.datepicker-dropdown {
    -webkit-box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px #ccc;
    box-sizing: content-box;
    position: absolute;
    z-index: 1
}

.datepicker-inline {
    position: static
}

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #39f
}

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
    border-top: 0;
    left: 10px;
    top: -5px
}

.datepicker-top-left:before, .datepicker-top-right:before {
    border-bottom-color: #39f
}

.datepicker-top-left:after, .datepicker-top-right:after {
    border-bottom-color: #fff;
    top: -4px
}

.datepicker-bottom-left, .datepicker-bottom-right {
    border-bottom-color: #39f
}

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px
}

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
    border-top-color: #39f
}

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
    border-top-color: #fff;
    bottom: -4px
}

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
    left: auto;
    right: 10px
}

.datepicker-panel > ul {
    margin: 0;
    padding: 0;
    width: 102%
}

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
    content: " ";
    display: table
}

.datepicker-panel > ul:after {
    clear: both
}

.datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px
}

.datepicker-panel > ul > li:hover {
    background-color: #e5f2ff
}

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
    color: #999
}

.datepicker-panel > ul > li.highlighted {
    background-color: #e5f2ff
}

.datepicker-panel > ul > li.highlighted:hover {
    background-color: #cce5ff
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    color: #39f
}

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default
}

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: #e5f2ff
}

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
    font-size: 18px
}

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
    width: 150px
}

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px
}

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
    background-color: #fff;
    cursor: default
}

.datepicker-hide {
    display: none
}

.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 {
    max-width: 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
}

.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(/lightning/css/#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 .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .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 .25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: -o-transform .25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform .25s cubic-bezier(0, 0, 0.25, 1)
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-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
}

.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, 0.5)
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 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: black
}

.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: 0
}

.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, 0.4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(/lightning/css/images/layers.png);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/lightning/css/images/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(/lightning/css/images/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: 0;
    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: 0;
    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, 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);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    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, 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-top .leaflet-control {
    clear: none !important
}

.realtime h3 {
    display: none !important
}

.realtime #Main {
    height: 100%
}

.realtime #Content {
    padding: 0
}

.bo_map_realtime {
    width: auto;
    height: 100% !important;
    border: 0;
    margin-bottom: 0
}

.mobile .bo_map_realtime {
    margin-bottom: 0
}

:-webkit-full-screen #bo_gmap.bo_map_realtime {
    width: 100%;
    height: 100%
}

.live_ctrl {
    margin: 10px 10px 0 0;
    background: white;
    border-width: 0;
    box-shadow: 1px 0 4px gray;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
    font-size: 11;
    color: #000;
    border-radius: 2px;
    pointer: default;
    cursor: pointer !important;
    height: 22px;
    min-width: 19px;
    vertical-align: middle
}

.live_ctrl img {
    max-height: 20px;
    margin: -1px -5px -7px -5px;
    padding: 2px 5px
}

.live_ctrl:hover {
    box-shadow: 1px 0 4px #eee
}

.ctrl_detail {
    font-weight: normal;
    position: absolute;
    top: 35px;
    right: 0;
    width: 350px;
    background: #f8f8f8;
    border: 0 solid #444;
    border-radius: 2px;
    padding: 7px 8px;
    box-shadow: 0 0 2px 1px #eee;
    line-height: 1.4em;
    display: block;
    text-align: left
}

.ctrl_detail:before {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    background: #fff;
    border: 1px solid red;
    width: 370px;
    height: 20px;
    content: ".";
    opacity: 0
}

.ctrl_hidden {
    display: none !important
}

.live_ctrl_left .ctrl_detail {
    right: auto;
    left: 0;
    width: 400px
}

.live_ctrl_bottom .ctrl_detail {
    bottom: 35px;
    top: auto
}

#ctrl_bo a {
    color: #c00;
    font-weight: bold;
    text-decoration: none
}

#ctrl_usage {
    margin-top: 5px;
    color: #d00;
    font-weight: bold
}

#ctrl_legend #leg_title {
    margin: 3px 0 2px 0;
    font-weight: bold
}

#ctrl_legend ul, #ctrl_legend li {
    margin: 0;
    padding: 0;
    font-size: 1em
}

#ctrl_legend ul {
    margin-left: 15px
}

#ctrl_legend li {
    margin: 3px 0 3px 0
}

#live_legend1_1 {
    font-weight: bold;
    color: red
}

#live_legend2_1 {
    font-weight: bold;
    color: #dd0
}

#live_legend2_2 {
    font-weight: bold;
    color: #650
}

#live_legend3_1 {
    font-weight: bold;
    color: #bbb
}

form.live_set {
    margin: 3px -5px 3px -5px;
    padding: 2px 5px 2px 5px;
    border-radius: 4px
}

.live_set_descr {
    font-size: 1.1em;
    font-weight: bold;
    min-width: 80px;
    display: inline-block;
    color: #efa008
}

.live_set_info {
    color: #777;
    line-height: 1.1em;
    margin: 2px 0 2px 0
}

.live_set_group {
    font-size: 1em;
    font-weight: bold;
    display: inline-group;
    margin: 0 0 1px 5px;
    color: #00f;
    white-space: nowrap
}

.live_set_group a {
    color: #009;
    min-width: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0 1px 0 1px;
    padding: 3px 4px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    border-radius: 6px
}

.live_set_group a.active {
    color: red;
    text-decoration: none;
    background: #fff
}

.live_ctrl_hint {
    line-height: 1.1em
}

.live_set_text, .live_set_date, .live_set_select, .live_set_submit {
    border: 1px solid #cacaca;
    border-radius: 2px;
    font-size: 10px;
    padding: 2px 3px;
    width: 50%
}

.live_set_date {
    width: 70px
}

.live_set_select {
    width: auto
}

.live_set_submit {
    width: auto;
    font-size: 12px;
    cursor: pointer
}

.live_set_datepicker {
    position: absolute
}

.station_label {
    background: #222;
    color: #fff;
    opacity: .4;
    font-size: 10px;
    line-height: .9em
}

.mobile .ctrl_detail {
    position: absolute;
    z-index: 99999999;
    overflow: visible;
    overflow-y: auto;
    max-height: 290px;
    right: -30px;
    left: auto;
    width: 270px
}

.mobile .ctrl_detail:before {
    width: 280px
}

.mobile .live_ctrl {
    height: 25px;
    padding-top: 4px;
    margin: 16px 5px 0 5px
}

.mobile .live_ctrl_left .ctrl_detail {
    right: auto;
    left: 0;
    width: 270px
}

.mobile #ctrl_inf .ctrl_detail {
    left: 30px
}

.mobile #ctrl_pos .ctrl_detail {
    right: -80px !important
}

.mobile .live_ctrl_right .ctrl_detail {
    right: 0 !important
}

.mobile #ctrl_img {
    margin: 0 10px 0 0;
    text-align: right;
    width: 250px
}

.mobile #ctrl_bo_img {
    position: relative;
    width: 70px;
    padding: 0;
    bottom: 5px
}

.mobile #ctrl_lm_img {
    position: relative;
    width: 160px;
    padding: 0 8px 0 0;
    bottom: 5px
}

.mobile .ctrl_name {
    display: none
}

.mobile1 .leaflet-control-zoom {
    bottom: 16px
}

.mobile1 .leaflet-control-scale {
    bottom: 16px
}

#ctrl_clock {
    min-width: 80px;
    text-align: center
}

#ctrl_clock span {
    display: inline-block;
    padding-top: 2px
}

#live_clock {
    color: #000
}

#live_clock_normal {
    color: #00a;
    font-weight: bold
}

#live_clock_bad {
    color: #f00;
    font-weight: bold
}

.slider {
    display: inline-block
}

.slider {
    margin: 0 10px 0 10px;
    width: 140px
}

.noUi-horizontal {
    height: 10px
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    top: -4px;
    left: -8px
}