.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #868686;
    position: fixed;
    /*z-index: 1050;*/
    z-index: 1000;
    top: 0;
    margin-top: 50.3px;
    right: 100%;
    width: 100%;
    height: 4px;
    box-shadow: 0px 0px 10px black;
}
@media print {
    .pace {
        display: none !important;
    }
}