html {
    height: 100%
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #e5e3df
}

    body img {
        border: 0
    }

@viewport {
    width: device-width
}

.div_tile {
    width: 256px;
    height: 256px;
    font-size: 10;
    color: #212121;
    background-size: 256px 256px;
    image-rendering: pixelated
}

.gm-style .controls {
    font-size: 28px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 300;
    height: 1em;
    margin: 6px;
    text-align: center;
    user-select: none;
    padding: 2px;
    width: 1em
}

    .gm-style .controls button {
        border: 0;
        background-color: #fff;
        color: rgba(0,0,0,.6)
    }

        .gm-style .controls button:hover {
            color: rgba(0,0,0,.9)
        }

    .gm-style .controls.zoom-control {
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 2px 0 0 10px;
        z-index: 12 !important
    }

        .gm-style .controls.zoom-control button {
            font: .85em Arial;
            margin: 1px;
            padding: 0
        }

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #ccc;
    margin-right: 5px
}

::-webkit-scrollbar-track:vertical {
    background: 0 0;
    margin: 5px 0
}

::-webkit-scrollbar-thumb {
    width: 8px;
    height: 20px;
    background: #555;
    border-radius: 5px
}





.markericon {
    height: 24px;
    margin: 0 0 -4px 3px;
    float: right
}

.redcross {
    width: 24px;
    height: 24px;
    margin: 0 0 -6px 3px;
    float: right
}

#chartzoom_con {
    display: none;
    position: absolute;
    top: -1px;
    left: 430px;
    z-index: 23;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #555
}

#colorscale_con {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 390px;
    width: 557px;
    padding: 5px 7px;
    z-index: 23;
    background: #fff;
    border: 1px solid #555;
    overflow: hidden
}

    #colorscale_con img {
        border: 0 solid #555;
        margin: 8px -12px 0 8px
    }

#terrain3D {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
    padding: 0;
    text-align: center;
    background: #eee
}

#panel_info {
    display: none;
    position: absolute;
    top: -1px;
    left: 100px;
    width: 299px;
    z-index: 24;
    padding: 5px 10px 10px 10px;
    background: #fff;
    border: 1px solid #555;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 17px
}

    #panel_info .title {
        float: left;
        display: inline;
        font-size: 19px;
        color: #fff;
        padding: 5px 1px 5px 10px;
        margin: 0 0 5px -10px;
        background: #337bcb;
        border-right: 10px solid #337bcb;
        overflow: hidden;
        width: auto;
        max-width: 265px;
        line-height: 24px;
        height: 23px;
        text-align: left
    }

        #panel_info .title .lngtxt {
            float: left;
            text-align: left;
            white-space: nowrap
        }

            #panel_info .title .lngtxt:hover {
                float: right;
                text-align: right
            }

    #panel_info .t2 {
        background: #537b00;
        border-right: 0 solid #337bcb;
        clear: both;
        padding: 5px 10px
    }

    #panel_info .type {
        float: right;
        font-size: 15px;
        color: #fff;
        padding: 3px 7px;
        margin: 0 -8px -10px 0;
        background: #555;
        clear: both
    }

    #panel_info .box {
        float: left;
        width: 301px;
        line-height: 23px;
        color: #555
    }

        #panel_info .box b {
            color: #800;
            font-weight: 100
        }

    #panel_info .dwn {
        margin-top: 15px
    }

    #panel_info .dwnup {
        margin-top: 15px;
        margin-bottom: 10px
    }

    #panel_info .city {
        font-size: 19px;
        color: #800;
        margin: 5px 0 10px 0
    }

    #panel_info a {
        color: #000
    }

#kmlform {
    padding: 7px 0 20px 0
}

    #kmlform img {
        margin: 0 10px 5px 0;
        width: 48px;
        float: left
    }

    #kmlform a {
        font-weight: 600;
        text-decoration: none
    }

    #kmlform div {
        font-weight: 100 !important;
        line-height: 21px;
        border: 0 solid #000;
        float: left;
        margin-top: 3px
    }

.np_close {
    width: 15px;
    height: 15px;
    border: 0 solid #800;
    margin: -4px -6px 0 10px;
    padding: 0;
    float: right;
    cursor: pointer;
    background: url(../img/npclose.png) no-repeat 0 0
}

.info_close {
    margin: -5px -9px -11px 10px
}

#np_sidepanel {
    display: none;
    position: absolute;
    top: -1px;
    right: 60px;
    width: 305px;
    z-index: 23;
    padding: 5px 7px;
    background: #fff;
    border: 1px solid #555;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 17px
}

    #np_sidepanel > div:not(:last-child) {
        margin-bottom: 7px
    }

