/* trackpipe/public/css/basic.css */
/* a new version of trackpipe_basic - global styles that apply everywhere */
body {
    font: 13px/1.231 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

a, .pseudoLink, button {
    color: #0687f5;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .pseudoLink:hover, button:hover,
a.hover, .pseudoLink.hover, button.hover {
    text-decoration: underline;
}

#centerWrapper {
    position: static;
    margin: 0px auto;
}

#propOpenWrapper {
    background-color: white;
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* vh - menubar */
    min-height: calc(100vh - 53px);
}

#pgBd {
    width: 915px;
    margin-bottom: 1.9em;
    padding: 35px 30px 45px;
    background: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
}

li {
    margin-top: 13px;
    margin-bottom: 13px;
}

/* used to visually hide text but keep it available for screen readers */    
.hiddenAccess {
    position: absolute;
    left: -10000px;
    top: -10000px;
}


/***** shared UI elements *****/

/* spinny */

.bc-spinny {
    height: 1em;
    width: 1em;
    animation: rotate 0.8s infinite linear;
    border: 0.25em solid #000;
    opacity: .38;
    border-right-color: rgba(0,0,0,.3);
    border-radius: 50%;
    min-width: auto;
    margin: 0 auto;
}

.bc-spinny.light {
    opacity: 1;
    border: 0.25em solid rgba(255,255,255,1);
    border-right-color: rgba(255,255,255,.4);
}

@keyframes rotate {
    0%    { transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}
/* trackpipe/public/css/grid.css */
/*------------------------------------------------------------*/
.row {
    clear:both;
    margin:0 auto;
    width:100%;
}
.col {
    float:left;
    min-height:1px;
    position:relative;
}
.col-full {
    width:100%;
}
/* clear floats */
.row:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

/*------------------------------------------------------------*/
/* 12 column */
.col+.col-1-12,
.col+.col-2-12,
.col+.col-3-12,
.col+.col-4-12,
.col+.col-5-12,
.col+.col-6-12,
.col+.col-7-12,
.col+.col-8-12,
.col+.col-9-12,
.col+.col-10-12,
.col+.col-11-12 {
    margin-left:1.8450184502%;
}
/* 12 column units */
.col-1-12 {width:6.642066420664%;}
.col-2-12 {width:15.129151291513%;}
.col-3-12 {width:23.616236162362%;}
.col-4-12 {width:32.10332103321%;}
.col-5-12 {width:40.590405904059%;}
.col-6-12 {width:49.077490774908%;}
.col-7-12 {width:57.564575645756%;}
.col-8-12 {width:66.051660516605%;}
.col-9-12 {width:74.538745387454%;}
.col-10-12 {width:83.025830258303%;}
.col-11-12 {width:91.512915129151%;}

/* no gutter */
.col-2-12.no-gutter,
.col-3-12.no-gutter,
.col-4-12.no-gutter,
.col-5-12.no-gutter,
.col-6-12.no-gutter,
.col-7-12.no-gutter,
.col-8-12.no-gutter,
.col-9-12.no-gutter,
.col-10-12.no-gutter,
.col-11-12.no-gutter {
    margin-left:0;
}
/* no gutter widths */
.col-2-12.no-gutter {width:16.974169741697%;}
.col-3-12.no-gutter {width:25.461254612546%;}
.col-4-12.no-gutter {width:33.948339483395%;}
.col-5-12.no-gutter {width:42.435424354244%;}
.col-6-12.no-gutter {width:50.922509225092%;}
.col-7-12.no-gutter {width:59.409594095941%;}
.col-8-12.no-gutter {width:67.89667896679%;}
.col-9-12.no-gutter {width:76.383763837638%;}
.col-10-12.no-gutter {width:84.870848708487%;}
.col-11-12.no-gutter {width:93.357933579336%;}

/* 12 column layout offsets */
.offset-1-12 {margin-left:8.487084870849%;}
.offset-2-12 {margin-left:16.974169741697%;}
.offset-3-12 {margin-left:25.461254612546%;}
.offset-4-12 {margin-left:33.948339483395%;}
.offset-5-12 {margin-left:42.435424354244%;}
.offset-6-12 {margin-left:50.922509225092%;}
.offset-7-12 {margin-left:59.409594095941%;}
.offset-8-12 {margin-left:67.89667896679%;}
.offset-9-12 {margin-left:76.383763837638%;}
.offset-10-12 {margin-left:84.870848708487%;}
.offset-11-12 {margin-left:93.357933579336%;}

/* 12 column offset sibling widths */
.col+.offset-1-12 {margin-left:10.332103321033%;}
.col+.offset-2-12 {margin-left:18.819188191882%;}
.col+.offset-3-12 {margin-left:27.306273062731%;}
.col+.offset-4-12 {margin-left:35.793357933579%;}
.col+.offset-5-12 {margin-left:44.280442804428%;}
.col+.offset-6-12 {margin-left:52.767527675277%;}
.col+.offset-7-12 {margin-left:61.254612546125%;}
.col+.offset-8-12 {margin-left:69.741697416974%;}
.col+.offset-9-12 {margin-left:78.228782287823%;}
.col+.offset-10-12 {margin-left:86.715867158672%;}

/*------------------------------------------------------------*/
/* 15 columns */
.col-1-15 {width:5.063291139241%;}
.col-2-15 {width:11.844484629295%;}
.col-3-15 {width:18.625678119349%;}
.col-4-15 {width:25.406871609403%;}
.col-5-15 {width:32.188065099458%;}
.col-6-15 {width:38.969258589512%;}
.col-7-15 {width:45.750452079566%;}
.col-8-15 {width:52.53164556962%;}
.col-9-15 {width:59.312839059675%;}
.col-10-15 {width:66.094032549729%;}
.col-11-15 {width:72.875226039783%;}
.col-12-15 {width:79.656419529837%;}
.col-13-15 {width:86.437613019892%;}
.col-14-15 {width:93.218806509946%;}

/* gutters */
.col+.col-1-15,
.col+.col-2-15,
.col+.col-3-15,
.col+.col-4-15,
.col+.col-5-15,
.col+.col-6-15,
.col+.col-7-15,
.col+.col-8-15,
.col+.col-9-15,
.col+.col-10-15,
.col+.col-11-15,
.col+.col-12-15,
.col+.col-13-15,
.col+.col-14-15 {
    margin-left:1.7179023508%;
}
/* no gutter */
.col-2-15.no-gutter,
.col-3-15.no-gutter,
.col-4-15.no-gutter,
.col-5-15.no-gutter,
.col-6-15.no-gutter,
.col-7-15.no-gutter,
.col-8-15.no-gutter,
.col-9-15.no-gutter,
.col-10-15.no-gutter,
.col-11-15.no-gutter,
.col-12-15.no-gutter,
.col-13-15.no-gutter,
.col-14-15.no-gutter {
    margin-left:0;
}
/* no gutter widths */
.offset-2-15.no-gutter {width:13.562386980108%;}
.offset-3-15.no-gutter {width:20.343580470163%;}
.offset-4-15.no-gutter {width:27.124773960217%;}
.offset-5-15.no-gutter {width:33.905967450271%;}
.offset-6-15.no-gutter {width:40.687160940325%;}
.offset-7-15.no-gutter {width:47.46835443038%;}
.offset-8-15.no-gutter {width:54.249547920434%;}
.offset-9-15.no-gutter {width:61.030741410488%;}
.offset-10-15.no-gutter {width:67.811934900542%;}
.offset-11-15.no-gutter {width:74.593128390597%;}
.offset-12-15.no-gutter {width:81.374321880651%;}
.offset-13-15.no-gutter {width:88.155515370705%;}
.offset-14-15.no-gutter {width:94.936708860759%;}

/* fluid column layout offsets */
.offset-1-15 {margin-left:6.781193490054%;}
.offset-2-15 {margin-left:13.562386980108%;}
.offset-3-15 {margin-left:20.343580470163%;}
.offset-4-15 {margin-left:27.124773960217%;}
.offset-5-15 {margin-left:33.905967450271%;}
.offset-6-15 {margin-left:40.687160940325%;}
.offset-7-15 {margin-left:47.46835443038%;}
.offset-8-15 {margin-left:54.249547920434%;}
.offset-9-15 {margin-left:61.030741410488%;}
.offset-10-15 {margin-left:67.811934900542%;}
.offset-11-15 {margin-left:74.593128390597%;}
.offset-12-15 {margin-left:81.374321880651%;}
.offset-13-15 {margin-left:88.155515370705%;}
.offset-14-15 {margin-left:94.936708860759%;}

/* fluid column offset sibling widths */
.col+.offset-1-15 {margin-left:8.499095840868%;}
.col+.offset-2-15 {margin-left:15.280289330922%;}
.col+.offset-3-15 {margin-left:22.061482820976%;}
.col+.offset-4-15 {margin-left:28.842676311031%;}
.col+.offset-5-15 {margin-left:35.623869801085%;}
.col+.offset-6-15 {margin-left:42.405063291139%;}
.col+.offset-7-15 {margin-left:49.186256781193%;}
.col+.offset-8-15 {margin-left:55.967450271248%;}
.col+.offset-9-15 {margin-left:62.748643761302%;}
.col+.offset-10-15 {margin-left:69.529837251356%;}
.col+.offset-11-15 {margin-left:76.31103074141%;}
.col+.offset-12-15 {margin-left:83.092224231465%;}
.col+.offset-13-15 {margin-left:89.873417721519%;}


/*------------------------------------------------------------*/
/* 16 columns */
.col-1-16 {width:5.063291139241%;}
.col-2-16 {width:11.392405063291%;}
.col-3-16 {width:17.721518987342%;}
.col-4-16 {width:24.050632911392%;}
.col-5-16 {width:30.379746835443%;}
.col-6-16 {width:36.708860759494%;}
.col-7-16 {width:43.037974683544%;}
.col-8-16 {width:49.367088607595%;}
.col-9-16 {width:55.696202531646%;}
.col-10-16 {width:62.025316455696%;}
.col-11-16 {width:68.354430379747%;}
.col-12-16 {width:74.683544303797%;}
.col-13-16 {width:81.012658227848%;}
.col-14-16 {width:87.341772151899%;}
.col-15-16 {width:93.670886075949%;}

/* gutters */
.col+.col-1-16,
.col+.col-2-16,
.col+.col-3-16,
.col+.col-4-16,
.col+.col-5-16,
.col+.col-6-16,
.col+.col-7-16,
.col+.col-8-16,
.col+.col-9-16,
.col+.col-10-16,
.col+.col-11-16,
.col+.col-12-16,
.col+.col-13-16,
.col+.col-14-16,
.col+.col-15-16 {
    margin-left:1.2658227848%;
}
/* no gutter */
.col-2-16.no-gutter,
.col-3-16.no-gutter,
.col-4-16.no-gutter,
.col-5-16.no-gutter,
.col-6-16.no-gutter,
.col-7-16.no-gutter,
.col-8-16.no-gutter,
.col-9-16.no-gutter,
.col-10-16.no-gutter,
.col-11-16.no-gutter,
.col-12-16.no-gutter,
.col-13-16.no-gutter,
.col-14-16.no-gutter,
.col-15-16.no-gutter {
    margin-left:0;
}
/* no gutter widths */
.col-2-16.no-gutter {width:12.658227848101%;}
.col-3-16.no-gutter {width:18.987341772152%;}
.col-4-16.no-gutter {width:25.316455696203%;}
.col-5-16.no-gutter {width:31.645569620253%;}
.col-6-16.no-gutter {width:37.974683544304%;}
.col-7-16.no-gutter {width:44.303797468354%;}
.col-8-16.no-gutter {width:50.632911392405%;}
.col-9-16.no-gutter {width:56.962025316456%;}
.col-10-16.no-gutter {width:63.291139240506%;}
.col-11-16.no-gutter {width:69.620253164557%;}
.col-12-16.no-gutter {width:75.949367088608%;}
.col-13-16.no-gutter {width:82.278481012658%;}
.col-14-16.no-gutter {width:88.607594936709%;}
.col-15-16.no-gutter {width:94.936708860759%;}

/* fluid column layout offsets */
.offset-1-16 {margin-left:6.329113924051%;}
.offset-2-16 {margin-left:12.658227848101%;}
.offset-3-16 {margin-left:18.987341772152%;}
.offset-4-16 {margin-left:25.316455696203%;}
.offset-5-16 {margin-left:31.645569620253%;}
.offset-6-16 {margin-left:37.974683544304%;}
.offset-7-16 {margin-left:44.303797468354%;}
.offset-8-16 {margin-left:50.632911392405%;}
.offset-9-16 {margin-left:56.962025316456%;}
.offset-10-16 {margin-left:63.291139240506%;}
.offset-11-16 {margin-left:69.620253164557%;}
.offset-12-16 {margin-left:75.949367088608%;}
.offset-13-16 {margin-left:82.278481012658%;}
.offset-14-16 {margin-left:88.607594936709%;}
.offset-15-16 {margin-left:94.936708860759%;}

/* fluid column offset sibling widths */
.col+.offset-1-16 {margin-left:7.594936708861%;}
.col+.offset-2-16 {margin-left:13.924050632911%;}
.col+.offset-3-16 {margin-left:20.253164556962%;}
.col+.offset-4-16 {margin-left:26.582278481013%;}
.col+.offset-5-16 {margin-left:32.911392405063%;}
.col+.offset-6-16 {margin-left:39.240506329114%;}
.col+.offset-7-16 {margin-left:45.569620253165%;}
.col+.offset-8-16 {margin-left:51.898734177215%;}
.col+.offset-9-16 {margin-left:58.227848101266%;}
.col+.offset-10-16 {margin-left:64.556962025316%;}
.col+.offset-11-16 {margin-left:70.886075949367%;}
.col+.offset-12-16 {margin-left:77.215189873418%;}
.col+.offset-13-16 {margin-left:83.544303797468%;}
.col+.offset-14-16 {margin-left:89.873417721519%;}


/* trackpipe/public/css/collected_by.css */

/* also collected by */
#fan-container .collected-by {
    color: #999;
}
.collected-by.collectors, .collected-by.subscribers, .collected-by .message, .collected-by .subscriber-message {
    display: none;
}
/*.collected-by.tralbum.collectors, .collected-by.tralbum.collectors .message {
    display: block;
}*/
.collected-by .deets {
    font:normal 12px/1.16667em 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    margin-top: 10px;
}
.collected-by .deets > .more-writing, .collected-by .deets > .loading-writing {
    display: block;
    margin-bottom: 15px;
}
.collected-by .deets > .writing {
    margin-bottom: 10px;
    min-height: 25px;
}
.collected-by.tralbum .deets > .writing {
    position: relative;
    margin-bottom: 15px;
}

.collected-by .deets > .writing.hidden {
    display: none;
}
.collected-by .deets > .writing a.censor {
    display: block;
    float: right;
    padding: 2px 10px;
    margin: 0 4px 5px 5px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    visibility: hidden;
}

.collected-by .deets > .writing:hover a.censor {
    visibility: visible;
    opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #eee;
    background-color: rgba(0,0,0,0.05);
}
.invertIconography .collected-by .deets > .writing:hover a.censor {
    opacity: 0.5;
	filter: alpha(opacity=50);
    background-color: #1a1a1a;
    background-color: rgba(255,255,255,0.1);
}
.collected-by .deets > .writing a.censor:hover {
    opacity: 1;
	filter: alpha(opacity=100);
    background-color: #eee;
    background-color: rgba(0,0,0,0.1);
}
.invertIconography .collected-by .deets > .writing a.censor:hover {
    opacity: 1;
	filter: alpha(opacity=100);
    background-color: #1a1a1a;
    background-color: rgba(255,255,255,0.1);
}
.collected-by .deets > .writing > .pic {
    position: absolute;
}
.collected-by.tralbum .deets > .writing > .pic {
    position: absolute;
    top: 3px;
}
.collected-by .deets > .writing > .text {
    font-family: georgia, serif;
    font-style: italic;
    margin-left: 32px;
}

.collected-by.tralbum .deets > .writing > .text {
    margin-left: 35px;
}

.collected-by.tralbum .text a {
    word-wrap: break-word;
}

#fan-container .collected-by .deets > .writing > .text {
    /* text color just for fan page; on tralbum pages, we want to inherit the custom design color from #pgBd */
    color: #595959;
}
.collected-by .deets > .writing a.name {
    font:500 normal 12px/1.25em 'Helvetica Neue', Helvetica, sans-serif;
    padding-right: 0.2em;
    color: inherit;
}
.collected-by .deets > .writing .fav-track {
    display: inline-block;
}

.collected-by .deets img.thumb {
    width: 28px;
    height: 28px;
}

.collected-by .deets > .writing + .no-writing {
    padding-top: 5px;
}

.collected-by .deets > .no-writing {
    margin-left: -5px;
    font-size: 0;
}
.collected-by .deets > .no-writing > .more-thumbs {
    display: block;
    margin: 2px 0 0 3px;
    font-size: 12px;
}
.collected-by .deets > .no-writing > .more-everything {
    display: block;
    margin: 2px 0 0 3px;
    font-size: 12px;
}
.collected-by .deets > .no-writing > .fan {
    display: inline-block;
    font-size: 11px;
    width: 28px;
    height: 28px;
    margin: 0 3px 7px 4px;
}
.collected-by .deets > .no-writing > .fan.hidden {
    display: none;
}

