/* trackpipe/public/css/share_customize_dialog.css */
/* jquery ui overrides */

.share_dialog * {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.share_dialog.ui-widget,
.share_dialog.ui-widget input,
.share_dialog.ui-widget select,
.share_dialog.ui-widget textarea,
.share_dialog.ui-widget button {
    font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
}
.share_dialog.ui-dialog .ui-widget-header {
    background: #5e5e5e;
    border: none;
}
.share_dialog.ui-dialog .ui-dialog-titlebar {
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
}
.share_dialog.ui-dialog .ui-dialog-title {
    margin: 0;
}
.share_dialog .ui-widget-header {
    color: #fff;
}
.share_dialog.ui-widget-content {
    border: 0;
}
.share_dialog.ui-dialog .ui-dialog-content {
    color: #333;
    font-size: 13px;
    border: 0;
    background-color: #eee;
    padding: 20px 30px 10px;
}
.share_dialog.ui-dialog.exclusive .ui-dialog-content {
    position: relative;
    height: auto;
    padding-bottom: 3em;
    padding-top: 90px;
}
.share_dialog.ui-dialog.exclusive .exclusive-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: rgb(250,250,250);
    border-bottom: 1px solid #ccc;
    line-height: 1.5em;
}
.share_dialog .ui-widget-content a {
    text-decoration: none;
    color: #0687F5;
}
.share_dialog .ui-widget-header .ui-icon {
    background-image: url(../png/ui-icons_eeeeee_256x240.png);
    background-image: url(../png/ui-icons_888888_256x240-2.png);
}
.share_dialog .ui-widget-header .ui-state-hover .ui-icon {
    background-image: url(../png/ui-icons_eeeeee_256x240.png);
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none;
    border: 1px solid transparent;
}
.share_dialog + .ui-widget-overlay {
    opacity: 0.8;
    background: #000;
}
.share_dialog.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}
.share_dialog.ui-dialog {
    padding: 0;
}
.share_dialog input[type="number"]::-webkit-outer-spin-button,
.share_dialog input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.share_dialog input[type="radio"],
.share_dialog input[type="checkbox"] {
    margin: 3px 6px 3px 1px;
}
/* share dialog - size picker */

