html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

a.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex-grow: 1;
}


.clickable {
    cursor: pointer;
}

.icon-success {
    color: #157347 !important;
}

.icon-partial {
    color: #ffc107 !important;
}

.icon-failed {
    color: #dc3545 !important;
}