﻿/*html {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}*/

ins {
    background: transparent;
}

.material-icons {
    font-size: 22px;
}

.will-change {
    will-change: transform;
}

#divLogin {
    display: none;
}

.fr {
    float: right;
}

.tr {
    position: absolute;
    top: 0;
    right: 0;
}

#mcpWrapper, #divThumb, #mcpLoading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

#pdescr {
    display: none;
}

#divThumb a {
    display: none;
}

#divThumb, #mcpLoading {
    font-size: 12px;
    z-index: 2;
}

.sky {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    background: rgba(0,0,0,.6);
    /*-webkit-animation: sky_background 50s ease-out infinite;
    -moz-animation: sky_background 50s ease-out infinite;
    -o-animation: sky_background 50s ease-out infinite;*/
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    z-index: 1;
}


.clouds_one {
    background: url("http://montanaflynn.me/lab/css-clouds/images/cloud_one.png");
    -moz-background-size: 75%;
    -o-background-size: 75%;
    background-size: 75%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_one 100s linear infinite;
    -moz-animation: cloud_one 100s linear infinite;
    -o-animation: cloud_one 100s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.clouds_two {
    background: url("http://montanaflynn.me/lab/css-clouds/images/cloud_two.png");
    -moz-background-size: 75%;
    -o-background-size: 75%;
    background-size: 75%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_two 150s linear infinite;
    -moz-animation: cloud_two 150s linear infinite;
    -o-animation: cloud_two 150s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.clouds_three {
    background: url("http://montanaflynn.me/lab/css-clouds/images/cloud_three.png");
    -moz-background-size: 75%;
    -o-background-size: 75%;
    background-size: 75%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_three 200s linear infinite;
    -moz-animation: cloud_three 200s linear infinite;
    -o-animation: cloud_three 200s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@-webkit-keyframes cloud_one {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-webkit-keyframes cloud_two {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-webkit-keyframes cloud_three {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}


@-moz-keyframes cloud_one {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-moz-keyframes cloud_two {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-moz-keyframes cloud_three {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}



@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('/css/MonoSocialIconsFont-1.10.eot');
    src: url('/css/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('/css/MonoSocialIconsFont-1.10.woff') format('woff'), url('/css/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('/css/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('/css/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: inline-block;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

body {
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a.symbol {
    padding: 7px 5px 3px 5px;
    text-decoration: none;
}

em {
    font-style: normal;
}

img {
    border: 0;
}

input {
    font-family: 'Roboto', 'Trebuchet MS', Tahoma, Segoe UI, 'Ubuntu', Arial, sans-serif;
}

    input[type=button] {
        cursor: pointer;
    }

.right {
    text-align: right;
}

.right5 {
    text-align: right;
    padding-right: 5px;
}

#currentApp {
    top: 7px;
    left: -2px;
}
/* containers */
.lrWrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

#leftDiv {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 50%;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}


.pinned #header {
    left: 280px;
    margin-right: -141px;
}

.pinned #footer,
/*#mcpWrapper.pinned #searchWrapper,*/
.pinned #leftDiv {
    left: 280px;
    margin-right: -141px;
}

.pinned #footer,
.pinned #html5playerWrapp {
    margin-right: 0;
}

.pinned #html5playerWrapp {
    left: 280px;
}

.pinned #leftMenu {
    top: 0px;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

.pinned #leftMenuWrap:before {
    display: none;
}

.pinned #leftMenuWrap.open {
    pointer-events: none;
}

.pinned #appTitle > i {
    display: none;
}

.pinned #rightDiv {
    margin-left: 141px;
}

.pinned #header #appTitle h4 {
    margin-left: 16px;
}

#header #appTitle {
    float: left;
    cursor: pointer;
}

    #header #appTitle i {
        font-size: 20px;
        position: absolute;
        top: 12px;
        left: 12px;
    }

#divThumb > div > * {
    z-index: 2;
}

#divThumb {
    font-family: 'Roboto Condensed', sans-serif;
}

    #divThumb h3 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.4em;
        margin-top: 100px;
    }

    #divThumb span.version {
        position: absolute;
        font-size: 2em;
        bottom: 4px;
        right: 10px;
    }

#header #appTitle .logoWrap img {
    width: 18px;
}

#header #appTitle h4 {
    font-size: 15pt;
    font-weight: 400;
    line-height: 2.2em;
    margin: 0;
    margin-left: 42px;
}

#other {
    float: right;
    padding: 0px 0;
}

#contact .follow {
    display: table-row;
    width: 100%;
}

    #contact .follow a {
        display: table-cell;
        width: 1%;
    }

a.faf {
    font-family: 'Font Awesome';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: block;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    padding: 0;
    width: 32px;
}

#helperObject #hbuttons {
    float: right;
    margin: 0;
    top: 0;
    right: 0px;
}

#divSearch #htableTitle em {
    font-style: normal;
    font-size: 10pt;
    text-transform: none;
}

#divSearch #htableTitle a em {
    font-style: normal;
    font-size: 0.8em;
    font-weight: 500;
    padding-left: 8px;
}

/*#divSearch #htableTitle span {
    display: inline-block;
    font-size: 10px;
    height: 13px;
    padding: 2px;
}*/

#divSearch #htableTitle span.btn {
    margin-right: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#shhplaylist #divExpandCollapse {
    text-align: center;
    position: relative;
}


#shhplaylist.close #divExpandCollapse div:before {
    /*content: "\f077";*/
    transform: rotateZ(-180deg) translateX(2px) translateY(2px);
}

#shhplaylist #divExpandCollapse.loading {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/*#shhplaylist #divExpandCollapse.loading div:before {
        content: "\f110";
    }*/


td.avatar img {
    height: 67px;
    float: left;
    cursor: pointer;
}

td.avatar.act {
    position: relative;
}

/*scinfo*/
#sc-info #pWrap {
    width: 100%;
    /*overflow: auto;
    overflow-x: hidden;*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*top: 163px;*/
    font-size: 1.1em;
    will-change: transform;
}

    /*#sc-info #pWrap > div {
        margin-right: 8px;
    }*/

    #sc-info #pWrap .tags {
        text-align: center;
        margin: 10px;
    }

    #sc-info #pWrap .descr {
        clear: left;
        padding: 0px 24px;
        line-height: 1.7em;
    }

    #sc-info #pWrap #release {
        font-family: 'Roboto Condensed', sans-serif;
        clear: left;
        font-size: .9em;
        padding: 30px 30px 0px;
        line-height: 1.7em;
    }

        #sc-info #pWrap #release span {
            font-size: 1.1em;
        }