.share_dialog .sizes {
    padding: 10px 0 0 0;
    overflow: hidden;
}
.share_dialog .sizechoice {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 10px 10px;
}
.share_dialog .sizechoice:hover {
    background-color: #fff;
    cursor: pointer;
}
.share_dialog .artsizechoice {
    margin-top: 0;
}
.share_dialog .sizepreview {
    position: relative;
    background: #d6d6d6;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    border: 1px solid rgba(0,0,0,0.1);
}
.share_dialog .sizepreview .playbutton {
    visibility: visible;
    width: 50px;
    height: 50px;
    background: #000;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 290px;
    left: 10px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

}
.share_dialog .sizepreview .playbutton .icon {
    border-color: transparent transparent transparent #fff;
    border-style: dashed dashed dashed solid; /* dashed for smooth rendering in ff */
    border-width: 10px 0px 10px 18px;
    margin: 15px auto;
    top: 0;
    left: 0;
    position: relative;
    display: block;
    width: 0;
    height: 0;
    opacity: 0.8;
}
.share_dialog .sizepreview .art {
    opacity: 0.7;
}
.share_dialog .sizepreview .infolayer {
    padding: 20px 10px 10px 15px;
    height: 80px;
}
.share_dialog .sizepreview .infolayer .text {
    display: inline-block;
    border-top: 2px solid rgba(0,0,0,0.15);
    width: 165px;
    margin: 0 45px 0 0;
    height: 20px;
}
.share_dialog .sizepreview .text.two {
    width: 90px;
    margin: 0;
}
.share_dialog .sizepreview .text.three {
    display: block;
    width: 50px;
}
.share_dialog .large {
    float: left;
    margin-left: 40px;
}
.share_dialog .large .sizepreview {
    width: 350px;
    height: 457px;
}
.share_dialog .sizepreview .art {
    background-color: #777;
}
.share_dialog .large .sizepreview .art {
    width: 348px;
    height: 348px;
}
.share_dialog .medium {
    margin: 0 0 0 40px;
}
.share_dialog .medium .sizepreview {
    width: 450px;
    height: 120px;
}
.share_dialog .medium .sizepreview .art {
    width: 118px;
    height: 118px;
    display: inline-block;
    vertical-align: top;
}
.share_dialog .medium .sizepreview .infolayer {
    padding: 20px 10px 10px 15px;
    height: 120px;
    width: 280px;
    display: inline-block;
    vertical-align: top;
}
.share_dialog .medium .sizepreview .playbutton {
    top: 60px;
    left: 138px;
    position: absolute;
    height: 48px;
    background: #000;
    background: rgba(0,0,0,0.2);
}
.share_dialog .medium .sizepreview .playbutton .icon {
    margin: 14px auto;
}
.share_dialog .medium .text.one {
    width: 150px;
    margin: 0 30px 0 0;
}
.share_dialog .medium .text.two {
    width: 50px;
    margin: 0
}
.share_dialog .medium .text.three {
    display: block;
    width: 80px;
}
.share_dialog .sidebar {
    margin: 30px 0 0 30px;
}
.share_dialog .sidebar .sizepreview {
    width: 170px;
    height: 233px;
    overflow: hidden;
}
.share_dialog .sidebar .sizepreview .art {
    width: 170px;
    height: 170px;
}
.share_dialog .sidebar .sizepreview .playbutton {
    top: 112px;
    position: absolute;
    height: 48px;
    background: #000;
    background: rgba(0,0,0,0.3);
}
.share_dialog .sidebar .sizepreview .playbutton .icon {
    margin: 14px auto;
}
.share_dialog .sidebar .text.one {
    width: 140px;
    margin: 0 30px 0 0;
}
.share_dialog .sidebar .text.two {
    width: 80px;
    margin: 0
}
.share_dialog .small {
    margin: 0 0 0 40px;
}
.share_dialog .small .sizepreview {
    width: 300px;
    height: 41px;
}
.share_dialog .small .sizepreview .art {
    width: 39px;
    height: 39px;
    display: inline-block;
    vertical-align: top;
}
.share_dialog .small .sizepreview .infolayer {
    padding: 10px;
    height: 40px;
    width: 170px;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
.share_dialog .small .text.one {
    width: 80px;
    margin: 10px 20px 0 0;
}
.share_dialog .small .text.two {
    width: 30px;
    margin: 10px 0 0;
}
.share_dialog .small .sizepreview .playbutton {
    visibility: visible;
    width: 40px;
    height: 40px;
    top: 0;
    left: 40px;
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.share_dialog .small .sizepreview .playbutton .icon {
    border-color: transparent transparent transparent #fff;
    border-style: dashed dashed dashed solid; /* dashed for smooth rendering in ff */
    border-width: 8px 0px 8px 14px;
    margin: 12px auto;
    top: 0;
    left: 0;
    position: relative;
    display: block;
    width: 0;
    height: 0;
    opacity: 0.8;
}
.share_dialog .video {
    margin: 0 0 0 40px;
}
.share_dialog .video .sizepreview {
    width: 338px;
    height: 256px;
}
.share_dialog .video .sizepreview .videopreview {
    position: relative;
}
.share_dialog .video .sizepreview .videopreview img {
    width: 338px;
}
.share_dialog .video .sizepreview .infolayer {
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.share_dialog .video .sizepreview .infolayer .art {
    width: 50px;
    height: 50px;
}
.share_dialog .video .sizepreview .text {
    position: absolute;
    left: 76px;
    top: 20px;
}
.share_dialog .video .sizepreview .text.two {
    top: 35px;
}
.share_dialog .video .sizepreview .playbutton {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

/* share dialog - customize */

.share_dialog .customize-controls {
/*    background-color: pink; */
    width: 370px;
}
.share_dialog .exclusive-embed .customize-controls {
    width: 470px;
}
.share_dialog .end_section {
    /* background-color: green; */
    width: 370px;
    margin: 25px 0 0;
}
.share_dialog .exclusive-embed .end_section {
    width: 470px;
}
.share_dialog .large_section, .share_dialog .size_section, .share_dialog .color_section, .share_dialog .campaign_section {
    margin-top: 25px;
}

.share_dialog .campaign_section .campaign_section_text {
    height: 25px;
}

.share_dialog .campaign_section .section_head {
    position: relative;
}
/* 3/24/23: adjusting size to account for longer translations */
.share_dialog .campaign_section .section_head:lang(fr) {
    font-size: 13px;
}
.share_dialog .campaign_section .section_head:lang(pt) {
    font-size: 13px;
}
.share_dialog .campaign_section .section_head:lang(es) {
    font-size: 14px;
}

.share_dialog .campaign_section {
    height: 70px;
}


.share_dialog .embedcode_options {
    position: relative;
}
.share_dialog .embed_text {
    width: 360px;
    border: 2px solid #ccc;
    padding: 6px 4px;
    line-height: 18px;
    font-family: Courier, monospace;
    font-size: 13px;
    margin: 0 0 4px 0;
}

.share_dialog .campaign_text {
    width: 200px;
    border: 2px solid #ccc;
    padding: 4px 2px;
    line-height: 12px;
    font-family: Courier, monospace;
    font-size: 13px;
    margin: 0 0 4px 0;
}

.share_dialog .exclusive-embed .embed_text {
    width: 460px;
}
.share_dialog a.gottumblr {
    position: absolute;
    right: 12px;
    bottom: 0px;
    height: 17px;
    display: inline-block;
}

.share_dialog a.moreinfo {
    position: absolute;
    right: 12px;
    bottom: 0px;
    height: 17px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}


.share_dialog a.gottumblr:hover {
    text-decoration: underline;
}
.share_dialog .track-list-section {
    margin-bottom: 2em;
    position: relative;
}
.share_dialog .track-list-section .track-list-row {
    padding: 0 0 5px 0;
}

.share_dialog .hint {
    color: #888;
}
.share_dialog .size_section .hint {
    padding: 0 0 0 1em;
}
.share_dialog .exclusive-embed .size_section .section_head,
.share_dialog .exclusive-embed .size_section .size_config {
    display: inline;
}
.share_dialog .exclusive-embed .size_section .size_config {
    margin-left: 10px;
}

.share_dialog .exclusive-embed .size_section .size_config_help {
    margin-top: 10px;
}

.share_dialog .embed_code_section {
    margin-bottom: 2em;
}
.share_dialog .embed_code_section label {
    margin-right: 20px;
    font-size: 13px;
}
.share_dialog .wordpress-note {
    color: green;
    margin-top: 5px;
}
.share_dialog .wordpress-note em {
    font-style: normal;
    font-weight: bold;
}
.share_dialog .color_label {
    display: inline-block;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
}
.share_dialog .color_row {
    margin: 15px 0;
    position: relative;
    left: 3px;
}
.share_dialog .color_row.linkcolor {
    margin: 18px 0 0;
}
.share_dialog .color_sample {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 20px;
    cursor: pointer;
    margin-right: 11px;
    top: 3px;
    border: 1px solid rgba(0,0,0,0.1);
}
.share_dialog .color_sample.last {
    margin-right: 0;
}
.share_dialog .color_sample.selected,
.share_dialog .color_sample.selected:hover {
    outline: 2px solid #333;
    outline-offset: 2px;
}
.share_dialog .color_sample:hover {
    outline: 2px solid #ccc;
    outline-offset: 2px;
}
.share_dialog .color_sample.bg_dark {
    background-color: #333333;
}
.share_dialog .color_sample.bg_light {
    background-color: #ffffff;
}
.share_dialog .color_sample.link_light1 {
    background-color: #0687f5;
}
.share_dialog .color_sample.link_light2 {
    background-color: #e99708;
}
.share_dialog .color_sample.link_light3 {
    background-color: #2ebd35;
}
.share_dialog .color_sample.link_light4 {
    background-color: #7137dc;
}
.share_dialog .color_sample.link_light5 {
    background-color: #f171a2;
}
.share_dialog .color_sample.link_light6 {
    background-color: #63b2cc;
}
.share_dialog .color_sample.link_light7 {
    background-color: #de270f;
}
.share_dialog .color_sample.link_light8 {
    background-color: #333333;
}
.share_dialog .color_sample.link_dark1 {
    background-color: #0f91ff;
}
.share_dialog .color_sample.link_dark2 {
    background-color: #e99708;
}
.share_dialog .color_sample.link_dark3 {
    background-color: #2ebd35;
}
.share_dialog .color_sample.link_dark4 {
    background-color: #9a64ff;
}
.share_dialog .color_sample.link_dark5 {
    background-color: #fe7eaf;
}
.share_dialog .color_sample.link_dark6 {
    background-color: #4ec5ec;
}
.share_dialog .color_sample.link_dark7 {
    background-color: #e32c14;
}
.share_dialog .color_sample.link_dark8 {
    background-color: #ffffff;
}
.share_dialog .section_head {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #000;
}
.share_dialog .bold {
    font-weight: bold;
}
.share_dialog .section_head .hint {
    color: #888;
    font-weight: normal;
    padding: 0 0 0 0.5em;
    font-size: 13px;
}
.share_dialog.exclusive .section_head.player-options {
    margin-top: 30px;
}
.share_dialog .bc-ui {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-position: -17px -1px;
    margin-left: 8px;
}
.share_dialog .color_text {
    border: 2px solid #ccc;
    padding: 2px;
    width: 75px;
    height: 25px;
    text-align: center;
}
.share_dialog .layout_option {
    margin: 0 0 8px 0;
}
.share_dialog .layout_name {
    font-weight: bold;
    font-size: 14px;
}
.share_dialog .dimension_text {
    border: 2px solid #ccc;
    padding: 6px 4px;
    line-height: 18px;
    width: 55px;
    text-align: center;
}
.share_dialog.exclusive .dimension_text {
    margin-bottom: 0.5em;
}
.share_dialog input.domain_text[disabled] {
    border: none;
    background-color: rgb(225,225,225);
    color: black;
    height: 24px;
    margin-top: 4px;
    margin-left: -3px;
}
.share_dialog.exclusive .size_config .hint {
    padding-left: 0;
}
.share_dialog .checkmark {
    background-color: rgb(179,231,178);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 4px;
    background-image: url(../png/green-tick.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 30px;
    position: relative;
}
.share_dialog .checkmark.gray {
    visibility: hidden;
}

/* .share_dialog .candidate-domain-row .checkmark:not([style*="display: none"]) + input */
/* ^^ doesn't work so well with animation */
.share_dialog .candidate-domain-row input.no-left-margin {
    margin-left: 0px;
    padding-left: 7px;
}
.share_dialog .dimension_text.error,
.share_dialog .domain_text.error {
    border-color: #a00;
    background-color: #fee;
}
.share_dialog .candidate-domain-list div.error,
.share_dialog .domain-editor-global-controls div.error {
    color: #C43329;
    margin-left: 27px;
    margin-top: 5px;
}
.share_dialog .domain-editor-global-controls div.error {
    margin-top: 20px;
}
.share_dialog .ex {
    padding: 0 5px;
}
.share_dialog .px {
    padding: 0 0 0 5px;
}
.share_dialog .exclusive-embed .layout-section .section_head,
.share_dialog .exclusive-embed .layout-section .biggie_options {
    display: inline-block;
}
.share_dialog .exclusive-embed .layout-section .biggie_options {
    left: 10px;
}

.share_dialog .biggie_options label {
    margin: 0 0 4px;
    display: inline-block;
}
.share_dialog .biggie_options,
.share_dialog .merch_popup,
.share_dialog .slim_options,
.share_dialog .video_options {
    position: relative;
    left: 20px;
}
.share_dialog .slim_options {
    margin-bottom: 0.7em;
}
.share_dialog .merch_popup select {
    max-width: 315px;
    font-size: 13px;
}
.share_dialog .restricted-to-section {
    margin-bottom: 2em;
    margin-top: 1em;
}

.share_dialog .restricted-to-section .show-anywhere-label {
    line-height: 2.125em;
}

.share_dialog .instructions {
    color: #888;
    width: 350px;
    line-height: 1.4em;
}
/* 3/23/23: adjusting font size to account for longer translations */
.share_dialog .instructions:lang(ja) {
    font-size: 12px;
}
.share_dialog .track-list-verbage {
    margin-bottom: 1.25em;
    line-height: 1.5em;
}
.share_dialog .no-exclusive-audio-warning {
    background-color: rgb(255,253,234);
    border-color: rgb(254,245,141);
    border-width: 1px;
    border-style: solid;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 10px 15px 10px 15px;
    width: 440px;
    text-align: justify;
}
/* preview your player section */

.share_dialog .preview_section {
    position: absolute;
    top: 20px;
    bottom: 10px;
    left: 410px;
    float: right;
    width: 580px;
    background: url('../png/_line-2px-bebebe-dotted-vert.png') repeat-y;
    text-align: center;
    padding: 0 0 0 20px;
}
.share_dialog .exclusive-embed .preview_section {
    top: 90px;
    left: 510px;
    width: 480px;
}
.share_dialog .not-public-warning {
    background-color: rgb(255,253,234);
    border-color: rgb(254,245,141);
    border-width: 1px;
    border-style: solid;
    margin-top: 1rem;
    margin-bottom: 1.385rem;
    margin-left: 7px;
    line-height: 2rem;
    width: 445px;
    text-align: center;
    color: inherit;
}

.share_dialog .error-extra {
    background-color: rgb(255,253,234);
    border-color: rgb(254,245,141);
    border-width: 1px;
    border-style: solid;
    margin-top: 1rem;
    margin-bottom: 1.385rem;
    margin-left: 7px;
    line-height: 1rem;
    width: 445px;
    padding: 7px;
    text-align: justify;
    color: inherit;
}

.share_dialog .error-extra em {
    font-style: inherit;
    font-weight: bold;
}

.share_dialog .preview_section .section_head {
    color: #999;
}
.share_dialog .loading {
    padding: 13px 0 0;
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 30px;
    margin-left: 5px;
    z-index: 1000;
    width: 450px;
    text-align: center;
}
.share_dialog .not-public-warning ~ .loading {
    top: 71px;
}
.share_dialog .privateTralbum {
    padding: 13px 0 0;
    font-size: 12px;
    color: black;
    position: absolute;
    top: 30px;
    margin-left: 5px;
    z-index: 1002;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}
.share_dialog .preview-limited {
    margin-bottom: 10px;
    font-size: 12px;
}
.share_dialog .preview_section .player-container {
    text-align: center;
    position: relative;
    z-index: 1001;
}
.share_dialog .preview_section iframe {
    display: inline-block;
}
/* fixme: this element is not actually going to be there
    once the actual preview is hooked up.  It's just so
    you can see the whole embed code */
.share_dialog .preview_section textarea {
    width: 90%;
    height: 90%;
    border: none;
}
.share_dialog .checkbox-placeholder {
    margin-left: 22px;
    min-width: 22px;
}
.share_dialog .restricted-to-section .section_head {
    margin-bottom: 5px;
}
.share_dialog .restricted-to-section .hint {
    margin: 3px 0px 10px 0px;
}
.share_dialog .show-anywhere-label input {
    margin-bottom: 10px;
}
.share_dialog .permitted-domain-label {
    margin-right: 0px;
    display: block;
}
.share_dialog .permitted-domain-list {
    margin-left: 0px;
    list-style-type: none;
    padding-left: 20px;
}

.share_dialog .candidate-domain-list {
    margin-top: 6px;
}

.share_dialog .candidate-domain-row {
    position: relative;
}
.share_dialog .candidate-domain-row.show-checkmarks {
    margin-left: 23px;
}

.share_dialog .candidate-domain-row input {
    margin-top: 4px;
    margin-bottom: 1px;
    width: 20em;
    padding: 3px 0 2px 4px;
    font-size: 13px;
    border: 2px solid #CCCCCC;
}

.share_dialog .candidate-domain-row input:focus {
    outline: none;
    border: 2px solid #848484;
}

.share_dialog .candidate-domain-row div.error {
    margin-left: 0;
}

.share_dialog a.remove-site-button {
    font-size: 150%;
    margin-left: 4px;
    color: gray;
}
.share_dialog .edit-add-site-controls {
    margin-left: 23px;
    margin-top: 7px;
}
.share_dialog .sites-save-cancel-controls {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.share_dialog a.save-site-button,
.share_dialog a.cancel-site-button {
    display: inline-block;
    padding: 8px 18px;
    line-height: 14px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}
/*
.share_dialog .domain-editor-global-controls {
    min-height: 66px;
}
*/
.share_dialog .sites-save-cancel-controls a {
    width: 83px;
}
.share_dialog a.save-site-button {
    background: #0687F5;
    color: white;
}
.share_dialog a.cancel-site-button {
    margin-left: 7px;
    background-color: #D9D9D9;
    color: #333;
}
.share_dialog a.disabled-button {
    opacity: 0.5;
    cursor: default;
}
.share_dialog .permitted-domain-row {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    line-height: 2.0;
    color: #333333;
}
.share_dialog .code-input-container {
    position: relative;
}
.share_dialog .exembed-code-shield {
    width: 97.8%;
    height: 96.1%;
    background-color: white;
    opacity: 0.95;
    position: absolute;
    top: 0px;
    text-align: center;
    vertical-align: bottom;
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333333;
    border: 2px solid #ccc;
}
.share_dialog .exembed-open-edit-shield {
    z-index: 100;
    opacity: 0.55;
    background-color: #eee;
    position: absolute;
    width: 470px;
    height: 100%;
}

.share-dialog .faded {
    position: relative;
}
.share_dialog .faded::after {
  content: '';
  left: 0;
  position: absolute;
  background: linear-gradient(transparent, rgba(238,238,238,0.5), rgba(238,238,238,1));
  width: 100%;
  padding-top: 1.2em;
}
.share_dialog .more-tracks-link {
    margin-top: 0.75rem;
}
.share_dialog .track-checkbox-standin-container {
    position:relative;
}
.share_dialog .click-event-standin {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.share_dialog.ui-dialog .ui-dialog-content.pad-bottom {
    padding-bottom: 2em;
}

/* trackpipe/public/css/artists/follow_embed_dialog.css */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.follow-embed-dialog.ui-draggable {
    border: none;
    border-radius: 3px;
    color: #363636;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.ui-dialog.follow-embed-dialog, .ui-dialog.follow-embed-dialog .ui-widget-header {
    background-color: #fff;
    font-size: 14px;
    border: none;
    color: #363636;
}

.ui-dialog.follow-embed-dialog .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    padding: 17px 20px 20px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.follow-embed-dialog .ui-dialog-titlebar-close.ui-corner-all:hover {
    text-decoration: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.follow-embed-dialog .ui-dialog-titlebar-close.ui-corner-all:hover {
    text-decoration: none;
}

.ui-dialog.follow-embed-dialog .ui-dialog-content.ui-widget-content {
    padding: 0 20px 20px 20px;
}

.follow-embed-dialog .ui-widget.nu-dialog input[type="text"] {
    border: none;
}

.follow-embed-dialog .instructions {
    color: rgba(54,54,54,0.8);
    max-width: 360px;
    line-height: 20px;
}

.follow-embed-dialog input.code {
    background-color: #eee;
    border: none;
    border-radius: 2px;
    color: #363636;
    display: flex;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    flex-grow: 1;
    font-size: 13px;
    padding: 7px 0 7px 7px;
    outline: none;
    width: calc(100% - 20px);
}

.follow-embed-dialog input[type="radio"] {
    cursor: pointer;
}

.follow-embed-dialog .copy-code-container {
    display: flex;
    width: 100%;
}

.follow-embed-dialog .copy-code-container a.copy-code {
    background-color: #eeeeee;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    padding: 7px 14px;
}

.follow-embed-dialog .copy-code-container a.copy-code.copied {
    color: #999;
}

.follow-embed-dialog .embed-table {
    border: 1px solid rgba(0,0,0,.1);
    margin-top: 30px;
}

.follow-embed-dialog .embed-table .tall-row {
    height: 100px;
}

.follow-embed-dialog .embed-table-item-label {
    width: 60px;
    border-right: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
}

.follow-embed-dialog .embed-table-item {
    display: flex;
    position: relative;
}

.follow-embed-dialog .embed-table-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.follow-embed-dialog .embed-table-item .preview-mask {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.follow-embed-dialog .embed-table-item-label,
.follow-embed-dialog .embed-table-item-content {
    display: flex;
    align-items: center;
    height: 81px;
    padding: 0 15px;
}
.follow-embed-dialog .embed-table-item-content {
    flex-grow: 1;
}
.follow-embed-dialog .embed-table-item-content label {
    cursor: pointer;
    font-size: 13px;
    padding: 0 0 1px 7px;
    white-space: nowrap;
}
.follow-embed-dialog .embed-table-item-content label:first-of-type {
    padding-right: 50px;
}

.follow-embed-dialog .embed-table-item-content .large,
.follow-embed-dialog .embed-table-item-content .small {
    display: none;
}

.follow-embed-dialog .embed-table-item-content .active {
    display: inherit;
}

/* styles for showing the dialogue inline within the artist guide */
.guide .guide-section .follow-embed-dialog input.code {
    font-size: inherit;
    padding: 7px 14px;
    font-size: 16px;
}

.guide .guide-section .follow-embed-dialog .copy-code-container a.copy-code {
    font-size: 16px;
}

.guide .guide-section .follow-embed-dialog .instructions {
    color: #363636;
    font-weight: 600;
}

.guide .guide-section .follow-embed-dialog label {
    font-size: 16px;
}
/* special case for displaying in the artist guide - mobile */
@media only screen and (max-width: 740px) {
    .guide .guide-section .follow-embed-dialog .embed-table-item-label {
        display: none;
    }
    .guide .guide-section .follow-embed-dialog label {
        font-size: 14px;
    }
}

/* 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%;
}


