/*****************************************************************************/
/*****************************************************************************/
/************** start legacy app.css *****************************************/
/* -- Primary action colour -- */
a {
    color: #007cbe;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #00467f;
    text-decoration: underline;
}

.btn,
.form-control {
    border-radius: 0px !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #007cbe;
    border-color: #007cbe;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff !important;
    background-color: #00467f;
    border-color: #00467f;
}
.btn-primary:active,
.btn-primary.active {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-info {
    color: #fff !important;
    background-color: #bf83b9;
    border-color: #bf83b9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff !important;
    background-color: #c995c3;
    border-color: #c995c3;
}

.btn-rounded {
    border-radius: 50px !important;
}

.bg-primary {
    background-color: #bf83b9;
    color: #ffffff;
}
.bg-primary a {
    color: #ffffff;
}
.bg-primary a:hover {
    color: #fff;
}

.bg-white a {
    color: #bf83b9;
}
.bg-white a:hover {
    color: #bf83b9;
}

.bg-dark {
    background-color: #bf83b9;
}

.bg-light {
    background-color: #eeeeee;
}

a.bg-light:hover {
    color: #5a61e8;
}
a.bg-primary:hover {
    background-color: #bf83b9;
}
a.text-primary:hover {
    color: #bf83b9;
}
.text-primary {
    color: #bf83b9;
}

.bg-primary.dker,
.bg-primary .dker {
    background-color: #00467f;
}

.bg-primary.lter,
.bg-primary .lter {
    background-color: #007cbe;
}

.stroke-primary {
    stroke: #00619f;
}

.stroke-primary.dker,
.stroke-primary .dker {
    stroke: #00467f;
}

.stroke-primary.lter,
.stroke-primary .lter {
    stroke: #007cbe;
}

.fill-primary {
    fill: #00619f;
}

.fill-primary.dker,
.fill-primary .dker {
    fill: #00467f;
}

.fill-primary.lter,
.fill-primary .lter {
    fill: #007cbe;
}

.b-primary {
    border-color: #007cbe;
}

.rounded {
    border-radius: 500px !important;
}

/* -- Header bar colour -- */
.navbar {
    background-color: #00467f;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.navbar .nav > li:hover > a,
.navbar .nav > li:focus > a,
.navbar .nav > li.active > a,
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle.active {
    color: #c995c3;
    background-color: transparent;
    text-decoration: underline;
}
.navbar .nav > li > a,
.navbar-toggle {
    color: #bf83b9;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #bf83b9;
    border-left: 1px solid #fff;
}

.navbar-toggle .fa {
    background-color: transparent;
    color: #007cbe;
}

.navbar-toggle:hover .fa {
    color: #00467f;
    background-color: transparent;
}

.navbar support-link,
.navbar support-link > a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.navbar .nav > li > a {
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 600;
    text-decoration: none;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar support-link a:hover,
.navbar support-link a:focus,
.navbar a:hover support-link,
.navbar a:focus support-link {
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    background-color: #bf83b9;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    text-decoration: none !important;
}

.navbar-left > li {
    border-right: 1px solid #fff;
}

/* -- Dropdown menu link colour -- */

.dropdown-menu > li > a {
    color: #007cbe;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: underline;
    color: #00467f;
    background-color: transparent !important;
}

/* carousel */
.carousel-control {
    width: 10%;
}

.banner .slide-0 {
    background-image: url(/content/assets/banner_bg0.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .slide-1 {
    background-image: url(/content/assets/banner_bg1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .slide-2 {
    background-image: url(/content/assets/banner_bg2.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .text-white {
    text-shadow: none !important;
    line-height: 1.2em !important;
}

.banner .banner-title {
    margin-bottom: 0px;
}

.banner .banner-subtitle {
    margin-top: 5px;
}

.banner .container-fluid {
    height: 250px !important;
}

.banner .row {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /*IE*/
    -moz-transform: translateY(-50%); /*Firefox*/
    -webkit-transform: translateY(-50%); /*Chrome, Safari, Opera*/
}

/* dashboard */

.app-private-dashboard .row-widgets {
    max-width: 970px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.timeline .btn-info,
.timeline .btn-info:hover,
.timeline .btn-info:active {
    background-color: #ffffff !important;
    border: 1px solid #dee0e5 !important;
    color: #5d5d5d !important;
    cursor: default;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.dashpan {
    border-radius: 0px !important;
    border: 0px none transparent !important;
    box-shadow: none !important;
    cursor: pointer;
}

.dashpan .h2 {
    margin-bottom: 10px;
}

.dashpan .panel-bg {
    background-color: #bf83b9;
    border-radius: 10px;
    background-image: url(/content/assets/widgets_widget-bg.svg);
    background-size: 100% 100%;
}

.dashpan:hover .panel-bg {
    background-color: #c995c3 !important;
}

.app-private-dashboard section h2 a {
    color: #007cbe !important;
    text-decoration: none !important;
}

/* CPD */

.app-private-cpd-list #action_export {
    background-color: #007cbe !important;
    border-color: #007cbe !important;
}

.app-private-cpd-list #action_export:hover,
.app-private-cpd-list #action_export:focus,
.app-private-cpd-list #action_export:active,
.app-private-cpd-list #action_export.active {
    background-color: #00467f !important;
    border-color: #00467f !important;
}

.app-private-cpd-item .control-label {
    color: #007cbe;
}

/* -- Team dashboard -- */
.app-private-team-dashboard .label-aditional-info {
    color: #007cbe !important;
    fill: #007cbe !important;
}

.app-private-team-dashboard h2,
.app-private-team-member h2,
.app-private-team-dashboard .label-title,
.app-private-team-member text.grey {
    color: #007cbe !important;
    fill: #007cbe !important;
    background-color: transparent !important;
    padding: 0px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.graph line,
.grid line,
.x-grid,
.tear,
#def-tear {
    stroke: #007cbe !important;
}

.app-private-team-dashboard .team-members a {
    text-decoration: none;
}

.app-private-team-dashboard .team-members .active-user {
    color: #007cbe !important;
}

.app-private-team-dashboard .team-members .active-user:hover {
    color: #00467f;
    text-decoration: none;
}

.app-private-team-member .panel .blue-text {
    color: #000000;
}

.text-muted {
    color: #333333 !important;
}

.app-private-team-member .light-blue {
    background-color: #007cbe !important;
}

.app-private-team-member .blue {
    background-color: #00619f !important;
}

.app-private-team-member .dark-blue {
    background-color: #00467f !important;
}

.app-private-team-member circle.light-blue {
    stroke: #007cbe !important;
}

.app-private-team-member circle.blue {
    stroke: #00619f !important;
}

.app-private-team-member circle.dark-blue {
    stroke: #00467f !important;
}

.app-private-team-member .bg-primary {
    background-color: #00619f;
}

.app-private-team-member .bg-primary.lter {
    background-color: #007cbe !important;
}

/* footer */

#site-footer {
    background-color: #00467f !important;
    border-top: 0px none transparent;
    margin-top: 10px;
    padding: 30px 0px;
    height: auto !important;
    color: #ffffff;
}

#site-footer .container {
    width: 100%;
}

#site-footer a {
    color: #ffffff !important;
    margin: 0px;
}

#site-footer .footer-copyright::after,
#site-footer .footer-privacy::after {
    content: " |";
    white-space: pre;
}

#site-footer .container {
    max-width: 970px;
    padding: 0px 15px;
}

#site-footer .footer__logo img {
    width: 100%;
}

#site-footer .footer__address {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 23px;
    padding: 0px 15px;
}
#site-footer .footer__menu {
    padding: 0 0 0 15px;
}

#site-footer .footer__menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#site-footer .footer__menu li {
    display: block;
    margin: 0 0 10px;
}