#sc-info span.tags {
    float: right;
}

#sc-info #comments {
    /*margin: 0 0 28px 0;*/
    border-top: 0;
}

    #sc-info #comments a {
        font-weight: 500;
        font-family: 'Roboto', 'Trebuchet MS', Tahoma, Segoe UI, 'Ubuntu', Arial, sans-serif !important;
        font-size:1em;
        margin-right:0;
    }

#sc-info .comment img {
    cursor: pointer;
    float: left;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 8px;
}

#sc-info .comment span {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 4px;
}

#sc-info .comment a:hover {
    text-decoration: underline;
}

#sc-info .comment span.body {
    padding-top: 0;
    display: block;
}

#sc-info .comment span.no {
    display: block;
    float: right;
    padding: 0px;
    padding-left: 8px;
    font-size: 1.4em;
    opacity: .3;
    filter: alpha(opacity=30);
}

#sc-info .comment a.reply {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    float: right;
    cursor: pointer;
    padding-top: 0;
    opacity: .2;
    text-align: center;
    font-size: 1.1em;
    padding-right: 4px;
    padding-left: 12px;
}

#sc-info .comment:hover a.reply {
    text-decoration: none;
    opacity: .8;
}

#sc-info #writeComment {
    border-right: 0 !important;
    float: right;
}

#sc-info .commentsTitle {
    padding: 0 10px;
    display: inline-block;
    float: left;
    padding-top: 3px;
}

#sc-info #commentsSort {
}

.divScComments {
    margin-top: 1px;
}

#sc-info .comment span.date {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 3px;
    font-size: .9em;
    float: right;
    padding-right: 0px;
}

#commentsSwitch div {
    display: inline-block;
}

#commentsSwitch {
    border-bottom: 2px solid transparent;
}

    #commentsSwitch span {
        display: inline-block;
        padding: 4px;
        padding-left: 32px;
        position: absolute;
        margin-top: 8px;
    }



#sc-info #commentDetails,
#sc-info #writeComment {
    display: none;
    font-weight: normal;
}

#sc-info #commentDetails {
    padding: 8px;
}

    #sc-info #commentDetails input[type=button] {
        margin-left: 8px;
    }

#sc-info #commentButtons input[type=button] {
    width: 100%;
    padding: 6px 10px;
    margin: 0;
    margin-bottom: 8px;
}


#sc-info h3 {
    margin: 0;
    padding: 11px 10px 0 0;
    font-size: 1.6em;
    font-weight: 500;
    min-height: 24px;
}

    #sc-info h3 a {
        display: inline-block;
        box-sizing: border-box;
        padding: 0 8px;
    }

        #sc-info h3 a i {
            font-size: 20px;
        }

    #sc-info h3 small {
        font-size: 0.7em;
    }

#sc-info #scUser {
    clear: both;
}

#sc-info h4 {
    padding: 0px;
    margin: 0;
    margin-top: 8px;
    margin-right: 6px;
    line-height: 20px;
    display: inline-block;
    z-index: 5;
    font-size: 1.1em;
    position: relative;
}

#sc-info span.extras {
    font-size: .9em;
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
    font-family: 'Roboto Condensed', sans-serif;
}

#sc-info a {
    text-decoration: none;
}

#sc-info.active {
    left: 50%;
}

#sc-info p {
    padding: 0 5px;
    margin: 7px;
    min-height: 19px;
}

#sc-info > p {
    padding-top: 105px;
}

#sc-info p input[type=text] {
    padding: 0;
    width: 50%;
    display: block;
    background: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10pt;
}

#sc-info #trackInfos {
    position: absolute;
    padding-left: 182px;
    bottom: 0;
    display: flex;
    width: 100%;
    font-size: 1.3em;
    box-sizing: border-box;
}

#trackInfos a {
    font-size: .9em;
    flex-grow: 1;
    padding: 6px 8px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    /*box-shadow: 0 0px 2px rgba(0,0,0,.1);*/
}


    #trackInfos a#trackInSets:before {
        cursor: pointer;
        font-family: 'FontAwesome';
        content: "\f0ca";
        display: inline-block;
        padding-right: 4px;
    }

    #trackInfos a#relatedTracks:before {
        cursor: pointer;
        font-family: 'FontAwesome';
        content: "\f001";
        display: inline-block;
        padding-right: 4px;
    }

    #trackInfos a.plays:before {
        font-family: 'FontAwesome';
        content: "\f025";
        display: inline-block;
        padding-right: 4px;
    }

    #trackInfos a.favs:before {
        font-family: 'FontAwesome';
        content: "\f08a";
        display: inline-block;
        padding-right: 4px;
    }

    #trackInfos a.reposts:before {
        font-family: 'FontAwesome';
        content: "\f079";
        display: inline-block;
        padding-right: 4px;
    }

    #trackInfos a.downloadable:before {
        font-family: 'FontAwesome';
        content: "\f0ed";
        margin-right: 3px;
    }

    #trackInfos a.buy:before {
        font-family: 'FontAwesome';
        content: "\f07a";
    }

#sc-info .favs.auth {
    cursor: pointer;
}

#leftMenu ul #btnMyFavs i.material-icons.search {
    float: right;
    padding: 8px 12px;
    display: block;
    height: 24px;
    margin-right: 6px;
    border: 0;
    right: 0;
    line-height: 1;
    top: 0px !important;
    position: absolute;
    box-shadow: none;
    background: transparent;
}


#trackInfos a.cmt:before {
    font-family: 'FontAwesome';
    content: "\f0e6";
    /*content: "\f086";*/
    display: inline-block;
    padding-right: 3px;
}



#sc-info #trackRelated {
    position: absolute;
    top: 74px;
    right: 10px;
    width: 100%;
}

    #sc-info #trackRelated a {
        display: block;
        margin-left: 15px;
        cursor: pointer;
        float: right;
    }

