.spinner-small {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

em, strong {
    display: contents;
}

.spinner-custom {
    width: 1rem !Important;
    height: 1rem !Important;
}

.fullscreen-finish {
    background-color: #FFF;
    position:fixed;
    top:0;
    left:0;
    z-index: 100000;
    width: 100%;
    height: 100%;
}

/* Mostra mensagem quando a conexão estiver offline */
#is-offline {
    position: absolute;
    background-color: #ffef8f;
    top: 0;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 25%);
    z-index: 2;
    text-align: center;
    font-size: 14px;
    padding: 12px;
    padding-top: 15px;
    width: 300px;
    position:fixed;
}

#is-offline-info {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 10px;
}