body
{
	padding-top: 50px;
}

body.plain
{
	padding-top: 0;
}

/** alert stuff **/
.alert
{
	text-align: center;
	
	border-radius: 0;
	border: 2px solid;
}

.alert.primary
{
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 5px 0;
	-moz-animation: attention 0.8s;	
	-webkit-animation: attention 0.8s;
	animation: attention 0.8s;
}

.alert-danger
{
	background: #f4dbdb;
	color: #b50d0d;
	border-color: #b50d0d;
}

.alert-success
{
	background: #e0ecda;
	color: #2f8008;
	border-color: #2f8008;
}

.alert-info
{
	background: #d9ebf1;
	color: #007ba3;
	border-color: #007ba3;
}

#verifybox
{
	text-align: left;
}

@-moz-keyframes attention
{
	0% { -moz-transform: translateY(-60px);}
	100% { -moz-transform: translateY(0);}
}

@-webkit-keyframes attention
{
	0% { -webkit-transform: translateY(-60px);}
	100% { -webkit-transform: translateY(0);}
}

@keyframes attention
{
	0% { transform: translateY(-60px);}
	100% { transform: translateY(0);}
}

/** end of alert stuff **/

/** non-embedded game page (game takes up entire window) **/
body.game-dedicated
{
	padding-top: 0;
	height: 100%;
}

/** common button stuff **/
.btn-primary.disabled, .btn-primary[disabled]
{
	background: #a9a9a9;
	border-color: #a0a0a0;
	color: #2f2f2f;
}
/** end common button stuff **/

/** quick register **/
#quickregister .register-button
{
	width: 100%;
}

#quickregister .panel-heading
{
	padding-top: 0;
}

#quickregister .panel-body
{
	padding-bottom: 0;
}