#shareTrackNew #shareTrack {
    position: relative;
    display: inline-block;
    margin-top: -1px;
}

#htbody .settitle {
    word-wrap: break-word;
    margin-bottom: 22px;
}


#htbody .settracks,
#htbody .setDescr {
    word-wrap: break-word;
    /*padding-top: 4px;*/
    font-size: 10pt;
    text-align: left;
}

    #htbody .settracks.genre {
        /*float: right;*/
        /*width: auto;*/
        padding-top: 4px;
        padding-left: 0;
        /*max-width: 300px;*/
    }

    #htbody .settracks a {
        white-space: nowrap;
        display: block;
        height: 1.6em;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        #htbody .settracks a span {
            display: inline-block;
            padding-right: 8px;
        }

#htbody .delete {
    position: absolute;
    right: 8px;
}

    #htbody .delete:before {
        display: block;
        height: 22px;
        width: 22px;
        float: right;
        font-size: 16pt;
        text-align: center;
        font-family: 'FontAwesome';
        content: "\f014";
    }

#sc-info #shareTrack a.share img {
    float: left;
    padding-left: 2px;
    padding-top: 3px;
}

#hplaylist .cb {
    display: none;
}

#htbody .btn {
    min-height: 26px;
}

.inline, .card .ttitle em.inline {
    display: inline;
}

.card td.ttitle a em a {
    float: right;
}

.card .act .ttitle,
.card .ttitle > a,
body > tr .ttitle > a {
    font-weight: 400;
    font-size: 1.3em;
}

.card .act .ttitle {
    min-height: 0;
}

.card .ttitle .title {
    padding-right: 8px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 4px;
}

a[type=user], .card a[type=user] {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    display: inline-block;
    margin-right: 16px;
}

.card.user .descr {
    overflow: hidden;
    max-height: 50px;
    margin-bottom: 22px;
}

.sc-info [type=user] {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    display: inline-block;
}

#sc-info .actions {
    margin-bottom: 16px;
    display: flex;
    /*justify-content: space-around;*/
    /*justify-content: center;*/
}

    #sc-info .actions a {
        font-size: .9em;
        /*margin: 2px;*/
        flex-grow: 1;
        padding: 10px 0 8px;
        text-align: center;
        border-left: 0;
        border-right: 0;
    }

        #sc-info .actions a span {
            display: inline-block;
            text-align: left;
        }

        #sc-info .actions a i {
            font-size: 16px;
            float: left;
            padding-right: 8px;
            /*padding-left: 8px;*/
        }

tr.user a[type=user] {
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 4px;
    font-family: 'Roboto', 'Trebuchet MS', Tahoma, Segoe UI, 'Ubuntu', Arial, sans-serif !important;
    display: block;
    margin-right: 0;
}

tr.user a[key=id] {
    display: block;
    font-size: 1em;
    font-weight: 500;
    padding-top: 4px;
}

.card > td > div.artwork {
    background-size: 100%;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin-left: -2px;
    margin-top: -2px;
    margin-right: 8px;
}

    .card > td > div.artwork > img {
        width: 76px;
        height: 76px;
        /*float: left;*/
        cursor: pointer;
        border-radius: 50%;
    }

.card > td > img {
    width: 76px;
    min-width: 76px;
    height: 76px;
    margin-left: -2px;
    margin-top: -2px;
    border-radius: 50%;
    margin-right: 8px;
    /*width: 15%;*/
}

    .card > td > img.act.atrack {
        min-width: 42px;
        width: 42px;
        height: 42px;
        left: 44px;
        top: 44px;
        z-index: 1;
        position: absolute;
    }


.card .ttitle .genre {
    line-height: 1.2em;
    float: right;
    padding-left: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.card .ttitle,
body > tr .ttitle {
    padding: 0 4px;
    padding-right: 0px;
    flex-grow: 1;
    /*padding-bottom: 4px;*/
}

.card .user {
    padding-bottom: 4px;
    display: flex;
    align-items: baseline;
}

    .card .user a {
        padding-left: 4px;
    }

    .card .user img {
        height: 1.4em;
        border-radius: 50%;
        margin-top: -3px;
        float: left;
        margin-right: 4px;
    }

    .card .user .extrasWrap {
        flex-grow: 1;
        text-align: right;
    }

    .card .user .extras {
        display: inline-block;
        margin-left: 8px;
        font-size: 1.1em;
        font-family: 'Roboto Condensed', sans-serif;
    }

.card .ttitle div.act em,
body > tr .ttitle div.act em {
    display: inline;
}


div.act a span.symbol {
    font-size: 1.9em;
    line-height: 0em;
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
    left: -3px;
    width: 16px;
}

.card th:first-child {
    border-left: 0;
}

.genrea {
    max-width: 120px;
    word-wrap: break-word;
}
/* playlist icons */
.playlist tbody tr td > i,
#aboutTT {
    display: block;
    width: 18px;
    height: 18px;
    float: right;
    margin: 0;
    cursor: help;
}

.card.ui-state-active td,
.card.ui-state-active td div.act {
}

.playlist tbody tr td i:hover,
.card.ui-state-active i {
    background-position: 0 -1812px;
}


.ui-sortable-helper {
    z-index: 99999999;
}

.card.track.ui-sortable-helper td {
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
}

table#hplaylist {
    display: block;
    max-width: 100%;
}

    table#hplaylist tbody {
        display: block;
        max-width: 100%;
    }

#hplaylist tr td .handle123 {
    display: none;
}

/*.gfavorite:hover,
.gfavorite.favorited:hover,
tr.ui-state-active .gfavorite:hover,
tr.ui-state-active .gfavorite.favorited:hover {
    background-position: center -687px;
}*/
.gfavorite:hover:before {
    content: "\f004";
}

.gfavorite:before {
    font-family: FontAwesome;
    content: "\f08a";
    /*content: "\f004";*/
}

.grepost:before {
    font-family: FontAwesome;
    content: "\f079";
    /*content: "\f004";*/
}

.gfavorite, .grepost {
    display: inline-block;
    padding-right: 5px;
}

tr.ui-state-active .gfavorite {
    background-position: center -849px;
}

