/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    opacity: 0.5;
}

.pace .pace-progress {
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1) inset;
    background: rgba(68,182,253,1);
    background: -moz-linear-gradient(top, rgba(68,182,253,1) 0%, rgba(5,63,92,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,182,253,1)), color-stop(100%, rgba(5,63,92,1)));
    background: -webkit-linear-gradient(top, rgba(68,182,253,1) 0%, rgba(5,63,92,1) 100%);
    background: -o-linear-gradient(top, rgba(68,182,253,1) 0%, rgba(5,63,92,1) 100%);
    background: -ms-linear-gradient(top, rgba(68,182,253,1) 0%, rgba(5,63,92,1) 100%);
    background: linear-gradient(to bottom, rgba(68,182,253,1) 0%, rgba(5,63,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44b6fd', endColorstr='#053f5c', GradientType=0 );
    position: absolute;
    z-index: 1999;
    top: -4px;
    right: 100%;
    width: 100%;
    height: 4px;
}
