@charset "UTF-8";
.noUi-horizontal {
  height: 8px; }

.noUi-background {
  height: 16px; }
  .noUi-background.noUi-vertical {
    height: 200px;
    width: 16px;
    margin: 0 auto 30px; }

.noUi-tooltip {
  bottom: 0;
  left: 0;
  border: none;
  background: none;
  height: 15px !important;
  width: 10px !important;
  position: relative;
  font-size: 12px;
  padding: 0px; }

.noUi-base .noUi-connect {
  background-color: #b3b3b3; }

.noUi-base .noUi-handle {
  background-color: #ccc;
  border: none;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  display: table;
  font-size: 15px;
  height: 20px;
  left: 0;
  right: 0 !important;
  margin-left: -22px;
  margin-top: -10.5px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 10px;
  border: 1px solid #9e9e9e;
  z-index: 2; }
  .noUi-horizontal .noUi-base .noUi-handle {
    cursor: ew-resize; }
  .noUi-vertical .noUi-base .noUi-handle {
    cursor: ns-resize;
    margin-left: 3px; }
  .noUi-base .noUi-handle:hover {
    background-color: #d9d9d9; }
  .noUi-base .noUi-handle.noUi-active {
    background-color: #b3b3b3;
    z-index: 3; }
  .noUi-base .noUi-handle::before {
    background: transparent;
    content: attr(data-value);
    display: table-cell;
    font-size: 18px;
    font-weight: 100;
    position: static;
    width: 100%;
    vertical-align: middle; }
  .noUi-base .noUi-handle::after {
    content: '⇛';
    position: absolute;
    top: 0;
    width: 5px;
    color: #9e9e9e;
    font-size: 12px;
    height: 100%;
    left: 50%;
    margin-left: -3px;
    line-height: 17px;
    text-align: center;
    overflow: hidden;
    background: none; }