.card .gdownload,
.card .gsdownload {
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-top: 1px;
    padding: 0px 5px 0 0;
}

.card a.gsdownload {
    font-size: 1em;
}

.card .ttitle > i {
    font-style: normal;
    width: 10px;
    font-size: 1.2em;
    height: 22px;
    position: absolute;
    cursor: pointer;
    right: 2px;
    top: 29px;
    display: none;
}

.card:hover .ttitle > i {
    display: block;
}

#gsdownload {
    opacity: .7;
}

.adGoogle {
    position: relative;
    text-align: center;
    margin-left: -15px;
    font-size: 0.8em;
    line-height: 1.6em;
}

.pinned .adGoogle {
    margin-left: -32px;
}

#footer {
    bottom: 0;
    height: 20px;
    position: absolute;
    width: 100%;
    font-weight: 300;
}

#divBottom {
    font-family: 'Roboto Condensed', sans-serif;
    bottom: 0;
    height: 20px;
    position: absolute;
    left: 120px;
    right: 120px;
    font-size: 10pt;
    z-index: 99;
    font-weight: 300;
    text-align: center;
}

#shhplaylist {
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    padding: 2px 12px;
    left: 50%;
    top: 2px;
    cursor: pointer;
    z-index: 399999;
    font-size: 18pt;
}


.copytext {
    padding: 0px !important;
    border: 0px none;
    background: none;
    width: 100%;
}

#sc-info #commentsSwitch a {
    display: inline-block;
    padding: 12px 16px;
    margin-bottom: 0;
    position: relative;
    height: 48px;
    width: 56px;
    float: right;
    text-align: center;
    box-shadow: none;
    box-sizing: border-box;
    border-bottom: 0;
    /*border-left-width: 1px;
    border-right-width: 1px;
    border-right-style: solid;*/
}

#sc-info #commentsSwitch .material-icons {
    font-size: 22px;
}

#contextUserMenu .card {
    margin: 0;
    padding-right: 8px;
}


/* right div */
#playlist {
    display: block;
    width: 100%;
    top: 90px;
    padding-top: 4px;
    bottom: 100px;
    position: absolute;
    /*transform: translateZ(0);*/
    scroll-behavior: smooth;
    overflow: auto;
    overflow-x: hidden;
}





.settingsWrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 150px;
}

#tableTitle #playlistButtons input[type=text], #tbQuickSearch, #tbRQuickSearch {
    display: block;
    height: 46px;
    padding: 8px 4px 2px;
    box-sizing: border-box;
}

.card td .handle {
    height: 22px;
    text-align: right;
    cursor: url(images/openhand.cur), move;
    overflow: hidden;
    word-spacing: -3px;
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    left: 4px;
    top: 4px;
    opacity: 0;
    z-index: 5;
}

    .card td .handle:before {
        font-family: 'FontAwesome';
        font-size: 1em;
        content: "\f142\00a0\f142";
    }

.card:hover td .handle {
    opacity: 1;
}

.card tr.user td div.stats {
    margin-left: 82px;
}

.card td div.stats {
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 4px;
    font-size: 1.1em;
    font-size: 14px;
}

    .card td div.stats > span {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        padding-left: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .card td div.stats > span.date {
            text-align: right;
        }

.card td clear {
    display: block;
    clear: both;
}

#htbody tr.user td em,
.card .ttitle em,
body > tr .ttitle em {
    font-size: 10pt;
    font-style: normal;
    display: inline-block;
}

/*.card .ttitle div a,*/
.card .ttitle div.act,
body > tr .ttitle div a,
body > tr td.ttitle div.act {
    font-size: 1em;
}


.card .gdownload:before, #gsdownload:before {
    font-family: 'FontAwesome';
    content: "\f0ed";
    font-size: 1.3em;
}

.dataTables_info {
    display: none;
    padding-left: 5px;
    padding-top: 2px;
    height: 18px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    z-index: 49999;
    text-shadow: #fff 0px 1px 0px;
}

#tableTitle #btnCreatePladdTr {
    padding: 3px 9px;
}

#tableTitle #playlistButtons {
    height: 46px;
    display: flex;
}

    #tableTitle #playlistButtons #divQuickSearch input {
        width:100%;
    }

    #tableTitle #playlistButtons #tableTitleSpan, #tableTitle #playlistButtons > div {
        display: inline-block;
        flex-grow: 1;
    }

    #tableTitle #playlistButtons a {
        display: inline-block;
    }

    #tableTitle #playlistButtons input[type=button] {
        margin-left: 5px;
        font-size: .9em;
        /*box-shadow: none;*/
        border: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        padding: 6px;
        display: block;
        float: left;
    }

    #helperObject .btn, #tableTitle #playlistButtons a {
        box-sizing: border-box;
        box-shadow: none;
        border: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        padding: 8px;
        height: 46px;
        float: left;
        text-align: center;
        min-width: 46px;
    }

#helperObject .btn {
    padding-top: 13px;
    z-index: 3;
}

#tableTitle #playlistButtons a:not(.sort) {
    font-size: 20px;
}

#tableTitle #playlistButtons a.sort {
    font-size: 11pt;
    padding: 13px;
    /*position: absolute;*/
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}


div#tableTitle {
    position: relative;
    height: 46px;
    margin: 0 !important;
    z-index: 39999;
}
/* icons */

#htbody td.sc div {
    width: 36px;
}

#htbody tr.user td span em {
    padding: 0px !important;
    font-size: 12pt !important;
}

/*#htbody tr.user td a {
        padding: 0px 3px 0 0;
        display: inline-block;
    }

    #htbody tr.user td.avatar {
        padding: 3px 5px;
    }*/


#htbody tr.user td span {
    display: inline-block;
    margin-right: 0 4px;
}

    #htbody tr.user td span.date {
        font-family: 'Roboto Condensed', sans-serif;
        margin: 0;
        position: absolute;
        right: 8px;
        top: 8px;
        padding: 0;
        margin-top: 4px;
        font-size: 14px;
    }

#htbody tr.user td .btn {
    font-size: 9pt;
}

#userButtons td input {
    background-repeat: no-repeat;
}

#leftDiv #divSearch #helperObject {
    /*display: table;*/
    width: 100%;
    top: 0px;
}