#site-footer .footer__social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#site-footer .footer__social ul li {
    background-size: 100%;
    display: inline-block;
    float: right;
    height: 44px;
    margin: 0 0 20px 20px;
    width: 44px;
}

#site-footer .footer__social ul li a {
    display: block;
    font-size: 0;
    height: 100%;
    width: 100%;
}

#site-footer .footer__social ul li a:hover,
#site-footer .footer__social ul li a:focus {
    opacity: 0.5;
}

#site-footer .footer__social ul li.twitter {
    background-image: url(/content/assets/footer_tw-icon.png);
}

#site-footer .footer__social ul li.youtube {
    background-image: url(/content/assets/footer_yt-icon.png);
}

#site-footer .footer__social ul li.facebook {
    background-image: url(/content/assets/footer_fb-icon.png);
}

#site-footer .footer__social ul li.instagram {
    background-image: url(/content/assets/footer_insta-icon.png);
}

#site-footer .footer__social ul li.linkedin {
    background-image: url(/content/assets/footer_linkedin-icon.png);
}

#site-footer .footer__social ul li.email {
    background-image: url(/content/assets/footer_email-icon.png);
}

@media (max-width: 991px) and (min-width: 768px) {
    .app-private-dashboard section h2,
    .app-private-dashboard .dashpan .h2 {
        font-size: 24px !important;
    }

    #site-footer .footer__social ul li {
        margin: 0 0 20px 30px;
    }
}

