/* trackpipe/public/css/community/community_shared_phone.css */
.community {
    margin: 5px;
}

.community h3 {
    font-weight: 500;
}


.community-tabs {
    width: 100%;
    margin-bottom: 10px;
}

.community-tabs ol {
    display: flex;
    align-content: center;
    justify-content: center;
}

.community-tabs li,
.community-tabs li:hover {
    line-height: 24px;
    width: 50%;
    text-align: center;
    border-top: solid 4px rgba(51, 51, 51, 0);
    font-weight: 500;
    position: relative;
}

.community-tabs li.active,
.community-tabs li.active:hover {
    border-top: solid 4px rgba(51, 51, 51, 1);
}

.invertIconography .community-tabs li.active,
.invertIconography .community-tabs li.active:hover {
    border-color: #999;
    color: #999;
}

.invertIconography .community-tabs li a {
    color: #999;
}

.community-tabs li,
.community-tabs li:first-child,
.community-tabs li:nth-child(2) {
    padding: 0;
    border-right: 0;
    line-height: 36px;
    height: 30px;
}

.community-tabs li:nth-child(2):after {
    background: #999;
    background-color: rgba(0,0,0,0.15);
    content: ' ';
    height: 18px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px;
}

.invertIconography .community-tabs li:nth-child(2):after {
    background: #333;
    background-color: rgba(255,255,255,0.15);
}

.community-view.feed {
    margin: 10px;
}

.community-view.active {
    display: block;
}

.community-feed {
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.community-feed .comment li.actions {
    display: flex;
}

.community-feed li.comment .delete {
    visibility: visible;
}

/* contextual dialog */

.community-feed .report-flag-icon,
.community-contextual-dialog .report-flag-icon {
    fill: #0687F5;
}

.community-feed li.comment .comment-contextual {
    position: absolute;
    right: 10px;
    top: 9px;
}

.community-feed .contextual-toggle {
    opacity: 1;
}

.community-feed .stories.pinned-story .main-section .contextual-menu-wrapper {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0;
}

.community-contextual-dialog {
    margin: 35px 10px 10px 10px;
    font-size: 16px;
}

.community-contextual-dialog .report-flag-icon {
    width: 18px;
}

.community-contextual-dialog .contextual-menu-inner a {
    margin: 18px 14px;
}

.community-contextual-dialog .contextual-menu-inner a:focus {
    outline: 0;
    text-decoration: underline;
}

.community-contextual-dialog .contextual-menu-inner svg {
    margin-right: 10px;
}

.community-contextual-dialog .contextual-menu-inner .ban-user-icon {
    margin-right: 9px;
    margin-left: 1px;
}

.community-contextual-dialog .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
    fill: #999;
}

.community-feed li.comment-hidden, .community-feed li.comment-deleted,
.community-feed.live li.comment-hidden, .community-feed li.comment-deleted {
    padding: 9px 12px 9px 58px;
}

.community-feed .story .message-text {
    font-size: 14px;
}

.community-feed .story.live-announcement img.message-photo {
    max-width: 100%;
}

.community-feed .action .count {
    font-size: 13px;
}

.community-feed li.comment .comment-body {
    font-size: 13px;
    color: #333;
}

/* compose */
.community-compose.visible {
    display: none;
}

.community-mobile-top-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px; 
}