#divSearch #helperObject:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#divSearch #htableTitle {
    margin: 0;
    font-size: 15pt;
    /*display: table-cell;*/
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    overflow: hidden;
    width: calc(100% - 190px);
    white-space: nowrap;
    padding-left: 48px;
}

    /*#divSearch #htableTitle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}*/
    #divSearch #htableTitle div i {
        padding-right: 16px;
        opacity: .6;
        font-size: 1.2em;
    }

    #divSearch #htableTitle div a, #divSearch #htableTitle div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        float: left;
        padding-top: 2px;
    }

#htableTitle .saveSmartPl {
    float: right;
    font-size: 20px;
    padding-top: 10px;
}

#divSearch #htableTitle .padding i.tracks.bg:before {
    content: "\f001";
}

#divSearch #htableTitle .padding i.likes.bg:before {
    content: "\f004";
}

#divSearch #htableTitle .padding i.playlists.bg:before {
    content: "\f0ca";
}

#divSearch #htableTitle .padding i.mplaylists.bg:before {
    content: 'X';
}

#divSearch #htableTitle .padding i.reposts.bg:before {
    content: "\f079";
}

#htbody td.groups div a {
    background-position: 11px -1268px;
    display: block;
    height: 16px;
}

#htbody td.gtracks div a {
    width: 36px;
    height: 18px;
    background-position: center -2908px;
}




/**:hover::-webkit-scrollbar {
    display: block;
}*/
/*::-webkit-scrollbar:hover {
            background-color: rgba(122, 122, 122, 0.1);
            
        }*/

/*#leftMenu::-webkit-scrollbar-thumb {
    background-color: rgba(122, 122, 122, 0.2);
    min-height: 50px;
}

    #leftMenu::-webkit-scrollbar-thumb:hover {
        background-color: rgba(122, 122, 122, 0.7);
    }*/
/* shares */
#shareTrack > div > a {
    border: 0 !important;
}

#htbody .plshares {
    padding: 2px 5px 0;
    width: 240px;
    float: right;
    margin-right: 24px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(4px);
    transition: opacity .2s ease-in, transform .3s ease-in;
}

#htbody tr:hover .plshares {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}

#htbody .plshares a {
    margin: 1px 2px 2px;
    padding: 2px 4px;
}

#htbody .plshares a i,
#newplshare a i,
#shareTrackNew a i {
    font-size: 14pt;
    padding: 3px 0px;
    width: 30px;
    display: block;
    text-align: center;
}

#htbody .plshares a span.symbol {
    width: 30px;
    text-align: center;
}

/*a.repost:hover {
    background-color: #ff6600;
}*/

.share a.btn.fbshare,
#tableTitleWrap a.fbshare {
    background-color: #3B5998;
    color:#fff;
}

.share a.btn.twshare,
#tableTitleWrap a.twshare {
    background-color: #00ACED;
    color:#fff;
}

.share a.btn.gpshare,
#tableTitleWrap a.gpshare {
    background-color: #D14836;
    color:#fff;
}

.share a.btn.pinshare,
#tableTitleWrap a.pinshare {
    background-color: #CB2027;
    color:#fff;
}

.share a.btn.blogshare,
#tableTitleWrap a.blogshare {
    background-color: #F26300;
    color:#fff;
}

.share a.btn.tumblrshare,
#tableTitleWrap a.tumblrshare {
    background-color: #2C4762;
    color:#fff;
}

.share a.btn.stumbleshare,
#tableTitleWrap a.stumbleshare {
    background-color: #3399CC;
    color:#fff;
}

.share a.btn.delishare,
#tableTitleWrap a.delishare {
    background-color: #3399fe;
    color:#fff;
}

.share a.btn.diggshare,
#tableTitleWrap a.diggshare {
    background-color: #111;
    color:#fff;
}

#shareTrackNew a.repost im:before {
    content: "\f079";
}

.addToPlaylist {
    float: right;
    /*font-size: 1.4em;*/
    text-align: center;
    width: 26px;
    padding: 10px;
    font-weight: normal;
}

.animateFast {
    /*transition: width 0.25s ease-out;*/
    transition: all 0.13s cubic-bezier(0,0,0.3,1);
}


/* end shares */
#html5playerWrapp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 100px;
    z-index: 22999;
}

#html5player .grepost {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f079";
    font-size: 15pt;
    display: block;
    left: 124px;
    padding: 8px;
    z-index: 5;
    cursor: pointer;
    bottom: 0;
}

#html5player .gfavorite {
    position: absolute;
    font-size: 15pt;
    display: block;
    left: 85px;
    z-index: 5;
    padding: 8px;
    cursor: pointer;
    bottom: -2px;
}

#dummyPlayer {
    position: absolute;
    bottom: -100px;
    height: 80px;
    width: 100%;
    z-index: 1;
}

#html5player #waveform {
    position: absolute;
    left: 90px;
    height: 50px;
    right: 5px;
    top: 10px;
    cursor: pointer;
}

    #html5player #waveform .waveform {
        width: 100%;
        position: absolute;
        height: 50px;
        bottom: 0;
        overflow: hidden;
        will-change:width;
        z-index: 6;
    }

        #html5player #waveform canvas {
            will-change: transform;
            transform: rotateX(90deg);
            transform-origin: bottom;
            transition: none;
            transition: transform .5s ease-in;
        }

            #html5player #waveform.open canvas {
                transition: transform 1s ease-out;
                transform: translateX(0);
                /*transition: transform 2s cubic-bezier(0,0,0.3,1);*/
            }


#html5player #waveformFull {
    height: 64px;
}


#html5player #waveformDown {
    margin-top: -20px;
    height: 30px;
}

#html5player span.prev,
#html5player span.next {
    font-size: 1.4em;
    cursor: pointer;
    padding: 8px;
    bottom: 0;
}


#html5player a.shuffle,
#html5player a.repeat {
    display: block;
    padding: 8px;
    bottom: 4px;
}

#html5player:hover a.shuffle,
#html5player:hover a.repeat {
    display: block;
}

#html5player a.shuffle {
    display: block;
    position: absolute;
    right: 230px;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
}

#html5player a.repeat {
    display: block;
    position: absolute;
    right: 195px;
    z-index: 5;
    cursor: pointer;
}

