/*
#masterPage .myChallengesWidget .widgetBox .header {
    margin-top:15px;
}

#masterPage .myChallengesWidget .widgetBox .content {
    overflow-y: scroll;
    height: 110px;
}
#masterPage .default_aspx .myChallengesWidget .widgetBox {
    width:265px;
    padding:10px;
    height:110px;
}

#masterPage .widgetBox p {
    padding:0;
}


#masterPage .default_aspx .coachingProgramsDashboardWidget .widgetBox p {
    color: #fff;
}
#masterPage #logo {
    padding-left:0px!important;
}
#logo img {
    height:80px!important;
    width:115px!important;
    margin-top:3px!important;
}
.licenseContent {
    width: 100%;
}

#sideControls .widgetBox .header {
    color: #72c166;
}

#sideControls .countStepsWidget table {
    display: inline;
}

.assessmentDetailed .k-button {
    color: white;
}

/* Hide coach programs based on language */

.en-US div[schedulesetid='da40ed7c-ffa3-4211-a4c8-9d9b2e782caf'],
.en-US div[schedulesetid='3fae211b-9daa-4af1-9fc7-cc0d8bf4501d'],
.fr-FR div[schedulesetid='7994321f-7ac2-43ac-9160-98edcf312484'],
.fr-FR div[schedulesetid='01cf60cd-1b13-4cfb-aa8d-8283be105521'] {
    display: none;
}

#page-header .w-logo img {
    max-height: 80px;
    max-width: 300px;
    padding-top: 25px;
}
