*
{
	margin: 0;
	padding: 0;
}

html, body
{
    height: 100%;
}

.canshow
{
	display: inline;
}

.no-margin
{
	margin: 0!important;
}

.no-padding
{
	padding: 0!important;
}

.no-bg
{
	background: none!important;
}

.no-border
{
	border: none!important;
}

.no-float
{
	float: none!important;
}

p
{
	font-size: 13px;
}

a img
{
	border: none;
}

table
{
	border: none;
}

input[type="button"], input[type="submit"]
{
	padding: 2px 5px;
}

.lockscreen
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 100;
	background: #303030;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.dn
{
	display: none;
}

.vh
{
	visibility: hidden;
}

.floatfix
{
	overflow: hidden;
	zoom: 1;
}

.fs-10
{
	font-size: 10px!important;
}

.fs-11
{
	font-size: 11px!important;
}

.fs-12
{
	font-size: 12px!important;
}

.fs-13
{
	font-size: 13px!important;
}

.fs-14
{
	font-size: 14px!important;
}

.fs-15
{
	font-size: 15px!important;
}

.f-left
{
	float: left!important;
}

.f-right
{
	float: right!important;
}

.mtop3
{
	margin-top: 3px;
}

.mtop5
{
	margin-top: 5px;
}

.mtop10
{
	margin-top: 10px;
}

.mlr5
{
	margin-left:5px;
	margin-right:5px;
}

.padl15
{
	padding-left: 15px;
}

.padl40
{
	padding-left: 35px!important;	
}

.blend
{
	opacity: 0.3;
	filter:alpha(opacity=30);
	zoom: 1;
}

.blend:hover
{
	opacity: 1;
	filter:alpha(opacity=100);
}

.alr
{
	text-align: right;
}

.all
{
	text-align: left;
}

.alc
{
	text-align: center;
}

.nw
{
	white-space: nowrap!important;
}

.tipdetailsheader
{
	background: #0b51ac;
	font-size: 12px;
	border: 1px black solid;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}

.tipdetails
{
	background: #ffffff;
	font-size: 11px;
	border: 1px solid;
	padding: 5px;
}

.smsmenuheader
{
	background: #0b51ac;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: white;
	border-color: black;
}