#community_info table, #wat_char table {
    width: 100%;
    padding: 0 3px;
    border: 0 solid #800
}

#community_info td, #wat_char td {
    padding: 3px 0
}

.qlink {
    float: right;
    margin: 3px
}

#wat_char {
    margin-top: 7px
}

.resources {
    background: #fff;
    padding: 0;
    width: 100%;
    color: #555;
    clear: both
}

    .resources b {
        font-weight: 100;
        color: #000
    }

    .resources a {
        color: #800
    }

#panel_community {
    width: 100%;
    border: 0 solid #800;
    padding: 0;
    margin: -280px 0 0 0;
    clear: both
}

.np_title2 {
    position: relative;
    float: left;
    font-size: 19px;
    color: #fff;
    font-weight: 100;
    max-width: 265px;
    padding: 5px 10px;
    border: 0 solid #555;
    margin: 0 0 5px -7px;
    background: #537b00;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

.np_blue {
    background: #337bcb !important
}

#panel_inundation {
    display: none;
    width: 100%;
    border: 0 solid #800;
    padding: 0;
    margin: -7px 0 0 0;
    clear: both
}

#inundation_city {
    margin-bottom: 7px
}

    #flood_controller table, #inundation_city table {
        border: 0 solid #800;
        width: 100%;
        padding: 0 3px
    }

    #flood_controller td, #inundation_city td {
        padding: 3px 0
    }

#flood_controller, #flood_scenario, #stage_period {
    clear: both
}

    #flood_controller .resources, #panel_inundation .resources, #stage_period .resources {
        width: 100%;
        background: #fff;
        margin: -3px 0 3px 0;
        padding: 0;
        border: 0 solid #800;
        float: left
    }

#scenario_list select {
    margin: 7px 5px;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #555;
    padding: 3px;
    width: 290px
}

#small_map {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 80px;
    width: 250px;
    height: 250px;
    z-index: 25;
    padding: 0;
    background: #fff;
    border: 1px solid #000
}

#np_info {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 80px;
    width: 263px;
    z-index: 25;
    padding: 7px 10px;
    background: #ffc;
    border: 1px solid #999;
    text-align: left;
    font-size: 19px;
    color: #555;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

#np_notify {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 100px;
    width: 263px;
    z-index: 55;
    padding: 7px 10px;
    background: #ffc;
    border: 1px solid #999;
    text-align: left;
    font-size: 19px;
    color: #555;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

    #np_notify a, #np_notify b {
        color: #800;
        font-weight: 100
    }

#new_panel_icons {
    display: none;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: 0;
    width: 60px;
    z-index: 25;
    background: #fff;
    border: 1px solid #555;
    border-bottom: 0 solid #555;
    text-align: center
}

    #new_panel_icons img {
        float: left;
        width: 30px;
        height: 30px;
        padding: 15px;
        margin: 0;
        border-bottom: 1px solid #555
    }

        #new_panel_icons img.npact {
            background: #d2dde4
        }

#new_panel_menu {
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -325px;
    bottom: 0;
    width: 300px;
    padding: 5px 10px;
    z-index: 24;
    background: #fff;
    border: 1px solid #555;
    border-bottom: 0 solid #555;
    border-right: 0 solid #555;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

.np_title {
    position: relative;
    float: left;
    font-size: 23px;
    color: #fff;
    font-weight: 100;
    padding: 7px 15px;
    max-width: 265px;
    border: 0 solid #555;
    margin: 0 0 5px -8px;
    background: #537b00;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

.np_sep {
    margin-top: 10px
}

.npsub {
    float: left;
    width: 290px;
    border: 1px solid #555;
    margin: 3px 10px 2px -8px;
    padding: 3px 0 4px 7px;
    background: #eee
}

.nptab {
    display: none;
    float: left;
    clear: both;
    margin-left: -3px
}

    .nptab span {
        display: none
    }

    .nptab a {
        float: left;
        font-size: 20px;
        padding: 7px 0 7px 36px;
        width: 260px;
        color: #000;
        border: 0 solid #777;
        text-decoration: none;
        background: url(../img/icon2/2/check1.png) no-repeat -1px 3px
    }

        .nptab a:hover {
            color: #800;
            background: url(../img/icon2/2/check2.png) no-repeat -1px 3px
        }

        .nptab a:active {
            background: url(../img/icon2/2/check3.png) no-repeat -1px 3px
        }

    .nptab .npact {
        background: url(../img/icon2/2/check3.png) no-repeat -1px 3px
    }

        .nptab .npact:hover {
            background: url(../img/icon2/2/check3.png) no-repeat -1px 3px
        }

#npcon_com, #npcon_mod, #npcon_rain, #npcon_sea, #npcon_sen, #npcon_type {
    display: none
}