#html5player a.repeat,
#html5player a.webAudioApi,
#html5player a.shuffle, #html5player span.vol {
    font-size: 12pt;
    padding: 2px 2px;
}

.btnXBMCSetup {
    position: absolute;
    z-index: 99999;
    top: 10px;
    right: 150px;
}

#html5player a.webAudioApiFs {
    /*display: none;*/
}

#html5player a.webAudioApi {
    position: absolute;
    z-index: 99999;
    right: 5px;
}

#html5player span.prev {
    position: absolute;
    left: 1px;
}

#html5player span.next {
    position: absolute;
    left: 46px;
}

#html5player span.vol {
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    right: 155px;
    margin-right: 4px;
}

#html5player #progress, #html5player #duration {
    font-weight: bold;
    font-size: 15pt;
    position: absolute;
    bottom: 4px;
    /*margin-left: -150px;*/
    right: 50%;
    text-align: right;
    width: 100px;
    z-index: 999;
    margin-right: 4px;
    will-change: contents;
    font-family: 'Roboto Condensed', sans-serif;
}

    #html5player #progress:after {
        content: '/';
        margin-left: 8px;
        display: inline-block;
    }

#html5player #duration {
    /*margin-left: -150px;*/
    left: 50%;
    margin-left: 4px;
    text-align: left;
}

#html5player .ui-widget-header {
}

#html5player a.station {
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    /*background-position: right -454px;
    background-image: url('images/icons46.png');*/
    z-index: 5;
    text-indent: -9999px;
    cursor: pointer;
}

    #html5player a.station.active {
        /*background-position: right -478px;*/
    }
/* ui */
/*dialogs*/
.ui-dialog-titlebar {
    height: 45px;
    padding: 12px 3px 10px 16px;
    margin-top: 0;
    cursor: move;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    position: relative;
}

.ui-dialog-titlebar-close,
.ui-dialog-titlebar-close-small {
    border: none;
    font-size: 1.2em;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    background: transparent;
}

    .ui-dialog-titlebar-close span {
        display: block;
        width: 45px;
        height: 45px;
        overflow: hidden;
    }

        .ui-dialog-titlebar-close span:first-child:before {
            content: "\f00d";
            font-family: 'FontAwesome';
            padding: 15px 0px;
            display: block;
            cursor: pointer;
            width: 45px;
            height: 45px;
            overflow: hidden;
            box-sizing: border-box;
        }

    .ui-dialog-titlebar-close-small span {
        content: "\f00d";
        font-family: 'FontAwesome';
        display: block;
        cursor: pointer;
    }

    .ui-dialog-titlebar-close span.ui-button-text {
        display: none;
    }

#divDuration {
    background: #bbb;
}
/* sliders */
.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 12px;
        height: 12px;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background: #ddd;
    }

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

#divLengthFilter #divDuration a {
    width: 12px;
    height: 12px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 300;
    max-width: 45%;
    max-height: 70%;
    scroll-behavior: smooth;
    overflow: auto;
    font-size: .8em;
}

ul.ui-autocomplete li {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

    ul.ui-autocomplete li img {
        float: left;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 16px;
        margin-left: -8px;
    }

    ul.ui-autocomplete li .title {
        font-size: 1.3em;
        padding: 2px;
    }

    ul.ui-autocomplete li .subtitle {
        padding: 2px;
        font-style: normal;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.2em;
    }

#cbDownloadableWrapper {
    position: relative;
}

#cbDownloadable {
    position: absolute;
    top: -34px;
    right: 16px;
    font-size: 20px;
}

    #cbDownloadable input {
        display: none;
    }

    #cbDownloadable label:before {
        font-family: 'FontAwesome';
        content: "\f0ed";
    }

input::-webkit-input-placeholder {
    color: #666;
    font-weight: normal;
}

input:-moz-placeholder {
    color: #666;
    font-weight: normal;
}

#divQuickSearch {
    text-align: right;
}

    #divQuickSearch a im; {
        display: block;
        width: 18px;
        height: 18px;
        /*background-image: url('images/icons46.png');*/
    }

#btnQuickSearchPrev,
#btnQuickSearchNext {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 10;
    width: 16px;
    padding: 4px 1px !important;
    display: none !important;
}

#btnQuickSearchPrev {
    right: 20px;
}

#divQuickSearch:hover #btnQuickSearchPrev,
#divQuickSearch:hover #btnQuickSearchNext {
    display: block !important;
}

#btnQuickSearchPrev im,
#btnQuickSearchNext im {
    width: 14px;
    background-position: right -2805px;
}

#btnQuickSearchPrev im {
    background-position: left -2804px;
}

#html5player:hover #connectBtns {
    display: block;
}

#connectBtns {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 9999;
    width: 95px;
    display: none;
    text-align: right;
}

#html5player #connectBtns {
}

/*#html5player #connectBtns a, #html5player #connectBtns span {
        width: 42px;
        height: 23px;
        background-image: url('images/icons46.png');
    }*/

#fbConnect {
    display: none;
    margin-top: 8px !important;
    background-repeat: no-repeat;
    background-position: center -3536px;
    background-color: transparent;
}

#fbDisconnect {
    display: none;
    margin-top: 8px !important;
    background-repeat: no-repeat;
    background-position: center -3558px;
    background-color: transparent;
}

#fmConnect {
    display:block;
    position:absolute;
    margin-top: 8px !important;
    width: 81px !important;
    height: 23px !important;
    background-image: url('images/gPlusFmConnect.png') !important;
    background-repeat: no-repeat;
    background-position: 1px -46px;
    background-color: transparent;
}

#fmDisconnect {
    margin-top: 8px !important;
    width: 81px !important;
    height: 23px !important;
    background-image: url('images/gPlusFmConnect.png') !important;
    background-repeat: no-repeat;
    background-position: left -69px;
    background-color: transparent;
}


#gpConnectBottom {
    display: block;
}

    #gpConnectBottom a {
        display: block;
        width: 81px !important;
        height: 23px !important;
        background-image: url('images/gPlusFmConnect.png');
        background-repeat: no-repeat;
        background-position: 1px 0;
        background-color: transparent;
    }

