﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


body .body99 {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    background-color: #eff3f8 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content99 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    background-color: #fefef9;
}

.navbar99 {
    background-color: #fbf8d5;
    color: black;
}

.navbar-layout99 {
    background-color: #ffffff;
    clear: both;
    color: black;
}

@media (max-width: 767px) {
    .body-content99 {
        margin-top: 0px;
    }

    .navbar-layout99 {
        background-color: #eff3f9;
    }
}

@media (min-width: 768px) {
    .navbar-layout99 {
        padding: 0px 80px;
    }
}

@media (min-width: 992px) {
    .navbar-layout99 {
        padding: 0px 150px;
    }
}

@media (min-width: 1200px) {
    .navbar-layout99 {
        padding: 0px 250px;
    }
}





/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 680px;
}


    .settinglegend {
        color: #7c33a8;
        font-family: "Times New Roman",Times,serif,Georgia;
        line-height: 1.25em;
        font-size: 110%;
        font-weight: bold;
        text-decoration: none;

        display: block;
        -webkit-padding-start: 2px;
        -webkit-padding-end: 2px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
    }

    .fieldset {
        margin: 10px 15px 0px 0px;
        padding: 5px 15px 15px 5px;
        border: 1px solid #ffc796;
    }

    .fieldset-2 {
        margin: 10px 5px 0px 0px;
        padding: 5px 15px 15px 5px;
        border: 1px solid #ffc796;
    }


.pagenav a:link, .pagenav a:active, .pagenav a:visited {
  color: #0000ff;
  text-decoration: none;
}

.pagenav a:hover {
  color: #ff0000;
  text-decoration: none;
}


.pagenav-active a:link, .pagenav-active a:active, .pagenav-active a:visited {
  color: #7c33a8;
  text-decoration: none;
}

.pagenav-active a:hover {
  color: #ff0000;
  text-decoration: none;
}

.studentlink a:link, 
.studentlink a:active, 
.studentlink a:visited {
  color: #0000ff;
  text-decoration: none;
}

.studentlink a:hover {
  color: #ff0000;
  text-decoration: none;
}

.button {
    background-color: #2461dd; 
    border-radius: 5px;
    border: none;
    color: white;
    padding: 4px 20px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: "Times New Roman",Verdana,Times,serif,Georgia;
}

.button a:link, 
.button a:active, 
.button a:visited {
  color: white;
  text-decoration: none;
}

a.button:hover {
  color: #fff12d;
  text-decoration: none;
}

.button2 {
    background-color: #000000; 
    border-radius: 5px;
    border: none;
    color: white;
    padding: 3px 2px;
    width: 50px; 
    min-width: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: "Times New Roman",Verdana,Times,serif,Georgia;
}