﻿
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    #branding img {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    #branding img {
        width: 30%;
        height: auto;
        max-width: 308px;
    }
}

footer {
    display: block;
    background-color: #1E3A62;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
}

    footer a {
        color: white;
    }

foooter a:hover,
a:focus {
    color: white;
    text-decoration: underline;
}

footer a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

header, #branding, #branding h1, #branding h1 a {
    height: auto;
    width: auto;
}

/*#skiptocontent {
    border-right: 0px solid #eee !important;
}*/

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #EFF3FB;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #ffffcc;
}

table tbody tr.odd {
    background-color: #EFF3FB;
}

table tbody tr.even {
    background-color: #ffffcc;
}
.label-align {
    display: inline-block;
    width: 200px;
}

.label-align-lg {
    display: inline-block;
    width: 130px;
}

.label-align-xg {
    display: inline-block;
    width: 200px;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    z-index: 1000;
    transition: transform 0.3s ease-in-out; /* For smooth appearance */
}

    .skip-link:focus {
        top: 0;
        outline: none;
    }

    .skip-link:hover {
        color: #cf000f;
        text-decoration: underline;
        text-decoration-color: #cf000f;
    }

.body-content {
    min-height: 79vh;
}

@media screen and (max-width: 767px) {
    .body-content {
        min-height: 75vh;
    }
}

footer {
    position: relative;
    width: 100%;
}

