div.mapcontainer-timeslider {
    position: absolute;
    bottom: 0;
    height: 90px;
    width: 100%;
    z-index: 150;
    /* display: none; */
}
/* div.mapcontainer-timeslider.active {
    display: inline;
} */

div.mapcontainer-timeslider-clickable-container {
    position: absolute;
    bottom: 30px;
    height: 45px;
    /* height: 55px; */
    width: 100%;
    cursor: pointer;
}

div.mapcontainer-timeslider-pre-margin {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
}

div.mapcontainer-timeslider-pre-tools {
    position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    width: 45px;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.2);
}

div.mapcontainer-timeslider-play-button {
    position: absolute;
    left: 0;
    top: 0;
    /* height: 55px; */
    height: 45px;
    /* width: 55px; */
    width: 45px;
    background-image: url('../img/play.png');
    /* background-color: #585858; */
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
}

div.mapcontainer-timeslider-play-button:hover {
    background-color: #686868;
}

div.mapcontainer-timeslider-play-button.playing {
    background-image: url('../img/pause.png');
}

div.mapcontainer-timeslider-frames-container {
    position: absolute;
    left: 50px;
    right: 5px;
    top: 0;
    height: 100%;
    display: flex;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.2);
}

div.mapcontainer-timeslider-frame {
    position: relative;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

div.mapcontainer-timeslider-frame.history {
    /* background-color: #b2d8ea; */
    background-color: #ffffff;
}

div.mapcontainer-timeslider-frame.future {
    /* background-color: #d7b13e; */
    background-color: #ffffff;
}

div.mapcontainer-timeslider-indicator {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    pointer-events: none;
    /* background-color: #585858; */
    background-color: #c5c5c5;
    border-right: 1px solid #585858;
}

/*
div.mapcontainer-timeslider-indicator[data-status='working'] {
    background-color: #b2d8ea;
}

div.mapcontainer-timeslider-indicator[data-status='success'] {
    background-color: #96e860;
}

div.mapcontainer-timeslider-indicator[data-status='error'] {
    background-color: #9a2500;
}
*/

/*
.mapcontainer-timeslider-alertindicator[data-level='moderate'] {
    background-color: #fff700;
}
.mapcontainer-timeslider-alertindicator[data-level='severe'] {
    background-color: #ff9100;
}
.mapcontainer-timeslider-alertindicator[data-level='extreme'] {
    background-color: #ff0000;
}
*/

/* span.timeslider-alertindicator[data-level='1'] {
    background-color: #fff700;
}
span.timeslider-alertindicator[data-level='2'] {
    background-color: #ff9100;
}
span.timeslider-alertindicator[data-level='3'] {
    background-color: #ff0000;
} */

div.timeslider-alertindicator[data-level='1'] {
    background-color: #09ff00;
}
div.timeslider-alertindicator[data-level='2'] {
    background-color: #fff700;
}
div.timeslider-alertindicator[data-level='3'] {
    background-color: #ff9100;
}
div.timeslider-alertindicator[data-level='4'] {
    background-color: #ff0000;
}

div.mapcontainer-timeslider-frame-tick {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 12px;
    pointer-events: none;
    background-color: transparent;
    border-right: 1px solid #585858;
}

div.mapcontainer-timeslider-frame-text-wrapper {
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: absolute;
    /* right: 0; */
    bottom: 29px;
    /* transform: translateX(50%); */
    height: 12px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    z-index: 160;
    pointer-events: none;
    background-color: transparent;
    /* width: 100%!important; */
}

div.pointerContainerDiv {
    position: absolute;
    top: 46px;
    right: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

span.mapcontainer-timeslider-frame-text {
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
}

div.mapcontainer-timeslider-post-tools {
    height: 0;
    width: 0;
}

div.mapcontainer-timeslider-step-button {
    height: 0;
    width: 0;
}

div.mapcontainer-timeslider-step-button:hover {
    background-color: #686868;
}

div.mapcontainer-timeslider-post-margin {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
}

div.mapcontainer-timeslider-pointer {
    box-sizing: border-box;
    position: relative;
    /* right: -30px;
    bottom: -30px;
    width: 60px;
    height: 30px; */
    /* right: -22px; */
    /* bottom: -28px; */
    top: 6px;
    width: 44px;
    height: 22px;
    box-shadow: 0 0 3px #fff;
    /* background-color: #585858; */
    background-color: #000;
    z-index: 200;
    border-radius: 5px;
}

div.mapcontainer-timeslider-pointer-wrapper {
    box-sizing: border-box;
    position: relative;
}

div.mapcontainer-timeslider-pointer-wrapper:after,
div.mapcontainer-timeslider-pointer-wrapper:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

div.mapcontainer-timeslider-pointer-wrapper:after {
    border-color: rgba(88, 88, 88, 0);
    /* border-bottom-color: #585858; */
    border-bottom-color: #000;
    border-width: 6px;
    margin-left: -6px;
}

div.mapcontainer-timeslider-pointer-wrapper:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #bbb;
    border-width: 7px;
    margin-left: -7px;
}

div.mapcontainer-timeslider-pointer-handle {
    display: none;
}

span.mapcontainer-timeslider-pointer-text {
    box-sizing: border-box;
    /* color: #d7b13e; */
    color: #fff;
    display: table;
    margin: 0 auto;
    line-height: 22px;
    vertical-align: middle;
    letter-spacing: 0.2px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.mapcontainer-timeslider-drag-listener {
    width: 100%;
    height: 100vh;
    user-select: none;
}

div.mapcontainer-timeslider-timezone {
    position: absolute;
    right: 55px;
    top: 0;
    padding: 1px;
}

ul.mapcontainer-timeslider-menu {
    top: -169px;
    left: -440px;
    width: 500px;
    z-index: 30;
}

ul.mapcontainer-timeslider-menu.visible-menu {
    top: -184px;
    background-color: rgba(255, 255, 255, 0.7);
}

ul.mapcontainer-timeslider-menu a {
    background-color: transparent;
}

ul.mapcontainer-timeslider-menu a:hover {
    background-color: transparent;
    color: black;
}

ul.mapcontainer-timeslider-menu:before {
    border-top-color: #fff;
    bottom: -20px;
    margin-left: -40px;
    top: auto;
    border-bottom-color: transparent;
}

/* TimeStep + BeginTime and EndTime sliders */
button.mapcontainer-timeslider-timestep-button {
    width: 12.5%;
    color: #000;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    box-sizing: border-box;
    line-height: 23px;
    letter-spacing: 0.2px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    background: #fff;
}

button.mapcontainer-timeslider-timestep-active-button {
    background: #000;
    color: #fff;
}

#beginForm input[type='range'],
#endForm input[type='range'] {
    -webkit-appearance: none;
    width: 480px;
    background: transparent;
}

#beginForm input[type='range']:focus,
#endForm input[type='range']:focus {
    outline: none;
}