.npcon_cls {
    height: 110px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 15px;
    width: 260px;
    display: none
}

    .npcon_cls span {
        float: left;
        font-size: 19px;
        color: #800;
        margin: 10px 0 0 3px;
        display: block
    }

        .npcon_cls span:first-child {
            margin: 5px 0 0 3px
        }

    .npcon_cls a {
        font-size: 18px;
        padding: 9px 0 5px 36px
    }

        .npcon_cls a span {
            display: none
        }

#npcon_maplayers {
    height: 225px;
    overflow-x: hidden;
    overflow-y: auto
}

.nptab .sm_check {
    font-size: 17px;
    background-position: -2px -2px;
    padding: 5px 0 5px 31px
}

    .nptab .sm_check:hover {
        background-position: -2px -2px
    }

#np_sidepanel .nptab a {
    background: url(../img/icon2/1/check1.png) no-repeat -2px -2px
}

    #np_sidepanel .nptab a:hover {
        background: url(../img/icon2/1/check2.png) no-repeat -2px -2px
    }

    #np_sidepanel .nptab a:active {
        background: url(../img/icon2/1/check3.png) no-repeat -2px -2px
    }

#np_sidepanel .nptab .npact {
    background: url(../img/icon2/1/check3.png) no-repeat -2px -2px
}

    #np_sidepanel .nptab .npact:hover {
        background: url(../img/icon2/1/check3.png) no-repeat -2px -2px
    }

#hexpanel_con {
    display: none;
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 288px;
    z-index: 23;
    padding: 15px 15px 5px 15px;
    border: 1px solid #555;
    border-bottom: 0 solid #555;
    background: #fff;
    text-align: center;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

#slider_hex {
    display: block;
    width: 245px;
    height: 7px;
    background: #e7f2f9;
    position: relative;
    margin: 20px 23px
}

#hex_time {
    font-size: 17px
}

#timeline_con2 {
    display: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 60px;
    width: 309px;
    height: 211px;
    z-index: 23;
    padding: 0 5px;
    border: 1px solid #555;
    border-bottom: 0 solid #555;
    background: #fff;
    text-align: center;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

#disclaimer1 {
    position: absolute;
    background: #fff;
    bottom: 15px;
    left: 18px;
    width: 170px;
    padding: 7px;
    border: 0 solid red;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    color: #008;
    font-size: 14px;
    text-align: center;
    opacity: .8;
    border-radius: 10px
}

#disclaimer2 {
    position: absolute;
    background: #fff;
    bottom: 15px;
    right: 18px;
    width: 395px;
    padding: 7px;
    border: 0 solid red;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    color: #008;
    font-size: 14px;
    text-align: center;
    opacity: .8;
    border-radius: 10px
}

#map_review {
    display: none;
    top: 20px;
    left: 120px;
    width: 200px;
    background: #ffff7b;
    padding: 10px 15px;
    position: absolute;
    z-index: 25;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 5px #000;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    color: #800;
    font-size: 16px
}

    #map_review hr {
        height: 1px;
        background: #800;
        border: 0 solid #000;
        margin: 11px 0 7px 0
    }

.tip {
    color: #000;
    background: #ffff7b;
    display: none;
    padding: 5px 10px;
    position: absolute;
    z-index: 29;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    margin-left: -15px;
    margin-top: -65px
}

.tip_g {
    color: #000;
    background: #fff;
    display: none;
    padding: 5px 10px;
    position: absolute;
    z-index: 25;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    margin-left: -5px;
    margin-top: -65px
}

.tip_con {
    float: right;
    margin-top: 0;
    margin-right: 0
}

    .tip_con img {
        border: 0;
        padding: 0;
        margin-top: 5px;
        margin-right: 3px
    }

.community_tip {
    float: none
}

#notactive {
    padding: 15px 23px;
    background: #e7f2f9;
    margin: 13px;
    text-align: center;
    font-size: 21px;
    font-weight: 100;
    line-height: 31px;
    color: #777
}

#map_canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 61px;
    z-index: 10;
    margin: 0;
    float: left
}

#water_depth_con {
    margin-top: 7px
}

#water_depth {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    padding: 7px 7px;
    z-index: 29;
    width: 120px;
    height: 20px;
    text-align: center;
    color: #800;
    background: url(../img/tail.png);
    border: 0 solid #111;
    font-size: 13px;
    line-height: 12px;
    font-family: "Gill Sans MT","trebuchet ms",cambria
}

