/* css */ 

/* Left Conatiner */ 
.playpage .choose-numbers {
        background-color: #f6f6f6;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-radius: 0;
		padding-top: 10px;
		width: initial;
}

.playpage .grey-tab {
        background-color: #f6f6f6;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		border-radius: 0;
		padding-top: 10px;
		width: initial;
}

/* Buttons */
div.raffle-button {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #269419;
    margin: 5px 0px 0px 0px;
	transition: all 0.3s ease 0s;
	/*border-radius: 3px;*/
    border: 1px solid #269419;
}

.raffle-button:hover {
  background: #73AD21;
  cursor: pointer;
}

#button-clear-all {
    border-radius: 3px;
    padding: 7px 10px 7px 10px;
    font-size: 14px;
	background: #cccccc;
	transition: all 0.3s ease 0s;
	margin-right: 5px;
}

#button-clear-all:hover {
	background: #e6e6e6;
	cursor: pointer;
}

/* Ticket Count */

div.raffle-ticket-count {
    display: inline-block;
	width: 118px;
    height: 26px;
    line-height: 30px;
    font-size: 12px;
    color: 808080;
    /*background-color: white;*/
	/*border-radius: 3px;*/
    /*border: 1px solid #e6e6e6;*/
}

.tickets-chosen {
	color: black;
    font-weight: bold;
    display: inline-block;
    width: 22px;
    height: 26px;
    line-height: 27px;
    font-size: 14px;
    background-color: white;
    /* border-radius: 3px; */
    border: 1px solid #e6e6e6;
}

/* Dropdown */
div.dropdown-style select {
    font-size: 14px;
	height: 34px;
	margin-right: 18px;
}

/* Raffle Container */ 
div.raffle-line {
    display: inline-block;
    margin: 10px;
	padding: 8px;
	background-color: white;
	border: 1px solid #cccccc;
}

div.raffle-line.ticket-selected {
	box-shadow: 0px 0px 8px rgba(38, 148, 25, 0.50);;
	border: 1px solid #269419;
}

/* Ticket */ 

div.raffle-line .raffle-ticket {
    background-image: url('/images/lottery-assets/elgordo_raffle_2017.jpg');
    width: 200px;
    height: 120px;
    background-repeat: no-repeat;
    font-size: 24px;
	color:#393430;
	font-weight:bold;
	letter-spacing: 4px;
}

span.raffle-number {
	position: relative;
    left: 71px;
    top: 7px;
}

div.raffle-controls {
	text-align:center !important;
}



/* Order Summary */ 
div.order-summary {
    padding-bottom: 5px;
    padding-top: 0px;
}

.order-summary-right {
    width: 100%;
    padding: 0 20px;
	margin-top: 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.order-summary-center {
    width: 100%;
}

.order-summary-bottom {
	margin-top: 5px;
    text-align: left;
    margin-left: 20px;
	margin-right: 20px;
}

.tickets-text {
	vertical-align: middle;
	margin-top: 0px;
	width: 75%;
}

.order-summary-image {
	vertical-align: middle;
}

.tickets-slogan {
    position: relative;
}

.tickets-subslogan{
    position: relative;
	font-size: 14px;
}

/* Media Queroes */ 
@media only screen and (max-width: 680px) {
	
.playpage .grey-tab {
	text-align: center;
	width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    box-sizing: border-box;	
	-moz-box-sizing: border-box;
    padding-bottom: 50px;
}

div.dropdown-style select {
	margin-right: 0px;
}

.playpage .choose-numbers {
		padding-top: 15px;
}

.order-summary-right button.button-playnow {
    padding: 15px !important;
    font-size: 14px;
}

.order-summary-right {
	 margin-top: 0px;
}


.order-summary-bottom {
	display:none;
}

}

/**** raffle prize table ****/
/*
table.raffle-prize-table {
	border: 1px solid black;
}
table.raffle-prize-table td {
	 border: 1px solid black;
}
*/
