﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 780px;
}

.row-full {
    width: 98vw;
    position: relative;
    margin-left: -49vw;
    left: 50%;
}

.panel-yellow {
    border-color: #f0ad4e;
    background-color: #fff4ab;
}

    .panel-yellow > .panel-heading {
        border-color: #f29e27;
        color: black;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

font.subj {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: black;
}

.panel-red {
    border-color: #d9534f;
    background-color: #fffba8;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    /* Location of the image */
    background-image: url('/Library/Images/background.png');
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on the container's size */
    background-size: cover;
}

.container {
    max-width: unset;
    padding: inherit;
}

.title {
    margin-top: 2px;
    padding: 2px;
    width: 100%;
    font-size: 45px;
    background-color: #fff4ab;
    color: #b80707;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    text-decoration: underline;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 5px;
    height: 78px;
}

.list {
    /*max-height: 60%;*/
    /*max-width: 100%;*/
    width: 100vw;
    margin: auto;
    position: absolute;
    top: 78px;
    bottom: 25px;
    width: 100%; 
}



.footer {
    position: fixed;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    left: 0;
    bottom: 0;
    right: 0;
    width: 75%;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
    color: #021b42;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: bisque;
    height: 25px;
}

#info1, #info2 {
    padding: 1px;
    height: 100%
}

#panelbody {
    padding-top: 0px;
    height: 96%;
}
.row {
    height: 100%;
}