.collected-by .pic {
    position: relative;
}
.collected-by .pic img {
    outline: 1px solid #eee;
    outline: 1px solid rgba(0,0,0,0.05);
    outline-offset: -1px;
}
.collected-by .deets .pic > .tooltip {
    display: none;
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: -62px;
    width: 150px;
    padding-bottom: 3px;
}
.collected-by .deets .pic > .tooltip > div {
    text-align: center;
    background: #333; /* hello IE8 */
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
}
.collected-by .deets .pic > .tooltip img.grid {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}
.collected-by .deets .pic > .tooltip .name {
    width: 100%;
}
.tooltip .writing {
    font-family: georgia, serif;
    font-style: italic;
    width: 100%;
}

/* loading indicator */
.collected-by .loading {
    display: block;
}
.collected-by .loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}
.collected-by .loading.initial-loading {
    height: 35px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

/* trackpipe/public/css/hubs/carousel_player.css */
/* player */

.carousel-player {
    position: fixed;
    bottom: -100px;
    width: 100%;
    transition: bottom 0.2s;
    z-index: 111;
    opacity: 0;
    color: #505958;
}

.carousel-player a {
    color: inherit;
}

.carousel-player-inner {
    height: 80px;
    width: 100%;
    background: #FFF;
    padding: 6px;
    border-top: 1px solid rgba(0,0,0,0.15);
    box-sizing: border-box;
    z-index: 112;
    position: relative;
}

.show-player .carousel-player {
    bottom: 0;
    opacity: 1;
}

.carousel-player .now-playing {
    display: flex;
}

.carousel-player .now-playing > * {
    display: inline-block;
    vertical-align: top;
}

.carousel-player .now-playing img {
    width: 60px;
    height: 60px;
    margin-top: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
}

.carousel-player .now-playing .info {
    line-height: 18px;
    margin-left: 8px;
    max-width: calc(100% - 76px);
}

.carousel-player .now-playing .title {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
}

.carousel-player .now-playing .artist {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.carousel-player .now-playing .buy-now {
    margin-top: 6px;
}

.carousel-player .now-playing .dot {
    font-size: 12px;
    color: #999;
    padding: 0 0.25em;
}

.carousel-player .progress-transport,
.carousel-player .controls-extra {
    display: flex;
    margin-top: 10px;
}

.carousel-player .info-progress {
    display: inline-block;
    flex-grow: 1;
    margin-right: 10px;
    margin-top: 6px;
    width: calc(100% - 145px);
}

.carousel-player .info-progress > * {
    display: flex;
}

.carousel-player .progress-transport .title {
    flex-grow: 1;
    font-weight: 500;
    max-width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-player .progress-transport .featured-track {
    color: #999;
    font-weight: normal;
}

.carousel-player .progress-transport .title a.no-queue,
.carousel-player .progress-transport .title a.no-queue:hover {
    text-decoration: none;
    cursor: default;
}

.carousel-player .progress-transport .pos-dur {
    margin-top: 1px;
}

.carousel-player .progress-bar {
    height: 15px;
    width: 100%;
    position: relative;
    background: #FFF;

    margin-top: 4px;
    cursor: pointer;
}

.carousel-player .progress,
.carousel-player .buffer,
.carousel-player .progress-bg {
    width: 0%;
    position: absolute;
    height: 6px;
    margin-top: 4px;
}


.carousel-player .progress-bg {
    background: rgba(50, 50, 50, 0.1);
    width: 100%;
}

.carousel-player .progress {
    background: rgba(50, 50, 50, 1);
    z-index: 2;
}

.carousel-player .seek-control-outer {
    height: 100%;
    width: 100%;
    position: relative;
    margin-left: -6px;
    margin-right: 5px;
}

.carousel-player .seek-control {
    background: #333;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: 1px;
    right: -5px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.carousel-player .info-progress:hover .seek-control {
    display: block;
}

.carousel-player .progress-bar.seeking .seek-control {
    display: block;
}

.carousel-player .buffer {
    background: rgba(50, 50, 50, 0.4);
    z-index: 1;
}

.carousel-player .progress-transport .transport {
    width: 80px;
    display: inline-block;
    margin-top: 28px;
    flex-shrink: 0;
}

.carousel-player .transport > * {
    display: inline-block;
    margin: 0 3px;
}

.carousel-player .playpause {
    cursor: pointer;
    border: 1px solid #d9d9d9;
    padding: 11px;
    margin-right: 14px;
    height: 18px;
    width: 17px;
    position: relative;
}

.carousel-player .playpause .play {
    width: 0;
    height: 0;
    border-top: 9px inset transparent;
    border-bottom: 9px inset transparent;
    border-left: 15px solid rgb(34, 34, 34);
    display: inline-block;
    cursor: pointer;
    margin-left: 2px;
}

.carousel-player .playpause .pause {
    border: 0;
    border-left: 5px solid #2d2d2d;
    border-right: 5px solid #2d2d2d;
    height: 18px;
    width: 4px;
    margin-right: 2px;
    margin-left: 1px;
}

.carousel-player .playpause .busy {
    background-image: url(../gif/playerbusy-noborder.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    height: 33px;
    margin: 4px auto;
    width: 37px;
    overflow: visible;
    position: absolute;
    top: 0px;
    left: 1px;
    background-size: contain;
}

.carousel-player .transport .icon {
    width: 20px;
    height: 12px;
    background: url(../png/nextprev.png) 0px 0px / 40px 12px no-repeat transparent;
    margin: 0px 0px 1px;
    cursor: pointer;
    opacity: 0.5;
}

.carousel-player .transport .icon:hover {
    opacity: 1;
}

.carousel-player .transport .icon.next-icon {
    background-position: 100% 0px;
}

.carousel-player .transport .icon.disabled {
    opacity: 0.1;
    cursor: default;
}

.carousel-player .now-playing .info {
    margin-top: 8px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.carousel-player.show-collect .collect-item {
    display: block;
}

.carousel-player.show-collect .now-playing .info {
    margin-top: 0;
}

/* queue/vol */

.carousel-player .controls-extra {
    margin-top: 24px;
    justify-content: flex-end;
}

.carousel-player .controls-extra > * {
    display: inline-block;
}

.carousel-player .queue-icon,
.carousel-player .vol-icon {
    fill: #333;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.carousel-player .queue-icon {
    opacity: 0.7;
}

.carousel-player .queue-icon:hover,
.carousel-player .queue-icon.active {
    opacity: 1;
}

.carousel-player .queue-icon.active {
    fill: rgb(0,161,198);
}

.carousel-player .vol-icon-wrapper {
    width: 24px;
    height: 20px;
}

.carousel-player .vol {
    margin: 0 16px 0 20px;
    opacity: 0.7;
}

.carousel-player .vol:hover,
.carousel-player .vol.active {
    opacity: 1;
}

.carousel-player .vol > * {
    display: inline-block;
    vertical-align: middle;
}

.carousel-player .vol-slider {
    width: 60px;
    height: 10px;
    position: relative;
    cursor: pointer;
}

.carousel-player .vol-bg,
.carousel-player .vol-amt {
    margin-top: 4px;
    height: 3px;
    position: absolute;
}

.carousel-player .vol-bg {
    background: rgba(50, 50, 50, 0.4);
    width: 100%;
}

.carousel-player .vol-amt {
    background: rgba(50, 50, 50, 1);
}

.carousel-player .vol-control-outer {
    height: 100%;
    position: relative;
    margin-left: -3px;
    margin-right: 5px;
}

.carousel-player .vol-control {
    background: #333;
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.carousel-player .vol:hover .vol-control,
.carousel-player .vol-slider.changing .vol-control,
.carousel-player .vol-slider .vol-control.show {
    display: block;
}

.carousel-player .queue {
    position: absolute;
    top: 0;
    right: 0;
    width: 388px;
    height: 400px;
    z-index: 111;
    background: #FFF;
    opacity: 0;
    transition: top 0.2s,
                opacity 0s 0.2s;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.carousel-player .queue-header {
    margin: 16px 16px;
    display: flex;
    justify-content: space-between;
}

.carousel-player .queue-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.carousel-player .queue-header .close-icon {
    height: 20px;
    width: 20px;
    margin-top: 2px;
    cursor: pointer;
}


.carousel-player .queue ol,
.carousel-player .queue li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel-player .queue.show {
    opacity: 1;
    top: -400px;
    border-radius: 5px 5px 0 0;
    transition: top 0.2s,
                opacity 0s 0s;
}

.carousel-player .queue ol {
    height: calc(100% - 54px);
    overflow: scroll;
}

.carousel-player .queue li {
    border-bottom: 1px solid #FFF;
    padding: 8px 12px;
    cursor: pointer;
}

.carousel-player .queue li:last-child {
    border-bottom: none;
}

.carousel-player .queue li.active,
.carousel-player .queue li:hover,
.carousel-player .queue li:focus {
    background: #f7f6f6;
    outline: none;
}

.carousel-player .queue .art {
    margin: 0 10px;
}

.carousel-player .queue .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
}

.carousel-player .queue .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-player .queue img {
    width: 50px;
    height: 50px;
}

.carousel-player .queue-playpause {
    cursor: pointer;
    margin-right: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.carousel-player li.active .queue-playpause,
.carousel-player li:hover .queue-playpause {
    visibility: visible;
}

.carousel-player .queue-playpause .play {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 9px solid rgb(34, 34, 34);
    display: inline-block;
    cursor: pointer;
    margin-left: 2px;
}

.carousel-player .queue-playpause .pause {
    border: 0;
    border-left: 3px solid #2d2d2d;
    border-right: 3px solid #2d2d2d;
    height: 12px;
    width: 2px;
    margin-right: 1px;
    margin-left: 2px;
}

.carousel-player .album-title {
    font-weight: bold;
}

/* collect */
.carousel-player .item-collection-controls {
    color: rgb(0,161,198);
    font-size: 0;
    font-weight: 500;
    margin-top: 2px;
    display: inline;
}

.carousel-player .collect-item .collection-btn {
    white-space: nowrap;
    font-size: 0;
}

.carousel-player .collect-item .collection-btn span {
    font-size: 12px;
}

.carousel-player .collect-item span.gift-msg.collection-btn {
    white-space: nowrap;
}

.carousel-player .collect-item .collect-item-icon,
.carousel-player .collect-item .inverted-collect-item-icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 13px;
    top: 2px;
    margin: 0 3px 0 0px;
}
.carousel-player .collect-item .wishlist-msg .collect-item-icon {
    background-position: 0px -73px;
}
.carousel-player .collect-item .wishlisted-msg .collect-item-icon {
    background-position: -28px -73px;
}
.carousel-player .collect-item .purchased-msg .collect-item-icon {
    background-position: -42px -73px;
}

.carousel-player .collect-item.wishlisted .wishlist-msg,
.carousel-player .collect-item.purchased .wishlist-msg,
.carousel-player .collect-item.purchased .wishlisted-msg,
.carousel-player .collect-item.purchased .buy-now,
.carousel-player .collect-item.purchased .wishlist-dot,
.carousel-player .collect-item .wishlisted-msg,
.carousel-player .collect-item .purchased-msg {
    display: none;
}
.carousel-player .collect-item.wishlisted .wishlisted-msg,
.carousel-player .collect-item.purchased .purchased-msg {
    display: inline;
}

.carousel-player .collect-item .gift-msg {
    /*font-weight: bold;*/
    /*color: rgb(0,161,198);*/
}

/* media queries */

@media (max-width: 1000px) {
    .carousel-player .now-playing .title,
    .carousel-player .now-playing .artist {
        max-width: 140px;
    }
}

@media (max-width: 850px) {
    .carousel-player .now-playing .title,
    .carousel-player .now-playing .artist {
        max-width: 100px;
    }
}

@media (max-width: 1080px) {
    .carousel-player .now-playing img {
        display: none;
    }

    .carousel-player .now-playing .info,
    .carousel-player .item-collection-controls {
         max-width: 100%; 
    }

    .carousel-player .now-playing .title,
    .carousel-player .now-playing .artist {
        max-width: 200px;
    }
}

@media (max-width: 1265px) {
    :lang(ja) .carousel-player .now-playing .wishlisted-msg .txt {
        display: none;
    }
}

/* trackpipe/public/css/fan/collection/collection.css */
/* THE NEW, HELLA MODERN COLLECTION PAGE */

/* page container junk */
#centerWrapper {
    width: 100%;
}
#propOpenWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#pgBd {
    width: 100%;
    padding: 0;
    flex: 1;
}
.fan-container .fan-bio-wrapper, .fan-container .tabs, .fan-container .owner-controls, .follow-grid .following-tabs-wrapper {
    width: 965px;
    margin: 0 auto;
    padding-bottom: 14px;
    position: relative;
}
.fan-container .grid-header {
    width: 965px;
    margin: 0 auto;
}
.bc-ui2 {
    background: url(../png/_sprite-bc-ui2-20180131%402x.png) no-repeat;
    background-size: 100px 200px;
}
/* used to visually hide text but keep it available for screen readers */
.hiddenAccess {
    position: absolute;
    left: -10000px;
    top: -10000px;
}

#menubar {
    width: 965px;
    margin: 0 auto;
}
#menubar.menubar-2018 {
    min-width: 965px;
    width: auto;
}

/* globals */
body {
    -webkit-font-smoothing: antialiased;
}

a, .pseudoLink, button {
    color: rgb(0,161,198);
    text-decoration: none;
    cursor: pointer;
}
.error-bubble {
    font-weight: 400;
    font-size: 14px;
}

.alert {
    display: none;
    color: #e00;
    font-size: 100%;
    font-weight: bold;
    margin: 0.4em 0em;
}

.ui-dialog.nu-dialog button,
.ui-dialog.nu-dialog button:active,
.ui-dialog.nu-dialog button:focus,
.ui-dialog.nu-dialog button:hover {
    background: rgb(0,161,198);
    border: 1px solid rgb(0,161,198);
    font-size: 16px;
}

.ui-widget-content a {
    text-decoration: none;
    color: rgb(0,161,198);
}

.menubar .bandname {
    max-width: 40px;
}

.menubar {
    font-weight: 500;
}

/* banners */
.top-banner {
    width: 100%;
    background: linear-gradient(-45deg, #1DA0C3 0%, #30D4BB 100%);
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    color: #999;
}
.top-banner .banner-content {
    width: 975px;
    margin: 0 auto;
}
.top-banner a {
    font-weight: bold;
}
.top-banner.welcome-non-fan {
    background-color: #D2ECF3;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333;
    overflow: hidden;
    transition: padding 0.3s,
                height 0.3s;
}
.top-banner.welcome-non-fan.hide {
    padding: 0;
    height: 0;
}
.top-banner.welcome-non-fan span {
    display: inline-block;
    text-align: center;
    color: white;
}
.top-banner .getting-one {
    display: block;
}
.top-banner .start-your-own {
    margin-left: 21px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 9px 18px;
    display: inline-block;
    border-radius: 5px;
}
.fan-banner {
    text-align: center;
    width: 100%;
    height: 100px;
    background-position: center;
}
.fan-banner-inner {
    width: 975px;
    display: inline-block;
    position: relative;
    height: 100px;
}
.fan-banner.viewing-fan.empty {
     background: linear-gradient(135deg, #816FF7 0%, #30D4BB 100%);
}
.fan-banner.non-fan.empty {
    background: linear-gradient(135deg, #816FF7 0%, #30D4BB 100%);
}
.fan-banner.non-fan.empty.showing-non-fan-banner {
    background: #EEF2F3;
}

.onboarding-collection-banner {
    background: linear-gradient(135deg, #30D4BB 0%, #00a2c8 100%);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFF;
    max-height: 250px;
    overflow: hidden;
    padding: 0;

    transition: max-height 0.5s;
}

.onboarding-collection-banner.hide {
    max-height: 0;
}

.onboarding-collection-banner .banner-content {
    width: 900px;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 25px;

    transition: opacity 0.3s;
}

.onboarding-collection-banner.hide .banner-content {
    opacity: 0;
}

.onboarding-collection-banner h1 {
    font-weight: 500;
    line-height: 32px;
}

.onboarding-collection-banner h3 {
    font-weight: 500;
    line-height: 24px;
}

.onboarding-collection-banner .got-it {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 5px;
}

/* fan bio */
.fan-bio-photo {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin: -30px 38px 0 0;
}
.fan-bio-photo .fan-bio-pic {
    position: relative;
}
.fan-bio-pic img,
.fan-bio-pic-existing img {
    outline: 1px solid rgba(0,0,0,0.05);
    outline-offset: -1px;
}
.fan-bio-photo .fan-bio-pic button {
    position: absolute;
    /* right: 5px; */
    /* bottom: 5px; */
    top: 90px;
    left: 94px;
}
.fan-bio {
    display: inline-block;
    vertical-align: top;
    color: #333333;
}
.fan-bio-inner {
    width: 698px;
    display: inline-block;
    margin-top: 18px;
    margin-right: 15px;
}
.fan-bio .wide {
    display: block;
}
.fan-bio .skinny {
    display: none;
}
.fan-bio a > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
}
.fan-bio .name {
    margin: 0 0 8px;
    max-width: 698px;
}
.fan-bio .name-inner {
    vertical-align: top;
    margin-top: 4px;
}
.fan-bio .name > * {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}
.fan-bio .name-inner > * {
    display: inline-block;
}
.fan-bio .name h1 {
    margin: 0 16px 0 0;
    vertical-align: bottom;
    font-size: 30px;
}

.fan-bio .edit-profile {
    color: #999;
    margin: 0 2px 0 0;
}
.fan-bio .edit-profile > a {
    border: 1px solid #939497;
    border-radius: 5px;
    outline: none;
    background: white;
    color: #828282;
    font-weight: 500;
    padding: 5px 9px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
}
.fan-bio .edit-profile-icon {
    display: inline-block;
    fill: #828282;
    vertical-align: bottom;
    display: inline-block;
    vertical-align: middle;
}
.fan-bio .share-wrapper {
    margin-left: 8px;
    margin-top: 4px;
}
.fan-bio .share-items {
    color: #999;
    margin: 6px 5px 2px 0;
    font-size: 0;
    line-height: 14px;
}
.fan-bio.owner .share-items {
    margin-left: 0;
}
.fan-bio .share-items a {
    color: rgb(0,161,198);
}
.fan-bio .share-profile-icon {
    fill: rgb(0,161,198);
    padding: 4px 4px 0 0;
}
.fan-bio .expand-share {
    color: #999;
}
.fan-bio .share-items > * {
    display: inline-block;
    vertical-align: middle;
}
.share-modal {
    text-align: center;
    margin-bottom: 20px;
}
.share-modal .buttons {
    margin: 20px auto 0 auto;
    width: 230px;
}
.share-modal .buttons > * {
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
}
.share-modal .buttons a {
    display: inline-block;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
}
.share-modal .buttons > *:first-child {
    margin-bottom: 16px;
}
.share-modal .buttons .facebook-share-ctrl {
    background-color: rgb(37,88,155);
    color: #FFF;
}
.share-modal .buttons .twitter-ctrl {
    background-color: #FFF;
    color: #333;
    border: 1px solid #CCC;
}
.share-modal .buttons .facebook-share-ctrl a {
    color: #FFF;
}
.share-modal .buttons .twitter-ctrl a {
    color: #333;
}
.share-modal .or-copy {
    margin: 26px 0 8px;
}
.share-modal .social-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    vertical-align: middle;
    margin: 2px 0 5px 2px;
}
.share-modal .social-icon.fb {
    background-color: rgb(37,88,155);
}
.share-modal .social-icon.twitter {
    background-color: rgb(85,172,238);
}
.share-modal .fb-logo {
    display: inline-block;
    fill: #FFF;
    width: 15px;
    height: 15px;
    margin-bottom: 1px;
    vertical-align: middle;
}
.share-modal .tw-logo {
    vertical-align: middle;
    display: inline-block;
    fill: rgb(85,172,238);
    width: 15px;
    height: 15px;
    margin-right: 4px;
}
.share-modal .share-url {
    padding: 4px 8px;
    background-color: #f0f0f0;
    color: #333;
    line-height: 18px;
    border: 1px solid #ccc;
    vertical-align: baseline;
    display: inline-block;
    width: 212px;
    overflow: scroll;
    white-space: nowrap;
}

.fan-bio .info {
    margin-top: 6px;
}

.fan-bio .info > * {
    display: inline-block;
    vertical-align: middle;
}

.fan-bio ol.info-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fan-bio ol.info-items li {
    display: block;
    color: #828282;
    margin: 4px 0;
}

.fan-bio ol.info-items li > * {
    display: inline-block;
}

.fan-bio .edit-profile {
    display: none;
}
.fan-bio.owner .edit-profile {
    display: inline-block;
}

/* follow/unfollow */
.follow-unfollow,
.follow-unfollow-inactive {
    border: 1px solid rgb(0,161,198);
    border-radius: 5px;
    outline: none;
    background: white;
    color: rgb(0,161,198);
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 6px 6px 6px;
    font-size: 11px;
    min-width: 88px;
    line-height: 14px;
    align-self: flex-start;
}
.follow-unfollow.thats-you {
    cursor: default;
    border: 1px solid rgba(255,255,255,0);
    color: #828282;
    padding: 7px 7px 7px 0;
}
.follow-unfollow.thats-you .thats-you-msg {
    display: inline-block;
    float: left;
}
.follow-unfollow.following {
    border: 1px solid rgba(255,255,255,0);
    padding: 6px 9px 7px 0;
    color: #828282;
}
.follow-unfollow-inactive.following {
    border: 1px solid rgba(255,255,255,0);
    padding: 6px 9px 7px 7px;
    color: #828282;
}
.follow-unfollow .following-checkmark {
    fill: #818285;
}
.follow-unfollow-inactive .following-checkmark {
    fill: #FFF;
}
.follow-unfollow .follow-plus {
    fill: rgb(0,161,198);
}
.follow-unfollow .plus {
    padding-right: 6px;
}
.follow-unfollow > *,
.follow-unfollow-inactive > * {
    display: none;
}
.follow-unfollow.following .checkmark,
.follow-unfollow-inactive.following .checkmark,
.follow-unfollow.following .following-msg,
.follow-unfollow-inactive.following .following-msg,
.follow-unfollow:not(.following) .plus,
.follow-unfollow:not(.following) .follow-msg {
    display: inline-block;
    vertical-align: middle;
}
.follow-unfollow-inactive,
.follow-unfollow-inactive:hover {
    text-decoration: none;
    cursor: default;
}
/* end follow/unfollow */


.fan-bio .location,
.fan-bio .views,
.fan-bio .plays,
.fan-bio .dot,
.fan-bio .items-in-common {
    color: #999;
}
.fan-bio .location,
.fan-bio .views {
    margin: 0;
}
.fan-bio .blurb {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 0 0;
}
.fan-bio .blurb.skinny {
    display: none;
}
.fan-bio .website {
    font-size: 15px;
    line-height: 22px;
}
.fan-bio .website a {
    /*color: #333;*/
    /*text-decoration: underline;*/
}
.fan-bio .dot {
    margin-right: 3px;
}

.report-fan-icon {
    background-position: 0 -20px;
    min-height: 10px;
    display: inline-block;
    width: 18px;
    margin-top: 10px;
    cursor: pointer;

    position: absolute;
    top: 20px;
    right: 0;
}

/* grids - general */
.grids {
    color: #333333;
    margin: 0 0 100px 0;
}
.grids.disabled {
    opacity: 0.5;
}

/* grids - tabs */
.grids .grid-tabs-anchor {
    /*height: 50px;*/
}
.grids .grid-tabs-anchor.extra {
    /*height: 100px;*/
}
#grid-tabs-sticky.fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;
    z-index: 10;
    background: #FFF;
    margin: 0 auto;
    width: 100%;
    transition: padding-top .25s ease-out;
}
#grid-tabs-sticky.fixed.menubar-visible {
    padding-top: 54px;
}
#grid-tabs-sticky .missing-purchases-wrapper {
    position: relative;
    padding-bottom: 0;
}
#grid-tabs-sticky .missing-purchases-link {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 24px;
    color: #818285;
}
/*#grid-tabs-sticky.fixed .search {
    position: absolute;
    right: 0;
    top: 13px;
}*/
.grids ol.tabs {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    font-size: 0;
}
.grids ol.tabs.small {
    border: none;
}
.grids ol.tabs .tab-title {
    font-weight: 600;
    margin-right: 2px;
}
.grids ol.tabs .tab-title .count::before {
    content: '\2002';
}
.grids ol.tabs .tab-title .count {
    font-weight: 400;
}
.grids ol.tabs li {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    padding: 10px 20px;
    color: rgb(0,161,198);
    cursor: pointer;
    border-bottom: 0;
    margin-bottom: -1px;
    line-height: 15px;
}
.grids ol.tabs.small li {
    font-size: 14px;
    padding-top: 0;
    margin-top: 0;
    height: 14px;
}
.grids ol.tabs.small li:first-child {
    padding-left: 0;
}
.grids ol.tabs.small li:not(:last-child) {
    border-right: 1px solid #ccc;
}
.grids ol.tabs li.active,
.grids ol.tabs li.active:hover {
    border-bottom: 2px solid rgba(51, 51, 51, 1);
    color: #333333;
    cursor: default;
}
.grids ol.tabs.small li:hover,
.grids ol.tabs.small li.active,
.grids ol.tabs.small li.active:hover {
    border-bottom: none;
}

/* grids - owner controls */
.grids .owner-controls {
    padding-bottom: 0;
}
.grids .collection-controls {
    margin: 20px auto 16px auto;
    position: relative;
    height: 25px;
}
.grids .collection-controls.has-search {
    margin-bottom: 16px;
}
.grids .following-genre-controls {
    flex-grow: 0;
    flex-basis: 500px;
}
/* Search grid handling */
.collection-grid .no-match {
    margin-left: 9px;
    margin-top: 20px;
    color: #999;
    font-size: 14px;
}
.collection-grid .no-match .search-term {
    font-weight: bold;
}
.grids .search {
    position: relative;
    height: 25px;
}
.grids .search .search-box {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    display: inline-block;
    width: 182px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 22px;
    margin: 0;
}
.grids .search .search-box:focus {
    outline: none;
    border-color: #50a1e6;
    box-shadow: 0 0 5px #b4d7f9;
}

.grids .search .search-icon {
    fill: #939497;
    position: absolute;
    left: 7px;
    top: 26%;
}
.grids .search .search-spinner {
    position: absolute;
    left: 190px;
    top: 21%;
    display: none;
}
.loading-new-items .upload-spinner {
    width: 30px;
    height: 30px;
}
.upload-progress .upload-spinner,
.loading-new-items .upload-spinner,
.grids .search.searching .search-spinner {
    display: inline;

    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform: rotate(360deg);
    } to {
        transform: rotate(0deg);
    }
}
.grids .search .close-search-results {
    position: absolute;
    fill: #939497;
    left: 186px;
    padding: 7px;
    cursor: pointer;
    display: none;
}
.grids .search.searched .close-search-results {
    display: inline;
}
#search-spinner .st1 {
    fill: #606463;
}
#search-spinner .st2 {
    fill: #717474;
}
#search-spinner .st3 {
    fill: #7C7F7E;
}
#search-spinner .st4 {
    fill: #8D8F8F;
}
#search-spinner .st5 {
    fill: #BBBAB9;
}
#search-spinner .st6 {
    fill: #D2D2D1;
}
#search-spinner .st7 {
    fill: #DCDCDC;
}
#search-spinner .st8 {
    fill: #A4A4A5;
}

