/* MARKETPLACE REMODLE */

.marketplace .block {
    font-family: inherit;
    flex: 1 0 20%;
    padding: .5em;
    position: relative;
    text-align: center;
}

.marketplace .block em {
    font-style: normal;
}

.masthead {
    padding: 2em;
    position: relative;
    display: block;
    margin-top: .618em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.masthead_feature {
    font-family: inherit;
    position: absolute;
    display: block;
    width: 100%;
    height: 250px;
    background: #444;
    top: 0;
    left: 0;
}

.masthead_title {
    font-family: inherit;
    position: relative;
    color: #fff;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding-right: 25%;
    font-size: 5.5em;
    line-height: .8em;
}

.masthead_info {
    font-family: inherit;
    letter-spacing: .168ex;
    position: relative;
    color: #fff;
    font-weight: 200;
    font-size: 2em;
    padding: 0;
    padding-right: .125em;
    margin: 0;
    padding-right: 25%;
}

.masthead_btn {
    font-family: inherit;
    letter-spacing: .3ex;
    font-weight: 200;
    border-radius: .618em;
    margin-top: 1em;
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent;
    border-color: #ec008c;
    color: #fff;
}

.masthead_btn:hover,
.masthead_btn:focus,
.masthead_btn:active {
    background: transparent;
    background: #ec008c;
    border-color: #ec008c;
    color: #fff;
}

.masthead_title,
.masthead_info {
    text-shadow: 0 0 1px #000, 0 0 .2em #70288b;
}

.features {
    position: relative;
    display: flex;
    background: #ddd;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.features-title {
    font-family: inherit;
    line-height: .8em;
    margin: .5em .3em .3em;
    padding: 0;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
}

.features-info {
    font-family: inherit;
    margin: .5em .5em .8em;
    padding: 0;
    font-weight: 300;
    text-align: left;
}

.explore {
    position: relative;
    font-size: 20px;
    display: flex;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #aaa;
    margin: 0 -.8em;
    padding: 1em 1em 0;
}

.explore .block {
    text-align: center;
    padding: .6em .5em;
    width: 25%;
}

.explore .step {
    color: #777;
}

.explore .step::after {
    content: "\276D";
    font-size: 3em;
    position: absolute;
    right: -.125em;
    top: -.4em;
    color: #ddd;
    font-stretch: ultra-condensed;
}

.explore .input {
    font-size: inherit;
    color: #777;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: -.3em;
    border: 0;
    border-bottom: 1px solid #aaa;
    max-width: 90%;
}

.explore .publisher {
    width: calc(100%);
}

.explore .publisher+* {
    position: relative;
    top: -6px;
}

.explore .search {
    width: calc(100% - 2em);
}

.explore .magnifying-glass {
    background: url("/v2/images/search.png") no-repeat;
    width: 24px;
    height: 24px;
    border: 0;
    display: inline-block;
    position: absolute;
    top: 8px;
    margin-left: 8px;
}

.explore-title {
    color: inherit;
    font-family: inherit;
    letter-spacing: .1ex;
    line-height: .8em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.explore h3 {
    font-size: inherit;
}

.explore select {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: .4em;
    right: .4em;
    background: #fff;
    width: calc(100% - .6em);
}

.explore select:hover {
    cursor: pointer;
}

.search-result_controls {
    background: #eee;
    background: -webkit-linear-gradient(#ccc, #eee 15%);
    background: -o-linear-gradient(#ccc, #eee 15%);
    background: -moz-linear-gradient(#ccc, #eee 15%);
    background: linear-gradient(#ccc, #eee 15%);
    margin: 0 -1em;
    padding: .7em .6em .6em;
    text-align: right;
    vertical-align: middle;
}

.search-result_controls .show {
    display: inline-block !important;
    margin-left: 1em;
}

.search-result_controls .show p {
    margin: 0;
}

.search-result_controls .show .active {
    font-weight: bold;
    border-bottom: 1px solid #222;
    padding-bottom: 2px;
}

.search-result_controls .show span:not(.active):hover {
    cursor: pointer;
    color: #418fde;
}

.search-result_controls .layout span[name=grid] {
    background: url("/v2/images/grid0.png") no-repeat;
    padding-bottom: 26px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.search-result_controls .layout span[name=grid].active {
    background: url("/v2/images/grid1.png") no-repeat;
}

.search-result_controls .layout span[name=list] {
    background: url("/v2/images/list0.png") no-repeat;
    padding-bottom: 26px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.search-result_controls .layout span[name=list].active {
    background: url("/v2/images/list1.png") no-repeat;
}

.mrkt_left-nav {
    display: inline-flex;
    width: 20%;
    border-right: 2px solid #777;
    padding: 0 1em;
    margin: .6em 0;
    vertical-align: top;
}

.mrkt_left-nav ul,
.mrkt_left-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.mrkt_left-nav label {
    line-height: 16px;
}

.mrkt_left-nav .category>label {
    font-size: 1.2em;
    font-weight: 700;
    padding-top: .8em;
}

.mrkt_left-nav .subcategory label {
    padding-top: .4em;
}

.mrkt_left-nav .category>label:hover,
.mrkt_left-nav .subcategory label:hover {
    cursor: pointer;
}

.mrkt_left-nav .subcategory {
    padding: .4em 0;
}

.mrkt_left-nav .caret {
    border-width: .33em;
    margin-left: .33em;
}

.mrkt_left-nav em {
    font-size: .8em
}

.mrkt_left-nav input[type="radio"]:checked+label {
    color: #ec008c;
}

.mrkt_left-nav .mrkt_nav-merch {
    line-height: 16px;
    font-size: 1.2em;
    font-weight: 700;
    padding-top: .8em;
}

.mrkt_left-nav hr {
    border-bottom: 2px solid #eee;
}

.mrkt_results {
    display: inline-block;
    position: relative;
    margin: .6em 0;
    width: 80%;
    border-left: 2px solid #777;
    margin-left: -6px;
}

.mrkt_results p.pagi span.disabled {
    opacity: .5;
    pointer-events: none;
}

.mrkt_results p.score {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(255, 255, 255, .75);
    font-weight: bold;
    color: black;
}

.mrkt_results-grid {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.mrkt_results-grid .block {
    width: 25%;
    flex-basis: 25%;
    box-sizing: border-box;
    align-self: flex-end;
}

.mrkt_results-list {
    display: block;
    position: relative;
}

.mrkt_results-list .detail {
    font-family: inherit;
    padding: .6em .5em;
    position: relative;
    text-align: left;
    margin-left: 1em;
}

.mrkt_results-list .detail+.detail {
    border-top: 2px solid #eee;
    padding-top: 1em;
}

.mrkt_results-list.publisher {
    margin: 1em;
    border: 1px solid gray;
    border-radius: 1em;
}

.mrkt_results-list.publisher .detail .item {
    width: 100px;
    height: 100px;
}

.mrkt_results-list.publisher .detail {
    padding-bottom: 0;
    margin: 0;
}

.resultscontainer .editImage,
.resultscontainer .deleteImage {
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 2;
}

.resultscontainer .deleteImage {
    color: red;
    left: 30px
}

#imageEditModal .modal-dialog {
    width: 920px;
}

#imageEditModal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

#imageEditModal .modal-body .col-xs-8 {
    margin-top: 10px;
}

#imageEditModal .modal-body label {
    width: 100%;
}

#imageEditModal .modal-body input {
    border-radius: 3px;
    border: 1px solid #aaa;
    height: 2.5em;
    padding-left: 10px;
}

#imageEditModal .modal-body input[type=text] {
    width: 85%;
    float: right;
    margin-right: 15px;
}

#imageEditModal .modal-body .selectize-control input {
    float: none;
}

#imageEditModal .modal-body input[type=number] {
    width: 7%;
}

#imageEditModal .modal-body .selectize-control {
    display: inline-block;
    width: 85%;
    float: right;
    margin-right: 15px;
}

#imageEditModal .modal-body .selectize-control .item:nth-child(n+4) {
    opacity: .5
}

