﻿#map_panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 326px;
    overflow: hidden;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    background-color: #999;
}

    #map_panel #map_panel_header {
        width: 288px;
        height: 32px;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        z-index: 1;
        border-bottom: 1px solid #CCC;
    }

        #map_panel #map_panel_header LI {
            list-style-type: none;
            height: 32px;
            width: 50%;
            float: left;
            background: #1E2023;
        }

    #map_panel #map_panel_body {
        position: absolute;
        top: 33px;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #map_panel #map_panel_content .ui-tabs-hide {
        display: none;
    }

    #map_panel #map_panel_content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        height: auto;
        background: white;
    }

    #map_panel .showAd #map_panel_content {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
        height: auto;
        padding-bottom: 277px;
        background: white;
    }

    #map_panel .showAd #map_panel_footer {
        position: absolute;
        bottom: 0;
        margin-top: 100%;
        height: 276px;
        width: 326px;
        background-color: rgba(255,255,255,0.8);
        border-top: 1px solid #CCC;
        overflow: hidden;
        z-index: 100;
    }

        #map_panel .showAd #map_panel_footer .adBox .taR {
            text-align: right;
        }

        #map_panel .showAd #map_panel_footer .adBox {
            margin: 0 12px 0 12px;
        }

            #map_panel .showAd #map_panel_footer .adBox #adbox_close {
                color: #333;
                font-size: 11px;
                font-variant: small-caps;
            }

#map_panel_content {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

#map_panel_button {
    position: absolute;
    top: 255px;
    left: -30px;
    height: 14px;
    width: 28px;
    border: 1px solid #5e8bce;
    border-right: 0;
    text-align: center;
    padding: 7px 0;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #FFF url("//icons.wxug.com/i/wu/panelArrowLeft.gif") no-repeat center;
}

    #map_panel_button.expanded {
        background-image: url("//icons.wxug.com/i/wu/panelArrowRight.gif");
        background-position: center;
        background-repeat: no-repeat;
    }

#map_panel .adBox {
    z-index: 3;
    position: relative;
}

#map_panel #map_panel_header #doLayers {
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    left: 40px;
    top: -7px;
    width: 70px;
}

#map_panel #map_panel_header A {
    /*background-color: #696969 !important;*/
}

#map_panel #map_panel_header .ui-tabs-active {
    background-color: #3D3D3D !important;
    height: 33px !important;
    border-bottom-style: solid;
    border-bottom-color: #3d3d3d;
}

#map_panel #map_panel_header #doRoad {
    display: block;
    width: 97px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 95px;
    background: url("//icons.wxug.com/i/wm/layersHeaderClose.png") no-repeat;
    background-position: -95px 0;
}

#map_panel #map_panel_header #doEvents {
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    left: 40px;
    top: -7px;
    width: 60px;
}

#map_panel #doClose {
    display: block;
    width: 38px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/Content/images/layersHeader.png") no-repeat;
    background-position: -288px 0;
}

#map_panel #map_panel_header #doLayers:hover {
    background-position: 0 -32px;
}

#map_panel #map_panel_header #doRoad:hover {
    background-position: -95px -32px;
}

#map_panel #map_panel_header #doEvents:hover {
    background-position: -192px -32px;
}

#map_panel #doClose:hover {
    background-position: -288px -32px;
}

#map_panel #map_panel_header .ui-tabs-selected #doLayers {
    background-position: 0 -64px;
}

#map_panel #map_panel_header .ui-tabs-selected #doRoad {
    background-position: -95px -64px;
}

#map_panel #map_panel_header .ui-tabs-selected #doEvents {
    background-position: -192px -64px;
}

#map_panel #map_panel_header .ui-tabs-selected #doLayers:hover {
    background-position: 0 -96px;
}

#map_panel #map_panel_header .ui-tabs-selected #doRoad:hover {
    background-position: -95px -96px;
}

#map_panel #map_panel_header .ui-tabs-selected #doEvents:hover {
    background-position: -192px -96px;
}