.grids .collection-controls .hidden-links {
    display: inline-block;
    width: 600px;
    position: absolute;
    right: 0;
    top: 4px;
    text-align: right;
}
.grids .hidden-links a {
    color: #818285;
    display: inline;
    margin-left: 10px;
}

/* wishlist control */
.grids .wishlist-controls {
    margin: 20px auto 0px auto;
    position: relative;
    height: 25px;
}
.grids .wishlist-controls.has-search {
    margin-bottom: 16px;
}
.grids .wishlist-visibility-container {
    text-align: right;
    margin-bottom: 16px;
    display: inline-block;
    width: 600px;
    position: absolute;
    right: 0;
    top: 4px;
    text-align: right;
}
.grids .wishlist-visibility-container > * {
    vertical-align: middle;
    display: inline-block;
}

/* following genre control */
.grids .following-genre-controls {
    margin: 0px auto 0px auto;
    position: relative;
    height: 23px;
}
.grids .following-genre-visibility-container {
    white-space: nowrap;
    text-align: right;
    margin-top: -4px;
    margin-bottom: 16px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    text-align: right;
}
.grids .following-genre-visibility-container > * {
    vertical-align: middle;
    display: inline-block;
}

/* grids - grid */
.grids .grid {
    width: 986px;
    margin: 0 auto;
    overflow: hidden;
}
.grids .grid > .inner {
    height: 0;
    margin: 0;
    overflow: hidden;
}
.grids .grid.active > .inner {
    height: auto;
    margin: 16px auto 0 auto;
}
.grids .grid.active,
.grids .grid.active > .inner {
    overflow: visible;
}
/*.grids .follow-grid {
    margin: 16px auto 0 auto;
}*/


