﻿div.inputFormTimeSlider
{
    background: rgba(0,113,188,.7);
    border: 3px solid #fff;
    border-radius: 6px;
    bottom: 5px;
    color: #fff;
    cursor: default;
    display: none;
    height: 100px;
    khtml-user-select: none;
    left: 157px;
    line-height: 16px;
    margin: 0 auto;
    min-width: 22px;
    moz-user-select: none;
    ms-user-select: none;
    o-user-select: none;
    padding: 2px 6px;
    position: absolute;
    user-select: none;
    webkit-touch-callout: none;
    webkit-user-select: none;
    white-space: nowrap;
    width: calc(100% - 328px);
    z-index: 99999;
}
div.container_slider span.mark
{
    background: none;
}
.slider_mark 
{
    background: hsla(0,0%,100%,.7);
    border-radius: 3px;
    color: #000000;
    display: block;
    font-size: 9px;
    margin-left: -10px;
    padding: 1px 3px;
    position: absolute;
    top: 51px;
    transform: rotate(-45deg);
}
div.label_container
{
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.irs-min,
.irs-max,
.irs-single
{
    display: none; /*Waarden by default niet tonen tot ze bepaald zijn*/
}

/* Mobile optimalisaties */
body div.taurisMobile.inputFormTimeSlider {
    bottom: 55px !important;
    width: 100%;
    left: 0;
}