#rain_frequency {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    padding: 7px 7px;
    z-index: 29;
    width: 120px;
    height: 94px;
    text-align: center;
    color: #800;
    background: url(../img/tail2.png);
    border: 0 solid #111;
    font-size: 13px;
    line-height: 19px;
    font-family: "Gill Sans MT","trebuchet ms",cambria
}

#multisensor_data {
    display: none;
    position: absolute;
    top: -1px;
    right: 60px;
    bottom: 0;
    width: 319px;
    border: 1px solid #555;
    background: #fff;
    padding: 0;
    z-index: 23;
    overflow: hidden
}

.center {
    margin: 0 auto;
    text-align: center
}

#c_rainfall_t, #m_rainfall_t {
    display: inline
}

#con_data, #con_floodmap, #con_health, #con_layers, #con_map, #con_rain, #multisensor {
    border: 1px solid #555;
    margin-left: -1px;
    margin-top: -1px;
    padding: 3px;
    clear: both;
    width: 294px;
    background: #fff
}

#con_community, #con_model101, #con_rain_gauge, #con_seasonalforecast, #con_usgs {
    clear: both;
    background: #cfdae1;
    padding: 3px 0;
    margin: 0 5px 5px 5px;
    box-shadow: inset 0 0 5px #000
}

#analyticaltools, #floodmaps, #ifcresources, #maplayers, #mapresources, #rainresources {
    width: 100%;
    border: 0 solid #800;
    padding: 0;
    clear: both;
    margin: 0
}

.infoheader {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    font-family: "Gill Sans MT","trebuchet ms",cambria
}

.ptitle {
    width: 286px;
    padding: 5px 7px;
    font-size: 13px;
    font-weight: 600;
    border-top: 0 solid #555;
    border-bottom: 1px solid #555;
    color: #333;
    margin: -1px 0 0 0;
    line-height: 19px;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    background: #e7f2f9
}

    .ptitle img {
        float: right;
        margin-top: 2px;
        margin-right: 2px;
        border: 0 solid #000
    }

.dbborder {
    border-top: 1px solid #555
}

#noenter {
    z-index: 40
}

#rain_panel_hide {
    display: none;
    position: absolute;
    bottom: 44px;
    left: 8px;
    z-index: 25
}

#icongroup {
    position: absolute;
    left: 0;
    top: 171px;
    border: 0 solid #555;
    width: 28px;
    height: 28px;
    margin-left: 13px;
    z-index: 27;
    padding: 0;
    cursor: pointer
}

    #icongroup div {
        float: left;
        border: 1px solid #727973;
        margin-left: -3px;
        padding: 0;
        margin-top: -1px;
        background: #fff
    }

        #icongroup div span {
            display: none;
            position: fixed;
            background: #e7f2f9;
            border: 1px solid #727973;
            top: 197px;
            left: 10px;
            margin: 0;
            padding: 7px 13px 7px 13px;
            width: auto
        }

    #icongroup #icon-maptype {
        font-size: 14px;
        font-family: PFDinTextCompProRegular,"Gill Sans MT","trebuchet ms",cambria;
        color: #333;
        font-weight: 600;
        border: 0;
        box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
        border-radius: 2px;
        background-color: #fff;
        width: 28px;
        height: 28px;
        position: absolute
    }

        #icongroup #icon-maptype img {
            width: 10px;
            padding: 6px 9px
        }

        #icongroup #icon-maptype span {
            border: 0 solid #800;
            margin-top: -25px;
            margin-left: 32px;
            padding: 0;
            box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
            border-radius: 2px;
            background-color: #fff
        }

    #icongroup div #maptypes {
        position: relative;
        border: 0
    }

        #icongroup div #maptypes a {
            display: block;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
            text-decoration: none;
            font-size: 16px;
            font-family: PFDinTextCompProRegular,"Gill Sans MT","trebuchet ms",cambria;
            font-weight: 100;
            padding: 4px 8px;
            margin: 0 0 0 -1px;
            text-align: center;
            color: #000;
            background: #fff
        }

            #icongroup div #maptypes a:hover {
                color: #fff;
                background: #414c53
            }

            #icongroup div #maptypes a:last-child {
                border-bottom: 0 solid #333
            }

#ifc {
    display: block;
    position: absolute;
    right: 55px;
    bottom: 10px;
    border: 0 solid #800;
    z-index: 22;
    padding: 7px 11px
}

.mappanel {
    position: absolute;
    top: 10px;
    left: 100px;
    border: 0;
    box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    border-radius: 2px;
    background-color: #fff;
    width: 300px;
    height: 300px;
    padding: 8px;
    z-index: 27
}

#raingaugenote {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -250px;
    width: 500px;
    height: 380px;
    border: 0 solid #555;
    background: #ffc;
    z-index: 28;
    vertical-align: middle;
    padding: 20px;
    font-size: 15px;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    color: #333
}