/* grids - collection items */
.collection-items {
    margin-bottom: 40px;
}
.collection-items.empty {
    display: none;
}
.collection-items.small-collection {
    margin-bottom: 40px;
}
.hidden-collection-msg {
    margin: 40px auto;
}
ol.collection-grid, li.collection-item-container {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ol.collection-grid {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.collection-grid > li {
    margin: 0 10px 15px 11px;
}

li.collection-item-container {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*padding: 9px;*/
    border: solid 1px transparent;
    word-wrap: break-word; /* wraps long urls in FF */
    width: 230px;
    min-height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* fundraiser hacks */
.also-collected-hidden li.collection-item-container {
    min-height: 340px;
}

li.collection-item-container.gift-given, li.collection-item-container.hidden {
    min-height: 250px;
    z-index: 0;
}

li.collection-item-container > * {
    margin: 9px;
}

li.collection-item-container.playing, li.collection-item-container.active {
}
li.collection-item-container .track_play_time {
    float: right;
    color: #999;
    font-size: 12px;
    padding-right: 3px;
    display: none;
}
/*li.collection-item-container.playing .track_play_time {
    display: inline;
}*/
li.collection-item-container.wishlisted .wishlist-msg {
    display: none;
}
li.collection-item-container.wishlisted .wishlisted-msg {
    display: inline;
}
li.collection-item-container.render-hidden {
    display: none;
}

.expand-container{
    width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
    height: 40px;
    display: none;
}

.preference-container {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
    height: 40px;
    display: block;
}

.expand-container.show-button,
.expand-container.show-loading,
.expand-container.show-button .show-more,
.expand-container.show-loading .loading-new-items {
    display: block;
}

.expand-container.show-button .loading-new-items,
.expand-container.show-loading .show-more {
    display: none;
}

.expand-container .show-more, .preference-container .open-prefs {
    margin: auto;
    display: block;
    border: none;
    background: #1DA0C3;
    color: white;
    height: 40px;
    width: 250px;
    font-size: 13px;
    font-weight: 600;
    outline: none;
}
.preference-container .open-prefs.disabled {
    background: #eee;
    color: #888;
}
.expand-container .loading-new-items {
    text-align: center;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}



.collection-item-details-container {
    padding-bottom: 20px;
}
.collection-item-gallery-container.placeholder {
    min-height: 363px;
    border: solid 1px #DDD;
}
.multiple-number {
    display: none;
}
.collection-item-art-container {
    /*height: 210px;*/
    /*width: 210px;*/
    margin-bottom: 10px;
    outline: 1px solid rgba(0,0,0,0.05);
    outline-offset: -1px;
}
.collection-item-art-container {
    /*height: 210px;*/
    /*width: 210px;*/
    margin-bottom: 10px;
    outline: 1px solid rgba(0,0,0,0.05);
    outline-offset: -1px;
}
.collection-item-art-container *:focus {
    outline: none;
}
.gift-given .collection-item-art-container {
    margin-bottom: 10px;
}
.gift-given .multiple .collection-item-art-container {
    margin-bottom: 20px;
}
.no-streaming .collection-item-art-container a {
    cursor: default;
}
.collection-item-art {
    display: block;
    width: 210px;
    height: 210px;
}
.collection-item-art.empty {
    height: 210px;
    width: 210px;
}

.collection-item-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

/* private item handling */
.collection-item-private-container .title {
    display: inline-block;
    width: 147px;
}
.collection-item-private-container .private-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}
.collection-item-private-container .private-badge {
    display: inline-block;
    width: 52px;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(23,38,36,0.75);
    background-color: #e5e5e5;
    border-radius: 3px;
    text-align: center;
    padding: 2px 0;
    font-weight: 500;
    margin-top: -3px;
    cursor: pointer;
}
.collection-item-title.private {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.collection-item-artist.private {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.private-dialog h4 {
    margin-top: 0;
    margin-bottom: 6px;
}

.item-link {
    color: #505958;
}
.item-link-alt {
    display: none;
}

.collection-item-artist {
    font-size: 1em;
    margin-bottom: 10px;
}

.collection-item-container .package-details {
    margin-bottom: 10px;
}
.collection-item-container .package-details .package-images {
    overflow: auto;
}
.collection-item-container .package-details h3 {
    font-size: 1em;
    font-weight: normal;
    margin-top: 5px;
    color: #999;
}
.collection-item-container .package-details ul,
.collection-item-container .package-details li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.collection-item-container .package-details ul {
    overflow: hidden;
}
.collection-item-container .package-details li {
    float: left;
    margin-right: 6px;
    position: static;
    width: 66px;
    height: auto;
    display: none;
}
.collection-item-container .package-details li:nth-child(-n+3) {
    display: block;
}
.collection-item-container .package-details li:nth-child(3) {
    margin-right: 0;
}
.collection-item-container .package-details li:last-child {
    margin-right: 0;
}

.collection-item-container .package-details .gallery_item img {
    height: 48px;
    width: 64px;
}

.collection-item-fav-track {
    margin-bottom: 10px;
    visibility: hidden;
}
.fan-container.mine .collection-item-container:hover .collection-item-fav-track,
.collection-item-container.editing .collection-item-fav-track,
.collection-item-fav-track.fav-track-set {
    visibility: visible;
}
.collection-item-fav-track.can-choose-track {
    min-height: 36px;
}
.collection-item-fav-track .fav-track-link {
    color: #505958;
}
.collection-item-fav-track .fav-track-link.private {
    color: #505958;
}
.favoriteTrackLabel {
    display: block;
    color: #999;
}
.collection-item-fav-track .fav-track-static {
    display: none;
}

.collection-item-why {
    display: block;
    margin-bottom: 10px;
    color: #595959;
}

.collection-item-why .text {
    font-family: georgia,serif;
    font-style: italic;
    font-size: 13px;
    line-height: 1.3846153846em;
    display: inline-block;
    width: 100%;
}


.collection-item-container .edit-item-link {
    display: inline-block;
    opacity: 0;
}
#collection-items .collection-item-container:hover .edit-item-link,
#collection-search-items .collection-item-container:hover .edit-item-link,
#collection-items .collection-item-container .edit-item-link:focus,
#collection-search-items .collection-item-container .edit-item-link:focus,
ol.collection-grid.tablet .collection-item-container .edit-item-link {
    opacity: 1;
    -moz-transition: visibility 0.1s ease-out;
    -webkit-transition: visibility 0.1s ease-out;
    transition: visibility 0.1s ease-out;
}

.collection-item-actions {
    overflow: visible;
    visibility: hidden;
}
.collection-item-actions.purchased {
    visibility: visible;
}
.collection-item-container:hover .collection-item-actions, .collection-item-container.playing .collection-item-actions, .collection-item-container.active .collection-item-actions, ol.collection-grid.tablet .collection-item-container .collection-item-actions {
    visibility: visible;
    -moz-transition: visibility 0.1s ease-out;
    -webkit-transition: visibility 0.1s ease-out;
    transition: visibility 0.1s ease-out;
}

.collection-item-container.editing .collection-item-actions {
    visibility: hidden;
}

li.collection-item-container.playing, li.collection-item-container.active {
    border: solid 1px #b2b2b2;
    /*padding: 9px;*/
}

.collection-item-actions ul {
    padding: 0px;
    margin: 0px;
    font-size: 0;
}
.collection-item-actions li {
    display: inline-block;
    list-style-type: none;      /* TODO: list-style-type or background img? */
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    font-size: 12px;
}
.collection-grid .collection-item-actions li {
    margin-right: 0;
}

.collection-item-actions li.first {
    padding-left: 0px;
    list-style-type: none;       /* TODO: list-style-type or background img? */
}
.collection-item-actions li.hidden {
    display: none;
}

.collection-item-actions a, .collection-item-actions .purchased-msg-text {
    font-size: 12px;
}
.purchased li + .dot {
    display: none;
}

.collection-item-actions li.buy-now, .collection-item-actions li.hear-more {
    border: none;
}
.collection-item-actions li.hear-more-alt {
    display: none;
}

.collection-item-actions span.dot {
    font-size: 12px;
    color: #999;
    padding: 0 0.25em;
}
.collection-item-actions span.view a {
    font-size: 14px;
    line-height: 14px;
    padding:0 0.1em 0 0.15em;
}
.collection-item-actions div {
    display: inline-block;
}

.collection-item-actions span.collect-item-icon {
    display: inline-block;
    height: 13px;
    width: 14px;
    position: relative;
    top: 2px;
}
.collection-item-actions .wishlist-msg span.collect-item-icon {
    background-position: 0px -73px;
}
.collection-item-actions .wishlisted-msg span.collect-item-icon {
    background-position: -28px -73px;
}
.collection-item-actions .purchased-msg span.collect-item-icon {
    background-position: -42px -73px;
}
.collection-item-actions #wishlist-alert {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 1.1em;
    margin: 4px;
}

.collection-item-actions .wishlist-msg,
.collection-item-actions .wishlisted-msg,
.collection-item-actions .purchased-msg {
    display: none;
}
.collection-item-actions.wishlist .wishlist-msg {
    display: inline;
}
.collection-item-actions.wishlisted .wishlisted-msg {
    display: inline;
    position: relative;
}
.collection-item-actions.purchased .purchased-msg {
    display: inline;
    cursor: default;
}
.wishlisted-msg span:first-child {
    position: relative;
}

.collection-item-container.editing .collected-by {
    display: none;
}
#fan-container .collected-by {
    font-size: 11px;
}
#fan-container.mine .collected-by {
    font-size: 12px;
}
#fan-container.mine .collected-by a.item-link {
    color: rgb(0,161,198);
}
.fanThumbs {
    margin-bottom: 3px;
}
.fanThumbs .fanThumb {
    height: 25px;
    width: 25px;
    margin-right: 6px;
}
.moreFanThumbs.hidden {
    display: none;
}
/*#fan-container .collected-by a.more-writing, #fan-container .collected-by a.more-thumbs {
    font-size: 11px;
}*/

div.comments-container.hidden {
    display: none;
}
.comment {
    margin-bottom: 6px;
}
.comment img {
    float: left;
    padding-right: 5px;
}
.comment p {
    padding-left: 31px;
    line-height: 1.2em;
}
.comment p span.author {
    font-weight: bold;
    padding-right: 3px;
}

.collection-item-container .item_link_play {
    position: relative;
    display: block;
    top: -206px; /* 206px, -221px */
    left: -1px;
}

.collection-item-container.no-streaming .item_link_play {
    display: none;
}

.collection-item-container .item_link_play_bkgd {
    position: absolute;
    display: inline-block;
    width: 74px;
    height: 54px;
    background-color: black;
    top: 73px;
    left: 69px;
}

.collection-item-container .item_link_play_widget {
    position: absolute;
    display: inline-block;
    top: 90px;
    left: 98px;
    width: 17px;
    height: 20px;
    background-position: -17px -140px;
}

.collection-item-container .item_link_play_bkgd, .collection-item-container .item_link_play_widget {
    opacity: 0;
    -moz-transition: opacity 0.1s ease-out;
    -webkit-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

.collection-item-container.playing .item_link_play_bkgd, .collection-item-container:hover .item_link_play_bkgd,
.collection-item-container.playing .item_link_play_bkgd, .collection-item-container .item_link_play:focus .item_link_play_bkgd {
    opacity: 0.5;
}

.collection-item-container.playing .item_link_play_widget, .collection-item-container:hover .item_link_play_widget,
.collection-item-container.playing .item_link_play_widget, .collection-item-container .item_link_play:focus .item_link_play_widget {
    opacity: 1;
}

.collection-item-container.playing .item_link_play_widget {
    background-position: 0px -140px;
}

.play_status {
    display: inline-block;
    height: 17px;
    width: 17px;
    background-image: url(../gif/miniplaypause.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.play_status.playing {
    background-position: 0px -17px;
}

/* subscription item */
.subscription-item .collection-item-art-container {
    border-radius: 50%;
    overflow: hidden;
    outline: none;
}
.subscription-item .collection-item-fav-track {
    display:none;
}
.subscription-item .collected-by-header .item-stat:after {
    color: #999;
    content: '·';
    display: inline-block;
    padding:0 0 0 .25em;
}
.subscription-item .collected-by-header .item-stat:last-child:after  {
    display:none;
}
#fan-container.mine .subscription-item .collected-by {
    font-size:11px;
}

/* wishlist */

.separator {
    border-top: 1px dashed #ddd;
}

.hidden-items-header {
    font-size: 15px;
    color: #333333;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
}

.hidden-items-header.show-hide .link-title {
    cursor: pointer;
}

.hidden-items-header .link-title {
    font-weight: 600;
}

#wishlist-items-container p.wishlist-header-msg,
#hidden-items-container p.hidden-items-header-msg,
#private-items-container p.private-items-header-msg {
    font-size: 13px;
    display: block;
}
.wishlist-header-msg .bc-ui2.collect-item-icon{
    width: 15px;
    height: 13px;
    display: inline-block;
    background-position: 0px -72px;
    margin-bottom: -2px;
}

#hidden-items-container .show-hide {
    color: rgb(0,161,198);
}

#hidden-items-container .hidden-items-header-msg {
    margin: 12px auto 12px auto;
}

#wishlist-items-container p.empty-wishlist {
    font-weight: bold;
}

#wishlist-items-container .wishlist-img {
    width: 720px;
    height: 360px;
    background: url('../jpg/how-to-wishlist.jpg') no-repeat;
    display: block;
    margin: 0 0 0 30px;
}

/* empty collection */
.collection-items .empty-collection {
    min-height: 120px;
    margin-top: 56px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

.collection-items .empty-collection .app {
    display: none;
}

.collection-items .empty-collection a {
    display: block;
    border: 1px solid rgb(0,161,198);
    color: rgb(0,161,198);
    width: 290px;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    padding: 19px 0;
    font-weight: 500;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 22px;
}

/* gifts given */

.gifts-given-header {
    font-size: 15px;
    color: #333333;
    display: block;
    font-weight: normal;
}
.gifts-given-search-header {
    font-size: 15px;
    color: #666;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 9px;
}
.gifts-given-header .link-title {
    font-weight: 600;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

#gifts-given-container p.gifts-given-header-msg,
#gifts-given-search-items-container p.gifts-given-header-msg {
    font-size: 13px;
    display: block;
}

#gifts-given-container .gifts-given-info,
#gifts-given-search-items-container .gifts-given-info {
    margin: 12px auto 12px auto;
}

#gifts-given-container .gift-logo,
#gifts-given-search-items-container .gift-logo {
    display: inline-block;
    fill: #333;
    vertical-align: bottom;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#gifts-given-container .multiple .collection-item-art-container .multiple-number, #hidden-items-container .multiple .collection-item-art-container .multiple-number,
#gifts-given-search-items-container .multiple .collection-item-art-container .multiple-number, #hidden-items-container .multiple .collection-item-art-container .multiple-number {
    width: 47px;
    height: 47px;
    background:#fff;
    border-radius: 999em;
    display:block;
    position: absolute;
    top: 2px;
    left: -1px;
    text-align:center;
    font-weight: bold;
    font-size: 15px;
    line-height: 47px;
    border: 1px solid #505958;
}

#gifts-given-container .multiple .collection-item-art-container:before, #hidden-items-container .multiple .collection-item-art-container:before,
#gifts-given-search-items-container .multiple .collection-item-art-container:before, #hidden-items-container .multiple .collection-item-art-container:before {
    content: "after";
    display: block;
    position: absolute;
    z-index:-1;
    top: 11px;
    left: 9px;
    width: 210px;
    height: 210px;
    border: 1px solid #999;
    background: #fff;
}

#gifts-given-container .multiple .collection-item-art-container:after, #hidden-items-container .multiple .collection-item-art-container:after,
#gifts-given-search-items-container .multiple .collection-item-art-container:after, #hidden-items-container .multiple .collection-item-art-container:after {
    content: "after";
    display: block;
    position: absolute;
    z-index:-2;
    top: 15px;
    left: 13px;
    width: 210px;
    height: 210px;
    border: 1px solid #999;
    background: #fff;
}

.collection-item-gallery-container.multiple {
    margin-left: 7px;
}

.collection-item-gift-given-title.hidden {
    display: none;
}

li.collection-item-container .release-label,
li.collection-item-container .release-label-dark {
    background: #e5e5e5;
    background-color: rgba(0,0,0,0.1);
    border-radius: 2px;
    /* maybe a pill? */
    /*border-radius: 9px;*/
    padding: 4px 6px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 6px;
    margin-top: 0;
}
.release-label,
.release-label > a,
.release-label-dark,
.release-label-dark > a {
    display:inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.release-label > a,
.release-label-dark > a {
    /**/
}
.release-label,
.release-label > a {
    /*color: #505958;*/
    color: rgba(23,38,36,0.75);
}
.release-label > strong,
.release-label > a > strong {
    color: rgb(23,38,36);
}
.release-label-dark {
    background: #73807e;
    background-color: rgba(0,26,22,0.55);
}
.release-label-dark,
.release-label-dark > strong,
.release-label-dark > a,
.release-label-dark > a > strong {
    color:#fff;
}
.item-link+.release-label,
.item-link+.release-label-dark,
.collection-item-artist+.release-label,
.collection-item-artist+.release-label-dark {
    margin: -4px 0 12px;
}

/* share-dialog */
.share-dialog {
    padding: 0;
}
.share-dialog li {
    list-style-type: none;
}
.share-dialog li a {
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    border: solid rgba(0,0,0,0.3) thin;
    border-radius: 0.3125rem;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,0.2);
    color: #0687F5;
    display: block;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.375rem;
    margin: 0.75rem 0 0;
    padding: 0.375rem 0;
    text-align: center;
    width: 100%;
}

/* followeers */

