html {
	font-family: 'Verdana';
	font-size: 14px;
	height: 100%;
	min-height:100%;
}
.font24 {
	font-size:24px;	
}

body {
	min-height:100vh;	
	position:relative;
	color: #fff !important;
	background: url(../images/background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:black
}

.nobreak {
	white-space: nowrap;
}

iframe {
	overflow: hidden;
}

#pbl-v-prize_game {
	-webkit-overflow-scrolling: touch !important;
	overflow: auto !important;
	min-height: 603px;
}

.game-iframe {
	height: 425px;
	width: 90vw;
	max-width: 750px;
	border: none;
	margin: 0 auto;
	display: block;
	margin-top: 80px;
	vertical-align: middle;
}

h1,.h1,h2,.h2,h3,.h3 {
	margin-top:10px;
	margin-bottom:10px;
}

/* DEFAULT STYLE FOR LINKS */
a {
	color: #fff !important;
	font-weight: bolder;
}

a:focus, a:active, a:hover {
	font-weight: normal !important;
}

/* HEADER */
#pbl-c-top a {
	color: #fff;
	font-weight: bolder;
}

#lottery-logo {
	max-height: 170px;
}

@media ( max-width : 1200px) {
	#lottery-logo {
		//max-height: 80px;
	}
}

@media ( max-width : 991px) {
	#lottery-logo {
		//max-height: 60px;
	}
}

@media ( max-width : 766px) {
	#lottery-logo {
		//max-height: 80px;
	}
}


/* TOP NAVIGATION  (UL) */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar.navbar-default {
	border: none;
	background: #f1533c; /* Fallback for older browsers */
	background-image: url("../images/nav_background.png");
	background-size: 100% 100%;
}

.navbar .navbar-collapse {
	text-align: center;
}

.navbar-default .navbar-nav>li>a {
	font-size: 17px;
	background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a {	
	color: #fff200 !important;
}

.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
	font-weight: bold !important;
	color: #fff200 !important;
}



#login-well {
	padding: 5px;
	background-color: rgba(200, 200, 200, 0.5);
	border: 1px rgba(0, 0, 0, 1);
}

.text-right {
	text-align: right;
}

#pbl-s-messages {
	padding: 5px;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.pblarticle {
		margin-bottom: 147px;
	}

#pbl-c-top {
	min-height: 190px;
	background-color: black;
}

#pbl-c-top p {
	color: #fff;
}

#lottery-logo-grey {
	position: absolute;
	left: 0;
	top: 0;
	height: 190px;
	width: auto;
	opacity: 0.2;
}

@media ( max-width : 767px) {
	#lottery-logo-grey {
		display: none;
	}
	#pbl-c-top {
	min-height: 90px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
}

@media ( min-width : 768px) {
	#pbl-c-top .vertical-align {
		position: relative;
		top: 95px;
		transform: translateY(-50%);
	}
}

.vip-logo {
	max-width: 30px;
	max-height: 30px;
}

.img-center {
	margin: 0 auto;
}


.indexFooterGap {
	margin-bottom: 100px;
}

.content {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	min-height: 250px;
	padding-right: 25px;
	padding-left: 25px;
}

.contentBlock {
	border: 10px solid red;
	color: black !important;
	background-color: white;
	border-radius:15px;
}
.modal-content {
	color:white;background-color: black;
}
.modal-header {
	color:white;background-color: red;
}
.contentBlock a{
	color: black !important;
}
.btn-primary {
	background-color: #F0492A;
	font-weight:bold;
	text-transform: uppercase;
	color: white !important;
	width:auto !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #F0492A;
	font-weight:normal;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
{
	background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	background-color: #E71E29;
	border-color: #A7161E;
}

.btn-primary .badge {
	color: #E71E29;
	background-color: #ffffff;
}

@media ( min-width :768px) {
	.table.visible-lg {
		display: table !important;
	}
	.table.visible-md {
		display: table !important;
	}
}

@media (max-width:767px) {
	.table.visible-sm {
		display: table !important;
	}
	.table.visible-xs {
		display: table !important;
	}

}

.table {
	border: 4px solid #fff;
	background-color: #3d404473 !important;
	font-size:1.3em;
}

.table > thead {
	border: 4px solid #fff;
}

.table>thead>tr>th, .table>thead>tr>th {
	background: red;
	border-top: 4px solid #fff;
    color: #fff;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {	
	vertical-align: top;	
	border: 4px solid #fff;
    text-align: center;
}
.table>tbody>tr:nth-child(even){
	background: #FFFF99;
	color: black;
} 
.table>tbody>tr:nth-child(odd){
	background: yellow;
	color: black;
} 
.table a {
	color: black !important;
	font-weight: bolder !important;
}

.table a:hover, .table a:focus, .table a:active {
	color: blue !important;
	font-weight: bold !important;	
}

.pagination>li>a, .pagination>li>span {
	color: #ffffff;
	background-color: #923FD1;
	border: 1px solid #923FD1;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,
	.pagination>li>span:focus {
	color: #ffffff;
	background-color: #6E309E;
	border-color: #6E309E;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover,
	.pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover,
	.pagination>.disabled>a:focus {
	color: #efefef;
	cursor: not-allowed;
	background-color: #AD7ED1;
	border-color: #AD7ED1;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	color: #fff;
	cursor: default;
	background-color: #A7161E;
	border-color: #A7161E;
}

/* Editor content */
.pbl-editor-content td, .pbl-editor-content th {
	padding: 8px;
}

.pbl-editor-content td {
	border-bottom: 2px solid yellow;
}
.pbl-editor-content thead {
    background-color: transparent;
    border-bottom: 2px solid yellow;
    border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.pbl-editor-content table {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.pbl-editor-content a {
	color: black;
	font-weight: bolder;
}

.pbl-editor-content a:hover,  .pbl-editor-content a:focus, .pbl-editor-content a:active, {
	font-weight: bold;
}

/* To get long links to wrap properly*/
.column {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.prizeContainer {
	font-size: .8em;
	margin-bottom: 30px;
	text-align: center;
}

/* Force-remove border from Bootstrap class */
.table-responsive {
	border: none !important;
	margin-bottom:15px;
}


/*ENTER NOW image/button */
.imagebutton {
	border:none; 
	background-color: black; 
	margin-left: -5px;
}
button:focus {outline:0;}
.signinbutton {
	border:none; 
	background-color: white; 
}
#main-image-container {
	min-height:580px; 
	position: relative;
	padding:0 0;
	z-index:1000;
}
#main-text-container {
	position: relative;
	max-width: 100%;
	padding:0 0;
	font-family: AvenirLTStd-Black;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 20px;
}
#text-container {
	position: relative;
	padding:0 0;
}
#overlay-image-container {
	display: none;
	padding:0 0;
}

@media (min-width: 992px) {
	
	#overlay-image-container {
		position: absolute;		
		display: inline-block;
		left: 10vw;
		top: 420px;
	}
	
	#overlay-image-container img {
		width: 200px;
		height: 80px;
	}	
}

