/*Nav Highlight*/
#program_navigation ul.navigation_items li:nth-of-type(4){
    color: var(--theme_primary) !important;
    border-bottom: 2px solid var(--theme_primary) !important;
    margin-bottom: -5px !important;
    padding-bottom: 7px !important;
    transform: none !important;
}

#program_navigation ul.navigation_items li:nth-of-type(1) .glyphicon-home:before {
    background: var(--home_unselected) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 28px;
    color: rgba(0,0,0,0.0);
}

#program_navigation ul.navigation_items li:nth-of-type(2) .glyphicon-info-sign:before {
    background: var(--explore_unselected) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 28px;
    color: rgba(0,0,0,0.0);
}

#program_navigation ul.navigation_items li:nth-of-type(4) .glyphicon-signal:before {
    background: var(--insights_selected) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 28px;
    color: rgba(0,0,0,0.0);
}

#program_navigation ul.navigation_items li:nth-of-type(5) .glyphicon-cog:before {
    background: var(--profile_unselected) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 28px;
    color: rgba(0,0,0,0.0);
}

.program_container .main {
    visibility: visible;
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    animation: fadeIn 0.3s ease-out both;
    -webkit-animation: fadeIn 0.3s ease-out both;
}

/*CSS Overwrites*/
.progress{
    display: none !important;
    visibility: hidden !important;
}

.main h3:first-of-type {
    top: inherit !important;
    left: inherit !important;
    background: inherit !important;
    text-align: inherit !important;
    margin: inherit !important;
    padding: inherit !important;
    min-height: inherit !important;
}

#videoBG{
    display: none !important;
}

.text.target p:first-child {
    margin-top: -6px;
}

.text p{
    font-size: 14px !important;
}

.panel-group {
    max-width: 450px;
    margin: auto;
    margin-top: -24px;
}

.panel-group.no-data-accordion{
    margin-top: 0px !important;
}

.program_container .component{
    padding: 0px;
    margin: 0px;
    border: none;
}

.program_container .main ul.list{
    margin-bottom: 12px !important;
}