.community-compose .mobile-target {
    padding: 0;
    border: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.community-mobile-compose {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFF;
    top: 0;
    z-index: 1000;
}

.community-compose .community-mobile-top-controls .cancel {
    margin: 8px;
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
    background: none;
}

.community-compose .community-mobile-top-controls .send {
    margin: 8px;
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
    background: #0687F5;
    border: none;
    color: #fff;
}

.community-compose .community-mobile-top-controls .recipients {
    flex-grow: 1;
    text-align: center;
}

.community-compose .audience {
    padding: 10px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.community-compose .audience-body-wrapper {
    display: flex;
    align-content: center;
}

.community-compose .audience-body {
    margin-right: 0;
}

.community-compose .audience .icon {
    position: relative;
    top: 0;
}

.community-compose .body {
    padding: 10px;
}

.community-compose .media-controls {
    display: none;
}

.community-compose .message-buttons {
    display: none;
}

/* feed */
.community-feed .back-to-feed {
    margin: 15px 0;
}

/*.community-feed .story .heading {
    display: block;
    font-size: 14px;
}

.community-feed .story.band-member .date-recipients {
    margin-left: 0;
}

.community-feed .story .title {
    min-height: 24px;
    margin-bottom: 4px;
    margin-right: 30px;
}*/

.community-feed .story .main-section,
.community-feed .story > .actions,
.community-feed .story .lock-banner {
    padding: 14px 12px;
}

.community-feed .story .lock-banner {
    padding-bottom: 20px;
}

.community-feed .story > .actions {
    padding-bottom: 24px;
}

.community-feed .story.band-member .main-section .hide-icon,
.community-feed .story .hide-icon {
    opacity: 0.5;
}

.community-feed .story .lock-banner-inner {
    display: block;
    padding: 0;
}

.community-feed .story .lock-banner-heading {
    margin-right: 0;
    padding: 20px 0 10px 0;
}

.community .story .lock-follow {
    width: 100%;
    margin-top: 20px;
}

.community-feed li.comment .fan-photo-container,
.community-feed .comment-form .bio-photo-container {
    width: 27px;
    height: 27px;
}

.community-feed li.comment .fan-photo-container,
.community-feed .comment-form .bio-photo-container {
    left: 12px;
    top: 10px;
}

.community-feed .comment-form .bio-photo-container {
    top: 8px;
}

.community-feed .comment-input .camera-icon {
    fill: #FFF;
    width: 23px;
    left: 6px;
    position: absolute;
    top: 8px;
}

.community-feed li.comment .actions {
    padding: 0 50px 9px 50px;
}

.community-feed li.comment .text {
    margin: 0;
    padding: 7px 30px 4px 50px;
    font-size: 16px;
}

.community-feed li.comment a.fan-name {
    font-size: 14px;
}

.community-feed li.comment .comment-date {
    font-size: 13px;
}

.community-feed .comment-input textarea {
    padding: 12px 50px 10px 50px;
    font-size: 16px;
    margin-top: 0;
    min-height: 62px;
}

.community-feed .comment-form button {
    border: 0;
    fill: #0687f5;
    background: none;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 12px;
    align-self: flex-start;
}

.community-feed .comment-form button[disabled] {
    fill: #333;
}

.community-feed .story.new-release .item-art-outer {
	width: 100%;
    height: 0;
    padding-top: 100%;
}

.community-feed .story.new-release img.message-photo {
	width: 100%;
	height: auto;
    position: absolute;
    top: 0;
}

/* for now, make these not playable */
.community-feed .story.new-release .play-button {
    display: none;
}


.community-support .icon {
    margin-bottom: 20px;
}

.community-support h2 {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
    line-height: 24px;
    color: #333;
}

.community-support-body {
    width: 100%;
}

.ui-dialog.ui-dialog-2018 .community-support button:first-child {
    padding: 20px 0;
    font-size: 16px;
    background-color: #1DA0C3;
}
.ui-dialog.nu-dialog.ui-dialog-2018 .community-support button.link {
    color: #1DA0C3;
    font-size: 14px;
}
.community-support-body .desc a {
    color: #1DA0C3;
}


/* report dialog */
.community-report-dialog {

}

.community-report-dialog .item {
    display: flex;
    align-items: center;
}

.community-report-dialog .item :first-child {
    margin-right: 5px;
}

.ui-dialog.nu-dialog .community-report-dialog label {
    margin: 0;
    font-weight: normal;
}

/* dark mode */
.invertIconography #propOpenWrapper {
    background: none transparent;
}

.invertIconography .community-follow-banner {
    color: #FFF;
}

.invertIconography .community-follow-banner h2 {
    color: #FFF;
}

.invertIconography .community-follow-banner.hideable {
    background: rgba(255, 255, 255, 0.08);
    border: 0px;
}

.invertIconography .community-follow-banner.hideable .hide-icon svg {
    fill: #FFF;
}

.invertIconography .community-band-info .name {
    color: #FFF;
}

.invertIconography .community-band-info .follow-band.subscribed {
    color: #FFF;
}

.invertIconography .community h3.messages {
    color: #FFF;
}

.invertIconography .community-feed .story {
    border: none;
    color: #FFF;
}

.invertIconography .community-feed .story.new-release .featured-track-label,
.invertIconography .community-feed .story .tags {
    color: rgba(255, 255, 255, 0.5);
}

.invertIconography .community-feed .story .main-section,
.invertIconography .community-feed .story .lock-banner,
.invertIconography .community-feed .story > .actions,
.invertIconography .community-feed .story.locked .comments-section,
.invertIconography .community-feed .comment-form,
.invertIconography .community-compose-form,
.invertIconography .community-feed ol.comments,
.invertIconography .community-thanks-banner {
    background: rgba(255, 255, 255, 0.08);
}

.invertIconography .community-feed .comment-input textarea {
    background: none;
    color: #FFF;
}

.invertIconography .community-feed .story.locked .comments-section,
.invertIconography .community-feed .comment-form,
.invertIconography .community-feed ol.comments {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.invertIconography .community-compose-form > * {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.invertIconography .community-compose-form > *:last-child {
    border-bottom: none;
}

.invertIconography .community-feed .story.locked .message-text span,
.invertIconography .community-feed .story.locked img {
    background: rgba(255, 255, 255, 0.50);
}

.invertIconography .community-compose .pic-upload-icon {
    fill: #FFF;
}

.invertIconography .community-feed .story .date,
.invertIconography .community-feed .story .sent-to,
.invertIconography .community-feed .story .subtitle {
    color: rgba(255, 255, 255, 0.5);
}

.invertIconography .community-feed .story .message-text {
    color: #FFF;
}

.invertIconography .community-feed li.comment a.fan-name,
.invertIconography .community-feed li.comment .comment-body,
.invertIconography .community-feed .story .title-body,
.invertIconography .community-feed .story.new-release .featured-track-title {
    color: #FFF;
}

.invertIconography .community-feed .story.new-release .title-artist a {
    color: #0687F5;
}

.invertIconography .community-feed .story .lock-banner {
    color: #FFF;
}

.invertIconography .community-feed .story .lock-icon {
    fill: #FFF;
}

.invertIconography .community-feed .story.live-announcement .date-time-over-badge {
    color: #FFFFFF;
    background-color: rgba(6, 135, 245, .3);
}

.invertIconography .community-feed .story.live-announcement .date-time-text,
.invertIconography .community-feed .story.live-announcement .date-time-live-badge {
    color: rgba(255, 255, 255, 0.5);
}

.invertIconography .community-feed .story-band-name,
.invertIconography .community-feed .story-title {
    color: #FFF;
}

.invertIconography .community-feed .comment-form button[disabled] {
    fill: #BBB;
    opacity: 0.7;
}

/* trackpipe/public/css/community/community_phone.css */
/* general page overrides */
#pgBd {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: none;
}

#customHeader > .desktop-header {
    display: none;
}

#customHeaderWrapper {
    margin: 0;
}
div#pgBd {
    min-width: auto;
}