#quickregister .field .error
{
	background: #EAEAEA;
	padding: 2px 5px;
	font-size: 80%;
	border: 1px solid rgba(255,0,0,0.5);
	margin-top: -4px;
	margin-left: 10px;
	color: #AA0000;
	font-weight: bold;
	
	position: absolute;
	z-index: 200;
		
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

#quickregister .has-error input,
#quickregister .has-error select
{
	color: #AA0000;
}

/** end of quick register **/

.panel-narrow
{
	max-width: 500px;
	margin: auto;
}

.form-separator
{
	text-align: center;
	line-height: 1.42857;
	height: 34px;
	padding: 6px 12px;
}

/** navbar **/
.navbar
{
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-form
{
	margin-top: 0;
	margin-bottom: 0;
}

a.navbar-brand
{
	/*text-indent: -10000px;*/
	height: auto;
}

@media (max-width: 992px) {
	a.navbar-brand
	{
		width: 8em;
		padding: 4px;
	}
		
	#header ul.navbar-nav
	{
		margin-top: 5px !important;
	}
	
	body.not-loggedin
	{
		padding-top: 0;
	}
}

.navbar-toggle
{
	margin-top: 15px;
}

.navbar-brand img
{
	width: 100%;
}
/** end of navbar **/

/* #carousel .item
{
	width: 972px;
	height: 233px;
} */

.carousel-indicators li 
{
	border-radius: 0;	
}

#carousel, #news, #processors
{
	margin-bottom: 20px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img 
{
	margin: auto;	
}

footer
{
	padding: 20px 0;
}

#footermenu li
{
	width: 49%;
	display: inline-block;
	padding-bottom: 5px;
}

#processors img
{
	margin: auto;
	display: block;
}

#content
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.plain #content
{
	padding: 0;
}

/** processor list **/
.payment-method-container
{
	text-align: center;
}

.payment-method
{
	display: inline-block;
	max-width: 100%;
}

.payment-method .h5
{
	height: 2.5em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.payment-method.small
{
	max-width: 12em;
}

.payment-method img
{
	width: auto;
}

/** end of processor list **/

/** game list **/
.gameitem-container
{
	text-align: center;
}

.gameitem
{
	text-align: center;
	margin: auto;
	/*background: #FFAAAA;*/
	display: inline-block;
	max-width: 100%;
}

.gameitem .info
{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 3.5em;
}

.gameitem img
{
	margin: auto;
	/*width: auto;*/
}

.gameitem .h5, .gameitem .h6
{
	margin: 0;
}

.gameitem .h5
{
	margin-bottom: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 110%;
	font-weight: bold;
	max-width: 200px;
	line-height: 1.35em;
}

.gameitem.has-jackpot .provider,
.gameitem.has-jackpot .jackpot
{
	float: left;
	width: 50%;
}

.gameitem.has-jackpot .jackpot
{
	float: right;
}

/*
.gameitem.has-jackpot .h5
{
	text-align: left;
	max-width: 60%;
}

.gameitem .h6
{
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
*/

@media (max-width: 1200px)
{
	.gameitem .info
	{
		display: none;
	}
	
	.gameitem
	{
		margin-bottom: 15px;
	}
}

@media (max-width: 768px)
{
	.gameitem img
	{
		height: auto;
		max-width: 100%;
	}

	input.game-search
	{
		margin-top: 10px;
		width: auto;
	}
}

/** end of game list **/

.panel-title
{
	font-size: 200%;
}

.callout
{
	position: relative;
}

@media (max-width: 992px)
{
	.callout
	{
		margin-top: 0;
	}
}

.callout .subject
{
	float: left;
}

.verticalscroller em
{
	float: right;
	font-size: 200%;
}

.verticalscroller h2
{
	font-size: 200%;
}

.callout h3, .callout .h3
{
	margin: 0;
	font-size: 100%;
}

.verticalscroller li
{
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 5px;
}

.verticalscroller li:last-of-type
{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.verticalscroller
{
	margin-bottom: 0;
}


.feature-badge
{
	width: 100px;
	height: 100px;
	display: table;
	padding: 10px;	
	position: absolute;
	right: 10px;
	top: -50px;
}

.feature-badge h3, .feature-badge .h3
{
	font-size: 130%;
	text-align: center;
	transform:rotate(20deg);
	-webkit-transform: rotate(20deg) translate3d( 0, 0, 0);
}

.feature-badge .inner
{
	display: table-cell;
	vertical-align: middle;
}

.feature-badge h3:first-line, .feature-badge .h3:first-line 
{
	font-size: 60%;
}


#bingolobby-container th.timeleft
{
	/*
	background-image: url(/images/responsive/clock.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	*/
	text-align: center;
}

#bingolobby-container td.timeleft
{
	text-align: center;
}

#bingolobby-container th
{
	position: relative;
	padding-right: 16px;
	white-space: nowrap;
}

#bingolobby-container .sort-icon
{
	position: absolute;
	right: 4px;
	top: 14px;
	font-size: 60%;
}

#bingolobby-container .tablesorter-headerAsc .sort-icon-asc,
#bingolobby-container .tablesorter-headerDesc .sort-icon-desc
{
	display: block !important;
}

#bingorooms-tbody .jackpot small, #bingorooms-tbody .jackpot-highcall span
{
	display: block;
}

.split #bingolobby-container .cardprice, .split #bingolobby-container .jackpot-highcall, .split #bingolobby-container .play
{
	display: none;
} 

.chatmoderator
{
	margin-bottom: 10px;
}

#casinojackpots .slotmachine
{
	float: right;
}

#bingojackpots .moneybag
{
	float: right;
}

/*
#user-alerts
{
	float: right;
}
*/

#userbar
{
	overflow: hidden;
	padding: 5px 0;	
}

#userbar .user-info
{
	text-align: right;
}

#userbar .user-alias
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*
@media (max-width: 400px) {
	#userbar .user-alias
	{
		max-width: 146px;
	}
}
*/

#userbar .profilepic
{
	float: right;
	margin-left: 10px;
	max-height: 40px;	
}

#userbar .badge
{
	border-radius: 0;
	margin-right: 5px;
}

.form-inline-with-labels .form-group
{
	margin-right: 10px;
}

.form-control.radio-group
{
	border: 0;
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	box-shadow: none;
}

.form-control-static
{
	border-color: transparent;
	background: none;
	box-shadow: none;
}

fieldset.no-heading
{
	margin-top: 20px;
}

/* tables */
.table > tbody > tr > td
{
	vertical-align: middle;
}
/* end tables */

/* Table sorter */
/*
.tablesorter th
{
	background-image: url(/images/arrow-both.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.tablesorter th.headerSortUp
{
	background-image: url(/images/arrow-up.png);
}

.tablesorter th.headerSortDown
{
	background-image: url(/images/arrow-down.png);
}

.tablesorter th.fixed
{
	background-image: none;
}
*/

/* End Table Sorter */

#bingolobby-container tr.closed
{
	opacity: 0.5;
}

#bingolobby-container .playbutton
{
	display: block;
	max-width: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
}

#bingogamestable.gamemode-split .playbutton
{
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 9em;
}

@media (max-width: 767px)
{
	#bingolobby-container .playbutton
	{
		max-width: 120px;
	}
}

@media (max-width: 400px)
{
	#bingolobby-container .playbutton
	{
		max-width: 60px;
		font-size: 90%;
		padding: 3px 6px;
	}
}

.user-list li
{
	margin-bottom: 5px;
}

.user-list li:last-of-type
{
	margin-bottom: 0;
}

.user-list li span
{
	margin-left: 5px;
}

/* jackpot panels */

.jackpot-panel h3, .jackpot-panel .h3 
{
	margin-top: 0;
	font-size: 100%;
	font-weight: bold;
}

.jackpot-panel strong
{
	display: block;
	font-size: 120%;
}

.jackpot-panel .desc
{
	display: block;
	/*margin-bottom: 20px;*/
}

.jackpot-panel h2
{
	margin-bottom: 5px;
}

/* end jackpot panels */

/* Start vertical carousel hack */

.vertical .carousel-inner {
  height: 100%;
}

/* prevents italic text from getting clipped in FF */
.vertical .carousel-inner em {
	padding-right: 0.09em;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100px; /* should be 100% but doesnt work properly in chrome */
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

/* End vertical carousel hack */


/* Flash game stuff */
#flash #popupnotice
{
	display: none;
}

/* End of Flash Game stuff */

.nav-tabs a
{
	font-size: 90%;
}

.top5 li
{
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0;	
}

.nav-tabs li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	border: 0;
	border-radius: 0;
}

.nav-tabs 
{
	border: 0;
}

/** help desk stuff **/

.ticket-unread
{
	font-weight: bold;
}

/** end of help desk stuff **/

/** account stuff **/
.balance-list th
{
	text-align: right;
}
/** end of account stuff **/

/** carousel stuff **/

.carousel-content .h1
{
	color: #FFFFFF;
	margin-top: 0;
	/*background: rgba(255,255,255,0.2);*/
	text-shadow:0 1px 4px rgba(0,0,0,0.8);
	font-size: 200%;
	max-width: 50%;
	display: inline-block;
}

.carousel-content
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.carousel-content-inner
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: 0 15px;
}

@media (max-width: 768px) { .carousel-content{ font-size: 70%; } .carousel-content .h1 { max-width: 100%; } }
@media (max-width: 360px) { .carousel-content{ font-size: 50%; } }

@media (min-width: 768px) { .carousel-content{ font-size: 70%;  } }
@media (min-width: 992px) { .carousel-content{ font-size: 90%; } } 
@media (min-width: 1200px) { .carousel-content{ font-size: 100%; } }

.carousel-content.right .carousel-content-inner
{
	text-align: right;
}

.carousel-content.center .carousel-content-inner
{
	text-align: center;
}

/** end of carousel stuff **/

/** mobile links **/

#mobile-links
{
	position: absolute;
	right: 60px;
	top: 15px;
	display: none;
}

@media (max-width: 767px)
{
	#mobile-links
	{
		display: block;
	}
}

/** end of mobile links **/

input[type=number]#cvv2 ::-webkit-inner-spin-button, 
input[type=number]#cvv2 ::-webkit-outer-spin-button
{ 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number]#cvv2
{
	-moz-appearance: textfield;
}

.payment-method
{
	text-align: center;
}

/** vertical ordering stuff **/
.resp-order-group
{
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 767px)
{
	.resp-order-xs-bottom
	{
		-webkit-order: 99;
		order: 99;
	}
}
/** end of vertical ordering stuff **/

/** html banner stuff **/
.html-banner-wrapper
{
	width: 100%;
	padding-top: 20.48%;
}

.html-banner-wrapper .html-banner, .html-banner-wrapper .banner-link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	overflow-y: hidden;
}

.html-banner-wrapper iframe
{
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;
	height: 100%;*/
	border: 0;
}
	
.banner-link
{
	text-decoration: none;
}
/** end of html banner stuff **/

 .language-selector a
{
	color: #000000;
}

.alert li 
{
    list-style-type: none;
}

ul.freespins
{
	list-style: none;
	text-indent: 0;
	padding: 0;
}

.jackpotvalue
{
	font-size: 3em;	
}

#comingupbox .panel-body
{
	max-height: 34.32em;
	overflow: auto;
}

#modal-dialog .closebutton
{
	float: right;
}

#promotionsbox .promo-content
{
	max-height: 24em;
	overflow: hidden;
	margin-bottom: -15px;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
	mask: url(#fade_to_bottom);
}

#dailyquestion .panel-body
{
  padding: 0;
}

#dailyquestion iframe
{
  width: 100%;
}

/** help desk **/

ul.ticket
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ticket li
{
	position: relative;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #FFFFFF;
	color: #000000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	margin-right: 10%;
}

ul.ticket li p:last-of-type
{
	margin-bottom: 0;
}

ul.ticket li:after
{
	content: "";
	position: absolute;
	display: block;
	bottom: -15px;
	left: 15px;
	width: 0;
	border: 0 solid; 
	border-width: 15px 15px 0 0;	
	border-color: #FFFFFF transparent;
}

ul.ticket .header
{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
}

ul.ticket .header:after
{
	content: "";
	display: table;
	clear: both;
}

ul.ticket .header .date
{
	float: left;
}

ul.ticket .header .id
{
	float: right;
}

ul.ticket .from-support, ul.ticket .from-admin
{
	background: #777777;
	color: #FFFFFF;
	box-shadow: 0 0px 2px rgba(255,255,255,0.5);
	margin-right: 0;
	margin-left: 10%;
}

ul.ticket .from-support .header, ul.ticket .from-admin .header
{
	border-bottom-color: rgba(255,255,255,0.2);
}

ul.ticket .from-support:after, ul.ticket .from-admin:after
{
	border-width: 15px 0 0 15px;
	border-color: #777777 transparent;
	left: auto;
	right: 15px;
}

/** end of help desk **/

.bonuses-anchor
{
	position: relative;
	top: -50px;
	visibility: hidden;	
}

/** isolated landing page **/

body.landing-isolated
{
  padding-top: 0;
}

#landing-quickreg-container
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  background: rgba(0,0,0,0.75);
  
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing-quickreg .panel
{
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

#quickregister.context-landing .panel-heading,
#quickregister.context-landing .quickreg-form-container
{
	width: 100%;
}

#quickregister .close-button
{
	position: absolute;
	right: 15px;
	top: 0;
	font-weight: bold;
}

/** end of isolated landing page **/

#public-profile {
	overflow: hidden;
}

/* lobby styles */
.indicator-prizestring, 
.indicator-hidden
{
	display: none;
}

.has-prizestring-prize .indicator-prizestring, 
.has-hidden-prize .indicator-hidden
{
	display: inline;
}

.has-hidden-prize.has-prizestring-prize .indicator-prizestring { display: none; }

.user-icon
{
	position: relative;
	display: inline;
}

.user-icon.no-content
{
	display: none;
}

.user-icon:hover > .popover
{
	display: block;
}

.user-icon .popover
{
	transform: translateY(-50%);	
	top: 8px;
	left: 16px;
}

.lobby-root a.btn > *
{
	pointer-events: none;
}

.cmitem
{
	white-space: nowrap;
}

.ctl-switch
{
	line-height: 0;
	font-size: unset;
	display: block;
}

.ctl-switch input
{
	display: none;
}

.ctl-switch label
{
	display: inline-block;
	position: relative;
	width: 48px;
	height: 22px;
	margin-bottom: 0;
	margin-right: -7px;
}

.ctl-switch label:before
{
	position: absolute;
	display: block;
	content: "";
	height: 12px;
	width: 34px;
	top: 5px;
	left: 7px;
	background: #000000;
	opacity: 0.10;
	border-radius: 7px;
	transition: background 0.1s, opacity 0.1s;
}

.ctl-switch label:after
{
	display: block;
	position: absolute;
	top: 3px;
	left: 7px;
	height: 16px;
	width: 16px;
	content: "";
	transform: translateX(-2px);
	transition: transform 0.1s, opacity 0.1s;
	
	border-radius: 10px;
	background: #bdbdbd;
	box-shadow: 0 2px 2px rgba(0,0,0,0.26);
}

.ctl-switch input:checked + label:before
{
	opacity: 0.50;
}

.ctl-switch input:checked + label:after
{
	transform: translateX(18px);
}

.bingo-beta-label
{
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.beta-switch
{
	display: inline-block;
}

#bingo-controls
{
	float: right;
}

#bingorooms .panel-heading
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bingo-controls
{
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* end lobby styles */

#sessiontime
{
	padding-right: 10px;
}

#processor-logos
{
  background: #ffffff;
  display: inline-block;
}

#processor-logos img
{
  width: 64px;
  margin: 4px;
}