.active-due, .completed-due {
    border: 1px dashed #ccc;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 300px;
    float: left;
    padding: 10px;
    max-height: 462px;
    min-height: 462px;
}

.empty-dues-list {
    display: table;
    min-width: 60%;
    min-height: 300px;
    border: 2px dashed #ccc;
    padding: 10px;
    text-align: center;
    margin: 0 auto 10px 0;
}

.empty-dues-list p {
    display: table-cell;
    vertical-align: middle;
    color: #ccc;
    font-size: 18px;
}

.due-media-wrapper {
    height: 300px;
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}

.due-media-wrapper a {
    display: table-cell;
    vertical-align: middle;
}

.due-media-wrapper img {
    max-width: 250px;
    height: auto;
    max-height: 300px;
}

.due-header-wrapper {
    margin-bottom: 15px;
    border-bottom: 2px #ccc dashed;
}

.due-header-wrapper h4 {
    margin-top: 5px;
}

.due-header-wrapper h4 a {
    color: black;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.due-header-wrapper h4 a:hover, .due-header-wrapper .due-edit-gear:hover {
    color: #ee444a;
}

.due-header-wrapper .due-edit-gear {
    font-size: 24px;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 2px;
}

.due-header-wrapper .due-edit-gear.active {
    color: #ee444a;
}

.due-header-wrapper ul.due-edit-dropdown-parent {
    list-style: none;
    padding: 0;
    display: block;
    position: relative;
}

.due-header-wrapper ul.due-edit-dropdown {
    position: absolute;;
    text-align: center;
    list-style: none;
    padding-left: 0;
    border: 1px solid #1D1D1D;
    display: none;
    opacity: 0;
    visibility: hidden
-webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;;
    z-index: 100;
}

.due-header-wrapper ul.due-edit-dropdown li a {
    padding: 10px;
    color: white;
    background: rgba(0,0,0, 0.90);
    display: block;
    cursor: pointer;
    min-width: 150px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.due-header-wrapper ul.due-edit-dropdown li:last-child a {
    border: 0;
}

.due-header-wrapper ul.due-edit-dropdown li a:hover {
    color: #ee444a;
}

.due-stats-wrapper {
    padding: 5px;
    border-top: 2px dashed #ccc;
    margin-top: 15px;
}

.due-stats-wrapper .pledged-amt,
.due-stats-wrapper .days-left-amt,
.due-stats-wrapper .icons-and-about{
    color: #ee444a;
    font-weight: bold;
    margin-top: 10px;
}

.due-stats-wrapper .icons-and-about{
    color: #333;
    cursor: pointer;
}

.due-stats-wrapper .icons-and-about .glyphicon:hover{
    color: #ee444a;
}

.dues-list-row .pager li > a,
.dues-list-row .pager li > span{
    border-radius: 0px;
}

.additional-media-image {
    max-height: 80px;
    width: auto;
    float: left;
    padding-right: 0px;
}

.media-type-image-input, .media-type-video-input {
    float: left;
}

/*.active-dues-image {
	background-color: #fff;
	overflow-x: scroll;
	overflow-y: hidden;
	max-width: 700px;
	width: 100%;
	height: 100%;
	float: left;

}*/
/*.active-dues-image {
	background-color: transparent;
	padding: 0;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 1105px;
	min-height: 235px !important;

}
*/
/*active-dues-view-all*/


/** due VIEW **/
.due-img img{
    width: 90%;
    height: auto;
}

.due-additional-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 15px;
}

.due-sidebar h3 {
    max-width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.due-deal-box {
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    moz-border-radius: 8px;
    font-size: 20px;
    margin-bottom: 10px;
}

.span-sep {
    color: #ccc;
}

.due-box h3 {
    padding-top: 0;
    margin-top: 0;
}

.due-box {
    margin-bottom: 25px;
}

.due-prize-box {
    margin-bottom: 25px;
}

.deals-box {
    margin-top: 70px;
}

.num-tickets, .ticket-price, .drawing-date {
    color: #01388d;
    font-weight: normal;
    font-size: 28px;
}

.buy-ticket-lg {
    margin-top: 15px;
    color: #ee444a;
    background-color: white;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    moz-border-radius: 8px;
    width: 100%;
    display: block;
    text-decoration: none;
    border: 1px dashed #e0716b;
}

.buy-ticket-lg:hover {
    text-decoration: none;
    color: white;
    background-color: #ee444a;
    border: 1px #ee5f5b solid;
}

.buy-ticket-md {
    display:block;
    background-color: #01388d;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 22px;
}

.buy-ticket-md:hover{
    text-decoration: none;
    color: #fff;
    background-color: #5fb13b;
}

.due-prize-box {
    padding: 20px 10px;
    border: 1px solid #ccc;
    background-color: #FAFAFA;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    moz-border-radius: 8px;
    width: 100%;
    text-align: center;
}

.due-prize-box h2 {
    color: #ee444a;
    margin-top: 0;
    margin-bottom: 5px;
}

.due-amt {
    color: #ee444a;
}

.free-membership{
    margin-bottom: 20px;
}

.dues .who-text-section,
.due-legal {
    padding: 20px;
    background-color: #FAFAFA;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.share-campaign {
    background-color: #FAFAFA;
}
.collection-type-logo {
    max-width: 40%;
    height: auto;
}

.or-option {
    font-size: 28px;
    color: #666;
    text-align: center;
    display: block;
    width: 100%;
}

.extra-donation-box {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 10px;
    background-color: #FEFEFE;
}

.extra-donation-box .extra-donation-label {
    color: #01388d;
    font-size: 1.5em;
    clear: both;
}

.extra-donation-box .extra-donation-counter {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}

/** PAYMENT POP UP **/
.success-payment{
    margin-bottom: 20px;
    font-size: 20px;
}
.success-payment h2{
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.success-payment p{
    margin-bottom: 10px;
}