/*!
 * This file is part of the nginx-fancyindex-flat-theme (licensed under the GPL
 * license) and uses Twitter Bootstrap (v4) (licensed under the MIT license).
 *
 * Copyright (C)
 *  2018 Alexander Haase <ahaase@alexhaase.de>
 *
 * See the LICENSE file for details.
 */
body {
    background-color: #f8f9fa;
    padding-bottom: 20px
}


.breadcrumb {
    padding-left: 35px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.breadcrumb .breadcrumb-item a {
    color: #4caf50
}

html {
    position: relative;
    min-height: 100%
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0
}

.footer a,.footer a:focus,.footer a:hover {
    color: #4caf50
}

.header {
    background-color: #4caf50;
    color: #fff;
    min-height: 24px
}

.header .navbar-brand {
    padding: 0 8px;
    font-size: 16px;
    line-height: 24px;
    height: 24px
}

#list a,#list a:focus,#list a:hover {
    color: #000
}

#list colgroup {
    display: none
}

#list .filename {
    word-break: break-all;
    white-space: normal
}

.table thead th,.table thead td {
    border-bottom: 2px solid #dee2e6;
}