@media (max-width: 860px) and (min-width: 768px) {
    body {
        margin-bottom: 430px !important;
    }
}

@media (max-width: 767px) {
    .navbar-right {
        height: auto !important;
    }

    .navbar-right > li > a,
    .navbar-right > li > a.ng-scope,
    .navbar-right > li > a.ng-binding,
    .navbar-right > li > a.dropdown-toggle {
        height: 50px !important;
        padding: 15px 15px !important;
        border-bottom: 0px none transparent !important;
    }

    .navbar support-link > a > span > div {
        padding: 0px !important;
    }
    .dropdown-toggle .img-circle {
        margin-top: 5px;
    }

    .navbar support-link,
    .navbar support-link > a {
        padding: 0px !important;
        margin: 0px !important;
        text-decoration: none !important;
    }

    .navbar .nav > li > a:hover,
    .navbar .nav > li > a:focus,
    .navbar support-link a:hover,
    .navbar support-link a:focus {
        text-decoration: none;
        border-bottom: 0px none transparent !important;
    }
    .navbar .nav .open {
        background: #bf83b9;
        border-bottom: 0px none transparent !important;
    }

    .banner .col-xs-push-1 {
        left: 0px;
        width: 100%;
        padding: 0px 6.9vw;
    }

    #site-footer .footer__logo {
        height: auto;
        margin: 0 auto 35px;
        width: 150px !important;
    }

    #site-footer .footer__logo img {
        width: 100% !important;
    }

    #site-footer .footer__address {
        font-size: 18px;
        border-right: 0px transparent none;
    }

    #site-footer .footer__menu {
        font-size: 18px;
        padding-bottom: 30px;
    }

    #site-footer .footer__social ul li.email {
        margin-left: 0px !important;
    }

    body {
        margin-bottom: 760px !important;
    }
}

@media (max-width: 480px) {
    #site-footer .footer__social ul li {
        width: 11.45vw;
        height: 11.45vw;
        margin-left: 4.16vw;
    }
}

/**************** end legacy app.css *****************************************/
/*****************************************************************************/
/*****************************************************************************/
html {
    background-color: #ffffff;
}

