﻿.repost-modal .reveal-modal {
    padding: 10px 20px 30px 20px;
}

.repost-modal ul.radius {
    float: left;
    width: 100%;
    min-height: 160px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.repost-modal .row.options {
    float: left;
    width: 100%;
}

.repost-modal ul li {
    float: left;
    width: 100%;
    padding: 15px;
}

.repost-modal .paddingtop10 {
    padding-top: 10px; 
}

    .repost-modal ul li.title {
        font-size: .875rem;
        color: #fff;
    }

    .repost-modal ul li.price {
        font-size: 1rem;
        background: #f2f2f2;
        font-weight: bold;
    }

    .repost-modal ul li.description {
        font-size: .75rem;
        color: #888
    }

        .repost-modal ul li.description form {
            float: left;
            width: 100%;
            margin-top: 15px;
        }

        .repost-modal ul li.description b {
            color: #666;
        }

        .repost-modal ul li.description form label {
            float: left;
            width: 50%;
        }

.repost-modal label {
    cursor: pointer;
    margin-top: 10px;
}

    .repost-modal label input[type=checkbox], .repost-modal label input[type=radio] {
        position: relative;
        top: 3px;
        margin: 0px;
        padding: 0px !important;
    }

.repost-modal ul li.invoice-data, .repost-modal ul li.invoice-data div {
    text-align: left;
    display: none;
}

    .repost-modal ul li.invoice-data h3 {
        font-size: 1rem;
    }

    .repost-modal ul li.invoice-data input {
        margin-top: 10px;
        padding: 15px;
        height: auto;
    }

.repost-modal select {
    padding: 15px;
}

.repost-modal .button {
    padding: 15px 20px;
    display: inline-block;
}

.js-active-text {
    font-size: 14px;
    float: right;
}

@media (max-width: 1024px) {
    .repost-modal ul.radius {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .reveal-modal-autorepost .options {
        margin-top: 40px;
    }
}

.reason-modal h4 {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 1.25rem;
    text-align: center;
}

.reason-modal a.button {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: .875rem;
}
