body {
    padding-bottom: 20px;
    background-color: #fff;
}

a {
    color: #428bca;
    text-decoration: none;
}

hr {
    width: 100% !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    padding-bottom: 50px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 100%;
}

.table-striped {
    border-left: 1px #ccc solid;
}

    .table-striped > thead > tr > th {
        font-weight: bold;
        background-color: #c7cccf;
        padding: 2px 2px 2px 4px;
        margin-bottom: 0;
    }

.tblHeader {
    color: #FFF;
    text-align: center;
    padding-top: 2px;
    height: 25px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    background: linear-gradient(#d6392e, #ab4f48);
}

.tblFooter {
    padding-top: 0;
    height: 6px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(#d6392e, #ab4f48);
}

.fadedDiv {
    padding: 2px 0 2px 6px;
    background-color: #eff7fb;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to right, rgba(244,244,244,1), rgba(244,244,244,0));
}

.tblWrapper {
    border-radius: 10px;
    box-shadow: 4px 4px 6px grey;
    margin-bottom: 20px;
}

.btn-primary {
    color: #ffffff;
    background-color: #d6392e;
    border-color: #ab4f48;
}

.btn-primary:hover {
    background-color: #ab4f48;
    border-color: #d6392e;
}

.TigerStripes {
    background-image: url('../Images/TigerStripes.jpg');
    background-repeat: no-repeat;
    padding: 0 0 0 55px;
}

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

.footer {
    position: relative;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
    margin-top: -50px;
    height: 50px;
    clear: both;
}

.info-icon:before {
    content: "i";
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--bs-primary, #0d6efd);
    color: white;
    font-style: italic;
    font-weight: bold;
    font-size: 9px;
    cursor: help;
}
