body {
    background: #faf9f8;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 14px;
    color: #000;
}

.hidden {
    display: none !important;
}

.navbar {
    background: #fff;
    border-bottom: 1px solid #e8e6e4;
    margin-bottom: 20px;
}

.navbar-brand {
    font-weight: 600;
}

.panel {
    border-radius: 6px;
    border: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
}

.panel-heading {
    background: #f2eeee;
    border-bottom: 1px solid #e8e6e4;
    font-weight: 600;
}

.btn-success {
    background-color: #85ff85;
    border-color: #6ee06e;
    color: #000;
}

.btn-warning {
    background-color: #ffe486;
    border-color: #efd56a;
    color: #000;
}

.btn-primary {
    background-color: #85c6ff;
    border-color: #6bb6f5;
    color: #000;
}

.badge-online {
    background: #85ff85;
    color: #000;
}

.badge-offline {
    background: #ff8585;
    color: #000;
}

.badge-auto {
    background: #85c6ff;
    color: #000;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
}

.auth-box {
    max-width: 420px;
    margin: 80px auto;
}

.nav-tabs > li > a {
    cursor: pointer;
}

.help-block {
    color: #666;
}

.modal-content {
    border-radius: 6px;
}

.form-control {
    border-radius: 3px;
}

.checkbox-list {
    max-height: 220px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
}

.diff-stats {
    margin-bottom: 12px;
}

.diff-content {
    max-height: 60vh;
    overflow: auto;
    border: 1px solid #e8e6e4;
    border-radius: 4px;
    background: #fff;
}

.diff-file {
    border-bottom: 1px solid #eee;
}

.diff-file:last-child {
    border-bottom: none;
}

.diff-file-header {
    padding: 8px 12px;
    background: #f2eeee;
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
    font-weight: 600;
}

.diff-file-status {
    float: right;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
}

.diff-file-added .diff-file-header {
    background: #e6ffed;
}

.diff-file-removed .diff-file-header {
    background: #ffeef0;
}

.diff-file-modified .diff-file-header {
    background: #fff8e6;
}

.diff-file-body {
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
    line-height: 1.45;
}

.diff-line {
    padding: 1px 12px;
    white-space: pre-wrap;
    word-break: break-word;
}

.diff-line-add {
    background: #e6ffed;
    color: #116329;
}

.diff-line-del {
    background: #ffeef0;
    color: #82071e;
}

.diff-line-mod {
    background: #fff8e6;
    color: #7d4e00;
}