.products>div {
    border-bottom: 2px solid #ddd;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.products a:not(.item) {
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .3ex;
}

.products a:not(.item)::after {
    content: "\00A0\276D";
}

.products h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.adventures h2,
.adventures a {
    color: #ec008c;
}

.supplements h2,
.supplements a {
    color: #70288b;
}

.art h2,
.art a {
    color: #418fde;
}

.tabletop h2,
.tabletop a {
    color: #d97300;
}

.licenced h2,
.licenced a {
    color: #141f78;
}

.merch h2,
.merch a {
    color: #ec008c;
}

.shelf {
    display: flex;
    flex-flow: row;
    flex-basis: 25%;
    align-items: center;
}

.shelf .stamp {
    width: 20%;
    text-align: center;
}

.shelf .display {
    display: inline-flex;
    width: 80%;
    flex-flow: row;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.display .block {
    max-width: 25%;
    box-sizing: border-box;
    flex-grow: 1;
    align-self: flex-end;
}

.display .item {
    display: block;
    vertical-align: baseline;
    color: #418fde !important;
}

.display .item img {
    width: 100%;
    max-width: 212px;
    padding: 0;
    margin: 0;
}

.display .item p {
    font-size: 14px;
    letter-spacing: -.0125em;
}

.display .item em {
    display: block;
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.display .item p span {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail .item {
    display: inline-block;
    width: 150px;
    height: 150px;
    vertical-align: baseline;
    background: #444;
}

.detail img {
    width: 100%;
    display: block;
}

.detail .desc {
    display: inline-block;
    margin: 0;
    width: calc(100% - 180px);
    vertical-align: top;
    padding-left: .6em;
}

.detail em {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    margin-bottom: .2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail span.author {
    display: block;
}

.detail span.author::before {
    content: "By ";
}

.detail span.description {
    display: block;
    display: -webkit-box;
    height: 52px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail span.cost {
    display: block;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2em;
}

.detail .tag-list::before {
    content: "Tags:";
}

.detail .tag-list {
    font-size: .8em;
    color: #777;
    margin-top: .2em;
}

.detail .tag-list span {
    margin-left: 1em;
    border-radius: .25em;
    border: 1px solid #777;
    padding: .25em .5em;
}

.detail .tag-list span:hover {
    border-color: #fff;
    color: #fff;
    background: #418fde;
    cursor: pointer;
}

.pagi {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: .5em 20%;
    font-size: .8em;
}

.pagi span,
.pagi em {
    display: inline-block;
    margin: .25em;
    padding: .25em .5em;
}

.pagi span {
    color: #418fde;
    border-radius: .25em;
}

.pagi span:hover {
    cursor: pointer;
}

.pagi .disabled {
    color: #777;
}

.pagi .disabled:hover {
    cursor: normal;
}

.new-flag {
    position: absolute;
    top: .5em;
    left: .5em;
    max-width: 75px !important;
}

.previewimages .new-flag {
    display: none;
}


/* NEW PRODUCT PAGES */

.marketplace.product .showcase {
    position: relative;
    -webkit-transition: all .25s linear;
    transition: all .25s ease;
}

.marketplace.product .previewimages {
    width: 50%;
    position: relative;
    left: 0;
    padding-right: 1em;
}

.marketplace.product .titlecard {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    padding-right: 1em;
    height: 100%;
}

.marketplace.product .titlecard h2 {
    font-size: 3em
}

.marketplace.product .titlecard blockquote {
    box-sizing: border-box;
    border: .5em solid #ddd;
    position: absolute;
    width: calc(100% - 1em);
    bottom: 0;
}

.marketplace.product .titlecard blockquote .price {
    position: absolute;
    right: 2.5em;
}

.marketplace.product .titlecard blockquote .fullprice {
    position: absolute;
    right: 6.5em;
    text-decoration: line-through;
    color: #888
}

.marketplace.product .titlecard blockquote .paizoprice {
    position: absolute;
    right: 2.5em;
}

.marketplace.product .titlecard blockquote .paizotip {
    position: absolute;
    right: 0.5em;
    top: 0.3em;
}

.marketplace.product .titlecard blockquote .paizoConnectLink {
    position: absolute;
    top: -3.6em;
    right: 0.5em;
    font-style: italic;
    font-size: 15px;
    text-align: right;
}

.marketplace.product .titlecard blockquote hr {
    margin: .5em 0 1em;
    border-width: .125em;
    color: #ddd;
}

.marketplace.product .status {
    display: flex;
}

.marketplace.product .status .btn {
    border: 0;
    display: flex;
    flex-grow: 1;
    background: #ec008c;
    color: #fff;
    flex-shrink: 1;
    border-radius: .5em;
}

.marketplace.product .status .calltoaction {
    display: block;
}

.marketplace.product .status .btn.disabled {
    display: block;
    opacity: 1;
    background: #ddd;
    color: #222;
}

.marketplace.product .status .btn.free {
    display: block;
}

.marketplace.product .status .purchase {
    border-radius: .5em 0 0 .5em;
    width: 77%;
}

.marketplace.product .status .owned {
    border-radius: .5em 0 0 .5em;
    width: 77%;
}

.marketplace.product .status .gift {
    border-radius: 0 .5em .5em 0;
    background: #000;
    color: #fff;
    width: 33%;
    margin-left: .25em;
    display: inline;
}

.marketplace.product .gifticon {
    background: url("/v2/images/giftbox.png") no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: top;
}

.marketplace.product .carosel {
    display: flex;
    background: #eee;
    flex-flow: row;
    flex-basis: 25%;
    align-items: center;
    overflow: hidden;
    width: 512px;
    max-width: 100%;
    position: relative;
    border: 0;
    border-radius: 0 0 .5em .5em;
    padding: 0 2em;
}

.marketplace.product .carosel .intrographicmp,
.marketplace.product .carosel .inneritem {
    display: flex;
    background: transparent;
    position: relative;
    left: 0;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 25%;
}

.marketplace.product .carosel .intrographicmp img,
.marketplace.product .carosel .inneritem img {
    display: block;
    min-width: 175px;
}

.marketplace.product .carosel .avatar {
    text-align: center;
}

.marketplace.product .carosel .previewimage {
    left: 0;
}

.marketplace.product .carosel .control {
    height: 100%;
    width: 24px;
    padding: 0 1em;
    display: block;
    position: absolute;
    z-index: 9999;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 4px calc(50% - 6px);
}

.marketplace.product .carosel .prev {
    background-image: url("/v2/images/prev0.png");
    left: 0;
}

.marketplace.product .carosel .next {
    background-image: url("/v2/images/next0.png");
    right: 0;
}

.marketplace.product .carosel .prev:hover {
    background-image: url("/v2/images/prev1.png");
    cursor: pointer;
}

.marketplace.product .carosel .next:hover {
    background-image: url("/v2/images/next1.png");
    cursor: pointer;
}

@media (max-width: 991px) {
    .marketplace.product .titlecard h2 {
        font-size: 2em;
        line-height: 1.25em;
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}


/* PUBLISHER PAGES */

.marketplace.author .editcontrol p:not(.selectizeDropdown) *,
.marketplace.author .editcontrol .featuredsets * {
    display: block;
}

.marketplace.author .editcontrol label {
    font-weight: bold;
    font-size: 1.2em;
    line-height: normal;
}

.marketplace.author .editcontrol p label {
    margin-top: 1em;
}

.marketplace.author .info {
    font-style: oblique;
    font-size: .8em;
}

.marketplace.author h3 {
    border-top: 2px solid #444;
    padding-top: 1em;
}

.marketplace.author .shelf .display {
    flex-flow: wrap;
    width: 100%;
}

.marketplace.author .shelf .display .block {
    width: 20%;
}

.marketplace.author .blurb {
    position: relative;
    clear: both;
    overflow: hidden;
}

.marketplace.author .blurb h2 {
    font-size: 3em;
    position: relative;
    width: 100%;
    padding-right: .33em;
    margin-top: 0;
}

.marketplace.author .blurb .bio {
    position: relative;
    width: 100%;
    padding-right: 1em;
}

.marketplace.author .blurb .bio textarea {
    display: block;
    width: 100%;
    min-height: 6.18em;
}

.marketplace.author .blurb .profile-pic {
    position: relative;
    width: 100%;
    padding-left: 1em;
    height: 100%;
}


/*background-size: 512px; background-repeat: no-repeat; background-position: center; background-image: url("/v2/images/pub-default.jpg");}*/

.marketplace.author .blurb .profile-pic .pub-image-instruct {
    text-align: center;
    margin: 0;
    padding: 0;
}

.marketplace.author .blurb .profile-pic img {
    width: 100%;
    height: 100%;
    max-width: 512px;
    max-height: 512px;
    vertical-align: middle;
    text-align: center;
}

.marketplace.author .blurb .profile-pic .dropbox .inner {
    display: flex;
    text-align: center;
    color: #444;
    padding: .5em;
    justify-content: center;
}

.marketplace.author .blurb .profile-pic .dropbox .inner h4 {
    padding: 0;
    margin: 0;
    align-self: center;
}

.marketplace.author .blurb .profile-pic .dropbox .inner div {
    padding: 0 1em;
    margin: 0;
    align-self: center;
    font-size: 18px;
}

.marketplace.author .blurb .profile-pic .dropbox .inner a {
    margin: 0 !important;
    padding: .5em .2em .5em 1em;
}

.marketplace.author .author-featured {
    border-top: 2px solid #444;
    padding-top: 1em;
}

.marketplace.author .blurb .contacts {
    position: relative;
    width: 100%;
    padding: 0;
    padding-right: 1em;
}

.marketplace.author .blurb .contacts li {
    list-style: none;
    display: inline-block;
}

.marketplace.author .blurb .contacts li a {
    background-repeat: no-repeat;
    background-position: center;
    margin: .5em;
}

.marketplace.author .blurb .contacts .website {
    display: block;
}

.marketplace.author .blurb .contacts .twitter a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-image: url("/v2/images/social/Twitter_Social_Icon_Rounded_Square_Color.png");
}

.marketplace.author .blurb .contacts .twitch a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-image: url("/v2/images/social/Glitch_Purple_RGB.png");
}

.marketplace.author .blurb .contacts .tumblr a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-image: url("/v2/images/social/tumblr-logo-whiteonblue-512.png");
}

.marketplace.author .blurb .contacts .facebook a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-image: url("/v2/images/social/FB-f-Logo__blue_29.png");
}

.marketplace.author .blurb .contacts .youtube a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-image: url("/v2/images/social/youtube_social_icon_red.png");
}

.marketplace.author .blurb .contacts .patreon a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-image: url("/v2/images/social/Patreon logomark (color on white).png");
}

