/**
 * author: lx
 * created: 06/09/2016
 */

.lr-advanced-control {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    z-index: 900;
}
.replay-zoom {
    position: absolute;
    bottom: 100px;
    right: 15px;
}
.lr-advanced-control .popover-content {
    padding-left: 4.5px;
    padding-right: 0;
}

@media (min-width:768px) {
    #map .lr-advanced-control {
        left: 60px;
        width: calc(100% - 70px);
    }
    .sidebar-left~.sidebar-map .lr-advanced-control {
        transition: left 500ms, width 300ms;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #map.sidebar-left-opened .lr-advanced-control {
        left: 325px;
    }
    #map.sidebar-left-opened .lr-advanced-control,
    #map.tag-detail-on .lr-advanced-control {
        width: calc(100% - 385px);
    }
    #map.sidebar-left-opened.tag-detail-on .lr-advanced-control {
        width: calc(100% - 650px);
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #map.sidebar-left-opened .lr-advanced-control {
        left: 410px;
    }
    #map.sidebar-left-opened .lr-advanced-control,
    #map.tag-detail-on .lr-advanced-control {
        width: calc(100% - 470px);
    }
    #map.sidebar-left-opened.tag-detail-on .lr-advanced-control {
        width: calc(100% - 820px);
    }
}
@media (min-width:1200px) {
    #map.sidebar-left-opened .lr-advanced-control {
        left: 480px;
        width:  calc(100% - 490px);
    }
    #map.tag-detail-on .lr-advanced-control {
        width: calc(100% - 585px);
    }
    #map.sidebar-left-opened.tag-detail-on .lr-advanced-control {
        width: calc(100% - 1000px);
    }
}

.background {
    fill: rgba(248, 249, 250, .7);
}
.background-zoom {
    fill: rgb(255, 255, 255);
}

.lr-action-button .btn-light {
    background-color: rgba(248, 249, 250, .7) !important;
    backdrop-filter: blur(4px);
}
.lr-action-button :is(.btn.disabled, .btn:disabled) {
    opacity: 1 !important;

    background-color: rgba(248, 249, 250, .5) !important;
}

.focus-zoom {
    stroke: none;
    cursor: move;
    fill: none;
    pointer-events: all;
}

.zarea{
    fill: #5cb85c;
    /*stroke: #4cae4c;*/
}
.area {
    fill: #5cb85c;
    clip-path: url(#clip);
}
.line {
    fill: none;
    stroke: #4cae4c;
    shape-rendering: crispEdges;
    clip-path: url(#clip);
}
.follow-line {
    stroke: #000;
    stroke-width: 1px;
}
.context-line {
    stroke: #fff;
    stroke-width: 2px;
}

.original-time {
    font-weight: light;
    font-size: 12px;
}
.title {
    font-weight: bold;
    font-size: 24px;
}

.slider-track,
.slider-track-inset,
.slider-track-overlay {
    stroke-linecap: round;
}

.slider-track {
    stroke: #000;
    stroke-opacity: 0.3;
    stroke-width: 10px;
}

.slider-track-inset {
    stroke: #ddd;
    stroke-width: 8px;
}

.slider-track-overlay {
    pointer-events: stroke;
    stroke-width: 50px;
    cursor: ew-resize;
}

.slider-handle,
.brush-handle {
    fill: #fff;
    stroke: #000;
    stroke-opacity: 0.5;
    stroke-width: 1.25px;
}
.brush-handle {
    cursor: ew-resize;
}

#lrZoomTooltip {
    position: absolute;
    z-index: 2010;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
}
.lr-action-button .btn {
    line-height: 30px;
}