#map_wrapper.panel-collapsed #map_panel {
    border: 0;
    right: 1px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    #map_wrapper.panel-collapsed #map_panel #map_panel_header {
        border-bottom: 0;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        #map_wrapper.panel-collapsed #map_panel #map_panel_header #doLayers {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

    #map_wrapper.panel-collapsed #map_panel #doClose {
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background-position: -288px -64px;
    }

        #map_wrapper.panel-collapsed #map_panel #doClose:hover {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
            background-position: -288px -96px;
        }

    #map_wrapper.panel-collapsed #map_panel #map_panel_body {
        display: none;
    }

#LayerStormReports_options img, #LayerExtremes_options img {
    position: absolute;
    right: 10px;
}

#LayerStormReports_options LABEL, #LayerExtremes_options LABEL {
    margin-top: 4px;
}

#map_timebar #loadingStatusContainer {
    display: none;
    position: absolute;
    left: 300px;
    top: -28px;
    background: url("//icons.wxug.com/i/wm/trayBG.png") repeat;
    width: 150px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
}

#map_timebar #loadingStatusProgressBar {
    position: relative;
    margin: 5px auto;
    width: 100px;
    height: 16px;
    border: 1px solid #000000;
}

    #map_timebar #loadingStatusProgressBar .ui-progressbar-value {
        height: 100%;
        background-color: #EDEDED;
    }

#timePanel {
    position: absolute;
    left: 12px;
    bottom: 100px;
    z-index: 2000;
    font-size: 11px;
    width: 380px;
}

    #timePanel .pointDown {
        margin-left: 125px;
        width: 17px;
        height: 9px;
        background: url("//icons.wxug.com/i/wm/pointDown.png") no-repeat;
    }

    #timePanel .contentData {
        width: 360px !important;
    }

#map_wrapper.timelord-collapsed #timePanel {
    position: absolute;
    left: 410px;
    bottom: 44px;
}

#timePanel #timePresets {
    width: 360px;
    padding-bottom: 10px;
    border-top: 1px solid #D9D9D9;
}

#timePanel #timeCustom {
    width: 360px;
    padding-bottom: 10px;
    border-top: 1px solid #D9D9D9;
}

    #timePanel #timeCustom .borderLeft {
        border-left: 1px solid #D9D9D9;
    }

    #timePanel #timeCustom SELECT {
        font-size: 10px;
        margin-right: 5px;
    }

#timePanel #timeAction {
    width: 360px;
    border-top: 1px solid #D9D9D9;
}

