﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 100px; /*added to prevent bottom of table being covered up by the footer*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*adding padding to top to make room for MCTS branding*/
    padding-top: 85px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}





/*program does not appear to be using the styles.css, so I'm adding what I need here instead*/
/*added for SAFER like login screen styling*/
#loginContent {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: auto;
}

#bglogo {
    margin: auto;
    width: 20%;
    height: auto;
    opacity: 0.6;
    z-index: 1;
}

.btnLogin {
    margin-top: 5px;
}

#userName, #userPassword {
    margin: 5px;
    text-align: center;
}
/*end - added for SAFER like login screen styling*/

.float-right {
    float: right;
}

#MCTSImage {
    margin: 35px 10px 2px 315px;
}

.formTitle {
    font-size: 1.25em;
    margin-top: 40px;
    padding-bottom: 0px;
    color: #47528E; /*dark blue gray*/
    float: right;
}

.mctsheader {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    background: url("../Images/header-curves-fullscreen.png") no-repeat;
}

.footer-content-wrapper p {
    padding: 8px 0px 0px 0px;
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    color: #47528E; /*dark blue gray*/
    width: 100%;
}

footer {
    font-size: .8em;
    /*to fix the footer*/
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    background-color: white;
    padding-top: 40px;
    /*end - to fix the footer*/
}

.navbar-inverse {
    background-color: #0f498d;
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-horizontal {
    padding-top: 65px;
    margin-bottom: 40px;
}

.noAssignments
{
    color:red;
    font-weight: bold;
}

.navbar-brand
{
    height:auto;
}