@media (max-width: 991px) {
    .marketplace.product .titlecard h2 {
        font-size: 2em;
    }
}

.marketplace.author .editcontrol .selectize-control .selectize-input {
    display: flex;
}

.marketplace.author .editcontrol .selectize-control .selectize-input .item {
    width: auto;
}


/* LEGACY STYLES */

body {
    background-color: #FAFAFA;
}

.container {
    background-color: white;
}

.intrographicmp {
    position: absolute;
    top: 0px;
    left: 240px;
    z-index: 1;
}

.jumbointro p {
    z-index: 2;
    position: relative;
}

#yourlibrary #results {
    margin-top: 20px;
}

#yourlibrary .library_result {
    padding: 10px 10px 0px 10px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px dashed white;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

#yourlibrary .library_result.selected {
    border: 3px dashed #73B0F5;
}

#yourlibrary .library_result img {
    max-height: 125px;
    max-width: 225px;
    cursor: pointer;
}

#yourlibrary .tooltip {
    z-index: 1000;
}

#yourlibrary .yourtags .label {
    margin-bottom: 10px;
    display: block;
}

#yourlibrary .textboxlist {
    width: 100% !important;
}

#yourlibrary .meta {
    font-size: 2.0em;
    padding: 5px;
    background-color: white;
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 0px;
}