#opa_logo {
    display: none;
    position: absolute;
    top: 207px;
    left: 10px;
    border: 0;
    box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    border-radius: 2px;
    background-color: #fff;
    width: 12px;
    height: 12px;
    padding: 8px;
    z-index: 27
}

#floodcon {
    position: relative;
    float: left;
    font-size: 17px;
    color: #000;
    font-weight: 100;
    max-width: 265px;
    padding: 5px 10px;
    border: 1px solid #555;
    margin: 5px 0 5px -8px;
    background: #ffd;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

#opa_con {
    display: none;
    position: absolute;
    left: 39px;
    top: 207px;
    border: 0 solid #555;
    z-index: 26;
    background: #fff
}

    #opa_con img {
        float: left;
        background: #fff;
        padding: 5px 5px 5px 5px;
        border: 1px solid #aaa;
        margin-left: -1px
    }

    #opa_con a {
        float: left;
        background: #fff;
        padding: 4px 3px 4px 3px;
        width: 34px;
        height: 18px;
        text-align: center;
        text-decoration: none;
        font-family: PFDinTextCompProRegular,"Gill Sans MT","trebuchet ms",cambria;
        font-size: 16px;
        font-weight: 100;
        color: #000;
        border: 1px solid #aaa;
        margin-left: -1px
    }

    #opa_con img:hover {
        background: #e7f2f9
    }

.routebox {
    padding: 4px 6px;
    width: 250px;
    font-family: PFDinTextCompProRegular,"Gill Sans MT","trebuchet ms",cambria;
    font-size: 18px !important;
    line-height: 1.5em;
    font-weight: 100;
    color: #000
}

    .routebox b {
        font-weight: 100 !important
    }

    .routebox h4 {
        color: #800;
        margin: 0;
        padding: 0;
        display: inline;
        font-weight: 100 !important
    }

    .routebox div {
        display: inline;
        font-size: 18px !important
    }

#legend_con {
    display: none;
    position: absolute;
    left: -1px;
    bottom: 35px;
    height: auto;
    width: auto;
    min-width: 95px;
    border: 1px solid #555;
    margin: 0;
    background: #fff;
    z-index: 25;
    vertical-align: middle
}

    #legend_con .np_close {
        margin: 0 0 0 10px
    }

#label {
    font-size: 13px;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    padding: 6px 10px 8px 10px
}

    #label b {
        line-height: 19px
    }

#legend_con #clegend img {
    padding: 7px 2px 0 0;
    margin-left: -2px;
    margin-bottom: -3px;
    width: 12px
}

#legend_con #rlegend img {
    padding: 8px 2px 0 0;
    margin-left: -2px;
    margin-bottom: -2px;
    width: 12px;
    height: 12px
}

#legend_con #mlegend img {
    padding: 7px 2px 0 0;
    margin-left: -2px;
    margin-bottom: -1px;
    height: 12px
}

#legend_con #mlegend {
    display: none
}

#legend_con #hzslegend {
    display: none
}

#legend_con #rlegend {
    display: none
}

#legend_con #flegend {
    display: none
}

#legend_con #sflegend {
    min-width: 160px;
    display: none
}

#legend_con #wlegend img {
    padding: 7px 2px 0 0;
    width: 11px;
    margin-left: -2px;
    margin-top: 0;
    margin-bottom: -1px
}

#legend_con #flegend img {
    padding: 7px 2px 0 0;
    width: 11px;
    margin-left: -2px;
    margin-top: 0;
    margin-bottom: -1px
}

#legend_con #sflegend img {
    padding: 7px 2px 0 0;
    margin-left: -2px;
    width: 11px
}

.frimg {
    margin-bottom: -3px;
    padding-right: 5px
}

.blue {
    color: #d73018;
    font-weight: 100 !important;
    font-size: 14px
}

.hl {
    color: #661414;
    font-weight: 100 !important
}

.percentage {
    border: 1px solid #555;
    background: #88acd3;
    height: 13px;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 50px;
    float: left
}

.percentage_empty {
    border: 1px solid #555;
    border-left: 0 solid #555;
    background: #eee;
    margin-right: 10px;
    margin-bottom: 5px;
    height: 13px;
    width: 50px;
    float: left
}

.content {
    box-shadow: rgba(0,0,0,.5) 0 3px 7px
}

@-moz-document url-prefix() {
    .content {
        border: 1px solid;
        border-color: #ccc #ddd #ccc
    }
}

.content:nth-child(1n) {
    border: none
}

.content {
    border-radius: 10px
}

