/**
 * Copyright (C) 2017-2024 thirty bees
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@thirtybees.com so we can send you a copy immediately.
 *
 * @author    thirty bees <modules@thirtybees.com>
 * @copyright 2017-2024 thirty bees
 * @license   Academic Free License (AFL 3.0)
 */

#compare-progress .progress {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 4px;
}

#compare-progress .progress-bar {
    line-height: 25px;
}

#process-result h2 {
    margin-top: -5px;
    margin-bottom: 20px;
}

.file-list li {
    line-height: 18px;
}

.file-list li .badge {
    line-height: 12px;
    font-size: 10px;
}

#db-changes .running,
#db-changes .no-changes,
#db-changes .db-error,
#db-changes .loading-spinner,
#db-changes .changes {
    display: none;
}

#db-changes .changes {
    position: relative;
}

#db-changes.status-running .running {
    display: block;
}

#db-changes.status-no-changes .no-changes {
    display: block;
}

#db-changes.status-changes .changes {
    display: block;
}

#db-changes.status-error .db-error {
    display: block;
}

.db-change input[type="checkbox"] {
    margin-right: 10px;
}
.db-change label {
    padding-left: 10px;
}
.db-change .badge {
    margin-right: 5px;
}

#db-changes .loading {
    opacity: 0.5;
    pointer-events: none;
}

#db-changes .loading+.loading-spinner {
    display: block;
}

#db-changes .loading-spinner {
    font-size: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
}
