.full-width-body {
  padding: 0px;
  font-family: 'Roboto-Regular', sans-serif;
}
.profile {
  margin: 24px;
  position: relative;
}
.profile div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-wrapper {
  -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  background-color: #FFF;
}
.profile-background {
  position: absolute;
  z-index: 0;
  background: url(/images/backgrounds/material.png);
  background-size: cover;
  background-position: bottom center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 140px;
}
.profile-intro {
  width: 100%;
  height: 140px;
  background-color: #FFF;
  -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  margin-bottom: 24px;
}
.profile-intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.profile-intro__image {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  background-size: cover;
  background-position: center center;
}
.profile-intro__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #666;
  font-size: 14px;
}
.profile-intro__info-details {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 104px;
}
.profile-intro__info-details-name {
  font-size: 24px;
  color: #000;
}
.profile-intro__info-actions {
  border-top: 1px solid #eee;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.profile-panel {
  background-color: #FFF;
  -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  margin-bottom: 24px;
  padding: 8px;
}
.profile-panel.profile-demos {
  padding-bottom: 0px;
}
.profile-panel__title {
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.profile-panel__body p {
  padding: 4px;
  line-height: 1.5;
}
.profile-panel__table {
  width: 100%;
  margin-bottom: 12px;
}
.profile-panel__table td {
  padding: 4px;
}
.profile-panel__table td.detail {
  white-space: nowrap;
  color: #999;
}
.audio-playlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.audio-playlist__list {
  height: 160px;
  max-height: 160px;
  overflow-y: auto;
  padding: 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-overflow-scrolling: touch;
}
.mobile .audio-playlist__list {
  height: auto;
  padding: 4px;
  overflow-y: auto;
}
.audio-playlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.audio-playlist__item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 8px;
}
.audio-playlist__item-number {
  margin-right: 12px;
  width: 16px;
  min-width: 16px;
}
.mobile .audio-playlist__item-number {
  margin-right: 4px;
}
.audio-playlist__item-action {
  width: 24px;
  min-width: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 16px;
}
.audio-playlist__item-action a {
  color: #666;
  width: 24px;
  height: 24px;
}
.audio-playlist__item-action .av-pause-circle-outline {
  display: none;
}
.js-audio-playlist__item .av-pause-circle-outline {
  display: none;
}
.playing .audio-playlist__item-title {
  color: #FC5F3C;
}
.playing .audio-playlist__item-number {
  overflow: hidden;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(data:image/gif;base64,R0lGODlhKwALALMMAPN4N/N5OfGbcPN3N/N4OPN5OvGacfN6OvGac/N5OPN3NvGbb////wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MzgyRTZDQ0U2NkYxMUUzQjU5REI0ODMxRTkyMzEzNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MzgyRTZDREU2NkYxMUUzQjU5REI0ODMxRTkyMzEzNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzODJFNkNBRTY2RjExRTNCNTlEQjQ4MzFFOTIzMTM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYzODJFNkNCRTY2RjExRTNCNTlEQjQ4MzFFOTIzMTM1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoADAAsAAAAACsACwAABDeQrUkpu1jWmvHm39aFXEaeoomOaMueb0vGIS2n3qre9T77vFIOBgxObLiL8YMUKlfE5qLzrEUAACH5BAkKAAwALAAAAAArAAsAAARPkKlJKbuYicU7z5gnSlUJgIY4ZqonlCa4tR9Lc3B1ZjMN3rjcZBcC/oDCCeF4Y9KSCuIFuHC2oFKN0XaDDlDbYhcKQvRUVnQSdEm12IxmBAAh+QQJCgAMACwAAAAAKwALAAAETZCtSSm7mKnNecZVKIViFnQo8JFsu3wnyhGra09fIXNBfbu53aaX+dk+B6Hi4DOSYMJBoemsQIXTYvVpUmZB2xKGoCSCgcCPRqgesRgRACH5BAkKAAwALAAAAAArAAsAAARLkK1JKbtY1poxUGAIahuXlVsXfKKImthrZcnQuvLS5XpG3DjZLtf5AUG8oTDDOiZPROYRGY1VL7bp07rEZJ1X0qszHXWhqM5lyogAADs=);
}
.playing .av-play-circle-outline {
  display: none;
}
.playing .av-pause-circle-outline {
  display: block;
}
.playing .js-audio-playlist__item .av-pause-circle-outline {
  display: block;
}
.audio-playlist__controls {
  height: 50px;
  background-color: #FFF;
  width: 100%;
  overflow: hidden;
}
.mobile-profile {
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 100vh;
}
.mobile-profile-intro {
  width: 100%;
  height: 30vh;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media only screen and (orientation: landscape) {
  .mobile-profile-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.mobile-profile-intro div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-profile-intro__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  top: 0px;
  left: 0px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 0;
}
.mobile-profile-intro__image-wrapper {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (orientation: landscape) {
  .mobile-profile-intro__image-wrapper {
    width: 25%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  }
}
.mobile-profile-intro__image {
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  border: 1px solid #FFF;
}
.mobile-profile-intro__content {
  height: 50%;
  width: 100%;
  color: #FFF;
  padding: 8px;
  padding-bottom: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 1;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (orientation: landscape) {
  .mobile-profile-intro__content {
    width: 75%;
    height: 100%;
  }
}
.mobile-profile-intro__content-name {
  font-size: 16px;
  color: #FFF;
}
.mobile-profile-details {
  background-color: #FFF;
  margin-bottom: 40px;
}
.mobile-profile-details .mdl-tabs__tab-bar {
  background: #1677a1;
}
.mobile-profile-details .mdl-tabs__tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.8);
}
.mobile-profile-details .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: #ffffff;
}
.mobile-profile-details .mdl-tabs__panel {
  padding: 8px;
}
.mobile-profile-details .audio-playlist__list {
  max-height: 100%;
  border-top: none;
  border-bottom: none;
}
.mobile-profile-actions {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px -2px 4px #ccc;
  box-shadow: 0px -2px 4px #ccc;
  background-color: #FFF;
  z-index: 5;
}
.audio-player {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  display: none;
  height: 50px;
}
.audio-player.active {
  display: block;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.mobile .audio-player {
  position: fixed;
  bottom: 40px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  display: none;
}
.mobile .audio-player.active {
  display: block;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}
.mobile #userPlaylist .audio-player {
  bottom: 0px;
}
.audio-player .audiojs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 8px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFF;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.audio-player .audiojs .play-pause {
  display: none;
}
.audio-player .audiojs .scrubber {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 0px;
  margin: 0px;
  background: #FFF;
}
.audio-player .audiojs .scrubber .progress {
  height: 2px;
  background: #FC5F3C;
  margin: 0px;
  border: none;
}
.audio-player .audiojs .scrubber .loaded {
  height: 2px;
  background: #1677A1;
  margin: 0px;
  border: none;
}
.audio-player .audiojs .time {
  font-family: sans-serif;
  color: #666;
  text-shadow: none;
  border-left: none;
  height: 50px;
  line-height: 50px;
  right: 4px;
  position: absolute;
}
.audio-player .audiojs .time .played {
  color: #666;
}
.audio-player__title {
  overflow: hidden;
  width: 100%;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 4px;
  line-height: 50px;
}
.audio-player__controls {
  position: absolute;
  left: 4px;
  top: 0px;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.audio-player__controls-play {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin-left: 4px;
  margin-top: 4px;
}
.audio-player__time {
  width: 90px;
  min-width: 90px;
}
