
:root {
    --primary-color: #FFA951;
    --site-color: #FFA951;
}
.btnPrimary {
    background-color: #FFA951;
    color: white;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
}
.skip-link:focus {
    top: 0;
}
.nav-link {
    font-size: 14px;
}
.nav-link:hover {
    color: #FFA951;
}
.exitBtn {
    background-color: #FFA951 !important;
    color: white !important;
    border: none;
    padding-top: 10px;
}
.exitBtn:hover {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.navbar-brand > img {
    width: auto;
    min-height: 38px;
}

h1, .h1 {
    font-family: rosario;
    font-size: 28px;
    color: black;
    font-weight: normal !important;
    margin-bottom: 20px;
}
h2, .h2 {
    font-family: "source-sans-pro";
    font-size: 18px;
    color: #FFA951;
    margin-top: 20px;
    margin-bottom: 7px;
}
h3, .h3 {
    font-family: "source-sans-pro";
    font-size: 16px;
    color: #5a5a5a;
}
#mainContent h3, .h3 {
    font-style: italic;
    font-weight: bold;
}

body {
    background-color: #ececed;
    font-family: rosario;
    color: #5a5a5a;
}

body > .container {
    background-color: white;
}

.jwtFrame {
    width:100%;
    height:100%;
    min-height:1150px;
}

#mainContent h1 {
    margin-top: 10px;
}

#mainContent p {
    line-height: 1.55;
}

#mainContent a {
    color: #5a5a5a;
    text-decoration: underline;
}
#mainContent a:hover {
    color: #FFA951;
    text-decoration: underline;
}

.toast-info {
    background-color: #FFA951 !important;
    color: white !important;
}

footer a, footer {
    color: white;
}
footer p {
    font-size: 10px;
    text-transform: uppercase;
}
footer > div {
    padding-top: 10px;
}


.navbar {
    background-color: white;
    border: none;
}
.control-label {
    font-weight: normal !important;
}

@media (min-width: 1200px) {

    .landing img {
        -webkit-filter: grayscale(50%);
    }

    .landing img:hover {
        -webkit-filter: grayscale(0);
    }
}


.navbar-default .navbar-nav a {
    color: #666666;
    text-transform: None;
    font-size: 13px;
    font-family: "source-sans-pro";
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFA951 !important;
    background-color: #EEEAE4 !important;
    border-color: #0057BF !important;
}

.searchNavBtn:focus, .searchNavBtn:hover {
    color: #FFA951 !important;
    border: 1px solid #FFA951 !important;
}

.searchNavBtn {
    color: #FFA951 !important;
    border: 1px solid #FFA951 !important;
}

.dropdown-menu > li > .nav-link:focus, .dropdown-menu > li > .nav-link:hover {
    color: #FFA951 !important;
    text-decoration: none;
}

.dropdown-menu a {
    letter-spacing: 0 !important;
}

.navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

.form-horizontal .control-label {
    text-align: left;
}

.panel-primary {
    border-color: #0057BF;
}
.panel-primary > .panel-heading {
    color: white;
    background-color: #0057BF;
    border-color: #0057BF;
}

.requiredError {
    border: 1px solid red;
}

#calendar .today {
    background-color: #E6E6E6 !important;
}
#calendar .day {
    font-family: "source-sans-pro";
}
#calendar th {
    font-weight: normal !important;
}

#helloBanner, #helloFooter {
    background-color: #0057BF !important;
}
#hello .close {
    color: white;
}

body, p, td, h1, h2, h3, a, li, div, li {
    font-family: Arial !important;
}

.form-group {
    margin: 10px 0px;
}

#page-my-day h2.label-success {
    border-top: 4px solid rgb(164, 164, 164) !important;
    background-color: rgb(204, 204, 204) !important;
    color: rgb(88, 88, 88) !important;
}
#page-my-day h2.label-success span {
    text-transform: uppercase !important;
    color: black !important;
}

#page-my-day h2.label-success span.text-warning {
    color: rgb(128, 128, 128) !important;
}


#page-my-program .label-success {
    background-color: #FFA951 !important;
}

/*
    BUTTONS BUTTONS BUTTONS
*/

.btn {
    text-decoration: none !important;
    --bs-btn-hover-border-color: #FFA951 !important;
}

.btn:hover {
    text-decoration: none !important;
}

.btn-default, .btn-danger {
    background-color: #E6E6E6 !important;
    border-color: #E6E6E6 !important;
    color: #666666 !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: rgb(118, 118, 118) !important;
    border-color: rgb(118, 118, 118) !important;
    color: white !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: rgb(251, 29, 29) !important;
    border-color: rgb(251, 29, 29) !important;
    color: white !important;
}

