@import 'setup';

/* This file is a copy of artist-redesign.scss file & will be modified as
** per new design specs
*/

.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;
    }  

    .mceIcon {
        background: url(../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 {
    border-bottom: 1px solid $gray-light;
    margin-bottom: 10px;

    .require-text {
        color: $grey;
        font-size: $font-size-base;
        font-weight: $font-weight-bold;
        position: absolute;
        right: 0;
    }

    .example-text {
        color: $grey;
        font-size: $font-size-base;
    }

    .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;
            }
        }

    }

    .required {
        color: $grey;
    }

    &.tourDates {

        .addButton {
            margin-bottom:28px;
        }

    }

    ul.pressStory li {
        border-top: 2px dotted $gray-lighter;
        margin: 0 0 20px;
        padding: 20px 10px 0;

        &:first-child {
            border-top: 0;
            padding-top: 0;
        }
        
        ul {
           margin: 5px;
           padding-left: 10px; 

           > li {
            border-top: 0px dotted $gray-lighter;
            list-style: outside disc;
            padding: 3px 0px;
            margin: 0px;
            } 

        }

        .textMedium + div {
            max-height: 130px;
            overflow-x: hidden;
        }

    }

    /* Artist Videos */
    .artistVideo {

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

}

#artistFormWrap ul.pressStory li p.editDelete {
    margin-top: 5px;
}

/*ARTIST Create New Modal*/
#edit_artist_form {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
}

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

    }

}

li.widgetNav {
    display: inline;
    margin-right:10px;
    padding: 10px;
    background-color: #efefef;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

li.widgetNavCurrent {
    display: inline;
    margin-right:10px;
    padding: 10px;
    background-color: #dedede;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

a.widgetLink {
    color:#000;
    padding:10px;
    text-decoration: none;
}

#gadgetConfigTourDates,#gadgetConfigPhotos,#gadgetConfigNews {
    background:#efefef;
    padding:13px;
    border-radius:10px;
    -webkit-border-radius:10px;
}

#gadgetPicker {
    height:36px;
}

#tourdatesSize,#photosSize,#newsSize {
    border-right:1px solid #fff;
    width:174px;
}

#tourdatesSize span,#photosSize span,#newsSize span {
    margin-right:13px;
}

#sizeSml {
    padding:0 0 0 27px;
}

#sizeLrg {
    padding-left:23px;
}

#tourdatesTheme,#photosTheme,#newsTheme {
    border-left:1px solid #cdcdcd;
    border-right:1px solid #fff;
    width:153px;
}

#themeLite {
    padding:0 20px 0 40px;
}

#tourdatesColor,#photosColor,#newsColor {
    border-left:1px solid #cdcdcd;
    width:180px;
}

#tourdatesColor span,#photosColor span,#newsColor span {
    margin-left:18px;
}

#colorChoice {
    padding:20px 16px 0 40px;
}

#hexChoice {
    padding-top:20px;
}

#colorDisplay {
    background:#fff;
    height:32px;
    margin:0 auto 10px auto;
    padding:3px;
    width:32px;
}

a#colorPickBtn {
    background:url(/images/icons/color_picker_toggle.png);
    display:inline-block;
    height:20px;
    width:35px;
}

#embedCodeArea {
    background-color:#fff;
    border:1px solid #cdcdcd;
    color:#000;
    display:inline-block;
    float:left;
    font-size:11px;
    overflow-x:hidden;
    margin-right:10px;
    padding:6px 4px;
    width: 350px;
    white-space:nowrap;
    border-radius:5px;
    -webkit-border-radius:5px;
}

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

.socialSyncAccount {
    background: $gray-lightest;
    border-radius: 10px;
    margin: 22px 0 42px 7px;
    padding: 10px;
    position: relative;

    .dropdown {
        display: inline-block;
        float: right;
        height: 34px;
        line-height: 34px;

        > span.bold {
            float: left;
            padding: 4px 10px 0 0;
        }

        #defaultFacebookPage {
            float: left;
        }

    }

    a.expandContract.facebookToggle.close {
        opacity: 1;
    }

}

.socialInputBox {

    .input-group {
        width:100%;

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

    }

}

#other_artist_social_websites_list {

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

}

.socialSyncInfo {
    background: $white;
    border-radius: 6px;
    color: $gorilla;
    margin: 10px 0;
    padding: 12px;    
    -webkit-border-radius: 6px;

    .preferenceCheckBox {
        background: url(/images/icons/socialUnchecked.png);
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 28px;
        margin-right: 5px;
        width: 28px;

        &.checked {
            background: url(/images/icons/socialChecked.png);
        }

    }

    a,
    a:link,
    a:visited,
    a:hover {
        text-decoration: none;
    }

    div.preferenceCheckBox.disconnected {
        display: none;
    }

    input {
        float: left;
    }

}

#fbTopSect {
    height: 34px;
}

a.expandContract {

    &.facebookToggle {
        background: url('/images/icons/openedFacebook.png') top left no-repeat;
    }

    &.facebookToggle.close {
        background: url('/images/icons/closedFacebook.png') top left no-repeat;
    }

}

.profile_facebook_page_name {
    color:#5876b7;
    float:left;
    font-size:24px;
    font-weight:bold;
    line-height:22px;
    width:400px;
}

#profile_facebook_save_button_message{
    color:#88ae47;
    display:none;
    float:right;
    font-weight:bold;
    line-height:34px;
}

.connectStatus {
    color:#acacac;
    float:left;
    font-weight:bold;
}

.connectedAs {
    font-size:14px;
}

.profile_facebook_profile_pic{
    float:left;
    margin-right:12px;
}