#loading {
    display: none;
    position: absolute;
    height: 180px;
    width: 280px;
    z-index: 30;
    background: #fff;
    padding: 5px;
    border: 0 solid #000;
    top: 300px;
    left: 50%;
    margin-left: -140px;
    overflow: hidden;
    font-family: "Gill Sans MT","Lucida Grande","trebuchet ms","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif;
    line-height: 29px;
    font-size: 17px
}

    #loading a {
        float: none;
        margin: 0
    }

#panel_data {
    display: none;
    position: absolute;
    height: 300px;
    width: 300px;
    z-index: 30;
    background: #fff;
    padding: 5px;
    border: 0 solid #000;
    top: 0;
    left: 0
}

#panel_data_hide {
    display: none;
    position: absolute;
    top: 96px;
    right: 8px;
    z-index: 35
}

.nptab #rview {
    border: 1px solid #555;
    width: 290px;
    height: 147px;
    margin: 10px 5px;
    float: left;
    display: block;
    padding: 0;
    overflow: hidden;
    background: #eee
}

    .nptab #rview span {
        display: inline;
        float: left;
        width: 300px;
        float: left;
        overflow: hidden
    }

        .nptab #rview span a {
            color: #000;
            display: block;
            margin: 0;
            padding: 4px 7px;
            background: #eee;
            font-size: 19px;
            width: 400px;
            font-family: "Segoe UI",Helvetica,Arial,sans-serif
        }

            .nptab #rview span a:hover {
                color: #800
            }

.inactive {
    color: #aaa
}

.buttonsp {
    margin-left: 5px
}

.udev {
    color: #999;
    background: #eee
}

.slevel1 {
    color: #000;
    background: #b5e61d
}

.slevel2 {
    color: #000;
    background: #fff200
}

.slevel3 {
    color: #fff;
    background: #ff7f27
}

.slevel4 {
    color: #fff;
    background: #ed1c24
}

.slevel5 {
    color: #fff;
    background: #a349a4
}

.wborder {
    padding: 7px 13px;
    float: left;
    margin-left: -10px;
    margin-top: 3px;
    vertical-align: top;
    font-size: 17px;
    text-align: center
}

.stage1 {
    background: #ec25e8;
    color: #fff
}

.stage2 {
    background: #cb3447;
    color: #fff
}

.stage3 {
    background: #ed7420;
    color: #fff
}

.stage4 {
    background: #ffff7b;
    color: #333
}

.green {
    color: #000;
    background: #b1dd4b
}

.gray {
    color: #555;
    background: #eee
}

.graymoreinfo {
    color: #000;
    background: #eee
}

.risk1 {
    width: 170px;
    background: #ffff7b;
    color: #333;
    margin-top: 5px;
    margin-right: 10px
}

.risk2 {
    width: 170px;
    background: #ed7420;
    color: #fff;
    margin-top: 5px;
    margin-right: 10px
}

.disabled {
    color: #999;
    background: #eee;
    float: right
}

.red {
    color: #800
}

.gri {
    color: #999
}

#legend_toggle {
    display: none;
    bottom: 35px;
    left: -1px;
    position: absolute;
    z-index: 25;
    background: #fff;
    border: 1px solid #555;
    padding: 3px
}

#slider {
    display: block;
    width: 245px;
    height: 7px;
    background: #e7f2f9;
    position: relative;
    margin: 20px 23px;
    z-index: 20
}

#slider2 {
    display: block;
    width: 245px;
    height: 7px;
    background: #e7f2f9;
    position: relative;
    margin: 20px 23px;
    z-index: 20
}

#slider_time {
    display: none;
    width: 220px;
    height: 30px;
    position: relative;
    margin: -20px 23px 0 18px;
    border: 0 solid #555;
    z-index: 10
}

.scelab {
    width: 285px;
    float: left;
    padding: 5px 10px 0 10px
}

.sceval {
    float: left;
    padding: 3px 0 7px 20px
}

.ui-slider-handle {
    width: 13px;
    height: 25px;
    position: absolute;
    top: -9px;
    margin-left: -6px;
    background-image: url(../img/slider-handle1.png)
}

.ui-slider {
    border: solid 1px #333;
    border-radius: 5px
}

div#slider_rain_acc.ui-slider.ui-slider-horizontal {
    background: url(../img/slider-back.png) repeat-x
}

#darkenBackground {
    display: none;
    background: #000;
    opacity: .5;
    z-index: 29;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0
}

#frdata {
    margin: 0;
    padding: 0;
    border: 0 solid #555;
    overflow: hidden
}

#ifislogo {
    z-index: 11;
    position: fixed;
    top: 5px;
    left: 5px
}

.logo {
    padding: 0;
    margin: 0;
    width: 80px;
    height: 80px
}

