@import 'setup';

.main-content {
    padding: 0;

    #content {
        padding: 0 25px 40px;

        &.content-div {
            background-color: $mouse;
            padding: 0;
        }

    }

}

#artistBuilderWrap {
    border: 1px solid $gray-light;
    display: inline-block;
    margin-top: 30px;
    width: 100%;

    #contentRightlg {
        background-color: $white;
        border-left: 1px solid $gray-light;
        float: left;
        min-height: 650px;
        padding: 15px 20px 70px;
        width: calc(100%/4 *3);
    }

    #contentLeftsm {
        float: left;
        width: calc(100%/4); 
    }

    .artistProfileNav {
        margin-right: -1px;
        position: relative;

        li {
            border-bottom: 1px solid $gray-light;
            cursor: pointer;
            padding: 15px;

            &.current {
                background-color: $white;
                border-right: none;
            }

            .alwNavIcon {
                display: none;
            }

            p {
                color: $gorilla;                 
                font-size: 18px;
                font-weight: $font-weight-bold;
            }

            .link-added {
                color: $gray;
                font-size: 9px;
                font-weight: $font-weight-bold;              
                line-height: 1.6rem;
                text-transform: uppercase;            
            }

        }

    }

}

/*Styles for Richtexteditor*/
#biography_parent,
#blurb_parent {

    table {
        background-color: $white;
        border-color: $input-border;
        border-radius: 3px;
    }    

    .mceButton {
        background-image: none;
        border: none;
        margin: 0 3px;
    }

    .mceFirst,
    .mceLast {
        border-color: $input-border;
    }

    .mceToolbarEnd span,
    .mceToolbarStart span {
        background-image: none;
    }

    .mceButtonActive,
    .mceButtonSelected,
    .mceButtonEnabled:hover {
        background-color: $gray-lightest;
    }

    .mceIframeContainer {
        border-bottom: none;
        padding: 2px;
    }  

    .mceIcon {
        background: url($cdn-base + '/images/artists/textarea-icons.png') no-repeat 20px 20px;
    }

    .mce_bold {
        background-position: 0 3px;
    }

    .mce_italic {
        background-position: -31px 3px;
    }

    .mce_underline {
        background-position: -63px 3px;
    }

    .mce_link {
        background-position: -94px 2px;
    }

    .mce_unlink {
        background-position: -181px 2px;
    }

    .mce_code {
        background-position: -132px 0;
        height: 9px;
        width: 29px;    
    }

    .mce_bullist {
        background-position: -250px 3px;
    }

    .mce_numlist {
        background-position: -214px 3px;
    }

}

/* -------------------------- ARTIST BUILDER -------------------------- */

#artistFormWrap {

    .require-text {
        position: absolute;
        right: 0;
        top: 1.5%;
    }

    .artistinfo-inner{
        width: calc(100%/5 *3);
    }

    .addButton {
        display: inline-block;
        width: 100%;

        &.photo-added {
            position: absolute;
            right: 10px;
            top: 0;

            .qq-upload-progress-area {
                margin: 0;
            }
        }

    }

    &.tourDates {

        .addButton {
            margin-bottom:28px;
        }

    }

    /* Artist Videos */
    .artistVideo {

        .video-source {
            color: $gray-darkest;
        }

    }

    .withdata-title {
        display: inline-block;
    }

    .withdata-btn {
        display: inline-block;
        float: right;
        margin-top: 15px;
        width: auto;
    }

}

#edit_artist_form,
#edit_tourdate_form {
    display: inline-block;
    position: relative;
    text-align: $text-align-left;
    width: 100%;
}

.press-story {

    &-list {
        border: 2px solid $grey-medium;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    &-inner {
        padding: 0 15px 10px; 

        ul,
        ol {
            margin: 0 15px;

            > li {
                border: none;
                list-style: outside disc;
                margin-bottom: 5px;
            } 

        }

        ol {

            li {
                list-style: decimal;
            }
        
        }

    }

    &-desc {
        font-size: $heading-font-size-base;
        max-height: 130px;
        padding-right: 15px;
        overflow-x: hidden;
    }

    &-footer {
        border-top: 1px solid $violet-table-header;
        padding: 18px;
    }

    &-source {
        color: $grey;
        display: inline-block;
        min-height: 20px;
        text-transform: uppercase;
    }

    .editDelete {
        display: inline-block;
        float: right;
    }

}

 /*news tab scss*/
 .add-data-plus {
    background-image: url($cdn-base + '/images/artists/add-photo-icon.png');
    background-repeat: no-repeat;
    background-position: 10% 50%;
    float: right;
    padding: 8px 15px 7px 32px;
}

/* -------------------------- ARTIST GADGETS -------------------------- */

.gadgetOptionsPanel {
    color: $gray-darker;
    float: left;
    height: 112px;
    margin-bottom: 20px;
    text-align: center;

    span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-shadow: 1px 1px 0px $white;
    }

    .options {
        float: left;
        font-size: 12px;
        margin-top: 8px;

        .optionPreview {
            height: 38px;
        }

        .optionTitle {
            margin-bottom: 6px;
        }

        input {
            margin: 10px 0 0;
        }

    }

    #hexChoice {
        padding-top: 20px;

        input {
            height: 32px;
            margin: 0;
            padding: 0 4px;            
            text-align: center;            
            width: 78px;
        }

    }

    .radio {
        margin-top: 3px;

        > [type="radio"] + label {
            padding-left: 18px;
        }

    }

}