#timebar_holder {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding-right: 326px;
    padding-left: 20px;
}

    #timebar_holder div {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        font-size: 0.75rem;
    }

    #timebar_holder SELECT {
        font-size: 0.75rem;
        padding-right: 0px;
    }

    #timebar_holder #map_timebar {
        position: relative;
        width: 866px;
        margin: auto;
        z-index: 3;
    }

        #timebar_holder #map_timebar #displayRange {
            height: 23px;
            position: relative;
            padding-top: 3px;
            margin-bottom: 6px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            background: rgba(76,76,76,0.5);
            padding: 5px 150px;
        }

            #timebar_holder #map_timebar #displayRange .startTime, #timebar_holder #map_timebar #displayRange .endTime {
                color: #FFF;
                display: inline-block;
                vertical-align: middle;
                position: absolute;
                top: 5px;
                font-weight: 100;
            }

            #timebar_holder #map_timebar #displayRange .startTime {
                left: 5px;
            }

            #timebar_holder #map_timebar #displayRange .endTime {
                right: 5px;
            }

            #timebar_holder #map_timebar #displayRange .timelineContent {
                cursor: pointer;
                display: inline-block;
                vertical-align: middle;
                height: 10px;
                width: 100%;
                background: #333;
                border: 1px solid #1E2023;
                position: relative;
            }

                #timebar_holder #map_timebar #displayRange .timelineContent .dataPast {
                    background: #87C404;
                    height: 4px;
                    margin-left: 2px;
                    margin-right: 2px;
                    margin-top: 2px;
                }

                #timebar_holder #map_timebar #displayRange .timelineContent .timelineTicks {
                    position: absolute;
                    top: -2px;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                    #timebar_holder #map_timebar #displayRange .timelineContent .timelineTicks .tickMajor {
                        position: absolute;
                        top: 2px;
                        left: 0;
                        height: 8px;
                        border-left: 1px solid #696969;
                    }

                #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub {
                    position: absolute;
                    top: -3px;
                    left: 60%;
                    margin-left: 5px;
                }

                    #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub .timelineScrubBall {
                        width: 15px;
                        height: 15px;
                        border: 1px solid #1E2023;
                        background: #333;
                        cursor: move;
                        position: absolute;
                        left: -7.5px;
                        border-radius: 7.5px;
                    }

                        #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub .timelineScrubBall .timelineScrubBg {
                            width: 1px;
                            height: 5px;
                            position: absolute;
                            top: 4px;
                            left: 4px;
                            background-color: #8ED1E9;
                        }

                            #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub .timelineScrubBall .timelineScrubBg#hash2 {
                                left: 6px;
                            }

                            #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub .timelineScrubBall .timelineScrubBg#hash3 {
                                left: 8px;
                            }

                    #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub #timelineScrubTime {
                        background: #FFF;
                        color: #5B9F49;
                        position: absolute;
                        top: -40px;
                        left: -90px;
                        border-radius: 5px;
                        padding: 10px;
                        width: 180px;
                        text-align: center;
                    }

                        #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub #timelineScrubTime .arrow {
                            content: "";
                            display: block;
                            width: 0;
                            height: 0;
                            border: inset 6px;
                            border-color: #FFF transparent transparent transparent;
                            border-top-style: solid;
                            position: absolute;
                            left: 84px;
                            top: 32px;
                        }

                        #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub #timelineScrubTime.no-date {
                            width: 110px;
                            left: -55px;
                        }

                            #timebar_holder #map_timebar #displayRange .timelineContent .timelineScrub #timelineScrubTime.no-date .arrow {
                                left: 50px;
                            }

        #timebar_holder #map_timebar #map_timebar_simple {
            border-radius: 5px;
            background: rgba(76,76,76,0.85);
            border: 1px solid #1E2023;
            box-shadow: 0px 0px 4px 2px rgba(76,76,76,0.5);
            -webkit-box-shadow: 0px 0px 4px 2px rgba(76,76,76,0.5);
        }

            #timebar_holder #map_timebar #map_timebar_simple DIV {
                display: inline-block;
                vertical-align: middle;
            }

            #timebar_holder #map_timebar #map_timebar_simple #map_timebar_autoradar_panel {
                width: 200px;
                position: absolute;
                bottom: 40px;
                left: 0px;
                padding: 5px 8px;
                display: block;
            }

                #timebar_holder #map_timebar #map_timebar_simple #map_timebar_autoradar_panel.none {
                    display: none;
                }

                #timebar_holder #map_timebar #map_timebar_simple #map_timebar_autoradar_panel DIV {
                    display: block;
                }

                #timebar_holder #map_timebar #map_timebar_simple #map_timebar_autoradar_panel .header {
                    font-size: 18px;
                    font-weight: bold;
                    margin: 4px 0 10px 0;
                }

                #timebar_holder #map_timebar #map_timebar_simple #map_timebar_autoradar_panel:after {
                    position: absolute;
                    left: 24px;
                    bottom: -16px;
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border: inset 8px;
                    border-color: #FFF transparent transparent transparent;
                    border-top-style: solid;
                }

            #timebar_holder #map_timebar #map_timebar_simple #map_animation_controls {
                cursor: pointer;
                border-right: 1px solid #1E2023;
            }

                #timebar_holder #map_timebar #map_timebar_simple #map_animation_controls a.play, #timebar_holder #map_timebar #map_timebar_simple #map_animation_controls a.pause, #timebar_holder #map_timebar #map_timebar_simple #map_animation_controls a.stop {
                    font-size: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    display: block;
                    width: 60px;
                    background: #15AADC;
                    -webkit-border-bottom-left-radius: 5px;
                    -webkit-border-top-left-radius: 5px;
                    border-bottom-left-radius: 5px;
                    border-top-left-radius: 5px;
                    color: #FFF;
                    text-decoration: none;
                    cursor: pointer;
                }

            #timebar_holder #map_timebar #map_timebar_simple .border-right-wrapper {
                border-right: 1px solid #1E2023;
                height: 30px;
                padding: 3px 9px 3px 5px;
            }

            #timebar_holder #map_timebar #map_timebar_simple .border-left-wrapper {
                float: right;
                border-left: 1px solid #1E2023;
                height: 30px;
                padding: 3px 9px 3px 5px;
            }

                #timebar_holder #map_timebar #map_timebar_simple .border-left-wrapper:before, #timebar_holder #map_timebar #map_timebar_simple .border-left-wrapper:after {
                    content: " ";
                    display: table;
                }

                #timebar_holder #map_timebar #map_timebar_simple .border-left-wrapper:after {
                    clear: both;
                }

            #timebar_holder #map_timebar #map_timebar_simple #map_frame_control_back, #timebar_holder #map_timebar #map_timebar_simple #map_frame_control_next {
                width: 20px;
                height: 24px;
                cursor: pointer;
                background-repeat: no-repeat;
                background-size: contain;
            }

            #timebar_holder #map_timebar #map_timebar_simple #map_frame_control_back {
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA3OEI0OTZDQzIxQzExRTM5NUNCREM5RDJBRTQ3NEFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA3OEI0OTZEQzIxQzExRTM5NUNCREM5RDJBRTQ3NEFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDc4QjQ5NkFDMjFDMTFFMzk1Q0JEQzlEMkFFNDc0QUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDc4QjQ5NkJDMjFDMTFFMzk1Q0JEQzlEMkFFNDc0QUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Q3f4DAAAAxElEQVR42qyUQQrCMBBFM0FXWnQl4krv4WF6GXGttxCv4jkU0Y0b24Uw/kAKQ0zbMemHR5LSvDbNpMTMJifWtzfgTHcwJiKjQQqWvl2AiebJePOZFKiDiWtwQvfZXHDIzFsmTsEOVOLefgHGFpTgyr/pFqC/BRduT1zQrJP7ExUcgnV2CsgXUmo1kTWZiQmOoP6nMAb/iPnbOFghBaIC7EGdJBCiDTiDT5JAHmc3V/5QXB7graogopdrR368CrdWm68AAwA91h69qp7IwwAAAABJRU5ErkJggg==");
            }

            #timebar_holder #map_timebar #map_timebar_simple #map_frame_control_next {
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA3OEI0OTcwQzIxQzExRTM5NUNCREM5RDJBRTQ3NEFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA3OEI0OTcxQzIxQzExRTM5NUNCREM5RDJBRTQ3NEFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDc4QjQ5NkVDMjFDMTFFMzk1Q0JEQzlEMkFFNDc0QUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDc4QjQ5NkZDMjFDMTFFMzk1Q0JEQzlEMkFFNDc0QUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4n4r7jAAAApklEQVR42mL8//8/A0WAFAOAatmA+NV/CHgG1gsigJifSAME/qMCBiao3FsgZzUQK5LlBSQTfwBxOxDzEusCdAP+I/kvAYiZyDUABs4AsQ0lBsDASiBWoMQAEPgOxBPRDWCEpgNyUxMjEwOFgBQDfgDxJELpgOqBSHY0kp2QQFHVCsQ8pCbl3zB/kpobWaByIoyMjB/pUaCwAvFLqO3PkVMi2QAgwABTyz84nkl9iAAAAABJRU5ErkJggg==");
            }

            #timebar_holder #map_timebar #map_timebar_simple #map_animate_speed {
                margin-bottom: 0;
                width: 86px;
            }

            #timebar_holder #map_timebar #map_timebar_simple #map_animation_duration {
                margin-bottom: 0;
                width: 160px;
            }

            #timebar_holder #map_timebar #map_timebar_simple #map_timebar_current {
                padding: 0 10px;
                cursor: auto;
                box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2) inset;
                background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #676767), color-stop(1, #424242));
                background-image: -o-linear-gradient(top, #676767 0%, #424242 100%);
                background-image: -moz-linear-gradient(top, #676767 0%, #424242 100%);
                background-image: -webkit-linear-gradient(top, #676767 0%, #424242 100%);
                background-image: -ms-linear-gradient(top, #676767 0%, #424242 100%);
                background-image: linear-gradient(to top, #676767 0%, #424242 100%);
                color: #BDBDBD;
                border: 1px solid #8A8A8A;
                height: 24px;
                line-height: 23px;
                margin-left: 5px;
                margin-right: 5px;
                border-radius: 5px;
            }

                #timebar_holder #map_timebar #map_timebar_simple #map_timebar_current:active {
                    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2) inset;
                }

                #timebar_holder #map_timebar #map_timebar_simple #map_timebar_current #light {
                    width: 6px;
                    height: 6px;
                    border-radius: 3px;
                    margin-right: 8px;
                    margin-top: -3px;
                    transition: background-color 350ms, box-shadow 700ms;
                    -webkit-transition: background-color 350ms, box-shadow 700ms;
                    -moz-transition: background-color 350ms, box-shadow 700ms;
                    -o-transition: background-color 350ms, box-shadow 700ms;
                    background: #87C404;
                    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5),0px 0px 5px 3px rgba(135,196,4,0.5);
                    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5),0px 0px 5px 3px rgba(135,196,4,0.5);
                }

                #timebar_holder #map_timebar #map_timebar_simple #map_timebar_current.in-history {
                    cursor: pointer;
                    background: #15AADC;
                    color: #FFF;
                }

                    #timebar_holder #map_timebar #map_timebar_simple #map_timebar_current.in-history #light {
                        background: #8ED1E9;
                        box-shadow: inset 0px 0px 3px 0px rgba(30,32,35,0.2);
                        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(30,32,35,0.2);
                    }

            #timebar_holder #map_timebar #map_timebar_simple .datepicker {
                position: relative;
                height: 24px;
                line-height: 22px;
                border-radius: 5px;
                border: 1px solid #8A8A8A;
                padding: 0 10px;
            }

                #timebar_holder #map_timebar #map_timebar_simple .datepicker #map_cal_text {
                    color: #FFF;
                }

                #timebar_holder #map_timebar #map_timebar_simple .datepicker #map_cal {
                    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg2RDkyNkU3QzI0MTExRTM5NUNCREM5RDJBRTQ3NEFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg2RDkyNkU4QzI0MTExRTM5NUNCREM5RDJBRTQ3NEFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODZEOTI2RTVDMjQxMTFFMzk1Q0JEQzlEMkFFNDc0QUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODZEOTI2RTZDMjQxMTFFMzk1Q0JEQzlEMkFFNDc0QUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4j2tQ6AAAAvklEQVR42mL8//8/A1UAyCA0HPUfAg5jkbsElfNGl2OBmucGxPxQtjmUFgHiUDR7YWpsgJgLyv4IxLsYoV6j1H+MI8CgdxQaJMRI7XSEDpZC0wo6sAHiLVjEGZgYqARgCXI1mvhJIH6ORfwNEB8B4m8YoQ0NIxc08RdQbIAmfgaIFaCpHhnsGXxhBPMaeuZ8BMU2aOL7gVgDiCXRxFfDAhs9jE5BAxRd/Dw03HTRDaJ6GH2kIHg+IocRxQAgwACOAz6MWI7ozQAAAABJRU5ErkJggg==");
                    background-repeat: no-repeat;
                    background-size: contain;
                    height: 22px;
                    width: 17px;
                }

                #timebar_holder #map_timebar #map_timebar_simple .datepicker #map_datepicker_pretty_mouseTarget {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    cursor: pointer;
                }