@media (min-width: 1200px) {

	#overlay-image-container {
		position: absolute;	
		display: inline-block;
		left: 20vw;
		top: 680px;
	}
	
	#overlay-image-container img {
		width: 230px;
		height: 75px;
	}	

}

/* 
	Tablet and mobile views have different layout
	Button starts on new line after home setup image 
*/

@media (max-width: 767px) {
	.mobilebutton {
		width: 40vw;
		height: auto;
		float:none !important;
		margin-bottom: 10px;
	}
	#main-text-container {
	position: relative;
	max-width: 100%;
	padding: 20px;
	font-family: AvenirLTStd-Black;
	font-size: 15px;
	margin-bottom: 20px;
}
.create-account {
	padding-top: 0 !important;
}
}

.create-account {
	padding-top:58px;
}

/* FORMS */

/* Basic Form styles */
#login-form, #register-form, #contact-form, #ticket-entry-form {
	background-color: #3d404473;
	padding-right:auto;
	padding-left:auto;
	padding-top:0.8rem;
	padding-bottom:0.8rem;
	border-radius:5px;
}

/* Feedback form (feedback.php) */
#contact-form a {
	color: #fff;
	font-weight: bolder;
}

#contact-form a:hover, #contact-form a:active, #contact-form a:focus{
	font-weight: bold;
} 

/* Ticket Entry form (entries.php) */
.center-block {
	margin-top:0.8rem;
	margin-bottom:0.8rem;
}


/* 
 * CONTENT pages 
 * Rules, FAQ, Terms of Use, Privacy Policy
 */
#pbl-v-rules>.container, #pbl-v-faq>.container, #pbl-v-terms_of_use>.container, #pbl-v-privacy_policy>.container {
	background-color: #3d404473;
	padding-right:0;
	padding-left:0;
	margin-bottom:0.5rem;
	border-radius:5px;
}


/* Reset Bootstrap mobile menu breakpoint (1199 instead of 768) */
@media (max-width: 1199px) {
	.navbar-header {
	    float: none;
	}
	.navbar-toggle {
	    display: block;
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin: 7.5px -15px;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.collapse.in {
	    display:block !important;
	}
}

/* Reset Bootstrap alert message to shorter width (default 100%) */
/* Also add styling to call out more attention to the message*/
.alert {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
}


/* Footer links and social */
#pbl-c-footer {
	background: yellow;
	font-size: 0.8em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
	color: black;
}

#f-links a {
	line-height: 2.5;
	padding:0.5vw;
	color: black !important;
}

#f-links a.active {
	font-weight: bold !important;
	color: black !important;
}
#f-links>a:hover,
	#f-links>a:focus {
	text-decoration-line: none;
	font-weight: bold !important;
	color: black !important;
}
#f-social {
	margin-top:1.5vh;
}

#f-social a {
	padding-right:0.5vw;	
}

#f-social img {
	height:20px;
	width:20px;	
}

@media ( max-width : 485px) {
	.pblarticle {
		margin-bottom: 272px;
	}
	.minheight
	{
		min-height: 650px;
	}
}

.homeminheight
{
	min-height: 680px;
}

.minheight
{
	min-height: 603px;
}

@media (min-width:486px) and (max-width:991px){
	.pblarticle {
		margin-bottom: 227px;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.pblarticle {
		margin-bottom: 202px;
	}	
}

#f-copyright {
	margin-top:1rem;
}

#f-copyright a {
	color: black !important;
}

.pager .next>a {
    background-color:yellow;
    color: black !important;
}

.pager .next>a:hover {
    background-color:blue;
    color: white !important;
}

.pager .previous>a {
    background-color:yellow;
    color: black !important;
}

.pager .previous>a:hover {
    background-color:blue;
    color: white !important;
}

@media (min-width:992px) {
	#f-links-and-copy {
		padding-left: 1vw;
	}
	.leaderboard-margin {
		margin-left: -15%;
	}
}
.drawing-content {
	font-size:17.5px !important;
	padding: 10px 10px 0px 10px !important;
}
.drawing-table {
    font-size:16px !important;	
}
.drawing-table.table>thead>tr>th, 
.drawing-table.table>tbody>tr>th, 
.drawing-table.table>tfoot>tr>th, 
.drawing-table.table>thead>tr>td, 
.drawing-table.table>tbody>tr>td, 
.drawing-table.table>tfoot>tr>td {
	padding:4px !important;
}
}
