/*
 *  (c) 2000-2013 deviantART, Inc. All rights reserved.
 */
/* Widget Normal State */
#pointsdownload_widget .dev-page-button i {
    background: url(/minish/deviation/action-sprites.png?);
    background-position: 1px -78px;
}
#pointsdownload_widget .pdw_button_download .pdw_title .pdw_title_downloaded,
#pointsdownload_widget .pdw_button_download .pdw_title .pdw_title_downloaded_hover {
    display: none;
}
#pointsdownload_widget .pdw_details b {
    font-weight: bold;
}
#pointsdownload_widget.already-downloaded .pdw_details {
    padding-bottom: 29px;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachments_toggle {
    font-size: 11px;
    color: #1C6DA7;
    background-image: url('/minish/deviation/blue_arrow_spritesheet2.png');
    background-repeat: no-repeat;
    background-position: 0 -8px;
    line-height: 15px;
    padding: 0 0 0 12px;
    margin: 3px 0 0;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachments_list {
    margin: 5px 0 0;
}
#pointsdownload_widget .pdw_details .pdw_attachments.closed .pdw_attachments_toggle {
    background-position: 0 4px;
}
#pointsdownload_widget .pdw_details .pdw_attachments.closed .pdw_attachments_list {
    display: none;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachment {
    min-height: 30px;
    background-image: url('/minish/deviation/page_icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding: 0 0 0 26px;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachment .pdw_attachment_name {
    color: #2C2C2F;
    font-size: 11px;
    margin: 2px 0 0;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachment .pdw_attachment_size {
    color: #6A7069;
    font-size: 10px;
    margin: 0 0 -3px;
}

/* Already-downloaded State */
#pointsdownload_widget.already-downloaded .pdw_button_download {
    background: #BFD991;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8DE9C', endColorstr='#B2D17F');
    background: -webkit-gradient(linear, left top, left bottom, from(#C8DE9C), to(#B2D17F));
    background: -moz-linear-gradient(top, #C8DE9C, #B2D17F);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 2px -1px rgba(255, 255, 255, 0.7) inset, 0 1px 0 1px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 2px -1px rgba(255, 255, 255, 0.7) inset, 0 1px 0 1px rgba(255, 255, 255, 0.25) inset;
}
#pointsdownload_widget.already-downloaded .pdw_button_download:hover {
    background: #C7DE9B;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCE2A2', endColorstr='#B3D280');
    background: -webkit-gradient(linear, left top, left bottom, from(#CCE2A2), to(#B3D280));
    background: -moz-linear-gradient(top, #CCE2A2, #B3D280);
}
#pointsdownload_widget.already-downloaded .pdw_button_download:active {
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
    background: #C2CDC2;
}
#pointsdownload_widget.already-downloaded .pdw_button_download .pdw_title .pdw_title_normal,
#pointsdownload_widget.already-downloaded .pdw_button_download:hover .pdw_title .pdw_title_downloaded,
#pointsdownload_widget.already-downloaded.unlockable .pdw_button_download:hover .pdw_title .pdw_title_downloaded_hover,
#pointsdownload_widget .pdw_button_download .pdw_title .pdw_title_processing {
    display: none;
}
#pointsdownload_widget.unlockable.already-downloaded .pdw_button_download.dev-page-button i,
#pointsdownload_widget.unlockable .pdw_button_download.dev-page-button i {
    background-image: url('/minish/stash/premium-content-jewel.png');
    background-position: center top;
    background-repeat: no-repeat;
}
#pointsdownload_widget.unlockable .pdw_unlockable_unlocked {
    display: none;
}
#pointsdownload_widget.unlockable.already-downloaded .pdw_unlockable_locked {
    display: none;
}
#pointsdownload_widget.unlockable.already-downloaded .pdw_unlockable_unlocked {
    display: block;
}
#pointsdownload_widget.already-downloaded .pdw_button_download i {
    background-image: url('/minish/deviation/green_check.png');
    background-position: center center;
    background-repeat: no-repeat;
}
#pointsdownload_widget.already-downloaded .pdw_button_download:hover i {
    background-image: url('/minish/deviation/action-sprites.png');
    background-position: 0 -78px;
    background-repeat: no-repeat;
}
#pointsdownload_widget.already-downloaded .pdw_button_download .pdw_title .pdw_title_downloaded,
#pointsdownload_widget.already-downloaded.unlockable .pdw_button_download:hover .pdw_title .pdw_title_downloaded,
#pointsdownload_widget.already-downloaded .pdw_button_download:hover .pdw_title .pdw_title_downloaded_hover {
    display: inline-block;
}
#pointsdownload_widget.already-downloaded .pdw_button_download .pdw_cost {
    display: none;
}
#pointsdownload_widget.processing .pdw_button_download .pdw_title .pdw_title_processing {
    display: block;
}

