﻿@font-face {
    font-family: icons;
    src: url(../font/icons.eot?24804043);
    src: url(../font/icons.eot?24804043#iefix) format("embedded-opentype"), url(../font/icons.woff?24804043) format("woff"), url(../font/icons.ttf?24804043) format("truetype"), url(../font/icons.svg?24804043#icon) format("svg");
    font-weight: 400;
    font-style: normal;
}

.logout-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .logout-content .message {
        max-width: 700px;
        text-align: center;
        background-color: #FFFFFF;
        padding: 3em 6em 2em 6em;
    }

.valid {
    border-color: #28a745 !important;
}

.invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    color: #dc3545 !important;
}

meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.55em;
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: .25em;
}

    /* Gecko based browsers */
    meter[value="0"]::-moz-meter-bar {
        background: red;
    }

    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: red;
    }

    meter[value="3"]::-moz-meter-bar {
        background: orange;
    }

    meter[value="4"]::-moz-meter-bar {
        background: #00c853ff;
    }

    meter[value="5"]::-moz-meter-bar {
        background: #00c853ff;
    }

    /* Webkit based browsers */
    meter[value="0"] {
        background: red;
    }

    meter[value="1"] {
        background: red;
    }

    meter[value="2"] {
        background: red;
    }

    meter[value="3"] {
        background: orange;
    }

    meter[value="4"] {
        background: #00c853ff;
    }

    meter[value="5"] {
        background: #00c853ff;
    }

[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.icon-dribbble:before {
    content: "\e801";
}

.icon-instagram:before {
    content: "\e802";
}

.icon-behance:before {
    content: "\e803";
}

.icon-linkedin:before {
    content: "\e804";
}

.icon-facebook:before {
    content: "\e805";
}

.icon-twitter:before {
    content: "\e806";
}

.icon-gplus:before {
    content: "\e807";
}

.icon-pinterest:before {
    content: "\e808";
}

.icon-tumblr:before {
    content: "\e809";
}

.icon-down:before {
    content: "\e810";
}

.icon-left:before {
    content: "\e811";
}

.icon-right:before {
    content: "\e812";
}

.icon-up:before {
    content: "\e813";
}

.icon-left-small:before {
    content: "\e814";
}

.icon-right-small:before {
    content: "\e815";
}

.icon-up-small:before {
    content: "\e816";
}

.icon-down-small:before {
    content: "\e817";
}

.icon-down-thin:before {
    content: "\e818";
}

.icon-left-thin:before {
    content: "\e819";
}

.icon-right-thin:before {
    content: "\e820";
}

.icon-up-thin:before {
    content: "\e821";
}

.icon-down-arrow:before {
    content: "\e822";
}

.icon-left-arrow:before {
    content: "\e823";
}

.icon-right-arrow:before {
    content: "\e824";
}

.icon-up-arrow:before {
    content: "\e825";
}

.icon-menu:before {
    content: "\e826";
}

.icon-home:before {
    content: "\e827";
}

.icon-lock:before {
    content: "\e828";
}

.icon-phone:before {
    content: "\e829";
}

.icon-chat:before {
    content: "\e830";
}

.icon-mail:before {
    content: "\e831";
}

.icon-comment:before {
    content: "\e832";
}

.icon-at:before {
    content: "\e833";
}

.icon-star:before {
    content: "\e834";
}

.icon-search:before {
    content: "\e835";
}

.icon-zoom:before {
    content: "\e836";
}

.icon-cog:before {
    content: "\e837";
}

.icon-link:before {
    content: "\e838";
}

.icon-share:before {
    content: "\e839";
}

.icon-check:before {
    content: "\e840";
}

.icon-cancel:before {
    content: "\e841";
}

.icon-plus:before {
    content: "\e842";
}

.icon-minus:before {
    content: "\e843";
}

.icon-close:before {
    content: "\e844";
}

.icon-user:before {
    content: "\e845";
}

.icon-spinner:before {
    content: "\e846";
}

a.social {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 5px;
    color: #fff !important;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 22px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    border: 0 !important;
    border-radius: 30px;
    transition: all 0.15s linear 0s;
}

    a.social [class^="icon-"]:before {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 50px;
    }

    a.social:active,
    a.social:hover {
        font-size: 24px;
        border-radius: 4px;
        -webkit-tap-highlight-color: transparent;
    }

    a.social.dribbble:active,
    a.social.dribbble:hover {
        background-color: #ea4c89;
    }

    a.social.instagram:active,
    a.social.instagram:hover {
        background-color: #49789d;
    }

    a.social.behance:active,
    a.social.behance:hover {
        background-color: #1769ff;
    }

    a.social.facebook:active,
    a.social.facebook:hover {
        background-color: #3f5495;
    }

    a.social.twitter:active,
    a.social.twitter:hover {
        background-color: #5d87c4;
    }

    a.social.linkedin:active,
    a.social.linkedin:hover {
        background-color: #2575b2;
    }

    a.social.gplus:active,
    a.social.gplus:hover {
        background-color: #cc4436;
    }

    a.social.pinterest:active,
    a.social.pinterest:hover {
        background-color: #c2142f;
    }

    a.social.tumblr:active,
    a.social.tumblr:hover {
        background-color: #529ecc;
    }

#navbarCollapse {
    line-height: 32px;
}

