/*
Copyright (c) 2009-2011, Jarkko Laine.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

/* DEFAULT WIDGET STYLE */

/*

- .donation-can-widget

        h3.donation-title

        div.description
            p*

        div.progress-bar
            div.progress-container
                div.progress

            div.raised-text (tähän eri vaihtoehtoja)

        div.make-a-donation
            select

            submit

        div.latest-donations
            h3

            ul
                li
                    a?


        div.backlink


TITLE

DESCRIPTION

PROGRESS BAR

DONATION OPTIONS

DONATION BUTTON

POWERED BY


*/

#donation-can-powered {

}




/* STYLES FOR ADMIN */

.donation-can-permalink-nag {
	border: 1px solid red;
	background-color: #FFEEEE;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.donation_can_notice {
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #ccc;
    background-color: rgb(255, 254, 235);
    border-radius: 5px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.donation-can-admin-notice {
    border-bottom: 1px solid #ccc;
    background-color: rgb(255, 254, 235);
    color: rgb(85, 85, 85);
    text-align: center;
    padding: 5px;
    font-size: 12px;
}

#donation_can_dashboard .inside  {
margin-top: 0px !important;
}

#donation_can_dashboard .inside p.sub {
    color: rgb(119, 119, 119);
    font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
    font-size: 13px;
    font-style: italic;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

#donation_can_dashboard .table {
    background: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(236, 236, 236);
    border-top: 1px solid rgb(236, 236, 236);
    margin: 0px -9px 10px;
    padding: 0px 10px;
}

#donation_can_dashboard table {
    width: 100%;
}

#donation_can_dashboard table td {
    border-top: 1px solid rgb(236, 236, 236);
    padding: 3px 0px;
    white-space: nowrap;
    font-size: 12px;
}

#donation_can_dashboard table tr.first td {
border-top: none;
}

#donation_can_dashboard td .approved {
    color: green;
}

#donation_can_dashboard td .waiting {
    color: rgb(230, 111, 0);
}

#donation_can_dashboard td .failed {
    color: red;
}

#donation_can_dashboard td.b {
    font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
    font-size: 14px;
    padding-right: 6px;
    text-align: right;
}

#donation_can_dashboard td.last {
    width: 70px;
}

#donation_can_dashboard td.goal {
    font-style: italic;
}

#donation_can_dashboard .t {
color: rgb(119, 119, 119);
font-size: 12px;
padding-right: 12px;
padding-top: 6px;
}

.goal-id-column {
	width: 150px;
}

.goal-sum-column {
	width: 100px;
}

#goal-id-div input, #goal-name-div input, #goal-div input, #page-id-div input, #goal-description-div textarea, #continue-button-text-div input, #notify-email-div input,
#payer_name-div input, #payer_email-div input, #note-div textarea
{
	width: 100%;
}

.donation_progress {
	height: 20px;
	padding: 4px;
	border: 1px solid #333;
	background-color: #fff;
	margin: 10px 0px 10px 0px;	
}

.donation_progress_container {
	padding: 0px;
	height: 28px;
}

.donation_progress_bar {
	background-color: #8a8;
	height: 20px;
}

.donation_meter {
	font-size: 10pt;
	padding: 5px 0px 10px 0px;
	margin: auto;
	overflow: auto;
}

/* Default donation progress bar settings */

.donation_meter div {
	margin: 0px;
	padding: 0px;
}

.donation_progress {
	padding: 5px;
}

#donation-submit-div div.inside {
    margin: 0px;
    padding: 0px;
}


/** Stats area in admin view */

#donation-stats {
    margin: auto;
    overflow: auto;
}

#donation-stats .stats-box {
    width: 250px;
    float: left;
    margin: 10px 15px 15px 0px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#donation-stats .donation-progress {
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#donation-stats .donation-progress div {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#donation-stats .progress-as-text {
    text-align: center;
    font-size: 11pt;
    font-style: italic;
    font-family: Georgia;
    padding: 5px;
}

#donation-stats .title {
    font-family: Arial;
    text-align: center;
    font-size: 9pt;
    color: #333;
    padding: 5px 0px 0px 0px;
}

#donation-can-add-shortcode-dialog .panel_wrapper, #donation-can-add-shortcode-dialog div.current {
    height: 150px;
}

.donation-can_donation-form .donations-list, .widget_donationlistwidget .donations-list {
    margin: 10px 0px 10px 0px;
}

.donation-can_donation-form .donation-date, .widget_donationlistwidget .donation-date {
    font-size: 8pt;
    color: #888;
    display: block;
}

.donation-can_content-widget ul li {
    list-style: none;
    padding: 0px;
}

.donation_can-fee {
    color: red;
    font-size: -1;
}

.donation-can-locked {
    background-color: #eee;
}

.donation-can-locked a {
    color: #666;
}

.donation-can-default-widget-notice {
    border: 1px solid #eee;
    text-align: left;
    margin: 5px;
    padding: 10px;
    background-color: yellow;
}

.total-including-resets {
    font-size: 8pt;
    color: #aaa;
}