/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 6px;
}
.slider.slider-horizontal .slider-track {
    height: 6px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-handle {
    margin-left: 0px;
    margin-top: -2px;
}
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}
.slider.slider-vertical {
    height: 210px;
    width: 20px;
}
.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}
.slider input {
    display: none;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #e03d3d;
}
.slider-selection {
    position: absolute;
    background-color: #222;
}
.slider-handle {
    position: absolute;
    width: 6px;
    height: 10px;
    background-color: #222;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.slider-handle.round {
}
.slider-handle.triangle {
    background: transparent none;
}
/*
     FILE ARCHIVED ON 10:16:22 Jun 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:28:58 Sep 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.396
  exclusion.robots: 0.17
  exclusion.robots.policy: 0.14
  esindex: 0.022
  cdx.remote: 38.176
  LoadShardBlock: 99.175 (3)
  PetaboxLoader3.datanode: 106.428 (5)
  PetaboxLoader3.resolve: 318.848 (2)
  load_resource: 365.231
  loaddict: 33.504
*/