@font-face {
    font-family: regular-font;
    src: url("fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: bold-font;
    src: url("fonts/Roboto/Roboto-Bold.ttf");
}
html {
    height: 100%; 
    margin: 0; 
    padding: 0;
}
body {
    font-family: regular-font;
    color: #212529;
    height: 100%; 
    margin: 0;
    padding: 0;
}
header {
    padding: 0.25rem;
    background: #fff;
    color: #1f4e79;
    border-top: 10px solid #126aa9;
    border-bottom: 7px solid #84b424;
}
main {
    padding: 1.0rem;
    position: relative;
    min-height: calc(50vh);
    color: #212529;
}
a {
    border-bottom: solid 1px transparent;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style-type: none;
    padding-left: 0;  
}
li { 
    padding: 6px;
}
b, strong {
    font-family: bold-font;
}
i {
    font-family: bold-font;
    text-decoration: italic;
}
h1 {
    color: #212529;
    font-family: bold-font;
}
h2 {
    color: #212529;
    font-family: bold-font;
}
h3 {
    color: #212529;
    font-family: bold-font;
    font-size: 1.4rem;
}
h4, h5 {
    color: #212529;
    font-family: regular-font;
    font-size: 1.4rem;
}
p {
    margin-top: 1.0rem;
}
.form-select {
    font-family: regular-font;
    color: #212529;
    background-color: #e4e7eb;
    border: 1px solid #e4e7eb;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* SNAPSHOT REPORTING SECTION
-------------------------------------------------- */
.wrapper {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    
    border-radius: 15px;
    border: 20px solid #f6f6f6;
    border-bottom: 10.0rem solid #f6f6f6;
}
.wrapper_banner {
    background-color: #0569ac;
    border-bottom: 10px solid #65c835;
    padding: 2.0rem;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 1.5rem;
}
.wrapper_banner h1 {
    color: #fff;
    font-size: 1.6rem;
    font-family: regular-font;
}
.wrapper_banner h2 {
    color: #fff;
    font-size: 2.0rem;
    font-family: bold-font;
}
.snapshot-reports {
    background-color: #f6f6f6;
}
.snapshot-reports-right-col {
    background:url('/assets/img/backgrounds/students_jumping.png') no-repeat center left;  
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-repeat: no-repeat; 
    height: 40rem;
}
.snapshot-reports-left-col {    
    height: 40rem;
    padding: 1.5rem;
    padding-top: 15.0rem;
}

.student-list-reports {
    background-color: #f6f6f6;
}
.student-list-reports-left-col {
    background:url('/assets/img/backgrounds/students_running.png') no-repeat top right;  
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-repeat: no-repeat; 
    height: 40rem;
}
.student-list-reports-right-col {    
    height: 40rem;
    padding: 1.5rem;
    padding-top: 15.0rem;
}

.report-list {
    text-align: center;
    padding: 2.0rem;
}
.report-list .col-md-4 {
    padding: 4.0rem;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}
.report-info {
    background-color: #f6f6f6;
    font-size: 1.4rem;
}
.enrollment-tag {
    color: #fff;    
    font-size: 1.0rem;
    font-family: bold-font;
    min-width: 20rem;
}
.enrollment-tag-number {
    text-decoration: underline;
}
.list-group-item {
    font-family: bold-font;
    cursor: pointer;
}
.list-group-item.active {
    color: #fff;
    background-color: #0569ac;
    border-color: #0569ac;
}
.list-group li a {
    color: #fff;
    display: flex;
}
.list-group .active li a {
    color: #000;
}
/* END SNAPSHOT REPORTING SECTION
-------------------------------------------------- */

/* WELCOME BOXES
-------------------------------------------------- */
.welcome_boxes {
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
}
a > .welcome_boxes {
    text-decoration: none;
}
.welcome_box {    
    flex: 0 0 200px;
}
.welcome_box h2 {
    font-family: bold-font;
    font-size: 1.4rem;
    color: #1f4e79;
    text-transform: uppercase;
}
.welcome_box_wrapper_1 {
    color: #1ba2db;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;    
    overflow: hidden;
    height: 10.0rem;
    border: 2px solid #1ba2db;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.welcome_box_wrapper_2 {
    color: #8fc63c;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;    
    overflow: hidden;
    padding: 1.0rem;
    height: 10.0rem;
    border: 2px solid #8fc63c;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.welcome_box_wrapper_1:hover,
.welcome_box_wrapper_1:focus {
    
}
.welcome_box_wrapper_2:hover,
.welcome_box_wrapper_2:focus {
    
}


.messages {
    padding: 0.5rem;
}
.alert {
    border-radius: 0;
}
.row {
    margin-right: -25px;
    margin-left: -25px;
}
.top-logo {
    max-height: 140px;
    padding: 0.25rem;
    padding-bottom: 1.0rem;
}
.tag-line {
    float: right;
    padding-right: 1.25rem;
    color: #3dafe5;
    font-family: bold-font;
    font-size: 1.6rem;
    font-style: italic;
}
.navbar-expand-lg {
    padding: 1.0rem 0.25rem;
    padding-top: 2.5rem;
}
.nav-item a {
    color: #494949;
    font-family: bold-font;
    font-size: 1.1rem;
}
.navbar-toggler {
    margin-left: auto;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #494949;
    border-radius: 0;
}
.dropdown-item {    
    padding: .25rem 1.5rem;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown:hover>.dropdown-menu {
    display: block;    
    color: #fff;
    background-color: #129bd9;
}
.dropdown-menu a {
    font-family: regular-font;
    font-size: 0.9rem;
    color: #fff;
}
.dropdown-menu {
    background-color: #129bd9;
    margin-top: 0;
    border-radius: 0;
    padding: .25rem .75rem;
    font-size: 0.9rem;
    line-height: 1;
    border: 0px solid transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #122556;
}
button {
    border: 0px solid #fff;
    border-radius: 0;
}
.btn {
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}
.btn-primary {
    background: #5b91b4;
    color: #fff;
    border: 1px solid #5b91b4;
    border-radius: 3px;
}
.btn-primary:hover,
.btn-primary:active {
    background: #fff;
    color: #494949;
    border: 1px solid #494949;
}

.btn-outline-primary {
    background: #fff;
    color: #494949;
    border: 1px solid #494949;
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
    background: #494949;
    color: #fff;
    border: 1px solid #494949;
}

.btn-home {
    background-image: radial-gradient(#00943f, #004b32);
    color: #fff;
    border: 2px solid #fff;
    font-size: 1.25rem;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border-radius: 15px;
    border: 3px solid #e6e7e8;
    padding: 1.5rem 1.5rem;
    color: #fff;
    margin-top: 5.0rem;
}
.btn-home:hover,
.btn-home:active {
    color: #fff;
    text-decoration: underline;
    border: 3px solid #7eae00;
}

.btn-info {
    background: #17a2b8;
    color: #212529;
    border: 1px solid #17a2b8;
    border-radius: 3px;
}
.btn-primary:hover,
.btn-primary:active {
    background: #fff;
    color: #494949;
    border: 1px solid #494949;
}

.btn-outline-info {
    color: #494949;
    border-color: #494949;
}
.btn-outline-info:hover,
.btn-outline-info:active {
    background: #494949;
    color: #fff;
    border: 1px solid #494949;
}

.btn-outline-success {
    color: rgb(89, 167, 46);
    border-color: rgb(89, 167, 46);
}

/* CARDS
-------------------------------------------------- */
.card-header:first-child {
    border-radius: 0;
    font-family: bold-font;
    font-size: 1.2rem;
    background-color: #1258a9;
    color: #fff;
}

/* PROGRESS BAR
-------------------------------------------------- */
.progress-bar.bg-warning {
  color: #494949;
  text-align: center;
}

/* FORM
-------------------------------------------------- */
.questionWrapper label {
    font-family: bold-font;
    font-size: 1.0rem;
}
.questionWrapper h2 {
    font-family: bold-font;
    font-size: 1.4rem;
}
.questionWrapper h3 {
    font-family: bold-font;
    font-size: 1.3rem;
}
.questionWrapper li {
    font-family: bold-font;
    font-size: 1.0rem;
}

/* BANNER
-------------------------------------------------- */
.banner {
    background: linear-gradient(to bottom, #1768A4 50%, #fff);
    background-repeat: repeat;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.0rem 2.0rem;
    height: 100px;
}
.home-banner-caption {
    width: 65%;
    padding: 2.0rem 1.0rem;
    color: #fff;
    /*text-shadow: 1px 1px 2px black;*/
}
.home-banner-caption-heading {
    font-size: 2.5rem;
    padding: 0.5rem;
    color: #fff;
}
.home-banner-caption-heading b {
    color: #fff;
    font-family: bold-font;
}
.home-banner-caption-content {
    font-size: 1.4rem;
    padding: 0.5rem;
    color: #fff;
}

.banner-caption {
    width: 65%;
    padding: 3.0rem 3.0rem;
    color: #fff;
    /*text-shadow: 1px 1px 2px black;*/
}
.banner-caption-heading {
    font-size: 1.0rem;
    padding: 0.5rem;
    color: #fff;
}
.banner-caption-heading b {
    color: #fff;
    font-family: bold-font;
}
.banner-caption-content {
    font-size: 2.4rem;
    padding: 0.5rem;
    color: #fff;
}

.card {
    margin-bottom: 1.0rem;
}
.card-body {
    padding: 1.0rem 2.0rem;
    border: 2px #1258a9 solid;
}
.dashboard-boxes {
    text-align: center;
    padding: 1.75rem 0.5rem;
    background-color: #f7f7f7;
    border: 1px #d9d9d9 solid;
    border-radius: 0px;
    min-height: 200px;
    margin-bottom: 1.0rem;
}
.dashboard-boxes img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 60px; 
}

/* TABLES
-------------------------------------------------- */
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.table th {
    color: #fff;
    background: #1b2025;
    font-family: bold-font;
}

/* FORMS
-------------------------------------------------- */
.form-control {
    border-radius: 0;
}

/* MENU
-------------------------------------------------- */
.nav {
    padding: 10px 0;
}
.nav a {
    color: #1d3e69;
    font-family: bold-font;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.navbar-admin {
    background-color: transparent;
    margin-bottom: 0.5rem;
}
.navbar-admin a { 
    color: #1d3e69;
}
.top-logo-section {
    text-align: left;
}
.fab {
    color: #fff;
} 
.tagline {
    padding: 5px;
}
.tagline img {
    width: 60%;
    float: right;
}
.social {
    padding-top: 2%;
}
.social a {    
    padding: 2px;
}

.questionWrapper {
    padding: 1.5rem 2.0rem;
    margin: 1.5rem 0;
    box-shadow: 0px 0px 6px 4px #eee;
}

footer {
    padding: 1.0rem;
    font-family: regular-font;
    color: #fff;
    background: #003452;
    min-height: 300px;
}
footer a {
    color: #fff;
    font-family: regular-font;
    padding: 1.0rem 0;
    font-size: 0.8rem;
}
footer a:hover,
footer a:active {
    color: #fff;
    text-decoration: none;
}
footer h2 {
    color: #fff;
    font-family: regular-font;
    font-size: 1.2rem;
    padding: 0.25rem 0;
}
footer ul {
    list-style-type: none;
    padding: 0.25rem 0;
}