/* Ratings */
#pointsdownload_widget .pdw_rating {
    display: none;
    background: #D3DED1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3DED1', endColorstr='#CBD7CB');
    background: -webkit-gradient(linear, left top, left bottom, from(#D3DED1), to(#CBD7CB));
    background: -moz-linear-gradient(top,  #D3DED1,  #CBD7CB);
    border: 1px solid #A8B9A5;
    border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0 1px 2px -1px #E1EAE0 inset;
    box-shadow: 0 1px 2px -1px #E1EAE0 inset;
    position: absolute;
    bottom: -1px;
    left: -1px;
    height: 21px;
    width: 100%;
}
#pointsdownload_widget.already-downloaded .pdw_details {
    padding-bottom: 10px;
}
#pointsdownload_widget.ratable .pdw_details, #pointsdownload_widget.already-rated .pdw_details {
    padding-bottom: 29px;
}
#pointsdownload_widget.ratable .pdw_rating, #pointsdownload_widget.already-rated .pdw_rating {
    display: block;
}
#pointsdownload_widget.ratable .pdw_rating {
    background: #ffde00;
}
#pointsdownload_widget.already-rated .pdw_rating {
    background: transparent;
}
#pointsdownload_widget .pdw_rating .pdw_rating_text .rated {
    display: none;
}
#pointsdownload_widget.already-rated .pdw_rating .pdw_rating_text .rated {
    display: inline;
}
#pointsdownload_widget.already-rated .pdw_rating .pdw_rating_text .unrated {
    display: none;
}
#pointsdownload_widget.ratable.already-rated .pdw_rating .pdw_rating_text .rated {
    display: none;
}
#pointsdownload_widget .pdw_rating .pdw_rating_text .rerate {
    display: none;
}
#pointsdownload_widget.ratable.already-rated .pdw_rating .pdw_rating_text .rerate {
    display: inline;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars {
    float: left;
    margin: 5px 0 0 14px;
}
#pointsdownload_widget.ratable .pdw_rating .pdw_rating_stars span, #pointsdownload_widget.already-rated .pdw_rating .pdw_rating_stars span {
    display: block;
    float: left;
    background: url('/minish/deviation/pdw_rating_stars.png');
    background-repeat: no-repeat;
    background-position: -13px 0;
    width: 10px;
    height: 11px;
    padding-right: 3px;
}
#pointsdownload_widget.ratable .pdw_rating .pdw_rating_stars span {
    cursor: pointer;
}
#pointsdownload_widget .pdw_rating .pdw_rating_text {
    float: left;
    color: #262C21;
    font-size: 9.5px;
    text-shadow: 1px 0 0 rgba(38, 44, 33, 0.15);
    margin: 4px 0 0 5px;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_1 #pdw_rating_star_1 {
    background-position: 0 0;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_2 #pdw_rating_star_1,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_2 #pdw_rating_star_2 {
    background-position: 0 0;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_3 #pdw_rating_star_1,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_3 #pdw_rating_star_2,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_3 #pdw_rating_star_3 {
    background-position: 0 0;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_4 #pdw_rating_star_1,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_4 #pdw_rating_star_2,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_4 #pdw_rating_star_3,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_4 #pdw_rating_star_4 {
    background-position: 0 0;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_1,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_2,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_3,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_4,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_5 {
    background-position: 0 0;
}

