@charset "UTF-8";
@import "nivolightbox.css";
@import "themes/default/default.css";
@import "//cdnjs.cloudflare.com/ajax/libs/nprogress/0.2.0/nprogress.css";
@import "font-awesome/css/font-awesome.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css";
html, div, p, ol, ul, li, h1, h2, h3, h4, h5, h6, input, textarea, button {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

i.fa {
  margin-right: 0.3em;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spinner2, #loading .empty {
  height: 50px;
  width: 150px;
  margin: 100px auto;
  margin-bottom: 20px;
  font-size: 10px;
  text-align: center;
}

.spinner2 > div {
  display: inline-block;
  height: 100%;
  width: 3px;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #42c3ff;
  -webkit-animation: stretchdelay 4s infinite ease-in-out;
  animation: stretchdelay 4s infinite ease-in-out;
}

.spinner2.next > div {
  background-color: #da007c;
  transition: background-color 1s ease;
}

.spinner2 .rect2 {
  -webkit-animation-delay: -3.75s;
  animation-delay: -3.75s;
}

.spinner2 .rect3 {
  -webkit-animation-delay: -3.5s;
  animation-delay: -3.5s;
}

.spinner2 .rect4 {
  -webkit-animation-delay: -3.25s;
  animation-delay: -3.25s;
}

.spinner2 .rect5 {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.spinner2 .rect6 {
  -webkit-animation-delay: -2.75s;
  animation-delay: -2.75s;
}

.spinner2 .rect7 {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

.spinner2 .rect8 {
  -webkit-animation-delay: -2.25s;
  animation-delay: -2.25s;
}

.spinner2 .rect9 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.spinner2 .rect10 {
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.spinner2 .rect11 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.spinner2 .rect12 {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.spinner2 .rect13 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner2 .rect14 {
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.toast-title {
  font-weight: bold;
  font-size: 1.1em;
  font-family: "proxima-nova", "Open Sans";
}

.toast-message {
  font-family: "proxima-nova", "Open Sans";
  font-size: 0.9em;
  margin-left: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

#toast-container i {
  font-size: 17px;
  position: relative;
  float: left;
  margin-right: 5px;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 5px;
  right: 5px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  margin: 0 0 6px;
  padding: 7px;
  width: 300px;
  border-radius: 5px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 3px #999999;
  -webkit-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
  color: #ffffff;
}

#toast-container > :hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: grey;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #42c3ff;
}

.toast-warning {
  background-color: #f89406;
}

@media all and (max-width: 239px) {
  #toast-container > div {
    padding: 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 240px) and (max-width: 479px) {
  #toast-container > div {
    padding: 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  #toast-container > div {
    padding: 15px;
  }
}
.tracks-container {
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .tracks-container {
    padding: 0;
  }
}

body.noheader .app-wrapper {
  padding-top: 2em;
}
body.noheader .header-wrapper {
  display: none;
}

.track-wrapper {
  margin: 0;
  padding: 0;
}
.track-wrapper:nth-child(2) {
  margin-top: 0;
}
.track-wrapper.selected .track .track-number {
  display: none !important;
}
.track {
  padding: 1.75em 0em;
}
.track .track-description {
  display: none;
  margin-top: 1em;
  margin-bottom: 0em;
  font-size: 1.1em;
}
.track.new .title:after {
  content: "new";
  position: relative;
  top: -1px;
  margin-left: 0.5em;
  padding: 2px 4px 1px 4px;
  background-color: #42c3ff;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  color: white;
  text-transform: uppercase;
  border-radius: 10px;
}
.track.new .title .catnum {
  margin-right: 0.4em;
  margin-bottom: -1em;
}
@media screen and (max-width: 767px) {
  .track {
    padding: 1em 0em;
  }
}
.track .track-info {
  margin-left: 95px;
}
@media screen and (max-width: 767px) {
  .track .track-info {
    margin-left: 50px;
  }
}
.track .title {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  color: gray;
  line-height: 1em;
  transition: color 150ms;
}
@media screen and (max-width: 767px) {
  .track .title {
    font-size: 2em;
  }
}
.track .title:hover {
  cursor: pointer;
  color: #42c3ff;
  transition: color 150ms;
}
.track .title .track-number {
  display: none;
}
.track .title .catnum {
  margin-right: 0.4em;
  margin-bottom: -1em;
  margin-left: 0.5em;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.4em;
  font-variant: small-caps;
}
@media screen and (max-width: 767px) {
  .track .title .catnum {
    display: none;
    margin-bottom: 0.5em;
  }
}
.track .composer {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: gray;
}
.track .avatar {
  position: relative;
  float: left;
  top: -3px;
  height: 70px;
  width: 70px;
  background-repeat: none;
  background-size: 100% 100%;
  border: 0px;
  border-radius: 50%;
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  .track .avatar {
    top: 11px;
    left: -10px;
    height: 40px;
    width: 40px;
  }
}
.track .avatar:hover {
  cursor: pointer;
  border-color: #42c3ff;
}
.track .favorite.selected {
  color: #42c3ff;
}
.track .favorite.selected:hover {
  background-color: transparent;
  color: gray;
}
.track .favorite i.fa-star {
  display: none;
}
.track .favorite.selected i.fa-star {
  display: inline;
}
.track .favorite.selected i.fa-star-o {
  display: none;
}
.track .transport {
  display: none;
  width: 100%;
  padding: 0.5em 1em;
  padding-top: 0.75em;
  font-size: 1em;
  color: gray;
  line-height: 2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .track .transport {
    margin-left: 0px;
    padding-left: 0px;
  }
  .track .transport li {
    margin-right: 0.5em !important;
    padding-right: 0 !important;
  }
  .track .transport li i {
    font-size: 18px;
  }
  .track .transport .control-text {
    display: none;
  }
}
.track .transport li {
  display: inline-block;
  margin-right: 1.5em;
}
.track .transport li:last-of-type {
  margin-right: 0;
}
.track .transport li a {
  color: gray;
  text-decoration: none;
}
.track .transport li a:hover {
  color: #42c3ff;
}
.track .transport li:hover {
  cursor: pointer;
  color: #42c3ff;
}
.track .transport li:hover a {
  color: #42c3ff;
}
.track .transport li.inactive {
  color: #b3b3b3;
}
.track .transport li.inactive.inactive:hover {
  color: gray;
}
.track .transport li.timings {
  float: right;
  padding: 0px;
  font-family: monospace;
}
.track .transport li.timings .current {
  display: inline-block;
  width: 30px;
  font-family: monospace;
  text-align: right;
}
.track .transport li.timings:hover {
  cursor: default;
  background-color: transparent;
  color: #6c6a6a;
}
.track .keywords {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 6em;
}
@media screen and (max-width: 767px) {
  .track .keywords {
    display: none;
  }
}
.track p .genre, .track .tags .tagselect {
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  padding: 0.2em 0.6em;
  font-size: 0.9em;
  color: gray;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}
.track p .genre.alt_tag, .track .tags .tagselect.alt_tag {
  display: none;
}
.track p .genre:hover, .track .tags .tagselect:hover {
  cursor: pointer;
  color: #42c3ff;
  border-color: #42c3ff;
}
.track p .genre.show_versions, .track .tags .tagselect.show_versions {
  border: none;
  font-weight: bold;
  padding-left: 0px;
}
.track .scrub-time {
  position: absolute;
  float: left;
  z-index: 1001;
  margin-top: 10px;
  padding: 0em 0.25em;
  background-color: white;
  font-family: monospace;
  font-size: 12px;
  color: black;
}
.track .wf {
  margin: 0;
  padding: 0;
}
.track .wf-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 2em;
}
.track.playing, .track.paused {
  padding-bottom: 0;
  margin: 2em 0;
}
.track.playing .transport, .track.paused .transport {
  display: block;
}
.track.playing .title, .track.paused .title {
  color: #42c3ff;
}
.track.playing .title:hover, .track.paused .title:hover {
  color: black;
}
.track.playing .keywords, .track.paused .keywords {
  display: block;
}
@media screen and (max-width: 767px) {
  .track.playing .keywords, .track.paused .keywords {
    display: block;
  }
  .track.playing .catnum, .track.paused .catnum {
    display: block;
  }
}
.track.paused {
  opacity: 0.75;
}
.track .playlist-list {
  display: none;
  margin-top: 0.5em;
  margin-left: 0.5em;
  font-size: 0.9em;
  color: gray;
}
.track .playlist-list .playlist-items .playlist-wrapper-item {
  margin-right: 0.5em;
  padding: 0.15em 0.5em;
  border-radius: 20px;
}
.track .playlist-list .playlist-items .playlist-wrapper-item:hover {
  cursor: pointer;
  color: #42c3ff;
  text-decoration: none;
}
.track .playlist-list.active {
  display: block;
}

#nprogress .bar {
  z-index: 5000;
}

.switch-tracks-view-button {
  position: relative;
  top: -1px;
  margin-right: 0.5em;
  margin-left: 1em;
  font-size: 0.7em;
  font-weight: normal;
  text-transform: none;
}
.switch-tracks-view-button:hover {
  cursor: pointer;
  color: #42c3ff;
  text-decoration: underline;
}

#download-health {
  display: block;
  padding: 0.5em;
  padding: 0.5em;
  background-color: #1a1a1a;
  color: white;
  background-repeat: repeat;
  font-family: "proxima-nova";
  text-align: left;
}

.link {
  cursor: pointer;
  color: #42c3ff;
}
.link:hover {
  color: black;
}

.small-label {
  margin: 0 0 0.25em 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #b3b3b3;
  text-transform: uppercase;
}
.small-label .small-help {
  font-weight: normal;
  text-transform: none;
  font-size: 0.7em;
  opacity: 0.7;
}

.tracks-container.compact .small-label {
  margin-bottom: 1em;
}
.tracks-container.compact .track-wrapper {
  margin: 0;
  padding: 0;
  padding: 0.75em;
  border-top: 1px solid #fafafa;
}
.tracks-container.compact .track-wrapper:nth-child(2) {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .tracks-container.compact .track-wrapper {
    padding: 0.5em 0;
  }
}
.tracks-container.compact .track {
  margin: 0;
  padding: 0;
}
.tracks-container.compact .track .avatar {
  display: none;
}
.tracks-container.compact .track .keywords {
  display: none;
  margin-top: 1em;
  margin-left: -2px;
}
.tracks-container.compact .track .composer {
  display: none;
}
.tracks-container.compact .track .list-genre {
  display: block !important;
  width: 20%;
}
.tracks-container.compact .track .list-length {
  display: block !important;
  width: 10%;
  text-align: right;
}
.tracks-container.compact .track .track-info {
  margin-left: 0;
}
.tracks-container.compact .track .playlist-list {
  display: none;
}
.tracks-container.compact .track .playlist-list.active {
  display: block;
}
.tracks-container.compact .track .list-play, .tracks-container.compact .track .title, .tracks-container.compact .track .catnum, .tracks-container.compact .track .list-genre, .tracks-container.compact .track .list-length {
  display: inline-block !important;
  overflow: hidden;
  padding: 0 0.25em;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tracks-container.compact .track .catnum {
  margin: 0;
  margin-left: 0.5em;
  font-size: 0.85em;
}
.tracks-container.compact .track .title {
  width: 70%;
  font-weight: normal;
}
.tracks-container.compact .track .title .track-number {
  display: inline-block;
  margin-right: 0.75em;
  color: #b3b3b3;
}
.tracks-container.compact .track .title .ttl {
  font-weight: normal;
}
.tracks-container.compact .track .title .catnum {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .tracks-container.compact .track {
    padding: 0.5em 0;
  }
  .tracks-container.compact .track .catnum, .tracks-container.compact .track .list-length, .tracks-container.compact .track .list-genre {
    display: none !important;
  }
  .tracks-container.compact .track .title {
    width: 100%;
  }
}
.tracks-container.compact .track.playing, .tracks-container.compact .track.paused {
  padding: 1em 0;
}
.tracks-container.compact .track.playing .composer, .tracks-container.compact .track.paused .composer {
  display: block;
  color: gray;
}
.tracks-container.compact .track.playing .list-play, .tracks-container.compact .track.playing .title, .tracks-container.compact .track.playing .catnum, .tracks-container.compact .track.playing .list-genre, .tracks-container.compact .track.playing .list-length, .tracks-container.compact .track.paused .list-play, .tracks-container.compact .track.paused .title, .tracks-container.compact .track.paused .catnum, .tracks-container.compact .track.paused .list-genre, .tracks-container.compact .track.paused .list-length {
  font-weight: bold;
}
.tracks-container.compact .track.playing .title, .tracks-container.compact .track.paused .title {
  margin: 0;
  padding: 0;
  overflow: visible;
  width: 100%;
  margin-bottom: 0.25em;
  font-size: 2em;
  color: black;
  white-space: normal;
}
.tracks-container.compact .track.playing .title *, .tracks-container.compact .track.paused .title * {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tracks-container.compact .track.playing .title, .tracks-container.compact .track.paused .title {
    margin: 0.25em 0;
    font-size: 2.2em;
  }
}
.tracks-container.compact .track.playing .list-genre, .tracks-container.compact .track.playing .list-length, .tracks-container.compact .track.paused .list-genre, .tracks-container.compact .track.paused .list-length {
  display: none !important;
}
.tracks-container.compact .track.playing .transport li, .tracks-container.compact .track.paused .transport li {
  margin-right: 1.5em;
}
.tracks-container.compact .track.playing .transport li:last-of-type, .tracks-container.compact .track.paused .transport li:last-of-type {
  margin-right: 0;
}
.tracks-container.compact .track.playing .keywords, .tracks-container.compact .track.paused .keywords {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 0.25em;
}

.suggested-wrapper {
  margin-bottom: 2.5em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.suggested-wrapper .filter-buttons {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.suggested-wrapper .filter-buttons .refine-by {
  padding: 0 0.5em;
  border-radius: 4px;
  cursor: pointer;
}
.suggested-wrapper .filter-buttons .refine-by.active {
  text-decoration: none;
}
.suggested-wrapper .suggested-showmore, .suggested-wrapper .suggested-showless {
  margin-left: 0.5em;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.suggested-wrapper .suggested-showmore:hover, .suggested-wrapper .suggested-showless:hover {
  cursor: pointer;
  color: black;
}
.suggested-wrapper .suggested-sorting {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1em;
}
.suggested-wrapper .suggested-sorting .sorting-radio {
  margin-right: 0.5em;
}
.suggested-wrapper .suggested-sorting .sorting-radio i.checked {
  color: #42c3ff;
}
.suggested-wrapper .suggested-sorting .sorting-radio.inactive:hover {
  cursor: pointer;
  color: #42c3ff;
}
.suggested-wrapper .suggested-sorting .sorting-radio.inactive i.unchecked {
  display: inline-block;
}
.suggested-wrapper .suggested-sorting .sorting-radio.inactive i.checked {
  display: none;
}
.suggested-wrapper .suggested-sorting .sorting-radio.active i.checked {
  display: inline-block;
}
.suggested-wrapper .suggested-sorting .sorting-radio.active i.unchecked {
  display: none;
}
.suggested-wrapper .suggested, .suggested-wrapper .suggested-alpha {
  margin: 0;
  padding: 0;
}
.suggested-wrapper .suggested .querytag, .suggested-wrapper .suggested .durationtag, .suggested-wrapper .suggested-alpha .querytag, .suggested-wrapper .suggested-alpha .durationtag {
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  padding: 0.2em 0.6em 0.1em;
  font-size: 0.9em;
  color: gray;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}
.suggested-wrapper .suggested .querytag.alt_tag, .suggested-wrapper .suggested .durationtag.alt_tag, .suggested-wrapper .suggested-alpha .querytag.alt_tag, .suggested-wrapper .suggested-alpha .durationtag.alt_tag {
  display: none;
}
@media screen and (max-width: 767px) {
  .suggested-wrapper .suggested .querytag, .suggested-wrapper .suggested .durationtag, .suggested-wrapper .suggested-alpha .querytag, .suggested-wrapper .suggested-alpha .durationtag {
    font-size: 1.15em !important;
  }
}
.suggested-wrapper .suggested .querytag.preferred, .suggested-wrapper .suggested .durationtag.preferred, .suggested-wrapper .suggested-alpha .querytag.preferred, .suggested-wrapper .suggested-alpha .durationtag.preferred {
  border: 1px solid #8fdbff;
}
.suggested-wrapper .suggested .querytag .count, .suggested-wrapper .suggested .durationtag .count, .suggested-wrapper .suggested-alpha .querytag .count, .suggested-wrapper .suggested-alpha .durationtag .count {
  margin-left: 0.5em;
  font-size: 0.7em;
  color: #8c8c8c;
}
.suggested-wrapper .suggested .querytag:hover, .suggested-wrapper .suggested .durationtag:hover, .suggested-wrapper .suggested-alpha .querytag:hover, .suggested-wrapper .suggested-alpha .durationtag:hover {
  cursor: pointer;
  background-color: #c2ebff;
}
.title.current-search {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 3em;
  font-weight: 900;
}

.menu-toggle-button {
  position: absolute;
  display: none;
  float: left;
  top: 20px !important;
  left: 20px;
  z-index: 900;
  font-size: 1.3em;
  color: white;
}
.menu-toggle-button:hover {
  cursor: pointer;
  color: #42c3ff;
}
@media screen and (max-width: 767px) {
  .menu-toggle-button {
    display: block;
  }
}

body.noheader .menu-toggle-button {
  color: gray !important;
}
body.noheader .menu-toggle-button:hover {
  color: #42c3ff;
}

body.noheader {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.noheader {
    margin-top: 60px;
  }
}

.side-container-wrapper {
  margin: 0;
  padding: 0;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  position: relative;
  float: left;
  left: 0px;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .side-container-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: scroll;
    height: 100%;
    width: 100%;
    padding: 2em;
    padding-bottom: 5em;
    background-color: white;
    font-size: 1.4em;
  }
  .side-container-wrapper.closed {
    left: -100%;
  }
  .side-container-wrapper .side-container .inner-list {
    max-height: none !important;
  }
}
.main-container {
  position: absolute;
  padding-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  .main-container {
    left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .main-container {
    left: 280px;
  }
}
@media screen and (min-width: 992px) {
  .main-container {
    left: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .main-container {
    left: 280px;
  }
}

.side-container .close-button {
  display: none;
}
.side-container .close-button:hover {
  cursor: pointer;
  color: #42c3ff;
}
@media screen and (max-width: 767px) {
  .side-container .close-button {
    display: block;
  }
}
.side-container .container-item {
  padding: 0.5em;
  padding-bottom: 0;
}
.side-container .container-item:hover {
  box-shadow: inset 0 -50px 15px -50px rgba(0, 0, 0, 0.1);
}
.side-container .container-item:hover:first-of-type {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .side-container .container-item:hover {
    box-shadow: none;
  }
}
.side-container .container-item .inner-list {
  overflow-y: auto;
  max-height: 230px;
  -webkit-overflow-scrolling: touch;
}
.side-container .container-item:first-of-type {
  border: none;
}
.side-container .sidebar-playlist-artwork-wrapper {
  position: relative;
  float: left;
  top: 2px;
  width: 18px;
}
.side-container .sidebar-playlist-artwork {
  height: 18px;
  width: 18px;
  background-color: gray;
  background-size: cover;
  border-radius: 4px;
}
.side-container .sidebar-playlist-title {
  margin-left: 1.75em;
}
.side-container li {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  font-size: 1.1em;
  color: #404040;
  line-height: 1.3em;
  border-left: 3px solid transparent;
}
.side-container li:hover {
  cursor: pointer;
  color: #42c3ff;
}
.side-container li.active {
  color: black;
  border-left: 3px solid #42c3ff;
}
.side-container li.title {
  margin-top: 0.5em;
  padding-bottom: 0.25em;
  cursor: default;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  border-bottom: 1px solid #fafafa !important;
  border-left: none;
}
.side-container li.title:hover {
  cursor: default;
}
.side-container li .count {
  margin-left: 0.75em;
  font-size: 0.8em;
  color: #b3b3b3;
}

.genre-header-wrapper {
  margin-bottom: 2em;
}

#actions-wrapper {
  margin-bottom: 2em;
}
#actions-wrapper .title {
  margin: 0;
  padding: 0;
  font-size: 3.3em;
  font-weight: bold;
}

.playlist-header-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 1200px;
  margin-bottom: 2em !important;
}
.playlist-header-wrapper .play-all-button-wrapper {
  margin: 1.85em 0;
}
.playlist-header-wrapper .header {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 0 2.5em 2.5em 0;
  color: white;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .playlist-header-wrapper .header {
    padding-left: 0px !important;
  }
}
.playlist-header-wrapper .header .info-wrapper .wrapper-left {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}
.playlist-header-wrapper .header .info-wrapper .wrapper-left .artwork {
  height: 200px !important;
  width: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-left .artwork {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-left .artwork {
    height: 150px !important;
    width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-left .artwork {
    height: 200px !important;
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-left .artwork {
    height: 300px !important;
    width: 300px;
  }
}
.playlist-header-wrapper .header .info-wrapper .wrapper-right {
  position: relative;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-right {
    margin-left: 0px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-right {
    margin-left: 170px;
  }
}
@media screen and (min-width: 992px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-right {
    margin-left: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-right {
    margin-left: 320px;
  }
}
.playlist-header-wrapper .header .info-wrapper .wrapper-right .title {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 3em;
  font-weight: bold;
  color: #404040;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-right .title {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 768px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-right .title {
    font-size: 2.7em;
  }
}
@media screen and (min-width: 992px) {
  .playlist-header-wrapper .header .info-wrapper .wrapper-right .title {
    font-size: 2.7em;
  }
}
.playlist-header-wrapper .header .info-wrapper .wrapper-right .title:hover {
  cursor: pointer;
}
.playlist-header-wrapper .header .info-wrapper .wrapper-right .title:hover .playlist-play-button {
  color: #42c3ff;
}
@media screen and (max-width: 767px) {
  .playlist-header-wrapper .header {
    padding: 1.5em 1.5em;
  }
}
.playlist-header-wrapper .header .info {
  color: #404040;
}
.playlist-header-wrapper .header .info .description-wrapper {
  overflow-y: auto;
  max-height: 250px;
}
.playlist-header-wrapper .header .info .description-wrapper p, .playlist-header-wrapper .header .info .description-wrapper li {
  font-size: 1.2em;
}
.playlist-header-wrapper .header .info .description-wrapper li {
  margin-bottom: 1em;
}
.playlist-header-wrapper .header .info .description-wrapper a {
  color: #404040;
  text-decoration: underline;
}
.playlist-header-wrapper .header .info .description-wrapper a:hover {
  text-decoration: none;
}
.playlist-header-wrapper .header .info .description-wrapper p {
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
}
.playlist-header-wrapper .bgartwork {
  overflow: hidden !important;
  background-image: none !important;
}

.playlist-query-results {
  position: relative;
  float: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.playlist-query-results .playlist-wrapper-item {
  display: inline-block;
  overflow: hidden;
  width: 210px;
  margin: 10px;
  margin-right: 20px;
  margin-left: 0px;
}
.playlist-query-results .playlist-wrapper-item .playlist-top {
  border-radius: 15px;
  position: relative;
  height: 210px;
  width: 100%;
  width: 210px;
  margin: 0px;
  padding: 0px;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .playlist-query-results .playlist-wrapper-item {
    width: 100%;
  }
  .playlist-query-results .playlist-wrapper-item .playlist-top {
    height: 250px;
    width: 100%;
    background-position: center;
  }
}
.playlist-query-results .playlist-wrapper-item .playlist-bottom {
  float: left;
  height: 87px;
  padding: 15px;
  padding-top: 10px;
}
.playlist-query-results .playlist-wrapper-item .playlist-bottom p {
  margin-bottom: 0.25em;
  font-size: 1em;
  line-height: 1.1em;
}
.playlist-query-results .playlist-wrapper-item .playlist-bottom p.title {
  font-size: 1.2em;
  font-weight: bold;
  color: black;
}
.playlist-query-results .playlist-wrapper-item .playlist-bottom p.description {
  color: gray;
}
.playlist-query-results .playlist-wrapper-item:hover {
  cursor: pointer;
  border-color: #42c3ff;
}
.search-wrapper {
  margin-bottom: 1.5em;
}
.search-wrapper .query-tag-wrapper {
  margin: 0;
  padding: 0;
}
.search-wrapper .query-tag-wrapper .querytag {
  display: inline-block;
  margin: 0;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.1em;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}
.search-wrapper .query-tag-wrapper .querytag i {
  position: relative;
  top: 1px;
  margin-right: 0;
  margin-left: 0.25em;
  color: #e8e8e8;
}
.search-wrapper .query-tag-wrapper .querytag:hover {
  cursor: pointer;
  color: gray;
  text-decoration: line-through;
  border-color: gray;
}
.search-wrapper .query-tag-wrapper .querytag:hover i {
  color: gray;
}

.navbar-search {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 900;
}
.navbar-search input {
  padding: 0.5em 1em;
  background-color: white;
  color: black;
  border: none;
  border-radius: 20px;
}

.header-wrapper {
  margin-bottom: 2em;
}
.header-wrapper.subpage .menu-toggle-button {
  top: 20px;
  z-index: 900;
}
.header-wrapper.subpage .jumboheader, .header-wrapper.subpage .jumboheader-overlay {
  height: 80px !important;
  padding: 15px 15px;
  background-attachment: scroll;
}
.header-wrapper.subpage .composer-wrapper {
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header-wrapper.subpage .composer-wrapper {
    display: none;
    text-align: center;
  }
}
.header-wrapper.subpage .composer-wrapper .composer-avatar {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
.header-wrapper.subpage .composer-wrapper .composer-avatar:hover {
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .header-wrapper.subpage .composer-wrapper .composer-avatar {
    display: none;
  }
}
.header-wrapper.subpage .composer-wrapper .composer-name {
  position: relative;
  display: inline-block;
  top: -15px;
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova", sans-serif;
  font-size: 2em !important;
}
.header-wrapper.subpage .composer-wrapper .composer-name .composer-name-text:hover {
  cursor: pointer;
  color: #42c3ff;
}
.header-wrapper.subpage .composer-wrapper .composer-info {
  display: none;
}

.library-description-wrapper {
  margin-top: 40px;
}
.library-description-wrapper .library-description {
  padding: 15px;
  padding-top: 40px;
  font-size: 1.3em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5em;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.library-description-wrapper .library-description p {
  margin-bottom: 1em;
}
.library-description-wrapper .library-description p:last-of-type {
  margin-bottom: 0;
}
.library-description-wrapper .library-description p:first-of-type, .library-description-wrapper .library-description h1:first-of-type, .library-description-wrapper .library-description h2:first-of-type, .library-description-wrapper .library-description h3:first-of-type, .library-description-wrapper .library-description h4:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.library-description-wrapper .library-description a {
  color: white !important;
  text-decoration: underline;
}
.composer-avatar {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-size: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .composer-avatar {
    height: 70px;
    width: 70px;
  }
}

.jumboheader {
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  padding: 20px 10px;
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jumboheader {
    padding-top: 4em;
    background-attachment: scroll;
  }
}
.composer-wrapper {
  position: relative;
  z-index: 200;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: auto;
  padding: 1em;
  color: white;
}
@media screen and (max-width: 767px) {
  .composer-wrapper {
    max-width: 100%;
  }
}
.composer-wrapper .composer-name {
  overflow: hidden;
  margin: 0.4em 0 0.7em 0;
  padding: 0 1em;
  font-family: "proxima-nova", sans-serif;
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.1em;
  text-overflow: ellipsis;
}
.composer-wrapper .composer-name:hover {
  color: white !important;
}
.composer-wrapper .composer-name .composer-name-text:hover {
  cursor: pointer;
  color: #42c3ff;
}
@media screen and (min-width: 1200px) {
  .composer-wrapper .composer-name {
    margin: 0.4em 0 0.7em 0;
    font-size: 3.3em;
  }
}
@media screen and (max-width: 767px) {
  .composer-wrapper .composer-name {
    font-size: 2.2em;
  }
}
.composer-wrapper a {
  color: white;
}
.composer-wrapper .composer-info {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.composer-wrapper .composer-info li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0.1em;
  padding: 0.35em 0.5em 0.25em;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1em;
  text-align: center;
  border-radius: 4px;
  list-style: none;
}
.composer-wrapper .composer-info li i {
  margin: 0;
  padding: 0;
  margin-right: 0.25em;
}
.composer-wrapper .composer-info li:hover {
  cursor: pointer;
  background-color: #42c3ff;
}
@media screen and (max-width: 767px) {
  .composer-wrapper .composer-info li i {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
  }
  .composer-wrapper .composer-info li span {
    display: none;
  }
}

.batch-edit-wrapper .small-label {
  margin: 0;
  padding: 0;
}
.batch-edit-wrapper .batch-edit-header {
  margin-bottom: 3em;
}
.batch-edit-wrapper .title {
  margin-top: 0;
  font-size: 3em;
  font-weight: bold;
}
.batch-edit-wrapper .playlist-info {
  overflow: auto;
  margin-bottom: 1em;
}
.batch-edit-wrapper .playlist-info li {
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}
.batch-edit-wrapper .playlist-text * {
  font-size: 1.05em;
}
.batch-edit-wrapper .playlist-text * p {
  margin-bottom: 1em;
}
.batch-edit-wrapper .playlist-artwork {
  position: relative;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  background-color: grey;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  border-radius: 5px;
}
.batch-edit-wrapper .playlist-artwork:hover {
  cursor: pointer !important;
}
.batch-edit-wrapper .playlist-artwork:hover .update-artwork-button-wrapper {
  background-color: #42c3ff !important;
}
@media screen and (max-width: 767px) {
  .batch-edit-wrapper .playlist-artwork {
    float: none;
    height: 100px;
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .batch-edit-wrapper .playlist-artwork {
    height: 120px;
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .batch-edit-wrapper .playlist-artwork {
    height: 150px;
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .batch-edit-wrapper .playlist-artwork {
    height: 175px;
    width: 175px;
  }
}

.loadmore-wrapper {
  display: block;
  margin-top: 2em;
  text-align: center;
}
.loadmore-wrapper .loadmore-button {
  width: 100%;
}

.footer-wrapper {
  margin-top: 15em;
  margin-bottom: 2em;
  padding: 2em;
  color: gray;
  text-align: center;
  border-radius: 5px;
}

.custom_footer {
  margin-bottom: 2em;
}

.footer-inner li {
  display: inline;
  margin: 0 0.5em 0 0.5em;
}

.custom-domain-footer {
  margin-top: 2em;
}

.table-responsive {
  overflow: scroll !important;
}

#users-table .fa-facebook {
  color: #365396;
}
#users-table .fa-twitter {
  color: #00a8f0;
}
#users-table .fa-dropbox {
  color: #0d83de;
}
#users-table .fa-google {
  color: #d62d20;
}
#users-table .permissions-wrapper .permissions-button {
  margin: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: left;
}
#users-table .permissions-wrapper .permissions-button.permissions-button-none i {
  color: #e8e8e8;
}
#users-table .permissions-wrapper .permissions-button.permissions-button-login i {
  color: #c2ebff;
}
#users-table .permissions-wrapper .permissions-button.permissions-button-downloads i {
  color: #42c3ff;
}
#users-table .permissions-wrapper .permissions-button.permissions-button-both i {
  color: #da007c;
}

#users-table td {
  overflow: hidden;
}

.custom-color-table td {
  padding: 5px;
}

.custom-example-wrapper {
  padding: 1em;
  border-radius: 3px;
}
.custom-example-wrapper .hide_date {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #b3b3b3;
}
.custom-example-wrapper h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.waveform-example {
  overflow: hidden;
  height: 50px;
  width: 100%;
  position: relative;
}

.wfex-wrapper {
  display: inline-block;
  width: 6px;
  height: 50px;
  margin-right: 1px;
}

.wfex {
  background-color: red;
  border-radius: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.wfex_01 {
  height: 5px;
}

.wfex_02 {
  height: 8px;
}

.wfex_03 {
  height: 15px;
}

.wfex_04 {
  height: 20px;
}

.wfex_05 {
  height: 27px;
}

.wfex_06 {
  height: 36px;
}

.wfex_07 {
  height: 37px;
}

.wfex_08 {
  height: 35px;
}

.wfex_09 {
  height: 32px;
}

.wfex_10 {
  height: 36px;
}

.wfex_11 {
  height: 37px;
}

.wfex_12 {
  height: 30px;
}

.wfex_13 {
  height: 35px;
}

.wfex_14 {
  height: 32px;
}

.wfex_15 {
  height: 36px;
}

.wfex_16 {
  height: 37px;
}

.wfex_17 {
  height: 35px;
}

.wfex_18 {
  height: 32px;
}

.wfex_19 {
  height: 36px;
}

.wfex_20 {
  height: 37px;
}

.wfex_30 {
  height: 5px;
}

.wfex_29 {
  height: 10px;
}

.wfex_28 {
  height: 20px;
}

.wfex_27 {
  height: 28px;
}

.wfex_26 {
  height: 36px;
}

.wfex_25 {
  height: 37px;
}

.wfex_24 {
  height: 35px;
}

.wfex_23 {
  height: 32px;
}

.wfex_22 {
  height: 36px;
}

.wfex_21 {
  height: 37px;
}

.sticky-footer {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0px;
  z-index: 3000;
  width: 100%;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 2px solid #42c3ff;
}
.sticky-footer .footer-button {
  margin: 0.25em;
}

.settings-wrapper {
  margin-bottom: 10em;
}

.settings-page-button.active {
  border-collapse: #42c3ff !important;
  background-color: #42c3ff !important;
}
.settings-page-button.active .new-setting {
  background-color: white;
  color: #42c3ff;
}

.contact-item-wrapper {
  margin-bottom: 1.5em;
}
.contact-item-wrapper .contact-subtitle {
  margin-bottom: 0.25em;
  font-size: 1.1em;
  font-weight: bold;
  color: gray;
}

.new-setting {
  margin-left: 0.5em;
  padding: 1px 5px 0px;
  background-color: #42c3ff;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
}

.cover-wrapper .thumbnails ul {
  margin: 0;
  padding: 0;
}
.cover-wrapper .thumbnails ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  border: 5px solid white;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cover-wrapper .thumbnails ul li:hover {
  cursor: pointer;
  border: 5px solid black;
}
.cover-wrapper .thumbnails ul li.active {
  border: 5px solid #42c3ff;
}

#avatar-input, #cover-input, #update-playlist-artwork {
  position: relative;
  overflow: hidden;
  margin-top: 0.25em;
}

#avatar-input input, #cover-input input, #update-playlist-artwork input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.001;
}

.playlist-checkbox-wrapper {
  overflow-y: auto;
  max-height: 500px;
}
.playlist-checkbox-wrapper .playlist-checkbox {
  margin-bottom: 1.25em;
}
.playlist-checkbox-wrapper .playlist-checkbox input {
  margin-right: 0.5em !important;
}
.playlist-checkbox-wrapper .checkbox {
  margin-bottom: 1.25em;
}
.playlist-checkbox-wrapper .checkbox .badge {
  margin-left: 0.5em;
  padding: 0;
  background-color: #e8e8e8;
  color: gray;
}

#global-dialog {
  margin: 0;
  padding: 0;
  position: fixed;
  top: -9999px;
  right: 0;
  left: 0;
  z-index: 3001;
  overflow: scroll;
  height: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 0;
  transition-property: top;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1, 0.05, 0.1, 0.99);
}
#global-dialog .social-buttons-wrapper button *, #global-dialog .social-buttons-wrapper button {
  color: white;
}
#global-dialog .edit-track-play-button i:hover {
  cursor: pointer;
  color: #42c3ff;
}
#global-dialog.active {
  top: 0px;
}
@media screen and (max-width: 767px) {
  #global-dialog {
    width: 100%;
    padding: 0px;
  }
}
#global-dialog .help-block {
  font-size: 0.9em;
}
#global-dialog .cancel-text {
  padding-right: 1em;
  padding-left: 1em;
  cursor: pointer;
  font-size: 0.9em;
}
#global-dialog .cancel-text:hover {
  color: red;
}
#global-dialog .btn {
  margin-bottom: 0.25em;
}
#global-dialog .btn i {
  margin: 0;
  padding: 0;
}
#global-dialog .socials {
  margin-bottom: 1em;
}
#global-dialog .socials li {
  display: inline;
  margin-right: 0.25em;
}
#global-dialog .dialog-wrapper {
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  padding: 20px 30px;
  background-color: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
}
#global-dialog .dialog-wrapper .dialog-header {
  margin-bottom: 0.5em;
  font-size: 1.75em;
  font-weight: bold;
  color: #404040;
  line-height: 1.1em;
}
#global-dialog .dialog-wrapper .dialog-body, #global-dialog .dialog-wrapper blockquote {
  font-size: 14px;
}
#global-dialog .dialog-wrapper .dialog-body ol, #global-dialog .dialog-wrapper .dialog-body ul, #global-dialog .dialog-wrapper blockquote ol, #global-dialog .dialog-wrapper blockquote ul {
  margin-top: 2em;
  margin-bottom: 2em;
}
#global-dialog .dialog-wrapper .dialog-body li, #global-dialog .dialog-wrapper blockquote li {
  margin-bottom: 1em;
}
#global-dialog .dialog-wrapper .dialog-body p, #global-dialog .dialog-wrapper blockquote p {
  margin-bottom: 1em;
}
#global-dialog .dialog-wrapper .dialog-body p.important, #global-dialog .dialog-wrapper blockquote p.important {
  padding: 0.5em;
  background-image: url("../images/preview-mode-bg.png");
  background-repeat: repeat;
  font-size: 0.8em;
  font-weight: bold;
  color: black;
  text-align: center;
}
#global-dialog .dialog-wrapper .dialog-body .delete-button-wrapper, #global-dialog .dialog-wrapper blockquote .delete-button-wrapper {
  text-align: right;
}
#global-dialog .dialog-wrapper .dialog-footer {
  padding-top: 25px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}

