/*=== Peoples Choice PAGE ===*/
.align-center, .center {
    text-align: center !important;
}
.checkin .house-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 20px 30px;
    text-align: center;
    opacity: 0.9;
    visibility: visible;
    margin-bottom: 15px;
}
.checkin:hover .house-title{
    opacity: 1;
    visibility: visible;
}
.checkin .house-title h4{
    font-family: "Montserrat";
    font-weight: normal;
    color: #3E99D3;
    margin-bottom: 10px;
}
.checkin .house-title h4 span {
	display: block;
	font-size: 95%;
}
.checkin .house-title p{
    font-weight: 500;
    margin-bottom: 30px;
}
.checkin span{
    display: block;
}
.checkin .house-num{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3E99D3;
    color: #FFFFFF;
    font-weight: bold;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.checkin div {
    margin: 15px auto;
}
.checkin input {
    height: 50px;
}
#checkin_ticket, #home_button {
    margin-top: 25px;
}

.scan-ticket{
    margin: 15px auto;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    color: #3E99D3;
    text-align: center;
    min-width: 304px;
    padding: 26px 10px 22px 90px;
    border: 4px solid #3E99D3;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: transparent;
    background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.scan-ticket:hover{
    border-color: #E65C22;
    color: #FFFFFF;
    background-color: #E65C22;
    background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: 10px 10px;    
}

.sell-tickets{
    margin: 15px auto;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    color: #3E99D3;
    text-align: center;
    min-width: 304px;
    padding: 26px 40px 22px;
    border: 4px solid #3E99D3;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: transparent;
    background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.sell-tickets:hover{
    border-color: #E65C22;
    color: #FFFFFF;
    background-color: #E65C22;
    background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: 10px 10px;    
}
#ticket_number-error {
    color: #E65C22;
    font-size: 20px;
}
.checkin input { 
    text-align: center; 
}
input[type="text"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="phone"], select, textarea {
	/* border: 1px solid #ddd; */
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #32373c;
	outline: 0;
	font-size: 14px;
	border-radius: 4px;
	font-weight: inherit;
	font-family: inherit;
	cursor: pointer;
	line-height: 26px;
	padding: 0 8px;
	width: 100%;
	max-width: 400px;
	border: 1px solid #aaa;
}

@media screen and (max-width: 500px) { 
    .scan-ticket{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	color: #3E99D3;
	text-align: center;
	min-width: 152px;
	padding: 13px 50px 11px;
	border: 2px solid #3E99D3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: transparent;
	background-image: url(/images/layout/barcode-icon.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 10px 10px;
    }
    .scan-ticket:hover{
	border-color: #E65C22;
	color: #FFFFFF;
	background-color: #E65C22;
	background-image: url(/images/layout/barcode-white-icon.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 10px 10px;    
    }    
    
    .sell-tickets{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	color: #3E99D3;
	text-align: center;
	min-width: 152px;
	padding: 13px 20px 11px;
	border: 2px solid #3E99D3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: transparent;
	background-image: url(/images/layout/sell-tickets-icon.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 10px 10px;
    }
    .sell-tickets:hover{
	border-color: #E65C22;
	color: #FFFFFF;
	background-color: #E65C22;
	background-image: url(/images/layout/sell-tickets-white-icon.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 10px 10px;    
    }    
}

