﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.rightlogo {
    text-align: right;
}

.logo {
    /*width: 100px;*/
    height: 75px;
}

.abovenav {
    padding: 15px;
    margin-right: 0px;
}

.thickfont {
    font-weight: 500;
}

.light-font {
    font-weight: 300;
}

.bracketspacetop {
    padding-top: 50px;
}

.bracketspacebottom {
    padding-bottom: 50px;
}

.leftbracket {
    float: left;
    height: 50px;
}

.rightbracket {
    float: right;
    height: 50px;
}

.titlecolor {
    color: #C2C52B;
}

.titleposition {
    padding-left: 40px;
    padding-top: 16px;
}

.navbgcolor {
    background: rgb(18,52,96);
    background: linear-gradient(90deg, rgba(18,52,96,1) 10%, rgba(24,102,157,1) 100%);
}

.background-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-light .navbar-nav .nav-link, .pageLink {
    color: white;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .pageLink:hover, .pageLink:focus {
        color: #d0d0d0;
    }

.nav-item {
    margin-right: 50px;
}

.align {
    text-align: left;
}

.paragraphstyle {
    padding: 30px 30px;
}

.textcolor {
    color: white;
}

    .textcolor a {
        color: white;
    }

        .textcolor a:hover {
            color: white;
        }

a.textcolor:hover {
    color: white;
}

.alignnav {
    margin-left: 20px;
}

p, ul, .fontsize, label, ol {
    font-size: 1.15rem;
}

h1 {
    font-size: 3.15rem;
}

.underline {
    text-decoration: underline;
}

.header-background {
    background-image: url('../images/headerimg.png');
    background-position: right;
    background-size: 500px 108px;
    background-repeat: no-repeat;
}

.footer-background {
    background-image: url('../images/footerimg.png');
    background-position: right;
    background-size: 500px 108px;
    background-repeat: no-repeat;
}

.bluehex {
    background-image: url('../images/bluehex.png');
    background-size: 1000px 500px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.field-validation-error {
    padding: 2px 5px;
    position: relative;
    top: 5px;
    border-radius: 3px;
}

.hidden {
    display: none;
}

.no-bullets {
    list-style: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.user {
    text-align: right;
    padding-right: 85px;
}

.bodydesign {
    background: rgb(18,52,96);
    background: -moz-linear-gradient(90deg, rgba(18,52,96,1) 10%, rgba(24,102,157,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(18,52,96,1) 10%, rgba(24,102,157,1) 100%);
    background-image: url(../images/bluehex.png), linear-gradient(90deg, rgba(18,52,96,1) 10%, rgba(24,102,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#123460",endColorstr="#18669d",GradientType=1);
    background-size: 100%;
}

header {
    background-color: white;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.login-buttons {
    min-height: 4em;
}

.modal-text {
    color: #000;
}

.contact-faq-card {
    display: none;
    width: 100%;
}

    .contact-faq-card.active {
        display: inline-block;
    }

.no-wrap {
    word-wrap: normal;
}

.no-text-wrap {
    white-space: nowrap;
}

.marginLeft {
    margin-left: 15px;
}

.boldtext {
    font-weight: 700;
}

/*
    Scroll To Top:
*/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178,178,178,0.7);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

    .scroll:hover {
        background: rgba(178,178,178,1.0);
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .scroll:hover .fa {
            padding-top: -10px;
        }

    .scroll .fa {
        font-size: 30px;
        margin-top: -5px;
        margin-left: 1px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

.title-margin {
    margin-top: 25px;
    margin-bottom: 20px;
}

/* skip-content */
.skip-content {
    color: #143B65;
    text-decoration: none;
    border: 1px white solid;
    padding: 2px 5px;
    position: absolute;
    top: -50px;
    transition: top .25s;
}

    .skip-content:focus {
        color: #143B65;
        text-decoration: none;
        transition: top .25s;
        top: 10px;
    }

/*
    Index Page (Training):
*/
/* show as link: */
/*#btn-instructions {
            padding: 0.5rem 0rem;
            background-color: transparent;
            border: none;
            outline: none !important;
            color: #fff;
            font-weight: 600;
            font-size: 1.2rem;
            min-width: 190px;
        }

            #btn-instructions.btn:hover {
                text-decoration: underline;
            }*/

/* show as button */
#btn-instructions {
    padding: 0.5rem 1.0rem;
    background-color: #8E8E20; /*#C2C52B;*/
    border: none; /* 1px solid #C2C52B;*/
    outline: none !important;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    min-width: 190px;
}

    #btn-instructions.btn:focus, .btn:active {
        outline: none !important;
        box-shadow: none;
    }

#TrainingInstructions {
    margin-top: 1px;
}

    #TrainingInstructions .card {
        /*background-color: transparent;
                border: none;*/
        border: #C2C52B;
        background-color: #fff;
        color: #000000;
    }

    #TrainingInstructions .card-body {
        padding: .75rem 1.25rem;
    }

    #TrainingInstructions h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #8E8E20;
    }

#StatusSummary {
    /*padding: 10px 20px !important;*/
    padding: .75rem 1.25rem;
    border-radius: 4px;
}

    #StatusSummary.inprogress {
        display: block;
        border: 1px solid #A9AC26;
        background-color: #fff;
        color: #000000;
    }

    #StatusSummary.completed {
        display: block;
        border: 1px solid green;
        background-color: #DFF0D8;
        color: #000000;
    }

    #StatusSummary a.darktext {
        color: #000000;
    }

    #StatusSummary button.darktext {
        color: #000000;
    }

    #StatusSummary h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #8E8E20;
        /*margin-top: 1rem;*/
        margin-bottom: .25rem;
    }

        #StatusSummary h3.margin-top {
            margin-top: 1rem;
        }

    #StatusSummary p {
        margin-bottom: .5rem;
    }

.textcolor #StatusSummary.alert-danger a {
    color: #721c24 !important;
    text-decoration: underline;
}

#curriculumDL {
    margin-top: 25px;
}

    #curriculumDL img {
        margin-right: 10px;
    }

    #curriculumDL a {
        color: #fff;
        font-size: 120%;
        font-weight: bold;
    }

    #curriculumDL dt {
        margin-top: 10px;
    }

    #curriculumDL dd {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #curriculumDL .course-description {
        margin-bottom: 0;
    }

    #curriculumDL .course-subtext {
        margin-bottom: 0;
        color: grey;
    }

/*
    Responsive:
*/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .header-background {
        background-position-y: top;
    }

    .titleposition {
        top: -38px;
    }

    .bracketspacetop {
        padding-top: 50px;
        padding-right: 8px;
    }

    .bracketspacebottom {
        padding-right: 8px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 375px) {
    /* For mobile phones: */
    .titleposition {
        top: -30px;
    }

    .header-background {
        background-size: 440px 120px;
    }
}

@media only screen and (min-width: 768px) {
    .loginlength {
        width: 600px;
    }
}

@media only screen and (max-width: 1024px) {
    /* For iPad: */
    .titleposition {
        top: -20px;
    }

    .header-background {
        background-size: 440px 156px;
    }
}