.widget-wrap {
    min-height: 700px;

    #gadget-configure {
        border-radius: 3px;
        border: 1px solid $gray-light;
        margin-top: 20px;
        padding: 20px;

        .gadget-options {
            display: inline-block;
            margin: 0 10px;
        }

    }

    #widget-size:after,
    #widget-theme:after {
        bottom: auto;
        border-right: 1px solid $gray-light;
        content: "";
        height: 50%;
        position: absolute;
        right: 0;
        top: 30%;
        z-index: 100;
    }

    #embed-area-form {
        display: block;
        margin-top: 20px;

        #embedCodeArea {
            border: 1px solid $gray-light;
            border-radius: 4px;
            display: inline-block;
            float: none;
            overflow: scroll;
            padding: 6px 4px;
            vertical-align: top;
            white-space: nowrap;
        }

    }

    .color-picker {
        display: inline-block;
        margin: 20px 0;

        li {
            display: inline-block;
            margin: 0 3px;
            vertical-align: top;
        }

        #hex-choice {
            width: calc(100%/2);
        }

        #colorDisplay {
            background: $white;
            border: 1px solid $bg-gray-lightest;
            height: 32px;
            width: 32px;
        }

        #colorPickBtn {
            border: 1px solid $gray-light;
            border-radius: 3px;
            background: url($cdn-base + '/images/icons/picker.svg') no-repeat center center $panel-bg;
            cursor: pointer;
            display: inline-block;
            padding: 14px;
        }

    }

    .colorPickerClose {
        font-size: $heading-font-size-lg;
        position: absolute;
        right: 10%;

        a {
            color: $gorilla;
            cursor: pointer;
        }

    }

    #picker {
        background-color: $white;
        border: 1px solid $gorilla;
        position: absolute;
    }

    #widget-theme {

        .option-preview {
            border: 1px solid $gray-light;
            border-radius: 7px;
            display: inline-block;
            height: 40px;
            width: 40px;

            &.dark {
                background-color: $black-light;
            }

        }

    }

}


/* ------------------ Artist widget - News iframe style ------------------- */