.followeer-grid {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    font-size: 0;
}
.followeer-grid .followeer {
    display: inline-block;
    width: 239px;
    margin-bottom: 42px;
}
.follow-grid .expand-container {
    margin-top: 16px;
}
.follow-grid .following-tabs-wrapper {
    display: flex;
}
.follow-grid .following-tabs-wrapper .tabs {
    white-space: nowrap;
}
.followeer-grid .followeer.render-hidden {
    display: none;
}
.followeer .fan-image {
    display: inline-block;
    flex-shrink: 0;
    height: 70px;
    outline: 1px solid rgba(0,0,0,0.05);
    outline-offset: -1px;
}
.followeer .fan-image img {
    height: 70px;
    width: 70px;
}
.followeer .genre-image {
    display: inline-block;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    outline: 1px solid rgba(0,0,0,0.05);
    outline-offset: -1px;
    overflow: hidden;
}
.followeer .genre-image img.quarter {
    height: 35px;
    width: 35px;
}
.followeer .genre-image img.half {
    height: 70px;
    width: 70px;
}
.followeer .genre-image img.half.right {
    margin-right: -35px;
}
.followeer .genre-image img.half.left {
    margin-left: -35px;
}
.followeer .genre-image img.whole {
    height: 70px;
    width: 70px;
}
.followeer .fan-info,
.followeer .genre-info {
    margin-left: 13px;
    vertical-align: top;
    width: 154px;
    min-height: 55px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.followeer .genre-info .genre-info-inner {
    padding-bottom: 10px;
}
.followeer.no-image .fan-info {
    margin: 0px;
}
.followeer .fan-preview-info {
    vertical-align: top;
    margin-top: 7px;
    display: inline-flex;
    flex-direction: column;
}
.followeer .fan-location {
    color: #828282;
    font-size: 11px;
    flex-grow: 6;
    padding: 3px 0;
    width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.followeer .fan-genre {
    color: #333333;
    font-size: 11px;
    text-transform: lowercase;
}
.followeer .fan-num-in-common{
    color: #333333;
    font-size: 11px;
}
.followeer .fan-username,
.followeer .genre-name {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    display: block;
}
.followeer .genre-name {
    overflow: visible;
    white-space: normal;
}
.followeer .fan-collection-preview {
    margin-bottom: 18px;
}
.followeer .fan-collection-preview ul {
    list-style: none;
    padding: 0;
}
.followeer .fan-collection-preview li {
    display: inline-block;
    font-size: 0px;
    margin: 0 3px 0 0;
    outline: 1px solid rgba(0,0,0,0.05);
    outline-offset: -1px;
}
.followeer .fan-collection-preview li img {
    height: 27px;
    width: 27px;
}

/* admin controls */
.fan-bio .admin {
    border-top: 1px dashed #ccc;
    margin-top: 20px;
    padding-top: 6px;
    font-size: 12px;
    line-height: 22px;
    color: #8a8a8a;
}

.fan-bio .admin a:not(.button) {
    font-weight: 500;
    color: #a9750e;
    border-bottom: 1px solid #a9750e;
    margin-right: 15px;
}

.fan-bio .admin button, .fan-bio .admin a.button {
    margin: 6px 3px 0 3px;
    padding: 3px 6px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #666;
    background: #eee;
    display: inline-block;
}

.fan-bio .admin a.button {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.fan-bio .admin button.feature {
    margin-left: 6px;
}

.fan-bio .admin button.feature, .fan-bio .admin button.unfeature {
    color: #3a3;
    background-color: #dfd;
}

.fan-bio .admin .subscriptions {
    margin-left: 16px;
    display: inline;
}

.fan-bio .admin ul {
    padding-left: 6px;
    display: inline;
}

.fan-bio .admin .cancel-subscription {
    margin-left: 4px;
}

.fan-bio .admin li {
    font-weight: bold;
    list-style-type: none;
    display: inline;
}

.fan-bio .admin li::after {
    content: ',';
}

.fan-bio .admin li:first-of-type::after {
    content: '';
}

/* track_play_waypoint */
.track-play-waypoint-wrapper {
    position: fixed;
    bottom: -100px;
    height: 56px;
    width: 200px;
    z-index: 111;
    left: 20px;
    right: 0;

    transition: bottom 0s 0.2s;
}
.track-play-waypoint-wrapper.activated {
    bottom: 30px;

    transition: bottom 0s 0s;
}
.track_play_waypoint {
    opacity: 1;
    display: block;
    position: absolute;
    width: 200px;
    height: 46px;
    padding: 5px 5px;
    margin-top: 0px;
    margin-bottom: 2px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 100px;

    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
}
.track_play_waypoint.activated {
    opacity: 1;
    top: 0;
}

.waypoint-header-last, .waypoint-header-now {
    display: none;
    margin-bottom: 2px;
    font-size: .9em;
    color: white;
}
.track_play_waypoint.playing .waypoint-header-last, .track_play_waypoint.done .waypoint-header-now {
    display: none;
}
.track_play_waypoint.done .waypoint-header-last, .track_play_waypoint.playing .waypoint-header-now {
    display: inline-block;
}

.track_play_waypoint img {
    float: left;
    margin-right: 6px;
    height: 45px;
    width: 45px;
}

.waypoint-item-title, .waypoint-artist-title {
    max-width: 173px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    color: white;
}
.waypoint-item-title {
    font-weight: bold;
    font-size: .9em;
}
.waypoint-artist-title {
    font-size: .8em;
}

/* report fan */
.report-fan .item {
    margin-top: 10px;
}
.report-fan .item label {
    display: inline-block;
    width: 90px;
    text-align: right;
    vertical-align: top;
    margin: 4px 10px 0 0;
}
.report-fan .item .field-wrapper {
    display: inline-block;
    width: 336px;
}
.report-fan .item input {
    height: 18px;
    padding: 4px;
    width: 100%;
}

.report-fan .item textarea {
    padding: 4px;
    width: 100%;
}

.report-fan .item input.has-validation-error, .report-fan .item textarea.has-validation-error {
    border: 1px solid red;
}

.report-fan .error-bubble {
    margin-top: 2px;
}

.report-fan .buttons {
    width: 216px;
    margin: 16px 0 0 104px;
}

:lang(ja) .report-fan .buttons {
    width: 280px;
}

.ui-dialog.nu-dialog .report-fan button {
    width: 100px;
    background-color: #FFF;
    color: rgb(0,161,198);
    border: 1px solid rgb(0,161,198);
}
:lang(ja) .ui-dialog.nu-dialog .report-fan button {
    width: 120px;
}

.ui-dialog.nu-dialog .report-fan button:first-child {
    margin-right: 12px;
    background-color: rgb(0,161,198);
    border: 1px solid rgb(0,161,198);
    color: #FFF;
}

/* skinny view, portrait tablet - 3 items*/
@media (max-width:980px) {
    .fan-container .fan-bio-wrapper, .fan-container .tabs, .fan-container .owner-controls, #menubar, .fan-banner-inner, .subscriber-landing > .content, .fan-container .grid-header, .hidden-collection-msg, .hidden-collection-msg, .follow-grid .following-tabs-wrapper {
        width: 714px;
    }
    #menubar.menubar-2018 {
        min-width: 714px;
        width: auto;
    }
    .follow-grid .following-tabs-wrapper {
        display: inline-block;
        padding-left: 12px;
    }
    .owner-controls.following-genre-controls{
        max-width: 315px;
        margin: 8px 0px 0px 0px;

    }
    #menubar-wrapper,
    #menubar-wrapper.header-rework-2018 {
        min-width: 714px;
    }
    body[lang="ja"] .menubar .search {
        width: 230px;
    }
    #menubar #explore {
        display: none;
    }
    #menubar #feed-main.feed-main {
        display: none;
    }
    #menubar #feed-main.feed-small-collection {
        display: block;
    }

    .fan-container .fan-bio-wrapper {
        padding-bottom: 0;
    }

    .fan-container .grid {
        width: 736px;
    }

    .fan-container .grids {
        margin-top: 0;
    }

    .fan-bio-inner {
        width: 510px;
    }
    .fan-bio-photo {
        width: 160px;
    }
    .fan-bio .edit-profile {
        margin: 0 2px 0 0;
    }
    .fan-bio .share-wrapper-wide {
        display: none;
    }
    .fan-bio .share-wrapper-skinny {
        display: inline-block;
    }
    .fan-bio.owner .share-items {
        margin: 0;
    }
    .fan-bio .share-wrapper {
        margin-top: 8px;
    }

    .fan-bio-photo {
        margin: -30px 24px 0 0;
    }

    .fan-bio .blurb.wide {
        display: none;
    }
    .fan-bio .blurb.skinny {
        display: block;
    }

    .fan-bio-pic {
        width: 160px;
        height: 160px;
    }

    .fan-bio-pic img {
        max-height: 160px;
        max-width: 160px;
    }

    .fan-bio .name {
        max-width: 510px;
    }

    .fan-bio .blurb {
        margin: 16px 0 0 0;
    }

    .fan-bio .wide {
        display: none;
    }
    .fan-bio .skinny {
        display: block;
    }

    /* meaty reveal - hide all initial-batch items after the 39th */
    /* note: this is only for the initial pageload. after pageload, we transition to using render-hidden. */
    li.collection-item-container.initial-batch:nth-child(1n+40),
    .followeer-grid .followeer.initial-batch:nth-child(1n+40) {
        display: none;
    }

    .menubar-gift-card-balance {
        display: none;
    }

    .grids .following-genre-visibility-container {
        margin: 0px 0px;
        right: unset;
    }

    :lang(fr) .missing-purchases-wrapper, :lang(ja) .missing-purchases-wrapper {
        display: none;
    }
}

/* start of mobile phone styles */
@media (max-width:479px) {
    .follow-grid .following-tabs-wrapper {
        padding-left: 0px;
    }
}

/* normal view, 4 items */
@media (min-width: 981px) and (max-width: 1231px){

    /* meaty reveal - hide all initial-batch items after the 40th */
    /* note: this is only for the initial pageload. after pageload, we transition to using render-hidden. */
    li.collection-item-container.initial-batch:nth-child(1n+41),
    .followeer-grid .followeer.initial-batch:nth-child(1n+41) {
        display: none;
    }
}

/* extra wide view, 5 items */
@media (min-width:1232px) {
    .fan-container .fan-bio-wrapper, .fan-container .tabs, .fan-container .owner-controls, #menubar, .fan-banner-inner, .subscriber-landing > .content, .fan-container .grid-header, .fan-container .grid.follow-grid, .fan-container .tabs.small, .hidden-collection-msg, .hidden-collection-msg, .follow-grid .following-tabs-wrapper {
        width: 1214px;
    }
    #menubar.menubar-2018 {
        min-width: 1214px;
        width: auto;
    }
    .fan-container .grid {
        width: 1234px;
    }
    ol.collection-grid {
        width: 1256px;
    }
    .fan-bio-inner {
        width: auto;
    }
    .fan-bio .share {
    }
    .fan-bio .blurb.wide {
        width: 718px;
    }

    .fan-bio .name {
        max-width: 718px;
    }

    /* meaty reveal - hide all initial-batch items after the 40th */
    /* note: this is only for the initial pageload. after pageload, we transition to using render-hidden. */
    li.collection-item-container.initial-batch:nth-child(1n+41),
    .followeer-grid .followeer.initial-batch:nth-child(1n+41) {
        display: none;
    }
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/* Internationalization tweaks */

:lang(fr) .grids .search .search-box {
    width: 222px;
}


.collection-grid .collection-item-art-container .banner-container {
    position: absolute;
    overflow: hidden;
    width: 210px;
    height: 210px;
    cursor: pointer;
    pointer-events: none;
}

.collection-grid .collection-item-art-container .banner-outer {
    margin: 26px 0 0 58px;
    width: 210px;
    height: 210px;
}

.collection-grid .collection-item-art-container .banner-inner {
    font-size: 13px;
    font-weight: 500;
    color: white;
    margin-left: 15px;
    background: #1DA0C3;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0.3rem 0;
    cursor: pointer;
}

/* trackpipe/public/css/fan/collection/collection_hover.css */
/* CSS hover styles */
/* this has been factored out into it's own file in order
 * to avoid needing hover overrides on mobile web
 **/
.release-label > a:hover,
.release-label-dark > a:hover {
    text-decoration: none;
}

.fan-bio .admin button:hover {
    background-color: #f6f6f6;
}
.fan-bio .admin button.feature:hover, .fan-bio .admin button.unfeature:hover {
    background-color: #f6f6f6;
}

.ui-dialog.nu-dialog .report-fan button:hover > * {
    text-decoration: underline;
}
.ui-dialog.nu-dialog .report-fan button:disabled {
    background: rgb(0,161,198) !important; /* WHO ADDED !important TO NUDIALOG?! */
    border-color: rgb(0,161,198) !important;
}
.ui-dialog.nu-dialog .report-fan button:disabled:hover > * {
    text-decoration: none;
}

.fan-bio a:hover {
    text-decoration: none;
}
.fan-bio a:hover > span {
    text-decoration: underline;
}
.fan-bio .share-items.expanded a:hover span {
    text-decoration: none;
}

/* start follow-unfollow */
.follow-unfollow:hover {
    text-decoration: none;
}
.follow-unfollow:focus > * {
    text-decoration: underline;
}
.follow-unfollow.following:hover .unfollow-msg {
    display: inline-block;
}
.follow-unfollow.following:hover .following-checkmark,
.follow-unfollow.following:hover .following-msg {
    display: none;
}
.follow-unfollow.following:hover {
    border: 1px solid #939497;
    padding: 7px 10px 6px 10px;
    line-height: 15px;
}

/* subscribed changes*/
.follow-unfollow.following.subscribed {
    cursor: default;
}
.follow-unfollow.following.subscribed:hover .unfollow-msg {
    display: none;
}
.follow-unfollow.following.subscribed:hover .following-checkmark,
.follow-unfollow.following.subscribed:hover .following-msg {
    display: inline-block;
}
.follow-unfollow.following.subscribed:hover {
    border: none;
    padding: 8px 9px 7px 0;
}
/* end subscribe changes */

.follow-unfollow:hover .follow-msg {
    text-decoration: underline;
}
.fan-bio-inner .follow-unfollow.following:hover {
    margin-right: 6px;
}
/* end follow-unfollow */

.fan-bio .blurb-text a:hover,
.fan-bio .website a:hover {
    text-decoration: underline;
}

.grids ol.tabs li:hover {
    border-bottom: 2px solid rgb(0,161,198);
}

.collection-item-private-container .private-badge:hover {
    text-decoration: underline;
}

li.collection-item-container:hover {
    -moz-transition: border 0.1s ease-out;
    -webkit-transition: border 0.1s ease-out;
    transition: border 0.1s ease-out;
    border: dotted 1px #ccc;
    /*padding: 9px;*/
}

.collection-item-actions li:hover {
    cursor: pointer;
}

#hidden-items-container .show-hide:hover {
    text-decoration: underline;
}


/* trackpipe/public/css/fan/signup/fan_signup_common.css */
body.prevent-scroll {
    height: 100%;
    overflow: hidden;
}

/* common buttons */
.signup-common-form button,
.ui-dialog.nu-dialog .signup-common-form button,
.ui-dialog.nu-dialog .welcome-app-email-buttons button {
    background: rgb(0,161,198);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 1em;
    text-align: center;
    border: none;
    vertical-align: top;
}
.signup-common-form button:hover,
.ui-dialog.nu-dialog .signup-common-form button:hover,
.ui-dialog.nu-dialog .welcome-app-email-buttons button:hover,
.signup-common-form button:focus,
.ui-dialog.nu-dialog .signup-common-form button:focus,
.ui-dialog.nu-dialog .welcome-app-email-buttons button:focus {
    background: rgb(0,161,198);
    border: none;
    text-decoration: underline;
}
.signup-common-form button:active,
.ui-dialog.nu-dialog .signup-common-form button:active,
.ui-dialog.nu-dialog .welcome-app-email-buttons button:active {
    background: rgb(0,161,198);
    border: none;
}
.signup-common-form button[disabled],
.ui-dialog.nu-dialog .signup-common-form button[disabled],
.signup-common-form button[disabled]:hover,
.ui-dialog.nu-dialog .signup-common-form button[disabled]:hover,
.ui-dialog.nu-dialog .welcome-app-email-buttons button[disabled],
.ui-dialog.nu-dialog .welcome-app-email-buttons button[disabled]:hover {
    background: #555;
    color: #ccc;
    opacity: 0.3;
    border: none;
    text-decoration: none;
}

.ui-dialog.nu-dialog .signup-common-form button.submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.ui-dialog.nu-dialog .action-form button.login {
    background-color: #FFF;
    color: rgb(0,161,198);
    border: 1px solid rgb(0,161,198);
}


/* nu-dialog tweaks */

.ui-dialog.nu-dialog.blank-title .ui-dialog-titlebar {
    border: none;
    background-color: #FFF;
}

.ui-dialog.nu-dialog.blank-title .ui-dialog-content {
    padding-top: 0;
}

.ui-dialog.nu-dialog.transparent-background {
    background: transparent;
}

.ui-dialog.nu-dialog.hide-title .ui-dialog-titlebar {
    display: none;
}

.ui-dialog.nu-dialog.hide-title .ui-dialog-content {
    padding-top: 0;
    padding-bottom: 35px;
}

.ui-dialog.nu-dialog.overflow-dialog {
    overflow: visible;
}

.ui-dialog.nu-dialog.overflow-dialog .ui-dialog-titlebar {
    border-radius: 5px 5px 0 0;
}

.ui-dialog.nu-dialog .ui-dialog-titlebar-close {
    z-index: 5;
}

.ui-dialog.nu-dialog.blank-title.mobile-onboarding .ui-dialog-titlebar {
    position: absolute;
    right: 0px;
}

/* stuff common to all panes */

.signup-common-form {
    opacity: 0;
}

/* default inner: full width */
.signup-common-inner {
    width: 100%;
    margin: 0 auto;
}

.signup-common-form.visible {
    opacity: 1;
}

.signup-common-form.immediate {
    transition: opacity 0s;
}

.signup-common-form .siteroot {
    background-color: #ededed;
    padding: 5px 7px 5px 0px;
}

.signup-common-form .item.heading-item {
    font-size: 14px;
    margin: 0 auto 16px auto;
    padding: 0;
}

.signup-common-form .error-bubble {
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    color: #c43329;
    margin: 5px 0 0 0;
}

.signup-common-form label {
    width: 11em;
    display: block;
    width: 100%;
    display: block;
    text-align: left;
    clear: both;
    margin-bottom: 2px;
    /*line-height: 1em;*/
    font-size: 16px;
    /*line-height: 16px;*/
    margin-top: 10px;
    z-index: 0;
}

.signup-common-form .item {
    padding: 0 0 10px 0;
    width: 100%;
    margin: 0 auto;
}

.signup-common-form .buttons {
    padding-top: 2px;
    width: 100%;
    margin: 0 auto;
}

.ui-widget-content .signup-common-form a,
.signup-common-form a {
    color: rgb(0,161,198);
    cursor: pointer;
}

.ui-widget-content .signup-common-form .buttons a:hover,
.signup-common-form .buttons a:hover {
    text-decoration: underline;
}

.signup-common-form .divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #818285;
    margin-bottom: 28px;
    opacity: 0.5;
}

.signup-common-form .divider.lower-divider {
    margin-top: 20px;
}

.signup-common-form input[type=text],
.signup-common-form input[type=email],
.signup-common-form input[type=password] {
    height: 35px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
}

.signup-common-form input[type=text].has-validation-error,
.signup-common-form input[type=email].has-validation-error,
.signup-common-form input[type=password].has-validation-error {
    border: 1px solid #c43329;;
}

.signup-common-form .hint {
    font-size: 12px;
}

.signup-common-form .dialog-body {
    font-size: 16px;
    line-height: 20px;
}

.signup-common-form .skinny {
    width: 340px;
    margin: 0 auto;
}

/* signup pane */

.signup-form .signup-common-inner {
    margin-top: 10px;
}

.signup-form .choose-your-url {
    text-align: center;
    margin-bottom: 10px;
}

.signup-form .email,
.signup-form .email-inner,
.signup-form .username,
.signup-form .username-inner,
.signup-form .username-input  {
    display: inline-block;
    width: 100%;
}

.signup-form .email-checking {
    position: absolute;
    right: 44px;
    top: 54px;
    width: 25px;
}

.signup-form .email-label {
    margin: 2px 0 2px 0;
}