body {
    font-size: 11pt !important;
    line-height: 1.3;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

h1,
.h1,
h2,
.h2 {
    color: #007cbe;
    font-weight: bold;
}

.brand img {
    z-index: 1000;
}
.navbar-header {
    width: inherit;
    background-color: #fff;
}
.navbar-brand {
    padding-left: 0;
}
.navbar-brand img {
    margin-top: -3px;
    max-height: 40px;
    height: 40px;
    margin-left: 10px;
}

.signin-panel form .text-white,
.forgot-panel form .text-white,
.signup-panel form .text-white,
.recover-panel form .text-white,
.thanks-panel form .text-white,
.scope-panel form .text-white,
.verify-panel form .text-white {
    color: #00467f;
}

.app-public-access-signin,
.app-public-access-forgot,
.app-public-access-signup,
.app-public-access-recover,
.app-public-access-thanks,
.app-public-access-scope,
.app-public-access-verify {
    background-image: url(/content/assets/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.app-public-access-signin .b-a,
.app-public-access-forgot .b-a,
.app-public-access-signup .b-a,
.app-public-access-recover .b-a,
.app-public-access-thanks .b-a,
.app-public-access-scope .b-a,
.app-public-access-verify .b-a {
    border: 0px none transparent !important;
}

.app-public-access-signin body,
.app-public-access-forgot body,
.app-public-access-signup body,
.app-public-access-recover body,
.app-public-access-thanks body,
.app-public-access-scope body,
.app-public-access-verify body {
    margin-bottom: 0px !important;
}

.app-public-access-forgot .forgot-panel,
.app-public-access-signup .signup-panel,
.app-public-access-recover .recover-panel,
.app-public-access-thanks .thanks-panel,
.app-public-access-scope .scope-panel,
.app-public-access-verify .verify-panel {
    padding: 30px;
}

.app-public-access-signin .signin-panel,
.app-public-access-forgot .forgot-panel,
.app-public-access-signup .signup-panel,
.app-public-access-recover .recover-panel,
.app-public-access-thanks .thanks-panel,
.app-public-access-scope .scope-panel,
.app-public-access-verify .verify-panel {
    background-color: #ffffff;
    display: table; /*required to avoid display bug in Chrome*/
    margin-top: 0px;
    margin-bottom: 0px;
}

.app-public-access-signin #app,
.app-public-access-forgot #app,
.app-public-access-signup #app,
.app-public-access-recover #app,
.app-public-access-thanks #app,
.app-public-access-scope #app,
.app-public-access-verify #app {
    position: relative;
    top: 40px;
}

.app-public-access-signin .signin-panel a,
.app-public-access-forgot .forgot-panel a,
.app-public-access-signup .signup-panel a,
.app-public-access-recover .recover-panel a,
.app-public-access-thanks .thanks-panel a,
.app-public-access-scope .scope-panel a,
.app-public-access-verify .verify-panel a {
    color: #0081c6;
}

.app-public-access-signin .signin-panel .control-label,
.app-public-access-forgot .forgot-panel .control-label,
.app-public-access-signup .signup-panel .control-label,
.app-public-access-recover .recover-panel .control-label,
.app-public-access-thanks .thanks-panel .control-label,
.app-public-access-scope .scope-panel .control-label,
.app-public-access-verify .verify-panel .control-label {
    font-weight: bold !important;
}

.app-public-access-signin .signin-panel a:hover,
.app-public-access-forgot .forgot-panel a:hover,
.app-public-access-signup .signup-panel a:hover,
.app-public-access-recover .recover-panel a:hover,
.app-public-access-thanks .thanks-panel a:hover,
.app-public-access-scope .scope-panel a:hover,
.app-public-access-verify .verify-panel a:hover {
    color: #0081c6 !important;
}

.app-public-access-signin .signin-panel .ng-scope,
.app-public-access-forgot .forgot-panel .ng-scope,
.app-public-access-signup .signup-panel .ng-scope,
.app-public-access-recover .recover-panel .ng-scope,
.app-public-access-thanks .thanks-panel .ng-scope,
.app-public-access-scope .scope-panel .ng-scope,
.app-public-access-verify .verify-panel .ng-scope {
    text-align: center;
}

.app-public-access-signin .signin-panel .text-right,
.app-public-access-forgot .forgot-panel .text-right,
.app-public-access-signup .signup-panel .text-right,
.app-public-access-recover .recover-panel .text-right,
.app-public-access-thanks .thanks-panel .text-right,
.app-public-access-scope .scope-panel .text-right,
.app-public-access-verify .verify-panel .text-right {
    text-align: right !important;
}

.app-public-access-signin .signin-panel .brand img,
.app-public-access-forgot .forgot-panel .brand img,
.app-public-access-signup .signup-panel .brand img,
.app-public-access-recover .recover-panel .brand img,
.app-public-access-thanks .thanks-panel .brand img,
.app-public-access-scope .scope-panel .brand img,
.app-public-access-verify .verify-panel .brand img {
    width: 100%;
    height: auto !important;
    margin-top: 0px;
    padding: 10px;
}

.app-public-access-signin .signin-panel .m-b-lg,
.app-public-access-forgot .forgot-panel .m-b-lg,
.app-public-access-signup .signup-panel .m-b-lg,
.app-public-access-recover .recover-panel .m-b-lg,
.app-public-access-thanks .thanks-panel .m-b-lg,
.app-public-access-scope .scope-panel .m-b-lg,
.app-public-access-verify .verify-panel .m-b-lg {
    margin-bottom: 20px !important;
}

.app-public-access-thanks .thanks-panel .btn-default {
    color: #fff !important;
    background-color: #007cbe;
    border-color: #007cbe;
}

.app-public-access-signin .signin-panel .btn-primary,
.app-public-access-forgot .forgot-panel .btn-primary,
.app-public-access-signup .signup-panel .btn-primary,
.app-public-access-recover .recover-panel .btn-primary,
.app-public-access-thanks .thanks-panel .btn-primary,
.app-public-access-scope .scope-panel .btn-primary,
.app-public-access-verify .verify-panel .btn-primary {
    color: #fff !important;
    background-color: #007cbe;
    border-color: #007cbe;
}
.app-public-access-signin .signin-panel .btn-primary:hover,
.app-public-access-signin .signin-panel .btn-primary:focus,
.app-public-access-signin .signin-panel .btn-primary:active,
.app-public-access-signin .signin-panel .btn-primary.active,
.app-public-access-forgot .forgot-panel .btn-primary:hover,
.app-public-access-forgot .forgot-panel .btn-primary:focus,
.app-public-access-forgot .forgot-panel .btn-primary:active,
.app-public-access-forgot .forgot-panel .btn-primary.active,
.app-public-access-signup .signup-panel .btn-primary:hover,
.app-public-access-signup .signup-panel .btn-primary:focus,
.app-public-access-signup .signup-panel .btn-primary:active,
.app-public-access-signup .signup-panel .btn-primary.active,
.app-public-access-recover .recover-panel .btn-primary:hover,
.app-public-access-recover .recover-panel .btn-primary:focus,
.app-public-access-recover .recover-panel .btn-primary:active,
.app-public-access-recover .recover-panel .btn-primary.active,
.app-public-access-thanks .thanks-panel .btn-primary:hover,
.app-public-access-thanks .thanks-panel .btn-primary:focus,
.app-public-access-thanks .thanks-panel .btn-primary:active,
.app-public-access-thanks .thanks-panel .btn-primary.active,
.app-public-access-scope .scope-panel .btn-primary:hover,
.app-public-access-scope .scope-panel .btn-primary:focus,
.app-public-access-scope .scope-panel .btn-primary:active,
.app-public-access-scope .scope-panel .btn-primary.active,
.app-public-access-verify .verify-panel .btn-primary:hover,
.app-public-access-verify .verify-panel .btn-primary:focus,
.app-public-access-verify .verify-panel .btn-primary:active,
.app-public-access-verify .verify-panel .btn-primary.active {
    color: #fff !important;
    background-color: #004a72;
    border-color: #004a72;
}

.app-public-access-thanks .thanks-panel .btn-default:hover,
.app-public-access-thanks .thanks-panel .btn-default:focus,
.app-public-access-thanks .thanks-panel .btn-default:active,
.app-public-access-thanks .thanks-panel .btn-default.active {
    color: #fff !important;
    background-color: #004a72;
    border-color: #004a72;
}

.app-public-access-signin .container.m-t-sm,
.app-public-access-forgot .container.m-t-sm,
.app-public-access-signup .container.m-t-sm,
.app-public-access-recover .container.m-t-sm,
.app-public-access-thanks .container.m-t-sm,
.app-public-access-scope .container.m-t-sm,
.app-public-access-verify .container.m-t-sm {
    background-color: #ffffff;
    margin-top: 0px;
    padding: 0px 20px 20px 20px !important;
    margin-bottom: 0px;
    background-size: 100% 6px;
    background-repeat: no-repeat;
}

.app-public-access-signin .container.m-t-sm a,
.app-public-access-forgot .container.m-t-sm a,
.app-public-access-signup .container.m-t-sm a,
.app-public-access-recover .container.m-t-sm a,
.app-public-access-thanks .container.m-t-sm a,
.app-public-access-scope .container.m-t-sm a,
.app-public-access-verify .container.m-t-sm a {
    color: #0081c6 !important;
}

.app-public-access-signin .container.m-t-sm a:hover,
.app-public-access-forgot .container.m-t-sm a:hover,
.app-public-access-signup .container.m-t-sm a:hover,
.app-public-access-recover .container.m-t-sm a:hover,
.app-public-access-thanks .container.m-t-sm a:hover,
.app-public-access-scope
    .container.m-t-sm
    a:hover
    .app-public-access-verify
    .container.m-t-sm
    a:hover {
    color: #0081c6 !important;
    text-decoration: underline !important;
}

.banner .row {
    position: relative;
    top: 50%;
    transform: translateY(-62%);
    -ms-transform: translateY(-62%); /*IE*/
    -moz-transform: translateY(-62%); /*Firefox*/
    -webkit-transform: translateY(-62%); /*Chrome, Safari, Opera*/
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.navbar-right > li > a {
    display: block;
}

/* tile panel */
.tile-link {
    text-decoration: none !important;
}

.tile-body {
    font-size: 12px;
}

.btn-success {
    color: #fff !important;
    background-color: #007cbe !important;
    border-color: #007cbe !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff !important;
    background-color: #00467f !important;
    border-color: #00467f !important;
}

#landing-page #title,
#landing-page #desc {
    color: #ffffff !important;
}

#landing-page .row.bg-primary,
.app-private-instructors-dashboard #header .bg-primary {
    background-size: cover;
    background-image: url(/content/assets/banner_bg2.jpg);
    background-position: 50% 50%;
}

.app-private-instructors-dashboard .session-stats.bg-primary {
    background-color: #00619f;
}

@media (max-width: 767px) {
    .app-public-access-signin,
    .app-public-access-forgot .app-public-access-signup,
    .app-public-access-recover,
    .app-public-access-thanks,
    .app-public-access-scope {
        background-image: none;
    }

    .app-public-access-signin .container.m-t-sm,
    .app-public-access-forgot .container.m-t-sm,
    .app-public-access-signup .container.m-t-sm,
    .app-public-access-recover .container.m-t-sm,
    .app-public-access-thanks .container.m-t-sm,
    .app-public-access-scope .container.m-t-sm {
        background-image: none;
    }
    .app-public-access-signin .box-shadow-xl,
    .app-public-access-forgot .box-shadow-xl,
    .app-public-access-signup .box-shadow-xl,
    .app-public-access-recover .box-shadow-xl,
    .app-public-access-thanks .box-shadow-xl,
    .app-public-access-scope .box-shadow-xl {
        box-shadow: none;
    }

    .app-public-access-signin #app,
    .app-public-access-forgot #app,
    .app-public-access-signup #app,
    .app-public-access-recover #app,
    .app-public-access-thanks #app,
    .app-public-access-scope #app {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        top: 10px;
    }

    .app-public-access-signin .signin-panel,
    .app-public-access-forgot .forgot-panel,
    .app-public-access-signup .signup-panel,
    .app-public-access-recover .recover-panel,
    .app-public-access-thanks .thanks-panel,
    .app-public-access-scope .scope-panel {
        width: 100% !important;
    }

    .app-public-access-signin .signin-panel .brand img,
    .app-public-access-forgot .forgot-panel .brand img,
    .app-public-access-signup .signup-panel .brand img,
    .app-public-access-recover .recover-panel .brand img,
    .app-public-access-thanks .thanks-panel .brand img,
    .app-public-access-scope .scope-panel .brand img {
        max-width: 320px !important;
    }

    .banner-content {
        flex-direction: column;
    }

    .banner-content .h1 {
        text-align: center !important;
        max-width: 100% !important;
    }

    .navbar-brand img {
        margin-top: 2px;
    }

    .navbar support-link .ng-binding {
        padding: 0px !important;
    }

    .navbar .fa-bell {
        font-size: 14px !important;
        margin-top: 4px;
    }
}