#yourlibrary .meta span {
    cursor: help;
}

#yourlibrary .meta .delete {
    color: #B31B1B;
    cursor: pointer;
}

.flex-direction-nav {
    display: none;
}

#yourlibrary .library_result .yourtags {
    position: relative;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

#yourlibrary .library_result .tagset .noedit ul.textboxlist-bits {
    border: 1px solid white;
}

#yourlibrary .library_result .add {
    position: absolute;
    top: -10px;
    right: 0px;
}

#yourpurchases .setpurchase {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}

#yourpurchases .setpurchase img {
    max-width: 100px;
    max-height: 100px;
}

#multicontrols {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 150px;
    height: auto;
    display: none;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid black;
    z-index: 11000;
    font-size: 0.9em;
}

#multicontrols input[type=text] {
    width: 125px;
    margin-bottom: 10px;
}

#multicontrols .btn {
    font-size: 0.9em;
    padding: 4px;
    display: inline-block;
}

#completeduploads {
    margin-top: 30px;
}

#completeduploads .newfile {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
    font-weight: bold;
    font-size: 1.25em;
}

#completeduploads .newfile img {
    max-width: 75px;
    max-height: 75px;
    display: inline-block;
    vertical-align: middle;
}

#completeduploads .newfile span {
    vertical-align: middle;
    display: inline-block;
}