.smsmenu
{
	background: #fff;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

.smsmenu:hover
{
	background: #ddd;
	cursor: pointer;
}

.cannotshow
{
	display: none;
}

* html .statusbar
{
	position: absolute;
}

a
{
	text-decoration: underline;
	color: #dcdcdc;
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
	color: #ffa500;
}

a.button
{
	text-decoration: none;
	cursor: pointer;
}

a.onwhite
{
	text-decoration: underline;
	color: gray;
}

a.onwhite:hover
{
	text-decoration: underline;
	color: #ffa500;
}

p
{
	line-height: 18px;
	padding: 5px 0px;
}

.menubutton
{
	background: #1b1b1b;
	border: 1px solid #626262;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 5px;
	padding: 5px 10px;
	text-decoration: none;
	color: #bebebe !important;
}

.menubutton:hover
{
	background: orange;
	color: #1b1b1b !important;
	text-decoration: none;
}

.menubutton_selected
{
	background: orange;
	color: #1b1b1b !important;
	text-decoration: none;
}

.menubutton_equal
{
	min-width: 120px;
	text-align: center;
}

.sound {
	width:14px;
	font-size:15px;
	margin-top:5px;
	float:right;
}

.mute {
	text-decoration:line-through;
}

.mute:hover {
	text-decoration: line-through;
}

#messagediv, #livetip
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
	border: #646464 thin solid;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}

#messagediv h2
{
	font-family: courier;
	font-size: 15px;
	color: #BB0000;
}

.header
{
	left: 0;
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 2;
}

#botbg
{
	min-height: 100%;
	background: #1d2131 url('/images/bg.png') repeat-x;
	position: relative;
}

* html #botbg
{
	height: 100%;
}

.attention
{
	color: red;
	font-size: 36px;
	position: relative;
	top: 10px;
}

body
{
	font: normal 12px Arial, Tahoma, Helvetica, Geneva, sans-serif;
	background: #000;
	min-width: 800px;
}

.pdep
{
	color: #ffffff;
}

.versionwrapper
{
	padding-top: 10px;
	text-align: center;
	position: relative;
}

.contwrap
{
	margin: 0 auto;
	padding-top: 45px;
	clear: both;
	padding-bottom: 65px;
	min-height: 500px;
}

.mainpagewrap
{
	margin: 0 auto;
	clear: both;
	width: 950px;
	position: relative;
	padding-top: 45px;
	zoom: 1;
}

.centerfw
{
	width: 70%!important;
	min-height: 300px;
	float: left;
	padding-bottom: 65px;
}

.centerfull 
{ 
	width: 100%!important;
	min-height: 300px;
	float: left;
/* 	padding-bottom: 65px; */
}

.rightside
{
	width: 29.3333%;
	float: right;
	#padding-top: 20px;
	padding-bottom: 65px;
}

.poblogo
{
	width: 170px;
	height: 30px;
	float: left;
	margin: 8px 10px;
	z-index: 50;
	position: relative;
	background: url('/images/planetofbets_logo.png') no-repeat scroll 0 0 transparent;
	behavior: url('/css/htc/iepngfix.htc');
	background-size: 170px 30px; 
}
.pob-logo
{
	width: 113px;
	height: 20px;
	float: left;
	margin: 8px 10px;
	z-index: 50;
	position: relative;
	behavior: url('/css/htc/iepngfix.htc');
}


.poblogo-small
{
	width: 113px;
	height: 20px;
	margin: 5px;
	z-index: 50;
	position: absolute;
	background: url('/images/planetofbets_logo.png') no-repeat scroll 0 0 transparent;
	behavior: url('/css/htc/iepngfix.htc');
	background-size: 113px 20px; 
	left: 0;
	top: 0;
}

.poblogong
{
	width: 202px;
	height: 27px;
	float: left;
	margin: 7px 10px;
	z-index: 50;
	position: relative;
	background: url('/images/poblogo_ng.png') no-repeat scroll 0 0 transparent;
	behavior: url('/css/htc/iepngfix.htc');
}

.statusbar
{
	width: 100%;
	min-width: 640px;
	height: 35px;
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 3;
}

.statusbarbg
{
	background: url('/images/statusbarbg.png') repeat scroll 0 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.statusbaralert
{
	width: 100%;
	min-width: 640px;
	height: 73px;
	position: relative;
	overflow: hidden;
	display: block;
	top: 35px;
	z-index: 1;
}

.statusbaralertbg
{
	background: #333333;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}

.statusbaralertbg
{
	color: #bebebe;
	font-size: 13px;
	font-family: sans;
	line-height: 35px;
	font-weight: bold;
}


.padlr15
{
	padding-left: 15px;
	padding-right: 15px;
}

.padlr5
{
	padding-left: 5px;
	padding-right: 5px;
}

.padtb15
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.langselect
{
	width: 165px;
	position: absolute;
	right: 19px;
	top: 9px;
	z-index: 60;
}

.langselect b
{
	background: url('/images/langsprite.gif');
	width: 165px;
	height: 4px;
	font-size: 1px;
	display: block;
}

.langselect b.last
{
	background-position: 0px -4px;
}

.langwrapper
{
	padding: 10px 0px 9px;
}

#langcont
{
	background: none;
	position: relative;
	color: #bebebe;
	cursor: pointer;
	top: -5px;
}

div.eng,div.rus,div.ukr,div.spa
{
	behavior: url('/css/htc/iepngfix.htc');
	padding-left: 26px;
	display: block;
	margin: 5px 10px;
}

div.eng a
{
	text-decoration: none;
	color: #bebebe;
	font-weight: bold;
	display: block;
}

div.rus a
{
	text-decoration: none;
	color: #bebebe;
	font-weight: bold;
	display: block;
}

div.ukr a
{
	text-decoration: none;
	color: #bebebe;
	font-weight: bold;
	display: block;
}

div.spa a
{
	text-decoration: none;
	color: #bebebe;
	font-weight: bold;
	display: block;
}

div.eng a:hover
{
	color: #fff;
	text-decoration: none;
}

div.rus a:hover
{
	color: #fff;
	text-decoration: none;
}

div.ukr a:hover
{
	color: #fff;
	text-decoration: none;
}

div.spa a:hover
{
	color: #fff;
	text-decoration: none;
}

div.eng
{
	background: url('/images/gb.png') no-repeat 0px 50%;
}

div.rus
{
	background: url('/images/ru.png') no-repeat 0px 50%;
}

div.ukr
{
	background: url('/images/ua.png') no-repeat 0px 50%;
}

div.spa
{
	background:url('/images/es.png') no-repeat 0px 50%;
}

#langhide
{
	display: none; 
	background: #303030; 
	margin-top: 10px;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	padding-top: 1px;
}

#langhide a
{
	display: inline;
	float: none;
	background: none;
	color: gray;
	text-decoration: none;
/* 	font-size: 14px; */
	font-weight: bold;
}

#langhide a:hover
{
	text-decoration: none;
	color: #ffffff;
}

.livelistwrapper
{
	margin: 5px;
	display: block;
}

.live_bids_list_wrapper
{
	margin: 5px;
	margin-bottom: 15px;
	display: block;
}

.live_bids_tabs_header
{
	position: relative;
	border-radius: 5px 5px 0px 0px;
	border-style: solid solid none solid;
	border-color: rgb(210, 136, 0);
	color: rgb(0, 0, 0);
	cursor: pointer;
	padding-left: 6px;
	padding-right: 5px;
	height: 19px;
	width: auto;
	min-width: 40px;
	border-width: 2px 0px 0px 2px;
}

.live_bids_tabs_header span
{
	margin-top: 2px;
	display: block;
}

.live_bids_tabs_header_right
{
	border-width: 2px 2px 0px 2px;
}

.live_bids_tab_active
{
	background: none repeat scroll 0px 0px rgb(210, 136, 0);
	display: inline;
	float: left;
	position: relative;
}

.live_bids_tab_unactive
{
	background: none repeat scroll 0px 0px #FFA500;
	display: inline;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0.6;
}

.live_bids_tabs
{
	display: block;
	overflow: hidden;
}

.live_bids_hide_tab
{
	display: none;
}

.live_bids_list_head
{
	display: block;
	background: none repeat scroll 0 0 #FFA500;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 5px 0px 5px;
	color: #000;
	height: 21px;
}

.live_bids_button
{
	display: block;
	text-align: center;
}

.live_bids_table_bids_button
{
	width: 100px;
}

.live_bids_table_span_result_red
{
	color: #4a0000;
	white-space: nowrap;
}

.live_bids_table_span_result_green
{
	color: #0c6501;
	white-space: nowrap;
}

.live_bids_table_span_nowrap
{
	white-space: nowrap;
}

.toprad5
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.botrad5
{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.live_mt_head
{
	display: block;
	background:  #014f00;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 5px 3px 5px;
	color: #fff;
	
}

.live_mt_field
{
	position: relative;
	zoom: 1;
	display: block;
	background:  #014100;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 5px 5px 1px 5px;
}

.live_mt_notification
{
	position: absolute;
	width: 100%;
	height: 48px;
	zoom: 1;
	display: block;
	background:  #014100;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px 5px 1px 5px;
	text-align: center;
	box-sizing: border-box;
}

.livelisthead
{
	display: block;
	background: none repeat scroll 0 0 #FFA500;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 5px 3px 5px;
	color: #000;
}

.livelistsport
{
	position: relative;
	zoom: 1;
	display: block;
	background: none repeat scroll 0 0 #D28800;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 5px 5px 1px 5px;
}

.livelistitem
{
	display: block;
	position: relative;
	zoom: 1;
	height: 30px;
	background: url('/images/liveitembg.png') repeat scroll 0 0 transparent;
	background-position: 0px 0px;
	padding: 5px;
	color: white;
}

.betlisthover
{
	background: url('/images/liveitembghov.png') repeat scroll 0 0 transparent;
	cursor: pointer;
}

.livelisttime
{
	position: relative;
	padding-top: 3px; 
	color: #DCDCDC;
	display: block; 
	height: 12px;
}

.livelistteam
{
	position: relative;
	display: block; 
	height: 14px;
	overflow: hidden;
}

.live_bar_main
{
	width: 600px;
	text-align: center;
	height: 55px;
	margin: 15px;
	padding: 0;
}

.live_bar_fill
{
	background: #FFA500;
	width: 0px;
	height: 15px;
}

.live_bar
{
	position: relative;
	float: left;
	top: 20px;
	left: 25px;
	background: #121212;
	width: 550px;
	height: 15px;
	text-align: left;
}

.live_bar_goal_1
{
	position: relative;
	background: url('/images/mp_result_logos/soccer.png') no-repeat scroll 0 0 transparent;
	width: 20px;
	height: 20px;
	behavior: url('/css/htc/iepngfix.htc');
}

.live_bar_goal_2
{
	position: relative;
	background: url('/images/mp_result_logos/soccer.png') no-repeat scroll 0 0 transparent;
	width: 20px;
	height: 20px;
	behavior: url('/css/htc/iepngfix.htc');
}

.live_bar_goal_min
{
	color: #bebebe; 
	font-size: 8px; 
	font-family: Arial, Helvetica; 
	position: relative; 
	left: 18px;
}

.live_bar_goal_addition
{
	display: none;
	position: relative;
	bottom: 20px;
	z-index: 70;
	left: 10px;
}

.live_bar_goal_addition_content
{
	min-height: 15px;
	padding: 5px;
	background-color: #dddddd;
}

.topbetswrapper
{
	margin: 0px 5px 5px 5px;
	display: block;
}

.topbettit
{
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	color: orange;
}

.topbettab
{
	box-shadow: 0px 0px 10px black;
	margin-bottom: 20px;
}

.topbettab th
{
	font-weight: normal;
	color: #ffffc0;
	padding: 5px 5px 2px 5px;
	background: #303030;
}

.topbettab td
{
	padding: 5px;
	background: #3c3c3c;
	color: #dcdcdc;
	border-bottom: 1px dotted gray;
}

.topt1
{
	width: 250px;
}

.topd
{
	width: 100px;
}

.topt2
{
	width: 250px;
}

.topbetsoccer,.topbetbasketball,.topbettennis,.topbethockey,.topbetbox,.topbetvolleyball,.topbetrugby,.topbbettennis
{
	behavior: url('/css/htc/iepngfix.htc');
	display: inline-block;
	margin-top: -8px;
	padding: 0;
	top: 5px;
	position: relative;
}

.topbetsoccer
{
	background: url('/images/mp_result_logos/soccer.png') no-repeat;
}

.topbetolympic
{
	background: url('/images/mp_result_logos/olympic.png') no-repeat;
	background-position: 2px;
}

.topbbettennis
{
	background: url('/images/mp_result_logos/tennis.png') no-repeat;
}

.topbetbasketball
{
	background: url('/images/mp_result_logos/basketball.png') no-repeat;
}

.topbettennis
{
	background: url('/images/mp_result_logos/tennis.png') no-repeat;
}

.topbethockey
{
	background: url('/images/mp_result_logos/hockey.png') no-repeat;
}

.topbetbox
{
	background: url('/images/mp_result_logos/boxing.png') no-repeat;
}

.topbetvolleyball
{
	background: url('/images/mp_result_logos/volleyball.png') no-repeat;
}

.topbetrugby
{
	background: url('/images/mp_result_logos/rugby.png') no-repeat;
}

.betswrapper
{
	margin: 5px;
	display: block;
	max-height: 100px;
}

.lastresultswrapper
{
	margin: 5px;
	display: block;
	max-height: 300px;
}

.lastresultshead
{
	display: block;
	background: -moz-linear-gradient(center top , #7F4D64, #704458) repeat scroll 0 0 transparent;
	color: white;
	padding: 5px;
}

.lastresultsitem
{
	display: block;
	border-bottom: 1px dotted gray;
	padding: 5px;
	background: #3c3c3c;
}

.lastresultstext
{
	display: inline;
	color: #fff;
}

.lastresultsstripe
{
	background: #303030!important;
}

.txttit
{
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-shadow: 1px 1px 2px black;
}

.captit
{
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

.red
{
	color: #930c0c!important;
}

.bred
{
	background-color: #930c0c!important;
}

.gray
{
	color: #676767!important;
}

.lightgray
{
	color: #dcdcdc!important;
}

.bgray
{
	background-color: #5B6668!important;
}

.blue
{
	color: #0c1f70!important;
}

.bblue
{
	background-color: #0c1f70!important;
}

.green
{
	color: #04a626!important;
}

.bgreen
{
	background-color: #04a626!important;
}

.white
{
	color: #ffffff!important;
}

.black
{
	color: #000!important;
}

.yellow
{
	color: yellow!important;
}

.orange
{
	color: orange!important;
}

.black
{
	color: #000000!important;
}

.bblack
{
	background-color: #000000!important;
}

.borange
{
	background: url('/images/betbtnsbg.png') repeat scroll 0 0 transparent;
	color: #303030;
	cursor: pointer;
}

.pobred
{
	color: #9D6464!important;
}

.pobgreen
{
	color: #92D35D!important;
}

.betbtna
{
	padding: 2px 5px;
	text-align: left;
	margin: 0px 2px;
}

.betbtna:hover
{
	background: #93a8ad;
	color: #2a2c2c;
	cursor: pointer;
}

.betbtnhov
{
	background: url('/images/betbtnsbg.png') repeat scroll 0 0 transparent;
	color: #303030;
	padding: 2px 5px;
	text-align: left;
	margin: 0px 2px;
/*	white-space: nowrap;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.betbtnsdis
{

	padding: 2px 5px;
	text-align: left;
	margin: 0px 2px;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*	background-color: #4a4a4a;*/
	background-color: #121212;
	color: #dcdcdc;
	opacity: 0.5;
}

.betbtns
{
	padding: 2px 5px;
	text-align: left;
	margin: 0px 2px;
/*	white-space: nowrap;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #121212;
	color: #dcdcdc;
}

.betbtns:hover
{
	background:url('/images/betbtnsbg.png') repeat scroll 0 0 transparent;
	color: #303030;
	cursor: pointer;
}

.bethover
{
	background: url('/images/betbtnsbg.png') repeat scroll 0 0 transparent;
	color: #303030;
	cursor: pointer;
}

.betbutton
{
		display: inline-block;
		color: #c3c3c3;
		font-family: Arial, Sans-serif;
		font-size: 18px;
		font-weight: bold;
		cursor: pointer;
		width: 100%;
		text-shadow: 1px 1px black;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		opacity: 1;
}

.betbutton:hover
{
	color: #D35F5F;
}

.bettab
{
#	box-shadow: 0px 0px 10px black
}

.bettab th
{
	font-weight: normal;
	color: #ffffc0;
	padding: 5px 5px 2px 5px;
#	background: #303030;
}

.bettab td
{
	padding: 2px;
#	background: #3c3c3c;
	color: #dcdcdc;
	opacity: 1.0;
	border-bottom: 1px dotted gray;
}
 
.backtab
{
	background: url('/images/transparency.png') repeat transparent;
	padding: 5px 10px;
	zoom: 1;
}

.backtab td
{
	opacity: 1;
}

.backtab tr
{
	height: 30px;
}

.bethist
{
	box-shadow: 0px 0px 10px black;
	border: 1px solid #202020;
}

.bethist th
{
	font-weight: normal;
	color: #ffffc0;
	padding: 5px 5px 2px 5px;
	background: #303030;
}

.bethist td
{
	padding: 5px;
	background: #3c3c3c;
	color: #dcdcdc;
	border-bottom: 1px dotted gray;
}

.slipwrapper
{
	position: relative;
	top: 0px;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	zoom: 1;
}

.slipbookingwrapper
{
	position: relative;
	top: 0px;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	zoom: 1;
}
.slipbookinghint
{
	width: 70%;
	padding-left: 10px; 
	box-sizing: border-box;
}
.slipbookingimagewr 
{
	width: 30%;
	position: relative;
	float: left;
}
.slipbookingimage 
{
	background: url('/images/image-print-form.jpg') no-repeat transparent;
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-bottom: 64%;
}
.betbidsbg
{
	zoom: 1;
	vertical-align: top; 
	background: #D28800; 
	padding: 5px;
	position: relative;
	display: block;
	clear: both;
}

.betbidsbg a {
	color: #000;
}

.betbidsbg a:hover {
	color: #ffa500;
}	

.betslipbg
{
	zoom: 1;
	vertical-align: top; 
	background: #D28800; 
	padding: 5px;
	position: relative;
	display: block;
	clear: both;
}

.betslipbg a {
	color: #000;
}

.betslipbg a:hover {
	color: #ffa500;
}	
.betslipclear
{
	position: relative;
	display: inline;
	zoom: 1;
}

.betsliptittext
{
	position: relative;
	text-align: right;
	display: inline;
	float: left;
	zoom: 1;
}

.betsliptit
{
	font-size: 13px;
	font-weight: bold;
	background: none repeat scroll 0 0 #FFA500;
	padding: 5px 5px 3px 5px;
	color: #000;
	display: block;
	position: relative;
	text-align: right;
	zoom: 1;
}

/* STYLIZED CHECKBOX - DEPRECATED
.freebet_amount {
	color: #c3ff00;
	font-size: 16px;
	text-shadow:1px 1px 1px #2C2C2C;
	margin-right: 5px; 
}
.freebet_checkbox {
  width: 20px;
  position: relative;

}
.freebet_checkbox:not(checked)
{
	opacity:0;
}
.freebet_checkbox + label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;

    right: 10px;
    background: #333;
    border-radius: 4px;
}
.freebet_checkbox + label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
}
.freebet_checkbox + label:hover::after {
      opacity: 0.3;
}

.freebet_checkbox input[type=checkbox] {
    visibility: hidden;
}
.freebet_checkbox:checked + label:after {
      opacity: 1;
}    
END OF STYLIZED CHECKBOX - DEPRECATED*/ 

.betinp
{
	width: 70px;
	height: 13px;
	border: 1px solid gray;
	border-radius: 4px;
	font-size: 11px;
	padding: 1px 3px;
	text-align: center;
}

.sup_amount_slip
{
	float: right;
	color: red;
}

.hr1
{
	background: #3c3c3c;
	height: 1px;
	font-size: 1px;
	margin: 2px 0px;
	line-height: 1px;
}

.placebet
{
	text-align: right;
	padding-top: 15px;
	width: 100%;
}

.b-img-radius
{ 
	zoom: 1; 
	position: relative; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	vertical-align: top; 
	border: #646464 thin solid; 
	background-color: #303030; 
	min-height: 500px;
	margin: 0px 5px 0px 5px;
}

.b-img-radius-w
{
	width: 30%;
	height: 100px;
	text-align: center;
	zoom: 1;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	background-color: #ffffff;
	padding: 8px;
}

.bgsoccer
{
	min-height: 350px;
	position: relative;
	background: url('/images/soccerball.jpg') no-repeat -150px -150px transparent;
}

.bgbasketball
{
	min-height: 350px;
	position: relative;
	background: url('/images/basketball.jpg') no-repeat -150px -150px transparent;
}

.bghockey
{
	min-height: 350px;
	position: relative;
	background: url('/images/hockeyball.jpg') no-repeat -150px -150px transparent;
}

.bgtennis
{
	min-height: 350px;
	position: relative;
	background: url('/images/tennisball.jpg') no-repeat -150px -150px transparent;
}

.bgvolleyball
{
	min-height: 350px;
	position: relative;
	background: url('/images/volleyball.jpg') no-repeat -150px -150px transparent;
}

.bghandball
{
	min-height: 350px;
	position: relative;
	background: url('/images/handball.jpg') no-repeat -150px -150px transparent;
}


.bgtabletennis
{
	min-height: 350px;
	position: relative;
	background: url('/images/tabletennis.jpg') no-repeat -150px -150px transparent;
}


.bgrugby, .bgam_football
{
	min-height: 350px;
	position: relative;
	background: url('/images/rugbyball.jpg') no-repeat -150px -150px transparent;
}

.bgbox
{
	min-height: 350px;
	position: relative;
	background: url('/images/boxingglove.jpg') no-repeat -150px -150px transparent;
}

.bgsnooker
{
	min-height: 350px;
	position: relative;
	background: url('/images/snookerball.jpg') no-repeat -150px -150px transparent;
}

.bgolympicball
{
	min-height: 350px;
	position: relative;
	background: url('/images/olympic.jpg') no-repeat -150px -80px transparent;
}

.bgdarts
{
	min-height: 350px;
	position: relative;
	background: url('/images/darts.jpg') no-repeat -150px -150px transparent;
}

.bgcricket
{
	min-height: 350px;
	position: relative;
	background: url('/images/cricket.jpg') no-repeat -150px -150px transparent;
}

.bgbaseball
{
	min-height: 350px;
	position: relative;
	background: url('/images/baseball.jpg') no-repeat -150px -150px transparent;
}

.bgmma
{
	min-height: 350px;
	position: relative;
	background: url('/images/mma.jpg') no-repeat -150px -150px transparent;
}

.bgesports
{
	min-height: 350px;
	position: relative;
	background: url('/images/esport.jpg') no-repeat -10px -60px transparent;
}


.minw
{
	min-width: 575px;
}

.authinput
{
	height: 22px;
	zoom: 1;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	border: #646464 thin solid;
	background-color: #ffffff;
	padding: 0px 8px 0px 8px;
}

.authinput input
{
	border: none;
	background: none;
	margin: 4px 0px 0px 1px;
	font: 13px Tahoma;
	width: 100%;
}

.rbtndisabled
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	padding: 2px 18px;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.3;
	color: black;
}

.rbtn
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	padding: 2px 18px;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.6;
	color: black;
}

.rbtnwoh
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	padding: 2px 18px;
	font-weight: bold;
	opacity: 0.6;
	color: black!important;
}

.rbtn:hover
{
	opacity: 1;
}

.regtab
{
	color: #dcdcdc;
	box-shadow: 0 0 10px black;
	border: 1px solid #202020;
}

.regtab td
{
	background: #3c3c3c;
	padding: 5px;
}

.regtab th
{
	text-align: left;
}

.reginput 
{
	zoom: 1; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #646464 thin solid;
	color: #dcdcdc;
	padding: 2px;
	font-size: 12px;
	background: #121212;
	height: 15px;
	width: 250px;
}

.regselect
{
		background: #121212;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #000;
		color: #dcdcdc;
		font-size:12px;
		width: 256px;
		height: 19px;
}

.regselect:hover
{
	background: orange;
	color: #303030;
}

.regbtn
{
	border: 1px solid #000;
	border-radius: 4px;
	color: #303030;
	font-size: 14px;
	cursor: pointer;
}

.sportitem
{
	background: url('/images/sports.jpg') repeat scroll 0 0 transparent;
	width: 128px;
	height: 128px;
	background-color: orange;
	display: inline-block;
	text-align: center;
	margin: 5px;
	color: white;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px black; 
}

.sportitemtext
{
	position: relative;
	background: #303030;
	opacity: 0.8;
	padding: 5px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.soccer
{
	background-position: 0 0;
//	margin-left: 0px;
	behavior: url('/css/htc/soccerhover.htc');
}

.basketball
{
	background-position: -128px 0;
	behavior: url('/css/htc/baskethover.htc');
}

.tennis
{
	background-position: -256px 0;
	behavior: url('/css/htc/tennishover.htc');
}

.hockey
{
	background-position: -384px 0;
	behavior: url('/css/htc/hockeyhover.htc');
}

.box
{
	background-position: -512px 0;
	behavior: url('/css/htc/boxhover.htc');
}

.volleyball
{
	background-position: -640px 0;
	behavior: url('/css/htc/volleyhover.htc');
}

.rugby
{
	background-position: -768px 0;
	behavior: url('/css/htc/rugbyhover.htc');
}

.snooker
{
	background-position: -896px 0;
	#margin-right: 0px;
	behavior: url('/css/htc/snookerhover.htc');
}

/*.london2012
{
	background-position: -1024px 0;
	margin-left: 0px;
	behavior: url('/css/htc/london2012hover.htc');
}*/

.handball
{
	background-position: -1024px 0;
	behavior: url('/css/htc/handballhover.htc');
}

.mma
{
	background-position: -1152px 0;
	behavior: url('/css/htc/mmahover.htc');
}

.darts
{
	background-position: -1280px 0;
	behavior: url('/css/htc/dartshover.htc');
}
.cricket
{
	background-position: -1408px 0;
	behavior: url('/css/htc/crickethover.htc');
}
.baseball
{
	background-position: -1536px 0;
	behavior: url('/css/htc/baseballhover.htc');
}

.am_football
{
	background-position: -1664px 0;
	behavior: url('/css/htc/am_footballhover.htc');
}

.esports
{
	background-position: -1792px 0;
	behavior: url('/css/htc/esporthover.htc');
}

.floorball
{
	background-position: -1920px 0;
}

.au_football
{
	background-position: -2048px 0;
}

.rugbyleague
{
	background-position: -2176px 0;
}

.sportitem.soccer:hover
{
	background-position: 0 128px;
	color: #D35F5F;
	cursor: pointer;
}

.soccerhover
{
	background-position: 0 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.basketball:hover
{
	background-position: -128px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.baskethover
{
	background-position: -128px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.tennis:hover
{
	background-position: -256px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.tennishover
{
	background-position: -256px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.hockey:hover
{
	background-position: -384px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.hockeyhover
{
	background-position: -384px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.box:hover
{
	background-position: -512px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.boxhover
{
	background-position: -512px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.volleyball:hover
{
	background-position: -640px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.volleyhover
{
	background-position: -640px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.rugby:hover
{
	background-position: -768px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.rugbyhover
{
	background-position: -768px 128px;
	color: #D35F5F;
	cursor: pointer;
}
.sportitem.esports:hover
{
	background-position: -1792px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.esportshover
{
	background-position: -1792px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.snooker:hover
{
	background-position: -896px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.snookerhover
{
	background-position: -896px 128px;
	color: #D35F5F;
	cursor: pointer;
}

/*.sportitem.london2012:hover
{
	background-position: -1024px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.london2012hover
{
	background-position: -1024px 128px;
	color: #D35F5F;
	cursor: pointer;
}*/

.sportitem.handball:hover
{
	background-position: -1024px 128px;
	color: #D35F5F;
	cursor: pointer;
}
.handballhover
{
	background-position: -1024px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.mma:hover
{
	background-position: -1152px 128px;
	color: #D35F5F;
	cursor: pointer;
}
.mmahover
{
	background-position: -1152px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.darts:hover
{
	background-position: -1280px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.dartshover
{
	background-position: -1280px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.cricket:hover
{
	background-position: -1408px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.crickethover
{
	background-position: -1408px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.baseball:hover
{
	background-position: -1536px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.baseballhover
{
	background-position: -1536px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.am_football:hover
{
	background-position: -1664px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.am_footballhover
{
	background-position: -1664px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.floorball:hover
{
	background-position: -1920px 128px;
	color: #D35F5F;
	cursor: pointer;
}
.floorballhover
{
	background-position: -1920px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.au_football:hover
{
	background-position: -2048px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.au_footballhover
{
	background-position: -2048px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sportitem.rugbyleague:hover
{
	background-position: -2176px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.rugbyleaguehover
{
	background-position: -2176px 128px;
	color: #D35F5F;
	cursor: pointer;
}

.sporttab
{
	margin: 0px 5px 0px 15px;
	height: 20px;
}

.sportitems
{
	background: #303030; 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	display: inline;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: #dcdcdc;
	border: 1px solid #646464;
	position: relative;
	top: 1px;
}

.sportitemscurr
{
	border-bottom: 1px solid #303030!important;
	font-weight: bold;
	color: orange;
	z-index: 1;
}

.sportitems:hover
{
	cursor: pointer;
	background: orange;
	color: #303030;
}

.pb_mp_rotator_show
{
	z-index: 80;
}

#pb_mp_logos_rotator_odds
{
	position: relative; 
	background: #303030;
	opacity: 0.8;
	padding: 5px; 
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

div#rotator
{
	position: relative;
	height: 32px;
}

div#rotator ul li
{
	float: left;
	position: absolute;
	list-style: none;
}

div.sc_menu
{
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 5px;
	width: 655px;
}

ul.sc_menu
{
	display: block;
	width: 2484px;
	margin: 0;
	list-style: none;
}

.sc_menu li
{
	display: block;
	float: left;
}

.botmenu
{
	margin-top: -46px;
	border-top: 1px solid #6c6c6c;
	background: url('/images/botbg.png') repeat-x scroll 0 0 transparent;
/* 	height: 45px; */
	position: relative;
	width: 100%;
	background-color: #232323;
}

.botmenu div
{
	color: #9A9A9A;
	font-family: Helvetica, Arial;
	font-size: 13px;
}

.botmenu-menu-wrapper 
{
	display: block;
	margin: 20px 0;
	clear: both;
	height: 50px;
	width: 60%;
	border: 1px solid #5e5d5d;
	border-left: none;
	border-right: none;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.botmenu-menu-wrapper a
{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
}

.platsys
{
	position: relative;
	padding: 5px 0;
	width: 85%;
}

.align_to_right
{
	position: relative;
	right: 50%;
	float: right;
}

.align_to_left
{
	position: relative;
	right: -50%;
}

.wmlogo, .pmlogo, .btclogo, .lrlogo, .splogo, .smslogo, .lplogo, .rbklogo, .mclogo, .qlogo, .mmlogo, .pblogo, .ymlogo, .vclogo, .egologo, .w1logo, .oplogo, .pelogo, .advcashlogo, .monetalogo, .skrilllogo, .netellerlogo, .ltclogo,.ethlogo,.epzlogo,.asplogo,.bchlogo,.dogelogo,.tronlogo,.caplogo,.tetherlogo
{
	height: 19px; 
	display: inline; 
/* 	float: left; */
	padding: 0 5px 0 5px;
	behavior: url('/css/htc/iepngfix.htc');
}

.wmlogo
{
	width: 75px;
}

.caplogo
{
	width: 75px;
}

.tetherlogo
{
	width: 75px;
}

.pmlogo
{
	width: 90px;
}

.btclogo
{
	width: 55px;
}

.lplogo
{
	width: 85px;
}

.mmlogo
{
	width: 93px;
}

.rbklogo
{
	width: 81px;
}

.splogo
{
	width: 67px;
}

.qlogo
{
	width: 45px;
}

.smslogo
{
	width: 76px;
}

.mclogo
{
	width: 85px;
}


.ymlogo
{
	width: 85px;
}


.pblogo
{
	width: 79px;
}

.vclogo
{
	width: 37px;
}

.egologo
{
	width: 28px;

}

.w1logo
{
	width: 40px;
}

.oplogo
{
	width: 50px;
}

.pelogo
{
	width: 45px;
}

.advcashlogo
{
	width: 65px;
}

.monetalogo
{
	width: 85px;
}

.skrilllogo
{
	width: 75px;
}

.netellerlogo 
{
	width: 75px;
}

.ltclogo 
{
	width: 60px;
}

.ethlogo 
{
	width: 70px;
}

.epzlogo 
{
	width: 55px;
}
.bchlogo
{
	width: 85px;
	
}
.dogelogo
{
	width: 75px;
}
.dashlogo 
{
	width: 54px;
}

.ripplelogo 
{
	width: 64px;
}
.tronlog {
	width: 60px;
}
/* ORIGINAL FOR SPRITE
.wmlogo, .pmlogo, .btclogo, .lrlogo, .splogo, .smslogo, .lplogo, .rbklogo, .mclogo, .qlogo, .mmlogo, .pblogo, .ymlogo, .vclogo, .egologo, .w1logo, .oplogo, .pelogo, .advcashlogo, .monetalogo, .skrilllogo, .netellerlogo, .ltclogo,.ethlogo,.epzlogo,.bchlogo,.dogelogo
{
	height: 18px; 
	background: url('/images/paylogos_bw_x2.png') no-repeat scroll 0 0 transparent; 
	display: inline-block; 
	padding: 0 5px 0 5px;
	behavior: url('/css/htc/iepngfix.htc');
	background-size: 100px 468px;
}

.wmlogo
{
	background-position: 0px 0px;
	width: 75px;
}

.pmlogo
{
	background-position: 0px -18px;
	width: 90px;
}

.btclogo
{
	background-position: 0px -36px;
	width: 55px;
}

.lplogo
{
	background-position: 0px -54px;
	width: 85px;
}

.mmlogo
{
	background-position: 0px -72px;
	width: 93px;
}

.rbklogo
{
	background-position: 0px -90px;
	width: 81px;
}

.splogo
{
	background-position: 0px -108px;
	width: 67px;
}

.qlogo
{
	background-position: 0px -126px;
	width: 45px;
}

.smslogo
{
	background-position: 0px -144px;
	width: 76px;
}

.mclogo
{
	background-position: 0px -162px;
	width: 85px;
}


.ymlogo
{
	background-position: 0px -180px;
	width: 85px;
}


.pblogo
{
	background-position: 0px -198px;
	width: 79px;
}

.vclogo
{
	background-position: 0px -216px;
	width: 37px;
}

.egologo
{
	background-position: 0px -234px;
	width: 28px;

}

.w1logo
{
	background-position: 0px -252px;
	width: 40px;
}

.oplogo
{
	background-position: 0px -270px;
	width: 50px;
}

.pelogo
{
	background-position: 0px -288px;
	width: 45px;
}

.advcashlogo
{
	background-position: 0px -306px;
	width: 65px;
}

.monetalogo
{
	background-position: 0px -324px;
	width: 85px;
}

.skrilllogo
{
	background-position: 0px -342px;
	width: 75px;
}

.netellerlogo 
{
	background-position: 0px -360px;
	width: 75px;
}

.ltclogo 
{
	background-position: 0px -378px;
	width: 60px;
}

.ethlogo 
{
	background-position: 0px -396px;
	width: 70px;
}

.epzlogo 
{
	background-position: 0px -414px;
	width: 55px;
}
.bchlogo
{
	background-position: 0px -432px;
	width: 85px;
	
}
.dogelogo
{
	background-position: 0px -450px;
	width: 75px;
	
}
*/

/*
.lrlogo
{
	background-position: 0px -414px;
	width: 95px;
}
*/


.secure-visa, .secure-master 
{
	height: 25px; 
	background: url('/images/3d_secure_bw.png') no-repeat scroll 0 0 transparent; 
	display: inline-block; 
	behavior: url('/css/htc/iepngfix.htc');
	background-size: 140px 50px;
} /* 3d secure icons*/

.secure-visa 
{
	background-position: 0px -25px;
	width: 70px;	
}

.secure-visa:hover
{
	background-position: -70px -25px;
	width: 70px;	
}

.secure-master
{
	background-position: 0px 0px;
	width: 70px;
}
.secure-master:hover
{
	background-position: -70px 0px;
	width: 70px;
}

.sup_balance
{
	color: red;
}

.leagselectwrap
{
	display: block;
	padding: 0px 0px 5px 0px;
}

.leagselect
{
	background: #121212;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
	color: #dcdcdc;
	font-size: 12px;
	min-width: 200px;
}

.leagselect:hover
{
	background: orange;
	color: #303030;
}

.leagbtn
{
	border: 1px solid #000;
	border-radius: 4px;
	color: #303030;
	font-size: 12px;
}

.leagbtn:hover
{
	background: orange;
	cursor: pointer;
}

.banner
{
	max-width: 364px;
	max-height: 45px;
	overflow: hidden;
	width: 364px;
	height: 45px;
	position: relative;
}

a.banner img
{
	max-width: 364px;
	max-height: 45px;
	width: 364px;
	height: 45px;
}

.helpbody
{
	min-width: 600px!important;
	background-color: #303030;
}

.helpwrapper
{
	width: 100%;
}

.helpcontent
{
	float: right;
	margin: 5px;
	width: 72%;
}

.helpmenu
{
	float: left;
	margin: 5px;
	width: 20%;
	position: fixed;
	left: 0px;
}

.helpcat
{
	display: block;
	padding: 3px;
}

.helpcontent p
{
	font-size: 13px;
	color: #dcdcdc;
}

.helpcontent ol
{
	list-style-type: decimal;
}

.helpcontent li
{
	list-style-position: inside;
	margin-left: 25px;
	color: #dcdcdc;
	line-height: 25px;
}

.helpcontent ul
{
	list-style-type: disc;
}

.helpcontent h2
{
	font-family: 'Ubuntu', Serif, 'Times New Roman';
	font-size: 17px;
	font-weight: bold;
	color: #d28800;
	margin-top: 15px;
}

.helpcontent h3
{
	font-family: 'Ubuntu', Serif, 'Times New Roman';
	font-size: 14px;
	font-weight: bold;
	color: #d28800;
	margin-top: 15px;
}

.helptab
{
	width: 100%;
	text-align: left;
	font-size: 12px;
}

.helptab th
{
	font-weight: bold;
	color: #ffffc0;
	padding: 2px;
}

.helptab td
{
	font-weight: normal;
	color: #dcdcdc;
	border-top: 1px dotted gray;
	padding: 2px;
}

.teamlive
{
	font-size: 15px;
	font-weight: bold;
	font-family: sans-serif;
	color: #dcdcdc;
	width: 45%;
}

.scorelive
{
	font-size: 25px;
	font-weight: bold;
	font-family: sans-serif, arial;
	color: #ffa500;
	text-align: center;
}

.timelive
{
	font-size: 22px;
	font-weight: bold;
	font-family: sans-serif, arial;
	color: #bebebe;
	text-align: center;
	margin-bottom: 10px;
}

.timelivebasketball
{
	font-size: 13px;
	font-weight: normal;
	font-family: sans-serif, arial;
	color: #bebebe;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 0;
}
.timelivesmall
{
	font-size: 13px;
	font-weight: normal;
	font-family: sans-serif, arial;
	color: #bebebe;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0;
}

.statuslive
{
	font-size: 13px;
	font-weight: normal;
	font-family: sans-serif;
	color: #bebebe;
	margin-top: 20px;
}

.currqen
{
	font-size: 5px;
	border-bottom: 3px solid orange;
}

.currqdis
{
	font-size: 5px;
	border-bottom: 3px solid #121212;
}

.tennisscore
{
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #bebebe;
}

.livescoretab
{
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #929292; 
	background: #121212; 
	border-radius: 5px; 
	padding: 0px 5px 5px 5px;
}


.bgdeposit
{
	min-height: 300px;
	position: relative;
	background: url('/images/bgdeposit.jpg') no-repeat -120px -120px transparent;
}

.bgpayout
{
	min-height: 300px;
	position: relative;
	background: url('/images/bgpayout.jpg') no-repeat -120px -120px transparent;
}

.bgtransactions
{
	min-height: 300px;
	position: relative;
	background: url('/images/bgtransactions.jpg') no-repeat -120px -120px transparent;
}

.bgbethistory
{
	min-height: 300px;
	position: relative;
	background: url('/images/bgbethistory.jpg') no-repeat -120px -120px transparent;
}

.live_additional {display: inline; padding: 0 2em;}
.live_yellowcards, .live_redcards, .live_corners { padding: 0 0.8em; width: 16px; height: 16px; }
.live_yellowcards sub, .live_redcards sub, .live_corners sub { color: #fff; font-weight: 100; font-size: 10px; position: relative; top: -10px; left:3px;}
.live_yellowcards { background: url('/images/yellowcard.png') no-repeat transparent; }
.live_redcards { background: url('/images/redcard.png') no-repeat transparent;}
.live_corners { background: url('/images/corner.png') no-repeat transparent;}

.payout-visa-description {
	background-color: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px black; 
}

.switch-to-mobile { height: 24px; background: transparent url('/images/mini_logos/switch-to-mobile.png') no-repeat scroll 0% 0% / 24px 24px; text-align: center; display: block; margin: 10px auto; width: 24px; }
.casino-lobby-wrapper
{
	display: none;
	position: absolute;
	background: linear-gradient(0deg, #181818, #202020);
	background-color: #181818;
	border: 1px solid #2d2d2d;
	z-index: 1;
	left: 205px;
	top: 34px;
	padding-top: 5px;
}

.casino-bottom-round 
{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.casino-lobby-item
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.casino-lobby-item:hover
{
	background-color: #111;
}

.casino-lobby-item a 
{
	color: #999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.casino-lobby-item a:hover
{
	color: #fff;
}

.casino-lobby-item span
{
	display: block;
	font-size: 10px;
	color: #666;
}

.bonus-status-new { color: cyan!important; }
.bonus-status-active { color: yellowgreen!important; }
.bonus-status-finished { color: lime!important; }
.bonus-status-cancelled { color: red!important; }
.bonus-details {
	padding: 5px 0;
}

.bonus-details-status { font-size: 13px; margin: 10px 0; }
.bonus-details-activity { width: 100%; padding: 20px 0px 15px;}
.bonus-details-expiry {
	text-align: right;
	color: #ffffc0;
	font-weight: normal;
	font-size: 11px;
}
.bonus-details-terms { background-color: #333; padding: 15px; margin:5px 0; width: 100%; box-sizing: border-box; font-size: 12px; box-shadow: 0px 1px 3px #222 inset; border-radius: 5px; max-height: 250px; overflow-y: scroll; }
.bonus-details-terms p { font-size: 11px; }
.bonus-details-terms h3 { font-size: 12px; color: #ffa500;}
.bonus-details-buttons {}

.bonus-details-buttons { margin: 20px 0 5px; text-align: center; }

.bonus-details-button-accept,.bonus-details-button-decline,.bonus-details-button-cancel { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.6;
	margin: 0 20px 0 0;
	color: #000;
	text-decoration: none!important;
}

.bonus-details-button-cancel {
	margin: 0!important;
}

.bonus-details-button-accept { background: yellowgreen; }
.bonus-details-button-accept:hover { opacity: 1; color: #fff!important; text-shadow: 0 1px 1px #000; }
.bonus-details-button-decline { background: #f82828; }
.bonus-details-button-decline:hover { opacity: 1; color: #fff!important; text-shadow: 0 1px 1px #000; }
.bonus-details-button-cancel { background: #4571cc; }
.bonus-details-button-cancel:hover { opacity: 1; color: #fff!important; text-shadow: 0 1px 1px #000; }

/*
.bonus-progress-bar {
	position: relative;
	background: #121212;
	width: 100%;
	height: 20px;
	text-align: left;
	border-radius: 5px;
}
.bonus-progress-bar span {
	float: right;
	font-size: 10px;
	color: #fff;
	padding: 0 3px;
	margin: 2px 2px;
	line-height: 15px;
	text-shadow: 0 1px 1px #121212;
}

.bonus-progress-bar-fill {
	background: #FFA500;
	width: 0px;
	height: 20px;
	border-radius: 5px;
}

.bonus-progress-bar-current {
	top: -30px; 
	margin-left:-5px; 
	position: relative;
	color: #da5208;
}
.bonus-progress-bar-current span {
	font-size: 10px;
	color: #fff;
	padding: 0 3px;
	margin: 0;
	line-height: 15px;
	background-color: #da5208;
	border-radius: 5px;
	position: absolute;
	top: -12px;
	left: -26px;
}
*/


.bonus-progress-bar {
	position: relative;
	background: #121212;
	width: 100%;
	height: 20px;
	text-align: left;
	border-radius: 5px;
}
.bonus-progress-bar span {
	font-size: 10px;
	color: #fff;
	padding: 0 0 0 3px;
	margin: 2px 7px 0 2px;
	line-height: 15px;
	text-shadow: 0 1px 1px #121212;
	position: absolute;
	right: 0;
	top: -20px;
}
.bonus-progress-bar span::after {
	content: "\21B4";
	font-size: 2em; 
	position: absolute;
	top: 2px;
}

.bonus-progress-bar-fill {
	background: #D28800;
	width: 0px;
	height: 20px;
	border-radius: 5px;
}

.bonus-progress-bar-current {
	color: #da5208;
}

.bonus-progress-bar-current  {
	font-size: 10px;
	color: #fff;
	padding: 0 3px;
	margin: 0;
	line-height: 15px;
	background-color: #333;;
	border-radius: 5px;
	float: right; 
	margin: 2px 2px;
	white-space: nowrap;
}

.bonus-banner-wrapper {
	display: block; position: absolute; background-color: rgba(17, 17, 17, 0.9); color: #cecece; padding: 15px 30px; top:0px; height: 291px; box-sizing: border-box;
}

.bonus-banner-wrapper h2 { color: #ffa500; text-align: center; }
.bonus-banner-register-button { background-color: #ffa500; color: #000; padding: 5px 20px; font-size: 16px; border-radius: 5px; text-decoration: none; }
.bonus-banner-register-button:hover { box-shadow: 0 0 15px #ffd800; color: #000; text-decoration: none; }
.bonus-banner-wrapper b { color: #ffa500; }
.bonus-banner-wrapper i { color: #cecece; font-size: 10px; }
.bonus-banner-wrapper span { color: #ffa500; font-size: 13px;}
.bonus-banner-wrapper a { font-weight: bold;}

.user-settings-button {
	border-radius: 5px;
	display: inline;
	padding: 2px 18px!important;
	font-weight: bold;
	opacity: 0.6;
	color: black;
	background: transparent url("/images/betbtnsbg.png") repeat scroll 0px 0px;
	color: #000;
	cursor: pointer;
	border: none;
	margin: 5px auto;
}

.user-settings-button:hover {
	opacity: 1;
}

.user-settings-input {
	zoom: 1; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #646464 thin solid;
	color: #dcdcdc;
	padding: 2px;
	font-size: 12px;
	background: #121212;
	height: 15px;
	width: 250px;
}
.user-settings-tfa-description { font-size: 1em; color: #DCDCDC; padding:0.5em; margin: 10px 0; background: transparent url("/images/transparency.png") repeat scroll 0% 0%; }
.user-settings-tfa-phone-send-code-wrapper,.user-settings-tfa-phone-code-wrapper { margin: 10px 0; }
.user-settings-tfa-title { color: rgb(255, 255, 192); }
.user-settings-tfa-secret-description { margin: 10px 0; }
.user-settings-tfa-secret-description-qr,.user-settings-tfa-secret { text-align: center; }
.user-settings-tfa-confirm-wrapper { text-align: center; margin: 10px 0; }

.user-verification-heading { font-size: 1.2em; padding:1em 0.5em; margin: 0; text-align: left; font-weight: bold; text-shadow: 1px 1px 2px black; }
.user-verification-heading-unverified { color: #cecece; color: #ffa500;  }
.user-verification-heading-verified { color: #0cb17d !important; text-align: center; }
.user-verification-description { font-size: 1em; color: #DCDCDC; padding:0.5em 1em; margin-bottom: 20px; background: transparent url("/images/transparency.png") repeat scroll 0% 0%; }
.user-verification-wrapper { display: block; position: relative; text-align: center; }
.user-verification-request { 
	border-radius: 5px;
	display: inline-block;
	padding: 2px 18px;
	font-weight: bold;
	opacity: 0.6;
	color: black;
	background: transparent url("/images/betbtnsbg.png") repeat scroll 0px 0px;
	color: #000;
	cursor: pointer;
	border:0;
	margin: 10px auto;
}
.user-verification-request:hover {opacity: 1;}
#user_verification_passport_form,#user_verification_proof_address_form { width: 250px; display: inline-block}
.user-verification-document-wrapper { display: block; margin: 0em auto 1em; width: 200px; color: #bbb; border: 1px dashed #ddd; border-radius: 5px; position: relative; background: transparent url("/images/transparency.png") repeat scroll 0% 0%; }
.user-verification-document-wrapper input { opacity: 0; width:0; float: left; }
.user-verification-document-header {display: block; font-size: 1em;  text-align: center; width: 100%; text-transform: uppercase; margin-top: 0.5em; }
.user-verification-document-description { display: block; width: 200px; background-color: #303030; box-shadow: 0px 0px 10px black; color: #FFFFC0; padding: 0.5em; font-size: 1em; margin: 0 auto 1em; box-sizing: border-box; }
.user-verification-document-icon-passport,.user-verification-document-icon-passport-uploaded,.user-verification-document-icon-passport-verified { width: 70px; height: 70px; margin: 0 auto; }
.user-verification-document-icon-passport {background: url("/images/icon-verification-passport.svg") no-repeat; background-size: 70px 70px; }
.user-verification-document-icon-passport-uploaded {background: url("/images/icon-verification-passport-uploaded.svg") no-repeat; background-size: 70px 70px;}
.user-verification-document-icon-passport-verified {background: url("/images/icon-verification-passport-verified.svg") no-repeat; background-size: 70px 70px;}
.user-verification-document-icon-proof_address,.user-verification-document-icon-proof_address-uploaded,.user-verification-document-icon-proof_address-verified { background-size: 70px 70px; width: 70px; height: 70px; margin: 0 auto; }
.user-verification-document-icon-proof_address { background: url("/images/icon-verification-address.svg") no-repeat; background-size: 70px 70px; }
.user-verification-document-icon-proof_address-uploaded { background: url("/images/icon-verification-address-uploaded.svg") no-repeat; background-size: 70px 70px; }
.user-verification-document-icon-proof_address-verified { background: url("/images/icon-verification-address-verified.svg") no-repeat; background-size: 70px 70px; }
.user-verification-document-caption { display: block; font-family: Roboto; font-size: 1em; text-align: center; width: 100%; }
.user-verification-document-uploading { animation: s3-rotate 1s infinite ease; }
.user-verification-document-verified { color: #0cb17d!important; border: 1px dashed #0cb17d!important; /*background-color: #dbefe8!important;*/ }
.user-verification-checkmark { 
	display: none;
	position: absolute;
	top: 0px;
	right: 10px;
}  
.user-verification-checkmark:after{
	content: '';
	display: block;
	
	/*Make it a small rectangle so the border will create an L-shape*/
	width: 12px;
	height: 24px;
	
	/*Add a white border on the bottom and left, creating that 'L' */
	border: solid #289600;
	border-width: 0 12px 10px 0;
	
	/*Rotate the L 45 degrees to turn it into a checkmark*/
	transform: rotate(45deg);
}

.live-mt-available { display: block; width: 20px; height: 12px; background: url("/images/live_mt_available.gif") no-repeat; background-size: 20px 12px; }
.live-translation-available { display: block; width: 20px; height: 12px; background: url("/images/live_translation_available.gif") no-repeat; background-size: 20px 12px; }

.live-mt-available-soccer { display: block; width: 20px; height: 12px; background: url("/images/live_mt_available.gif") no-repeat; background-size: 20px 12px; }
.live-mt-available-tennis { display: block; width: 20px; height: 12px; background: url("/images/live_mt_available.gif") no-repeat; background-size: 20px 12px; }

@-webkit-keyframes s3-rotate {
  from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

@keyframes s3-rotate {
  from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}


.bg-slots,.bg-vs,.bg-casino { min-height: 350px; position: relative; border-radius: 5px; }
.bg-slots { background: linear-gradient(#000,#935656,#428095,#303030); }
.bg-vs { background: rgba(0, 0, 0, 0) linear-gradient(rgb(0, 0, 0), rgb(147, 86, 86), rgb(149, 104, 66), rgb(48, 48, 48)) repeat scroll 0% 0%; }
.bg-casino { background: rgba(0, 0, 0, 0) linear-gradient(rgb(0, 0, 0), rgb(103, 187, 197), rgb(200, 193, 123), rgb(48, 48, 48)) repeat scroll 0% 0%; }
.lobby-wrapper { width : 100%; text-align: center; clear: both; }


.casino-lobby-element { display: inline-block; border: 10px solid rgba(0, 0, 0, 0.5); border-radius: 10px; position: relative; margin: 5px; }
.casino-lobby-element:hover { border: 10px solid #0abab5; transition: all 0.5s ease; transform: scale(1.2); z-index: 1;}
.casino-lobby-element-img img { height: 240px; display: block; }
.casino-lobby-element-hint { display: block; position: absolute; font-size: 16px; bottom: 0; width: 100%; text-align: center; color: #cecece; background: #000c; padding: 10px 0; }
.casino-lobby-element-hint span { display: block; font-size: 12px; }


.lobby-element { display: inline-block; border: 10px solid rgba(0, 0, 0, 0.7); border-radius: 10px; position: relative; margin: 5px; }
.lobby-element:hover { border: 10px solid #ffa500; transition: all 0.5s ease; transform: scale(1.3); z-index: 1;}
.lobby-element-img img { width: 200px; display: block; }
.lobby-element-name { padding: 5px 0px 0px; }


.global-menu-wrapper { display: block; height: 35px; position: relative; z-index: 4;  margin-left: 5px; float: left; }
.global-menu-item-box { display: block; float: left; border-right: 1px solid #1a1a1a; border-left: 1px solid #4d4d4d; background: #333; transform: skewX(-15deg); -moz-transform: skewX(-15deg); -ms-transform: skewX(-15deg); -webkit-transform: skewX(-15deg); }
.global-menu-item-box a {text-decoration: none; }
.global-menu-item-box:hover { background: #ffa500; cursor: pointer; transition: all 0.5s ease; }
.global-menu-item-box:hover span { color: #333; }
.global-menu-item-box:first-child { border-left: 1px solid #1a1a1a!important; } 
.global-menu-item-box:last-child { border-right: 1px solid #4d4d4d!important; } 
.global-menu-item-box span { display: block; font-size: 13px; font-weight: normal; color: #bebebe; padding: 10px 5px 9px 5px; transform: skewX(15deg); -moz-transform: skewX(15deg); -ms-transform: skewX(15deg); -webkit-transform: skewX(15deg); }

@media only screen and (min-width: 1263px) {
	.global-menu-wrapper { margin-left: 10px!important; }
	.global-menu-item-box span { padding: 10px 8px 9px 8px!important; font-size: 14px!important; font-weight: normal!important; }
//	.pob-logo { width: 113px!important; height:20px!important; margin: 8px 10px!important; }
	.pob-logo { width: 170px!important; height:30px!important; margin: 2px 10px!important; }
	.statusButton { font-size: 14px!important;}
	.langButton { font-size: 14px!important; }
}


@media only screen and (max-width: 1263px) {
	.global-menu-wrapper { margin-left: 0px!important; }
	.global-menu-item-box span { padding: 10px 3px 9px 3px!important; font-size: 14px!important; font-weight: normal!important; line-height: 16px; }
	.pob-logo { width: 113px!important; height: 20px!important;  margin: 8px 5px!important; }
	.statusButton { font-size: 13px!important; line-height: 16px!important; padding: 10px 7px 9px 7px!important; }
	.langButton { font-size: 13px!important; }
	.langwrapper { padding: 10px 0px 9px!important; }
}

@media only screen and (max-width: 1023px) {
	.global-menu-wrapper { margin-left: 0px!important; }
	.global-menu-item-box span { padding: 10px 5px 9px 5px!important; font-size: 13px!important; font-weight: normal!important; line-height: 16px; }
	.pob-logo { width: 113px!important; height: 20px!important;  margin: 8px 5px!important; }
	.statusButton { font-size: 13px!important; line-height: 16px!important; padding: 10px 5px 9px 5px!important; }
	.langButton { font-size: 13px!important; }
	.langwrapper { padding: 10px 0px 9px!important; }
}


.currency-conversion-wrapper
{
	width: 70%!important;
	min-height: 300px;
	padding: 30px;
	margin: 0 auto; 
}

.confirmation-currency-title
{
	font-size: 20px;
	color: #ffa500;
	text-align: center;
	padding: 30px 0 10px;
}

.confirmation-currency-description
{
	width: 70%;
	margin: 50px auto 10px; 
}
.confirmation-currency-description p
{
	font-size: 16px;
	color: #cecece;
}
.confirmation-currency-description span
{
	color: #FFFFC0;
	font-size: 16px;
}
.confirmation-currency-options
{
	display: block;
	width: 70%;
	margin: 100px auto; 
	text-align: center; 
}

.confirmation-currency-confirm-accepting
{
	font-size: 16px;
	color: #cecece;
	width: 70%;
	margin: 10px auto 10px; 
}
.confirmation-currency-confirm-wrapper { display: block; margin: 0 auto 20px; width: 60%; text-align: center; }
.confirmation-currency-reject, .confirmation-currency-accept { display: inline-block; font-size: 16px; padding: 5px 10px;  }
.confirmation-currency-reject { color: #cecece;  background: none; }
.confirmation-currency-accept { color: #333; background-color: #ffa500; opacity: 0.7; border-radius: 5px; text-decoration: none; }
.confirmation-currency-accept:hover { color: #000; background-color: #ffa500; opacity: 1; border-radius: 5px; text-decoration: none;}

.menu-bonus-icon {
	display: block;
	position: absolute;
	background: #ffa500;
	width: 8px;
	height: 8px;
	left: 4px;
	top: 13px;
	border-radius: 50%;
	-moz-animation: menu-bonus-anim 1s linear infinite;
	animation: menu-bonus-anim 1s linear infinite;
}

@keyframes menu-bonus-anim {
	0% { background: #503300; }
	50% { background: #ffa500; }
	100% { background: #503300; }
}

.menu-chains-icon {
	display: block;
	position: absolute;
	background: rgb(0, 155, 255);
	width: 8px;
	height: 8px;
	left: 4px;
	top: 13px;
	border-radius: 50%;
}

@keyframes menu-chains-anim {
	0% { background: rgb(0, 48, 80); }
	50% { background: rgb(0, 140, 231); }
	100% { background: rgb(0, 48, 80); }
}


.notification-window-type-0 { display: none; position: fixed; top: 0px; background-color: #fff; z-index: 5000;  width: 40%; margin-left: 50%; transform: translateX(-50%); border-radius: 5px; overflow: hidden; box-shadow: 0 0 20px #000; }
.notification-window-type-0-content { color: #121212; font-size: 1em; text-align: center; padding: 15px 10px 5px; background: #fff; }
.notification-window-type-0-close-wrapper { width: 100%; text-align: center; padding: 10px 0px 10px; background: #f6f6f6; }
.notification-window-type-0-close { background-color: #ffa500; color: #303030; font-size: 1em; padding: 0.7em 1em; border: 0; width: 40%; border-radius: 5px; -webkit-appearance: none; margin: 0.5em 0; box-shadow: 0px 1px 1px black; box-sizing: border-box; }

.notification-window-type-1
{
	display: none;
	position: fixed;
	top: 50px;
	right: 25px;
	min-height: 1em;
	margin-left: 3.5em;
	background-color: #cecece;
	opacity: 0.9;
	z-index: 5000;
	width: 30%;
	cursor: pointer;
	border-radius: 5px;
}

.notification-window-type-1-content { color: #cecece; font-size: 1.1em; text-align: center; margin: 3px; background: #000; border-radius: 5px; padding: 10px; }
.notification-window-type-1:before { content: ' '; position: absolute; width: 0; height: 0; left: auto;	right: 0px; top: -1em;	border: 1em solid; border-color: transparent #cecece transparent transparent; }
.notification-window-type-1:after { content: " "; position: absolute; right: 3px; top: -0.3em; border: 0.8em solid; border-color: transparent #000 transparent transparent; }
.help-table-amounts { color: #cecece; font-size: 13px; }
.help-table-amounts th { color: #cecece; font-weight: bold; padding: 2px 5px; }
.help-table-amounts td { padding: 2px 5px; }

.bottom-text a {text-decoration: none; color: rgb(154, 154, 154);}
.bottom-text a:hover { color: #ffa500; }