.profile_facebook_profile_pic img{
    background:#fff;
    padding:3px;
}

#profile_facebook .pleaseConnect {
    color:#5876b7;
    font-size:24px;
    font-weight:bold;
    line-height:46px;
}

#defaultFacebookPage {
    width:180px;
}

.socialSyncAccount .on_off {
    display:inline-block;
    margin:40px 0 0 0;
}

.socialSyncAccount .on_off input {
    border:none;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    height:15px;
    width:33px;
}

.on_off input.fbConnected {
    color:#5876b7;
    background:url("/images/icons/fbConnected.png") top left no-repeat;
}

.on_off input.fbNotConnected {
    color:#acacac;
    background:url("/images/icons/fbTwNotConnected.png") top left no-repeat;
}

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

.video-tab {

    #artistFormWrap {
        border-bottom: none;
    }

}

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

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

}

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

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

    .addButton {
        float: left;
        margin-left: 25px;
    }

    .no-width {
        width: auto;
    }

}

.video-url {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: calc(84%);  
}

.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 -------------------------- */

.importTourDatesBtns {
    margin: 40px 0;

    p {
        margin-bottom: 20px;
    }

    a {
        padding: 20px 10px;

        img {
            margin: 0;
        }

    }

}

.activeInactiveBtns {
    margin: 15px;

    a.activeDeletedOff {
        margin: 0 5px;
    }

}

#whatsThis {
    color: $white;
    float: right;
    line-height: 28px;
    margin-top: 4px;

    img {
        float: right;
        margin-left: 9px;
    }

    a,
    a:link,
    a:active,
    a:visited {
        text-decoration: none;
    }

    #tooltip div {
        line-height: 18px;
    }

}

#tourDatesWrap {
    background: #8fb325;
    margin-bottom: 10px;
    padding: 14px 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;

    h3 {
        color: #bdd27c;
        display: inline-block;
        float: left;
        font-size: 24px;
        margin: 0 0 14px 0;
    }

    ul {
        background: $bg-gray-lightest;
        padding-bottom: 0px;
        border-radius: 10px;
        -webkit-border-radius: 10px;

        li:first-child {
            border-radius: 10px 10px 0 0;
            -webkit-border-radius: 10px 10px 0 0;
        }

    }

}

#ticket_link_list {

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

}

.tour-date-row {
    background: $white;
    margin-bottom: 7px;
    padding: 10px 21px;
    
    .date-time {
        width: 80px;
        
        .date {
            font-weight: bold;
        }
        
    }
    
    .date,
    .show-time,
    .venue-name,
    .city-country {
        display: block;
    }
    
    .edit-tour-date {
        width: 30px;
    }
    
}

#publishTourDates {
    margin: 8px 0 14px 20px;
}

#publishedTourDates {
    
    .tour-date-row {
        background: $bg-gray-lightest; 
    }

}

.dateTime,
.location,
.deleteDate {
    display: inline-block;
    float: left;
}

.deleteDate a {
    display: inline-block;
    height: 19px;
    margin-top: 6px;
}

.location .venueName {
    text-transform: uppercase;
}

.location > .venueName,
.location > .cityCountry {
    display: block;
    width: 100%;
    word-wrap: break-word;
}

/* -------------------------- 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 INSTALLED APPS  -------------------------- */

#artistFormWrap ul.appPreview li .appPreviewDescription a {
    font-size: 11px;
}

#noAppsHolder {
    background: url(/images/icons/no_applications_lg.png) top center no-repeat;
    font-weight: bold;
    margin-top: 62px;
    padding: 128px 0 280px;
    text-align: center;
}

#noAppsHolder p {
    font-size: 20px;
    font-weight: normal;
}

/* -------------------------- 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('../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-bold;
}

.photo-tab {

    #artistFormWrap {
        border-bottom: none;
        position: static;
    }

}

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

.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("/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('/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;
}

#photoUploadErrorFiles {
    background-color: $yellow-lightest;
    border: 1px solid $red-destroy;
    display: block;
    font-size: $heading-font-size-base;
    margin: 10px 0 0 0;
    padding: 16px 8px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

span#photoUploadError {
    color: $red-destroy;
    font-size: $heading-font-size-md;
}

.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;
            }
        }

    }

}

/* 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 -------------------------- */
#artistFormWrap ul {

    &.appPreview {
        margin: 10px 0 0;

        li {
            background: $bg-gray-lightest;
            margin: 0 0 6px;
            padding: 10px;

            &:first-child {
                border-radius: 10px 10px 0 0;
            }

            &:last-of-type {
                border-radius: 0 0 10px 10px;
            }

            a {

                &.appIcon {
                    display: inline-block;
                    float: left;
                    height: 71px;
                    margin-right: 10px;
                    width: 71px;
                }

                &.btnBlue,
                &.btnBlue:link,
                &.btnBlue:active,
                &.btnBlue:visited {
                    border-radius: 8px;
                    font-size: 11px;
                    font-weight: normal !important;
                    margin-top: 18px;
                    padding: 4px 20px;
                }

            }

            .appPreviewDescription {
                display: table-cell;
                height: 71px;
                overflow: hidden;
                vertical-align: middle;
                width: 350px;
                word-wrap: break-word;
            }

            .list-installer-button {
                float: right;
                height: 71px;
                vertical-align: middle;
            }

        }

    }

}

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

#add_video_message {
    float: left;
}

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

    > ul {
        width: 100%;
    }

}

.publishPrompt {
    font-size: 14px;
    margin-bottom: 28px;
}

.colorPickerClose {
    font-size: $font-size-base;
    padding-left: 160px;
}