.navbar-brand img {
    margin-right: 3px;
    border-radius: 3px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.nav-item.profile-link img {
    margin-right: 3px;
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.nav-item.profile-link .dropdown-toggle {
    display: none;
}

.nav-item.profile-link .dropdown-menu {
    display: block;
    padding: 0;
    background-color: transparent;
    border: 0;
    top: 60%;
    transition: top ease-in-out 0.3s;
}

    .nav-item.profile-link .dropdown-menu a {
        padding: 0.5rem 0;
        color: rgba(255, 255, 255, 0.5);
    }

        .nav-item.profile-link .dropdown-menu a:hover {
            background-color: transparent;
            color: rgba(255, 255, 255, 0.75);
        }

.navbar-brand .brand-name {
    font-size: 1.15rem;
}

@media (min-width: 576px) {
    .navbar-brand .brand-name {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .navbar-nav .nav-item {
        margin-left: 10px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav-item.profile-link .dropdown-toggle {
        display: inline-block;
    }

        .nav-item.profile-link .dropdown-toggle:after {
            display: inline-block;
            width: 15px;
            height: 15px;
            line-height: 15px;
            margin-left: 0.2em;
            vertical-align: middle;
            font-size: 1.3em;
            font-family: "Material Icons";
            content: "keyboard_arrow_down";
            border: 0;
        }

    .nav-item.profile-link .dropdown-menu {
        display: none;
        background-color: #6d7785;
        width: 100%;
        border: 0;
    }

        .nav-item.profile-link .dropdown-menu:after {
            display: block;
            content: "";
            position: absolute;
            background-color: transparent;
            width: 0;
            height: 0;
            border: 6px solid #6d7785;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #6d7785;
            border-left-color: transparent;
            top: -11px;
            right: 10px;
        }

        .nav-item.profile-link .dropdown-menu a {
            padding: 0.25rem 1rem;
            color: #fff;
            border-top: 1px solid rgba(255, 255, 255, 0.25);
        }

            .nav-item.profile-link .dropdown-menu a:first-child {
                border-top: 0;
            }

            .nav-item.profile-link .dropdown-menu a:hover {
                background-color: transparent;
                color: rgba(255, 255, 255, 0.75);
            }

        .nav-item.profile-link .dropdown-menu.show {
            display: block;
            opacity: 1;
            top: 100%;
        }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.h1,
h1 {
    font-size: 1.602em;
}

.h2,
h2 {
    font-size: 1.424em;
}

.h3,
h3 {
    font-size: 1.266em;
}

.h4,
h4 {
    font-size: 1.125em;
}

.h5,
h5 {
    font-size: 1em;
}

@media (min-width: 48em) {
    .h1,
    h1 {
        font-size: 1.8em;
    }

    .h2,
    h2 {
        font-size: 1.55em;
    }

    .h3,
    h3 {
        font-size: 1.32em;
    }

    .h4,
    h4 {
        font-size: 1.125em;
    }

    .h5,
    h5 {
        font-size: 1em;
    }
}

@media (min-width: 62em) {
    .h1,
    h1 {
        font-size: 2.074em;
    }

    .h2,
    h2 {
        font-size: 1.728em;
    }

    .h3,
    h3 {
        font-size: 1.44em;
    }

    .h4,
    h4 {
        font-size: 1.2em;
    }

    .h5,
    h5 {
        font-size: 1.1em;
    }
}

@media (min-width: 75em) {
    .h1,
    h1 {
        font-size: 2.441em;
    }

    .h2,
    h2 {
        font-size: 1.953em;
    }

    .h3,
    h3 {
        font-size: 1.563em;
    }

    .h4,
    h4 {
        font-size: 1.25em;
    }

    .h5,
    h5 {
        font-size: 1.1em;
    }
}

.opacity-1 {
    opacity: 1 !important;
}

.btn {
    font-weight: 600;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
    white-space: normal;
    border: 0;
}

    .btn:active,
    .btn:focus {
        box-shadow: none !important;
    }

.dropdown_list {
    margin: 15px auto;
    width: auto;
    position: relative;
    box-sizing: border-box;
}

    .dropdown_list li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .dropdown_list span.dropdown {
        display: block;
        margin: 0;
        padding: 0 10px;
        width: auto;
        height: 40px;
        line-height: 38px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #a1c4e5;
        cursor: pointer;
        overflow: hidden;
    }

        .dropdown_list span.dropdown.active {
            border-radius: 3px 3px 0 0;
        }

        .dropdown_list span.dropdown:active,
        .dropdown_list span.dropdown:hover {
            background: #f1f1f1;
            -webkit-tap-highlight-color: transparent;
        }

        .dropdown_list span.dropdown:after {
            float: right;
            margin-top: 1px;
            margin-left: 10px;
            width: 15px;
            height: inherit;
            content: "\e817";
            color: inherit;
            font-family: icons;
            text-align: center;
            font-size: inherit;
            vertical-align: top;
        }

        .dropdown_list span.dropdown.active:after {
            content: "\e816";
        }

    .dropdown_list a:hover {
        text-decoration: none;
        border-bottom: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .dropdown_list .drop {
        display: none;
        float: left;
        margin: 0;
        width: 100%;
        max-height: 300px;
        position: absolute;
        left: -999em;
        background: #fff;
        top: 39px;
        border-radius: 0 0 3px 3px;
        z-index: 10;
        border: 1px solid #a1c4e5;
        overflow-y: auto;
    }

        .dropdown_list .drop li {
            float: none;
            display: block;
            margin: 0;
            padding: 0;
            border: 0;
            height: auto;
            border-top: 1px dotted #ccc;
        }

            .dropdown_list .drop li:first-child {
                border-top: 0;
            }

            .dropdown_list .drop li a {
                float: none;
                display: block;
                margin: 0;
                padding: 6px 10px 6px 25px;
                height: auto;
                width: auto;
                text-transform: none;
                color: inherit;
                background: #fff;
                text-align: left;
                border-radius: 0;
                border: 0;
            }

                .dropdown_list .drop li a:active,
                .dropdown_list .drop li a:hover {
                    background: #f1f1f1;
                    -webkit-tap-highlight-color: transparent;
                }

                .dropdown_list .drop li a:before {
                    display: inline-block;
                    margin-left: -15px;
                    margin-right: 5px;
                    width: 10px;
                    height: inherit;
                    content: "\00BB";
                    color: inherit;
                    font-family: icons;
                    text-align: center;
                    font-size: inherit;
                    vertical-align: top;
                }

ul.carrot,
ul.check,
ul.star {
    margin-left: 22px;
    padding-left: 0;
    list-style: none outside;
}

    ul.carrot li,
    ul.check li,
    ul.star li {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    ul.carrot > li:before,
    ul.check > li:before,
    ul.star > li:before {
        display: inline-block;
        margin-top: 2px;
        margin-left: -22px;
        width: 22px;
        content: "done_outline";
        height: inherit;
        color: inherit;
        font-family: "Material Icons";
        font-size: 14px;
        vertical-align: top;
        font-weight: 400 !important;
        opacity: 0.75;
        word-wrap: normal;
    }

.btn:not([class*="btn-outline-"]) {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
}

.btn[class*="btn-outline-"] {
    border-width: 1px;
    border-style: solid;
}

.btn-primary {
    color: #FFFFFF !important;
    background-image: none !important;
}

    .btn-primary:hover {
        color: #fff !important;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        background-image: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #007BFF;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary.focus,
    .btn-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-danger {
    color: #fff !important;
    background-color: #ff3547;
    border-color: #ff3547;
}

    .btn-danger:hover {
        color: #fff !important;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger.focus,
    .btn-danger:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #ff3547;
        border-color: #ff3547;
    }

    .btn-danger:not(:disabled):not(.disabled).active,
    .btn-danger:not(:disabled):not(.disabled):active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.login .fusion-logo {
    width: 100%;
    max-width: 250px;
}

#login-wrap {
    margin-top: -30px;
    padding-top: 0;
}

.text-grey {
    color: grey;
}

.font-weight-heavy {
    font-weight: 600;
}

.login-box {
    margin-top: 80px;
    padding-top: 50px;
    border: 0;
}

    .login-box .input-outline {
        border: thin;
    }

    .login-box .shield {
        position: absolute;
        margin-left: -60px;
        width: 120px;
        height: 120px;
        left: 50%;
        top: -60px;
        text-align: center;
        background-color: #e6e9ed;
        border-radius: 50%;
    }

        .login-box .shield .material-icons {
            font-size: 70px;
            line-height: 120px;
            color: #fff;
        }

    .login-box .form-group {
        margin-bottom: 1.5rem;
        position: relative;
    }

        .login-box .form-group.buttons {
            margin-top: 2.3rem;
            padding-left: 10px;
            padding-right: 10px;
            overflow: hidden;
            text-align: center;
        }

            .login-box .form-group.buttons .login-button {
                min-width: 250px;
                min-height: 40px;
            }

            .login-box .form-group.buttons .forgot-password {
                display: inline-block;
                margin-top: 25px;
                vertical-align: middle;
                font-weight: 600;
            }

    .login-box .form-control::-webkit-input-placeholder {
        transition-delay: 0.2s;
    }

    .login-box .form-control {
        border: 1px solid #ccc;
        padding: 0.5rem;
    }

    .login-box .form-group .link {
        float: right;
        padding: 0 30px 0 0;
    }

    .login-box .form-group label {
        position: absolute;
        top: 25%;
        left: 0.5rem;
        pointer-events: none;
        opacity: 0;
        transition: 0.2s;
        color: gray;
        background-color: #fff;
        padding: 0 0.25rem;
    }

    .login-box .form-control:focus + label,
    .form-control:not(:placeholder-shown) + label {
        top: 0;
        left: 0;
        font-size: 0.8rem;
        background-color: white;
        opacity: 1;
        padding: 0 0.25rem;
        transform: translateY(-50%) scale(0.9);
    }

    .login-box .focus-hightlight {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #a3d39c;
        transition: width ease-in-out 0.3s, left ease-in-out 0.3s;
    }

    .login-box label {
        margin-left: 10px;
        margin-bottom: 0;
        opacity: 0.4;
    }

    .login-box .remember-me label {
        color: #adadad;
    }

    .login-box input.form-control {
        padding: 5px 20px;
        border: 1px solid #e6e9ed;
        align-content: center;
    }

        .login-box input.form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: #e6e9ed;
            outline: 0;
            box-shadow: none;
        }

            .login-box input.form-control:focus + .focus-hightlight {
                width: 80%;
                left: 0;
            }


    .login-box .invalid-feedback-text {
        color: red !important;
        right: 0;
        position: absolute;
    }

    .login-box img {
        opacity: 0.5;
    }

    .login-box .info-container {
        position: relative;
        display: inline-block;
        margin: auto auto auto 5px;
    }

    .login-box .material-icons {
        font-size: 24px;
        vertical-align: middle;
        fill: ActiveBorder;
        font-weight: 400;
        opacity: .48;
        color: black;
        outline: thick;
    }

    .login-box .info-box {
        visibility: hidden;
        width: 300px;
        background-color: white;
        color: black;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 115%;
        right: 0%;
        opacity: 0;
        transition: opacity 0.3s, transform 0.3s;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

        .login-box .info-box::before {
            content: attr(data-title);
            display: block;
            text-align: center;
            background-color: #f8f9fa;
            margin-bottom: 5px;
        }

    .login-box .info-container:hover .info-box {
        visibility: visible;
        opacity: 1;
        transform: translateY(-10px);
    }

.login-blurb {
    font-size: 2rem;
}

footer.login-copyright {
    position: absolute;
    bottom: 0px;    
    width: 100%;
    font-size: 0.8rem;
}

footer .certus-logo {
    display: block;
    width: 170px;
    margin: 10px auto 20px auto;
}

p.login-copyright {
    position: absolute;    
    font-size: 0.8rem;
    bottom: 0px;
}

.bottom-links > a {        
    outline: 0 !important;
}

.bottom-links {
    margin: 0 0 5px 0;
}

@media (min-width: 576px) {
    .login-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-blurb {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {
    .login-box .form-group.buttons .login-button {
        min-width: 200px;
    }

    .login-box .form-group.buttons br {
        display: none;
    }

    .login-box .form-group.buttons .forgot-password {
        margin-top: 5px;
    }
}

.section-title {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 1em;
    padding: 0 5px 8px 5px;
    border-bottom: 1px dotted #ccc;
    font-weight: 300;
}

.order-summary-box .list-group-item {
    font-size: 0.95em;
    border-top: 1px dotted rgba(0, 0, 0, 0.125);
}

.order-summary-box .item-name {
    float: left;
    width: 75%;
}

.order-summary-box .item-amount {
    float: right;
    text-align: right;
    width: 25%;
}

.order-summary-box .total {
    font-weight: 700;
}

    .order-summary-box .total .item-name {
        text-align: right;
    }

.order-summary-box .subtotal .item-name {
    text-align: right;
}

.form-group {
    margin-bottom: 0.5rem;
}

.col-wraparound {
    overflow-wrap: break-word;
}

.col-form-label {
    padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .container-checkout {
        padding-top: 10px;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .col-form-label {
        padding-bottom: calc(0.375rem + 1px);
    }
}

@media (min-width: 992px) {
    .container-checkout {
        padding-top: 20px;
    }
}

.dashboard-sidebar {
    margin-top: -30px;
    margin-bottom: -60px;
    width: 300px;
    height: 100%;
    background-color: #e6e9ed;
    position: fixed;
    overflow-y: auto;
    z-index: 10;
    left: -300px;
}

    .dashboard-sidebar .card {
        width: 100%;
        background-color: transparent;
    }

        .dashboard-sidebar .card .course-progress {
            background-color: #fff;
        }

    .dashboard-sidebar .course-info {
        background-color: #eeeff1;
        border-bottom: 1px solid #ccc;
    }

        .dashboard-sidebar .course-info .status-alert {
            margin-top: 10px;
        }

        .dashboard-sidebar .course-info .btn {
            width: 100%;
        }

            .dashboard-sidebar .course-info .btn + .btn {
                margin-top: 1em;
            }

.dashboard-content {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .dashboard-content #botom-upsell-wrap {
        margin-top: 20px;
        padding-top: 25px;
    }

.table-content-box.card {
    overflow: hidden;
}

    .table-content-box.card .card-header {
        background-color: #434a54;
        color: #fff;
    }

    .table-content-box.card .accordion .card-header {
        background-color: transparent;
        color: inherit;
        border-bottom: 1px dotted #ccc;
        cursor: pointer;
        padding-right: 35px;
    }

        .table-content-box.card .accordion .card-header h5:after {
            display: block;
            width: 20px;
            content: "+";
            text-align: center;
            position: absolute;
            right: 1rem;
            top: 7px;
            font-size: 1.4em;
            font-weight: 600;
        }

        .table-content-box.card .accordion .card-header[aria-expanded="true"] h5:after {
            content: "-";
        }

        .table-content-box.card .accordion .card-header:hover {
            background-color: #f9f9f9;
        }

    .table-content-box.card .accordion .card:last-child .card-header {
        border-bottom: 0;
    }

    .table-content-box.card
    .accordion
    .card:last-child
    .list-group-item:first-child {
        border-top: 1px dotted #ccc;
    }

    .table-content-box.card
    .accordion
    .card:last-child
    .list-group-item:last-child {
        border-bottom: 0 !important;
    }

    .table-content-box.card
    .accordion
    .list-group-flush:last-child
    .list-group-item:last-child {
        border-bottom: 1px dotted #ccc;
    }

    .table-content-box.card .accordion .list-group-item {
        border-top-style: dotted;
        border-color: #ccc;
        padding-left: 2.2rem;
        z-index: 1;
        position: relative;
    }

        .table-content-box.card .accordion .list-group-item a {
            display: block;
            color: inherit;
            text-decoration: none;
            transition: padding-left linear 0.1s, color linear 0.1s;
        }

            .table-content-box.card .accordion .list-group-item a:hover {
                color: #007bff;
                padding-left: 5px;
            }

        .table-content-box.card .accordion .list-group-item.completed:after {
            display: inline-block;
            width: 20px;
            content: "done_outline";
            height: inherit;
            color: #a3d39c;
            font-family: "Material Icons";
            font-size: 14px;
            text-align: center;
            vertical-align: top;
            font-weight: 400 !important;
            word-wrap: normal;
            position: absolute;
            right: 1rem;
            top: 14px;
        }

        .table-content-box.card .accordion .list-group-item.resume:after {
            display: inline-block;
            width: 20px;
            content: "play_circle_outline";
            height: inherit;
            color: #a3d39c;
            font-family: "Material Icons";
            font-size: 21px;
            text-align: center;
            vertical-align: top;
            font-weight: 400 !important;
            word-wrap: normal;
            position: absolute;
            right: 1rem;
            top: 8px;
        }

.course-box.course-status.card .card-header {
    background-color: #434a54;
    color: #fff;
}

.course-box.course-status.card .btn {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.course-upgrade-box .list-group-item {
    padding: 1.25rem;
}

.course-upgrade-box.upsell-box.card .upsell-thumb {
    max-width: 60px;
    margin-right: 15px;
}

.card-body.purchased-upgrades {
    border-top: 1px dotted #ccc;
    padding-bottom: 0.75rem !important;
}

.final-score {
    margin-bottom: 1.5rem;
}

    .final-score .final-score-box {
        color: #fff;
        background: #ffc37a;
        background: linear-gradient(120deg, #f7a96f 0, #ff8c00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc37a', endColorstr='#ff8c00', GradientType=1 );
    }

        .final-score .final-score-box .final-grade {
            margin: auto;
            padding: 20px 30px;
            max-width: 200px;
            border-radius: 4px;
            border: 2px dotted #ebebeb;
        }

        .final-score .final-score-box .grade {
            display: inline-block;
            font-size: 3.5em;
            line-height: 1em;
            font-weight: 700;
            vertical-align: top;
        }

        .final-score .final-score-box .percent {
            display: inline-block;
            margin-top: 5px;
            font-size: 2em;
            line-height: 1em;
            font-weight: 400;
            vertical-align: top;
        }

    .final-score .btn {
        width: 100%;
    }

.disclaimer {
    font-size: 0.75em;
    opacity: 0.65;
    font-style: italic;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .dashboard-content {
        margin-left: 300px;
        width: calc(100% - 300px);
    }

    .dashboard-sidebar {
        left: 0;
    }

    .course-box.course-status.card {
        display: none;
    }
}

html {
    position: relative;
    min-height: 100%;
    background-color: #F5F7FA;
    overflow-y: scroll;
}

body {
    padding-bottom: 60px;
    padding-top: 3.5rem;
    font-family: "Open Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    color: #555;
    background-color: #F5F7FA;
}

#footer-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #6d7785;
    z-index: 11;
}

    #footer-wrap .footer {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 0.8rem;
    }

.wrap {
    padding: 30px 0;
}

.container-fluid.but-fixed {
    max-width: 1230px;
}

.alerts-wrap .alert:last-child {
    margin-bottom: 2rem;
}

.welcome-blurb {
    margin-right: 0.5rem;
}

.sort-btn .btn:active,
.sort-btn .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sort-btn .dropdown-menu {
    min-width: 250px;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
}

    .sort-btn .dropdown-menu .search-courses {
        margin-top: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

.sort-btn .dropdown-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

    .sort-btn .dropdown-item.active,
    .sort-btn .dropdown-item:active {
        color: #16181b;
        text-decoration: none;
        background-color: #f1f1f1;
    }

.card {
    border: 0;
}

    .card .card-header {
        background-color: #e6e9ed;
        border-bottom: 0;
    }

        .card .card-header h4 {
            font-weight: 600;
        }

        .card .card-header .card-edit {
            line-height: 1.2;
        }

            .card .card-header .card-edit a {
                color: inherit;
                opacity: 0.5;
            }

    .card .status-alert {
        margin-bottom: 10px;
    }

    .card .status-title {
        opacity: 0.5;
        font-size: 0.8rem;
    }

    .card .status-type {
        font-weight: 600;
    }

    .card .course-alerts {
        margin-right: 5px;
    }

    .card .blocking-alert,
    .card .non-blocking-alert {
        display: inline-block;
        margin: 10px;
        margin-top: 15px;
        color: #b8b8b8;
        position: relative;
    }

        .card .blocking-alert .material-icons,
        .card .non-blocking-alert .material-icons {
            display: inline-block;
            vertical-align: middle;
        }

        .card .blocking-alert .alert-count,
        .card .non-blocking-alert .alert-count {
            padding: 0 4px;
            position: absolute;
            font-size: 0.7em;
            color: #fff;
            border-radius: 2px;
            top: -5px;
            left: 80%;
        }

        .card .blocking-alert .alert-count {
            background-color: #da4453;
        }

        .card .non-blocking-alert .material-icons {
            font-size: 1.3em;
        }

        .card .non-blocking-alert .alert-count {
            background-color: #f6bb42;
        }

    .card .course-progress {
        height: 5px;
    }

    .card .course-progress {
        height: 8px;
        margin-bottom: 30px;
    }

        .card .course-progress .progress-bar {
            background-color: #a3d39c !important;
            border-radius: 0.25rem;
        }

    .card .order-details {
        font-size: 0.8em;
        opacity: 0.5;
    }

th.info-title {
    width: 30%;
    max-width: 150px;
}

.profile-image {
    margin: 1.8rem auto 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

    .profile-image img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

.help-icon {
    margin: 1.8rem auto 0 auto;
    width: 120px;
    height: 120px;
}

    .help-icon img {
        width: 100%;
        max-width: auto;
    }

.profile-details {
    margin-bottom: 1.3rem;
}

    .profile-details .profile-name {
        display: block;
        font-size: 1.3em;
        color: #09f;
    }

    .profile-details .profile-address,
    .profile-details .profile-email {
        display: block;
        opacity: 0.7;
    }

.btn.profile-edit {
    min-width: 150px;
}

.course-list .list-group-item a {
    color: inherit;
}

.empty-box {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

a.contact_icon {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

    a.contact_icon .material-icons {
        display: inline-block;
        border: 2px solid #ccc;
        padding: 15px;
        border-radius: 50%;
        vertical-align: middle;
        color: #ccc;
        margin-right: 5px;
    }

        a.contact_icon .material-icons + span {
            display: inline-block;
            vertical-align: middle;
        }

#botom-upsell-wrap {
    border-top: 1px solid #e3e3e3;
}

.upsell-box.card {
    border: 0;
}

    .upsell-box.card .upsell-thumb {
        display: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-right: 20px;
        width: 25%;
        max-width: 120px;
    }

    .upsell-box.card .upsell-description {
        overflow: hidden;
    }

    .upsell-box.card .card-text {
        font-size: 0.95em;
    }

.signout {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border: none;
}

@media (min-width: 576px) {
    .container-fluid.but-fixed {
        padding-left: 30px;
        padding-right: 30px;
    }

    .card-deck.help-deck {
        display: block;
        margin-bottom: 0.75rem;
        table-layout: fixed;
    }

    .upsell-box.card .upsell-thumb {
        display: block;
    }
}

@media (min-width: 768px) {
    .accord h3 {
        margin-left: 20px;
    }

        .accord h3:before {
            display: inline-block;
        }
}

@media (min-width: 992px) {
    .card-deck.help-deck {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
}

@media(max-width: 768px) {
    .login-box .form-group.buttons .login-button {
        text-align: center;
        width: 100%;
    }

    .login-box .form-group .link {
        align-content: center;
        float: none;
        padding: 0 0 0 0;
    }
}

@media(max-width: 440px) {
    .login-box .form-group-sm {
        padding-bottom: 30px !important;
    }
}

.loginvalidation ul {
    list-style: none;
    margin-left: -40px
}