#np-wrapper {
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
  margin: 0;
  padding: 0;
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  bottom: -100px;
  z-index: 2001;
  width: 100%;
  padding: 23px;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.85);
  color: #b3b3b3;
  white-space: nowrap;
  transition-property: bottom;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #np-wrapper {
    padding: 15px;
    font-size: 1.3em;
  }
}
#np-wrapper.active {
  bottom: 0;
}
#np-wrapper .title {
  overflow: hidden;
  min-width: 0;
  margin-right: 1em;
  font-weight: bold;
  text-overflow: ellipsis;
}
#np-wrapper .title:hover {
  cursor: pointer;
  color: #42c3ff;
}
#np-wrapper .link {
  color: white;
}
#np-wrapper .link:hover {
  color: #42c3ff;
}
#np-wrapper .np-controls-wrapper {
  margin-right: 0.5em;
}
#np-wrapper .np-controls-wrapper .np-controls {
  display: inline;
}
#np-wrapper .np-controls-wrapper .np-controls.repeat .repeat-off {
  color: rgba(255, 255, 255, 0.25) !important;
}
#np-wrapper .np-controls-wrapper .np-controls.repeat .repeat-on, #np-wrapper .np-controls-wrapper .np-controls.repeat .repeat-one-on {
  color: #da007c !important;
}
#np-wrapper .np-controls-wrapper .np-controls:hover {
  cursor: pointer;
  color: #42c3ff;
}
#np-wrapper .timings {
  position: relative;
  bottom: 0;
  padding-right: 3em;
  font-size: 0.9em;
  text-align: right;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #np-wrapper .timings {
    padding-right: 0;
  }
}