/* dashboard migration */

.brand img {
    content: url("/content/assets/logo.svg") !important;
    width: 100%;
}

.navbar-brand img {
    content: url("/content/assets/logo.svg") !important;
}

.app-private-dashboard .banner-container a:hover,
.app-private-dashboard .banner-container a:focus {
    text-decoration: none;
}

.app-private-dashboard .banner-text h2,
.app-private-dashboard .banner-text p {
    font-weight: 700;
}

.app-private-dashboard .banner-item-wrapper {
    height: 250px;
}

.app-private-dashboard .container-widgets a:hover {
    text-decoration: none;
}

.app-private-dashboard .svg-stats section {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.app-private-dashboard .svg-stats .cpd-chart {
    width: 48%;
    display: inline-block;
}

.app-private-dashboard .svg-stats .cpd-charts-support-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 187px;
    background-color: #bf83b9;
    border-radius: 20px;
}

.app-private-dashboard .default-tile.panel {
    flex-direction: column-reverse;
    border: none;
    box-shadow: none;
    text-align: center;
    height: 250px;
}

.app-private-dashboard .cpd-charts div,
.app-private-dashboard .default-tile .img-container-top,
.app-private-dashboard .default-tile .panel-img-top {
    border-radius: 20px;
    background-color: #bf83b9;
    text-align: center;
    background-size: contain !important;
}