.signup-form .email-inner {
    font-size: 14px;
    font-weight: bold;
    /*margin: 0 5px 0 0;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

/* band login in signup form */

.signup-form .existing-account-wrapper {
    transition: padding 0.2s,
                background 0.3s,
                margin 0.2s;

    background-color: rgba(244,236,134, 0);
    padding: 0 20px 0 20px;
    margin: 0 -20px 0 -20px;
}

.signup-form .existing-account-wrapper.show-existing {
    background-color: rgba(244,236,134, 1);
    padding: 15px 20px 5px 20px;
    margin: 0 -20px 15px -20px;
}

.signup-form .existing-account-wrapper > * {
    width: 340px;
}

.signup-form .existing-account-login {
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.2s ease-out,
                visibility 0s 0.4s;
    display: block;
    visibility: hidden;
}

.signup-form .existing-account-login.show {
    max-height: 300px;
    transition: max-height 0.2s ease-in,
                visibility 0s 0s;
    visibility: visible;
}

.signup-form .existing-account-login .account-message {
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
}

.signup-form .existing-account-login p.strong {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 16px;
}

.signup-form .before-chooser.disabled {
    opacity: 0.3;
}

/* username */

.signup-form .username-label {
    vertical-align: top;
}

.nu-dialog .signup-form .existing-artist .username-label {
    display: none;
}

.signup-form .username.artist-email input.username-input,
.signup-form .existing-artist input.username-input {
    width: 225px;
    display: inline-block;
}

.signup-form .username-inner {
    position: relative;
}

.signup-form .username .bandcamp-com {
    display: none;
}

.signup-form .username.artist-email .bandcamp-com,
.signup-form .existing-artist .bandcamp-com {
    display: inline-block;
    background-color: rgba(215,215,215,0.5);
    margin-bottom: 4px;
    vertical-align: top;
    padding: 9px 5px 8px 6px;
    font-size: 14px;
    color: rgba(51,51,51, 0.5);
}

/* password */

.signup-form .password-label {
    vertical-align: top;
}

.signup-form .password.masked {
    height: 24px;
    vertical-align: middle;
    margin-top: 12px;
    text-align: left;
    font-size: 14px;
}

/* tos */

.signup-form .tos, .signup-form .tos-inner, .signup-form .tos-input, .signup-form .tos-label,
.signup-form .notify-me-container, .signup-form .notify-me-band, .signup-form .notify-me-label,
.signup-form .notify-me-message, .signup-form .notify-me-checkbox {
    display: inline-block;
}

.signup-form label.tos-label {
    text-align: left;
    width: auto;
    margin: 0;
    font-size: 14px;
}
.signup-form .notify-me-message {
    text-align: left;
    width: 300px;
    margin: 0;
    font-size: 14px;
}

.signup-form .tos,
.signup-form .notify-me-container {
    width: 100%;
    margin: 12px 0 12px 0;
}

.signup-form .notify-me-checkbox {
    vertical-align: top;
}

.signup-form .tos-inner
.signup-form .notify-me-inner {
    width: 100%;
}

.signup-form .tos-input {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 3px;
}

.signup-form .tos-label {
    width: auto;
}

.signup-form .terms-text {
    display: inline-block;
    width: 100%;
}

/* save-card */

.signup-form .save-card, .signup-form .save-card-inner, .signup-form .save-card-input, .signup-form .save-card-label {
    display: inline-block;
}

.signup-form label.save-card-label {
    text-align: left;
    width: 320px;
    margin: 0;
    font-size: 14px;
}

.signup-form .save-card {
    width: 100%;
    margin: 12px 0 12px 0;
}

.signup-form .save-card-inner {
    width: 100%;
}

.signup-form .save-card-input {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 3px;
}

.signup-form .save-card-label {
    width: auto;
}

.signup-form .names .item {
    width: 46%;
    display: inline-block;
    padding-right: 0px;
    margin-right: 4%;
    vertical-align: top;
}

.signup-form .names .item:last-child {
    margin-right: 0;
    width: 50%;
}

.signup-form .edit-location .location-display {
    color: #9c9c9c;
    margin-top: 6px;
    margin-bottom: 11px;
}

.signup-form .edit-location .actual-location {
    color: #333;
}


/* chooser */

.signup-form .chooser .chooser-message {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.signup-form .chooser select {
    width: 350px;
    height: 26px;
    font-size: 16px;
    margin: 0 0 15px 0;
}

/* link to log in */

.signup-form .login-link {
    width: 100%;
    margin: 39px 0 0 0;
    font-size: 12px;
    text-align: center;
    color: #818285;
}

.signup-form .buttons.no-bottom-link {
    margin-bottom: 5px;
}


/* login form */

.login-form .signup-common-inner {
    width: 340px;
    margin-top: 10px;
}

.login-form .forgot-password {
    font-size: 12px;
    text-align: center;
    margin: 20px 0;
}

.login-form .change-email {
    font-size: 12px;
    text-align: center;
    margin: 0 0 18px 0;
    color: #818285;
    width: 341px;
    /*white-space: nowrap;*/
}

.login-form .buttons {
    margin-top: 12px;
}

.login-form .chooser .chooser-message {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.login-form .chooser select {
    width: 100%;
    height: 26px;
    font-size: 16px;
}

.login-form .before-chooser.disabled {
    opacity: 0.3;
}

.login-form .two-factor .two-factor-heading-item {
    font-size: 16px;
    font-weight: 500;
    margin: 18px 0 10px 0;
}

.login-form .two-factor-remember input {
    display: inline-block;
    margin: 3px 3px 0 0;
    vertical-align: top;
}

.login-form .two-factor-remember label {
    text-align: left;
    width: 320px;
    margin: 0;
    font-size: 14px;
    margin-right: 0;
    display: inline-block;
}

.login-form .two-factor .no-phone {
    margin: 0px auto 24px auto;
    text-align: left;
}

.login-form .two-factor-remember-wrapper {
    padding-top: 10px;
}

.login-form .two-factor-help {
    text-align: left;
}

/* forgot password pane */

.forgot-password-form .signup-common-inner {
    width: 340px;
    margin-top: 10px;
}

.forgot-password-form .change-email {
    font-size: 12px;
    text-align: center;
    margin: 20px 0 0 0;
    color: #818285;
}

/* existing artist form */

.existing-artist-form .text-body {
    width: 400px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
}

.existing-artist-form .or {
    text-align: center;
    opacity: 0.5;
    margin-top: 15px;
}

.existing-artist-form .change-email {
    text-align: center;
    margin-top: 15px;
    line-height: 14px;
}

.ui-dialog.nu-dialog .signup-common-form button.create-account {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
}

.existing-artist-form p,
.ui-dialog.nu-dialog .existing-artist-form p {
    margin: 5px 0 24px;
    font-size: 17px;
    line-height: 24px;
}

/* fan action form */

.action-form {
    font-size: 16px;
    line-height: 20px;
}

body:lang(ja) .action-form {
    line-height: 1.4;
}

.action-form .buttons {
    margin-top: 20px;
}

.action-form .buttons button {
    width: 210px;
    margin-right: 0;
}

.action-form .buttons button.signup {
    margin-right: 35px;
}

/* almost there form */

.almost-there-confirm {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
.ui-dialog.nu-dialog .signup-common-form button.almost-there-button {
    width: 75%;
    margin: 20px auto 2px auto;
    display: block;
}
.ui-dialog.nu-dialog.center-title .ui-dialog-title {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

/* welcome form */

#sign-up-welcome.signup-heading {
    margin-top: 35px;
    margin-bottom: 4px;
}
.welcome-form.signup-common-form {
    font-size: 16px;
}
.welcome-inner {
    text-align: initial;
}
.welcome-phone {
    display: inline-block;
    width: 252px;
    margin: 10px 21px 0 -50px;
}
.welcome-phone img {
    height: 440px;
}
.welcome-app-promo {
    display: inline-block;
    width: 400px;
    margin-top: 45px;
    vertical-align: top;
    line-height: 23px;
}
.welcome-app-button-container a {
    height: 40px;
    overflow: hidden;
    display: inline-block;
}
.signup-common-form .welcome-app-promo button {
    width: 305px;
    margin: 55px 0 0 40px;
}
.welcome-app-button-container .store-button {
    background: url(../png/_sprite-app-btns%402x.png);
    background-size: 100%;
    height: 80px;
    width: 135px;
}
:lang(en) .welcome-app-button-container .app-store {
    background-position: 0 0;
}
:lang(en) .welcome-app-button-container .google-play-store {
    background-position: 0 -42px;
}
:lang(fr) .welcome-app-button-container .app-store {
    background-position: 0 -84px;
}
:lang(fr) .welcome-app-button-container .google-play-store {
    background-position: 0 -126px;
}
:lang(ja) .welcome-app-button-container .app-store {
    background-position: 0 -168px;
}
:lang(ja) .welcome-app-button-container .google-play-store {
    background-position: 0 -210px;
}

.welcome-app-button-container a:first-child {
    display: inline-block;
    margin-right: 30px;
}
.welcome-app-button-container {
    width: 305px;
    margin: 40px;
}
.welcome-email-app-link {
    text-align: center;
    font-size: 16px;
}
.welcome-email-app-link input {
    margin-top: 15px;
    width: 340px;
    font-size: 18px;
    padding: 5px;
}
.welcome-email-app-link .email-error {
    margin: 5px auto 0;
    text-align: left;
    width: 340px;
    color: red;
}
.welcome-app-email-buttons {
    margin: 40px auto 0px;
    text-align: center;
}
.welcome-app-email-buttons.okay {
     width: 205px;
 }
.welcome-app-email-buttons button {
    display: inline-block;
}
.welcome-app-email-buttons button.no-thanks {
    margin-right: 24px;
}
.modal-welcome-message {
    text-align: center;
    line-height: 22px;
}

/* nag modal */
.verify-nag.signup-common-form {
    width: 340px;
    text-align: center;
    margin: 0 auto;
}
body:lang(ja) .verify-nag.signup-common-form {
    width: 380px;
}
.verify-nag .nag-fan-email {
    display: inline;
    font-weight: bold;
}
.verify-nag .nag-email-change {
    display: inline-block;
    margin: 10px 0 28px 0;
}
.verify-nag .nag-email-change:hover {
    text-decoration: none;
}
.verify-nag button.nag-got-it {
    width: 100%;
}
.verify-nag button.nag-send-again {
    width: 162px;
    margin-right: 12px;
}
.verify-nag button.nag-cancel {
    width: 161px;
}
.verify-nag .nag-email-input {
    margin: 14px 0 19px 0;
}
.verify-nag .nag-email-input .error-bubble {
    text-align: left;
}
.verify-nag .nag-buttons {
    height: 36px;
}
.verify-nag .nag-buttons.no-email {
    margin-top: 20px;
}
.verify-nag .nag-email-sent {
    margin-bottom: 15px;
}
.verify-nag button.nag-done {
    width: 100%;
    margin-bottom: 15px;
}

/* dupe fan */
/* dupe pane */
.dupe-fan-form .dialog-body {
    text-align: center;
}

/* account chooser form */
.choose-account-form ul.accounts-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 432px;
}

.choose-account-form ul.accounts-list .account {
    display: block;
    font-size: 0;
    padding-bottom: 26px;
    margin-bottom: 24px;
    margin-top: 6px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.choose-account-form ul.accounts-list .account:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.choose-account-form .account.artist,
.choose-account-form .account.artist a {
    color: #6E943B;
}

.choose-account-form .account.label,
.choose-account-form .account.label a {
    color: #6F49A1;
}

.choose-account-form .account > * {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.choose-account-form .account .icon {
    width: 40%;
    height: 126px;
}
.choose-account-form .account.label .icon {
    background: url('https://s4.bcbits.com/img/icon-labels.svg') 150% 50% no-repeat;
}
.choose-account-form .account.fan .icon {
    background: url('https://s4.bcbits.com/img/icon-fans.svg') 150% 50% no-repeat;
}
.choose-account-form .account.artist .icon {
    background: url('https://s4.bcbits.com/img/icon-artists.svg') 150% 50% no-repeat;
}

.choose-account-form .account .description {
    color: #818285;
    width: 58%;
    margin-top: 10px;
    line-height: 16px;
}

.choose-account-form .account .signup-button {
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 3px;
    border: 1px solid rgb(0,161,198);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0 7px 0;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.choose-account-form .account .signup-button:hover,
.choose-account-form .account a:hover {
    text-decoration: underline;
}

.choose-account-form .account.artist .signup-button {
    border-color: #6E943B;
}

.choose-account-form .account.label .signup-button {
    border-color: #6F49A1;
}

.choose-account-form .account.artist .circle {
    background: rgba(110,148,59, 0.1);
}

.choose-account-form .account.label .circle {
    background: rgba(111,73,161, 0.1);
}

/* genre picker */
.genre-picker-form {
    width: 648px;
    margin: -36px auto 0 auto;
    position: relative;
    opacity: 0;
    transition: opacity 0.2s;
}

.genre-picker-form.standalone {
    margin-left: 16px;
    margin-right: 16px;
}

.genre-picker-form.active {
    opacity: 1;
}

.genre-picker-form .clearfix:before,
.genre-picker-form .clearfix:after {
    content: " ";
    display: table;
}

.genre-picker-form .clearfix:after {
    clear: both;
}

.genre-picker-form .heading-wrapper {
    margin: 0 4px 0;
    text-align: center;
}

.genre-picker-form .heading-wrapper h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.genre-picker-form .heading-wrapper h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 8px 0 0 0;
}

.genre-picker-form ul.genres,
.genre-picker-form ul.subgenres,
.genre-picker-form ul.selected-genres,
.genre-picker-form ul.selected-genres-placeholder {
    list-style: none;
    padding: 0;
    margin: 0;
}

.genre-picker-form ul.genres {
    width: 650px;
}

.genre-picker-form ul.genres > li,
.genre-picker-form ul.subgenres > li,
.genre-picker-form ul.selected-genres > li,
.genre-picker-form ul.selected-genres-placeholder > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.genre-picker-form .list-wrapper {
    height: 30px;
    width: 638px;
    overflow: hidden;
    margin: 0 5px;

    transition: height 0.3s;
}

.genre-picker-form .list-wrapper.no-animation {
    transition: height 0s;
}

.genre-picker-form .list-wrapper.has-genres {
    height: 56px;
}

.genre-picker-form ul.genres > li.genre {
    margin: 5px;
    float: left;
    border-radius: 5px;
    width: 152px;
    height: 152px;
}

.genre-picker-form ul.genres > li.genre .content {
    width: 152px;
    height: 152px;
    transition: width 0.4s,
                height 0.4s;
}

.genre-picker-form li.genre .subgenres {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s 0.3s;
}

.genre-picker-form li.genre.expanded .subgenres {
    height: auto;
    opacity: 1;
}

.genre-picker-form ul.subgenres {
    margin-left: 14px;
    margin-right: 20px;
}

.genre-picker-form ul.subgenres li {
    color: #FFF;
    cursor: pointer;
    margin: 2px 0;
}

.genre-picker-form ul.subgenres h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 5px 14px 5px 10px;
    border-radius: 16px;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
}

.genre-picker-form ul.subgenres li.selected h3 {
    background-color: rgba(51, 51, 51, 1);
}

.genre-picker-form .genres-overflow-wrapper {
    /* height: 460px; */
    width: 658px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.genre-picker-form ul.genres > li.genre.expanded,
.genre-picker-form ul.genres > li.genre.expanded .content {
    width: 314px;
    height: 314px;
}

.genre-picker-form ul.genres > li.genre.expanded.long,
.genre-picker-form ul.genres > li.genre.expanded.long .content {
    width: 314px;
    height: 476px;
}

.genre-picker-form ul.genres > li.genre.search {
    right: 0;
    top: 972px;
}

.genre-picker-form .search-heading {
    display: block;
    margin: 30px 20px 5px 20px;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
}

.genre-picker-form .search-subheading {
    display: block;
    margin: 0 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #FFF;
}

.genre-picker-form ul.genres > li.genre.search {
    background: linear-gradient(-45deg, #30D4BB 0%, #7b7beb 100%);
}

.genre-picker-form li.genre .content {
    width: 100%;
    position: relative;
    float: none;
    text-align: center;
    border-radius: 5px;
}

.genre-picker-form li.genre.expanded .content {
    text-align: left;
}

.genre-picker-form li.genre h3.genre-name {
    font-size: 16px;
    font-weight: 700;
    color: white;
    border-radius: 16px;
    display: inline-block;
    padding: 6px 14px 6px 14px;
    margin: 57px auto 0 auto;
    text-align: left;
    background: #FFF;
    color: #333;
}

.genre-picker-form li.genre.selected .genre-name,
.genre-picker-form li.genre.expanded.selected .genre-name {
    background-color: rgba(51, 51, 51, 1);
    color: #FFF;
}

.genre-picker-form li.genre.expanded .genre-name {
    margin-left: 16px;
    margin-top: 16px;
    margin-bottom: 12px;
    background-color: #FFF;
    color: #333;
}

.genre-picker-form .selected-genres-wrapper {
    position: relative;
    text-align: center;
}

.genre-picker-form .page {
    position: absolute;
    height: 30px;
}

.genre-picker-form .page:hover {
    cursor: pointer;
}

.genre-picker-form .page-left {
    left: -20px;
    top: 16px;
}

.genre-picker-form .page-right {
    right: -20px;
    top: 16px;
}

.genre-picker-form .page .icon {
    fill: #333;
    height: 20px;
    width: 14px;
    margin-top: 5px;
    z-index: 16;
    position: relative;
}

.genre-picker-form .page .page-fade,
.genre-picker-form .page .page-fade {
    bottom: 0;
    content: ' ';
    display: block;
    top:0;
    position: absolute;
    width: 30px;
    z-index: 15;
}
.genre-picker-form .page-left .page-fade {
    background: linear-gradient(to left , rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%);
    left: 15px;
}
.genre-picker-form .page-right .page-fade {
    background: linear-gradient(to right , rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%);
    right: 15px;
}


.genre-picker-form ul.selected-genres {
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    margin: 16px 0 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%;
    overflow-x: scroll;
    font-size: 0;

    opacity: 0;

    transition: opacity 0.2s 0.2s;
}

.genre-picker-form .no-animation ul.selected-genres {
    transition: opacity 0s;
}

.genre-picker-form .has-genres ul.selected-genres {
    opacity: 1;
}

.genre-picker-form ul.selected-genres li {
    margin: 0;
    opacity: 0;
    max-width: 0;
    font-size: 14px;
    transition: opacity 0.3s 0s,
                max-width 0.8s 0s,
                margin 0s;
}

.genre-picker-form .no-animation ul.selected-genres li {
    margin: 0;
    opacity: 0;
    max-width: 0;
    font-size: 14px;
    transition: opacity 0s,
                max-width 0s,
                margin 0s;
}

.genre-picker-form ul.selected-genres li.hiding {
    transition: opacity 0.3s 0s,
                max-width 0.8s 0s,
                margin 0.3s;
}

.genre-picker-form ul.selected-genres li.visible {
    margin: 0px 4px 0px 4px;
    opacity: 1;
    max-width: 600px;
}

.genre-picker-form ul.selected-genres h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 5px 14px 5px 10px;
    border-radius: 16px;
    background-color: #333;
    color: #FFF;
    font-size: 14px;
}

.genre-picker-form ul.selected-genres li.selected-genre:hover {
    cursor: pointer;
}

.genre-picker-form ul.selected-genres li.selected-genre .genre-icon {
    background-position: -16px 0%;
    width: 16px;
}

.genre-picker-form ul.selected-genres li.selected-genre-placeholder {
    height: 26px;
    width: 95px;
    border: 2px solid #CCC;
    margin: 0px 2px 0px 2px;
    border-radius: 15px;
}

.genre-picker-form .genre-icon {
    background-image: url(../png/icon-sprite.png);
    /*width: 16px;*/
    width: 0;
    height: 16px;
    background-size: 64px 16px;
    background-position: 0px 0%;
    position: relative;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}

.genre-picker-form li.genre.expanded .genre-icon {
    width: 16px;
    background-image: url(../png/icon-sprite-dark.png);
}

.genre-picker-form li.genre .genre-name:hover .genre-icon,
.genre-picker-form ul.subgenres h3.subgenre-name:hover .genre-icon {
    background-image: url(../png/icon-sprite.png);
}

/* hover states */
.genre-picker-form li.genre .genre-name:hover,
.genre-picker-form li.genre:hover:not(.expanded) .genre-name {
    background-color: #333;
    color: #FFF;
}

.genre-picker-form ul.subgenres li:hover h3.genre-name,
.genre-picker-form ul.subgenres li.selected h3,
.genre-picker-form ul.subgenres h3.subgenre-name:hover,
.genre-picker-form li.genre:hover:not(.expanded) .genre-name {
    background-color: rgba(51, 51, 51, 1);
    color: #FFF;
}

.genre-picker-form ul.selected-genres li:hover h3
/*.genre-picker-form li.genre.selected h3.genre-name:hover,*/
/* .genre-picker-form li.subgenre.selected h3.subgenre-name:hover */ {
    background-color: rgba(51, 51, 51, 0.5);
}

.genre-picker-form li.genre.selected h3.genre-name .genre-icon,
.genre-picker-form li.subgenre.selected h3.subgenre-name .genre-icon {
    background-position: -16px 0%;
    width: 16px;
    background-image: url(../png/icon-sprite.png);
}

.genre-picker-form li.genre.selected.expanded h3.genre-name:hover .genre-icon,
.genre-picker-form li.subgenre.selected h3.subgenre-name:hover .genre-icon,
.genre-picker-form ul.selected-genres li.selected-genre:hover .genre-icon {
    background-position: -32px 0%;
    width: 16px;
    background-image: url(../png/icon-sprite.png);
}

.genre-picker-form li.genre:hover,
.genre-picker-form li.subgenre:hover h3 {
    cursor: pointer;
}

.genre-picker-form .search-wrapper {
    /*position: relative;*/
    text-align: center;
}

.genre-picker-form .search-input-wrapper {
    position: relative;
    display: inline-block;
}

.ui-widget.nu-dialog .genre-picker-form .search-wrapper input {
    width: 320px;
    height: 28px;
    padding-right: 28px;
    padding-left: 3px;
    border: 1px solid rgba(204, 204, 204, 1);
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    cursor: text;
    margin: 0 auto;
    margin-bottom: 10px;
}

.ui-widget.nu-dialog .genre-picker-form .search-wrapper input:focus {
    box-shadow: none;
}

.genre-picker-form .search-wrapper.expanded input.selected {
    background: rgba(204, 204, 204, 0.2);
}

.ui-widget.nu-dialog .genre-picker-form .search-wrapper.expanded input:focus {
    border: 2px solid rgba(160, 160, 160, 1);
}

.genre-picker-form .search-wrapper h2 {
    text-align: center;
    color: #666666;
    font-size: 18px;
    margin-bottom: 14px;
}

.genre-picker-form .search-wrapper h3 {
    font-weight: normal;
    text-align: center;
    color: #666666;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
}

.genre-picker-form a.search {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    margin: 0;
}

.genre-picker-form .search-icon {
    background: url(../png/search-icon%402x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    line-height: 13px;
    display: inline-block;
    position: relative;
    opacity: 1;
}

/*.genre-picker-form .searching .search-icon {
    opacity: 0;
}*/

.genre-picker-form .search-spinner {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 1px;
    opacity: 0;
}

/*.genre-picker-form .searching .search-spinner {
    opacity: 1;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}*/

@keyframes spin {
    from {
        transform: rotate(360deg);
    } to {
        transform: rotate(0deg);
    }
}

.genre-picker-form .search-results {
    width: 318px;
    max-height: 0;
    background-color: #CCC;
    position: absolute;
    left: 169px;
    overflow: hidden;
    z-index: 10;
    transition: max-height 0s;
    background-color: #FFF;
    border: 0px solid #FFF;
    border-radius: 3px;
}

.genre-picker-form.skinny .search-results {
    left: 81px;
}

.genre-picker-form .search-results.results-visible {
    max-height: 138px;
    border: 1px solid #cccccc;
    transition: max-height 0.4s;
    border-top: 0;
    overflow: scroll;
}

.genre-picker-form .search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.genre-picker-form .search-results li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 5px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.genre-picker-form .search-results li:hover,
.genre-picker-form .search-results li.selected {
    cursor: pointer;
    background: rgba(204, 204, 204, 0.2);
}

.genre-picker-form .search-results li.empty:hover,
.genre-picker-form .search-results li.empty.selected {
    cursor: default;
    background: inherit;
}

.genre-picker-form .search-results li:focus {
    outline: none;
}

.genre-picker-form .search-results .count {
    position: absolute;
    right: 6px;
    font-size: 11px;
    opacity: 0.5;
}

.genre-picker-form #electronic-box .content {
    background: #F9A55B;
    background: 
        linear-gradient(
            rgba(249,165,91, 0.5), 
            rgba(249,165,91, 0.5)
        ),
        url(../jpg/electronic.jpg);
    background-size: 100%;    
}

.genre-picker-form #rock-box .content {
    background: #F7714E;
    background: 
        linear-gradient(
            rgba(247,113,78, 0.5), 
            rgba(247,113,78, 0.5)
        ),
        url(../jpg/rock.jpg);
    background-size: 100%;
}

.genre-picker-form #metal-box .content {
    background: #E0222D;
    background: 
        linear-gradient(
            rgba(224,34,45, 0.5), 
            rgba(224,34,45, 0.5)
        ),
        url(../jpg/metal.jpg);
    background-size: 100%;    
}

.genre-picker-form #alternative-box .content {
    background: #D62F6A;
    background: 
        linear-gradient(
            rgba(214,47,106, 0.5), 
            rgba(214,47,106, 0.5)
        ),
        url(../jpg/alternative.jpg);
    background-size: 100%;  
}

.genre-picker-form #hip-hop-rap-box .content {
    background: #C33AA4;
    background: 
        linear-gradient(
            rgba(195,58,164, 0.5), 
            rgba(195,58,164, 0.5)
        ),
        url(../jpg/hiphop.jpg);
    background-size: 100%;  
}

.genre-picker-form #experimental-box .content {
    background: #9A58C0;
    background: 
        linear-gradient(
            rgba(154,88,192, 0.5), 
            rgba(154,88,192, 0.5)
        ),
        url(../jpg/experimental.jpg);
    background-size: 100%;
}