.btn-md {
  font-size: 16px !important;
}

.btn-lg {
  font-size: 24px !important;
}

.btn-composerly-knock-out {
  background-color: white;
  color: #0095db !important;
  border: 1px solid #42c3ff;
}
.btn-composerly-knock-out:hover {
  background-color: #42c3ff;
  color: white !important;
}

.btn-composerly-primary {
  background-color: #42c3ff;
  color: white;
  border: 1px solid #42c3ff;
}
.btn-composerly-primary:hover {
  background-color: white;
  color: #42c3ff !important;
}

#loading {
  padding-top: 10em;
  padding-bottom: 10em;
  text-align: center;
}
#loading .check {
  color: #42c3ff;
}

#overlay {
  position: fixed;
  z-index: 3000;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

.video-wrapper {
  display: inline-block;
  height: 200px;
  width: 100%;
  margin-right: 0.5em;
  margin-bottom: 0px;
  margin-bottom: 0.5em;
  background-position: center;
  background-repeat: none;
  background-size: cover;
  line-height: 0px;
  border: 3px solid #e8e8e8;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .video-wrapper {
    height: 200px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .video-wrapper {
    height: 200px;
    width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .video-wrapper {
    height: 150px;
    width: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .video-wrapper {
    height: 150px;
    width: 24%;
  }
}
.video-wrapper:hover {
  cursor: pointer;
}
.video-wrapper:hover p.title {
  background-color: white;
  color: gray;
}
.video-wrapper p.title {
  position: absolute;
  padding: 0.5em 1em;
  background-color: white;
  font-size: 1em;
  color: gray;
  line-height: 1em;
}
.video-wrapper .video-play-button-wrapper {
  display: inline-block;
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.video-wrapper .video-play-button-wrapper .video-play-button {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.57);
}
.video-wrapper:hover .video-play-button-wrapper .video-play-button {
  color: white;
}

.fullpage {
  margin-bottom: 5em;
}
.fullpage p, .fullpage li, .fullpage textarea, .fullpage input, .fullpage address {
  font-size: 18px;
}
.fullpage hr {
  margin: 3em 0;
}
.fullpage .page-header {
  text-align: center;
}
.fullpage .title {
  font-size: 3em;
  font-weight: bold;
}
.fullpage p {
  margin-bottom: 1em;
}
.fullpage ul, .fullpage ol {
  margin: 2em 0;
}
.fullpage ul li, .fullpage ol li {
  margin-bottom: 1em;
  line-height: 1.2em;
}
.fullpage form {
  text-align: center;
}
.fullpage form input[type=email], .fullpage form input[type=text], .fullpage form input[type=password] {
  height: auto;
  margin-bottom: 1em;
  padding: 0.25em 0.5em;
  font-size: 1.4em;
  font-weight: normal;
}

#user-toolbar {
  font-weight: bold;
}
#user-toolbar .navbar-brand {
  color: white;
}
#user-toolbar .navbar-brand:hover {
  color: #42c3ff;
}

