/*
 * Copyright (c) 2024 Scrappysoft - All Rights Reserved
 * Unauthorized copying of this file or deriving works therefrom, via any medium, is strictly prohibited
 * <dev@scrappysoft.com>
 */

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#main {
    margin: 20px;
    overflow: auto;
    padding-bottom: 250px; /* this needs to be bigger than footer height*/
}

.site-header {
    background-color: #b6b3b3;
    padding: 12px 0 12px 20px;
    font-size: 24px;
    margin-bottom: 20px;
}

.site-header .logo {
    float: left;
}

.site-header img {
    float: left;
    height: 37px;
    padding-right: 10px;
}

.site-header .name {
    font-size: 14pt;
}

.site-header .page-title {
    text-align: center;
}

.site-header .spacer {
}

.site-footer {
    background-color: #b6b3b3;
    padding: 20px 0 20px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    margin-top: -250px;
    height: 150px;
    clear: both;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.copyright-text {
    margin: 4px 0 0 0;
    font-style: italic;
    font-size: 9pt;
}

#permissions-table table {
    font-size: 10pt;
}

#permissions-table thead th {
    text-align: center;
}

#permissions-table tbody td {
    padding: 6px 18px 6px 3px;
}

#permissions-table tbody td:nth-of-type(1) {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .site-footer [class^=col-] {
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0
    }
}
