﻿div.polaroid {
    /*width: 80%;*/
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}

div.polaroid img {
    max-width: 100%;
    margin-bottom: 0 !important;
}

div.polaroid div.polaroid-container {
    text-align: center;
    padding: 10px 20px;
}

div.polaroid-button-container {
    position: absolute;
    top: -10px;
    right: -25px;
}

div.polaroid-button-container a {
    height: 20px;
    width: 20px;
    display: inline-block;
    padding-top: 5px;
}

/* Donate */
.campaign-price button {
    cursor: pointer;
}

.currencyinput {
    width: 35%;
    position: relative;
    display: inline-block;
}
.currencyinput .sign {
    position: absolute;
    z-index: 1;
    padding: 0 8px 0 8px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}
.currencyinput input {
    padding-left: 20px !important;
}

.campaign-detail .campaign-price input {
    width: 100%;
    border: 0;
    line-height: normal;
    height: 100%;
    padding: 0 8px 0 15px;
    padding-left: 15px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #ededed;
    border-top-color: rgb(237, 237, 237);
    border-right-color: rgb(237, 237, 237);
    border-bottom-color: rgb(237, 237, 237);
    border-left-color: rgb(237, 237, 237);
    margin-right: 5px;
}
.campaign-detail .campaign-price .field-select:after {
    top: 4px;
    right: 4px;
}
.campaign-detail .campaign-price select {
    width: 165px;
    border: 0;
    line-height: normal;
    height: 100%;
    padding: 0 8px 0 8px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #ededed;
    border-top-color: rgb(237, 237, 237);
    border-right-color: rgb(237, 237, 237);
    border-bottom-color: rgb(237, 237, 237);
    border-left-color: rgb(237, 237, 237);
    margin-right: 5px;
}
#donationForm i {
    cursor: pointer;
}

.campaign-box .button .donation-frequency-label {
    padding-top: 0;
}
.campaign-detail .campaign-price input {
    height: auto;
}
.campaign-detail .campaign-price input[type=radio] {
    margin-top: 3px;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ccc;
    background-color: #7da1c4;
}
/*.frequency-container {
    padding-top: 5px;
}*/
.default-line-height {
    line-height: 1.15;
}
.donation-frequency-container {
    /*margin-bottom: 10px;*/
    display: inline-block;
}
#donationForm {
    display: table;
}
/*.d-inline-block {
    display: table-cell;
    vertical-align: top;
}*/

.support-campaign .plan a.funded-project-plan-item {
    display: block;
    background-color: #f5f6f6;
    padding: 40px 25px;
    cursor: default;
}

    .support-campaign .plan a.funded-project-plan-item:hover {
        color: #555555;
    }

.price-link {
    margin-left: 10px;
}

.campaign-content img[style*="left"] {
    margin-right: 20px;
}

.campaign-content img[style*="right"] {
    margin-left: 20px;
}

#rollover:hover{
    cursor: pointer;
}
/* specific to this page */
@media screen and (max-width: 992px) {
    .page-title {
        margin-bottom: -30px;
    }
}
@media screen and (max-width: 767px) {
    #DonationFrequencyId {
        display: inline-block;
    }
    #Donation_Amount {
        display: inline;
    }
}
@media screen and (max-width: 576px) {
    .page-title {
        margin-bottom: -30px;
    }
}
@media screen and (max-width: 434px) {
    .campaign-detail .campaign-price input {
        width: 165px;
    }
}
/* sticky donations */
@media (min-width: 992px) {
    #sticky-float.fixed {
        position: fixed;
        top: 0px;
    }

    #sticky-float.absolute {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    #sticky-float.fixed,
    #sticky-float.absolute {
        min-width: 290px;
        max-width: 290px;
    }
}

@media (min-width: 1200px) {
    #sticky-float.fixed,
    #sticky-float.absolute {
        min-width: 350px;
        max-width: 350px;
    }
}
@media (max-width: 767px) {
    .currency-seperate-line {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        width: 100%;
    }

    #Donation_Amount {
        width: 165px;
    }
}

@media (max-width: 576px) {
    #Donation_Amount {
        width: 165px;
    }
    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }
}