#widgetNewsContainer {
    border-radius: 5px;
    font-family: "Rubik",sans-serif;
    max-height: 480px;
    padding-bottom: 15px;

    .no-data-icon {
        margin-bottom: 15px;
    }

    .no-data {
        font-weight: bold;
        font-size: $heading-font-size-lg;
        text-align: $text-align-center;
        margin: 50px 0;
    }

    ul {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #widgetNewsHeader {
        border-bottom: 1px solid $gray-lightest;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: $heading-font-size-lg;
        font-weight: bold;
        padding: 12px 10px;
        position: relative;
    }

    #news_list {
        height: auto;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: inherit;

        li {
            display: block;
            padding: 10px;
        }

    }

    .newsLink {
        color: $grey;
        font-weight: bold;
        font-size: $font-size-base;
        margin: 10px 0 5px;
        text-transform: uppercase;
        width: 100%;
    }

    #orchardLogo {
        display: inline-block;
        height: 21px;
        position: absolute;
        right: 10px;
        top: 8px;
        width: 16px;
    }

    &.largeBlack,
    &.largeWhite {
        width: 538px;
    }

    &.smallBlack,
    &.smallWhite {
        width:278px;
    }

    &.largeWhite,
    &.smallWhite {
        border: 1px solid $gray-lightest;
        color: $gorilla;

        #news_list {

            li {
                border-top: 1px solid $gray-light;
            }

        }

        #nav {

            #leftNav {
                background: url('/gadget/img/slide-left-light.svg') top left no-repeat;
            }
            #rightNav {
                background: url('/gadget/img/slide-right-light.svg') top left no-repeat;
            }

        }

        #orchardLogo {
            background-image: url('../public/gadget/img/orchard_logo_small_white.jpg');
            background-position: 0 21px; 

            &:hover {
                background-position: 0 0;
            }

        }

    }

    &.largeBlack,
    &.smallBlack {
        background: $gorilla;
        border: 1px solid $gray-lightest;
        color: $pagination-bg;

        #widgetNewsHeader {
            background: $gorilla;
            font-size: $heading-font-size-lg;
        }

        #news_list {

            li {
                border-top: 1px solid $rhino;
            }

        }

        #nav {
            background: $gorilla;

            #leftNav {
                background: url('/gadget/img/slide-left-dark.svg') top left no-repeat;
            }

            #rightNav {
                background: url('/gadget/img/slide-right-dark.svg') top left no-repeat;
            }

        }

        #orchardLogo {
            background-image: url('../public/gadget/img/orchard_logo_small_black.jpg');
            background-position: 0 21px;

            &:hover {
                background-position: 0 0;
            }

        }

    }

    #nav {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-top: 14px;
        padding: 4px 8px;

        a {
            display: inline-block;
            height: 21px;
            text-indent: -9999;
            width: 26px;
        }

        .iconWrap {
            height: 21px;
            margin-bottom: 4px;
            width: 14px;

            &.right-nav,
            &.left {
                display: none;
            }

            &.left {
                float: left;
            }

            &.left-nav {
                display: block;
            }

            &.right {
                float: right;
            }

        }

    }

    #news_list {

        li {

           &.first {
                border-top: none;
            }

            &.last {
                border-bottom: none;
            }

        }

    }

    .blurb {
        font-size: $heading-font-size-md;
        line-height: 1.3em;
        margin: 5px 0;
        width: 100%;
    }

    .clear {
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

}

/* -------------------------- ARTIST SOCIAL INFO -------------------------- */

.socialSyncAccount {
    margin-top: 10px;

    .artist-dropdown {
        margin-top: 15px;
        position: relative;

        #defaultFacebookPage {
            color: $grey;
            width: calc(100%/2.5);
        }

    }

}

.socialInputBox {

    .input-group {
        width:100%;

        .input-group-addon:empty {
            display:none;
        }

    }

}

#other_artist_social_websites_list {

    .remove-social-link {
        padding-top: 3px;
    }

}

.socialSyncInfo {

    .checkbox {

        .social-text-left {
            color: $gorilla;
            font-size: $heading-font-size-base;
            padding-left: 0;
            text-transform: none;
        }

        .preferenceCheckBox {

            + label:before {
                content: '';
                border: 1px solid $timberwolf;
                background: $white;
            }    

            + label:after {
                opacity: 0;
                transform: scale(0);
            }

            &.checked {

                + label:before {
                    border: 1px solid $bluejay;
                }

                + label:after {
                    opacity: 1;
                    transform: scale(1);
                }

            }

            &.disconnected {
                display: none;
            }

        }

    }

}

#profile_facebook_save_button_message{
    display: none;
    margin-top: 20px;
}

.connected-as {
    background: $facebook-bg;
    border-radius: 4px;
    color: $white;
    display: inline-block;
    margin-right: 20px;
    padding: 6px 12px;
    text-transform: uppercase;

    img {
        vertical-align: text-bottom;
    }

}

.fb-icon {
    background-image: url('/images/icons/FB.svg');
    background-position: 8% 50%;
    background-repeat: no-repeat;
    padding: 9px 12px 7px 34px;

    &:hover {
        box-shadow: 1px 5px 10px $gray-lighter;
        color: $white;
        cursor: pointer;
        text-decoration: none;
    }

}

.please-connect {
    display: inline-block;
}

.profile-facebook-profile-pic {
    display: inline-block;
    height: 60px;
    margin-right: 12px;
    width: 60px;
    vertical-align: middle;
}

.social-data {
    border-bottom: 1px solid $bg-gray-lightest;
}

.social-text-right {
    margin: 10px 0;
}

/* -------------------------- ARTIST VIDEOS -------------------------- */
.no-data-frame {
    border: 1px solid $gray-light;
    margin-top: 20px;
    padding: 60px 0 40px;

    > img {
        margin: 0 0 15px 0;
    }

}

#add_video_form {
    display: inline-block;
    padding: 0 10px;
    width: 100%;

    &.no-videos {
        padding: 20px;
    }

    .addButton {
        float: left;
    }

    .no-width {
        width: auto;
    }

}