.btn-primary, .btn-success, .btn-warning {
    color: white !important;
    background-color: rgb(88, 89, 91) !important;
    border-color: rgb(88, 89, 91) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: #FFA951 !important;
    border-color: #FFA951 !important;
    color: white !important;
    text-decoration: none !important;
}

/*
.progress-bar-success {
    background-color: #FFA951 !important;
}
*/

.landing {
}

.landing h2 {
    font-family: "rosario";
    font-size: 18px;
    color: black;
    /*font-weight: bold;*/
    line-height: 125%;
    padding: 0;
    margin: 0;
    margin-bottom: 28px;
}
.landing p {
    font-family: "league-gothic";
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    letter-spacing: 1px;
}
.landing img {
    padding-top: 8px;
}

.landing a {
    text-decoration: none !important;
}

.landing a:hover {
    color: #5a5a5a !important;
    text-decoration: underline !important;
}

#mini-landing-header img {
    margin-bottom: 10px;
}
/*
    SIDEBAR
*/

#side_container {
    background-color: #F2F2F2;
    font-size: 13px;
}
#side_container h2 {
    text-transform: uppercase;
    font-family: "league-gothic";
    color: #FFA951;
    letter-spacing: 2.2px;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
/ / padding-top: 20 px;
}

#side_main {
    padding-left: 40px;
    padding-right: 40px;
/ / padding-top: 12 px;
    padding-bottom: 35px;
    color: #666666;
}
#side_main hr {
    border-color: #666666;
}
#side_main h3 {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}
#side_main .media-heading a {
    color: black;
    font-weight: bold;
}
#side_wellbeing {
    padding-bottom: 45px;
}

#side_events a {
    color: #5a5a5a !important;
}
.primaryColor {
    color: #FFA951 !important;
}
.primaryBackgroundColor {
    background-color: #FFA951 !important;
    color: white !important;
}
#side_stuff {
    background-color: #FFA951;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
}

.no-padding {
    padding: 0px;
}

#side_stuff a, #side_stuff a:hover {
    color: white !important;
}
#side_stuff h2 {
    color: white;
    padding-top: 16px;
    padding-bottom: 8px;
}
#side_stuff h3 {
    color: black;
    text-transform: uppercase;
    font-family: "league-gothic";
    letter-spacing: 2.2px;
    font-size: 1.4em;
}
#side_stuff hr {
    border-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}
.icon_events {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FFA951;
    display: block;
}

/*
    Landing page section headings
*/

.sectionPhysical {
    color: #BD1A8D;
}
.sectionEmotional {
    color: #722D67;
}
.sectionSocial {
    color: #532F8B;
}
.sectionFinancial {
    color: #32C3E2;
}
.sectionBenefits {
    color: #F067A6;
}
.sectionTools {
    color: #F5A7C9;
}
.sectionEvents {
    color: #F05A28;
}

/*

    GAMIFICATION STYLES
    GAMIFICATION STYLES
    GAMIFICATION STYLES

*/

#page-my-achievements h4 {
    color: black;
    margin-top: 2px;
    margin-bottom: 2px;
}

#page-my-achievements .headline {
    color: #FFA951;
    text-transform: uppercase;
    /*padding-top: 10px;*/
    /*color: black;*/
}
#page-my-achievements .headline span {
    color: black;
}

#achievements .level {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
}

#achievements .sdbadge span {
    /*width: 68px;*/
    /*height: 68px;*/
}

#achievements .myLevel {
    text-align: center;
}

#achievements #progress {
    /*padding-top: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.row > .img-responsive {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#game_bar {
    margin-top: 10px;
    margin-bottom: 12px;
    border: 1px solid #B3B3B3;
    /*padding: 6px;*/
}

#game_bar > div {
    width: 32%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    /*line-height: 25px;*/
    margin-top: 5px;
    margin-bottom: 5px;
}

#game_bar a {
    display: block;
    color: #777668;
    text-decoration: none;
    font-family: "source-sans-pro";
    text-transform: uppercase;
    text-align: center;
    height: 28px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 1200px) {
    #game_bar a {
        display: block;
    }
}
#game_bar a span {
    font-size: 10pt;
    padding-left: 10px;
    letter-spacing: 1pt;
}

#game_bar #game_level {
    border-right: 1px solid #B3B3B3;
    width: 33.33%;
    float: left;
}

#game_bar #game_points {
    border-right: 1px solid #B3B3B3;
    width: 33.33%;
}

#game_bar #campaign_progress {
    float: right;
    width: 33.33%;
    display: flex;
    align-items: center;
}





<style type="text/css">
.alert-warning {
    color: #fbfbfb !important;
    background-color: #FFA951 !important;
    border-color: #FFA951 !important;
}



.btn-primary {
    color: white !important;
    background-color: #FFA951 !important;
    border-color: #FFA951 !important;
    border-radius: 12px !important;

 

    }
</style>


