/***********************
*
* Module styles
*
* Key;
*
* Ads
* Activity
* Avatars
* Badges
* Blogs
* Breadcrumbs
* Button Dropdowns
* Button Groups
* Community
* Conversation
* Dashboard
* Device
* Labels
* Media
* Navs
* Pagination
* Profile
* Progress Bars
* Rewards
* Wells
* Device Selection
* Datepicker
*
***********************/
/***********************
*
* Activity
*
***********************/
.cw_activity_browser_container {
  margin-bottom: 20px;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.cw_activity_browse_bottom_nav {
  padding: 16px 10px; }

/********************
*
* This controls the recommended for you section. This is an area that the admins
* fill-in, hence the inline styles. We need to remove all of the inline styles and
* revisit how were styling this section
*
********************/
.cw_activity_entry {
  padding: 18px;
  border-bottom: 1px solid #EEE;
  background: #fff;
  background: -moz-linear-gradient(top, white 70%, #faf9f4 100%);
  background: -ms-linear-gradient(top, white 70%, #faf9f4 100%);
  background: -webkit-gradient(linear, top left, top bottom, color-stop(70%, white), color-stop(100%, #faf9f4));
  background: -webkit-linear-gradient(top, white 70%, #faf9f4 100%);
  background: -o-linear-gradient(top, white 70%, #faf9f4 100%);
  background: linear-gradient(to bottom, white 70%, #faf9f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FAF9F4', GradientType=0); }
  .ie9 .cw_activity_entry, .ie8 .cw_activity_entry {
    filter: none; }
  .cw_activity_entry a:hover {
    text-decoration: none; }

/* Activity Stats */
.cw_activity_posted_progress_container {
  text-align: left;
  float: right;
  width: 280px;
  margin: 0 10px 10px 0; }

.cw_activity_posted_progress_container > p {
  padding: 0 0 2px 0;
  margin: 0; }

.cw_activity_posted_progress_container p + p > strong {
  font: 600 22px 'Avenir-Next-Condensed', sans-serif;
  letter-spacing: -1px;
  padding-left: 10px; }

.report_progress_form_container {
  padding: 0 18px;
  border: 1px solid #A7C660;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #90C510;
  background: -moz-linear-gradient(top, #b5d56f 0%, #90c510 100%);
  background: -ms-linear-gradient(top, #b5d56f 0%, #90c510 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5d56f), color-stop(100%, #90c510));
  background: -webkit-linear-gradient(top, #b5d56f 0%, #90c510 100%);
  background: -o-linear-gradient(top, #b5d56f 0%, #90c510 100%);
  background: linear-gradient(to bottom, #b5d56f 0%, #90c510 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5D56F', endColorstr='#90C510', GradientType=0); }
  .ie9 .report_progress_form_container {
    filter: none; }

.report_progress_form_container h4 {
  color: #608B00;
  text-shadow: 1px 1px 1px #E7F1D3; }

.report_progress_form_container form {
  margin-bottom: 18px; }

.report_progress_form_container form fieldset {
  padding-bottom: 0; }

.cw_activity_preview_container {
  /*
  float: right;
  width: 320px;
  */
  text-align: right;
  margin: 0;
  /*
  &.carousel{
    width: 200px;
  }
  */ }

.cw_activity_preview_container.fitted {
  width: 100%; }

/*
.span7 .cw_activity_entry.cw_activity_details_view .cw_activity_preview_container {
  width: 270px;
}
*/
.cw_activity_preview_container ul {
  margin: 0 0 8px 0; }

.cw_activity_preview_container li {
  height: 20px;
  overflow: hidden;
  padding: 8px 0 6px 0;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: normal;
  color: #aaa;
  border-bottom: 1px solid #608B00; }

.cw_activity_preview_container li span {
  font: 600 21px 'Avenir-Next-Condensed', sans;
  color: #999;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-right: 2px; }

.cw_activity_preview_container li > i {
  float: left;
  margin-right: -30px;
  margin-bottom: -20px;
  font-size: 48px;
  color: #608B00; }

/* Activities Preview Banners */
.cw_activity_preview_banner {
  float: left;
  margin-left: -58px;
  padding-bottom: 6px;
  background: transparent image_url("activity_banner_edge_wrap_btm_left.png") no-repeat left 94%;
  width: 294px; }
  .cw_activity_browser_container .cw_activity_preview_banner {
    margin: 0 0 0 -34px; }

.cw_activity_preview_banner_inner {
  padding: 0 6px 6px 0;
  background: transparent image_url("activity_banner_shadow_btm_right.png") no-repeat right bottom; }

.cw_activity_preview_banner img {
  border: 1px solid #EEE;
  margin-bottom: -1px;
  padding: 3px 3px 3px 2px;
  width: 280px;
  background: #fff;
  background: -moz-linear-gradient(left, #999999 0%, white 3%);
  background: -ms-linear-gradient(left, #999999 0%, white 3%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #999999), color-stop(3%, white));
  background: -webkit-linear-gradient(left, #999999 0%, white 3%);
  background: -o-linear-gradient(left, #999999 0%, white 3%);
  background: linear-gradient(to right, #999999 0%, white 3%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#FFFFFF', GradientType=0); }
  .ie9 .cw_activity_preview_banner img {
    filter: none; }

.cw_activity_tag_list {
  margin: -20px 10px 10px 240px; }

/*
.cw_activity_entry.cw_activity_details_view {
  background: none;
  border-bottom: none;
}
*/
/* Creation */
fieldset .control-group .cw_activity_img_thumbnail {
  width: 268px;
  border: 2px solid #EEE; }

fieldset .control-group .cw_activity_img_thumbnail img {
  width: 260px;
  border: 4px solid #fff; }

/* Right Colomn */
.cw_btn-browse_activities,
.cw_btn-create_activity {
  display: block;
  width: 280px;
  height: 55px;
  padding-top: 25px;
  font: 500 20px 'Avenir-Next-Condensed', sans-serif;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.cw_btn-browse_activities b,
.cw_btn-create_activity b {
  font-weight: normal; }

.cw_btn-browse_activities:hover,
.cw_btn-create_activity:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.075) inset; }

.cw_btn-browse_activities {
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px rgba(0, 54, 117, 0.21);
  background: #0092de image_url("btn_browse_activities.png") no-repeat left top; }

.cw_btn-create_activity {
  text-shadow: 2px 2px 2px rgba(38, 107, 38, 0.5);
  background: #7cbb21 image_url("btn_create_activity.png") no-repeat left top; }

/***********************
*
* Ads
*
***********************/
.ad.adam-ad img {
  margin: 0 0 5px 0; }

.cw_ad {
  margin: 0 0 10px 0;
  border: 1px solid #DDD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.075); }

.cw_ad img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.cw_ad.pull-right {
  margin-right: 10px; }

.cw_right_col_ad,
.cw_hp_main_ad {
  margin: 0 auto 10px auto;
  border: 1px solid #F1EEEE;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative; }

.cw_right_col_ad img,
.cw_hp_main_ad img {
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-top-right-radius: 8px; }

.ad-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%; }
  .ad-text-container.solid-bg {
    background: white; }
  .ad-text-container.gradient-bg {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.75) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-8 */ }

.ad-title {
  font: 24px/30px 'VinceHand-2-W00-Reg';
  margin: 15px;
  color: #666; }

.ad-link {
  text-transform: uppercase;
  text-align: right;
  font-family: 'Avenir-Next-Demi';
  font-size: 11px;
  margin-right: 20px; }

/***********************
*
* Avatars
*
***********************/
.cw_avatar {
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.avatar-container {
  width: 70px;
  float: left;
  margin: 0 0 0 20px;
  padding: 10px 0 0 0;
  /* Most avatars have this type of spacing */ }
  .avatar-container.no-top-spacing {
    padding: 0; }
  .avatar-container p, .control-group .avatar-container p {
    font-size: 10px;
    line-height: 12px; }
  .avatar-container.large {
    width: 110px; }

.avatar {
  margin: 5px;
  /* Avatar Sizes */
  /* Avatar Variants */
  /* Avatar Designations */ }
  .avatar img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0 auto;
    /* yea, I hacked at this a lil but i'll come back to it later */ }
    .avatar img.min-height-60 {
      min-height: 60px; }
  .avatar p {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    margin: 4px 0; }
  .avatar.small {
    display: inline-block;
    width: 40px;
    height: 40px;
    max-width: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px; }
  .avatar.medium {
    max-width: 60px !important;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .avatar.large {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
  .avatar.avatar-rounded {
    display: inline-block;
    width: 40px;
    height: 40px;
    max-width: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid white; }
  .avatar.avatar-rounded-medium {
    max-width: 60px !important;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border: 2px solid white; }
  .avatar.avatar-rounded-large {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border: 2px solid white; }
  .avatar.opacity {
    opacity: 0.5; }
  .avatar.anonymous {
    border: 1px solid #EEE; }
  .avatar.thumbnail {
    padding: 4px;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); }
  .avatar.expert {
    padding: 4px 4px 0 4px;
    border: 1px solid #DDD;
    width: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F0E4D4;
    background: -moz-linear-gradient(top, white 80%, #f0e4d4 98%);
    background: -ms-linear-gradient(top, white 80%, #f0e4d4 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, white), color-stop(98%, #f0e4d4));
    background: -webkit-linear-gradient(top, white 80%, #f0e4d4 98%);
    background: -o-linear-gradient(top, white 80%, #f0e4d4 98%);
    background: linear-gradient(to bottom, white 80%, #f0e4d4 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F0E4D4', GradientType=0); }
    .ie9 .avatar.expert {
      filter: none; }
  .avatar.expert span, .avatar.expert p {
    color: #7CBB21;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
  .avatar.sponsored {
    padding: 4px 4px 0 4px;
    border: 1px solid #DDD;
    margin: 0 auto;
    width: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #E4F1FA;
    background: -moz-linear-gradient(white 80%, #e4f1fa 98%);
    background: -ms-linear-gradient(white 80%, #e4f1fa 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, white), color-stop(98%, #e4f1fa));
    background: -webkit-linear-gradient(top, white 80%, #e4f1fa 98%);
    background: -o-linear-gradient(top, white 80%, #e4f1fa 98%);
    background: linear-gradient(to bottom, white 80%, #e4f1fa 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4F1FA', GradientType=0); }
    .ie7 .avatar.sponsored {
      width: auto; }
    .ie9 .avatar.sponsored {
      filter: none; }
    .avatar.sponsored p {
      color: #396D89;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

/*
*
* Avatar File Upload
* Note: This enables using a custom buttom for file uploads instead of the OS provided file picker
*
*/
#avatar_file_fields .control-group label.control-label {
  display: none; }

.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0; }

/***********************
*
* Badges - Bootstrap
*
***********************/
.badge {
  font-size: 12px;
  height: 12px;
  width: 12px;
  padding: 12px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  font-weight: normal;
  text-align: center;
  background-color: #C9CACD; }

.badge-xsmall {
  font-size: 10px;
  line-height: 10px;
  height: 8px;
  width: 8px;
  padding: 8px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.badge-small {
  font-size: 10px;
  height: 10px;
  width: 10px;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.badge-medium {
  font-size: 14px;
  height: 14px;
  width: 14px;
  padding: 14px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px; }

.badge-large {
  font-size: 18px;
  height: 18px;
  width: 18px;
  padding: 18px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px; }

.badge-xlarge {
  font-size: 24px;
  height: 24px;
  width: 24px;
  padding: 24px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  font-size: 24px; }

.badge-text {
  font-size: 10px;
  display: block;
  line-height: 18px; }

.badge-offset {
  z-index: 2;
  position: absolute;
  top: 3px;
  right: 2px;
  border: none; }

.badge-outline {
  color: #C9CACD;
  width: 32px;
  height: 32px;
  line-height: 36px;
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #C9CACD;
  background-color: transparent; }
  .badge-outline.badge-xsmall {
    width: 20px;
    height: 20px;
    line-height: 24px; }
  .badge-outline.badge-small {
    width: 26px;
    height: 26px;
    line-height: 30px; }
  .badge-outline.badge-medium {
    width: 38px;
    height: 38px;
    line-height: 42px; }
  .badge-outline.badge-large {
    width: 50px;
    height: 50px;
    line-height: 54px; }
  .badge-outline.badge-xlarge {
    width: 68px;
    height: 68px;
    line-height: 72px; }
  .badge-outline.badge-success {
    color: #76BA32;
    border-color: #76BA32;
    background-color: transparent; }
  .badge-outline.badge-important {
    color: #FB6D50;
    border-color: #FB6D50;
    background-color: transparent; }
  .badge-outline.badge-info {
    color: #00A8DD;
    border-color: #00A8DD;
    background-color: transparent; }
  .badge-outline.badge-inverse {
    color: #88898B;
    border-color: #88898B;
    background-color: transparent; }

/* Label & Badge Colors */
.label-created, .badge-created {
  background-color: #2C2F3B; }

.label-created[href], .badge-created[href] {
  background-color: #2C2F3B; }

.label-important, .badge-important {
  background-color: #FB6D50; }

.label-important[href], .badge-important[href] {
  background-color: #FB6D50; }

.label-success, .badge-success {
  background-color: #76BA32; }

.label-success[href], .badge-success[href] {
  background-color: #76BA32; }

.label-info, .badge-info {
  background-color: #00A8DD; }

.label-info[href], .badge-info[href] {
  background-color: #00A8DD; }

.label-inverse, .badge-inverse {
  background-color: #88898B; }

.label-inverse[href], .badge-inverse[href] {
  background-color: #88898B; }

/***********************
*
* Badges - Rewards
*
***********************/
/*
.badge.cw_badge_sponsored {
  background-color: $color-2;
  padding: 2px 6px;
}

.rewards-badge {
  width: 80px;
  padding: 0 0 8px 0;
}
.my-badge-breakdown {
  width: 125px;
  margin: 0 0 0 15px;
}
.my-badges{
  .row{
    margin: 0 0 20px -20px;
  }
  a{
    display: inline-block;
  }
}
.rewards-badge-small{
  width: 40px;
}
.rewards-badge-title{
  font-family: Avenir-Next-Bold;
  font-size: 14px;
}
*/
/*****************************
*
* Blogs
* TODO: Refactor
*
*****************************/
.cw_blog_post_header .span5 {
  margin-left: -20px;
  width: 420px; }

.cw_blog_post_title_bar {
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #FAF7F0;
  background: -moz-linear-gradient(top, #faf7f0 0%, white 50%);
  background: -ms-linear-gradient(top, #faf7f0 0%, white 50%);
  background: -webkit-gradient(linear, top left, top bottom, color-stop(0%, #faf7f0), color-stop(50%, white));
  background: -webkit-linear-gradient(top, #faf7f0 0%, white 50%);
  background: -o-linear-gradient(top, #faf7f0 0%, white 50%);
  background: linear-gradient(to bottom, #faf7f0 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAF7F0', endColorstr='#FFFFFF', GradientType=0); }
  .ie9 .cw_blog_post_title_bar {
    filter: none; }

.cw_blog_post_title_bar h3 {
  margin: 0 0 10px 0;
  line-height: 24px; }

.cw_blog_post_header .cw_entry_author {
  margin-top: 0; }

.cw_blog_post_header .well.well-small {
  margin: 8px 0 0 0;
  background-color: #FFFBEE;
  border-color: #F0E4D5;
  -webkit-border-radius: 6px 6px 0 6px;
  -moz-border-radius: 6px 6px 0 6px;
  border-radius: 6px 6px 0 6px; }

.cw_blog_post_header .cw_btn-mini_task.pull-right {
  border-top: 0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.cw_entry_info_bar {
  line-height: 28px; }

/***********************
*
* Breadcrumbs
*
***********************/
.breadcrumb {
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1; }
    .breadcrumb > li > .divider {
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #6C6D6C; }

.breadcrumb .divider {
  line-height: 16px;
  font-size: 12px; }

.breadcrumb .divider i[class*="icon-"] {
  width: 0.5em; }

/***********************
*
* Community
*
***********************/
.cw_info_card_main_heading {
  /* apply to .row to cascade to other elements */ }

.cw_info_card_main_heading img.cw_avatar_100x100 {
  margin: 0; }

.cw_info_card_main_heading .cw_info_card_main_content {
  margin: 0 0 0 -14px;
  padding: 0; }

.cw_info_card_main_heading .cw_info_card_main_content h3 {
  margin: -10px 0 -10px 0;
  padding: 0; }

.cw_info_card_main_heading .cw_info_card_main_content p {
  line-height: 12px; }

#cw_pbs_ph_current_challenge_header .span6 {
  margin: -24px auto 20px -40px; }

/*
.cw_disc_group_stats_list {
  margin: 0 0 10px 0;
  padding: 0;
}
.cw_disc_group_stats_list li {
  display: inline;
}
.cw_disc_group_stats_list li strong {
  font-size: 17px;
  color: $color-9;
}
.cw_disc_group_stats_list li i {
  margin-right: -6px;
  font-size: 17px;
  color: $color-38;
}
.cw_disc_group_preview_container {
  width: 340px;
  float: left;
  margin: 0 0 10px 10px;
}
.row .cw_disc_group_preview_container+.cw_disc_group_preview_container {
  margin-left: 0;
  width: 260px;
}
.cw_disc_group_preview_container h4 {
  margin: 0;
  padding: 8px;
}
.cw_disc_group_preview_container ul {
  margin: 0 0 0 10px;
}
.cw_disc_group_preview_container li {
  display: inline;
  font-size: 9px;
  color: $color-35;
}
.cw_disc_group_preview_container li strong {
  font-size: 21px;
  font-weight: 400;
  color: $color-11;
}
.cw_disc_group_preview_container li i.icon-comments,
.cw_disc_group_preview_container li i.icon-time {
  margin-right: -4px;
  font-size: 24px;
  color: $color-38;
}
.cw_disc_group_preview_container li i.icon-time {
  margin-right: -6px;
}
*/
/***********************
*
* Conversation
*
***********************/
/* New Comment */
.cw_conv_entry_new {
  padding: 0 0 10px 0;
  margin: 10px 0;
  -webkit-border-radius: 0 16px 0 16px;
  -moz-border-radius: 0 16px 0 16px;
  border-radius: 0 16px 0 16px;
  background: transparent image_url("fieldset_pattern_bk.gif") left top; }

.cw_conv_entry_new .span1 {
  margin-left: 10px; }

.cw_conv_entry_new label.cw_entry_author,
.cw_conv_entry_new_reply label.cw_entry_author {
  margin-top: 0; }

.cw_conv_entry_new label.checkbox,
.cw_conv_entry_new_reply label.checkbox {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold; }

.cw_conv_entry.cw_conv_entry_new div + div[class*='span'] {
  margin-left: 10px;
  border-top: none; }

.cw_conv_entry_new .btn.btn-primary {
  margin-right: 8px; }

.cw_conv_entry_new form {
  margin-top: 8px;
  margin-bottom: 0; }

/* New Reply */
.cw_conv_entry_new_reply {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none; }

.cw_conv_entry_new_reply div + div[class*='span'] {
  margin-left: 0; }

.cw_followers {
  color: #ECE2DA;
  font-size: 21px;
  letter-spacing: -1px;
  padding-right: 6px;
  margin-right: 4px;
  border-right: 1px solid #DDD;
  vertical-align: middle; }

.cw_followers strong {
  font-weight: 400;
  color: #917857; }

/* Conversation Wall - Footer Nav */
.cw_wall_nav_foot {
  margin: 10px 0;
  padding: 20px 0 0 0; }

/* Post Progress */
.cw_conv_post_progress {
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: -10px;
  font-family: 'Avenir-Next-Condensed', serif; }

.cw_conv_post_progress .input-append {
  padding-top: 6px; }

.cw_conv_post_progress label.control-label {
  display: inline; }

.cw_conv_post_progress .form-actions {
  margin: 4px 0 0 0;
  padding-bottom: 10px; }

.cw_conv_post_progress .input-append, .cw_conv_post_progress input.cw_activity_post_units {
  margin: auto 4px; }

.cw_reported_progress_stat {
  font-size: 14px; }

.cw_reported_progress_stat strong {
  font: 23px 'Avenir-Next-Condensed', serif;
  color: #999; }

/********************
*
* Device
*
********************/
.device-selection {
  min-height: 200px; }

.device-image {
  height: 72px; }

.device-thumbnail {
  height: 30px; }

/***********************
*
* Labels (Bootstrap)
*
***********************/
.label {
  font-size: 14px;
  padding: 10px 15px 7px;
  font-weight: normal;
  text-transform: none; }

.label-large {
  font-size: 14px;
  padding: 6px 8px; }

.label-style01 {
  background-color: #663366; }

.help-inline .label-success {
  text-transform: none; }

.label-select {
  cursor: pointer; }

/***********************
*
* Navs
*
***********************/
/* Dropdown Menu */
.dropdown-menu {
  padding: 5px 0;
  margin: 0;
  background-color: #2C2F3B;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  z-index: 1000;
  min-width: 180px;
  font-family: 'Proxima N W01 Reg', Helvetica, Arial, sans-serif; }

.dropdown-menu li {
  margin-top: 0;
  background-color: transparent;
  border-bottom: none;
  font-size: 13px !important;
  /* Only temporary! */ }

.dropdown-menu li > a {
  color: white;
  background-color: transparent;
  padding: 12px; }

.dropdown-menu li.hover > a,
.dropdown-menu li.hover > a:hover
.dropdown-menu li.active > a,
.dropdown-menu li.active > a:hover,
.dropdown-menu li > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #1F232E;
  color: white;
  background-image: none; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #1F232E;
  background-image: none;
  filter: none; }

.navbar .nav > li > .dropdown-menu:before {
  border-bottom: 7px solid #2C2F3B;
  border-bottom-color: #2C2F3B; }

.navbar .nav > li > .dropdown-menu:after {
  border-bottom: 6px solid #2C2F3B; }

.dropdown-menu li > a > i {
  margin: 0 5px 0 0; }

/*
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 45%;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 45%;
}

.navbar .nav > li > .dropdown-menu:before {
  border-bottom: 7px solid #0099cc;
  border-bottom-color: #0099cc;
  left: 45%;
}

.navbar .nav > li > .dropdown-menu:after {
  left: 45%;
}
*/
/* Sidenav for Docs  */
.bs-docs-sidenav {
  font: 16px 'Proxima N W01 Reg', Helvetica, Arial, sans-serif; }
  .bs-docs-sidenav.affix {
    margin-top: -130px; }

.sidenav-small-width {
  width: 210px; }

.doc-iframe {
  height: 800px;
  width: 100%; }

/* Side nav for stepped process */
.cw_sidenav_proccess {
  width: 228px;
  margin: -4px 0 0 0;
  padding: 0;
  background-color: transparent; }

.cw_sidenav_proccess > li {
  display: block;
  margin: 8px 0;
  padding: 6px 14px;
  color: #218bdd; }

.cw_sidenav_proccess > .active {
  color: white;
  position: relative;
  z-index: 2;
  padding: 6px 15px 6px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #0092de;
  border: none; }

.cw_sidenav_proccess > .active > span {
  padding: 6px 8px 6px 8px;
  margin-right: 2px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  background: #0081C4;
  border: none; }

/* Chevrons */
.cw_sidenav_proccess i {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: 0;
  font-style: normal;
  font-size: 20px;
  line-height: 16px; }

.cw_sidenav_proccess .active i {
  background-image: none;
  opacity: 1; }

/* custom textlinks */
.cw_link_anchor {
  float: right;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase; }

.cw_link_show_more {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase; }

.cw_link_privacy_settings {
  /*float: right;*/ }

.cw_link_privacy_settings a, .cw_link_privacy_settings a:hover {
  color: #917857;
  font-size: 10px;
  cursor: pointer; }

.cw_link_privacy_settings.open .dropdown-toggle {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.cw_link_privacy_settings.open ul.dropdown-menu {
  margin-top: -6px; }

/* Bootstrap Overrides */
.nav-list > .active > a, .nav-list > .active > a:hover {
  background-color: transparent !important; }

.navbar .brand {
  float: left;
  display: block;
  padding: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white; }

/* Timeline */
.timeline-nav-date {
  background: white;
  border: 2px solid #EEE;
  padding: 4px 12px;
  margin: 0 5px 0 0;
  -webkit-border-radius: 15px;
  border-radius: 15px; }

/***********************
*
* Pagination
*
***********************/
.pagination {
  margin: 0; }

.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.pagination ul > li > a,
.pagination ul > li > span {
  padding: 4px 8px;
  border: none; }

.pagination ul > li [class^="icon-"],
.pagination ul > li [class*=" icon-"] {
  width: 1em;
  line-height: 18px; }

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/*****************************
*
* Profile
*
*****************************/
/* Messages */
.cw_msg_row_select_input {
  width: 14px;
  margin-right: -14px;
  text-align: center; }

.cw_msg_row_select_input input {
  margin-top: 2.15em; }

a.cw_msg_body_link:hover p {
  background: #FAF7F0;
  background: -moz-linear-gradient(top, #faf7f0, white);
  background: -ms-linear-gradient(top, #faf7f0, white);
  background: -webkit-gradient(linear, top left, top bottom, color-stop(#faf7f0), color-stop(white));
  background: -webkit-linear-gradient(top, #faf7f0, white);
  background: -o-linear-gradient(top, #faf7f0, white);
  background: linear-gradient(to bottom, #faf7f0, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAF7F0', endColorstr='#FFFFFF', GradientType=0);
  margin-right: 4px;
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  border-radius: 0 0 8px 0;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075); }
  .ie9 a.cw_msg_body_link:hover p {
    filter: none; }

.cw_msg_unread {
  font-weight: bold; }

/* profile cards */
.cw_heading_profile_card {
  margin-top: 0; }

.cw_heading_profile_card h3 {
  margin-top: 0;
  padding-top: 0;
  line-height: 26px; }

.cw_heading_profile_card .btn-group {
  margin: 0 0 0 10px; }

/***********************
*
* Progress Bars
*
***********************/
.progress {
  height: 24px;
  background: image-url("/assets/progress_bar_divider.gif") repeat-x left top;
  border-color: #917857;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .ie7 .progress, .ie8 .progress, .ie9 .progress {
    filter: none; }

.progress.cw_progress_wide {
  background-image: image-url("/assets/progress_bar_divider_wide.gif"); }

.progress .bar {
  background: #90C510;
  background: -moz-linear-gradient(top, #b0e35b, #90c510);
  background: -ms-linear-gradient(top, #b0e35b, #90c510);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0e35b), color-stop(100%, #90c510));
  background: -webkit-linear-gradient(top, #b0e35b, #90c510);
  background: -o-linear-gradient(top, #b0e35b, #90c510);
  background: linear-gradient(to bottom, #b0e35b, #90c510);
  background: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0E35B', endColorstr='#90C510', GradientType=0);
  text-align: left; }
  .progress .bar span {
    padding: 0 0 0 8px;
    min-width: 100px;
    display: inline-block; }

.progress-striped .bar {
  background: transparent image-url("/assets/progress_bar_stripped.png") repeat-x left top; }

.cw_progress_bar_current_total {
  text-transform: uppercase;
  font: normal 16px 'Avenir-Next-Condensed', sans-serif; }

.cw_progress_bar_current_total span {
  color: #8CA31F; }

/* new extensions */
.progress-small {
  height: 18px; }

.progress .bar-color-1 {
  background: #C5DFA4; }

.progress .bar-color-2 {
  background: #90C510; }

/* New progress bar */
.progress-new {
  height: 20px;
  background: image-url("/assets/progress_bar_flat.png") repeat-x left top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  position: relative; }

.progress-new .bar {
  background: #66cc00;
  z-index: 0; }

.bar-stats {
  font-size: 14px;
  color: white;
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.bar-stat-remaining {
  color: black; }

/***********************
*
* Animations
*
***********************/
.animate-show {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  opacity: 1; }

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  display: block !important; }

.animate-show.ng-hide {
  opacity: 0; }

/***********************
*
* Rewards
* TODO: Add to styleguide
*
***********************/
.cw_rewards_intro div[class*='span'] {
  text-align: center; }

.cw_rewards_intro p {
  text-align: left; }

.cw_rewards_intro .first_stage {
  width: 160px; }

.cw_rewards_intro .first_stage img {
  margin: 20px auto 30px auto; }

.cw_rewards_intro .second_stage {
  width: 180px; }

.cw_rewards_intro .third_stage {
  width: 160px; }

.cw_rewards_intro .third_stage img {
  margin: 30px auto 20px auto; }

.rewards_small_info_box {
  width: 200px; }

/***********************
*
* Wells
*
***********************/
.content-well {
  padding: 20px; }
  .content-well.narrow {
    padding: 10px; }

/***********************
*
* Datepicker
*
***********************/
.datepicker {
  position: relative; }
  .datepicker > i {
    color: #C9CACD;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1; }
  .datepicker input {
    margin: 0;
    position: relative; }
  .datepicker:hover {
    cursor: pointer; }
    .datepicker:hover input {
      cursor: inherit;
      background: #fefefe; }
  .datepicker .dropdown-menu {
    width: 300px;
    margin-top: 15px;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .datepicker .dropdown-menu table {
      width: 300px;
      table-layout: fixed;
      display: block;
      position: relative;
      background-color: #2C2F3B; }
      .datepicker .dropdown-menu table th, .datepicker .dropdown-menu table td {
        overflow: hidden; }
      .datepicker .dropdown-menu table thead {
        width: 290px;
        padding: 30px 5px 10px; }
        .datepicker .dropdown-menu table thead tr {
          text-align: center;
          position: relative;
          display: block; }
          .datepicker .dropdown-menu table thead tr.h6 th {
            float: none; }
          .datepicker .dropdown-menu table thead tr:last-child {
            padding: 0 26px; }
            .datepicker .dropdown-menu table thead tr:last-child th {
              width: 33.71429px; }
          .datepicker .dropdown-menu table thead tr th {
            padding: 0;
            display: inline-block;
            float: left; }
            .datepicker .dropdown-menu table thead tr th .btn {
              border: none;
              background: none;
              padding: 0; }
              .datepicker .dropdown-menu table thead tr th .btn.pull-left, .datepicker .dropdown-menu table thead tr th .btn.pull-right {
                float: none; }
                .datepicker .dropdown-menu table thead tr th .btn.pull-left i, .datepicker .dropdown-menu table thead tr th .btn.pull-right i {
                  color: #88898B;
                  font-size: 1.5em;
                  font-family: "icomoon";
                  font-weight: normal;
                  font-style: normal;
                  font-variant: normal;
                  text-transform: none;
                  line-height: 1;
                  overflow: visible;
                  -moz-osx-font-smoothing: grayscale;
                  -webkit-font-smoothing: antialiased;
                  font-smoothing: antialiased; }
                  .datepicker .dropdown-menu table thead tr th .btn.pull-left i:before, .datepicker .dropdown-menu table thead tr th .btn.pull-right i:before {
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    text-decoration: none;
                    display: inline-block; }
              .datepicker .dropdown-menu table thead tr th .btn.pull-left i:before {
                content: "\e635"; }
              .datepicker .dropdown-menu table thead tr th .btn.pull-right i:before {
                content: "\e619"; }
              .datepicker .dropdown-menu table thead tr th .btn.btn-block {
                width: 100%;
                color: #fff;
                text-align: center;
                margin-bottom: 10px;
                display: block; }
                .datepicker .dropdown-menu table thead tr th .btn.btn-block * {
                  font-size: 1.2em;
                  font-weight: normal; }
            .datepicker .dropdown-menu table thead tr th.text-center {
              width: 33.71429px;
              font-size: 0.8em;
              line-height: 1.0em; }
            .datepicker .dropdown-menu table thead tr th[colspan] {
              width: 226px;
              position: relative; }
      .datepicker .dropdown-menu table tbody {
        border: 2px solid #E9E9EA;
        border-top: none;
        background-color: #F9F9F9;
        padding: 20px 30px 30px;
        cursor: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .datepicker .dropdown-menu table tbody tr {
          text-align: center;
          margin-bottom: 5px;
          display: block; }
          .datepicker .dropdown-menu table tbody tr td {
            width: 33.71429px;
            height: 33.71429px;
            padding: 1px;
            display: inline-block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .datepicker .dropdown-menu table tbody tr td .btn {
              height: 100%;
              padding: 0;
              border: none;
              background: none;
              display: block;
              cursor: auto; }
              .datepicker .dropdown-menu table tbody tr td .btn > span {
                height: 100%;
                line-height: 33.71429px;
                color: #2C2F3B;
                font-size: 0.7em;
                display: block;
                cursor: pointer;
                -webkit-border-radius: 16.85714px;
                -moz-border-radius: 16.85714px;
                border-radius: 16.85714px; }
                .datepicker .dropdown-menu table tbody tr td .btn > span.muted {
                  color: #C9CACD; }
              .datepicker .dropdown-menu table tbody tr td .btn:hover > span {
                background-color: #E9E9EA; }
              .datepicker .dropdown-menu table tbody tr td .btn.btn-info > span {
                color: #fff;
                background-color: #76BA32; }
              .datepicker .dropdown-menu table tbody tr td .btn[disabled="disabled"]:hover > span {
                background: none; }
              .datepicker .dropdown-menu table tbody tr td .btn[disabled="disabled"] > span {
                color: #C9CACD;
                cursor: auto; }
          .datepicker .dropdown-menu table tbody tr:last-child {
            margin-bottom: 0; }
      .datepicker .dropdown-menu table thead, .datepicker .dropdown-menu table tbody {
        display: block;
        position: relative; }
    .datepicker .dropdown-menu > li {
      display: none; }
      .datepicker .dropdown-menu > li:first-child {
        display: block; }
  .datepicker .dropdown-menu, .datepicker .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
