html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.duplicati-state-table tr[data-state="0"] {
    background-color: #ffdbdb;
}

.di-actions button {
    width: 47px;
}

.di-actions .mdi {
    font-size: 24px
}

.di-row {
    line-height: 44px;
}

.add-di {
    position: fixed;
    bottom: 80px;
    right: 40px;
    border-radius: 50%;
    background-color: #198754;
    color: white;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 56px;
    z-index: 999;
    cursor: pointer;
}

#MonitorAddModal, #GroupAddModal {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 10px;
    height: 100px;
    line-height: 70px;
    cursor: pointer;
}

    #MonitorAddModal:hover, #GroupAddModal:hover {
        background-color: #f5f5f5;
    }

.delete-grp {
    cursor: pointer;
    margin-left: 20px;
    color: #d9534f;
}