.dropbox {
    border: 4px dashed #D1D1D1;
    position: relative
}

.dropbox.filled {
    border: 0px;
}

.dropbox .inner {
    color: #999
}

div.dropbox.filled:hover {
    border: 0px;
}

div.dropbox.filled:hover .inner {
    display: block
}

.dropbox .manual {
    position: absolute;
    left: -9999px
}

.dropbox .remove {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 3px
}

div.dropbox:hover .remove {
    display: block
}

.dropbox h4 small {
    text-align: center
}

.avatar .inner {
    padding-top: 20px
}

.avatar.filled .inner {
    padding-top: 0
}

.dropbox small {
    display: block
}

.uploadslot {
    min-height: 100px
}

.clear {
    clear: both;
}

.topwell {
    padding: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 20%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(100%, #d1d1d1));
    background: -webkit-linear-gradient(top, #ffffff 20%, #d1d1d1 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #d1d1d1 100%);
    background: -ms-linear-gradient(top, #ffffff 20%, #d1d1d1 100%);
    background: linear-gradient(to bottom, #ffffff 20%, #d1d1d1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=0);
}

.topwell h1:first-child {
    margin-top: 0px;
}

.options {
    float: left;
    margin-right: 40px;
}

.itemdescription p {
    width: 100%;
}

.itemdescription p a {
    color: #4f91cd;
}

.previewimages {
    margin-bottom: 30px;
}

.previewimages img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 512px;
}

.previewimages .previewimage {
    display: inline-block;
    vertical-align: top;
}

.paymentform .card-expiry-month {
    width: 25px;
}

.paymentform .card-expiry-year {
    width: 40px;
}

.paymentform .card-number {
    width: 165px;
}

.paymentform .card-cvc {
    width: 40px;
}

.marketplacebrowseitem {
    width: 255px;
    height: 255px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.marketplacelistingitem {
    width: 165px;
    height: 165px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.marketplacebrowseitem .inneritem img {
    max-width: 255px;
    max-height: 255px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.marketplacelistingitem .inneritem img {
    max-width: 165px;
    max-height: 165px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Animation info styling */

.marketplacelistingitem .inneritem .animIndicator {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 2px;
    pointer-events: none;
}

.marketplacelistingitem .inneritem .animIndicator .animDuration {
    position: absolute;
    font-size: 12px;
    color: white;
    z-index: 1;
    right: 4px;
    top: 8px;
}

.marketplacelistingitem .inneritem .animIndicator img {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.marketplacelistingitem .inneritem video.animation {
    width: 100%;
}

.marketplacebrowseitem .inneritem a,
.marketplacelistingitem .inneritem a {
    width: 100%;
    height: 100%;
    display: block;
}

.marketplacebrowseitem .desc,
.marketplacelistingitem .desc {
    font-size: 0.6em;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 10px;
    font-size: 1.1em;
    line-height: 1.1em;
    pointer-events: none;
}

.marketplacelistingitem .desc .subdesc p {
    color: white;
    font-size: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -5px;
    padding: 0px;
}

.itemdescription .selectize-control.single {
    display: inline-block;
}

#addBundleItem {
    margin-left: 10px;
    position: relative;
    top: -12px;
}


/* Publisher Items Page */

.pubitems .item-tabs img {
    width: 100%;
}

.pubitems .item-tabs .row {
    margin-top: .1em;
}

#submitItemModal textarea {
    display: block;
    width: 100%;
}

#submitItemModal label {
    width: 100%;
}

.pubitems #draft p.returning {
    outline: 2px solid #ec008c;
    padding: .5em;
    min-height: 90px;
}

.pubitems #draft button.delete {
    font-size: .8em;
    margin-top: 10px;
}

.pubitems #draft p+button.delete {
    margin: 0;
}

.item-tabs div p {
    word-break: break-word;
}


/* Item Editing */

.selectize-control.multi .selectize-input>div.item.blacklist {
    background: red;
    color: white;
}

.marketplacelistingitem .pictos {
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
    width: 1.2em;
    line-height: 1.2em;
    border-radius: .3em;
}

#imageUploadForm .dz-error {
    border: 2px solid red;
}

#uploadPDF {
    padding: 1em;
    margin: .5em;
    border: 1px solid black;
    display: none;
}

#uploadPDF input {
    margin-bottom: .5em;
}

.showform #uploadPDF {
    display: block;
}

.showform .pdfcontrols {
    display: none;
}

/* Wishslists */
.wishlist-dropdown li.wl ~ li.empty-message {
    display: none;
}
 /* override default bootstrap styling to work with scrollable div */
.dropdown-menu > div > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > div > li > a:hover,
.dropdown-menu > div > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > div > .active > a,
.dropdown-menu > div > .active > a:hover,
.dropdown-menu > div > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > div > .disabled > a,
.dropdown-menu > div > .disabled > a:hover,
.dropdown-menu > div > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > div > .disabled > a:hover,
.dropdown-menu > div > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}