@import "../simpleLineIcons/simple-line-icons.css";
@font-face {
  font-family: 'simple-line-icons';
  src: url('../simpleLineIcons/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../simpleLineIcons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../simpleLineIcons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../simpleLineIcons/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../simpleLineIcons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../simpleLineIcons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Activities */
/* Challenges */
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.cardColorInput {
  width: 30px;
  padding: 0px;
  border: 0px;
  margin: 10px 0px 0px 10px;
}
.cardThumbnail {
  width: 30px;
  height: 20px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 10px;
}
.cardThumbnailIcon {
  margin-left: 11px;
  width: 30px;
  display: block;
  font-size: 25px;
}
.currentLandingPage {
  font-weight: bold;
  font-size: 12px;
}
.cventSettingModal .modal-dialog {
  width: 1000px;
}
.editor {
  border: none;
  border-radius: 0;
  height: 650px;
  overflow-x: hidden;
}
md-switch {
  float: left;
}
.settingLabel {
  flex-grow: 1;
  float: left;
  margin-left: 5px;
  margin-right: 10px;
  line-height: 62px;
  vertical-align: middle;
}
.settingsLabelConainer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 1em;
  width: 100%;
}
.settingsLabelConainer .detailsDelegate:hover {
  text-decoration: underline;
}
.settingsLabelConainer .landing {
  color: #aaa;
}
.thumbnailImg {
  margin-left: 7px;
  width: 30px;
  height: 27px;
}
.zoomPersonaCard:hover {
  transform: scale(2);
}
/* Registration */
/* (Welcome Video) */
.welcomeVideo .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 640px;
  padding: 0;
  width: 100%;
}
.welcomeVideo .container .buttonContainer {
  align-self: flex-end;
  margin: 1em 0;
}
/* Registration captcha */
.captcha-registration {
  margin: 0px 50px;
}
/* Animations */
@keyframes grow {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes growAndSpin {
  0% {
    transform: rotate(0deg) scale(0);
  }
  80% {
    transform: rotate(360deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
/* Buttons */
.buttonGroup {
  background: #DDDFE0;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}
.buttonGroup span {
  padding: 5px 10px;
}
.buttonGroup span.active {
  color: white;
  background: #00A5B6;
}
/* Card */
.card {
  background: linear-gradient(225deg, #009cb5 0%, #00053c 100%);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  float: left;
  height: 220px;
  justify-content: space-between;
  margin: 10px 20px 10px 0;
  padding: 15px;
  width: 200px;
}
.card:hover {
  opacity: 0.8;
}
.card * {
  color: #fff;
  margin: 0;
}
.card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card a:hover {
  text-decoration: none;
}
.card-orders {
  background: #AAD4F7;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  float: left;
  height: 260px;
  justify-content: space-between;
  margin: 10px 20px 10px 0;
  padding: 0px;
  width: 200px;
  border-radius: 0em 0em 1em 1em;
}
.card-orders:hover {
  opacity: 0.8;
}
.card-orders * {
  color: black;
  margin: 0;
}
.card-orders a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-orders a:hover {
  text-decoration: none;
}
.card-orders .card-body {
  padding: 10px;
}
.card-orders .card-img-top {
  border-radius-top: 1em;
  height: 150px;
  max-height: 150px;
  background: white;
  width: 200px;
}
/* admin Card color Pallete */
/* TODO change this to camel or kabab for readability */
.adminCardPallete.type-bonus {
  background: linear-gradient(226deg, #2BEFFD 0%, #00788C 100%);
}
.adminCardPallete.type-caremanagement {
  background: linear-gradient(225deg, #ffeb00 0%, #926d00 100%);
}
.adminCardPallete.type-community {
  background: linear-gradient(225deg, #00ffdc 0%, #007b70 100%);
}
.adminCardPallete.type-done {
  background: linear-gradient(225deg, #fbfbfc 0%, #dedfe1 100%);
}
.adminCardPallete.type-exams {
  background: linear-gradient(225deg, #EAB5CC 0%, #8015A8 100%);
}
.adminCardPallete.type-exercise {
  background: linear-gradient(225deg, #5847CF 0%, #640A6F 100%);
}
.adminCardPallete.type-featured {
  background: linear-gradient(226deg, #949494 0%, #efefef 100%);
}
.adminCardPallete.type-financial {
  background: linear-gradient(45deg, #3E32AD 0%, #CA8FE0 100%);
}
.adminCardPallete.type-fitness {
  background: linear-gradient(225deg, #5847CF 0%, #640A6F 100%);
}
.adminCardPallete.type-learning {
  background: linear-gradient(225deg, #78da60 0%, #004602 100%);
}
.adminCardPallete.type-lifestyle {
  background: linear-gradient(225deg, #a3ff12 0%, #026900 100%);
}
.adminCardPallete.type-emotionalwellbeing {
  background: linear-gradient(225deg, #bdbdd0 0%, #CA0A91 100%);
}
.adminCardPallete.type-nutrition {
  background: linear-gradient(225deg, #009fea 0%, #010748 100%);
}
.adminCardPallete.type-prevention {
  background: linear-gradient(225deg, #FFCC0D 0%, #BB6903 100%);
}
.adminCardPallete.type-rxcompliance {
  background: linear-gradient(225deg, #B996C5 0%, #45244D 100%);
}
.adminCardPallete.type-safety {
  background: linear-gradient(225deg, #efff00 0%, #066100 100%);
}
.adminCardPallete.type-wellness {
  background: linear-gradient(225deg, #009cb5 0%, #00053c 100%);
}
/* Directives */
cover-flow {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  position: relative;
}
cover-flow .item-container {
  display: flex;
  height: 150px;
  margin-bottom: 2em;
  position: relative;
  transition: transform 0.5s;
  width: 250px;
}
cover-flow .item-container .item {
  align-items: center;
  background: white;
  border-radius: 5px;
  box-shadow: 0 5px 10px #00000033;
  display: flex;
  height: 150px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  transition: transform 0.5s;
  width: 250px;
}
cover-flow .item-container .item img {
  width: 100%;
}
cover-flow i {
  cursor: pointer;
  font-size: 3em;
  position: absolute;
  top: 25%;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
cover-flow i.icon-arrow-left {
  left: -40%;
}
cover-flow i.icon-arrow-right {
  right: -40%;
}
md-checkbox.centered {
  align-items: center;
  display: flex;
}
md-checkbox.centered .md-label {
  margin-top: 0;
}
/* Icons */
.completionIcon {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.completionIcon.complete {
  background: #8bc53f;
  color: white;
}
.completionIcon.pending {
  background: #C1C1C1;
}
.profilePhoto {
  background-position: center top;
  background-size: cover;
  height: 75px;
  width: 75px;
  border-radius: 100%;
}
/*  Margin */
.m-0 {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mb-3 {
  margin-bottom: 3em;
}
.mr-1 {
  margin-right: 1em;
}
.ml-1 {
  margin-left: 1em !important;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 2em;
}
.mt-3 {
  margin-top: 3em;
}
/* Overflow */
table tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Spinner */
.spinnerContainer {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.spinnerContainer md-progress-circular svg path {
  stroke: #00A5B6;
}
/* Text */
.link {
  color: #00A5B6;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.detailsDelegate:hover {
  text-decoration: underline;
}
p.warning {
  color: red;
}
.catalog-order-header {
  margin: 10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
}
@media (max-width: 767px) {
  /* Card */
  .card {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
/* Bootstrap */
.modal-content {
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 3em;
}
/* ng-gauge */
#gaugeContainer {
  position: relative;
}
#gaugeContainer > div {
  align-items: center;
  display: flex !important;
  justify-content: center;
}
#gaugeContainer > div > span {
  line-height: unset !important;
}
#gaugeContainer > div > span > u:nth-child(1) {
  color: #333333 !important;
  display: block;
  font-size: 16px !important;
  font-weight: bold !important;
}
/* Directives */
card .cardContainer {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #a3ff12 0%, #026900 100%);
  position: relative;
}
card .cardContainer.type- {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #a3ff12 0%, #026900 100%);
}
card .cardContainer.type-bonus {
  background: url('/img/activity-overlay.png'), linear-gradient(226deg, #2BEFFD 0%, #00788C 100%);
}
card .cardContainer.type-caremanagement {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #ffeb00 0%, #926d00 100%);
}
card .cardContainer.type-community {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #00ffdc 0%, #007b70 100%);
}
card .cardContainer.type-done {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #fbfbfc 0%, #dedfe1 100%);
}
card .cardContainer.type-exams {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #EAB5CC 0%, #8015A8 100%);
}
card .cardContainer.type-exercise {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #5847CF 0%, #640A6F 100%);
}
card .cardContainer.type-featured {
  background: url('/img/activity-overlay.png'), linear-gradient(226deg, #949494 0%, #efefef 100%);
}
card .cardContainer.type-financial {
  background: url('/img/activity-overlay.png'), linear-gradient(45deg, #3E32AD 0%, #CA8FE0 100%);
}
card .cardContainer.type-fitness {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #5847CF 0%, #640A6F 100%);
}
card .cardContainer.type-learning {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #78da60 0%, #004602 100%);
}
card .cardContainer.type-lifestyle {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #a3ff12 0%, #026900 100%);
}
card .cardContainer.type-emotionalwellbeing {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #bdbdd0 0%, #CA0A91 100%);
}
card .cardContainer.type-nutrition {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #009fea 0%, #010748 100%);
}
card .cardContainer.type-prevention {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #FFCC0D 0%, #BB6903 100%);
}
card .cardContainer.type-rxcompliance {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #B996C5 0%, #45244D 100%);
}
card .cardContainer.type-safety {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #efff00 0%, #066100 100%);
}
card .cardContainer.type-wellness {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #009cb5 0%, #00053c 100%);
}
.activityCardText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px;
}
.activityCardThumbnailSmall {
  width: 95px;
  height: 95px;
}
.activityCardThumbnailLarge {
  width: 172px;
  height: 140px;
}
.activityCardThumbnailMobile {
  width: 30px;
  height: 30px;
}
task-list {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}
task-list div {
  align-items: center;
  border: 1px solid #DDDFE0;
  border-bottom: none;
  display: flex;
  padding: 10px 1em;
}
task-list div:last-child {
  border-bottom: 1px solid #DDDFE0;
}
task-list div .description {
  cursor: default;
}
task-list div .description.complete {
  color: #8bc53f;
}
task-list div .description.link {
  cursor: pointer;
}
task-list div .date {
  color: #C1C1C1;
}
task-list div > * {
  margin-right: 1em;
}
progress-ring {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  position: relative;
  transition: opacity 0.5s;
  width: 60px;
}
progress-ring svg {
  height: inherit;
  width: inherit;
}
progress-ring svg circle {
  fill: none;
  width: inherit;
  height: inherit;
  stroke-width: 5;
  stroke: #000;
  transform: translate(5px, 5px);
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
}
progress-ring svg circle:first-child {
  stroke-dashoffset: 0;
  stroke: #d4d4d4;
}
progress-ring svg circle:nth-child(2) {
  transition: stroke-dashoffset 0.5s, stroke 0.5s;
}
progress-ring span {
  font-size: 20px;
}
progress-ring svg,
progress-ring img,
progress-ring span {
  position: absolute;
}
progress-ring i {
  font-size: 2em;
}
/* Activities */
.type- {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #a3ff12 0%, #026900 100%);
}
.type-bonus {
  background: url('/img/activity-overlay.png'), linear-gradient(226deg, #2BEFFD 0%, #00788C 100%);
}
.type-caremanagement {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #ffeb00 0%, #926d00 100%);
}
.type-community {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #00ffdc 0%, #007b70 100%);
}
.type-done {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #fbfbfc 0%, #dedfe1 100%);
}
.type-exams {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #EAB5CC 0%, #8015A8 100%);
}
.type-exercise {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #5847CF 0%, #640A6F 100%);
}
.type-featured {
  background: url('/img/activity-overlay.png'), linear-gradient(226deg, #949494 0%, #efefef 100%);
}
.type-financial {
  background: url('/img/activity-overlay.png'), linear-gradient(45deg, #3E32AD 0%, #CA8FE0 100%);
}
.type-fitness {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #5847CF 0%, #640A6F 100%);
}
.type-learning {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #78da60 0%, #004602 100%);
}
.type-lifestyle {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #a3ff12 0%, #026900 100%);
}
.type-emotionalwellbeing {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #bdbdd0 0%, #CA0A91 100%);
}
.type-nutrition {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #009fea 0%, #010748 100%);
}
.type-prevention {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #FFCC0D 0%, #BB6903 100%);
}
.type-rxcompliance {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #B996C5 0%, #45244D 100%);
}
.type-safety {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #efff00 0%, #066100 100%);
}
.type-wellness {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #009cb5 0%, #00053c 100%);
}
/* Cvent */
/* (Event Confirmation) */
.eventConfirmation {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}
/* (Event Detail) */
.event {
  overflow-y: auto;
}
.event .header {
  background: #fff;
  border-bottom: 1px solid #DDDFE0;
  padding: 15px 50px 20px;
}
.event .header .back {
  font-size: 16px;
}
.event .header .detailsWrapper {
  display: flex;
  margin-top: 1em;
}
.event .header .detailsWrapper .icon {
  background: linear-gradient(225deg, #009cb5 0%, #00053c 100%);
  border-radius: 4px;
  display: block;
  flex: 0 0 64px;
  height: 64px;
  margin-right: 20px;
  width: 64px;
}
.event .header .detailsWrapper .details h1,
.event .header .detailsWrapper .details p {
  margin: 0;
}
.event .header .detailsWrapper .details .date {
  color: #afaeae;
  font-style: italic;
}
.event .description {
  padding-left: 86px;
}
.event .no-margin-bottom {
  margin-bottom: 0 !important;
}
/* (Model Plus) */
.model-plus-details {
  padding: 1em;
}
.model-plus-details .details-container {
  align-items: center;
  display: flex;
  margin: 1em;
}
/* ----- */
/* Fitness */
.ageBirthdateDesiredWeight {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ageBirthdateDesiredWeight > * {
  width: 50%;
}
/* ----- */
/* Getting Started */
/* (Progress Icon) */
.progressIcon {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  position: relative;
  transition: opacity 0.5s;
  width: 60px;
}
.progressIcon svg {
  height: inherit;
  width: inherit;
}
.progressIcon svg circle {
  fill: none;
  width: 70px;
  height: 70px;
  stroke-width: 5;
  stroke: #000;
  transform: translate(5px, 5px);
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
}
.progressIcon svg circle:first-child {
  stroke-dashoffset: 0;
  stroke: #d4d4d4;
}
.progressIcon svg circle:nth-child(2) {
  stroke: #76c13e;
}
.progressIcon img {
  position: absolute;
}
/* Card */
.educationSpeakerCard {
  background: linear-gradient(225deg, #009cb5 0%, #00053c 100%);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  float: left;
  height: 110px;
  justify-content: space-between;
  margin: 5px 5px 5px 0;
  padding: 3px;
  width: 180px;
  font-size: 12px !important;
  border: 1px solid #ddd;
  position: relative;
  /* Ensures the card position context for overflow */
  overflow: visible;
  /* Allow content to overflow */
}
.educationSpeakerCard:hover {
  opacity: 0.8;
}
.educationSpeakerCard * {
  color: #fff;
  margin: 0;
}
.educationSpeakerCard a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.educationSpeakerCard a:hover {
  text-decoration: none;
}
.education-card-header {
  white-space: nowrap;
  /* Prevent text from wrapping */
  overflow: visible;
  /* Allow overflow */
  text-overflow: ellipsis;
  /* Add ellipsis for overflowing text if desired */
  max-width: 100%;
  /* Ensures it respects the container */
}
.education-card-body {
  text-align: center;
  margin-top: 3px;
  overflow: visible;
  /* Allow image overflow */
}
.eventRegistrationModal {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
/* (Modal) */
.gettingStartedModal,
.awardProgressModal {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.gettingStartedModal.completed,
.awardProgressModal.completed {
  background: top url(images/gettingStarted/banner.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: -3em;
}
.gettingStartedModal.completed .awardIcon,
.awardProgressModal.completed .awardIcon {
  display: flex;
  height: 238px;
  justify-content: center;
  margin-top: 2em;
  position: relative;
}
.gettingStartedModal.completed .awardIcon img,
.awardProgressModal.completed .awardIcon img {
  position: absolute;
  width: 200px;
}
.gettingStartedModal.completed .awardIcon img:first-child,
.awardProgressModal.completed .awardIcon img:first-child {
  animation: growAndSpin ease 1s;
  z-index: 1;
}
.gettingStartedModal.completed .awardIcon img:nth-child(2),
.awardProgressModal.completed .awardIcon img:nth-child(2) {
  animation: grow ease 1s;
  bottom: 0;
}
.gettingStartedModal h1,
.awardProgressModal h1 {
  margin-top: 0;
}
.gettingStartedModal .skipContainer,
.awardProgressModal .skipContainer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.gettingStartedModal .skipContainer md-checkbox,
.awardProgressModal .skipContainer md-checkbox {
  margin: 0;
}
.awardProgressModal form {
  display: flex;
  flex-direction: column;
  margin-right: 2em;
}
.awardProgressModal form md-input-container {
  margin: 0;
}
/* ----- */
/* Inbox */
.inbox {
  height: 100%;
}
.inbox h1 {
  margin-left: 50px;
}
.inbox .panel {
  background: #fff;
  border: 1px solid #dddfe0;
  border-radius: 0;
  display: flex;
  height: calc(100% - 91px);
  margin: 0 15px;
  padding: 0;
}
.inbox .panel .messageList {
  border-right: 1px solid #DDDFE0;
  height: 100%;
  overflow-y: auto;
  width: 300px;
}
.inbox .panel .messageList .message {
  border-radius: 0;
}
.inbox .panel .messageViewer {
  height: 100%;
  padding: 15px 30px;
  overflow-y: auto;
}
.inbox .panel .messageViewer .header {
  border-bottom: 1px solid #DDDFE0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.inbox .panel .messageViewer .header .from,
.inbox .panel .messageViewer .header .subject,
.inbox .panel .messageViewer .header .time {
  margin: 0;
}
.inbox .panel .messageViewer .header .from {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
}
.inbox .panel .messageViewer .header .options {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inbox .panel .messageViewer .messageContent .languageContainer {
  display: flex;
  justify-content: flex-end;
}
.inbox .panel .messageViewer .messageContent img {
  max-width: 400px;
  width: 100%;
}
.inbox .panel .noNotifications {
  font-size: 18px;
  color: #858585;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.inbox .panel .noNotifications i {
  font-size: 2em;
}
/* Legacy Inbox */
/* * to be integrated above */
.inboxWrapper.panel,
.inboxWrapper .message {
  border-radius: 0;
  font-size: 16px;
}
.messageList .list-group {
  margin-bottom: 0;
}
.messageList .list-group-item {
  border-width: 0 0 1px 0;
  margin-bottom: 0;
  outline: none;
  padding: 15px;
}
.inboxWrapper .message:hover {
  background-color: #F7F7F7;
}
.messageList .message.selected {
  background: inherit;
  color: inherit;
}
.messageList .message.selected .time,
.messageList .message.selected .navigate {
  color: #858585;
}
.message.selected,
.message.selected:hover {
  background: #00A5B6;
  color: #ffffff;
}
.message.selected .time,
.message.selected:hover .time,
.message.selected .navigate,
.message.selected:hover .navigate {
  color: #ffffff;
}
.message .messageRead {
  font-size: 10px;
  color: #00A5B6;
  padding: 6px 0 30px 0;
  height: 12px;
  width: 18px;
}
.message .from {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
}
.message .from,
.message .subject {
  display: flex;
}
.message .from span,
.message .subject span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message .from span {
  margin-right: 8px;
}
.integratedMessageViewer {
  flex: 1;
}
.inboxWrapper .time,
.messageViewer .time {
  margin: 2px 5px 0 0;
  font-size: 14px;
  color: #858585;
}
.deleteInboxBtnMobile {
  font-size: 22px;
  color: #DB6D48;
  padding: 2px 15px 0 0;
  display: inline-block;
}
.deleteInboxBtn {
  border-radius: 100%;
  color: #DB6D48;
  font-size: 22px;
  padding: 6px;
}
.deleteInboxBtn:hover {
  color: #ffffff;
  background: #DB6D48;
}
.message .navigate {
  font-size: 14px;
  margin-top: 3px;
  color: #858585;
}
.standaloneViewer {
  margin: 15px 0;
}
.standaloneViewer .messageViewer {
  padding: 0;
}
.notificationsList .panel {
  outline: none;
  margin-bottom: 10px;
}
.notificationsList .panel-body {
  display: flex;
}
.notificationsList .messageRead {
  padding-bottom: 0;
  flex: 0 0 18px;
}
.notificationsList .time {
  order: 2;
  margin: 2px 0 0 auto;
  white-space: nowrap;
}
.notificationsList .time span {
  margin-left: 8px;
}
/* More Legacy Inbox */
.messagesContainer {
  display: flex;
}
.messageList .message.selected,
.messageList .message.selected:hover {
  background: #00A5B6;
  color: #ffffff;
}
.messageList .message.selected .time,
.messageList .message.selected:hover .time,
.messageList .message.selected .navigate,
.messageList .message.selected:hover .navigate {
  color: #ffffff;
}
.messagesContainer .header .subject {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
}
.message .navigate {
  display: none;
}
.message.selected .messageRead {
  color: #ffffff;
}
/* ----- */
/* Challenges */
/* (there's more challenge styling still in defaultStyles.less) */
.challenge .leaderboard .table tr td {
  background: #fff;
}
.challenge .leaderboard .table tr th {
  border-top: 0px solid #ddd;
}
.challenge .leaderboard .table tr > td {
  vertical-align: middle;
}
.challenge .leaderboard .table tr.bg td {
  background: #054c76;
  padding: 4px 5px;
  text-align: left;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.challenge .leaderboard .table tr.my-rank td {
  background: #e4f8f6;
}
.challenge .leaderboard .showlink {
  margin: 13px 0;
}
.challenge .teamsLeaderboardlist .avatar {
  height: 38px;
  width: 38px;
  border-radius: 100%;
  margin-right: 12px;
}
.challenge .teamsLeaderboardlist table tr th {
  background: #05203D;
  color: #ffffff;
  font-weight: bold;
}
.challenge .teamsLeaderboardlist table tr td {
  background: #fff;
}
.challenge .teamsLeaderboardlist table tr td i {
  color: #ddd;
}
.challenge .teamsLeaderboardlist table tr:hover td {
  background: #01a7b5;
  color: #fff;
}
.challenge .teamsLeaderboardlist table tr.active td {
  background: #01a7b5;
  color: #fff;
}
.challenge .teamsLeaderboardlist .showlink {
  margin: 13px 0;
}
.challenge .allTeamsLeaderboardlist table tr > th {
  background: #05203D;
  color: #ffffff;
  font-weight: bold;
}
.challenge .teamsLeaderboard .selectedTeamHeading {
  background: #fff;
  margin: 0 -15px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.challenge .teamsLeaderboard .selectedTeamHeading span {
  text-align: center;
  display: inline-block;
  width: calc(100% - 50px);
  font-size: 18px;
  font-weight: bold;
  color: #054c76;
}
.challenge .myTeam .table tr td {
  background: #ffffff;
}
.challenge .myTeam .table tr > td {
  vertical-align: middle;
}
.challenge .myTeam .table tr.leaderboardHeader > th {
  background: #05203D;
  color: #ffffff;
  font-weight: bold;
}
.challenge .myTeam .selectTeamList {
  max-height: 320px;
  overflow: auto;
}
.challenge .myTeam .selectTeamList > table > tbody > tr:nth-child(1) > td {
  border: none;
}
.challenge .myTeam .joinAvatar {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  margin-right: 12px;
}
.challenge .myTeam .teamJoinSearchContainer {
  width: 45%;
  display: inline-block;
  margin-right: 5%;
  float: left;
}
.challenge .myTeam .teamJoinSearchContainer h3 {
  margin-top: 5px;
}
.challenge .myTeam .teamJoinInfoLogoContainer {
  width: 50%;
  float: left;
  display: inline-block;
}
.challenge .myTeam .teamJoinInfoLogoContainer .teamInfoHeader {
  float: left;
  width: 100%;
}
.challenge .myTeam .teamJoinInfoLogoContainer .teamInfoHeader h3 {
  margin-top: 5px;
}
.challenge .myTeam .teamJoinInfoLogoContainer .teamInfoHeader div {
  padding-top: 10px;
}
.challenge .myTeam .teamJoinLogoContainer {
  width: 175px;
  display: inline-block;
  float: left;
  margin-right: 5%;
}
.challenge .myTeam .teamJoinInfoContainer {
  width: 100%;
  display: inline-block;
  float: left;
}
.challenge .myTeam .teamJoinInfoContainer table > tbody > tr:nth-child(1) > td {
  border: none;
}
.challenge .myTeam .teamJoinInfoContainer table > tbody > tr > td {
  padding: 8px;
}
.challenge .myTeam .teamJoinInfoContainerFullWidth {
  width: 100%;
}
.challenge .myTeam .teamLogoContainer {
  width: 170px;
  margin-right: 20px;
  float: left;
  display: inline-block;
  text-align: center;
}
.challenge .myTeam .teamLogo {
  background-position: center top;
  background-size: cover;
  height: 175px;
  width: 175px;
  border-radius: 100%;
  margin: 0 auto;
}
.challenge .myTeam .teamInfoHeaderLogo {
  width: 100px;
  height: 80px;
  margin-left: 20px;
  display: inline-block;
  float: left;
}
.challenge .myTeam .teamInfoHeaderInfo {
  width: calc(100% - 150px);
  display: inline-block;
}
.challenge .myTeam .teamJoinLogo {
  background-position: center top;
  background-size: cover;
  height: 75px;
  width: 75px;
  border-radius: 100%;
}
.challenge .myTeam .teamInfoContainer {
  display: inline-block;
  float: left;
  padding: 0 15px;
  width: calc(100% - 195px);
}
.challenge .myTeam .teamInfoContainer h2 {
  margin-top: 0;
}
.challenge .myTeam .teamInfoContainer .buttonContainer {
  display: flex;
  margin-bottom: 5px;
}
.challenge .myTeam .teamInfoContainer .buttonContainer button {
  margin-right: 1em;
}
.challenge .myTeam .preStartImage {
  width: 5%;
}
.challenge .myTeam .preStartName {
  width: 95%;
}
.challenge .teamName {
  margin-top: 0;
}
.challenge .leaderBoardTextRight {
  padding-right: 30px;
}
/* ----- */
/* Profile */
.avatar {
  background-position: center top;
  background-size: cover;
}
/* (Getting Started) */
.gettingStartedProfile .status {
  margin-bottom: 1em;
}
.gettingStartedProfile .status span.complete {
  color: #8bc53f;
}
.gettingStartedProfile .status span.pending {
  color: #DB6D48;
}
.gettingStartedProfile ul.list li {
  align-items: center;
  display: flex;
}
.gettingStartedProfile ul.list li .completionIcon {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.gettingStartedProfile ul.list li .completionIcon.complete {
  background: #8bc53f;
  color: white;
}
.gettingStartedProfile ul.list li .completionIcon.pending {
  background: #C1C1C1;
}
.gettingStartedProfile ul.list li .description {
  margin-left: 1em;
}
.gettingStartedProfile ul.list li .description.complete {
  color: #8bc53f;
}
.gettingStartedProfile ul.list li .date {
  color: #C1C1C1;
  margin-left: 1em;
}
/* (Personal) */
.profileHeaderContent {
  padding: 20px 15px 0;
}
.profileHeaderContent .avatar {
  height: 88px;
  margin-right: 20px;
  width: 88px;
}
/* ----- */
/* TopNav */
/* (Desktop) */
.navbar-default .navbar-nav > li.points > a {
  color: #00A5B6;
}
.topnav-participant {
  background-color: #ffffff;
  border-color: #DDDFE0;
}
.topnav-participant.navbar {
  height: 65px;
  margin-bottom: 0;
  font-size: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.topnav-participant.navbar .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.topnav-participant .navbar-brand {
  height: auto;
  padding: 13px 0 12px 0;
  width: 240px;
  text-align: center;
  margin-left: 0;
}
.topnav-participant .navbar-brand img {
  height: 40px;
  display: inline;
}
.topnav-participant .navbar-nav {
  height: 65px;
  margin-right: 1em;
}
.topnav-participant .navbar-nav .dropdown-menu li a {
  width: 100%;
}
.topnav-participant .navbar-nav li {
  align-items: center;
  display: flex;
  height: 100%;
}
.topnav-participant .navbar-nav .profileMenu {
  cursor: pointer;
}
.topnav-participant .navbar-nav .profileMenu .avatar {
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.topnav-participant .navbar-nav .programBrandingBadge {
  max-width: 56px;
  width: 100%;
}
.topbar-mobile .programBrandingBadgeContainer {
  display: flex;
}
.topbar-mobile .programBrandingBadgeContainer .programBrandingBadge {
  max-width: 56px;
  width: 100%;
}
.impersonationOffset .topnav-participant.navbar {
  top: 40px;
}
.topnav-participant .navbar-nav li.points {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
}
.topnav-participant .navbar-nav li.points img {
  width: 16px;
  margin: -2px 5px 0 0;
}
#dismissGettingStarted_checkbox {
  margin-top: 30px;
}
.gettingStarted_icon {
  margin-left: 15px;
}
.gettingStarted_text {
  margin-left: 25px;
  margin-top: 15px;
}
.gettingStarted_modal {
  margin-top: 70px;
}
.avatarGettingStarted {
  background-position: center top;
  background-size: cover;
  height: 75px;
  width: 75px;
  border-radius: 100%;
}
.profileMenu i {
  color: #C1C1C1;
}
/* (Mobile) */
.topbar-mobile {
  align-items: center;
  display: flex !important;
  justify-content: space-between;
}
.topbar-mobile .points {
  margin-left: 0.5em;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  float: left;
  margin: 0;
  padding: 21px 15px 19px 0;
  border: none;
  background: none;
}
.progressIcon_completed {
  background: #76c13e;
  border-radius: 50%;
  color: white;
  padding: 5px;
  font-size: 18px;
  margin-top: 0px;
}
.progressIcon_pending {
  background: #d4d4d4;
  font-size: 16px;
  border-radius: 50%;
  color: #76c13e;
  margin-top: 2px;
  padding: 5px 10px 5px 10px;
  line-height: 26px;
}
.material-icons {
  font-size: 18px;
}
.progressIcon_completed:after {
  content: '';
  background: #76c13e;
  height: 5px;
  width: 58px;
  display: block;
  position: absolute;
  left: 20px;
  z-index: -1;
  top: 32px;
}
.progressIcon_pending:after {
  content: '';
  background: #d4d4d4;
  height: 5px;
  width: 58px;
  display: block;
  position: absolute;
  left: 20px;
  z-index: -1;
  top: 32px;
}
.progressIconStatus:after {
  content: '';
  background: #d4d4d4;
  height: 5px;
  width: 58px;
  display: block;
  position: absolute;
  left: 20px;
  z-index: -1;
  top: 32px;
}
.md-tooltip {
  height: 35px !important;
  background-color: #76c13e !important;
  color: white !important;
  border-radius: 8px;
  font-size: 14px;
  padding-top: 5px;
}
.progressLink_status {
  padding: 0px 16px;
}
.topbar-mobile .points img {
  margin: -3px 5px 0 0;
  width: 16px;
}
.topbar-mobile .mobileTitle {
  text-align: center;
  margin: 0 auto;
}
.topbar-mobile .mobileTitle h1 {
  font-size: 16px;
  margin: 20px 0 24px;
  line-height: initial;
}
.topbar-mobile .mobileTitle img {
  height: 24px;
  margin: 20px 0;
}
.topbar-mobile .topLink div {
  float: left;
  outline: none;
  color: #00A5B6;
  padding: 23px 0 21px 0;
}
.topbar-mobile .topLink .topLinkLabel {
  padding: 21px 0 23px 3px;
}
.navOnLeft {
  top: 65px;
}
.promotionItem-feature {
  font-size: 20px;
  margin: 5px;
  display: inline-flex;
}
@media (min-width: 768px) {
  .non-mobile-margin-events {
    margin-left: 85px;
    /* Apply margin-left for non-mobile sizes */
  }
}
.non-mobile-margin-events {
  margin-left: 0;
  /* No margin for mobile */
}
/* ----- */
@media (max-width: 767px) {
  /* Directives */
  card .panel.activity {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  card .panel.activity .typeAndTitle .eyebrow {
    margin: 0;
  }
  card .panel.activity .isDone,
  card .panel.activity .pointContainer {
    position: absolute;
    right: 15px;
  }
  card .panel.activity .isDone img,
  card .panel.activity .pointContainer img,
  card .panel.activity .isDone i,
  card .panel.activity .pointContainer i {
    margin: 0;
    margin-right: 3px;
  }
  card .panel.activity .isDone .points,
  card .panel.activity .pointContainer .points {
    line-height: 10px;
  }
  card:nth-child(2n) .panel.activity {
    margin-right: 0;
  }
  .trayProfile {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 30px 15px 30px;
    margin-bottom: 10px;
  }
  .trayProfile .avatar {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
  }
  .trayProfile p {
    color: #ffffff;
    margin-bottom: 2px;
  }
  .trayProfile p img {
    margin: -3px 5px 0 0;
    width: 16px;
  }
  .trayProfile span.points {
    margin-right: 20px;
  }
  /* Activites */
  .cardWrapperInner {
    display: flex;
    flex-direction: column;
  }
  /* ----- */
  /* Cvent */
  /* (Model Plus) */
  .model-plus-details {
    overflow-y: scroll;
  }
  .model-plus-details .details-container {
    align-items: unset;
    flex-direction: column;
  }
  /* ----- */
  /* Getting Started */
  /* (Progress Icon) */
  .completionIcon {
    margin-right: 1em;
    position: relative;
  }
  /* ----- */
  /* Inbox */
  .inbox .panel {
    height: calc(100% - 30px);
    margin: 15px;
  }
  .inbox .panel .messageList {
    border: none;
    width: 100%;
  }
  .inbox .panel .messageViewerContainer {
    width: 100%;
  }
  /* ----- */
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
/* Mixins */
.font-regular {
  font-family: FFMarkWebProRegular !important;
  font-weight: normal;
}
.font-medium {
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
}
.font-bold {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
}
.font-reg-italic {
  font-family: FFMarkWebProItalic !important;
  font-weight: normal;
}
body {
  font-family: FFMarkWebProRegular;
  height: auto;
  background-color: #ffffff;
}
body.gray {
  background-color: #F6F8F9;
}
button,
input,
optgroup,
select,
textarea {
  font-family: FFMarkWebProRegular;
}
hr {
  border-top-color: #DDDFE0;
  margin: 10px 0;
}
hr.navy {
  border-top-color: #05203D;
  margin: 10px 0;
}
.content-wrapper {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 48px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.content-wrapper.admin {
  top: 50px;
  left: 0;
  overflow-y: scroll;
  padding: 30px 0;
}
.impersonationOffset .content-wrapper {
  top: 105px;
}
.container-fluid.custom {
  max-width: 1240px;
  padding-top: 15px;
}
.pageHeaderWrapper {
  border-bottom: 1px solid #DDDFE0;
}
.whiteBG {
  background: #ffffff;
}
.hideUntilLoaded {
  display: none !important;
}
.pageContentWrapper {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Typography */
h1 {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 36px;
  line-height: 46px;
}
h1.marginBottom {
  margin-bottom: 30px;
}
h2 {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0 15px;
}
h2.lessMargin {
  margin: 0 0 5px;
}
h3 {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 18px;
}
p.gray {
  color: #858585;
}
p {
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}
p.login,
p.small {
  font-size: 14px;
  line-height: 22px;
}
p.lessMargin {
  margin-bottom: 10px;
}
p.noMargin {
  margin-bottom: 0;
}
b,
strong {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
}
a {
  color: #00A5B6;
}
a:hover,
a:focus {
  color: #007783;
}
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #00A5B6;
  display: block;
}
/* Flex Positioning */
.ai-center {
  align-items: center;
}
.jc-center {
  justify-content: center;
}
/* Badges */
.badge.orange {
  background: #DB6D48;
  padding: 3px 5px 5px;
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  min-width: 20px;
  min-height: 20px;
}
/* Uploads Badges */
.programTabs .badge.orange {
  min-width: 0;
  margin-left: 2px;
}
/* List Groups */
.list-group-item {
  border: 1px solid #DDDFE0;
}
/* Lists */
ul.list-unstyled li {
  font-size: 16px;
  margin-bottom: 5px;
}
/* Tabs */
.mdTabs,
.mdTabs .nav-tabs {
  border-bottom: none;
}
.mdTabs.admin .nav-tabs,
.teamTabs .mdTabs {
  border-bottom: 1px solid #DDDFE0;
}
.mdTabs.admin .nav-tabs a,
.mdTabs.admin .nav-tabs a:hover {
  font-size: 14px;
}
.mdTabs > li {
  margin-bottom: 0;
}
.mdTabs .uib-tab a,
.mdTabs .uib-tab a:hover {
  border: none;
  background: none;
  color: #333333;
  font-size: 16px;
}
.mdTabs .uib-tab.active a,
.mdTabs .uib-tab.active a:hover,
.mdTabs .uib-tab.active a:focus {
  border: transparent;
  border-bottom: solid 4px #00A5B6;
  color: #00A5B6;
}
.mdTabs.mobileStretch ul.nav-tabs {
  display: flex;
}
.mdTabs.mobileStretch .nav-tabs > li {
  float: none;
  display: inline-block;
  flex: auto;
}
.mdTabs.mobileStretch .uib-tab a,
.mdTabs.mobileStretch .uib-tab a:hover {
  margin-right: 0;
  text-align: center;
}
/* Tables */
.table {
  font-size: 16px;
  margin-bottom: 0;
}
.table.adminTable {
  table-layout: fixed;
  margin-top: 10px;
}
.table.adminTable td:nth-last-of-type(4) {
  color: #00A5B6;
}
.programAssessments .table.adminTable td:nth-last-of-type(4) {
  color: #333333;
}
.programAssessments .table.adminTable td:nth-last-of-type(3) {
  color: #00A5B6;
}
.profileAssessments .wizard {
  margin: 30px 0 20px;
}
.profileAssessments md-checkbox {
  width: 100%;
  margin: 5px 20px 5px 0;
}
.profileAssessments .answerContainer {
  padding-left: 20px;
}
.profileAssessments .answerContainer select {
  max-width: 250px;
}
.profileAssessments .answerContainer textarea {
  max-width: 400px;
}
.profileAssessments .subQuestionContainer {
  padding-left: 30px;
}
.profileAssessments .answerSubmitted {
  padding-left: 20px;
}
.profileAssessments .subQuestionAnswerSubmitted {
  padding-left: 30px;
}
.profileAssessments .questionWrapper.parentMargin {
  margin-top: 40px;
}
.profileAssessments .questionWrapper {
  margin: 0 0 10px 0;
  width: 100%;
}
.profileAssessments .questionWrapper .questionNumber {
  display: block;
  width: 20px;
  float: left;
  display: inline-block;
  padding-bottom: 60px;
}
.profileAssessments .questionWrapper .questionText {
  display: inline;
}
.profileAssessments .questionWrapper .subQuestion {
  width: 30px;
}
.profileAssessments md-checkbox.md-default-theme:not(.md-checked) .md-icon,
.profileAssessments md-checkbox:not(.md-checked) .md-icon {
  border: 1px solid #C1C1C1;
}
.multipleSelectAnswers .lastAnswer:last-child span {
  display: none;
}
.answerInfoTipContainer {
  display: table;
  width: 100%;
  margin: 10px 0;
  border: solid 1px #DDDFE0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.answerInfoIcon {
  display: table-cell;
  width: 65px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  vertical-align: middle;
}
.answerInfoTip {
  display: table-cell;
  padding: 10px;
}
.assessmentIcon {
  font-size: 28px;
}
.portalReportTextArea {
  width: 100%;
  height: 300px;
  resize: none;
}
.assessmentDateError,
.challengeDateError {
  display: contents;
  font-size: 13px;
  margin-left: 51px;
}
.table.adminTable td.statusCell {
  padding: 10px 8px;
}
.table-responsive {
  border: none;
}
.table > thead > tr > th {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #858585;
  border-bottom: none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 8px;
}
/* Modals */
.modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #DDDFE0;
}
.modal-title {
  line-height: 36px;
}
.modal-header .close {
  color: #05203D;
  margin-top: 8px;
  opacity: 0.8;
  outline: none;
}
.modal-header .close:hover {
  opacity: 1;
}
.modal-body {
  padding: 20px 30px;
}
.modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #DDDFE0;
}
/* Participant Sidenav - Desktop */
.sidenav-participant.desktop {
  background-color: #05203D;
  display: none;
  height: calc(100% - 65px);
  overflow-y: auto;
  top: 65px;
  padding-top: 15px;
  position: fixed;
  white-space: nowrap;
  width: 240px;
}
.impersonationOffset .sidenav-participant.desktop {
  height: calc(100% - 105px);
  top: 105px;
}
.sidenav-participant ul.side-nav > li > a {
  color: #ffffff;
  padding: 10px 30px;
  position: relative;
  display: block;
  text-decoration: none;
}
.sidenav-participant ul.side-nav > li > a:hover {
  background: #00A5B6;
}
.sidenav-participant ul.side-nav > li > a > i {
  position: relative;
  top: 2px;
  margin-right: 8px;
  font-size: 16px;
}
.sidenav-participant .activeAnchor {
  background: #00A5B6 !important;
}
.side-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.side-nav-submenu {
  margin-left: 40px;
}
/* Participant Sidenav - Mobile */
md-backdrop.md-sidenav-backdrop {
  z-index: 1031;
  position: fixed;
}
.md-sidenav-left,
md-sidenav {
  z-index: 1032;
  position: fixed;
}
.impersonationOffset .md-sidenav-left,
.impersonationOffset md-sidenav {
  top: 40px;
}
.layout-padding,
.layout-padding > * {
  padding: 0;
}
md-sidenav md-content {
  background: #05203D;
  height: 100%;
}
.trayProfile {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 30px 15px 30px;
  margin-bottom: 10px;
}
.trayProfile .avatar {
  height: 56px;
  width: 56px;
  margin-bottom: 15px;
}
.trayProfile p {
  color: #ffffff;
  margin-bottom: 2px;
}
.trayProfile p img {
  margin: -3px 5px 0 0;
  width: 16px;
}
.trayProfile span.points {
  margin-right: 20px;
}
/* Buttons */
[role="button"] {
  outline: none;
}
.btn {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  padding: 8px 16px 12px;
  font-size: 16px;
  border-radius: 5px;
}
.btn:active {
  box-shadow: none;
}
.btn-primary {
  border-color: #00A5B6;
  background-color: #00A5B6;
  color: #ffffff;
  background-image: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #007783;
  background-color: #007783;
  color: #ffffff;
  outline: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  color: #ffffff;
}
.btn-sm {
  font-size: 14px;
  padding: 2px 16px 6px;
}
.btn-lg {
  padding: 14px 16px 18px;
}
.btn-default {
  border: 1px solid #00A5B6;
  color: #00A5B6;
  background-image: none;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  border: 1px solid #007783;
  background-color: #ffffff;
  color: #007783;
  box-shadow: none;
}
.btn-default:active:hover,
.btn-default:active:focus {
  border: 1px solid #007783;
  background-color: #ffffff;
  color: #007783;
}
.btn.cancel {
  margin-right: 12px;
}
.btn-profile,
.btn-profile:hover,
.btn-profile:focus {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-top: 22px;
}
.btn-profile:active,
.btn-profile:focus {
  opacity: 0.7;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.3;
}
.btn-left-margin {
  margin-left: 5px;
}
.input-group-btn .btn {
  padding: 4px 16px 8px;
  font-size: 14px;
}
.input-group-btn .btn-add {
  padding: 5px 16px 8px !important;
}
.input-group-btn .btn-file {
  padding: 5px 16px 9px !important;
}
ng-include .input-group-btn .btn-file {
  padding: 4px 16px 9px !important;
}
.btn-link {
  color: #00A5B6;
  font-size: 16px;
}
.btn-delete {
  background-color: #DB6D48;
  color: #ffffff;
}
.btn-delete:hover {
  background-color: #c95027;
  color: #ffffff;
}
.btn-register {
  background-color: #8bc53f;
  border-color: #8bc53f;
  margin: 10px 0;
}
.btn-register:hover,
.btn-register:active,
.btn-register:focus,
.btn-register:active:hover {
  background-color: #70a130;
  border-color: #70a130;
}
/* Alerts */
.alert.extraMargin {
  margin-bottom: 40px;
}
.alert-danger {
  display: flex;
  align-items: flex-start;
  color: #DB6D48;
  border: none;
  background: #fefcfc;
  font-size: 16px;
  font-weight: normal;
}
.alert-danger .icon-close,
.alert-danger .icon-check,
.alert-danger div .icon-close,
.alert-danger div .icon-check {
  font-size: 20px;
  margin-right: 10px;
}
password-entry .alert-danger div:nth-child(n) {
  display: flex;
  align-items: center;
  margin: 1px 0 1px 0;
}
password-entry .alert-danger {
  display: block;
  padding: 15px;
}
.impersonation .alert-info {
  padding: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.impersonation .alert-info span {
  margin-right: 15px;
}
#profileNutrition .alert {
  margin: 15px 0;
}
.alertLessPadding {
  padding: 0;
}
/* Growl Notifications */
.ui-notification.error,
.ui-notification.success {
  background: none;
  box-shadow: none;
  width: 345px;
}
.ui-notification.clickable:hover {
  opacity: 1;
}
.ui-notification > .message {
  margin: 0;
}
.growl {
  display: flex;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
}
.growl i.icon-close,
.growl i.icon-check {
  font-size: 20px;
  margin: 0 10px 0 0;
}
.growl i.material-icons {
  font-size: 16px;
  margin-left: auto;
}
.growl-error {
  background: #DB6D48;
}
.growl-success {
  background: #8bc53f;
}
.growl-neutral {
  display: block !important;
  background: #ffffff;
  color: #333333 !important;
}
.growl-neutral .message {
  display: block;
}
.growl-neutral .message-buttons {
  text-align: right;
  margin-top: 15px;
}
/* Busy Loading Spinner Styles */
.httpLoadingSpinnerBackground {
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  visibility: hidden;
  /* Initially hidden */
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.httpLoadingSpinnerBackground.show {
  visibility: visible;
  opacity: 0.9;
}
.httpLoadingSpinner {
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  top: 50%;
  z-index: 9999;
  visibility: hidden;
  /* Initially hidden */
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  color: #00A5B6;
}
.httpLoadingSpinner.show {
  visibility: visible;
  opacity: 1;
}
#preLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.8);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.preload-spinner {
  display: block;
  animation: spin 4s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Forms */
.regForm {
  margin: 40px 0 20px;
}
.tandcWrapper {
  margin: 30px 0;
}
.tandcWrapper ol {
  font-size: 16px;
}
.tandcWrapper ol li {
  font-weight: bold;
}
.tandcWrapper ol ol li {
  font-weight: normal;
}
.termsContent {
  overflow-y: scroll;
  margin: 15px 0 20px;
  border-bottom: 1px solid #DDDFE0;
  border-top: 1px solid #DDDFE0;
}
/* md-input-container */
/* could be cleaned/nested better */
md-input-container.hide-error-spacer .md-errors-spacer {
  display: none;
}
md-input-container.noBottomMargin {
  margin-bottom: 0;
}
md-input-container .md-input,
md-input-container.md-input-focused .md-input,
md-input-container .md-input.ng-invalid.ng-dirty {
  font-size: 16px;
  padding-bottom: 4px;
}
md-input-container:not(.md-input-invalid) .md-input {
  border-width: 0 0 2px;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #00A5B6;
}
md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #00A5B6;
}
md-input-container > md-icon {
  color: #00A5B6;
}
md-input-container label {
  font-family: FFMarkWebProRegular !important;
  font-weight: normal;
  opacity: 1;
  color: #858585;
  font-size: 16px;
}
md-input-container label.md-required::after {
  content: "  " !important;
}
md-input-container:not(.md-input-invalid).md-input-has-value label {
  color: #858585;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  opacity: 1;
}
md-input-container:not(.md-input-invalid).md-input-has-value.md-input-focused label {
  color: #00A5B6;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  opacity: 1;
}
md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #00A5B6;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  opacity: 1;
}
md-input-container.md-default-theme.md-input-invalid .md-input,
md-input-container.md-input-invalid .md-input {
  border-bottom: 2px solid #DB6D48;
}
md-input-container.md-input-invalid.md-input-focused label,
md-input-container.md-input-invalid.md-input-has-value label {
  color: #DB6D48;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  opacity: 1;
}
md-input-container.md-input-invalid label {
  color: #DB6D48;
}
md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
}
md-input-container.md-input-invalid .md-input-message-animation {
  color: #DB6D48;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
}
md-input-container.short {
  width: 100px;
}
md-input-container .input-group input {
  padding-right: 30px;
}
md-input-container .input-group-addon {
  position: absolute;
  color: #00A5B6;
  right: 0px;
  top: 3px;
  outline: none;
  width: auto;
  padding: 0;
  background: none;
  border: none;
}
md-input-container .input-group-addon i {
  font-size: 20px;
}
md-input-container .input-group-addon i.gray {
  color: #C1C1C1;
}
md-input-container .input-group-addon i.success {
  color: #8bc53f;
}
.advancedSearch {
  padding: 10px 45px 0;
  background: #eeeeee;
  border-radius: 6px;
}
md-input-container .input-group {
  width: 100%;
}
md-input-container > md-select {
  color: #333333;
  font-size: 16px;
}
.md-select-menu-container {
  -webkit-transform: translate3d(-2px, -2px, 0);
  transform: translate3d(-2px, -2px, 0);
}
md-input-container label.select {
  margin: 0 0 2px 0;
}
.md-select-value,
.md-select-value.md-select-placeholder,
md-select:not([disabled]).ng-invalid.ng-touched .md-select-value,
md-select:not([disabled]):focus .md-select-value,
md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
}
md-select.md-default-theme.ng-invalid.ng-touched .md-select-value,
md-select.ng-invalid.ng-touched .md-select-value {
  color: #DB6D48 !important;
  border-bottom-color: #DB6D48 !important;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #00A5B6;
  color: #333333;
}
md-select-menu md-content md-option[selected] {
  color: #00A5B6;
}
md-select-menu md-content md-option[selected]:focus {
  color: #00A5B6;
  background-color: #eeeeee;
}
md-select.md-default-theme .md-select-value,
md-select .md-select-value {
  border-bottom-color: #DDDFE0;
}
md-input-container.md-input-has-value .md-select-value > span:not(.md-select-icon),
md-input-container.md-input-has-value .md-select-value > span:not(.md-select-icon) {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value,
md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
  color: #00A5B6;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  opacity: 1;
}
md-select .md-select-value.md-select-placeholder {
  color: #858585;
  border-width: 0 0 2px;
}
.md-select-value {
  border-bottom-width: 2px;
}
md-input-container.textUnit md-icon {
  font-family: ffmarkwebproregular;
  font-size: 16px;
  color: #333333;
}
md-input-container:not(.md-input-invalid).md-input-focused.textUnit md-icon {
  color: #333333;
}
md-input-container.textUnit.blueFocus md-icon {
  color: #858585;
}
md-input-container:not(.md-input-invalid).md-input-focused.textUnit.blueFocus md-icon {
  color: #00A5B6;
}
._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  margin-left: 0;
  margin-right: 0;
}
.md-datepicker-triangle-button.md-button.md-icon-button {
  top: -4px;
}
.div-spacer {
  margin-top: -18px;
}
md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after,
md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: "  ";
}
.btn-container-margin {
  margin: 18px 0 18px;
}
md-input-container .input-group {
  width: 100%;
}
md-checkbox.md-default-theme.md-checked .md-ink-ripple,
md-checkbox.md-checked .md-ink-ripple {
  color: #00A5B6;
}
md-checkbox.md-default-theme.md-checked .md-icon,
md-checkbox.md-checked .md-icon {
  background-color: #00A5B6;
}
md-input-container:not(.md-input-invalid).md-input-focused md-icon,
.md-datepicker-open .md-datepicker-calendar-icon {
  color: #00A5B6;
}
.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #00A5B6;
}
.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator,
.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #00A5B6;
}
.input-margin {
  margin-top: 36px;
}
.input-margin-bottom {
  margin-bottom: 15px;
}
.form-control.mdInputBox {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  border: none;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  height: 40px;
}
.mdInputBox:hover,
.mdInputBox:focus {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.mdInputGroup.input-group .input-group-addon {
  background: none;
  border: none;
  font-size: 16px;
}
.passwordValidation {
  margin: -10px 0 20px 0;
}
.validPoint {
  margin-bottom: 5px;
}
.validPoint .fa-circle {
  color: #DDDFE0;
  margin: 5px 10px 0 0;
  font-size: 10px;
  float: left;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}
.validPoint span {
  color: #858585;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}
.validPoint.confirm .fa-circle {
  color: #8bc53f;
}
.validPoint.confirm span {
  color: #333333;
}
.regSelect {
  margin-bottom: 42px;
}
/* Panels */
.panel.panel-default {
  border-radius: 0;
}
.selectedIcon {
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 23px;
  height: 23px;
  background: #8bc53f;
}
.selectedIcon.allergy {
  background: #DB6D48;
}
.image-card {
  display: flex;
  align-items: center;
  margin: 0 0 -1px 0;
  border: 1px solid #DDDFE0;
  border-radius: 0;
  padding: 10px 15px;
}
.image-card-label {
  line-height: 20px;
  font-size: 16px;
  letter-spacing: -0.2px;
  margin-left: 10px;
}
.selectedIcon i {
  font-size: 24px;
  color: #ffffff;
}
.unselectedIcon {
  height: 23px;
  width: 23px;
  border: 1px solid #C1C1C1;
  border-radius: 100%;
}
/* Switches */
md-switch.md-default-theme.md-checked:not([disabled]).md-primary .md-bar,
md-switch.md-checked:not([disabled]).md-primary .md-bar,
md-switch.md-default-theme.md-checked.md-primary .md-bar,
md-switch.md-checked.md-primary .md-bar {
  background-color: rgba(0, 165, 182, 0.6);
}
md-switch.md-default-theme.md-checked:not([disabled]).md-primary .md-thumb,
md-switch.md-checked:not([disabled]).md-primary .md-thumb,
md-switch.md-default-theme.md-checked.md-primary .md-ink-ripple,
md-switch.md-checked.md-primary .md-ink-ripple {
  background-color: #00A5B6;
}
md-switch .md-container {
  margin-right: 0;
}
md-switch.md-default-theme[disabled] .md-bar,
md-switch[disabled] .md-bar {
  background-color: #C1C1C1 !important;
}
md-switch.md-default-theme[disabled] .md-thumb,
md-switch[disabled] .md-thumb {
  background-color: #858585 !important;
}
/* Participant - Tab Bar */
.tabbar {
  min-height: 48px;
  border-top: 1px solid #DDDFE0;
  background: #ffffff;
}
.tabbar .navbar-nav {
  margin: 0;
  min-height: 48px;
}
.tabbar .nav > li {
  width: 25%;
  text-align: center;
  float: left;
  min-height: 48px;
}
.tabbar .navbar-nav > li > a {
  padding: 6px 0 2px 0;
  color: #858585;
}
.tabbar .anchorActive {
  background-color: #eeeeee !important;
  color: #ffffff;
}
.tabbar .tabName {
  font-size: 10px;
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  margin-top: -4px;
}
.tabbar i.icons {
  font-size: 20px;
}
.tabbar .badge {
  position: absolute;
  margin-top: -44px;
  margin-left: 6px;
  background-color: #DB6D48;
  font-size: 12px;
}
.badgePulse {
  background: #8bc53f !important;
  box-shadow: 0 0 0 0 #8bc53f;
  animation: badgePulse 2.5s infinite;
}
@keyframes badgePulse {
  0% {
    transform: scale(0);
    box-shadow: 0 0 0 0 rgba(139, 197, 63, 0);
  }
  20% {
    transform: scale(0);
    box-shadow: 0 0 0 0 rgba(139, 197, 63, 0);
  }
  40% {
    transform: scale(0.4);
    box-shadow: 0 0 0 0 rgba(139, 197, 63, 0.7);
  }
  60% {
    transform: scale(1.2);
    box-shadow: 0 0 0 15px rgba(139, 197, 63, 0.1);
  }
  80%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(139, 197, 63, 0);
  }
}
/* Paragraph */
p.margin {
  margin: 10px 0 10px;
}
.panel-default {
  border-color: #DDDFE0;
}
/* Anon Specific */
/* Login-Register Page */
md-input-container.password.md-icon-right {
  padding-right: 36px;
}
.splash-container {
  padding: 0;
}
.splash-container img {
  object-fit: cover;
  height: 100vh;
  width: inherit;
  position: fixed;
}
.logo-container {
  margin: 3em 0 1em;
}
.logo-container img {
  width: 100%;
}
.register-container,
.login-container,
.captcha-container {
  color: #858585;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 1em;
}
.register-container strong,
.login-container strong,
.captcha-container strong {
  display: block;
  text-align: center;
}
.register-container h3,
.login-container h3,
.captcha-container h3 {
  margin: 0;
}
.captcha-container .captcha {
  align-items: center;
  border: solid 1px #DDDFE0;
  display: flex;
  overflow: hidden;
}
.captcha-container .captcha img {
  border-radius: 4px 0 0 4px;
  width: 80%;
}
.captcha-container .captcha .refresh {
  color: #00A5B6;
  font-size: 22px;
  text-align: center;
  width: 20%;
}
.login-links-container {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.login-links-container p {
  margin: 0;
}
.login-links-container .tnc-pp {
  margin: 1em 0;
}
.teaserTextContainerScroll {
  height: 250px;
  overflow: hidden;
  margin: 0px 25px;
}
.teaserTextContainerScrollDetail {
  height: 100%;
  overflow: scroll;
  margin: 0px 25px;
}
/* register.html */
.registerLogo img,
.resetPasswordLogo img,
.forgotPasswordLogo img {
  max-height: 75px;
  max-width: 100%;
}
/* forgotPassword.html */
.captchaWrapper {
  display: flex;
  margin-bottom: 25px;
  border: 1px solid #DDDFE0;
}
.captchaWrapper img {
  border-radius: 4px 0 0 4px;
}
.refreshCaptcha {
  display: flex;
  align-items: center;
  color: #00A5B6;
  font-size: 20px;
  padding: 0 15px;
}
.registerBtnMargin {
  margin-bottom: 20px;
}
.refreshCaptcha:hover {
  color: #007783;
  background: #F7F7F7;
}
.registerHelpLogoContainer {
  width: 100%;
  float: left;
}
.registerHelpLogo {
  width: 160px;
  margin: 30px 0;
}
.securityQuestionOptions .md-text {
  white-space: normal;
}
/* General */
.modalInPage {
  margin: 50px 0 0 15px;
}
.backDesktop div,
.backMobile div {
  float: left;
  font-size: 16px;
}
.backDesktop .backArrow,
.backMobile .backArrow {
  padding: 2px 3px 0 0;
}
.backMobile {
  float: left;
}
.bottom-spacer {
  margin-bottom: 20px;
}
/* Activities */
.activity-dacc {
  float: right;
}
.activity-dacc ul {
  list-style: none;
  padding: 0px;
}
h2.featuredHeader {
  background: #8BC53F;
  color: white;
  padding: 5px 0 10px 10px;
}
.featuredContainer {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.featuredCardContainer {
  margin: 0 auto;
  padding: 5px 50px;
  max-width: 1240px;
}
.featuredCardContainer h1,
.featuredCardContainer .featuredDescription {
  color: #ffffff;
}
.featuredStar {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: gold;
}
@media only screen and (max-width: 480px) {
  .featuredCardContainer {
    padding: 5px 15px;
  }
  .featuredCardContainer h1 {
    font-size: 28px;
  }
  .featuredCardContainer .activity-group {
    margin-bottom: 20px;
  }
  h1.activityHeader {
    font-size: 28px;
  }
  h2.subHeader {
    font-size: 22px;
  }
  ng-include .input-group-btn .btn-file {
    padding: 5px 16px 7px !important;
  }
}
.panel.activity {
  color: #ffffff;
  border-radius: 4px;
  margin: 10px 20px 10px 0;
  cursor: pointer;
  display: inline-block;
  width: 200px;
  height: 220px;
  float: left;
  padding: 15px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel.activity:hover {
  opacity: 1;
}
.panel.activity .eyebrow {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.panel.activity .name {
  font-size: 18px;
  font-family: FFMarkWebProBold;
}
.panel.activity .points {
  font-size: 16px;
  font-family: FFMarkWebProBold;
}
.panel.activity .points img {
  width: 16px;
  margin: -3px 8px 0 0;
}
.cardWrapper {
  vertical-align: top;
  overflow-x: auto;
}
.panel.activity.type-done {
  color: #a9aaac;
}
.panel.activity.type-done .icons,
.panel.activity.type-done .isDone {
  font-weight: bold;
}
/* Activity Details */
.pageHeaderWrapper.activity {
  background: #ffffff;
}
.pageHeaderContent.activity {
  padding: 15px 15px 20px 15px;
}
.activityInfoWrapper {
  display: flex;
}
.activityInfoWrapper .typeColor {
  display: none;
}
.activityInfo .eyebrow {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 12px;
  margin: 5px 0;
}
.activityInfo h1 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}
.activityInfo .points {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: bottom;
  height: 30px;
  padding: 0 20px 0 0;
}
.activityInfo .points img.white {
  width: 16px;
  margin-top: -4px;
}
.activityInfo .points img.navy {
  display: none;
}
h2.activitySuccess {
  margin-top: 15px;
}
input.percentage {
  width: 60px;
}
.bigCheck {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #00A5B6;
  margin: 0 auto;
}
.catalogInfoWrapper {
  display: flex;
}
.catalogInfoWrapper .typeColor {
  display: none;
}
.catalogInfo .eyebrow {
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  line-height: 12px;
  margin: 5px 0;
}
.catalogInfo h1 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}
.catalogInfo .points {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: bottom;
  height: 30px;
  padding: 0 20px 0 0;
}
.catalogInfo .name {
  margin-right: 20px;
}
.catalogInfo .name,
.catalogInfo .pointsDateWrapper {
  float: left;
}
.catalogInfo h1 {
  color: #05203D;
  font-size: 36px;
  line-height: 46px;
}
.catalogInfo .points {
  font-size: 24px;
  color: #05203D;
  line-height: 30px;
  margin-top: 14px;
}
.catalogInfo .points img.white {
  display: none;
}
.bigCheck i {
  font-size: 61px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .activityInfo .pointsDateWrapper {
    display: inline-block;
  }
  .activityInfo .endDate {
    font-style: italic;
    display: table-cell;
    height: 30px;
    color: #ffffff;
    vertical-align: bottom;
  }
}
.activityChallengePointsAtEnd {
  line-height: 60px;
}
/* Challenges */
.panel.challenge {
  border-radius: 4px;
  margin: 10px 20px 10px 0;
  cursor: pointer;
  width: 200px;
  height: 220px;
  float: left;
  padding: 15px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.challenge .challengeIcon {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  padding: 15px;
  float: left;
}
.challenge .label.inProgress {
  background: #8bc53f;
  text-transform: uppercase;
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  float: right;
  padding: 5px 10px 6px;
  font-size: 10px;
}
.challenge .title {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  line-height: 20px;
  margin: 15px  0 10px 0;
  height: 60px;
}
.challenge .date {
  text-transform: uppercase;
  font-size: 12px;
  color: #858585;
  line-height: initial;
  margin-bottom: 10px;
  margin-top: auto;
}
.challenge .teamPoints div {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.challenge .teamPoints i {
  color: #00A5B6;
  font-size: 16px;
  float: left;
}
.challenge .teamPoints img {
  width: 16px;
  float: left;
}
.challenge .teamPoints span {
  color: #00A5B6;
  font-size: 14px;
  line-height: 16px;
  margin-left: 6px;
  float: left;
}
.challenge md-tabs {
  background-color: #ffffff;
}
.challenge md-ink-bar,
md-tabs md-ink-bar {
  color: #239ca7 !important;
  background-color: #239ca7 !important;
}
.challenge md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  text-transform: capitalize !important;
  font-size: 16px;
}
.challenge md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active,
md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon,
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon,
md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused,
md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: #239ca7 !important;
  font-size: 16px;
  font-weight: bold;
}
.challengeDetailsContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.challenge .challengeDetailHeader {
  margin: 20px 0 0;
}
.challengeDetailContentHeader {
  margin-top: 0px;
}
.challenge .challengeDetails {
  float: left;
  margin-right: 15px;
}
.challenge .challengeDetailName {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 36px;
  line-height: 60px;
  margin-left: 20px;
  display: inline-block;
}
.challenge .mdTabs > li {
  padding-right: 40px;
}
.challenge .challengeStats {
  line-height: 60px;
  color: #05203D;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.challenge .challengeUsers,
.challengePoints,
.challengeDates {
  display: inline-block;
  margin-left: 15px;
}
.challenge .challengeDates {
  color: #858585;
}
.challenge .participantStatus {
  color: #8bc53f;
}
.challenge .pointsImage {
  height: 18px;
  margin-bottom: 5px;
}
.challenge a.joinBtn {
  padding: 8px 47px 12px;
  line-height: 100%;
  background-color: #00A5B6;
  border: 0;
}
.challenge md-content._md {
  clear: both;
}
.challenge .pageHeaderWrapper {
  background: #ffffff;
}
.challenge .participantList ul li .user-detail {
  display: flex;
  font-family: FFMarkWebProBold !important;
  align-items: center;
  color: #686868;
  font-weight: 400;
  border-bottom: 2px solid #e7ecee;
  padding: 10px 0px;
}
.challenge .participantList ul li .user-detail .avatar {
  height: 38px;
  width: 38px;
  border-radius: 100%;
  margin-right: 12px;
}
.challenge .participantList b {
  font-weight: bold;
  margin-left: 32px;
}
.challenge .showlink {
  color: #4c87c6;
  font-weight: 600;
  display: block;
  cursor: pointer;
}
.challenge .showlink:hover {
  text-decoration: none;
}
.challenge .participantList .user-detail .avatar span {
  line-height: 32px;
}
.challenge .participantList ul li.list-group-item {
  padding: 0px 25px;
  border: 0px solid #DDDFE0;
}
.challenge .participantList ul li:last-child .user-detail {
  border-bottom: 0px solid #e7ecee;
}
.challenge .participantList ul li:first-child {
  border-bottom: 1px solid #ddd;
  z-index: 1;
  background: #f2f2f2;
}
.challenge .participantList .nameHeading {
  padding: 0px 10px 10px;
  text-align: center;
}
.challenge .participantList .nameHeading b {
  margin-left: 0px;
  text-align: left;
  display: block;
}
.challenge .participantList .nameHeading .subHeading {
  padding: 10px 0px;
  display: block;
  margin-bottom: 0px;
  font-weight: bold;
}
.challenge .teamList ul li.list-group-item {
  padding: 0px;
  border: 0px solid #ddd;
}
.challenge .teamList .team-detail {
  display: flex;
  font-family: FFMarkWebProBold !important;
  align-items: center;
  color: #686868;
  font-weight: 400;
  border-bottom: 2px solid #e7ecee;
  padding: 10px 20px;
}
.challenge .teamList .team-detail span {
  flex: 1 1 100%;
}
.challenge .teamList .team-detail:hover {
  background: #ddd;
}
.challenge .teamList ul li:first-child {
  border-bottom: 1px solid #ddd;
  z-index: 1;
}
.challenge .teamList .teamHeading {
  padding: 30px 10px 10px;
}
.challenge .teamList .teamHeading b {
  font-weight: bold;
}
.challengeUserActive .icon-check {
  color: #8bc53f;
}
.challengeUserActive .icon-close {
  color: #DB6D48;
}
.selectEditTeamList {
  max-height: 320px;
  overflow: auto;
}
.teamEditHeader {
  margin: 0 0 10px;
}
.teamEditSearch {
  padding: 15px 15px 0 15px !important;
}
.teamEditGreen {
  color: #8bc53f;
}
.teamEditDanger {
  color: #DB6D48;
}
.teamEditAvatar {
  background-position: center top;
  background-size: cover;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-right: 5px;
}
.leaderboardTeamInfoHeader {
  border-bottom: solid 1px #ffffff;
}
.teamLeaderboardLogo {
  background-position: center top;
  background-size: cover;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.teamLeaderboardInfo {
  display: inline-block;
}
.teamLeaderboardTeamName {
  font-size: 18px;
}
.teamLeaderboardTeamDetails {
  font-weight: normal;
}
.teamLeaderboardTeamDetails span {
  font-weight: bold;
}
.teamCaptainText {
  padding-top: 40px;
  text-align: right;
}
.availableTeammateName {
  display: inline-block;
  float: left;
  padding-top: 2px;
  width: calc(95% - 65px);
}
.editTeammateRow td {
  padding: 6px 8px 4px 8px !important;
}
.editTeammateRow td .hiddenTeamIcon {
  visibility: hidden;
}
.editTeammateRow td:hover .hiddenTeamIcon {
  visibility: visible;
}
.editTeammateRow .editTeammateIcons {
  width: 65px;
  float: right;
  text-align: right;
}
.editTeammateRow .greenAction {
  color: #8bc53f;
}
.editTeammateRow .redAction {
  color: #DB6D48;
}
.editTeammateRow .greenAction:hover {
  background: #8bc53f;
}
.editTeammateRow .redAction:hover {
  background: #DB6D48;
}
.editTeammateRow .hiddenTeamIcon {
  display: inline-block;
  font-size: 16px;
  padding: 6px;
  border-radius: 100%;
}
.editTeammateRow .hiddenTeamIcon:hover,
.editTeammateRow .greenAction:hover,
.editTeammateRow .redAction:hover {
  color: #ffffff;
  cursor: pointer;
}
tr.editTeammateRow:hover td {
  background: #F7F7F7 !important;
}
#teamName {
  margin-top: 4px;
}
.pointSchedule .iconPaddingFix i {
  display: none;
}
.pointSchedule:hover .iconPaddingFix i {
  display: inline-block;
}
.deletePointScheduleIcon {
  vertical-align: middle;
}
.iconPaddingFix i {
  font-size: 18px;
  color: #00A5B6;
  padding: 6px;
  border-radius: 100%;
}
.tableHeaderIconColor i.icon-check,
.tableHeaderIconColor i.icon-star {
  color: #8bc53f;
}
.tableHeaderIconColor i.icon-close {
  color: #DB6D48;
}
.iconPaddingFix i.icon-check,
.iconPaddingFix i.icon-star {
  color: #8bc53f;
}
.iconPaddingFix i.icon-check:hover,
.iconPaddingFix i.icon-star:hover {
  background: #8bc53f;
}
.iconPaddingFix i.icon-close,
.iconPaddingFix i.icon-trash {
  color: #DB6D48;
}
.iconPaddingFix i.icon-close:hover,
.iconPaddingFix i.icon-trash:hover {
  color: #ffffff;
  background: #DB6D48;
}
i.icon-target {
  color: #00A5B6;
}
i.icon-target:hover {
  color: #ffffff;
  background: #00A5B6;
}
@media (max-width: 767px) {
  .teamEditHeader {
    margin: 20px 0 10px;
  }
  .btn-left-margin {
    margin-left: 0;
  }
  .teamBtn {
    width: 100%;
    margin-bottom: 20px;
  }
  .teamCaptainText {
    padding-top: 40px;
    text-align: left;
  }
  .teamMembersHeader {
    margin: 0;
  }
  .teamCaptainText {
    padding-top: 10px;
  }
  .availableTeammateName {
    width: calc(90% - 65px);
  }
  .editTeammateRow td .hiddenTeamIcon {
    visibility: visible;
  }
  .editTeammateRow .editTeammateIcons {
    width: 65px;
    text-align: left;
  }
  .challenge .myTeam .teamLogoContainer {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 20px;
  }
  .challenge .myTeam .teamInfoContainer {
    width: 100%;
    display: block;
    float: none;
  }
  .challenge .myTeam .teamJoinSearchContainer,
  .challenge .myTeam .teamJoinInfoLogoContainer {
    width: 100%;
  }
}
.numericContainer {
  padding: 0;
  margin-bottom: 20px;
}
.numericGoalMetHeaderContainer {
  padding: 15px 0;
  text-align: center;
  background: #05203D;
  color: #fff;
}
.numericHistoryContainer {
  height: 260px;
  max-height: 260px;
  background: #fff;
  padding: 15px;
  border: 1px solid #DDDFE0;
  border-top: 0;
}
.numericGoalMetNumber {
  font-size: 28px;
  font-weight: bold;
}
.numericGoalMetFooter {
  font-size: 12px;
  text-transform: capitalize;
}
.numericGoalMetUnit {
  font-size: 12px;
}
.numericLowercase,
.lowercase {
  text-transform: lowercase;
}
.numericNoData {
  padding: 50px 0;
  text-align: center;
}
.numericNoPaddingLeft {
  padding-left: 0;
  padding-right: 0;
}
.numericPaddingLeft {
  padding-left: 45px;
}
#challengeGraph {
  max-height: 365px;
}
.numericHeaderReducedPadding {
  margin-left: -15px;
}
@media (max-width: 991px) {
  .numericPaddingLeft {
    padding-left: 15px;
  }
}
.leaderboardHeader th {
  vertical-align: bottom !important;
}
.goalMetContainer {
  margin: 20px 0 0 0;
  padding: 0;
}
.goalMetHeader {
  color: #ffffff;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background: #05203D;
}
.goalMetHeader div {
  vertical-align: middle;
  display: inline;
}
.goalMetTitle {
  font-size: 20px;
  font-weight: bold;
}
.goalMetNumber {
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px 0 10px;
}
.dailyCompletionCalendarContainer {
  padding: 20px;
  background: #ffffff;
}
.calendarContainer {
  text-align: center;
  padding: 10px 0;
  float: left;
  height: 310px;
}
.calendarMonth {
  width: 100%;
  text-transform: uppercase;
  color: #05203D;
  font-weight: bold;
}
.calendarDayOfWeek {
  font-size: 12px;
}
.calendarDays {
  width: 14%;
  display: inline-block;
  float: left;
}
.calendarDate {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  border: solid 1px #DDDFE0;
  margin: 5px auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #00A5B6;
  cursor: pointer;
}
.calendarToday {
  background: #00A5B6;
  color: #ffffff;
  font-size: 32px;
  border: none;
}
.dayComplete,
.removeComplete {
  color: #ffffff;
  font-size: 32px;
  border: none;
}
.dayComplete {
  background: #8bc53f;
}
.removeComplete {
  background: #DB6D48;
}
.calendarNoDay {
  width: 34px;
  height: 32px;
  margin: 5px auto;
}
.dayIsInactive {
  background: #DDDFE0;
  color: #fff;
  cursor: default;
}
.noCursor {
  cursor: default;
}
.submitCompletionBtn {
  width: 80%;
  margin: 0 auto;
  border: solid 1px #DDDFE0;
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  padding: 8px 16px 12px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 10% 20px;
  text-align: center;
  color: #05203D;
}
.disableChallengeEntry {
  pointer-events: none;
}
.buttonCompleteIcon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  float: left;
  display: inline-block;
  padding: 1px 0 0 0;
}
.buttonComplete {
  color: #fff;
  background: #8bc53f;
}
.buttonInactive {
  color: #fff;
  background: #DDDFE0;
}
.todayNotComplete {
  font-size: 14px;
}
@media (max-width: 768px) {
  .submitCompletionBtn {
    width: 90%;
    margin: 0 5% 20px;
  }
}
.wellness-challenge {
  background: url('/img/activity-overlay.png'), linear-gradient(226deg, #2BEFFD 0%, #00788C 100%);
}
.tracking-challenge {
  background: url('/img/activity-overlay.png'), linear-gradient(45deg, #3E32AD 0%, #CA8FE0 100%);
}
.fitscore-challenge {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #a3ff12 0%, #026900 100%);
}
.custom-challenge {
  background: url('/img/activity-overlay.png'), linear-gradient(225deg, #009fea 0%, #010748 100%);
}
.challengeJoined {
  height: 60px;
  width: 100%;
  margin: 10px 0 20px 0;
}
.challengeJoined .bigCheck {
  display: inline-block;
  float: left;
}
.challengeJoinedText {
  display: inline-block;
  float: left;
  line-height: 60px;
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 24px;
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  .challenge .challengeStats {
    display: block;
    margin-left: 10px;
    float: left;
    color: #fff;
  }
  .challenge .date {
    color: #fff;
  }
  .challenge .mdTabs > li {
    width: 33%;
    text-align: center;
    padding-right: 0;
  }
  .challenge .challengeDetails .challengeIcon {
    display: none;
  }
  .challenge .challengeStats {
    line-height: 30px;
  }
  .challenge .challengeDetailName {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 5px;
    display: block;
    color: #fff;
  }
  .challenge .challengeDetailHeader {
    margin: 0;
    background: url(/img/activity-overlay.png), linear-gradient(226deg, #2BEFFD 0%, #00788C 100%);
    padding: 5px 0 10px;
  }
  .challenge .backDesktopChallenge {
    margin: 20px 0 60px 35px;
  }
  .challenge .challengeDetails {
    display: block;
    float: none;
  }
  .challenge .challengeStats {
    display: block;
    float: none;
  }
  .challenge a.joinBtn {
    display: block;
    margin: 0 auto;
    width: 136px;
  }
  .challenge .mdTabs .uib-tab a,
  .mdTabs .uib-tab a:hover .nutritionTabs {
    margin: 5px 0 0 0;
  }
}
/* Fitness */
.fitnessProgram {
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  cursor: pointer;
}
.fitnessProgram h2,
.fitnessProgram p {
  color: #ffffff;
}
.fitnessProgram h2 {
  line-height: auto;
  margin: 0;
}
.fitnessProgram p.desc {
  margin: 3px 0;
}
.fitnessProgram p.videoNum {
  text-transform: uppercase;
  font-size: 12px;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  line-height: 18px;
}
.panel.understandFitness p {
  margin-bottom: 15px;
}
.jumbotron.noFitnessPlan,
.jumbotron.noNutritionPreferences {
  margin: 0;
  padding: 50px;
  border-radius: 0;
  min-height: 400px;
}
.jumbotron.noFitnessPlan {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('img/fitness/no-plan-hero.jpg');
  background-size: cover;
  background-position: bottom;
}
.jumbotron.noNutritionPreferences {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('img/nutrition-pref/nutritionNoPreferences.jpg');
  background-size: cover;
  background-position: center;
}
.noFitnessPlan h2,
.noNutritionPreferences h2 {
  color: #ffffff;
  margin: 0;
}
.noFitnessPlan p,
.noNutritionPreferences p {
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0 40px 0;
}
.bold {
  font-weight: bold;
}
.textRight {
  text-align: right;
}
.fitnessPlanTile {
  display: inline-block;
  margin: 0 15px 12px 0;
  width: 150px;
  height: 195px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #DDDFE0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.fitnessPlanTile:last-child {
  margin: 0 0 12px 0;
}
.fitnessPlanBackground {
  width: 100%;
  height: 90px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 4px 4px 0 0;
}
.fitnessPlanCheck {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #C1C1C1;
  opacity: 0.7;
  width: 23px;
  height: 23px;
  border-radius: 100%;
}
.fitnessPlanCheckWorkout {
  position: relative;
  display: inline-block;
}
.workoutCompleted,
.fitnessPlanCheck:hover {
  background: #8bc53f;
  cursor: pointer;
  opacity: 1;
}
.workoutCompleted:hover {
  background: #C1C1C1;
}
.historyWorkoutComplete {
  position: relative;
}
.historyWorkoutCheck {
  display: inline-block;
  position: relative;
  float: left;
  left: 30px;
}
.historyWorkoutCheck .fitnessPlanCheck {
  top: 0;
  left: 0;
}
.historyDateCompleted {
  display: inline-block;
  margin-left: 40px;
}
.historyDate {
  width: 20%;
}
.historyTitle {
  width: 45%;
}
.historyType {
  width: 20%;
}
.historyCompleted {
  width: 15%;
}
.fitnessPlanCheck i {
  color: #fff;
  font-size: 24px;
}
.fitnessPlanWorkout {
  padding: 10px;
}
.fitnessPlanDay {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.fitnessPlanTitleContainer {
  width: 100%;
  border: 1px solid;
  border-radius: 4px;
  height: 50px;
}
.fitnessPlanTitleTab {
  width: 15px;
  height: 49px;
  line-height: 50px;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: inline-block;
  float: left;
  cursor: move;
}
.fitnessPlanTitle {
  width: calc(100% - 15px);
  height: 45px;
  padding: 5px;
  display: inline-block;
  float: left;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.fitnessPlanWorkoutButtons {
  margin: 10px 0;
  width: 100%;
  text-align: right;
}
.fitnessLegendContainer {
  margin: 0 0 15px 0;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 13px;
}
.fitnessLegend .borderResistance,
.fitnessLegend .borderCardio,
.fitnessLegend .borderRecovery,
.fitnessLegend .borderRest {
  border-bottom: 4px solid;
  padding-bottom: 5px;
}
.fitnessLegend .col-xs-2,
.fitnessLegendContainer .col-md-6,
.fitnessLegendContainer .col-md-offset-6,
.fitnessLegendContainer .col-sm-12 {
  padding: 0;
  width: 60%;
  margin: 15px 20% 25px;
}
.linkWeekFitness,
.linkWeekFitness:visited,
.linkWeekFitness:hover {
  color: #00A5B6 !important;
  text-decoration: none !important;
}
.unlinkWeekFitness,
.unlinkWeekFitness:visited,
.unlinkWeekFitness:visited {
  color: #333333 !important;
  text-decoration: none !important;
}
.restDayBG {
  background: url('/img/fitness/yoga-posture.png') no-repeat;
  background-size: 30%;
  background-position: center;
}
.borderResistance {
  border-color: #05203D !important;
}
.borderCardio {
  border-color: #cadd09 !important;
}
.borderRecovery {
  border-color: #DD6D42 !important;
}
.borderRest {
  border-color: #00A5B6 !important;
}
.backgroundResistance {
  background: #05203D;
}
.backgroundCardio {
  background: #cadd09;
}
.backgroundRecovery {
  background: #DD6D42;
}
.backgroundRest {
  background: #00A5B6;
}
.fitnessThisWeek,
.fitnessNextWeek {
  width: 100%;
  margin-bottom: 15px;
}
.fitnessNextWeek {
  margin-top: 10px;
}
.fitnessHistory {
  margin: 15px 0 15px 15px;
  width: 100%;
}
.fitnessLegend {
  margin-top: 15px;
}
.fitnessPlanHeader {
  display: inline-block;
}
.fitnessCalendar {
  float: right;
  display: inline-block;
  display: none;
}
.fitScoreBoxContainer {
  text-align: center;
  margin-top: 45px;
}
.fitScoreBox {
  border: #DDDFE0 1px solid;
  padding: 20px;
  margin: 0 40px;
  display: inline-block;
}
.fitScoreBoxFirst {
  float: right;
}
.fitScoreBoxPrevious {
  float: left;
}
.fitScoreBoxScore {
  font-size: 28px;
}
.fitScoreCurrentDate {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
.chartTooltip {
  z-index: 9999999999;
}
.fitScoreUpdate {
  margin: 0 auto;
  display: block;
  width: 255px;
}
.fitScoreChartContainer {
  margin: 40px 0 20px 0;
}
.fitScoreChartLegend {
  width: 66%;
  text-align: center;
  font-size: 13px;
  margin: 0 auto;
}
.fitScoreUnfit,
.fitScoreBelow,
.fitScoreAbove {
  border-bottom: 4px solid;
  padding: 0 0 5px 0;
  margin: 0;
}
.fitScoreUnfit {
  border-color: #DB6D48;
}
.fitScoreBelow {
  border-color: #cadd09;
}
.fitScoreAbove {
  border-color: #8bc53f;
}
.fitScoreExerciseCharts {
  max-height: 250px;
  margin-top: 15px;
}
.playlistVideoContainer {
  padding: 10px;
}
.playlistVideo {
  height: 150px;
}
.playlistVideoPlay {
  height: 150px;
  width: 100%;
  position: relative;
  background: url('../img/play.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.playlistVideoTitle {
  padding: 5px;
  color: #fff;
}
@media (max-width: 768px) {
  .fitScoreBox {
    float: none;
    margin: 0 auto;
  }
  .fitScoreBoxContainer:first-child {
    margin: 0 0 45px;
  }
  .fitScoreChartLegend {
    width: 90%;
  }
  .watchVideo {
    margin-top: 30px;
  }
}
.drag {
  cursor: grab;
}
[draggable] {
  user-select: none;
}
.over {
  opacity: 0.9;
  border: 1px dashed #000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.draggedTile {
  opacity: 0.3;
  border: 1px solid #DDDFE0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mobileDragDropOff {
  pointer-events: none;
}
.mobileDragDropOn {
  pointer-events: all;
}
.disableTiles {
  pointer-events: none;
}
@media (max-width: 768px) {
  .fitnessThisWeek,
  .fitnessNextWeek {
    width: 50%;
    display: inline-block;
    margin: 0;
  }
  .fitnessPlanTile {
    display: block;
    width: 100%;
    float: left;
    height: auto;
    border-radius: 0;
    margin: 0 0 -1px 0;
    padding: 10px;
    box-shadow: none;
  }
  .fitnessPlanCheck {
    position: relative;
    margin: 14px 15px 5px 0;
  }
  .fitnessPlanCheck,
  .fitnessPlanWorkout,
  .fitnessPlanDay,
  .fitnessPlanTitleContainer {
    float: left;
    display: inline-block;
  }
  .fitnessPlanWorkout {
    padding: 5px;
    font-size: 13px;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .fitnessPlanDay {
    width: 50px;
    margin: 0;
    line-height: 50px;
  }
  .fitnessPlanTitleContainer {
    width: calc(100% - 50px);
  }
  .fitnessNextWeek {
    text-align: right;
    float: right;
  }
  .over {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px dashed #000;
  }
  .fitnessLegend {
    width: 100%;
    padding: 0;
    font-size: 12px;
  }
  .fitnessCalendar {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .fitnessCalendar button {
    width: 100%;
  }
  .exerciseHistory {
    font-size: 14px;
  }
  .historyDate {
    padding: 12px 0 !important;
    width: 20%;
  }
  .historyTitle {
    padding: 12px 0 !important;
    width: 65%;
  }
  .historyType {
    display: none;
  }
  .historyWorkoutCheck .fitnessPlanCheck {
    margin: 0;
  }
  .fitnessLegend .col-xs-2,
  .fitnessLegendContainer .col-md-6,
  .fitnessLegendContainer .col-md-offset-6,
  .fitnessLegendContainer .col-sm-12 {
    width: 100%;
    margin: 10px 0;
  }
  .fitnessLegend .borderResistance,
  .fitnessLegend .borderCardio,
  .fitnessLegend .borderRecovery,
  .fitnessLegend .borderRest {
    margin: 10px 0 20px;
  }
  .fitnessPlanWorkoutButtons {
    margin: 0;
    text-align: left;
  }
  .fitnessPlanWorkoutButtons a {
    width: 100%;
    margin: 0 0 15px;
  }
  .fitinSection {
    float: left;
    width: 100%;
  }
}
/* Workout Page */
.videoContainer {
  background: #C1C1C1;
}
iframe {
  z-index: 9999;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  margin: 0 auto;
  width: 100%;
  height: 500px;
  max-width: 900px;
  display: block;
}
.fitnessWeekSessionContainer {
  padding: 10px 0;
  border-top: 1px solid #DDDFE0;
  border-bottom: 1px solid #DDDFE0;
}
.fitnessDescription {
  padding: 10px 0;
}
.fitnessTitle {
  margin: 0 0 15px;
}
.btn-right-spacer {
  margin-right: 12px;
}
.fitnessButtonsRight {
  float: right;
}
.fitnessCompleteText {
  display: inline-block;
  margin-left: 10px;
}
.fitnessCompleteContainer {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.fitnessSession {
  float: left;
  display: inline-block;
}
.mobileWorkoutTitle {
  display: block;
}
.tabsMargin {
  margin-bottom: 15px;
}
.fitnessPlanTileChange {
  display: inline-block;
  margin: 0 15px 12px 0;
  width: 150px;
  height: 155px;
  float: left;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #DDDFE0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 768px) {
  .fitnessButtonsRight {
    float: none;
  }
  .fitnessWorkoutButtons {
    width: 100%;
    margin-bottom: 15px;
  }
  .fitnessCompleteContainer {
    display: block;
    margin: 0;
    width: 100%;
  }
  .fitnessPlanCheckWorkout {
    float: none;
    margin: 0;
  }
  .btn-right-spacer {
    margin-right: 0;
  }
  .fitnessPlanTileChange {
    width: 45%;
    margin: 0 5% 12px 0;
  }
  .videoContainer iframe,
  .videoContainer object,
  .videoContainer embed {
    height: 300px;
  }
}
/* My Profile */
.profileWrapper {
  border-bottom: none;
}
.userInfo {
  margin-bottom: 10px;
}
.userInfo h2 {
  margin-top: 0;
  margin-bottom: 3px;
}
.userInfo p {
  margin-bottom: 3px;
}
.userInfo .scores span {
  margin-right: 20px;
}
.userInfo .scores img {
  width: 16px;
  margin: -3px 5px 0 0;
}
/* Mobile Profile Menu */
.panel.mobileProfileMenu li {
  font-size: 16px;
  padding: 15px;
  outline: none;
}
.panel.mobileProfileMenu li i {
  margin-top: 5px;
  font-size: 14px;
}
/* Personal Info */
.personalInfo p {
  margin-bottom: 4px;
}
.personalInfo p.personalInfoLabel {
  font-size: 12px;
  margin-bottom: 0;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  color: #858585;
}
.personalInfoGender {
  margin: 5px 0 20px 0;
}
.profileNutritionGender {
  margin: 0;
}
.profileNutritionGender md-radio-button {
  display: inline-block;
}
.profileNutritionGender .personalInfoGender {
  margin: 5px 0 5px 0;
}
.personalInfo p.personalInfoLabel.fakeLabel {
  margin-bottom: -23px;
}
.personalInfo .list-group-item md-input-container {
  margin: 22px 0 0 0;
}
.personalInfo .list-group-item md-input-container.mobileMargin {
  margin-bottom: 22px;
}
/* Nutrition Preferences */
section.row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.exerciseRow,
.nutritionRow {
  margin: 0 -15px 10px;
}
.exerciseRowLast,
.nutritionRowLast {
  margin: 0 -15px 50px;
}
.dietPlan .material-icons {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  color: #858585;
}
.dietPlan .material-icons.selected {
  color: #00A5B6;
}
.dietPlan p,
.dietPlan .panel-title {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
}
.dietPlan a:hover,
.dietPlan a {
  text-decoration: none;
}
.dietPlan .panel-title a > span,
.dietPlan .panel-title a:hover > span {
  display: flex;
  color: #333333;
}
.dietPlan .icon-arrow-down,
.dietPlan .icon-arrow-up {
  margin: 5px 0 0 auto;
  color: #858585;
}
.dietPlan.panel-default > .panel-heading {
  background: #ffffff;
  border: #DDDFE0;
}
.panel-group .dietPlan .panel-heading + .panel-collapse > .panel-body {
  padding: 0;
  border: 0;
}
.dietPlan .list-group {
  margin: 0;
}
.dietPlan .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
  display: flex;
}
.dietPlan .list-group-item:last-child {
  border-bottom: 0;
}
.dietPlan .list-group-item:hover {
  background: #F7F7F7;
}
.tileWrapper {
  position: relative;
  float: left;
}
.panel.image-bg {
  background-size: cover;
  margin: 0 12px 12px 0;
  float: left;
  height: 150px;
  width: 160px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
}
.image-tile {
  height: 150px;
  width: 160px;
  border-radius: 4px;
  color: #ffffff;
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  font-size: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: left;
}
.image-tile.overlay {
  position: absolute;
}
.image-tile i {
  font-size: 24px;
}
.selectall-tile {
  background-color: #333333;
}
.selectall-tile.selected {
  background-color: #8bc53f;
}
.image-tile.unselected {
  background-color: rgba(51, 51, 51, 0.8);
}
/* Fitness Preferences */
.image-card.fitness-goal .unselected {
  background: none;
}
.image-card.fitness-goal .unselectedIcon {
  border-color: #C1C1C1;
}
.btn-exercise {
  display: flex;
  border: 1px solid #858585;
  margin: 0 0 10px 0;
  color: #858585;
  padding: 9px 16px 10px;
  background: #ffffff;
}
.btn-exercise:hover,
.btn-exercise:focus,
.btn-exercise:visited {
  color: #858585;
}
.btn-exercise.selected {
  background: #8bc53f;
  border-color: #8bc53f;
  color: white;
}
.btn-exercise .selectedIcon {
  box-shadow: none;
  margin: 1px 8px 0 0;
}
.btn-exercise .unselectedIcon {
  border-color: #858585;
  margin: 1px 8px 0 0;
}
/* Account Settings */
.acctSettings .list-group-item {
  display: flex;
}
.acctSettings.lessMargin {
  margin-bottom: 15px;
}
.settingsContent p {
  margin-bottom: 0;
}
.settingsContent p.small {
  font-size: 14px;
  line-height: 22px;
}
.settingsContent p.gray {
  color: #858585;
}
.settingsContent .settingsLabel {
  font-size: 12px;
  margin-bottom: 0;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  color: #858585;
}
.settingsContent a {
  cursor: pointer;
}
.settingsContent.right {
  margin-left: auto;
}
.acctSettings md-switch {
  margin: 0 0 0 auto;
}
.settingsContent i {
  color: #858585;
  display: block;
  margin-top: 5px;
}
p.addEmail {
  margin-bottom: 30px;
}
.settingsContent.ellipsis {
  display: flex;
  min-width: 0;
}
.settingsContent.ellipsis p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 8px;
}
/* Wellness Trackers */
.tracker {
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
}
.tracker .panel-body {
  display: flex;
}
.tracker .trackerImage {
  border-right: 1px solid #DDDFE0;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  flex: 0 0 41%;
  display: flex;
  align-items: center;
  position: relative;
}
.tracker .trackerImage img {
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.trackerContent {
  flex: 1;
}
.tracker .title {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 12px;
}
.tracker .selectedIcon {
  box-shadow: none;
}
.tracker .btn {
  width: 110px;
}
.tracker .subtext {
  margin-top: 20px;
  font-size: 12px;
  color: #858585;
  line-height: 16px;
}
.unselectedTrackerIcon {
  padding-top: 2px;
}
.unselectedTrackerIcon i {
  font-size: 20px;
  color: #00A5B6;
}
/* Feed */
.feed-image {
  margin: 15px 0 8px 0;
}
.feed-image img,
.feed p img {
  max-width: 100%;
  height: auto;
}
.feed p img {
  margin-bottom: 15px;
}
.feed h3 {
  margin: 0;
}
.feed .date {
  font-size: 14px;
  color: #858585;
  font-family: ffmarkwebproitalic;
}
.feed .source {
  font-size: 12px;
  text-transform: uppercase;
  color: #858585;
  margin-bottom: 0;
}
.feedflare {
  display: none;
}
/* Scratch Cards */
.scratchDesc {
  margin-bottom: 25px;
}
.scratchCardOptionContainer {
  width: 100%;
  float: left;
}
.messageSwitchContainer md-switch {
  margin-top: 5px;
}
.scratchCardsContainer .enableSection .reasonsListContainer {
  flex-grow: 1;
  margin-left: 65px;
  vertical-align: middle;
}
.scratchCardsContainer .enableSection .reasonsListContainer .form-group {
  width: 80%;
  margin-bottom: 5px;
}
.scratchCardsContainer .enableSection .reasonsListContainer .scratchCardReasons,
.scratchCardsContainer .enableSection .reasonsListContainer .pointAddContainer {
  width: 77%;
  margin-left: 3%;
}
.scratchCardsContainer .enableSection .reasonsListContainer .scratchCardReasons tr,
.scratchCardsContainer .enableSection .reasonsListContainer .pointAddContainer tr {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #DDDFE0;
}
.scratchCardsContainer .enableSection .reasonsListContainer .scratchCardReasons tr:last-of-type,
.scratchCardsContainer .enableSection .reasonsListContainer .pointAddContainer tr:last-of-type {
  border: none;
}
.scratchCardsContainer .enableSection .reasonsListContainer .scratchCardReasons tr td.iconPaddingFix,
.scratchCardsContainer .enableSection .reasonsListContainer .pointAddContainer tr td.iconPaddingFix {
  text-align: right;
  line-height: 0;
}
.scratchCardsContainer .enableSection .reasonsListContainer .scratchCardReasons .numberedScratchOption,
.scratchCardsContainer .enableSection .reasonsListContainer .pointAddContainer .numberedScratchOption {
  width: 25px;
  display: inline-block;
}
.scratchCardsContainer .enableSection .reasonsListContainer .scratchCardReasons .input-group-btn .btn,
.scratchCardsContainer .enableSection .reasonsListContainer .pointAddContainer .input-group-btn .btn {
  padding: 4px 16px 10px;
}
.scratchCardsContainer .enableSection .pointAddContainer {
  margin-left: 0;
}
.scratchCardsContainer .enableSection .pointAddContainer .settingLabel {
  margin-left: 0;
}
.scratchCardsContainer .enableSection .pointAddContainer .input-group {
  margin-top: 15px;
}
.scratchCardsContainer .enableSection .addReasonContainer {
  padding: 0px;
  margin-left: 30px;
  line-height: normal;
}
.scratchCardsContainer .enableSection .addReasonContainer table td {
  height: 34px;
  width: 100%;
}
/* Mall */
.mallFrame {
  width: 100%;
  min-height: 600px;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.mallFrame iframe {
  width: 100%;
  min-height: 600px;
  height: 100vh;
  border: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.clientPackMallFrame {
  width: 100%;
  min-height: 600px;
}
.clientPackMallFrame iframe {
  width: 100%;
  min-height: 600px;
  height: calc(100vh - 110px);
  border: none;
}
/* My Points */
.pointsWrapper {
  background: #05203D;
  padding: 10px 15px 20px;
}
.largeNum {
  font-size: 36px;
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #ffffff;
}
.largeNumSub {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.table .ellipsis {
  position: relative;
}
.ellipsis span {
  position: absolute;
  left: 8px;
  right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.points-description sup {
  font-size: 150%;
  top: 0;
}
.table .ellipsis:before {
  content: '';
  display: inline-block;
}
.table > thead > tr > th.fitContent {
  width: 1%;
  white-space: nowrap;
}
/* Change Password */
.modal-body.changePassword {
  padding: 30px 30px 0 30px;
}
@media (min-width: 768px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px;
  }
  .content-wrapper {
    left: 240px;
    bottom: 0;
  }
  .container-fluid.custom {
    padding: 30px 50px;
  }
  md-input-container.password.md-icon-right {
    padding-right: 0;
  }
  .navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sidenav-participant.desktop {
    display: block;
  }
  .cardWrapper {
    overflow-x: visible;
  }
  .cardWrapperInner {
    width: auto;
  }
  .panel.activity:hover {
    opacity: 0.8;
  }
  .tabbar {
    display: none;
  }
  .profileWrapper {
    background: #ffffff;
    border-bottom: 1px solid #DDDFE0;
  }
  .container-fluid.pageHeaderWrapper {
    left: 240px;
  }
  .pageHeaderContent {
    padding: 15px 50px 0 50px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .profileHeaderContent {
    padding: 20px 50px 0 50px;
    margin: 0 auto;
    max-width: 1240px;
  }
  .container-fluid.custom.profileContent {
    padding-top: 195px;
  }
  .personalInfo .list-group-item md-input-container.mobileMargin {
    margin-bottom: inherit;
  }
  /* Tabs */
  .mdTabs.mobileStretch ul.nav-tabs {
    display: initial;
  }
  .mdTabs.mobileStretch .nav-tabs > li {
    float: left;
    display: block;
  }
  .mdTabs.mobileStretch .uib-tab a,
  .mdTabs.mobileStretch .uib-tab a:hover {
    margin-right: 10px;
    text-align: left;
  }
  /* Panels */
  .panel-body.extraPadding {
    padding: 30px;
  }
  .image-card {
    display: initial;
    padding: 0;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    border: none;
    border-radius: 4px;
  }
  .image-card .image {
    background-size: cover;
    background-position: center;
    float: left;
    width: 100%;
    height: 150px;
    border-radius: 4px 4px 0 0;
  }
  .image-card .selected {
    position: absolute;
    padding: 15px;
  }
  .image-card .unselected {
    background: #333333;
    opacity: 0.8;
    width: 100%;
    height: 150px;
    position: absolute;
    border-radius: 4px 4px 0 0;
    padding: 15px;
  }
  .image-card-label {
    float: left;
    margin: 10px 15px 20px;
  }
  .unselectedIcon {
    border-color: #ffffff;
  }
  /* List Groups */
  .list-group-item {
    padding: 10px 30px;
  }
  /* Activity Details */
  .pageHeaderContent.activity {
    padding: 15px 50px 20px 50px;
  }
  .activityInfoWrapper {
    margin-top: 30px;
  }
  .activityInfoWrapper .typeColor {
    display: block;
    height: 64px;
    width: 64px;
    flex: 0 0 64px;
    border-radius: 4px;
    margin-right: 20px;
  }
  .activityInfo .eyebrow {
    font-size: 14px;
    line-height: 14px;
    color: #05203D;
    margin-bottom: 0;
  }
  .activityInfo .name {
    margin-right: 20px;
  }
  .activityInfo .name,
  .activityInfo .pointsDateWrapper {
    float: left;
  }
  .activityInfo .endDate {
    vertical-align: bottom;
    height: 45px;
    display: table-cell;
    font-style: italic;
    color: #afaeae;
  }
  .activityInfo h1 {
    color: #05203D;
    font-size: 36px;
    line-height: 46px;
  }
  .activityInfo .points {
    font-size: 24px;
    color: #05203D;
    line-height: 30px;
    margin-top: 14px;
  }
  .activityInfo .points img.white {
    display: none;
  }
  .activityInfo .points img.navy {
    display: initial;
    width: 18px;
    margin-top: -4px;
  }
  .pointScheduleMargin {
    margin: 10px 0 0 37px;
  }
  /* Fitness */
  .panel.understandFitness h3 {
    margin-top: 0;
  }
  /* Fitness Preferences */
  .fitnessCardsWrapper {
    display: flex;
    flex-flow: wrap;
  }
  .fitnessCardsWrapper .image-card {
    flex: 0 0 190px;
  }
  .btn-exercise {
    width: 100px;
    float: left;
    margin: 0 10px 10px 0;
    justify-content: center;
  }
  /* Wellness Trackers */
  .tracker {
    float: left;
    width: 200px;
    margin-right: 20px;
    min-height: 270px;
  }
  .tracker .panel-body {
    display: block;
  }
  .tracker .trackerImage {
    border-bottom: 1px solid #DDDFE0;
    border-right: none;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    height: 90px;
    position: relative;
  }
  /* My Points */
  .pointsWrapper {
    padding: 15px 30px 25px;
  }
}
/*
================================================================================
 Admin Styles
================================================================================== */
hr.extraMargin {
  margin: 20px 0;
}
label {
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  color: #858585;
}
.radio label,
.checkbox label {
  font-family: FFMarkWebProRegular !important;
  font-weight: normal;
  color: #333333;
}
.adminLayout .navbar-default {
  background-color: #ffffff;
}
.admin .btn {
  padding: 4px 16px 8px;
  font-size: 14px;
  margin-left: 5px;
}
.admin .btn-sm {
  padding: 2px 16px 6px;
}
h1.adminPanel {
  margin: 0 0 20px 0;
}
h1.adminPanel.noMargin {
  margin: 0;
}
p.marginTop {
  margin-top: 15px;
}
.content-wrapper.admin h3 {
  color: #333333;
}
.breadcrumb.admin {
  background: none;
  padding: 0;
  margin-bottom: 12px;
}
.breadcrumb.admin > li + li:before {
  color: #C1C1C1;
}
.subheaderRow {
  background: #F6F8F9;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 1px 0 1px 0;
}
.table > tbody > tr.subheaderRow > td {
  padding: 6px 8px;
}
.itemRow:hover {
  background: #F7F7F7;
}
.btn.order {
  margin-top: 30px;
}
.btnSubhead {
  padding: 10px 0;
  border-bottom: 1px solid #DDDFE0;
}
.stats {
  background: #E5F6F7;
  padding: 20px;
  margin: 25px 0;
}
.stats h3,
.stats p {
  float: left;
  margin-right: 25px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 24px;
}
.admin .stats h3 {
  color: #00A5B6;
  font-size: 20px;
  text-transform: uppercase;
}
.stats span {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  font-size: 20px;
}
.admin .list-group-item:hover {
  background: #F7F7F7;
}
.list-group-item.toggle {
  display: flex;
}
/* Statuses */
.statusBox {
  text-transform: uppercase;
  padding: 3px 6px 5px 6px;
  font-size: 12px;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
}
.statusBox.progDetails {
  padding: 6px 12px;
  font-size: 14px;
  float: left;
  margin: 20px 0 0 0;
}
.programStatus {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.statusBox.active {
  color: #00A5B6;
  background: #E5F6F7;
}
.statusBox.inactive {
  background-color: #EAEAEA;
  color: #858585;
}
.statusBox.redeemOnly {
  background-color: #FFEF10;
  color: #333333;
}
.statusBox.terminated {
  background-color: #858585;
  color: #ffffff;
}
/* Admin Search */
.row.primaryActions {
  margin-bottom: 25px;
}
.adminSearch input {
  background: #F4F5F5;
  border: none;
  font-size: 14px;
}
.adminSearch input:focus {
  box-shadow: none;
  outline: none;
  color: #333333;
}
.adminSearch .input-group-addon {
  background: #F4F5F5;
  color: #858585;
  border: none;
  padding-right: 0;
}
.adminSearch .input-group-addon:last-child {
  padding-right: 12px;
  font-size: 18px;
  color: #00A5B6;
}
.adminSearch .input-group-addon:last-child:hover {
  color: #007783;
}
/* Icons */
i.icon {
  border-radius: 15px;
  padding: 5px;
}
i.icon.icon-trash {
  color: #DB6D48;
}
i.icon.icon-trash:hover {
  background: #DB6D48;
  color: white;
}
i.icon.icon-options-vertical {
  color: #00A5B6;
}
i.icon.icon-options-vertical:hover {
  background: #00A5B6;
  color: white;
}
.table > tbody > tr > td.iconPaddingFix {
  padding: 8px;
  white-space: nowrap;
}
.participantUploads .table > tbody > tr > td.iconPaddingFix {
  padding: 8px 8px 0 8px;
}
.participantUploads .table > tbody > tr > td.uploadDeleteColumn {
  text-align: right;
  padding: 8px 8px 0 0;
}
tr td.iconPaddingFix i {
  display: none;
}
tr:hover td.iconPaddingFix i {
  display: inline-block;
}
td.iconPaddingFix i {
  font-size: 18px;
  color: #00A5B6;
  padding: 6px;
  border-radius: 100%;
}
td.iconPaddingFix i.icon-trash,
.adminActivityTitle i.deleteSection {
  color: #DB6D48;
}
td.iconPaddingFix i:hover {
  color: #ffffff;
  background: #00A5B6;
}
td.iconPaddingFix i.icon-trash:hover,
.adminActivityTitle i.deleteSection:hover {
  background: #DB6D48;
}
.hideShowSectionEdit {
  display: none;
}
.editSection {
  padding-right: 5px;
}
.editSection:hover {
  background: #F7F7F7;
}
.editSection:hover .hideShowSectionEdit {
  display: block;
  height: 20px;
}
.adminActivityTitle i.deleteSection:hover {
  cursor: pointer;
}
tr td.iconPaddingFix i.nonBtn,
td.iconPaddingFix i.nonBtn:hover {
  color: #333333;
  display: inline-block;
  background: none;
}
tr td.iconPaddingFix i.teamBtn {
  display: inline-block;
}
/* Tables */
.table-hover > tbody > tr:hover {
  background: #F7F7F7;
}
/* Program List */
.list-group-item.program {
  padding-bottom: 15px;
}
.list-group-item.program h3 {
  margin-top: 5px;
}
.list-group-item.program p {
  margin-bottom: 5px;
}
.pager {
  text-align: left;
}
.pager li > a {
  padding: 0;
  border: none;
  font-size: 16px;
  margin: 15px 0;
}
.pager li .icon-arrow-left {
  float: left;
  font-size: 14px;
  margin: 4px 8px 0 0;
}
.pager li .icon-arrow-right {
  float: right;
  font-size: 14px;
  margin: 4px 0 0 8px;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > a:visited {
  background: none;
}
.pager li:last-child {
  margin-left: 30px;
}
/* Formlets */
.formlet-order {
  padding-bottom: 0;
}
.formletDelete {
  border: 1px solid #DB6D48;
  color: #DB6D48;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  padding: 7px 9px;
  font-size: 18px;
  margin-top: 12px;
  float: right;
}
.formletDelete:hover {
  background: #DB6D48;
  color: white;
}
/* Forms */
.admin md-checkbox {
  margin: 5px 0;
}
.admin .programDeatailsCheckbox {
  margin: 2px 0;
  font-size: 16px;
}
.form-control {
  border: solid 1px #ccc;
}
label.notBold {
  font-weight: normal;
}
.selectHeaderSelect .header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}
.selectHeaderSelect .select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}
.selectHeaderSelect md-content._md {
  max-height: 240px;
}
.secondarySelfReportQuestion {
  margin: 7px auto;
}
.uib-day button {
  margin-left: 0 !important;
}
.warningStyle {
  color: #DB6D48;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  padding: 5px 10px;
}
.fitnessPanelBGContainer {
  background-size: cover;
  margin: 0 12px 12px 0;
  float: left;
  width: 190px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
.fitnessGoalHeight {
  height: 305px;
}
.fitnessActiveHeight {
  height: 242px;
}
.fitnessEquipmentHeight {
  height: 225px;
}
.fitnessSelected,
.fitnessUnselected {
  position: absolute;
  padding: 15px;
  top: 0;
}
.fitnessGoalIcon {
  border: 1px solid #C1C1C1;
}
.fitnessUnselectedDay,
.fitnessSelectedDay {
  float: left;
}
.fitnessGoalDays {
  font-style: italic;
  margin-top: 20px;
}
.fitnessDay {
  text-align: left;
}
.fitnessPanelBG {
  width: 100%;
  height: 150px;
  position: relative;
  background-size: cover;
  border-radius: 4px 4px 0 0;
}
.fitnessBGOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px;
  height: 150px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 4px 4px 0 0;
}
.fitnessSelected {
  padding: 15px;
  position: absolute;
  top: 0;
}
.form-control {
  min-width: 100px;
}
@media (max-width: 768px) {
  .fitnessPanelBGContainer {
    width: 100%;
    height: auto;
    border: 1px solid #DDDFE0;
    margin: 0 0 -1px 0;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
  }
  .fitnessBGOverlay {
    background: none;
    width: auto;
    height: auto;
  }
  .fitnessUnselected,
  .fitnessSelected {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
  }
  .fitnessDescription {
    position: relative;
    width: calc(100% - 45px);
    display: inline-block;
    padding: 0;
  }
  .fitnessGoalDays {
    position: relative;
    width: calc(100% - 35px);
    margin: 10px 0 0 35px;
  }
  .fitnessDaysContainer {
    width: 100%;
  }
  .btn-exercise {
    border-radius: 0;
    margin: 0 0 -1px 0;
  }
  .understandFitness .btn-primary {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1240px) {
  .navReducePaddingMargin,
  .navReducePaddingMargin:hover {
    margin-right: 0 !important;
    padding: 10px !important;
  }
}
.fitinStandardContainer {
  margin: 10px 5px;
  padding: 20px;
  border: 1px solid #ccc;
}
.fitinStandardTarget {
  font-size: 28px;
  text-align: center;
}
.fitinStandardMetric {
  text-align: center;
}
.fitinVideoImg {
  width: 100%;
}
.modalBodyContainer {
  background: #fff;
  margin: 15px;
}
.changeWorkoutTab {
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.col-md-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.fitinHelpText {
  font-size: 12px;
  font-family: FFMarkWebProMedium !important;
  line-height: 14px;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 768px) {
  .pointsTable {
    font-size: 14px;
  }
  .pointsTable tbody > tr > td,
  .table > thead > tr > th {
    padding: 10px 5px 10px 0;
  }
}
.tabbar .nav > li.noSocialFeed {
  width: 33%;
}
.changeWorkoutBGOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px;
  height: 90px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 4px 4px 0 0;
}
.changeWorkoutBGOverlaySelected {
  background: none;
}
.activityVideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin-bottom: 15px;
  height: 0;
}
.activityVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Nutrition  */
.weekCol {
  width: 14.28571429%;
  text-align: center;
}
.mdTabs .uib-tab a,
.mdTabs .uib-tab a:hover .nutritionTabs {
  width: 100%;
  margin-right: 0;
  margin: 25px 0 0 0;
}
.nutritionTotalsContainer {
  text-align: center;
}
.nutritionTotalsSection {
  display: table;
  width: 100%;
}
.nutritionTotalsData {
  font-size: 28px;
  height: 50px;
  line-height: 50px;
}
.nutritionHeader {
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.nutritionError {
  font-weight: bold;
  margin: 20px;
}
.allergyInfo {
  padding: 10px;
  background-color: #8bc53f;
  color: white;
}
.carbsBG {
  background: #00A5B6;
  color: #fff;
}
.fatBG {
  background: #DD6D42;
  color: #fff;
}
.proteinBG {
  background: #cadd09;
  color: #fff;
}
.recipeContainer {
  min-height: 250px;
}
.recipeWrapper {
  display: inline-block;
  width: 100%;
}
.recipeColumn {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipeImage {
  width: 30%;
  height: 250px;
  padding: 5px 10px;
}
.recipeYummlyContainer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
}
.recipeYummlyContainer img {
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.recipeData {
  padding: 5px 10px;
  min-height: 250px;
  width: 43%;
}
.recipeIngredientsList {
  font-size: 13px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.recipeInfo {
  width: 27%;
  min-height: 250px;
  position: relative;
}
.recipeInfoHeader {
  width: 100%;
  background: #989899;
  color: #fff;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.recipeInfoFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.recipeInfoFooter div {
  line-height: 30px;
}
.recipeDetails {
  text-align: center;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.recipeDataFooter {
  text-align: center;
  margin-top: 15px;
}
.recipeTitle {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 18px;
}
.replaceMeal {
  font-size: 10px;
}
.recipeDetailsHeader {
  font-size: 18px;
}
.recipeFork,
.recipeKnife {
  width: 20%;
  height: 125px;
  padding-top: 30px;
}
.recipeFork {
  text-align: right;
  float: left;
}
.recipeKnife {
  float: right;
}
.recipeFork img,
.recipeKnife img {
  max-width: 25%;
}
.recipePieChart {
  width: 80%;
  position: absolute;
  top: 35px;
  right: 20%;
}
.recipePieChartMobile {
  width: 80%;
  position: absolute;
  top: 35px;
  left: 10%;
  right: 20%;
}
.nutritionInfo {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-left: 15px;
}
.nutritionInfoMobile {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.recipeSourceContainer {
  display: table;
  height: 44px;
  padding: 0;
}
.recipeSource {
  display: table-cell;
  vertical-align: middle;
}
#nutritionLabel .servingUnit,
#nutritionLabel .ingredientListDiv {
  display: none;
}
#nutritionLabel .fr {
  padding-top: 2px;
}
#nutritionLabel {
  width: 280px;
  margin: 0 auto;
}
.nf-item-name {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .recipeColumn {
    width: 100%;
  }
  .recipeButton {
    padding: 0;
    margin: 10px 0 20px;
  }
  .recipeButton a {
    width: 100%;
  }
  .recipeSourceContainer {
    width: 100%;
  }
  .recipeDataFooter {
    margin-top: 0;
  }
  .recipeInfo {
    min-height: 275px;
    margin-bottom: 30px;
  }
}
.mobileTrackers {
  background: #DB6D48;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.notFound {
  background-image: url('../img/404.png');
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notFound .nfCenterUp {
  width: 80%;
  height: 50%;
  top: 15%;
  margin: 0  auto;
  position: relative;
}
.notFound .nfCenterUp .link a {
  font-weight: bold;
  font-size: 24px;
  color: black;
  margin-left: 50%;
}
.validateToggle {
  display: flex;
  border: none;
}
.validateDescription {
  font-size: 14px;
  margin: -10px 0 0 3px;
}
.validateToggle md-switch.md-inverted .md-container {
  margin-left: 0;
}
#pdfViewer {
  position: relative;
  overflow: auto;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0 10px;
  padding: 0;
}
.pdfViewerHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  height: 50px;
  z-index: 999;
}
.zoomButtons {
  width: 100%;
  position: relative;
  padding-top: 10px;
  font-size: 22px;
  text-align: center;
}
.zoomButtons i {
  margin: 0 10px;
}
#pdfPages {
  overflow-y: scroll;
  height: 100%;
}
.pdfPagination {
  position: absolute;
  top: 15px;
  left: 20px;
}
.printButton {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 22px;
}
.pdfPageCanvas {
  display: block;
  margin: 0 auto 20px;
}
.pdfPageCanvas:first-of-type {
  margin-top: 70px;
}
.programGuidePDF {
  width: 100%;
  height: 60vh;
  display: block;
  overflow-y: scroll;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .pdfPageCanvas:first-of-type {
    margin-top: 60px;
  }
  .pdfPageCanvas {
    margin: 0 auto 10px;
  }
}
.pointer,
.helpSupportLink {
  cursor: pointer;
}
.img-uploader label,
.img-uploader .input-group {
  margin-left: -13px;
}
.challengeEdit .challengeTemplate,
.assessmentTemplate,
.assessmentSection,
.helpButton {
  float: left;
  background-color: white;
  padding: 10px;
  width: 180px;
  height: 180px;
  display: block;
  border-radius: 10px;
  text-align: left;
  border: solid 1px #C1C1C1;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.challengeEdit .challengeTemplate .helpButtonContent,
.assessmentTemplate .helpButtonContent,
.assessmentSection .helpButtonContent,
.helpButton .helpButtonContent {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}
.challengeEdit .challengeTemplate .helpButtonContent i,
.assessmentTemplate .helpButtonContent i,
.assessmentSection .helpButtonContent i,
.helpButton .helpButtonContent i {
  font-size: 60px;
  margin-bottom: 20px;
}
.challengeGoalWrapper {
  float: left;
  padding: 15px 15px 0 15px;
  background-color: #eeeeee;
  width: 100%;
}
.challengeGoalWrapper md-checkbox .md-container {
  background: #ffffff;
}
.challengeCreateText {
  margin: 20px 0;
}
.padding-left-0 {
  padding-left: 0;
}
.maxTeamMembers {
  margin: 25px 0 0 0;
  padding-bottom: 0;
}
.maxTeamMembers input {
  width: 75px;
  margin-top: 3px;
}
.assessmentTemplate {
  position: relative;
}
.helpContents {
  float: left;
  margin: 20px 0 0;
  width: 100%;
}
.helpTopicContainer {
  float: left;
  width: 100%;
}
.helpTopicContainer .tandcWrapper {
  margin: 0;
  border: none;
}
.helpTopicContainer .tandcInner {
  margin-top: 0;
  height: 100%;
  overflow: visible;
}
.helpTopicContainer .tandcInner h3 {
  display: none;
}
.helpTopicContainer .helpFollow i {
  font-size: 32px;
  margin: 0 10px;
  color: #333333;
  text-decoration: none;
}
.helpTopicContainer .helpFollow i:hover {
  color: #00A5B6;
}
.helpTopicContainer .helpFollow a:focus {
  outline: none;
  text-decoration: none;
}
.helpContentContainer {
  width: 100%;
  float: left;
}
#supportTicket {
  display: block;
  height: 800px;
  width: 100%;
  border: none;
}
@media only screen and (max-width: 480px) {
  #supportTicket {
    display: block;
    height: 100vh;
    width: 100vw;
    border: none;
    margin: 0 -15px;
  }
  .assessmentTemplate {
    width: 100%;
  }
  .helpButton {
    width: -o-calc(45%);
    width: -webkit-calc(45%);
    width: -moz-calc(45%);
    width: calc(50% - 5px);
  }
  .helpButton:nth-child(odd) {
    margin-right: 5px;
  }
  .helpButton:nth-child(even) {
    margin-left: 5px;
    margin-right: 0;
  }
}
.helpContentContainer {
  float: left;
  width: 100%;
}
.assessmentSection {
  display: table;
  position: relative;
}
.assessmentSectionTitle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.challengeEdit .challengeTemplate .templateIcon {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}
.challengeEdit .challengeTemplate .templateName,
.templateAssessmentName {
  font-weight: bold;
  margin-bottom: 5px;
}
.deleteAssessmentSection {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
}
.addAssessmentSectionIcon {
  font-size: 28px;
}
.challengeEdit .challengeTemplate.selectedTemplate,
.challengeEdit .challengeTemplate:hover,
.assessmentTemplate:hover,
.selectedAssessmentTemplate,
.assessmentSection:hover,
.selectedAssessmentSection {
  border-color: #00A5B6;
}
.helpButton:hover,
.helpButtonActive {
  border-color: #00A5B6;
  color: #00A5B6;
}
.challengeEdit .categoryButton {
  margin-right: 5px;
}
.challengeEdit .md-select-value {
  padding-bottom: 0;
}
.challengeEdit .md-select-value .md-text {
  position: relative;
  top: 1px;
}
.challengeEdit md-hours-minutes {
  width: 50px;
}
.challengeEdit .md-icon-button + .md-datepicker-input-container {
  margin-left: 0;
}
.challengeEdit .md-icon-button + .md-datepicker-input-container input {
  padding-left: 20px;
}
.challengeExpired {
  max-width: 100%;
  margin-bottom: 5px;
  font-family: FFMarkWebProMedium !important;
  font-weight: normal;
  font-size: 12px;
  color: #858585;
}
.errMessage {
  margin-left: 12%;
}
md-input-container .md-input-messages-animation {
  color: #DB6D48;
}
md-input-container.md-input-invalid md-select .md-select-value {
  color: #DB6D48 !important;
  border-bottom-color: #DB6D48 !important;
}
tags-input .tags {
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: none;
}
tags-input .tags .input {
  min-width: 150px !important;
}
tags-input .tags .tag-item {
  background: #00A5B6;
  color: #ffffff;
}
tags-input .tags .tag-item .remove-button {
  color: #ffffff;
}
tags-input .tags .tag-item.selected {
  background: #DB6D48;
}
.assessmentSectionCategoryContainer {
  height: 28px;
  padding-right: 10px;
  margin-top: 20px;
}
.assessmentSectionCategoryContainer i {
  display: none;
}
.assessmentSectionCategoryContainer:hover i {
  display: inline-block;
}
.assessmentTextRow {
  margin-bottom: 25px;
}
.assessmentTextRow .ta-editor.ta-html,
.assessmentTextRow .ta-scroll-window.form-control,
.assessmentTextRow .ta-bind {
  min-height: 100px !important;
}
.assessmentQuestionWrapper {
  margin-top: 20px;
  position: relative;
  border: solid 1px #C1C1C1;
  padding: 15px 20px 0px 25px;
  border-radius: 10px;
}
.assessmentQuestionWrapper:hover {
  border-color: #00A5B6;
}
.assessmentEditIcon,
.assessmentDeleteIcon,
.assessmentQuestionMove {
  font-size: 18px;
  padding: 6px;
  border-radius: 100%;
  cursor: pointer;
}
.assessmentEditIcon,
.assessmentQuestionMove {
  color: #00A5B6;
}
.assessmentEditIcon:hover,
.assessmentQuestionMove:hover {
  background: #00A5B6;
  color: #fff;
}
.assessmentDeleteIcon {
  color: #DB6D48;
}
.assessmentDeleteIcon:hover {
  background: #DB6D48;
  color: #fff;
}
.assessmentQuestionMove {
  cursor: move;
}
.assessmentQuestionContainer {
  margin-bottom: 10px;
  padding-right: 80px;
}
.assessmentQuestion {
  font-weight: bold;
}
.assessmentQuestionNumber {
  margin-right: 10px;
  font-weight: bold;
}
.assessmentQuestionEdit {
  position: absolute;
  right: 10px;
  top: 15px;
  display: none;
}
.assessmentQuestionWrapper:hover .assessmentQuestionEdit {
  display: block;
}
.assessmentChildQuestion {
  margin-left: 50px;
}
.assessmentAnswer {
  margin-bottom: 10px;
  padding-left: 35px;
}
.assessmentAnswerPoints {
  margin-left: 15px;
}
.assessmentSectionsButtons {
  margin-top: 30px;
}
.assessmentSectionCategoryTitle {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 18px;
  line-height: 28px;
}
.addAssessmentQuestionButton {
  width: 100%;
  margin: 20px 0 0;
}
.editCategory {
  margin-top: 20px;
}
.editAssessmentRow {
  margin-bottom: 15px;
}
.editAssessmentModal .modal-body {
  padding-top: 0;
}
.assessmentAnswerContainer {
  float: left;
  width: 100%;
}
.assessmentAnswerContainer .addAssessmentQuestionButton {
  margin: 10px 0;
}
.answerEditHover {
  width: 100%;
  line-height: 20px;
}
.assessmentAnswerEdit {
  float: right;
  display: none;
  font-size: 16px;
}
.assessmentAnswerEdit .assessmentDeleteIcon,
.assessmentAnswerEdit .assessmentQuestionMove {
  font-size: 14px;
}
.editAssessmentAnswer:hover .assessmentAnswerEdit {
  display: block;
}
.sectionEdit {
  line-height: 30px;
  margin: 30px 0 15px;
}
.sectionEditTitle {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 24px;
}
.sectionEditIcons {
  display: none;
}
.sectionEdit:hover .sectionEditIcons {
  display: block;
}
.assessmentPointTotals {
  font-size: 75%;
}
.assessmentProfileSettings {
  background-color: #ffffff;
  box-shadow: 0px 0px 1px 1px #e8e8e8;
  padding: 0px 10px;
}
.assessmentTemplateTitle {
  text-align: center;
  margin-top: 66px;
  font-weight: bold;
}
.assessmentCompletedBold {
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 18px;
  line-height: 28px;
}
.assessmentSectionComplete {
  position: absolute;
  top: 12px;
  right: 12px;
}
.assessmentSectionMar {
  margin-top: -60px;
}
.assessmentBorderBottom {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}
.assessmentSelect {
  width: 10%;
  margin-bottom: 10px;
  height: 28px;
  padding: 2px 11px;
}
.assessmentQuestionMargin-3 {
  margin-left: 5%;
}
.assessmentQuestionMargin-6 {
  margin-left: 10%;
}
.assessmentQuestionMargin-9 {
  margin-left: 10%;
}
.assessmentQuestion p {
  color: #000;
  margin-bottom: 10px;
}
.assessmentQuestion select {
  margin-left: 20px;
}
.printAssessmentContainer {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  border: none;
  float: left;
}
#printAssessment,
#mobilePrintAssessment {
  width: 560pt;
  position: relative;
  height: 100%;
  float: left;
}
#printAssessment .answerInfoTipContainer,
#mobilePrintAssessment .answerInfoTipContainer {
  border: solid 2px #DDDFE0;
}
h1.assessmentTitlePrint {
  margin-top: 0;
  width: 75%;
  font-size: 34px;
}
h2.assessmentTitlePrint {
  margin: 10px 0 15px;
}
.printAssessmentWidth {
  width: 100%;
  max-width: 800px;
  position: relative;
}
.printAssessmentNoBorder {
  border: none !important;
}
@media print {
  div,
  span,
  body,
  canvas,
  img {
    border: none !important;
  }
}
.printLogo {
  position: absolute;
  top: 0;
  right: 20px;
  max-width: 180px;
  display: block;
}
.printLogo img {
  width: 100%;
}
.assessmentCompletedBoldPrint,
.assessmentCompletedDatePrint {
  font-size: 24px;
  line-height: 38px;
}
.biometricRow {
  margin-bottom: 30px;
}
.programBiometricsModal .ta-scroll-window > .ta-bind {
  height: 100px;
  min-height: inherit;
}
.programBiometricsModal .ta-editor.ta-html,
.programBiometricsModal .ta-scroll-window.form-control {
  height: 102px;
  min-height: inherit;
}
.bioModalTitles {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  color: #05203D;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
}
.bioModalTitles .bioScoreResult {
  color: #333333;
}
.biometricsDisclaimer {
  float: left;
}
.biometricsDisclaimer i {
  color: red;
}
.biometricsDetails {
  margin: 20px 0;
}
.screeningScoreTitle {
  display: inline-block;
  font-family: FFMarkWebProBold !important;
  font-weight: normal;
  color: #05203D;
  font-size: 18px;
  line-height: 28px;
}
.screeningScoreDate {
  display: inline;
  font-size: 16px;
  color: #333333;
}
.biometricsDetailsScore {
  display: inline;
  color: #333333;
  font-family: FFMarkWebProRegular;
  margin: 0 10px;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .mobileBioInfoRow {
    padding-left: 35px;
  }
  .mobileBioInfoBloodPressureRow {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .biometricsMobileWrapper {
    padding: 5px 20px 0;
    min-height: 95px;
  }
  .biometricsMobileWrapper p:last-child {
    margin-bottom: 0;
  }
  .biometricsMobileContent {
    background: #ffffff;
  }
  .biometricsDetails {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
  }
}
.customTableBiometrics {
  background: #ffffff;
  width: 100%;
  padding: 0px 20px;
  border: 1px solid #DDDFE0;
  margin: 0 auto;
}
.biometricsIcon {
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: bottom;
}
.biometricsIcon i {
  font-size: 25px;
}
.biometricsIcon.red {
  background: #f00c0c;
}
.biometricsIcon.darkRed {
  background: #970000;
}
.biometricsIcon.yellow {
  background: #ffde18;
}
.biometricsIcon.green {
  background: #2abd0e;
}
.biometricsIcon.lightGreen {
  background: #74ff59;
}
.biometricsContent {
  margin-left: 0px;
  color: black;
}
.biometricDetails {
  display: inline;
}
.biometricDetails li {
  display: inline-block;
  padding: 10px 16px;
}
.biometricDetailsLabel {
  color: #858585;
}
.screeningScoreRow {
  margin: 10px 0;
}
.printBioAnalysis {
  display: none;
}
.printBiometricsContainer {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  border: none;
  float: left;
}
.bioLegend {
  float: left;
  margin: 10px 0;
}
.bioLegend .col-xs-12 {
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .bioColTitle {
    width: 40%;
  }
  .bioCol {
    width: 20%;
  }
  .bioColSmall {
    width: 10%;
  }
  .table > tbody > tr > td.bioFullCol {
    padding: 0;
    border: none;
  }
  .printBiometricsWidth {
    position: relative;
    display: block;
  }
}
#printBiometrics {
  width: 100%;
  max-width: 800pt;
  position: relative;
}
#printBiometrics #biometricData {
  display: block !important;
}
#printBiometrics h1 {
  position: absolute;
  top: 0;
  margin: 0;
}
#printBiometrics .screeningScoreRow {
  margin: 0 0 10px;
}
#printBiometrics .screeningScoreTitle,
#printBiometrics .screeningScoreDate,
#printBiometrics .biometricsDetailsScore {
  font-size: 24px;
  line-height: 38px;
}
#printBiometrics .customTableBiometrics {
  border: none;
  padding: 0;
}
#printBiometrics .printBioAnalysis {
  display: block;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 14px !important;
}
#printBiometrics .bioPrintNoDisplay {
  display: none;
}
#printBiometrics .bioPrintDisplay {
  padding: 0;
  display: block !important;
}
#printBiometrics .printBioHeader {
  padding: 0;
  width: 100%;
}
#printBiometrics .biometricsDetails {
  margin: 70px 0 30px;
}
#printBiometrics .bioPrintImage {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 180px;
}
#printBiometrics .table > tbody > tr > td {
  padding: 12px 0;
  border: none;
}
#printBiometrics .table > thead > tr > th {
  padding: 10px 0 0;
  font-weight: bold;
}
#printBiometrics .bioModalTitles,
#printBiometrics h3 {
  font-size: 16px;
  line-height: normal;
  padding-bottom: 0;
}
#printBiometrics .itemRow {
  border-bottom: 2px solid #05203D;
}
#printBiometrics .bioColTitle {
  width: 60%;
}
#printBiometrics .bioColSmall,
#printBiometrics .bioCol {
  width: 20%;
  text-align: center;
}
#printBiometrics .printBold {
  font-weight: bold;
  font-family: FFMarkWebProBold;
  color: #05203D;
}
#printBiometrics .biometricsDisclaimer {
  padding: 0;
}
#printBiometrics .biometricsDisclaimer i {
  color: red;
}
#printBiometrics.bioPrintDisplay {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .biometricsMobile-list ul {
    list-style: none;
    border-bottom: 1px solid #DDDFE0;
    padding: 10px;
    margin: 20px 10px;
  }
  .biometricsMobile-list ul li {
    font-size: 13px;
    line-height: 14px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .biometricsMobile-list ul li:first-child {
    font-weight: 700;
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .biometricsMobile-list ul li span:first-child {
    min-width: 80%;
    display: inline-block;
  }
  .biometricsMobile-list ul li span:last-child {
    min-width: 20%;
    text-align: right;
    display: inline-block;
  }
  .biometricDetailsMobile {
    position: relative;
    text-align: right;
    margin-top: -4px;
  }
  .biometricsIcon.red {
    background: #f00c0c;
  }
  .biometricsIcon.red span {
    display: inline !important;
  }
  .biometricsMobileIcon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
  }
  .biometricsMobileIcon .icon-info {
    line-height: 25px;
  }
  .biometricsMobileIcon.red {
    background: #f00c0c;
  }
  .biometricsMobileIcon.darkRed {
    background: #970000;
  }
  .biometricsMobileIcon.yellow {
    background: #ffde18;
  }
  .biometricsMobileIcon.green {
    background: #2abd0e;
  }
  .biometricsMobileIcon.lightGreen {
    background: #74ff59;
  }
  .biometricsDisclaimer {
    float: none;
  }
  .riskHeading label {
    display: block;
    text-align: center;
  }
}
.biometricComponentInfoWrapper {
  height: 100%;
  padding-bottom: 40px;
}
.biometricModel {
  height: 100%;
}
.biometricModel h2 {
  margin-left: 25px;
}
.biometricModel .biometricSubHeader {
  border-bottom: 2px solid #DDDFE0;
  font-weight: bold;
  margin: 10px 0 0;
  padding-bottom: 5px;
  color: #05203D;
  font-size: 16px;
}
.biometricModel .bioInfoRow {
  width: 100%;
  float: left;
  padding: 2px 0;
  font-size: 13px;
}
.biometricModel .bioInfoRow:hover {
  background: #F7F7F7;
}
.biometricModel .bloodPressureInfo {
  padding-left: 25px;
}
.biometricModel .noMargin {
  margin: 0px;
}
.biometricModel .modalInPage {
  margin: 30px 0 0 0;
}
.biometicModalInfoContainer {
  height: 92vh;
}
.biometicModalInfoContainer .modal-body {
  overflow: scroll;
  height: 90%;
}
.biometricRanges {
  line-height: 24px;
  font-size: 16px;
}
.wizard {
  position: relative;
}
.wizard .topRowLine,
.wizard .topRowLineCover {
  position: absolute;
  top: 10px;
  z-index: 0;
}
.wizard .topRowLine {
  border: solid 1px #C1C1C1;
}
.wizard .topRowLineCover {
  border: solid 1px #00A5B6;
}
.topRowLineWidthTwo {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
.topRowLineWidthThree {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
.topRowLineWidthFour {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
.topRowLineWidthWide {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.wizard .topRow,
.wizard .bottomRow {
  white-space: nowrap;
}
.wizard .topRow > div,
.wizard .bottomRow > div {
  text-align: center;
  display: inline-block;
  margin: 0px;
  z-index: 1;
}
.wizardTwo {
  width: 50%;
}
.wizardThree {
  width: 33.33%;
}
.wizardFour {
  width: 25%;
}
.wizardFive {
  width: 20%;
}
.wizardSix {
  width: 16.6667%;
}
.wizardSeven {
  width: 14.2857%;
}
.wizardEight {
  width: 12.5%;
}
.wizardNine {
  width: 11.1111%;
}
.wizardTen {
  width: 10%;
}
.wizard .numContainer {
  position: relative;
  width: 40px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  background-color: #ffffff;
  text-align: center;
}
.wizard .topRow div .num {
  border: solid 1px #C1C1C1;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  color: #C1C1C1;
}
.wizard .bottomRow div {
  text-align: center;
  font-size: x-small;
  color: #C1C1C1;
}
.wizard .topRow div.completed .num {
  border: solid 1px #00A5B6;
  background-color: #00A5B6;
  color: #ffffff;
}
.wizard .bottomRow div.completed {
  color: #333333;
}
.wizard .bottomRow div.selected {
  font-weight: bold;
  color: #333333;
}
.noFileText {
  font-size: 18px;
  padding-top: 4px;
}
.urlMaskLowercase {
  text-transform: lowercase;
}
h3.whiteLabelHeader {
  margin-top: 0;
}
.edgeIframe {
  width: 100%;
  height: 900px;
  margin: 30px 0;
}
.disabledText {
  color: #C1C1C1;
}
.noMargin {
  margin: 0;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.brand-navy {
  color: #05203D !important;
}
.activityReorder {
  cursor: move;
}
.adminProgramActivities tr td.iconPaddingFix {
  text-align: right;
}
.adminActivityTitle {
  width: 100%;
  padding-left: 10px;
  height: 20px;
}
.adminActivityTitle i {
  color: #00A5B6;
  font-size: 18px;
  padding: 5px;
}
.adminActivityTitle i:hover {
  color: #ffffff;
  background: #00A5B6;
  border-radius: 100%;
  cursor: move;
}
.adminEditSectionModal {
  padding: 10px 20px 20px 20px;
}
.activitySectionInput {
  width: 85%;
  margin: 0 15% 20px 0;
  padding-left: 10px;
}
.activitySectionInputDescription {
  width: 85%;
  margin: 0 15% 0 0;
  padding-left: 10px;
}
.adminActivityInputContainer {
  padding: 10px 0;
}
.adminActivityNonEdit {
  width: 100%;
  padding: 10px 0 6px;
}
.editSectionIcon {
  padding-top: 35px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.award-row .scratchSearch {
  width: 100% !important;
}
.award-row .awardPointSelect {
  width: auto !important;
}
.adminScratchCard .scratchCardsTab {
  margin-left: 20px;
  margin-top: -15px;
}
.programTrackers .modal-header {
  border-bottom: none;
}
.programTrackers .enableTrackerToggleContainer {
  padding: 10px 18px;
}
.programTrackers .enableTrackerToggleContainer .settingLabel {
  margin-bottom: 20px;
}
.programTrackers .saveButton {
  margin: 20px 15px 10px 0px;
}
.programTrackers .showInstructionLabel {
  margin-right: 30px;
}
.programTrackers .makeLiveLabel {
  margin-right: 30px;
}
.programTrackers .ta-scroll-window > .ta-bind,
.programTrackers .ta-editor.ta-html,
.programTrackers .ta-scroll-window.form-control {
  height: 200px;
  min-height: 200px;
  margin-bottom: 20px;
}
.programTrackers .trackerList {
  width: 96%;
  margin: 0 auto;
}
.programTrackers #toolbarCC {
  display: none !important;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.trackerList .list-group-item:hover {
  background: none;
}
.trackerList .list-group-item:last-child {
  border-bottom: 0px solid #DDDFE0;
}
.goog-te-banner-frame {
  display: none;
}
.profileEditIconContainer {
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
  bottom: 0;
}
.profileEditIcon {
  font-size: 18px;
  color: #00A5B6;
  padding: 6px;
  display: none;
}
.profileEditIcon:hover {
  background: #00A5B6;
  color: #ffffff;
  border-radius: 100%;
}
.profileInfoRow:hover .profileEditIcon {
  display: inline;
}
.mobileEditIcon {
  display: inline-block;
}
.mobileProfileEditHeader {
  margin-top: 0;
}
.profileEditIconMobile {
  display: inline-block;
  margin-left: 16px;
  font-size: 18px;
  color: #00A5B6;
}
.aggregateContainer {
  padding: 0 15px;
  margin-bootom: 20px;
}
.aggregateChartWrapper {
  height: 250px;
  text-align: center;
}
.aggregateChart {
  height: 100%;
  margin-top: 20px;
}
.aggregateSideContainer {
  padding: 15px 0;
  text-align: center;
  background: #05203D;
  color: #ffffff;
  height: 250px;
}
.aggregatePercent {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #05203D;
}
.aggregateIconGoal {
  font-size: 68px;
  color: #8bc53f;
}
.aggregateTotalContainer {
  margin: 20px 0;
}
/*Start program upload*/
.participantUploads .uploadTableBold {
  font-weight: bold;
}
.participantUploadDetails md-input-container {
  margin: 0;
}
.participantUploadDetails md-input-container .md-errors-spacer {
  float: right;
  min-height: 0;
  min-width: 0;
}
.participantUploadDetails .childActivity {
  padding-left: 15px;
}
.participantUploadDetails .approved {
  color: #8bc53f;
}
.participantUploadDetails .denied {
  color: #DB6D48;
}
.participantUploadDetails .table > tbody > tr > td:not(:first-child) {
  vertical-align: middle;
}
.participantUploadDetails .uploadRadioMargin {
  margin-left: 18px;
}
.participantUploadDetails .smallCheck {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #8bc53f;
  margin-left: 15px;
}
.participantUploadDetails .uploadApproved {
  color: #ffffff;
  font-size: 26px;
}
.isUploadWarning {
  margin-left: 30px;
}
.activityUploadInput {
  margin-top: 18px;
  display: inline-block;
}
.uploadModalContainer,
.programUploadContainer .container-fluid.custom {
  margin: 0;
  padding: 0;
}
.programUploadContainer .modalBodyContainer {
  margin: 0;
}
.participantTable {
  table-layout: fixed;
  margin: 10px 0;
}
.participantUploadTable {
  table-layout: fixed;
}
.participantUploadTable .participantUploadTableRow th {
  padding: 0 8px 12px;
}
.table.participantTable > tbody > tr > td {
  padding-bottom: 0;
}
.uploadListNumber {
  float: left;
  display: inline-block;
  width: 8%;
}
.uploadListName {
  float: left;
  display: inline-block;
  width: 92%;
}
.uploadDeleteColumn {
  text-align: right;
  padding: 8px 8px 0 0;
}
/*End program upload*/
/* Begin help content */
.faq .question {
  font-weight: bold;
  margin-bottom: 5px;
}
.faq .answer {
  margin: auto 1em 10px;
}
/* End help content */
@media only screen and (max-width: 480px) {
  .aggregateChartWrapper {
    padding: 0;
    margin-bottom: 20px;
  }
  .aggregateChart {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
  .numericTotalContainer {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 992px) {
  .teamHeaderContainer {
    margin: 20px 0;
  }
}
.inviteEveryoneContainer {
  padding: 5px 0 0 45px;
}
select.selectMultiple {
  overflow-y: scroll;
  height: 150px;
}
.activityDatepicker {
  margin-bottom: 0;
}
.activityDatepicker .activityDateError.md-input-message-animation {
  margin-left: 0px;
}
.challenge .mdTabs .challengeTeamTab {
  padding-right: 0;
  width: 100px;
  text-align: center;
}
.challenge .mdTabs .challengeTeamTab a,
.challenge .mdTabs .challengeTeamTab a:hover {
  background: transparent;
}
@media only screen and (max-width: 480px) {
  .challenge .mdTabs .challengeTeamTab {
    width: 50%;
  }
}
.securityQuestionOptions {
  font-size: 14px;
}
.securityQuestionOptions .md-text {
  white-space: normal;
}
md-checkbox.checkboxMarginLeft {
  margin-left: 30px;
  display: block;
}
.inactivityContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
}
.inactivityContainer .inactivityContents {
  margin: auto;
  color: #ffffff;
  font-size: 22px;
  width: 400px;
  text-align: center;
}
.inactivityContainer .inactivityClock {
  font-size: 80px;
  margin-botom: 40px;
}
/*Start Program Metric*/
.metricQuestionInput {
  width: 74%;
  display: inline-block;
}
.metricQuestionType {
  width: 14%;
  display: inline-block;
  padding-left: 10px;
}
.metricQuestionsAction {
  width: 10%;
  display: inline-block;
  text-align: right;
  display: none;
}
.metricQuestionsAction i {
  font-size: 18px;
  padding: 6px;
  border-radius: 100%;
}
.metricQuestionsAction i.fa-trash {
  color: #DB6D48;
}
.metricQuestionsAction i.icon-options-vertical {
  color: #00A5B6;
  margin-left: 5px;
}
.metricQuestionsAction i:hover {
  color: #ffffff;
  cursor: move;
}
.metricQuestionsAction i.fa-trash:hover {
  background: #DB6D48;
}
.metricQuestionsAction i:hover {
  background: #00A5B6;
}
.metricQuestionRow {
  margin-bottom: 15px;
}
.metricQuestionRow:hover .metricQuestionsAction {
  display: inline-block;
}
.newMetric .metricTypeSelect {
  font-size: 100%;
}
/*End Program Metric*/
/*Start BiometricsLogin*/
.biometricLogin .margin-top-bottom-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.biometricLogin .icon-alignment {
  text-align: center;
}
.biometricLogin .bioFingerprint {
  font-size: 100px;
  color: #00A5B6;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.recognitionContainer .senderName {
  margin-top: 4px;
}
.recognitionContainer #messageTo .input {
  width: 350px !important;
}
.recognitionContainer .selectedCard {
  border: 3px solid #DB6D48;
}
.recognitionContainer .ta-editor.ta-html,
.recognitionContainer .ta-scroll-window.form-control {
  min-height: 175px;
  height: 175px;
}
.recognitionContainer .ta-scroll-window > .ta-bind {
  min-height: 175px;
  height: 175px;
}
.recognitionContainer .recognitionSelectImgContainer {
  position: relative;
  min-height: 175px;
}
.recognitionContainer .recognitionSelectIcon {
  position: absolute;
  top: 10px;
  left: 25px;
}
.recognitionContainer .selectedIcon {
  background: #DB6D48;
}
.recognitionContainer .recgonitionImg {
  width: 100%;
  margin-bottom: 20px;
}
.table.recognitionTable {
  margin-top: 30px;
}
.communicationContainer .senderName {
  margin-top: 4px;
}
.communicationContainer .selectedCard {
  border: 3px solid #DB6D48;
}
.communicationContainer .ta-editor.ta-html,
.communicationContainer .ta-scroll-window.form-control {
  min-height: 175px;
  max-height: 175px;
}
.communicationContainer .ta-scroll-window > .ta-bind {
  min-height: 175px;
  max-height: 175px;
}
.communicationContainer .recognitionSelectImgContainer {
  position: relative;
  min-height: 175px;
}
.communicationContainer .recognitionSelectIcon {
  position: absolute;
  top: 10px;
  left: 25px;
  background: #DB6D48;
}
.communicationContainer .recgonitionImg {
  width: 100%;
  margin-bottom: 20px;
}
.communicationContainer .communicationPrograms {
  padding-left: 0;
  margin-top: 10px;
}
.maxPointAdminAward {
  width: 100px;
  display: inline-block;
  margin: 0 20px 0 50px;
}
.recognitionPreviewContainer {
  width: 800px;
  background: #ffffff;
}
.recogImgPreview {
  width: 100% !important;
  height: auto !important;
}
.recognitionSaveTemplate {
  margin-top: 7px;
}
.recognitionTemplateImg {
  width: 100%;
}
.noLeftRightMargin {
  margin-left: 0;
  margin-right: 0;
}
.admin md-checkbox.selectAllCommunication {
  margin: 0 0 20px 0;
}
.messageContent img {
  width: 400px;
}
.awardPointsCommunication {
  margin-left: 7px;
}
.communicationDepartments {
  font-size: 14px;
}
.communicationDepartments md-checkbox.md-checked .md-icon:after {
  top: 0;
  left: 3px;
  height: 9px;
}
.communicationDepartments md-checkbox {
  min-width: 15px;
  min-height: 15px;
}
.communicationDepartments md-checkbox .md-container {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
.communicationDepartments md-checkbox .md-icon {
  width: 15px;
  height: 15px;
}
.communicationDepartments md-checkbox .md-label {
  margin-left: 40px;
}
.pushUrgent {
  color: #DB6D48;
  font-size: 24px;
  margin-left: 10px;
  vertical-align: middle;
}
.pushEmailSend {
  background: #8bc53f;
  color: #ffffff;
  font-size: 24px;
  border-radius: 100%;
  margin-left: 10px;
  vertical-align: middle;
}
.historyBodyImage img,
.historyImage {
  max-width: 85px;
}
.historyTemplateBody {
  max-height: 90px;
  overflow: hidden;
}
.historyContainer .ta-toolbar {
  display: none;
}
.historyContainer .ta-editor.ta-html,
.historyContainer .ta-scroll-window.form-control {
  max-height: none;
}
.historyContainer .ta-scroll-window > .ta-bind {
  max-height: none;
}
.fileUploadDate {
  width: 100%;
  padding-left: 30px;
  margin-top: 5px;
}
/* Admin Program */
.tabset {
  border-bottom: 1px solid #DDDFE0;
  padding-bottom: 10px;
}
.tabset a {
  color: #333333;
  padding: 10px;
}
.tabset a.active {
  border-bottom: 4px solid #00a5b6;
  color: #00a5b6;
}
.tabset a:hover {
  text-decoration: none;
}
/* Admin User Journey */
.user-journey .mdTabs a {
  margin: 0;
}
.user-journey .settings-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
}
.user-journey .settings-container .language span:not(:last-child) {
  margin-right: 1em;
}
.user-journey .options-container {
  border-top: 1px solid #DDDFE0;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
.user-journey .options-container > div:not(:last-child) {
  margin-bottom: 1em;
}
.user-journey .options-container p:last-child {
  margin: 0;
}
.user-journey .content-container {
  background: #eeeeee;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 2em;
}
.user-journey .content-container-video > * {
  min-width: 560px;
}
.user-journey .content-container > *:not(:last-child) {
  margin-bottom: 1em;
}
.user-journey .content-container input[type="button"] {
  margin: 0;
}
.user-journey .content-container .ecard-container {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  max-height: 300px;
  overflow-y: auto;
}
.user-journey .content-container .ecard-container .ecard {
  position: relative;
  width: calc(100%/6);
}
.user-journey .content-container .ecard-container .ecard .selectedIcon {
  margin: 5px;
  position: absolute;
}
.user-journey .content-container .ecard-container .ecard img {
  width: 100%;
}
.user-journey .content-container .upload-container input[type="file"] {
  margin-bottom: 1em;
}
.user-journey .content-container .upload-container input[type="button"] {
  width: 14em;
}
.user-journey .content-container .getting-started-table {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ddd;
  width: 50%;
}
.user-journey .content-container .getting-started-table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.user-journey .content-container .getting-started-table tr td {
  padding: 0.5em;
}
.user-journey .content-container .getting-started-table tr td.icon-container {
  text-align: right;
}
.user-journey .content-container .getting-started-table tr td md-switch {
  margin: 0;
}
.user-journey .content-container .getting-started-table tr td md-switch .md-container {
  cursor: pointer;
}
.user-journey .content-container .getting-started-table tr td input[type="button"] {
  width: 100%;
}
.user-journey .content-container.disabled {
  background: #ddd;
}
.user-journey .content-container.disabled > * {
  opacity: 0.75;
}
.user-journey .content-container.disabled * {
  pointer-events: none;
}