.maptype {
    padding: 5px 11px;
    font-family: "Gill Sans MT","trebuchet ms",cambria;
    font-size: 13px;
    color: #333;
    width: 69px;
    background: #fff;
    border: 1px solid #555;
    text-decoration: none
}

#city, #kmzfile, #poi {
    border: 1px solid #555;
    font-size: 21px;
    color: #000;
    margin: 5px 0 5px 0;
    width: 280px;
    padding: 5px;
    background: #eee;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

#customlayer {
    margin-left: 3px;
    margin-bottom: 10px;
    float: left
}

#directions {
    display: none;
    margin-left: 3px;
    margin-bottom: 10px;
    float: left
}

#customlayer #kmzfile {
    width: 220px;
    margin-right: 7px
}

#customlayer button.cusbtn {
    border: 1px solid #555;
    font-size: 21px;
    color: #fff;
    width: 60px;
    height: 36px;
    padding: 5px;
    background: #ff5300;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    border-radius: 0
}

#customlayer .plink {
    display: inline;
    font-size: 17px;
    clear: both;
    padding: 0;
    float: none;
    cursor: pointer
}

#new_layers {
    display: none;
    float: left;
    overflow-x: hidden;
    width: 295px;
    border: 1px solid #555;
    background: #eee;
    margin: 0 3px;
    color: #555
}

.newlayer {
    float: left;
    overflow: hidden;
    width: 1000px;
    border: 0 solid #800;
    padding: 1px 0
}

    .newlayer img {
        margin: 0 5px -3px 3px;
        cursor: pointer
    }

#directions #pointa {
    width: 280px;
    border: 1px solid #555;
    font-size: 21px;
    color: #000;
    margin: 5px 0 5px 0;
    padding: 5px;
    background: #eee;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

#directions #pointb {
    width: 213px;
    border: 1px solid #555;
    font-size: 21px;
    color: #000;
    margin: 5px 7px 5px 0;
    padding: 5px;
    background: #eee;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

#directions button.cusbtn {
    border: 1px solid #555;
    font-size: 21px;
    color: #fff;
    width: 60px;
    height: 36px;
    padding: 5px;
    background: #ff5300;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    border-radius: 0
}

.search_con {
    float: left;
    margin: 5px 5px 0 5px;
    border: 0 solid #555
}

#panel_hide {
    position: absolute;
    right: 251px;
    top: 110px;
    margin: 0;
    width: 15px;
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    background: #fff;
    z-index: 20;
    text-align: center;
    padding: 1px
}

    #panel_hide a {
        text-decoration: none;
        font-size: 17px;
        font-family: arial;
        color: #000;
        font-weight: 100
    }

#panel_show {
    position: absolute;
    right: 0;
    top: 110px;
    margin: 0;
    width: 15px;
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    background: #fff;
    z-index: 20;
    text-align: center;
    padding: 1px
}

    #panel_show a {
        text-decoration: none;
        font-size: 17px;
        font-family: arial;
        color: #000;
        font-weight: 100
    }

#log {
    display: none;
    position: absolute;
    color: #000;
    margin-right: 20px;
    margin-top: 30px;
    float: right;
    border: 1px solid #000;
    background: #fff;
    z-index: 1000;
    top: 0;
    right: 0
}

.smalltab {
    width: 240px;
    margin-left: 13px
}

.chartimg {
    margin: 7px 0
}

#chartcanvas {
    border: 0 solid #000;
    text-align: center
}

#report {
    float: right;
    color: #000;
    background-color: #cad5dc;
    padding: 3px 5px;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 13px;
    margin-right: -8px;
    cursor: pointer
}

    #report:hover {
        color: #fff;
        background-color: #555
    }

#reportbox {
    background-color: #cad5dc;
    width: 275px;
    border: 0 solid #000;
    padding: 10px 9px;
    text-align: right
}

    #reportbox textarea {
        font-family: "Segoe UI",Helvetica,Arial,sans-serif;
        font-size: 17px;
        font-weight: 100;
        color: #555;
        width: 265px;
        height: 70px
    }

    #reportbox input {
        font-family: "Segoe UI",Helvetica,Arial,sans-serif;
        font-size: 17px;
        padding: 3px 5px
    }

a.btnmain {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    border-radius: 6px;
    text-align: center;
    padding: 7px 13px;
    margin: 0 5px 7px 0;
    border: 0 solid #ccc;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none
}