.program_container .main .list li {
    margin: auto;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.program_container .main .list li::before {
    display: inline-block;
    content: "\00B7" !important;
    font-size: 28px;
    width: 14px;
    height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    transform: translateY(5px);
    margin-left: -14px;
}

/*Mobile Breaks

@media only screen and (max-width: 480px) {
    .program_container .main {max-width: 90vw !important; min-width: 90vw !important;}
    .slider-label{font-size: 16px !important;}
    .slider{min-width: 60vw !important;}
    .slider-label.left{transform: translateY(12px);}
    .slider-label.right{transform: translateY(-32px);}
    i.glyphicon{font-size: 16px !important;}
    #program_navigation{height: 64px !important;}
    #program_navigation li{font-size: 16px !important; max-width: 64px !important; max-height: 64px !important; margin: 0px 0px 0px 0px;}
    #program_navigation li.hero-button{ min-width: 128px !important; height: 48px !important; font-size: 18px !important; line-height: 40px !important; margin: 0px 0px 0px 0px !important;}
    .btn-default{min-width: 128px !important; height: 48px !important;}
    .btn-primary{min-width: 128px !important; height: 48px !important;}
}*/

/*Insights Component Styles*/
div.component.unlockInsights {
    display: inline-block;
    width: 100%;
    background: var(--theme_cardBackground);
    box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    border-radius: 8px;
    padding-bottom: 24px;
}
div.component.unlockInsights h3:first-of-type {
    top: 0 !important;
    left: 0 !important;
    background: var(--theme_primary) !important;
    text-align: center !important;
    min-height: 50px !important;
    margin-left: 0px !important;
    margin-top: -24px !important;
    margin-right: 0px !important;
    margin-bottom: 12px !important;
    padding: 12px !important;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}

div.component.unlockInsights [role="button"]{
    max-width: 100% !important;
    border-radius: 48px;
    background: var(--theme_primary);
    border: 1px solid var(--theme_primary);
    padding: 0px;
    margin: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 12px;
}
div.component.unlockInsights [role="button"] .text {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
div.component.unlockInsights [role="button"] .text p {
    padding: 0px;
    margin: 0px;
    color: #fff;
    width: 100% !important;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px !important;
}

div.component.unlockInsights .unlockButton[role="button"] .text p::before{
    content: "\003c";
    float: left;
    height: 22px;
    width: 24px;
    position: relative;
    background-image: url(../img/padlockLight.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    color: transparent;
    margin-left: 16px;
    margin-right: -40px;
}
div.component.unlockInsights .unlockButton[role="button"] .text p::after{
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
    color: #fff;
    transform: translateX(-24px);
}

/*Insights Custom Elements*/
.insights-note{
    width: 100%;
    padding: 8px;
    text-align: center;
    margin-top: -36px;
}

.insights-note p{
    font-size: 13px !important;
    font-weight: 400;
    color: var(--theme_textDark);
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.insights-info{
    width: 100%;
    padding: 8px;
    text-align: center;
}

.insights-info h1{
    font-size: 26px;
    font-weight: 600;
    color: var(--theme_primary);
    text-align: center;
    margin: 0px;
    margin-bottom: 8px;
}

.insights-info p{
    font-size: 14px !important;
    font-weight: 400;
    color: var(--theme_textDark);
    text-align: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 450px;
}

.user-stat{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 4px;
    color: var(--theme_textDark);
}

.user-stat h1{
    color: var(--theme_primary);
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 4px;
}

.user-stat h1.new::after{
    content: "NEW!";
    display: inline-block;
    color: #3f902e;
    font-size: 15px;
    font-weight: 600;
    width: 40px;
    margin-left: 4px;
}

.insights-image{
    padding: 0;
    margin: 0 auto;
    width: 220px;
    height: auto;
}

.insights-image img{
    margin: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 100%;
    height: auto;
}

.insights-nodata{
  width: 160px;
  height: 214px;
  display: block;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/insights/insights-nodata.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 640px){
  .insights-nodata{
    margin-top: 48px !important;
    margin-bottom: 24px !important;
  }
}

.highlight-container{
    padding: 0;
    margin: 0;
    width: 100% !important;
    height: auto;
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 12px;
}

.highlight-card{
    padding-top: 28px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    margin-top: 12px !important;
    margin-bottom: 24px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--theme_cardBackground);
    box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    border-radius: 8px;
    max-width: 160px;
    width: 49%;
}

@media only screen and (min-width: 640px){
    .highlight-card{
        flex-direction: row;
        float: left;
        max-width: unset;
        max-height:  104px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 28px;
        padding-left: 24px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 400px){
    .highlight-card{
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 360px){
    .highlight-card{
        padding-left: 2px;
        padding-right: 2px;
    }
}

div.highlight-card:nth-of-type(even){
    margin-left: 0px !important;
    margin-right: 1% !important;
}
div.highlight-card:nth-of-type(odd){
    margin-right: 0px !important;
    margin-left: 1% !important;
}

.highlight-content{
    order: 2;
    height: 50%;
    width: 100%;
    text-align: left;
}

@media only screen and (min-width: 640px){
    .highlight-content{
        order: 1;
        margin-right: auto;
        width: 50%;
        height: 100%;
    }
}

.highlight-image{
    order: 1;
    width: 100%;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 12px;
}

.highlight-image img{
  height: auto;
  align-self: center;
}

@media only screen and (min-width: 640px){
    .highlight-image{
        order: 2;
        margin-bottom: 0px;
        margin-left: auto;
        width: 50%;
        height: 76px;
        justify-content: flex-end;
        flex-direction: row;
    }
}

.highlight-image span{
    width: 72px;
    height: 72px;
    margin-top: -57px;
    z-index: -1;
    display: block;
    background: var(--theme_background);
    border-radius: 76px;
}

@media only screen and (min-width: 640px){
    .highlight-image span{
      margin-top: 0px;
      margin-left: -84px;
    }
}

.highlight-card h1{
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

@media only screen and (min-width: 640px){
    .highlight-card h1{
        text-align: left;
    }
}

.highlight-card h2{
    padding: 0;
    margin: 2px 2px 2px 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

@media only screen and (min-width: 640px){
    .highlight-card h2{
        text-align: left;
    }
}

.highlight-card h1 i{
    font-size: 40px;
    transform: translate(-10px, 10px);
    max-width: 24px;
    min-width: 0px;
    width: auto;
    margin-top: -20px;
}

@media only screen and (max-width: 300px){
  .highlight-card h1 i{
    display: none;
  }
}

.highlight-card p{
    padding: 0;
    margin: 0;
    font-size: 12px !important;
    font-weight: 400;
    color: var(--theme_textDark);
    text-transform: lowercase;
}

.card-container{
    padding: 0;
    margin: 0;
    width: 100% !important;
    height: auto;
    background: var(--theme_cardBackground);
    border-radius: 8px !important;
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.card-container#insights-mosteffective{
    position: absolute;
    left: 0px;
    width: 100vw;
    margin: 0px;
    border-radius: 0px !important;
    padding: 16px;
    margin-top: 0px !important;
    z-index: 1;
}

.card-container#insights-journey{
    margin-top: 360px !important;
    background: transparent !important;
    box-shadow: none !important;
    webkit-box-shadow: none !important;
}

.card-container#insights-journey .user-stat{
    margin-bottom: 18px !important;
}

.card-container.locked#insights-mosteffective ~ .card-container#insights-journey{
  margin-top: 256px !important;
}

.report-container{
    display: flex;
    flex-wrap: wrap;
    margin: auto !important;
    margin-left: 2px !important;
    padding: 0 !important;
    padding-left: 14px !important;
    padding-right: 0px !important;
    width: 100%;
    max-width: 355px;
    height: auto;
    border-left: 2px solid var(--theme_primary) !important;
    border-right: 2px solid transparent !important;
    border-radius: 0px !important;
    overflow: visible;
}

.report-container.noBorder{
    border-left: 2px solid transparent !important;
}

.report-container:last-of-type{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.report-container.continuesOffScreen::after{    
    content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 420px;
    margin-left: -16px;
    margin-bottom: -420px;
    background: var(--theme_primary);
}

@media only screen and (min-width: 385px){
    .report-container.continuesOffScreen::after{
        margin-left: -10px;
    }
}

.report-container.listOffset::after{    
    content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 200px;
    margin-left: -16px;
    margin-top: -200px;
    z-index: 0;
    background: var(--theme_primary);
}

@media only screen and (min-width: 385px){
    .report-container.listOffset::after{
        margin-left: -10px;
    }
}

.report-container.liteJourneyCard{
    margin-top: 16px !important;
}

.report-container.startOfJourney{
    border-left: 2px solid transparent !important;
}
.report-container.startOfJourney::after{
    content: none;
}

.report-container .user-stat{
    margin-bottom: 12px !important;
}

.report-container.sameDayReport{
    padding-top: 4px !important;
}

.report-container .panel-group{
    margin-top: 16px !important;
    margin-bottom: -8px;
}

.panel-default>.panel-heading{
    padding: 0px !important;
}

@media only screen and (min-width: 385px){
    .report-container{
        margin-left: auto !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.report-date{
    height: 16px;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    left: 0px;
    margin-top: 24px;
    transform: translate(-1px, -36px);
}

@media only screen and (min-width: 385px){
    .report-date{
        transform: translate(5px, -36px);
    }
}

.report-date::before{
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -20px;
    top: 3px;
    background: var(--theme_primary);
    border-radius: 12px;
}

.award-container{
    display: flex;
    flex-direction: row;
    margin: auto !important;
    padding: 0;
    width: 100%;
    max-width: 345px;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-bottom: 12px !important;
    margin-top: 12px !important;
}

@media only screen and (min-width: 640px){
  .award-container{
    justify-content: space-between;
  }
}

.award-container.locked{
    flex-direction: column;
}

.card-container .footer{
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 64px;
    padding-right: 64px;
    border: none;
    border-top: 2px dashed var(--theme_textLight);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: var(--theme_cardBackground);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #616161;
    text-align: center;
    position: relative;
    bottom: 0;
}

.card-full{
    margin: 0 !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
    padding-bottom: 24px !important;
    width: 100%;
    height: auto;
    border-radius: 8px !important;
    background: var(--theme_cardBackground);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    transform: translateY(-24px);
}

.card-full:last-of-type{
    border-bottom: 0 !important;
}

.card-full .card-image{
    width: 64px;
    height: 64px;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box;
    border: 2px solid var(--theme_primary);
    border-radius: 8px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.card-full .card-header{
    width: 100%;
    padding: 8px;
}

.card-full .card-header h2{
    font-size: 19px;
    font-weight: 600;
    color: var(--theme_textDark);
    margin: 0px;
    text-align: center;
}

.card-full .card-header p{
    font-size: 14px !important;
    font-weight: 600;
    color: var(--theme_primary);
    text-align: center;
    margin: 0px;
}

.card-full .card-stat{
    width: 45%;
    border-radius: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px;
    text-align: center;
}

.card-full .card-stat h2{
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: var(--theme_textDark);
    background-color: rgba(0,0,0,0.1);
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.card-full .card-stat i{
    font-size: 32px;
    transform: translate(-8px, 10px);
    max-width: 20px;
    min-width: 0px;
    width: auto;
    margin-top: -20px;
}

.card-full .card-stat h3{
    font-size: 13px;
    font-weight: 400;
    margin: auto !important;
    padding: 0px !important;
    background: transparent !important;
    line-height: 16px;
    color: var(--theme_textDark);
}

@media screen and (min-width: 640px){
    .card-full .card-stat h3{
        margin-bottom: -14px !important;
    }
}

/*.card-full .card-image{
    margin: 0;
    padding: 0;
    width: 40%;
    height: 100%;
    float: left;
    background-size: 90% auto;
    background-position: center top;
    background-repeat: no-repeat;
}*/

.card-full .card-text{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    text-align: left;
    width: 60%;
    height: auto;
    float: right;
    flex-wrap: wrap;
    text-align: center;
}

.card-text h1{
    background: none;
    border-radius: 0;
    font-size: 16px;
}

/*
.card-full .card-stat{
    padding: 0;
    margin: 0;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}*/

.card-full .card-text h1{
    margin: 0 !important;
    padding: 0 !important;
    color: var(--theme_primary) !important;
}

.card-full .card-text h2{
    flex: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}

.card-full .card-text h3{
    flex: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -2px !important;
    margin-top: -2px !important;
}

.card-full .card-text h5{
    flex: none;
    margin: -2px;
    padding: 0;
    color: #e14835 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.card-full .card-text p{
    margin: 0;
    padding: 0;
    color: #616161;
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 2px;
}

.card-half{
    margin: 0;
    padding: 0;
    width: 46%;
    max-width: 96px;
    padding-top: 16px;
    padding-bottom: 8px;
    text-align: center;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.award-container .card-half{
  min-width: 90px;
}

/*.card-half:first-of-type{
    margin-left: 25%;
    margin-right: 25%;
}*/

.card-half p{
    padding: 0;
    margin: 0;
    font-size: 12px !important;
    font-weight: 400;
    color: #808080;
    text-align: center;
    margin-top: 5px;
}

.card-half .card-image{
    margin: auto;
    padding: 0;
    width: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box;
    margin-bottom: 8px;
    content: " ";
    border: 2px solid var(--theme_primary);
    border-radius: 8px;
    height: 67px;
    width: 67px;
}

@media only screen and (min-width: 640px){
  .card-half .card-image{
    width: 72px;
    height: 72px;
  }
}

.card-half .card-image.award-thumbnail::before{
    width: 20px;
    height: 20px;
    content: " ";
    display: block;
    float: right;
    margin-right: -2px;
    margin-top: -2px;
    border: 3px solid var(--theme_primary);
    border-radius: 20px;
    background: transparent;
}

.award-container .card-half .card-image::after{
    width: 18px;
    height: 36px;
    content: " ";
    display: block;
    float: right;
    margin-right: -19px;
    margin-top: -2px;
}

.award-container .card-half:nth-of-type(1) .card-image::after{
    background: url(../img/insights/ribbon-gold.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.award-container .card-half:nth-of-type(2) .card-image::after{
    background: url(../img/insights/ribbon-silver.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.award-container .card-half:nth-of-type(3) .card-image::after{
    background: url(../img/insights/ribbon-bronze.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.card-half .exercise-name{
    font-size: 15px;
    font-weight: 600;
    color: var(--theme_textDark);
    max-width: 192px;
    margin: auto;
    line-height: 19px;
}

.card-half .card-stat{
    text-align: center;
    border-radius: 8px;
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: auto;
    margin-top: 8px;
    background-color: rgba(0,0,0,0.1);
    max-width: 85%;
}

.card-half .card-stat i{
    font-size: 30px;
    transform: translate(-8px, 8px);
    max-width: 18px;
    min-width: 0px;
    width: auto;
    margin-top: -20px;
}

.card-half .card-stat h2{
    margin: 0 !important;
    padding: 0 !important;
    color: var(--theme_textDark);
    font-size: 16px;
    font-weight: 600;
    background: transparent !important;
}

.card-half .redoButton{
    margin: auto;
    margin-top: 8px;
    padding: 0px;
    max-width: 85% !important;
    border-radius: 48px;
    background: transparent;
    border: 1px solid var(--theme_primary) !important;
}

.card-half .redoButton .text{
    padding: 0px;
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
}

.card-half .redoButton .text p{
    padding: 0px;
    margin: 0px;
    width: 100%;
    color: var(--theme_primary);
    text-align: center;
    font-weight: 600;
    font-size: 14px !important;
}

.card-half .redoButton .text p::after{
    content: ">";
    position: relative;
    float: right;
    width: 6px;
    height: 18px;
    transform: translateX(-12px);
    font-family: "Mind Ease Icons";
    font-size: 11px;
    display: inline-block;
    color: var(--theme_primary);
}

.card-countdown{
    width: 20%;
    height: 0;
    padding-bottom: 10%;
    padding-top: 10%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #f1faf0;
    margin-top: 8px;
    color: #3f902e;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 6px;
}

.countdown-text{
    font-size: 14px;
    font-weight: 600;
    color: var(--theme_textDark);
    max-width: 192px;
    margin: auto;
    line-height: 19px;
    text-align: center;
}

.target{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100% !important;
    margin: auto !important;
    margin-top: -40px !important;
    margin-bottom: 24px !important
}

/*Stat Colours*/
div.card-stat.blue{
    background-color: rgba(2,123,181,0.1);
}

div.card-stat.green{
    background-color: rgba(17,170,0,0.06);
}

.card-full .card-stat h2.blue{
    background-color: rgba(2,123,181,0.1);
}

.card-full .card-stat h2.green{
    background-color: rgba(17,170,0,0.06);
}

/*Post-Exercise style accordian*/

.panel{
    border: none !important;
    background: none !important;
}

.panel-group.insightsAboutValues{
    margin-top: 0px !important;
}

.insightsAboutValues .panel-default>.panel-heading+.panel-collapse>.panel-body{
    margin-bottom: 24px !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
    border-top: 2px dashed var(--theme_textDark) !important;
    border-bottom: 2px dashed var(--theme_textDark) !important;
    border-image-source: url(../img/dashed_border.png) !important;
    border-image-width: 1 !important;
    border-image-slice: 2 !important;
    border-image-repeat: repeat !important;
    -webkit-border-image-source: url(../img/dashed_border.png) !important;
    -webkit-border-image-width: 1 !important;
    -webkit-border-image-slice: 2 !important;
    -webkit-border-image-repeat: repeat !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 6px;
}

.report-container .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-bottom: none !important;
}

.program_container .main .panel-group .panel-heading a.panel-title.collapsed .toggle-expand .glyphicon-chevron-down{
    display: none !important;
    visibility: none !important;
}

.program_container .main .panel-group .panel-heading a.panel-title .glyphicon-chevron-up{
    display: none !important;
    visibility: none !important;
}

.program_container .main .panel-group .panel-heading{
    padding-right: initial !important;
}

.panel-title{
    text-align: center !important;
}

.panel-title h4{
    font-size: 14px !important;
    padding-bottom: 16px;
    text-decoration: underline;
}

.card-full .panel-title h4{
    padding-bottom: 4px !important;
    margin-top: 4px !important;
}

.panel-title h4::before{
    content: " ";
    display: inline-block;
    height: 18px !important;
    width: 18px !important;
    margin-right: 8px !important;
    background: url(../img/insights/information-i.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(4px);
}

.panel-title h4::after{
    content: ":";
    font-family: "Mind Ease Icons";
    font-size: 14px;
    display: inline-block;
    height: 18px !important;
    width: 18px !important;
    margin-left: 8px !important;
    transform: translateY(2px);
}

.panel-title.collapsed h4::after{
    content: ";";
    font-family: "Mind Ease Icons";
    font-size: 14px;
    display: inline-block;
    height: 18px !important;
    width: 18px !important;
    margin-left: 8px !important;
    transform: translateY(2px);
}

div.component.showOlderButton, div.component.showNewerButton{
    width: 100%;
    margin: auto;
    padding: 0px;
}

div.component.showOlderButton{
    margin-top: -16px;
}

div.component.showNewerButton{
    margin-bottom: 24px;
}

div.component.showOlderButton .text, div.component.showNewerButton .text{
    width: auto;
    margin: auto;
    padding: 0px;
}

div.component.showOlderButton .text p, div.component.showNewerButton .text p{
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
    color: var(--theme_primary);
    text-decoration: underline;
}

@keyframes nodataAnimation {
	100% {
    background-position: right;
  }
}