.settings-page p {
  font-size: 1.1em;
}
.settings-page .title {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.settings-page .checkbox label {
  font-size: 1.1em;
}

.settings-wrapper .form-group {
  margin-bottom: 1em;
  padding: 1.5em 2em;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.settings-wrapper .form-group .settings-subheader {
  font-size: 1.4em;
  font-weight: bold;
  color: black;
}

.page-buttons-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}

.batch-edit-wrapper {
  margin-bottom: 1em;
}
.batch-edit-wrapper p {
  font-size: 1.1em;
  color: gray;
  line-height: 1.4em;
}
.batch-edit-wrapper .dropdown-menu li a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.batch-edit-wrapper ul {
  margin: 0;
  padding: 0;
}
.batch-edit-wrapper ul li.main-batch-button {
  display: inline-block;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  list-style: none;
}
.batch-edit-wrapper .count {
  position: relative;
  margin-left: 0.5em;
  padding: 0;
  font-size: 0.9em;
  color: #bfbfbf;
  border-radius: 1px;
}

.edit-trackdata-table .edit-trackdata:hover {
  cursor: pointer;
  color: #42c3ff;
}
.edit-trackdata-table .tm-select {
  width: 35px;
  text-align: left;
}
.edit-trackdata-table .tm-edit {
  width: 50px;
  font-size: 1em;
  font-weight: bold;
  color: #42c3ff;
  text-transform: uppercase;
}
.edit-trackdata-table tr.edit-select {
  background-color: #f5fcff;
}
.edit-trackdata-table tr.edit-select td textarea.tag_list {
  height: 100px;
}
.edit-trackdata-table tr.edit-select td.actions {
  width: 50px;
  text-align: center;
}
.edit-trackdata-table button.edit-trackdata {
  margin-bottom: 0;
}
.edit-trackdata-table button.save-trackdata {
  background-color: #42c3ff;
  color: white;
}
.edit-trackdata-table .edit-trackdata-progress {
  color: #0084c2;
}
.edit-trackdata-table tr.track.paused td {
  background-color: #eee;
}
.edit-trackdata-table tr.track.paused td.permissions i {
  color: #e1e1e1;
}
.edit-trackdata-table tr.track.paused td.permissions i.active {
  color: black;
}
.edit-trackdata-table tr.track.playing td {
  background-color: #c2ebff;
  color: black;
}
.edit-trackdata-table tr.track.playing td.title span:hover {
  color: black;
}
.edit-trackdata-table tr.track.playing td.permissions i {
  color: #9ee0ff;
}
.edit-trackdata-table tr.track.playing td.permissions i.active {
  color: black;
}
.edit-trackdata-table tr.track.selected {
  background-color: #dbf4ff;
}
.edit-trackdata-table tr.track td.tm-title, .edit-trackdata-table tr.track td.tm-genre {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edit-trackdata-table tr.track td.actions {
  text-align: right;
}
.edit-trackdata-table tr.track td.permissions {
  text-align: center;
}
.edit-trackdata-table tr.track td.permissions i.permission-private {
  color: orange;
}
.edit-trackdata-table tr.track td.permissions i.permission-public {
  color: #cccccc;
}
.edit-trackdata-table tr.track td.permissions i.permission-error {
  color: red;
}
.edit-trackdata-table tr.track td.tag_list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edit-trackdata-table tr.track td.tag_list .tagselect {
  display: inline;
  margin-right: 0.25em;
}
.edit-trackdata-table tr.track .title span:hover {
  cursor: pointer;
  color: #42c3ff;
}
@media only screen and (max-width: 767px) {
  .edit-trackdata-table thead {
    display: none;
  }
  .edit-trackdata-table table tbody td {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .edit-trackdata-table .tm-genre, .edit-trackdata-table .tm-tags, .edit-trackdata-table .tm-visibility {
    display: none;
  }
  .edit-trackdata-table .tm-select {
    width: 35px;
    text-align: left;
  }
  .edit-trackdata-table .tm-edit {
    font-weight: bold;
    color: #42c3ff;
    text-transform: uppercase;
  }
}

.edit-trackdata-table .tm-ttl:hover {
  cursor: pointer;
  font-weight: bold;
}

tr {
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
tr.highlight {
  background-color: yellow !important;
}

table#composerly-pricing .col-1 p.help-block {
  font-weight: normal;
}
table#composerly-pricing .col-2, table#composerly-pricing .col-3 {
  text-align: center;
}
table#composerly-pricing .pro-feature {
  background-color: #42c3ff;
  color: white;
}

/*no track avatar*/
.tablesorter-headerDesc {
  background-color: #42c3ff !important;
  color: white;
}
.tablesorter-headerDesc .tablesorter-header-inner:after {
  content: "";
  padding-left: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.tablesorter-headerAsc {
  background-color: #42c3ff !important;
  color: white;
}
.tablesorter-headerAsc .tablesorter-header-inner:after {
  content: "";
  padding-left: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.playlist-artwork-caption p {
  line-height: 1.1em;
  margin-top: 0.5em;
}

li.statistics-query {
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 0.25em 0.75em;
  display: inline;
  margin-right: 0.5em;
  cursor: pointer;
}
li.statistics-query:hover {
  background-color: #d9d9d9;
}
li.statistics-query .not-selected {
  display: inline;
}
li.statistics-query .selected {
  display: none;
}
li.statistics-query.active {
  background-color: #42c3ff;
  color: white;
}
li.statistics-query.active .not-selected {
  display: none;
}
li.statistics-query.active .selected {
  display: inline;
}

#sent-invitation-list li {
  margin-bottom: 1.5em;
}
#sent-invitation-list li .delete_invitation_button {
  color: red;
}
#sent-invitation-list li .delete_invitation_button:hover {
  color: black;
  cursor: pointer;
}

/*# sourceMappingURL=library.css.map */