#gpDisconnectBottom {
    display: none;
}

    #gpDisconnectBottom a {
        display: block;
        width: 81px !important;
        height: 23px !important;
        background-image: url('images/gPlusFmConnect.png');
        background-repeat: no-repeat;
        background-position: 0 -23px;
        background-color: transparent;
    }

.ujs_flashblock_placeholder {
    position: absolute;
    z-index: 9999999;
    bottom: 54px;
    left: 17px;
}

#sc-info .comment.reply1 {
    padding-left: 25px;
}

#sc-info .comment.reply2 {
    padding-left: 45px;
}

#sc-info .comment.reply3 {
    padding-left: 65px;
}

#sc-info .comment.reply4 {
    padding-left: 85px;
}

#sc-info .comment.reply5 {
    padding-left: 105px;
}

#sc-info .comment .body a {
    padding-right: 5px;
}

#themeConfigurator {
    width: 500px;
}

    #themeConfigurator h4 {
        display: inline-block;
        margin-right: 8px;
        font-size: 1.3em;
        margin-bottom: 2px;
    }

    #themeConfigurator > div {
        margin: 20px 0;
    }

#contextUserMenu > div > div {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
}

    #contextUserMenu > div > div.location {
        padding-top: 2px;
    }

#contextUserMenu div.fullName {
    font-weight: bold;
}

#contextTrackMenu h2 {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.2em;
    margin: 0;
    padding: 14px;
    font-weight: 500;
    /*line-height: 25px;
    max-width: 270px;*/
}

#contextUserMenu ul,
#contextTrackMenu ul {
    margin: 0;
    padding: 0;
}

    #contextUserMenu ul li em,
    #contextTrackMenu ul li em {
        font-style: normal;
        font-size: .9em;
        float: right;
    }

.nobg {
    background-image: none !important;
}
/*GRADIENTS*/
.ui-helper-hidden-accessible {
    display: none;
}

#divResultsCount h3,
#contextSearchFilter h3 {
    padding: 0;
    margin: 5px;
}

#divResultsCount ul,
#contextSearchFilter ul {
    height: 100px;
    padding: 0;
    margin: 0;
}

    #divResultsCount ul li,
    #contextSearchFilter ul li {
        display: block;
        height: 20px;
        cursor: pointer;
        padding: 4px 5px 2px;
    }

#modalPopup {
    padding: 0 !important;
}

#currentApp {
    position: relative;
}

    #currentApp > a {
        display: none;
        padding: 2px 6px 3px 2px;
    }

    #currentApp > div {
        display: none;
        position: absolute;
        z-index: 999;
        width: 120px;
        height: 30px;
        margin-left: -3px;
    }


@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


i.small {
    font-size: small !important;
}

i.smaller {
    font-size: smaller !important;
}

i.xsmall {
    font-size: x-small !important;
}

i.xxsmall {
    font-size: xx-small !important;
}


@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


#likeTrackNew {
    position: absolute;
    width: 220px;
    left: 310px;
    bottom: 4px;
    z-index: 9999;
}

    #likeTrackNew a {
        display: inline-block;
    }

@media screen and (max-width: 1320px) {
    #likeTrackNew {
        position: absolute;
        width: 100px;
        left: 22px;
        bottom: 20px;
    }

        #likeTrackNew a {
            display: block;
            padding: 4px 0;
        }
}


.colorpick {
    font-family: 'Roboto Condensed', sans-serif;
    width: 70px !important;
    display: inline !important;
}

.colpick {
    z-index: 9999999;
}

#sortOptionsWrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #sortOptionsWrapper ul li {
        /*display:inline-block;*/
        margin: 0;
    }

        #sortOptionsWrapper ul li a i {
            display: inline-block;
            padding: 4px;
            width: 20px;
            text-align: center;
        }


#tLikes td {
    display: block;
    margin: 10px 0;
}

#likes {
    display: table;
    margin: 0 auto;
}

    #likes div {
        display: table-cell;
    }

#html5playerWrapp:hover #likes {
    display: block;
}


.barLoading {
    z-index: 9999999;
    height: 3px;
    position: absolute;
    bottom: -4px;
    width: 100%;
    display: none;
}

    .barLoading.loading {
        display: block;
    }

    .barLoading > span {
        display: block;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        .barLoading > span:after, .animate > span > span {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .5)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .5)), color-stop(.75, rgba(255, 255, 255, .5)), color-stop(.75, transparent), to(transparent) );
            background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent );
            z-index: 1;
            -webkit-background-size: 50px 50px;
            -moz-background-size: 50px 50px;
            -o-background-size: 50px 50px;
            background-size: 50px 50px;
            -webkit-animation: move 2s linear infinite;
            -moz-animation: move 2s linear infinite;
            -o-animation: move 2s linear infinite;
            animation: move 2s linear infinite;
            overflow: hidden;
        }

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}



.mcpsupport {
    padding: 16px;
    font-size: 0.9em;
    text-align: center;
}


/*table icons*/
.playlist tr .add {
    position: absolute;
    top: 0px;
    opacity: 0;
    right: 0px;
    text-align: center;
    font-size: 1em;
    float: right;
    width: 20px;
    cursor: pointer;
}

.playlist tr:hover .add {
    opacity: 1;
}

#sortOptionsWrapper.open {
    display: block;
}

#sortOptionsWrapper strong {
    font-size: 1.2em;
    display: block;
    padding: 7px;
    margin: 0;
    font-weight: 400;
}

#sortOptionsWrapper a {
    display: block;
    padding: 4px;
    padding-right: 8px;
    font-size: 1.2em !important;
    font-weight: 400;
}

.collapse {
    display: none !important;
}

.sc-info {
    display: none;
    width: 100%;
    overflow: visible;
    position: absolute;
    bottom: 100px;
    top: 43px;
    z-index: 9;
}

    .sc-info .iframeWrapper {
        position: absolute;
        top: 162px;
        bottom: 0;
        width: 100%;
    }

        .sc-info .iframeWrapper #ifTrackInfo {
            width: 100%;
            height: 100%;
            position: absolute;
            /*margin-bottom: 105px;
    margin-top: 42px;*/
            z-index: 9;
        }

    .sc-info.visible {
        display: block;
    }

    .sc-info table td.art {
        -moz-perspective: 500px;
        -ms-perspective: 500px;
        -webkit-perspective: 500px;
        perspective: 500px;
        width: 164px;
        padding-right: 16px;
    }