.videoLink {
    display: block;
    margin: 15px 0;
    min-height: 42px;

    &:hover {
        text-decoration: none;
    }
    
}

.artistVideoImage {
    position: relative;
    padding: 15px 15px 0;
}

.videoImageContainer {
    border-bottom: 1px solid $white;
    display: block;
    height: 140px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;

    &:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: all 1s;
        -webkit-transition: all 1s

    }

    &:hover:after {
        opacity: 1;
    }

    > img {

        left: 50%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .play_hover {
        z-index: 999;
    }

}

/* -------------------------- ARTIST LIST TABLE -------------------------- */

.table {

   &.table-striped {
       
       > tbody > tr > td {
           vertical-align: middle;
       }

   }

}

.artistlist {
    font-size: 13px;

    .artist-img {
        border-radius: 70px;
        border :none;
        height: 65px;
        width: 65px;
    }

    .artist-name {
        cursor: pointer;
        margin-left: 15px;
        margin-top: 15px;
        width: 70%;
    }

    .artist-smalltext {
        float: left;
        font-size: 12px;
        margin-left: 15px;
        margin-top: 5px;
    }

    .number-releases,
    .num-releases-in-progress {
        font-size: 18px;
        font-weight: $font-weight-bold;

        .releases-link {
            color: $gray-darkest;
            cursor: pointer;
            text-decoration: none;
        }

    }

    .number-of-releases-zero {
        color: $gray-darkest;
        font-size: 18px;
        font-weight: bold;
    }

    .artist-progress {
        background-color: $white;
        border: 1px solid $brand-primary;
        height: 10px;
        margin-right: 35px;
    }

    .artist-progress-bar {
        background: $brand-primary;
        border-right: 1px solid $brand-primary;
        border-left: 1px solid $brand-primary;
        height: 9px;
    }

    .artist-smalltext-per {
        color: $gray-darkest;
        margin-top: -15px;
    }

}

.artist-button {
    padding-top: 20px;
}

/* -------------------------- ARTIST TOUR DATES -------------------------- */

#ticket_link_list {

    .remove-link {
        padding-top: 3px;
    }

}

.tours-info-form,
.tours-action-btns {
    margin: 15px 0;
}

.back-to-tour-dates{
    margin: 20px 0 10px;
}

.tour-date-row {
    border-top: 1px solid $bg-gray-lightest;
    padding: 10px 0;

    .venue-name,
    .city-country {
        color: $gray-darkest;
    }

    .edit-tour-date,
    .delete-tour-date {
        display: inline-block;
    }

}

.active-inactive-btns {
    border-bottom: 1px solid $gray-light;
    margin-top: 25px;
}

.artists-tabs {
    background: transparent;
    border: none;
    color: $timberwolf;
    display: inline-block;
    font-size: $heading-font-size-lg;
    padding: 10px 20px;

    &.active {
        border-bottom: 3px solid $gorilla;
        color: $gorilla; 
    }

    &:hover,
    &:focus {
        color: inherit;
        text-decoration: none;
    }

}

#tour-dates-wrap,
#published-tour-dates{
    border: 1px solid $gray-light;
}

/* -------------------------- ARTIST IMAGES PROGRESS BAR -------------------------- */

.progress-bar-image-container {
    background: url(/images/loading2.gif) repeat-x top left;
    border-right: 1px solid $gray-dark;
    margin: 0;
}

/* -------------------------- ARTIST PHOTOS  -------------------------- */

.photos {

    &#noArtistPhotos {
        border: 1px solid $gray-light;
        margin-top: 20px;
        padding: 60px 0 40px;

        >img {
            margin: 0 0 30px 0;
        }

        .add-photo-btn {
            float: none;
        }

        .addButton {
            margin-top: 10px;
        }

    }

    .add-photo-btn {
        background-image: url($cdn-base + '/images/artists/add-photo-icon.png');
        background-repeat: no-repeat;
        background-position: 12% 50%;
        float: right;
        padding: 8px 15px 7px 32px;
    }

}

.content-block-inner {
    border: 2px solid $grey-medium;
    border-radius: 3px;
}

.content-block {
    border-radius: 10px;
    padding: 10px;
    width: calc(33.33%);
}

.artist-photo-controls,
.artist-video-controls {
    border-top: 1px solid $bg-gray-lightest;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 10px;    
    width: 100%;
}

.caption-title {
    text-align: $text-align-center;
    margin-top: 15px;
    min-height: 16px;
}

.artist-photo-size {
    color: $gray;
    font-size: $font-size-smaller;
    text-align: $text-align-center;
}

.no-data-title {
    color: $timberwolf;
    font-weight: $font-weight-normal;
}