.app-private-dashboard .cpd-charts div {
    height: 177px !important;
}

.app-private-dashboard .default-tile .img-container-top {
    padding: 20px;
}

.app-private-dashboard .container-widgets a:hover .cpd-charts-wrapper,
.app-private-dashboard
    .container-widgets
    a:hover
    .default-tile
    .img-container-top,
.app-private-dashboard .container-widgets a:hover .default-tile .panel-img-top {
    background-color: #c995c3 !important;
}

.app-private-dashboard .default-tile h2,
.app-private-dashboard .cpd-charts h2 {
    text-align: center;
    color: #007cbe;
    font-weight: bold;
    font-size: 30px !important;
}

.app-private-dashboard .component-cpd-charting h2 {
    margin-bottom: 25px !important;
}

.app-private-dashboard .cpd-charts-support-text {
    color: #fff;
}

@media (max-width: 1199px) {
    .app-private-dashboard .default-tile.panel {
        height: 243px;
    }

    .app-private-dashboard .cpd-charts div,
    .app-private-dashboard .default-tile .img-container-top {
        height: 170px !important;
    }
}

@media (max-width: 991px) {
    .app-private-dashboard .default-tile.panel {
        height: 236px;
    }

    .app-private-dashboard .component-cpd-charting h2 {
        margin-bottom: 30px !important;
    }

    .app-private-dashboard .cpd-charts div,
    .app-private-dashboard .default-tile .img-container-top {
        height: 165px !important;
    }
}

@media (max-width: 767px) {
    .app-private-dashboard .banner-text {
        max-width: 100%;
    }

    .app-private-dashboard .banner-text h2 {
        font-size: 20px !important;
    }

    .app-private-dashboard .banner-text p {
        font-size: 14px;
    }
}