.timelord-collapsed #map_container {
    margin-bottom: 0;
}

#map_timebar_notification_panel {
    width: auto;
    position: absolute;
    bottom: 79px;
    left: 170px;
    padding: 5px 8px;
}

    #map_timebar_notification_panel .infobox-pointer-bot {
        left: 79px;
        right: auto;
    }

#map_timebar_welcome_panel {
    width: 200px;
    position: absolute;
    bottom: 79px;
    left: 170px;
    padding: 5px 8px;
}

    #map_timebar_welcome_panel .infobox-pointer-bot {
        left: 79px;
        right: auto;
    }

#map_wrapper.timelord-collapsed #map_timebar_settings_panel {
    bottom: 24px;
}

#map_wrapper.timelord-collapsed #map_timebar_notification_panel {
    bottom: 24px;
}

#map_wrapper.timelord-collapsed #map_timebar_welcome_panel {
    bottom: 24px;
}

.icon-layer {
    display: block;
    width: 21px;
    height: 15px;
    position: relative;
    top: 8px;
    left: 10px;
    background: url("/Content/images/iconlayer.png");
}

.icon-chugiai {
    display: block;
    width: 21px;
    height: 15px;
    position: relative;
    top: 8px;
    left: 10px;
    background: url("/Content/images/iconchugiai.png");
}