a.btnwht {
    float: right;
    background: #d2dde4;
    box-shadow: 0 7px 0 #b2bdc4
}

    a.btnwht:hover {
        box-shadow: 0 5px 0 #b2bdc4;
        -webkit-transform: translate(0,2px);
        -moz-transform: translate(0,2px);
        transform: translate(0,2px)
    }

    a.btnwht:active {
        box-shadow: 0 3px 0 #b2bdc4;
        -webkit-transform: translate(0,4px);
        -moz-transform: translate(0,4px);
        transform: translate(0,4px)
    }

a.btndisabled {
    float: right;
    cursor: not-allowed;
    background: #d2dde4;
    color: #aaa !important;
    box-shadow: 0 7px 0 #b2bdc4
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 30
}

* html .ui-autocomplete {
    width: 1px
}

.pac-container, .ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 290px;
    border: 1px solid #000 !important;
    box-shadow: 0 0 5px rgba(0,0,0,.8) !important
}

.pac-container {
    width: 291px !important;
    margin: -1px 0 0 0 !important;
    border: 1px solid #000 !important;
    box-shadow: 0 0 5px rgba(0,0,0,.8) !important
}

    .pac-container:after {
        border-bottom: 1px solid #999 !important
    }

.pac-icon, .pac-icon-marker {
    display: none
}

.ui-menu .ui-menu {
    margin-top: 0
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 290px;
    background: #fff;
    color: #000
}

.ui-menu .ui-autocomplete-category, .ui-menu .ui-menu-header {
    margin: 0;
    padding: 3px 5px;
    zoom: 1;
    float: left;
    clear: left;
    width: 280px;
    text-align: left;
    font-weight: 100;
    font-size: 17px;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #999;
    background: #fff;
    background: #e7f2f9;
    background: #c7d2d9;
    color: #000
}

.pac-matched {
    color: #800;
    font-weight: 100
}

.pac-item-query {
    font-size: 17px;
    color: #000;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif
}

.pac-item, .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 3px 5px;
    line-height: 1.3;
    zoom: 1;
    font-weight: 100;
    font-size: 17px;
    color: #000;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #999
}

    .pac-container .pac-item-selected, .pac-item:hover, .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item:hover {
        font-weight: 100;
        margin: 0;
        background: #ffc !important;
        color: #000
    }

    .ui-menu .ui-menu-item a img {
        float: right;
        margin: 1px -2px 0 3px
    }

.marker-label {
    z-index: 99;
    position: absolute;
    display: block
}

.marker-label-txt {
    font-family: calibri;
    border: 1px solid #777;
    padding: 0 7px;
    width: auto;
    height: 23px;
    white-space: nowrap;
    color: #000;
    background: #fff;
    font-size: 14px !important;
    line-height: 23px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    margin-top: -15px;
    cursor: pointer;
    font-weight: 600 !important
}

.mlabel0 {
    background: #fff
}

.mlabel1 {
    background: #d5ff70
}

.mlabel2 {
    background: #ffdb00
}

.mlabel3 {
    background: #ff9
}

.marker-label-txt:hover {
    color: #fff;
    background: #555
}

@keyframes pulsate {
    from {
        transform: scale(.4);
        opacity: 1
    }

    95% {
        transform: scale(1.3);
        opacity: 0
    }

    to {
        transform: scale(.4);
        opacity: 0
    }
}

@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(.4);
        opacity: 1
    }

    95% {
        -webkit-transform: scale(1.3);
        opacity: 0
    }

    to {
        -webkit-transform: scale(.4);
        opacity: 0
    }
}

#map_canvas div.gmnoprint[title=Pulsating], #map_canvas div.pulse {
    -webkit-animation: pulsate 1.5s ease-in-out infinite;
    animation: pulsate 1.5s ease-in-out infinite;
    border: 4pt solid #06f;
    -webkit-border-radius: 51px;
    border-radius: 51px;
    -webkit-box-shadow: 0 0 5px #06f;
    box-shadow: 0 0 5px #06f;
    height: 51px !important;
    margin: -31px 0 0 -22px;
    width: 51px !important
}

    #map_canvas div.gmnoprint[title=Pulsating] img, #map_canvas div.pulse img {
        display: none
    }

#poweredby {
    display: none;
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 83px;
    height: 40px;
    padding: 0;
    border: 1px solid #555;
    border-bottom: 0 solid #555;
    border-right: 0 solid #555;
    cursor: pointer;
    background: #2693ff;
    z-index: 30;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,.9);
    font-size: 19px;
    line-height: 37px;
    text-align: right;
    color: #fff
}

#iwis_home {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    padding: 4px 0 2px 0;
    border-top: 1px solid #555;
    cursor: pointer;
    background: #555;
    z-index: 28
}

    #iwis_home img {
        border: 0 solid #000;
        width: 60px;
        height: 30px;
        padding: 0
    }

    #iwis_home:hover {
        background: #2693ff
    }