.genre-picker-form #punk-box .content {
    background: #816FB2;
    background: 
        linear-gradient(
            rgba(129,111,178, 0.5), 
            rgba(129,111,178, 0.5)
        ),
        url(../jpg/punk.jpg);
    background-size: 100%;    
}

.genre-picker-form #folk-box .content {
    background: #8690CE;
    background: 
        linear-gradient(
            rgba(134,144,206, 0.5), 
            rgba(134,144,206, 0.5)
        ),
        url(../jpg/folk.jpg);
    background-size: 100%;    
}

.genre-picker-form #pop-box .content {
    background: #87A8C5;
    background: 
        linear-gradient(
            rgba(135,168,197, 0.5), 
            rgba(135,168,197, 0.5)
        ),
        url(../jpg/pop.jpg);
    background-size: 100%;    
}

.genre-picker-form #ambient-box .content {
    background: #85BFBC;
    background: 
        linear-gradient(
            rgba(133,191,188, 0.5), 
            rgba(133,191,188, 0.5)
        ),
        url(../jpg/ambient.jpg);
    background-size: 100%;    
}

.genre-picker-form #soundtrack-box .content {
    background: #82D23D;
    background: 
        linear-gradient(
            rgba(130,210,61, 0.5), 
            rgba(130,210,61, 0.5)
        ),
        url(../jpg/soundtrack.jpg);
    background-size: 100%;    
}

.genre-picker-form #world-box .content {
    background: #B0CA3C;
    background: 
        linear-gradient(
            rgba(176,202,60, 0.5), 
            rgba(176,202,60, 0.5)
        ),
        url(../jpg/world.jpg);
    background-size: 100%;    
}

.genre-picker-form #jazz-box .content {
    background: #D6BF3D;
    background: 
        linear-gradient(
            rgba(214,191,61, 0.5), 
            rgba(214,191,61, 0.5)
        ),
        url(../jpg/jazz.jpg);
    background-size: 100%;    
}

.genre-picker-form #acoustic-box .content {
    background: #F9A55B;
    background: 
        linear-gradient(
            rgba(249,165,91, 0.5), 
            rgba(249,165,91, 0.5)
        ),
        url(../jpg/acoustic.jpg);
    background-size: 100%;    
}

.genre-picker-form #funk-box .content {
    background: #F7714E;
    background: 
        linear-gradient(
            rgba(247,113,78, 0.5), 
            rgba(247,113,78, 0.5)
        ),
        url(../jpg/funk.jpg);
    background-size: 100%;   
}

.genre-picker-form #r-b-soul-box .content {
    background: #E0222D;
    background: 
        linear-gradient(
            rgba(224,34,45, 0.5), 
            rgba(224,34,45, 0.5)
        ),
        url(../jpg/rnb.jpg);
  background-size: 100%;    
}

.genre-picker-form #devotional-box .content {
    background: #D62F6A;
    background: 
        linear-gradient(
            rgba(214,47,106, 0.5), 
            rgba(214,47,106, 0.5)
        ),
        url(../jpg/devotional.jpg);
    background-size: 100%;  
}

.genre-picker-form #classical-box .content {
    background: #C33AA4;
    background: 
        linear-gradient(
            rgba(195,58,164, 0.5), 
            rgba(195,58,164, 0.5)
        ),
        url(../jpg/classical.jpg);
    background-size: 100%;
}

.genre-picker-form #reggae-box .content {
    background: #9A58C0;
    background: 
        linear-gradient(
            rgba(154,88,192, 0.5), 
            rgba(154,88,192, 0.5)
        ),
        url(../jpg/reggae.jpg);
    background-size: 100%;    
}

.genre-picker-form #podcasts-box .content {
    background: #816FB2;
    background: 
        linear-gradient(
            rgba(129,111,178, 0.5), 
            rgba(129,111,178, 0.5)
        ),
        url(../jpg/podcasts.jpg);
    background-size: 100%; 
}

.genre-picker-form #country-box .content {
    background: #8690CE;
    background: 
        linear-gradient(
            rgba(134,144,206, 0.5), 
            rgba(134,144,206, 0.5)
        ),
        url(../jpg/country.jpg);
    background-size: 100%;
}

.genre-picker-form #spoken-word-box .content {
    background: #87A8C5;
    background: 
        linear-gradient(
            rgba(135,168,197, 0.5), 
            rgba(135,168,197, 0.5)
        ),
        url(../jpg/spokenword.jpg);
    background-size: 100%;
}

.genre-picker-form #comedy-box .content {
    background: #85BFBC;
    background: 
        linear-gradient(
            rgba(133,191,188, 0.5), 
            rgba(133,191,188, 0.5)
        ),
        url(../jpg/comedy.jpg);
    background-size: 100%; 
}

.genre-picker-form #blues-box .content {
    background: #82D23D;
    background: 
        linear-gradient(
            rgba(130,210,61, 0.5), 
            rgba(130,210,61, 0.5)
        ),
        url(../jpg/blues.jpg);
    background-size: 100%;    
}

.genre-picker-form #kids-box .content {
    background: #B0CA3C;
    background: 
        linear-gradient(
            rgba(176,202,60, 0.5), 
            rgba(176,202,60, 0.5)
        ),
        url(../jpg/kids.jpg);
    background-size: 100%; 
}

.genre-picker-form #audiobooks-box .content {
    background: #D6BF3D;
    background: 
        linear-gradient(
            rgba(214,191,61, 0.5), 
            rgba(214,191,61, 0.5)
        ),
        url(../jpg/audiobooks.jpg);
    background-size: 100%; 
}

.genre-picker-form #latin-box .content {
    background: #F9A55B;
    background: 
        linear-gradient(
            rgba(249,165,91, 0.5), 
            rgba(249,165,91, 0.5)
        ),
        url(../jpg/latin.jpg);
    background-size: 100%; 
}

.genre-picker-form .buttons {
    padding-top: 2px;
    width: 640px;
    margin: 16px 4px 0 4px;
    text-align: center;
}

.genre-picker-form .buttons .skip {
    margin-top: 10px;
    display: inline-block;
}

.genre-picker-form .buttons .skip a:hover {
    text-decoration: underline;
}

.signup-common-form.genre-picker-form .buttons button,
.ui-dialog.nu-dialog .signup-common-form.genre-picker-form .buttons button {
    height: 47px;
    width: 100%;
}

.signup-common-form.genre-picker-form .buttons button.disabled {
    background: #555;
    color: #ccc;
    opacity: 0.3;
    border: none;
    text-decoration: none;
}

.signup-common-form.genre-picker-form .buttons button.disabled:hover {
    background: rgb(0,161,198);
    color: #FFF;
    opacity: 1;
}


    
.signup-common-form.genre-picker-form .buttons button:hover,
.ui-dialog.nu-dialog .signup-common-form.genre-picker-form .buttons button:hover {
    text-decoration: underline;
}

.signup-common-form.genre-picker-form .buttons button:disabled:hover,
.ui-dialog.nu-dialog .signup-common-form.genre-picker-form .buttons button:disabled:hover {
    text-decoration: none;
}

/* post genre */

.post-genre-form h1 {
    line-height: 34px;
    color: #FFF;
    text-align: center;
}

.post-genre-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.post-genre-form li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    margin: 2px 0;
}

.post-genre-form li h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 6px 14px 6px 10px;
    border-radius: 16px;
    background-color: rgba(40, 40, 40, 1);
    font-size: 14px;
}

.post-genre-form .genre-icon {
    background-image: url(../png/icon-sprite.png);
    width: 16px;
    height: 16px;
    background-size: 64px 16px;
    background-position: -16px 0%;
    position: relative;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}

@media (max-width: 768px) {
    .genre-picker-form {
        width: 487px;
    }
    .genre-picker-form .buttons {
        width: 478px;
    }
    .genre-picker-form ul.genres {
        width: 486px;
    }
    .genre-picker-form .page-left {
        left: -20px;
    }
    .genre-picker-form .page-right {
        right: -20px;
    }
    .genre-picker-form .page-left .page-fade {
        left: 7px;
        width: 50px;
    }
    .genre-picker-form .page-right .page-fade {
        right: 2px;
        width: 60px;
    }
    .genre-picker-form .list-wrapper {
        width: 476px;
    }
    .genre-picker-form .genres-overflow-wrapper {
        width: 482px;
    }
}
/*
@media (max-height: 740px) {
    .genre-picker-form .genres-overflow-wrapper {
        height: 350px;
    }
    .genre-picker-form .search-results {
        top: 414px;
    }
    .genre-picker-form.has-selected-genres .search-results {
        top: 440px;
    }
}
@media (min-height: 741px) and (max-height: 900px) {
    .genre-picker-form .genres-overflow-wrapper {
        height: 480px;
    }
    .genre-picker-form .search-results {
        top: 544px;
    }
    .genre-picker-form.has-selected-genres .search-results {
        top: 570px;
    }
}
@media (min-height: 901px) {
    .genre-picker-form .genres-overflow-wrapper {
        height: 540px;
    }
    .genre-picker-form .search-results {
        top: 604px;
    }
    .genre-picker-form.has-selected-genres .search-results {
        top: 630px;
    }
}
*/

