
/*BARRA DE CARREGAMENTO ***************************************************************************/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    position: fixed;
    top:0px;
    right: 0px;
    left: 0px;
    z-index: 100;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #4e73df;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

@media print{
    .pace{ display: none; }
}
/**************************************************************************************************/
