﻿.hhcmap.map_radar,
.hhcmap.map_stormtrack {
    height: 450px;
}
.map_radar {
    margin: 0px;
    padding: 0px;
    position: relative;
}

    .map_radar .esriSimpleSlider {
        top: auto;
        bottom: 10px;
        left: 10px;
    }

        .map_radar .esriSimpleSlider div {
            width: 20px;
            height: 20px;
            font-size: 20px;
            line-height: 20px;
        }

    .map_radar .radartime {
        background: rgba(0,0,0,0.7);
        color: white;
        font-weight: bold;
        font-size: 10px;
        position: absolute;
        top: 5px;
        left: 25px;
        z-index: 200;
        padding-left: 3px;
        padding-right: 3px;
    }

    .map_radar .maploading {
        background-image: url("data:image/svg+xml;utf8,<svg width='40px' height='40px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-ring-alt'><rect x='0' y='0' width='100' height='100' fill='none' class='bk'></rect><circle cx='50' cy='50' r='40' stroke='#afafb7' fill='none' stroke-width='10' stroke-linecap='round'></circle><circle cx='50' cy='50' r='40' stroke='#ff5c5c' fill='none' stroke-width='6' stroke-linecap='round'><animate attributeName='stroke-dashoffset' dur='2s' repeatCount='indefinite' from='0' to='502'></animate><animate attributeName='stroke-dasharray' dur='2s' repeatCount='indefinite' values='150.6 100.4;1 250;150.6 100.4'></animate></circle></svg>");
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -20px;
        margin-top: -20px;
        z-index: 1000;
    }

    .map_radar .maptoolbar {
        z-index: 1000;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .map_radar .radarAnimationControl {
        position: absolute;
        bottom: 20px;
        left: 60px;
        width: 130px;
        padding: 3px;
        background: rgba(255,255,255,0.75);
        border: 1px solid #606060;
        border-radius: 2px;
    }

        .map_radar .radarAnimationControl span {
            font-size: 9px;
            font-weight: bold;
        }

        .map_radar .radarAnimationControl input[type=range] {
            -webkit-appearance: none;
            border: 1px solid #000000;
            height: 12px;
            padding: 0px; /*need this for IE */
            border-radius: 6px;
            background: #808080;
            cursor: pointer;
            margin-top: 5px;
            margin-bottom: 5px;
            box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
            outline: none;
            width: 100%;
        }

    .map_radar .radarAnimationControl2 {
        position: absolute;
        top: -1px;
        left: 140px;
        width: 200px;
        padding: 3px;
        /*
    background: rgba(255,255,255,0.75);
    border: 1px solid #606060;
    border-radius: 2px;
    */
    }

        .map_radar .radarAnimationControl2 input[type=range] {
            -webkit-appearance: none;
            border: 1px solid #000000;
            height: 12px;
            padding: 0px; /*need this for IE */
            border-radius: 6px;
            background: #808080;
            cursor: pointer;
            margin-top: 5px;
            margin-bottom: 5px;
            box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
            outline: none;
            width: 100%;
        }

    .map_radar .radarOpacityControl {
        position: absolute;
        top: 16px;
        right: 50px;
        width: 125px;
        padding: 3px;
        background: rgba(255,255,255,0.75);
        border: 1px solid #606060;
        border-radius: 2px;
    }

        .map_radar .radarOpacityControl input[type=range] {
            -webkit-appearance: none;
            border: 1px solid #000000;
            height: 12px;
            padding: 0px; /*need this for IE */
            border-radius: 6px;
            background: #808080;
            cursor: pointer;
            margin-top: 5px;
            margin-bottom: 5px;
            box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
            outline: none;
            width: 100%;
        }


.map_stormtrack .maptoolbar {
    z-index: 1000;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .map_stormtrack .maptoolbar .toolbutton {
        display: inline-block;
        margin-left: 7px;
    }

.map_stormtrack .legend {
    position: absolute !important;
    z-index: 1000;
    bottom: 28px;
    left: 60px;
    display: block;
    box-shadow: 2px 2px 2px #404040;
    background: rgba(255,255,255,0.70);
    border: 1px solid #808080;
    border-radius: 2px;
    padding: 3px;
    padding-top: 0px;
}

    .map_stormtrack .legend .legendTitle {
        color: black;
        font-size: 11px;
        font-weight: bold;
    }

    .map_stormtrack .legend .legendColorRamp {
        height: 16px;
        width: 125px;
    }

        .map_stormtrack .legend .legendColorRamp span {
            line-height: 13px;
            font-size: 11px;
            font-weight: bold;
            color: black;
        }

    .map_stormtrack .legend .legendCustomKey {
        height: 16px;
        line-height: 13px;
        font-size: 11px;
        margin-top: 2px;
    }

        .map_stormtrack .legend .legendCustomKey .stormTrackSymbol {
            border-style: solid;
            border-width: 1px;
            height: 12px;
            width: 12px;
            border-radius: 6px;
            display: inline-block;
            margin-right: 3px;
        }

.stormTrackSymbol.td {
    background: rgba(15, 241, 255,1);
    border-color: rgb(0,0,0);
}

.stormTrackSymbol.ts {
    background: rgba(128, 255, 0,1);
    border-color: rgb(0,0,0);
}

.stormTrackSymbol.c1 {
    background: rgba(255, 255, 0,1);
    border-color: rgb(0,0,0);
}

.stormTrackSymbol.c2 {
    background: rgba(255, 164, 0,1);
    border-color: rgb(0,0,0);
}

.stormTrackSymbol.c3 {
    background: rgba(255, 0, 0,1);
    border-color: rgb(0,0,0);
}

.stormTrackSymbol.c4 {
    background: rgba(255, 0, 255,1);
    border-color: rgb(0,0,0);
}

.stormTrackSymbol.c5 {
    background: rgba(255, 192, 255,1);
    border-color: rgb(0,0,0);
}


::-ms-fill-lower {
    background: #909090;
}

::-ms-fill-upper {
    background: #909090;
}

::-ms-thumb {
    background: steelblue;
}

.hhcmap .map-tip {
    position: absolute;
    background: rgba(255,255,255,0.9);
    padding: 0px 3px;
    border: 1px solid grey;
    z-index: 2000;
}

.hhcmap .maploading {
    background-image: url("/img/loading-snake.gif");
    background-size: cover;
    /*background-image: url("data:image/svg+xml;utf8,<svg width='40px' height='40px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-ring-alt'><rect x='0' y='0' width='100' height='100' fill='none' class='bk'></rect><circle cx='50' cy='50' r='40' stroke='#afafb7' fill='none' stroke-width='10' stroke-linecap='round'></circle><circle cx='50' cy='50' r='40' stroke='#ff5c5c' fill='none' stroke-width='6' stroke-linecap='round'><animate attributeName='stroke-dashoffset' dur='2s' repeatCount='indefinite' from='0' to='502'></animate><animate attributeName='stroke-dasharray' dur='2s' repeatCount='indefinite' values='150.6 100.4;1 250;150.6 100.4'></animate></circle></svg>");*/
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 1019;
}

.hhcmap .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