.delete-msg,
.please-wait-msg {
    font-size: $heading-font-size-md;
}

.photo-tab-inner {
    position: relative;
    padding: 0 10px;
}

.submit-tab-info {
    border-top: 1px solid $gray-light;
    padding: 10px 0;
    text-align: $text-align-right;

    .pageFormBtn {
        float: none;
    }
    
}

.artist-photo {

    .artist-photo-image {
        border-bottom: 1px solid $white;
        display: block;
        height: 250px;
        margin: 15px;
        overflow: hidden;
        position: relative;
        text-align: $text-align-center;
        vertical-align: middle;

        > img {
            left: 50%;
            max-width: 100%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    }

    .editcaptionbutton,
    .artist-photo-dim {
        margin: 0 8px;
    }

    .radioOn,
    .radioOff,
    .radioOff:hover {
        background-image: url($cdn-base + '/images/icons/radiobuttons.png');
        background-repeat: no-repeat;
        background-position: 0px -52px;
        cursor: pointer;
        padding: 4px 0px 0px 26px;
        width: 25px;
    }

    .radioOff {
        background-position: 0px -2px;
        
        &:hover {
            background-position: 0 -27px;
        }
    }

    .tooltip {
        background-color: $white;
        border: 1px solid $gray;
        box-shadow: 0px 0px 0px 1px $gray-lightest;

        &::before {
            border-bottom-color: $gray-light;
        }

    }

}

.trash-icon {
    background: url($cdn-base + '/images/icons/Delete.svg') no-repeat center center;
    margin: 0 5px;
}

#image_wrap {
    display: table-cell;
    height: 490px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 618px;

    .artistPhotoDimModal {
        background: $footer-body-color url(/images/icons/dnldHiResGrn.png) 10px center no-repeat;
        color: $gray-dark;
        display: inline-block;
        font-size: $font-size-small;
        font-weight: $font-weight-bold;
        padding: 5px 10px 5px 30px;
        text-align: left;
        text-decoration: none;

        &:hover {
            background: $green-update url(/images/icons/dnldHiResWht.png) 10px center no-repeat;
            color: $white;
        }

    }

}

a.artistPhotoDimModalCaption{
    color: $gray-darkest;
    cursor: default;
    display: block;
    font-size: $font-size-small;
    font-weight: $font-weight-bold;
    text-decoration: none;
}

.scrollable {

    &.image-scroll-panel {
        width: 480px;

        .scrollable-items-list {
            float: left;
            height: 115px;
            margin-right: 115px;
            padding: 10px 0 0;
            width: 480px;
        }

        .modal-in-wrap {
            display: table-cell;
            height: 94px;
            overflow: hidden;
            padding: 0 14px;
            position: relative;
            text-align: center;
            vertical-align: middle;
            width: 94px;
            
            .square-image {
                width: 92px;
                height: 92px;
            }
        }

    }

}

#photoUploadErrorFiles {
    display: block;
    padding: 0px 8px;
    position: relative;
}

/* right and left */
.artist-photo-scroll-arrow {

    &.right {
        background: url(/images/btns/modalRight.png) top left no-repeat;
        bottom: 60px;
        margin: 0;
        position: absolute;
        right: 2px;
    }

    &.left {
        background: url(/images/btns/modalLeft.png) top left no-repeat;
        bottom: 60px;
        left: 2px;
        margin: 0;
        position: absolute;
    }
    
    &.disabled {
        visibility: hidden;
    }

}

.modalWindowGallery {

    .modal-body {
        min-height: 500px;
        max-height: 800px;
    }

}

.vertical-center {

    .artistlist {

        &.text-center {
            vertical-align: middle;
        }

    }

}

#edit_tourdate_form {

    .pull-right {
        margin-right: 5px;
    }

}

/* -------------------------- ARTIST INSTALLED APPS -------------------------- */

.app-preview {

    &-list {
        border: 2px solid $grey-medium;
        margin: 15px 0;
        padding: 15px 0;

        .appIcon {
            display: inline-block;
        }

        .app-icon-img {
            height: 100%;
            width: 100%;
        }

        .list-installer-button {
            text-align: $text-align-right;
            padding: 15px;
        }

    }

    &-description {
        padding: 15px 0;
    }

}

/* -------------------------- ARTIST BUILDER VIDEOS -------------------------- */

#add_video_message {
    float: left;
}

/* -------------------------- AUTOCOMPLETE DROPDOWN -------------------------- */
.ac_results {

    > ul {
        width: 100%;
    }

}

.publish-prompt {
    margin-bottom: 10px;
}