/* newsletter picker */

.newsletter-picker-form .heading-wrapper .icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-top: -10px;
}

.newsletter-picker-form .heading-wrapper .icon img {
    width: 100%;
}

.newsletter-picker-form .heading-wrapper .text {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin-left: 4px;
}

.newsletter-picker-form .heading-wrapper h1 {
    display: inline-block;
    vertical-align: top;
    margin: 24px 0 8px 0;
    font-size: 18px;
    font-weight: 600;
}

.newsletter-picker-form .heading-wrapper h2 {
    display: inline-block;
    font-weight: normal;
    margin: 0;
    font-size: 17px;
    line-height: 20px;
}

.newsletter-picker-form ul.suggested-newsletters,
.newsletter-picker-form ul.suggested-newsletters li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.newsletter-picker-form ul.suggested-newsletters {
    margin: 16px 0 0 16px;
}

.newsletter-picker-form ul.suggested-newsletters li {
    margin: 0 16px 16px 0;
}

.newsletter-picker-form ul.suggested-newsletters input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.newsletter-picker-form ul.suggested-newsletters .details {
    display: inline-block;
    vertical-align: top;
    width: 374px;
}

.newsletter-picker-form ul.suggested-newsletters h3 {
    margin: 0;
}

.newsletter-picker-form .email-abuse {
    margin: 10px auto 0px auto;
    color: #777;
    font-size: 12px;
    line-height: 14px;
    width: 420px;
}

.newsletter-picker-form .buttons {
    margin-top: 16px;
    text-align: center;
    width: 420px;
}

.signup-common-form.newsletter-picker-form .buttons button,
.ui-dialog.nu-dialog .signup-common-form.newsletter-picker-form .buttons button {
    width: 100%;
    padding: 12px 12px;
    height: 43px;
    border-radius: 4px;
    line-height: 16px;
}

.signup-common-form.newsletter-picker-form .buttons button.yes,
.ui-dialog.nu-dialog .signup-common-form.newsletter-picker-form .buttons.split button.yes {
    width: 212px;
    margin-right: 14px;
}

.signup-common-form.newsletter-picker-form .buttons button.no,
.ui-dialog.nu-dialog .signup-common-form.newsletter-picker-form .buttons.split button.no {
    width: 190px;
    background: #FFF;
    border: 1px solid rgb(0,161,198);
    color: rgb(0,161,198);
}

/* welcome 2 */

.welcome-2-form {
    margin: -36px 16px 0 16px;
}

.welcome-2-form h1 {
    text-align: center;
    font-size: 26px;
    margin: 20px 0 0 0;
}

.welcome-2-form h2 {
    font-size: 16px;
    margin: 12px 0 12px 0;
    font-weight: 400;
    text-align: center;
}

.welcome-2-form h2.active {
    margin: 34px 0 20px 0;
}

.welcome-2-form h2.welcome {
    font-size: 18px;
    line-height: 22px;
    margin: 6px auto 20px auto;
    width: 100%;
}

.welcome-2-form h2.welcome.no-tooltips {
    margin-top: 36px;
}

.signup-common-form.welcome-2-form .buttons button,
.ui-dialog.nu-dialog .signup-common-form.welcome-2-form .buttons button {
    width: 100%;
    height: auto;
    padding: 12px 14px 12px 14px;
    border-radius: 4px;
}

.signup-common-form.welcome-2-form .buttons.split button,
.ui-dialog.nu-dialog .signup-common-form.welcome-2-form .buttons.split button {
    width: 214px;
    height: auto;
    padding: 12px 14px 12px 14px;
    border-radius: 4px;
    border: 1px solid rgb(0,161,198);
}

.signup-common-form.welcome-2-form .buttons.split button:first-child,
.ui-dialog.nu-dialog .signup-common-form.welcome-2-form .buttons.split button:first-child {
    margin-right: 20px;
}

.signup-common-form.welcome-2-form .buttons.split button:last-child,
.ui-dialog.nu-dialog .signup-common-form.welcome-2-form .buttons.split button:last-child {
    background: #FFF;
    color: rgb(0,161,198);
}

.welcome-2-form .buttons a.no-thanks {
    display: block;
    text-align: center;
    margin: 16px 0 0 0;
}

.welcome-2-form .icon img {
    height: 235px;
    margin: 0 auto;
}

.welcome-2-form .to-bandcamp {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}


.choose-account-form .account.artist .circle {
    background: rgba(110,148,59, 0.1);
}

.choose-account-form .account.label .circle {
    background: rgba(111,73,161, 0.1);
}


.complete-profile-form .profile-pic {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border-radius: 50%;
}

.complete-profile-form .profile-pic label.placeholder-wrapper {
    height: 100%;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    position: relative;
    margin: 0;
    border-radius: 50%;
    box-sizing: border-box;
    border: 4px solid rgba(0, 0, 0, 0.05);
}

.complete-profile-form .profile-pic label.placeholder-wrapper:hover {
    border: 4px solid rgba(0, 0, 0, 0.10);
}

.complete-profile-form .profile-pic label.placeholder-wrapper:focus,
.complete-profile-form .profile-pic label.placeholder-wrapper:hover:focus {
    border-color: #50a1e6;
    box-shadow: 0 0 5px #50a1e6;
}

.complete-profile-form .profile-pic label.placeholder-wrapper.loading {
    cursor: default;
}

.complete-profile-form .profile-pic label.placeholder-wrapper.loading:focus,
.complete-profile-form .profile-pic label.placeholder-wrapper.loading:hover,
.complete-profile-form .profile-pic label.placeholder-wrapper.loading:hover:focus {
    border: 4px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
}

.complete-profile-form .profile-pic label:focus,
.complete-profile-form .profile-pic label:active,
.complete-profile-form .profile-pic-edit-icon:focus,
.complete-profile-form .profile-pic-edit-icon:active {
    transition-duration: 0s;
    transition-property: border-color, box-shadow;
    border-color: #50a1e6;
    box-shadow: 0 0 5px #b4d7f9;
    outline: none;
    -webkit-appearance: none;
}

.complete-profile-form .profile-pic .placeholder {
    background: linear-gradient(90deg, #6046FE, #1DA0C3);
    border-radius: 50%;
    width: 100%;
    height:  100%;
}

.complete-profile-form .profile-pic .placeholder .camera-icon,
.complete-profile-form .profile-pic .placeholder .spinny-icon {
    width: 35px;
    fill: #FFF;
    top: 26px;
    left: 21px;
    position: absolute;
}

.complete-profile-form .profile-pic .placeholder.loading {
    background: #E9E9E9;
}

.complete-profile-form .profile-pic .placeholder .spinny-icon {
    width: 30px;
    top: 25px;
    left: 24px;

    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.complete-profile-form .profile-pic-wrapper {
    position: relative;
    width: 100%;
    height:  100%;
}

.complete-profile-form .profile-pic img {
    border-radius: 50%;
    display: block;
    width: 100%;
    height:  100%;
}

.complete-profile-form .profile-pic-edit-icon {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: rgb(0,161,198);
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.complete-profile-form .profile-pic-edit-icon svg {
    fill: #FFF;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.complete-profile-form .edit-profile-menu {
    background: #fff;
    width: 160px;
    position: absolute;
    bottom: -84px;
    right: -157px;
    font-size: 14px;
    padding: 10px 12px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    z-index: 0;
}

.complete-profile-form .edit-profile-menu a {
    color: inherit;
}

.complete-profile-form .edit-profile-menu a:hover,
.complete-profile-form .edit-profile-menu a:focus {
    text-decoration: underline;
}


.complete-profile-form .edit-profile-menu a:first-child {
    color: red;
}

.complete-profile-form .edit-profile-menu label {
    font-size: 14px;
}

.complete-profile-form .buttons {
    margin: 20px 0 0 0;
}

.complete-profile-form .skip-wrapper {
    text-align: center;
}

.complete-profile-form .skip-wrapper.hide {
    visibility: hidden;
}

.complete-profile-form .skip {
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 12px;
    text-align: center;
    color: #818285;
}

.complete-profile-form .hover-hint-anchor {
    vertical-align: middle;
}

.complete-profile-form .hover-hint-anchor .tooltip-icon {
    width: 16px;
    height: 16px;
}


.complete-profile-form .hover-hint-wrapper {
    position: relative;
}

.complete-profile-form .hover-hint {
font-size: 13px;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    padding: 20px 10px;
    position: absolute;
    width: 300px;
    text-align: center;
    left: calc(-50% - 149px);
    bottom: 24px;
    border-radius: 2px;
}

.complete-profile-form .hover-hint-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -5px;
    border-top: 5px solid rgb(51, 51, 51);
}

.complete-profile-form .location-display {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.complete-profile-form .location-display .loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026";
    width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

/* invisible recaptcha used by captcha.js */

#global-invisible-recaptcha .grecaptcha-badge {
    z-index: 2000; /* this needs to be above modal dialog backdrop */
}

.newsletter-invite-banner {
    background: #408ea3;
    background: -webkit-linear-gradient(left, #6046FE, #30D4BB);
    color: #FFF;
    font-weight: 350;
    padding: 15px 0;
    -webkit-font-smoothing: antialiased;
}

:lang(fr) .newsletter-invite-banner,
:lang(ja) .newsletter-invite-banner {
    display: none;
}

@media all and (max-width: 600px) {
    .newsletter-invite-banner {
        display: none;
    }
}

.newsletter-invite-banner .tell-us-what-you-like {
    font-weight: 600;
    cursor: pointer;
}

.newsletter-invite-banner .dismiss {
    position: absolute;
    right: 20px;
    fill: #FFFFFF;
    cursor: pointer;
}

/* trackpipe/public/css/fan/band_follow_opt_in.css */
.external-follow-confirm .ui-dialog-buttonset button,
.mailing-list-opt-in .ui-dialog-buttonset button {
    background: rgb(0,161,198);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 1em;
    text-align: center;
    border: none;
    vertical-align: top;
    padding: 12px 12px;
    height: 43px;
    line-height: 16px;
}
.external-follow-confirm .ui-dialog-buttonset button:hover,
.mailing-list-opt-in .ui-dialog-buttonset button:hover {
    background: rgb(0,161,198);
    text-decoration: underline;
}
.external-follow-confirm .ui-dialog-buttonset button:focus,
.mailing-list-opt-in .ui-dialog-buttonset button:focus {
    background: rgb(0,161,198);
}
.external-follow-confirm .ui-dialog-content.ui-widget-content,
.mailing-list-opt-in .ui-dialog-content.ui-widget-content {
    padding-bottom: 0;
}
.mailing-list-opt-in.label .ui-dialog-buttonset button {
    max-width: 420px;
}
.external-follow-confirm .ui-dialog-buttonset button:last-child,
.mailing-list-opt-in.band .ui-dialog-buttonset button:last-child {
    width: 190px;
    background: #FFF;
    border: 1px solid rgb(0,161,198);
    color: rgb(0,161,198);
}
.external-follow-confirm .heading {
    margin: 0 auto 15px auto;
}
.mailing-list-opt-in .heading {
     margin: 0 auto;
}
.mailing-list-opt-in .heading,
.external-follow-confirm .heading {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    max-width: 420px;
}
.external-follow-confirm .heading {
    height: 39px;
    padding: 20px 0;

}
body:lang(ja) .mailing-list-opt-in .heading,
body:lang(ja) .external-follow-confirm .heading {
    font-size: 16px;
    line-height: 1.4;
}
.mailing-list-opt-in .email-abuse {
    margin: 10px auto 10px auto;
    color: #777;
    font-size: 12px;
    line-height: 14px;
    max-width: 420px;
}
.mailing-list-opt-in .notify-me-container {
    font-size: 15px;
    margin: 15px auto;
    max-width: 420px;
}
.mailing-list-opt-in .notify-me-container .first {
    margin-bottom: 5px;
}
.mailing-list-opt-in .notify-me {
    display: block;
}
.mailing-list-opt-in .notify-me-label {
    display: inline-block;
}
.mailing-list-opt-in .notify-me-message {
    display: inline-block;
    font-weight: bold;
    width: 390px;
}
.mailing-list-opt-in .notify-me-container input[type="checkbox"] {
    vertical-align: top;
}

/* trackpipe/public/css/popup_image.css */

/* popup image viewer */

/* .imageviewer_XXX styles refers to the original implementation and will be deleted eventually
 * .popupimage_XXX is the new black.  the desktop version of the new code is still being developed,
 * so the .imageviewer_XXX are still the ones active in production. -- kj
 */


.popupimage_gallery {
    display: table-cell;
    vertical-align: middle;
    position: fixed;
    left: 0; top: 0;
    bottom: 0; right: 0;
    background: rgba( 255, 255, 255, 0.5 );
    z-index: 10;
}

.popupimage_container {
    position: relative;
    display: table;
    left: 0;
    height: 100%; width: 1000%;
    list-style: none;
    padding: 0;
}

.popupimage_item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.popupimage_item img {
    display: block;
    background: #000;
    margin-left: auto;
    margin-right: auto;
}

.popupimage_item.loading {
    background: url(../gif/playerbusy_transp.gif) no-repeat;
    background-position: 50% 50%;
}


/* --- widgets --- */

.popupimage_nav {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 33%;
    -webkit-tap-highlight-color: rgba( 0,0,0,0 );
}

.popupimage_nav.dismiss {
    left: 33%;
    width: 34%;
}

.popupimage_nav.prev {
    left: 0;
}

.popupimage_nav.next {
    right: 0;
}

.popupimage_navicon {
/* *** old:
    display: inline-block;
    visibility: hidden;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    background-image:url(/img/popup_image.png);
    background-repeat:no-repeat;
    width: 30px;
    height: 30px;
*** */

    display: inline-block;
    position: absolute;
    top: 85%;
    margin: auto;
    background: url(https://s4.bcbits.com/img/mobile-sprites-20150520.svg) no-repeat;
    background-size: 500% auto;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 1;
}

.no-svg .popupimage_navicon {
    background-image: url(../png/mobile-sprites-20150520.png);
}

.popupimage_navicon.dismiss {
    left: 50%;
    margin-left: -1rem;
    background-position: 0 31.6%;
}

.popupimage_navicon.prev {
    left: 1em;
    background-position: 0 35.8%;
}

.popupimage_navicon.next {
    right: 1em;
    background-position: 0 40.0%;
}

.popupimage_loading {
    position: absolute;
    display: inline-block;
    background-color: black; 
    opacity: 0.5;
    filter:alpha(opacity=50);
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}

.popupimage_spinny_lg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../gif/playerbusy.gif) no-repeat;
    background-position: 50% 50%;
}

.popupimage_spinny_sm {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../gif/playerbusy_small.gif) no-repeat;
    background-position: 50% 50%;
}

/* ---------- */

.imageviewer_top {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    text-align: center;
    z-index: 201; /* on top of menubar 2018 */
}

.imageviewer_top td {
    border: 0;
}

.imageviewer_back {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: -1;
}

.imageviewer_dismiss {
    cursor: pointer;
    position: relative;
    top: 2em; left: -1em;
    background-image: url(../png/popup_image_v2.png);
    background-size: 30px;
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    z-index: 10;
}

.imageviewer_image {
    clear: both;
    border: 2px solid rgba(0,0,0,0.1);
    max-width: none;
    display: inherit;
}

.imageviewer_nav {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 200px;
    max-width: 33%;
    top: 0;
}

.ie .imageviewer_nav {
    /* fixes problems laying out empty elements */
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.imageviewer_nav.prev {
    left: 0;
}

.imageviewer_nav.next {
    right: 0;
}

.imageviewer_navicon {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    background-image: url(../png/popup_image_v2.png);
    background-size: 30px;
    background-repeat:no-repeat;
    width: 30px;
    height: 30px;
}

.imageviewer_navicon.next {
    right: 30px;
    background-position:0 center;
}

.imageviewer_navicon.prev {
    left: 30px;
    background-position:0 bottom;
}

.imageviewer_nav:hover span.imageviewer_navicon {
    visibility: visible;
}

.imageviewer_loading {
    position: absolute;
    display: inline-block;
    background-color: black; 
    opacity: 0.5;
    filter:alpha(opacity=50);
    text-align: center;
    vertical-align: middle;
}

.imageviewer_spinny_lg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../gif/playerbusy_transp.gif) no-repeat;
    background-position: 50% 50%;
}

.imageviewer_spinny_sm {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../gif/playerbusy_small.gif) no-repeat;
    background-position: 50% 50%;
}