.artworkDialogD .artworkDialog {
    /*display: none;*/
}

    .artworkDialogD .artworkDialog img {
        width: 500px;
        height: 500px;
    }

    .artworkDialogD .artworkDialog.ui-dialog-content {
        /*display: none;*/
        width: 500px !important;
        height: 500px !important;
        padding: 0;
        overflow: hidden;
    }

#artwork.collapse {
    display: block;
}

#artwork.left {
    /*.transform(translateX(-100%));*/
}

#staticHeader .track-info span.date {
    margin-top: 10px;
    margin-right: 8px;
    position: absolute;
    right: 0;
}

#staticHeader .track-info .extras {
    font-size: 1.1em;
}

.pinned #pinLeftMenu .fa-chevron-right:before {
    content: "\f053";
}

.title {
    font-size: 1em;
    padding: 0;
    font-weight: 500;
}

.subtitle {
    font-size: 0.7em;
    padding: 0;
    font-weight: 400;
}

.pinned .dummy {
    display: none;
}

#header {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
}

#searchWrapper td a {
    display: block;
    text-align: center;
    padding: 8px 2px 15px;
    font-size: 20px;
    height: 20px;
    /* border: 0; */
    border-right: 0;
    box-shadow: none;
    min-width: 20px;
    overflow: hidden;
}

#mcpWrapper.saver > .ss {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block !important;
}

#mcpWrapper.fix {
    transition: transform .5s ease-in-out;
}

#mcpWrapper.hide {
    opacity: 0;
}

#htableTitle .avatar {
    width: 32px;
    vertical-align: baseline;
    margin-right: 7px;
    float: left;
}

#sc-info .comment {
    padding: 8px;
    clear: both;
    margin: 0;
    min-height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#divThumb > div > .divThumb {
    position: absolute;
    margin-top: 0;
    margin-left: -128px;
    width: 512px;
    left: 0;
    opacity: 0;
    top: 256px;
}

    #divThumb > div > .divThumb img {
        width: 256px;
    }

    #divThumb > div > .divThumb p,
    #divThumb > div > .divThumb a {
        display: none;
    }

    #divThumb > div > .divThumb h1,
    #divThumb > div > .divThumb h2,
    #divThumb > div > .divThumb h3 {
        font-weight: 400;
    }

.html5player_padding {
    left: 120px;
    right: 120px;
    height: 100%;
    position: absolute;
    z-index: 3;
}

#html5player #waveform .bar {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 50px;
    z-index: 3;
}

.fft {
    -webkit-transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(-50deg);
    -moz-transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(-50deg);
    -ms-transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(-50deg);
    -o-transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(-50deg);
    transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(-50deg);
}

.fft2 {
    -webkit-transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(+230deg);
    -moz-transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(+230deg);
    -ms-transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(+230deg);
    -o-transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(+230deg);
    transform: translate3d(50%,0,00px) rotateX(-30deg) rotateY(+230deg);
}

.ssInfo {
    display: none;
    position: absolute;
    z-index: 999999999999;
    left: 50%;
    bottom: 50%;
    width: 500px;
    text-align: center;
    transform: translate3d(150px,0,300px);
}

#themes td.title {
    text-align: center;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    width: 100%;
    padding-top: 8px;
}

#contextTrackMenu input {
    border: 0;
    .box-shadow(none);
    display: block;
    font-size: .8em;
    width: 100%;
}


.qsearch {
    position: absolute;
    z-index: 9999999;
    box-shadow: 0 3px 9px rgba(0,0,0,.3);
    padding: 2px 5px;
    text-align: center;
}


#mcpWrapper > .ss,
#mcpWrapper.saver > * {
    display: none;
}

    #mcpWrapper > .ss .info {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 12;
        width: 500px;
        text-align: center;
        font-size: 3em;
        transform: translate3d(-250px,-70px,250px);
    }

#mcpWrapper.saver > .ss .info span.title {
    font-size: 1.1em;
    display: block;
}

#mcpWrapper > .ss .info span {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-weight: 400;
}

/*input[type=button]:hover {
    color: @hiActiveColor !important;
    text-shadow: #000 0px 0px 15px;
}*/

.card .actwrap {
    margin-bottom: 22px;
}

    .card .actwrap a i.fa {
        font-size: 1em;
    }

    .card .actwrap a span.symbol {
        font-size: 1.6em;
    }

#rightButtons .settingsWrap > a {
    float: right;
    position: relative;
    width: 42px;
    box-sizing: border-box;
    height: 42px;
    z-index: 100;
}

/*#rightButtons .settingsWrap > div > a {
    line-height: 30px;
}*/

#rightButtons .settingsWrap > div a.old {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 8px;
    line-height: 24px;
    font-size: 18px;
    padding-bottom: 14px;
}

#rightButtons a.btn {
    line-height: 30px;
}

#header .logoWrap {
    float: left;
    padding: 4px 6px 1px;
    margin: 6px 5px 6px 38px;
    border-radius: 1px;
}

#html5player #waveform .waveform.played {
    z-index: 8;
    width: 0%;
}

.ui-dialog-title {
    font-size: 14pt;
}

form > .sc-info {
    top: 0;
    bottom: 0;
    /*#pWrap {
        top: 0 !important;
        bottom: 0 !important;
    }*/
}


.grad img {
    padding: 1px !important;
    /*margin: 3px !important;*/
    margin-top: -1px !important;
}

.card.user .stats {
    left: 88px;
}

.card.user i.small {
    font-size: .8em !important;
}

.card .stats {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 8px;
}

    .card .stats span.hdbtns {
        text-align: center;
        flex: 1.3;
    }

#divYesNo {
    padding: 0;
    clear: both;
}

    #divYesNo h6 {
        font-size: 1.2em;
        margin: 16px;
        font-weight: 400;
    }

.ui-dialog-buttonpane {
    padding: 16px;
    padding-top: 0;
    text-align: right;
    min-height: 48px;
}

    .ui-dialog-buttonpane .ui-button {
        float: right;
        margin: 4px;
    }
