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

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

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

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

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

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

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

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

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

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

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

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

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

.raffle-header-wrapper ul.raffle-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;
}

.raffle-header-wrapper ul.raffle-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);
}

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

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

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

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

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

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

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

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

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

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

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

}
*/
/*active-raffles-view-all*/


/** RAFFLE VIEW **/
.raffle-img img{
    width: auto;
    height: auto;
}

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

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

.raffle-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;
}

.raffle-deal-box.active,
.raffle-deal-box:hover {
    cursor: pointer;
    background-color: #e2dada;
}

.raffle-deal-box.active .span-sep,
.raffle-deal-box:hover .span-sep{
    color: #765;
}

.span-sep {
    color: #ccc;
}

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

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

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

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

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

.bulks-tickets-block,
.deal-purchase .raffle-deal-box,
.custom-tickets-block{
    position: relative;
    overflow: hidden;
    opacity: 0.5;
}

.tickets-block-backdrop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}
.bulks-tickets-block.active,
.deal-purchase .raffle-deal-box.active,
.custom-tickets-block.active{
    opacity: 1;
}
.bulks-tickets-block.active .tickets-block-backdrop,
.custom-tickets-block.active .tickets-block-backdrop{
    display: none;
}

.bulk-tickets-block{
    text-align: left;
}
.bulk-tickets-block label,
.custom-tickets-block label{
    font-size: 16px;
}

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

.raffle-deal-box.active .buy-ticket-lg,
.raffle-deal-box:hover .buy-ticket-lg,
.buy-ticket-lg:hover {
    text-decoration: none;
    color: white;
    background-color: #01388d;
    border: 1px #5fb13b solid;
}

.buy-ticket-md,
.show-raffle-winners{
    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,
.show-raffle-winners:hover{
    text-decoration: none;
    color: #fff;
    background-color: #5fb13b;
}

.buy-ticket-md:active,
.show-raffle-winners:active,
.buy-ticket-md:focus,
.show-raffle-winners:focus{
    color: #fff;
    text-decoration: none;
}

.raffle-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;
}

.raffle-prize-box h2 {
    color: #01388d;
    margin-top: 0;
    margin-bottom: 5px;
}

.raffle-amt {
    color: #01388d;
}

.raffles .who-text-section,
.raffle-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%;
}

.no-padding{
    padding: 0;
}
