/* Overlay;
*/
#msAjaxLoading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
}
body.ms-busy {
    cursor: wait;
    overflow: hidden;
}

/* Styling;
*/
#mageinnSliderWrap {
    height: 60px;
    padding: 10px;
}

#msFrom {
    float: left;
    margin: 10px -10px;
}

#msTo {
    float: right;
    margin: 10px -10px;
}
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
    background: #3399cc;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 0px;
}
.noUi-target {
    border-radius: 0px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

/* Slider size and handle placement;
*/
.noUi-horizontal {
    height: 9px;
}
.noUi-horizontal .noUi-handle {
    width: 17px;
    height: 18px;
    left: -9px;
    top: -6px;
    cursor: pointer;
}

/* Handle stripes;
*/
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 7px;
    width: 1px;
    background: #E8E7E6;
    left: 6px;
    top: 4px;
}
.noUi-handle:after {
    left: 8px;
}