/* Modal */
div.modal.modal-rounded.pointsdownload_modal {
    background: #EFF2EE;
}
div.modal.modal-rounded.pointsdownload_modal > a.x {
    top: 11px;
    right: 11px;
}
div.modal.modal-rounded.pointsdownload_modal > h2 {
    font-size: 15px;
    letter-spacing: 0.2px;
    padding: 13px;
    background: #EFF2EE;
    border-radius: 6px 6px 0 0;
}
div.modal.modal-rounded.pointsdownload_modal > .modal-arrow {
    background: url('/minish/deviation/modal_arrow.png');
    height: 16px;
    width: 16px;
    position: absolute;
    right: -14px;
    top: 125px;
}
.pd_modal_html {
    background: none;
}
.pd_modal_body {
    height: 468px;
    padding: 0 13px 13px;
    background: #EFF2EE;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.pd_modal_body #output {
    background-color: transparent;
}
.pd_modal_body .pd_summary {
    border: 1px solid #C8C9C7;
    border-radius: 5px;
    background-color: #E8ECE6;
    padding: 9px 9px 10px 6px;
    margin-top: 2px;
    font-family: Trebuchet MS, Verdana, Arial, serif;
}
.pd_modal_body .pd_summary .pd_download_section {
    font-size: 13px;
    font-weight: bold;
}
.pd_modal_body .pd_summary .pd_download_section .pd_summary_author_by {
    color: #778174;
}
.pd_modal_body .pd_summary .pd_download_section .pd_summary_author,
.pd_modal_body .pd_summary .pd_download_section .pd_summary_author a.u {
    color: #61685F
}
.pd_modal_body .pd_summary .pd_download_section .pd_summary_cost {
    float: right;
    font-family: Verdana, sans-serif;
}
.pd_modal_body .pd_summary .pd_download_section .pd_summary_cost i,
.pd_modal_body .pd_summary .pd_balance_section .pd_summary_balance i {
    background: url('/minish/deviation/downloads_for_points2.png');
    background-position: 22px 15px;
    height: 14px;
    width: 20px;
    float: right;
    display: block;
    margin: 0 0 0 5px;
}
.pd_modal_body .pd_summary .pd_hr {
    border-bottom: 1px solid #F3F5F2;
    border-top: 1px solid #C9CFC5;
    width: 100%;
    margin: 8px 0;
}
.pd_modal_body .pd_summary .pd_balance_section .pd_summary_title {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #565D54;
}
.pd_modal_body .pd_summary .pd_balance_section .pd_summary_balance {
    float: right;
    color: #E16F24;
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
}
.pd_modal_body .pd_summary .pd_balance_section .pd_summary_get_points {
    float: right;
    color: #2472B7;
}
.pd_modal_body .pd_terms {
    margin-top: 11px;
}
.pd_modal_body .pd_terms .pd_terms_title {
    float: left;
    display: inline-block;
    max-width: 340px;
    font-size: 11px;
    margin-bottom: 10px;
}
.pd_modal_body .pd_terms .pd_terms_expand {
    float: right;
    font-size: 11px;
    color: #2472B7;
    background-image: url('/minish/deviation/new_window_icon.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
}
.pd_modal_body .pd_terms .pd_terms_content {
    clear: both;
    background: #fff;
    border: 1px solid #C8C9C7;
    height: 186px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 9px;
}
.pd_modal_body .pd_terms .pd_terms_content .pd_terms_content_title {
    color: #373A48;
    font-size: 11px;
    font-weight: bold;
    margin: 7px 0 2px;
}
.pd_modal_body .pd_terms .pd_terms_content .pd_terms_content_body {
    font-size: 11px;
    line-height: 22px;
    color: #58585D;
    padding: 2px 0 7px 1px;
}
.pd_modal_body .pd_terms .pd_terms_content .pd_terms_content_body h4 {
    font-size: 12pt;
}
.pd_modal_body .pd_password {
    margin: 19px auto 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    position: relative;
}
.pd_modal_body .pd_password .pd_password_default_enter {
    position: absolute;
    color: #8C8C8E;
    font-size: 11px;
    letter-spacing: 0.2px;
    left: 11px;
    top: 6px;
    top: 8px\9;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pd_modal_body .pd_password .pd_password_default_enter {
        top: 8px;
    }
}
.pd_modal_body .pd_password.empty .pd_password_default_enter {
    display: block;
}
.pd_modal_body .pd_password .pd_password_default_enter,
.pd_modal_body .pd_password.empty .pd_password_default_saved {
    display: none;
}
.pd_modal_body .pd_password .pd_password_default_saved {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #98AEBD;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 7px 6px;
    width: 200px;
    color: #8C8C8E;
    font-size: 11px;
    letter-spacing: 0.2px;
}
.pd_modal_body .pd_password .password.text-input {
    background: #eee;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #98AEBD;
    padding: 6px 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
}
.pd_modal_body .pd_password.empty .password.text-input {
    -moz-box-shadow: 0 0 2px 2px #CDE3EB;
    box-shadow: 0 0 2px 2px #CDE3EB;
    background: #fff;
}
.pd_modal_body .pd_password.remembered .password.text-input {
    display: none;
}
.pd_modal_body .pd_password .remember-password {
    color: #656363;
    font-size: 11px;
    letter-spacing: 0.2px;
    margin: 6px 0 0 2px;
}
.pd_modal_body .pd_password .remember-password #password_remembered {
    margin: 0 5px 0 0;
}
.pd_modal_body .pd_agreement {
    margin-top: 9px;
}
.pd_modal_body .pd_agreement label {
    display: block;
    text-align: center;
}
.pd_modal_body .pd_agreement label a {
    color: #2472B7;
}
.pd_modal_body .pd_submit_button {
    color: #446814;
    display: block;
    font-size: 14.5px;
    font-weight: bold;
    font-family: Trebuchet MS;
    margin: 24px auto 0;
    padding: 9px 0;
    text-shadow: 0 1px 0 #DFF4A6;
    width: 223px;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded {
    margin-top: 31px;
    text-align: center;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .label,
.pd_modal_body .pd_modal_finished .pd_modal_cost .label {
    color: #565C53;
    font-size: 11.5px;
    margin-right: 2px;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .title {
    font-family: Trebuchet MS;
    font-size: 13.5px;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .by {
    color: #7B8477;
    font-family: Trebuchet MS;
    font-size: 13.5px;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .userlink,
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .userlink a {
    color: #656A62;
    font-family: Trebuchet MS;
    font-size: 13.5px;
}
.pd_modal_body .pd_modal_finished .pd_modal_cost {
    margin-top: 15px;
    text-align: center;
}
.pd_modal_body .pd_modal_finished .pd_modal_cost .cost {
    background: url('/minish/points/points_icon_grey.png') no-repeat scroll left center transparent;
    font-size: 12.5px;
    font-weight: bold;
    padding-left: 27px;
}
.pd_modal_body .pd_modal_finished .pd_modal_cost .unit {
    color: #3B3B3B;
    font-size: 12.5px;
    font-weight: bold;
}
.pd_modal_body .pd_modal_finished .pd_modal_download {
    background: none repeat scroll 0 0 #E8ECE6;
    border: 1px solid #C8C9C7;
    border-radius: 6px 6px 6px 6px;
    padding: 22px 0;
    margin-top: 33px;
    text-align: center;
    font-size: 11px;
    color: #565C53;
}
.pd_modal_body .pd_modal_finished .pd_modal_kthxbai {
    color: #747F71;
    font-family: Verdana;
    font-size: 12.5px;
    line-height: 21px;
    margin-top: 153px;
    text-align: center;
}
.pd_modal_body .pd_modal_finished .smbutton.done {
    display: block;
    height: 36px;
    width: 124px;
    margin: 0 auto;
    margin-top: 20px;
    color: #5A6D4F;
    font-family: Trebuchet MS;
    font-size: 14.5px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pd_modal_body .pd_modal_finished .smbutton.done a:hover {
    text-decoration: none;
}
.pd_modal_body .pd_modal_finished .smbutton.done a span {
    display: block;
    padding-top: 8px;
}

/* Mobile */
@media only screen and (max-device-width: 480px) {
    .pd_modal_body .pd_summary_section {
        overflow: auto;
    }
    body.pd_modal_body .pd_summary .pd_download_section .pd_summary_cost {
        display: block;
        float: left;
    }
    body.pd_modal_body .pd_summary .pd_balance_section .pd_summary_get_points {
        margin-top: 2px;
    }
    body.pd_modal_body .pd_summary .pd_balance_section .pd_summary_balance {
        float: left;
        margin-right: 0;
    }
    body.pd_modal_body .pd_summary .pd_balance_section .pd_summary_balance > i {
        margin: 3px 3px 0 0;
    }
}