#beginForm input[type='range']::-webkit-slider-runnable-track,
#endForm input[type='range']::-webkit-slider-runnable-track {
    width: 480px;
    height: 6px;
    cursor: pointer;
    background: #000000;
    border-radius: 1.3px;
    border: 0.2px solid #000000;
    margin-bottom: 9px;
    margin-top: 3px;
}

#beginForm input[type='range']:focus::-webkit-slider-runnable-track,
#endForm input[type='range']:focus::-webkit-slider-runnable-track {
    background: #000000;
}

#beginForm input[type='range']::-moz-range-track,
#endForm input[type='range']::-moz-range-track {
    width: 480px;
    height: 4px;
    cursor: pointer;
    background: #000000;
    border-radius: 1.3px;
    border: 0.2px solid #000000;
}

#beginForm input[type='range']::-ms-track,
#endForm input[type='range']::-ms-track {
    width: 480px;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    margin-left: 10px;
    margin-top: -16px;
    margin-bottom: -15px;
}
#beginForm input[type='range']::-ms-fill-lower,
#endForm input[type='range']::-ms-fill-lower {
    background: #000000;
    border: 0.2px solid #000000;
    border-radius: 2.6px;
}
#beginForm input[type='range']:focus::-ms-fill-lower,
#endForm input[type='range']:focus::-ms-fill-lower {
    background: #000000;
}
#beginForm input[type='range']::-ms-fill-upper,
#endForm input[type='range']::-ms-fill-upper {
    background: #000000;
    border: 0.2px solid #000000;
    border-radius: 2.6px;
}
#beginForm input[type='range']:focus::-ms-fill-upper,
#endForm input[type='range']:focus::-ms-fill-upper {
    background: #000000;
}

#beginForm input[type='range']::-webkit-slider-thumb,
#endForm input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #fff;
    margin-top: -10px;
}

#beginForm input[type='range']::-moz-range-thumb,
#endForm input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: -33px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #fff;
}

#beginForm input[type='range']::-ms-thumb,
#endForm input[type='range']::-ms-thumb {
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: -33px;
    width: 18px;
    height: 18px;
    margin-bottom: -10px;
    border: 1px solid #000;
    background-color: #fff;
}

#beginForm input[type='range']::-ms-tooltip,
#endForm input[type='range']::-ms-tooltip {
    display: none;
}

#beginForm input[type='range']::-webkit-slider-thumb:hover,
#endForm input[type='range']::-webkit-slider-thumb:hover {
    background: black;
}

#beginForm input[type='range']::-moz-range-thumb:hover,
#endForm input[type='range']::-moz-range-thumb:hover {
    background: black;
}

#beginForm input[type='range']::-ms-thumb:hover,
#endForm input[type='range']::-ms-thumb:hover {
    background: black;
}

#mapcontainer-timeslider-menu-exit {
    background-image: url('../img/menu-close-x.png');
    height: 23px;
    width: 23px;
    margin-left: 6px;
    float: left;
    border-style: solid;
    border-radius: 100%;
}

output {
    position: absolute;
    width: 90px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    bottom: 60%;
    left: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #000;
    display: table;
    margin: 0 auto;
    line-height: 23px;
    vertical-align: middle;
    letter-spacing: 0.2px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    top: 3px;
    background: #fff;
}

.last {
    border-radius: 0px 0px 5px 0px !important;
    border-right: 0px !important;
}