#band-navbar {
    padding: 0;
}

#band-navbar > li {
    margin: 0;
}

.community {
    margin: 0;
    min-height: 100vh;
    margin-bottom: 60px;
}

.community-feed .story .title-body,
.community-feed li.comment a.fan-name,
.community-feed .story .date {
    /*font-size: 13px;*/
}
.community-feed .story .message-text {
    font-size: 14px;
}
 .community-feed li.comment .comment-body {
    font-size: 13px;
    color: #333;
 }

.community-follow-banner {
    margin: 0 auto 20px auto;
    line-height: 24px;
    font-size: 16px;
}

.community-follow-banner h2 {
    text-align: center;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 23px;
}

.community-follow-banner button {
    padding: 20px 30px;
    font-weight: bold;
    width: 100%;
}

.community-follow-banner.hideable {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 40px 30px 20px 30px;
    width: auto;
    border: 1px solid rgba(129, 130, 133, 0.3);
    opacity: 1;
    transition: opacity 0.3s;
    position: relative;
}

.community-follow-banner.hideable .hide-icon {
    position: absolute;
    right: 8px;
    top: 8px;
}

.community-follow-banner.hideable .hide-icon svg {
    opacity: 0.5;
    width: 30px;
    height: 30px;
}

.hiding .community-follow-banner.hideable {
    opacity: 0;
}

.community-band-info .name {
    font-size: 16px;
}

.community-band-info .location {
    font-size: 14px;
}

.community-band-info .bio {
    font-size: 14px;
    margin-top: 4px;
}

.community h3.messages {
    font-size: 16px;
    margin-bottom: 10px;
}

