﻿/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; display: inline; zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0 3px 2px 0; width: 15px; height: 15px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* MY STYLES */

.xmas-bckgrnd {background: url('https://info.betme333.com/en/images/main-xmass-background.jpg') center top fixed no-repeat #0d52c0;}

/* TEXT */
.text-page-title{ float:left; width:100%; color:#ed5b22; font-size:26px; text-transform:uppercase; font-weight:bold; border-bottom:#e5e5e5 1px solid; padding:10px 0 5px 0; margin:0 0 15px 0;}
td.header{ height:40px; background:#ed5b22; color:#ffffff; font-size:18px;}

p.warning {font-weight: bold; color:#ff0000}
p.info {color: #ff0000}

/* FORMS */

.forms {
	width: 100%;
}
.forms tbody {
	font-size: 1.167em;
}
.forms td {
	padding: 0 10px;
}

.forms .tr
 {
	display:table-row;
	width: 100%;
	padding-right: 5px;
}
.forms .td {
	display:table-cell;
	width: 100%;
	padding-right: 15px;
}

.forms .tdsmall {
	display:table-cell;
	width: 100%;
	padding-right: 15px;
    font-size: 85%;
}

.forms .td .field-label {
    
    width: 100%;
	vertical-align: top;
}

.forms tbody .td {
	padding: 6px 12px;
	overflow: hidden;
}
table.forms tbody tr:first-child .td {
	background-image: none;
}

.forms .field-label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	color: #000;
	line-height: 1.4em;
	margin: 4px 0 2px;
}

.lt-ie8 .forms label .field-label {
	display: inline;
 }
.forms textarea,
.forms select,
.forms input.field-text, .forms input[type="text"],
.forms input.field-pass, .forms input[type="password"] {
	line-height: 1em;
	font-size: 1em;
	width: 34%;
	margin: 4px 0;
}

.forms .radio_field {
	width: 14%;
	display: inline-block;
}
.forms .radio_field input {
	margin: 0 6px 0 0;
	position: relative;
	top: 1px;
}
.lt-ie8 .forms .radio_field {
	display: inline;
}
.lt-ie8 .forms .radio_field input {
	position: relative;
	top: -1px;
}
 
.forms select {
	height: 1.8em;
	vertical-align: top;
}
.forms select.smaller {
	width: 20%;
}

.forms select  + .req {
	margin-right: 30px;
	line-height: 22px;
}
.forms-two-cols td{
	width: 50%;
}
.forms-two-cols textarea,
.forms-two-cols input {
	width: 38%;
}
.forms-two-cols select {
	width: 46%;
}
.forms .right,
.forms .desc {
	float: right;
	color: #999;
	font-style: italic;
	max-width: 174px;
	font-size: 0.857em;
}
.forms .right {
	color: #ed5b22;
	font-style: normal;
	max-width: 200px;
	text-align: right;
}
.forms .action {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	text-align: center;
	min-width: 200px;
	width: auto !important;
	width: 200px;
}
.lt-ie8 .forms .action {
	display: inline;
}
.forms .req {
	color: #ed5b22;
	left: auto;
	top: 0;
	right: 0;
	padding-left: 3px;
	font-size: 25px;
	line-height: 16px;
	vertical-align: top;
}
.lt-ie8 .forms .req {
	position: relative;
	top: -11px;
}
.forms tr.action-row .td { position: relative; min-height: 30px; }
.forms tr.action-row .actions{
	width: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	margin-top: -10px;
}
.forms tr.action-row .info {
	float: left;
	max-width: 46%;
	margin: 3px 0 6px;
	text-align: left;
}
.forms tr.action-row td {
	text-align: right;
}

.field-paragraph {
	display: inline-block;
	margin: 4px 0;
	vertical-align: top;
}

.lt-ie8 .field-paragraph {
	display: inline;
}

.forms .field-paragraph {
	max-width: 75%;
}

.forms .content-top {
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

.forms .field-textonly {
    font-style: italic;
    padding-left: 10px;
}

.forms .form_box {margin:0; padding:0; width:230px; height:auto; float:left;}
.wide .form_box {margin:0; padding:0; width:480px; height:auto; float:left;}
.wide .field-textonly {
    display:table-cell;
    min-width: 17em;
    text-align: left;
    float: none;
}
.wide .field-label {
    display:table-cell;
    height: 2em;
}
.wide .field,
.wide .box {display:table-cell;float:none;}
.wide input[type="checkbox"], .wide input[type="radio"] {box-sizing: content-box; width:17em;float:left;}

.forms .wide .form_box .box {width: 480px;}
.forms .wide .form_box .box input[type="checkbox"] {padding: 0 10px 0 0}

.forms textarea,
.forms select,
.forms input.field-text, .forms input[type="text"],
.forms input.field-pass, .forms input[type="password"] {
	line-height: 1em;
	font-size: 1em;
	width: 17em;
	margin: 4px 0;
	text-align:left;
}
.forms select.small,
.forms input[type="text"].small {
	width: 6em;
}
.forms select.wide {
	width: 30em;
}

.money {float:right;}

.forms .form_box {margin:0; padding:0; width:270px; height:auto; float:left;}
.forms .form_box .number_box {margin:0; padding:0; width:60px; height:70px; float:left; background:url(https://info.betme333.com/en/images/forms/number-box.png) no-repeat center; text-align:center; font:bold 30px/70px Arial, Helvetica, sans-serif; color:#FFF;}
.forms .form_box .heading_box {margin:0; padding:0; width:210px; height:70px; float:left;}
.forms .form_box .heading_box h5 {font:bold 20px/30px Arial, Helvetica, sans-serif; color:#ed5b22; border-bottom:1px dotted #535353;}
	
.forms .form_box .field-label {margin:0 0 0 10px; padding:0; width:auto; height:20px; font:bold 12px/18px Arial, Helvetica, sans-serif; color:#4f4f4f;}
.forms .form_box .field {margin:0 0 0 10px; padding:0; width:270px; height:auto; float:left;}
.forms .form_box .box {margin:0; padding:0; width:20px; height:auto; float:left;}
.forms .form_box .box a {color:#4f4f4f; text-decoration:underline;}
.forms .form_box .field_desc {margin:0; padding:0; width:245px; height:auto; float:left; font:normal 12px/18px Arial, Helvetica, sans-serif; color:#4f4f4f;}
.forms .form_box .box_desc {margin:0; padding:0; width:235px; height:auto; box-sizing:border-box; float:left; font:normal 12px/18px Arial, Helvetica, sans-serif; color:#4f4f4f;}
.forms .form_box .field_desc a {color:#4f4f4f; text-decoration:underline;}

.forms .form_box .fieldnarrow {margin:0; padding:0; width:80px; height:auto; float:left;}
	
.forms .form_box .fieldsearch {margin:0 0 0 10px; padding:0; width:240px; height:auto; float:left;}
.forms .form_box .fieldhourglass {margin:0; padding:0; width:30px; height:32px; float:left;}
	
.forms .form_box .error {margin:0 0 10px 10px; padding:10px 0 0 0; width:270px; height:20px; float:left; font:bold 11px/16px Arial, Helvetica, sans-serif; color:red;}
.forms .form_box .field input[type="text"] {margin:0; padding:8px; width:254px; height:auto; background:url(https://info.betme333.com/en/images/forms/input-01.png) no-repeat top; border:none; font:normal 14px Arial, Helvetica, sans-serif; color:#7f7f7f;}
.forms .form_box .field input[type="password"] {margin:0; padding:8px; width:254px; height:auto; background:url(https://info.betme333.com/en/images/forms/input-01.png) no-repeat top; border:none; font:normal 14px Arial, Helvetica, sans-serif; color:#7f7f7f;}
.form_box input[type="text"], .form_box input[type="password"] {
    margin:0px; padding:10px; width:254px; height:auto; background:url(https://info.betme333.com/en/images/forms/input-01.png) no-repeat top; border:none; font:normal 14px Arial, Helvetica, sans-serif; color:#7f7f7f;
}

/* BUTTONS */

.btn-joinnow {
	background-image: url( 'https://info.betme333.com/en/images/css/btn-joinnow.png' );
	background-color: #fff;
	width: 175px;
	height: 46px;
}
.btn-playnow {
	background-image: url( 'https://info.betme333.com/en/images/css/btn-playnow.png' );
	background-color: #fff;
	width: 155px;
	height: 46px;
}
.btn-allgames {
	background-image: url( 'https://info.betme333.com/en/images/css/btn-allgames.png' );
	background-color: #fff;
	width: 155px;
	height: 46px;
}
.btn-playnow-small {
	background-image: url( 'https://info.betme333.com/en/images/css/btn-playnow-small.png' );
	background-color: #fff;
	width: 81px;
	line-height: 20px;
}

a.btn-small {
	height: 20px;
	line-height: 20px;
}

button.submitBtn, submitBtn { 
	display: inline-block;
	padding-right: 6px;
	background: url( 'https://info.betme333.com/en/images/css/buttons-sliding-doors.png' ) no-repeat;
	background-position: 100% -66px;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
}
	
button.submitBtn span {
	cursor: pointer;
	font-size: 12px;
	padding: 0 9px 0 16px; 
	line-height: 20px;
	height: 20px;
	background: transparent url(https://info.betme333.com/en/images/css/buttons-sliding-doors.png) no-repeat 0 0; 
	color:#fff; 
}
	


/* END MY STYLES */


/* BEGIN EXTERNAL STYLES */


/*********************************************************
 *	BASE
 *********************************************************/

body {
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Verdana, Helvetica, Arial, sans-serif;
	background: url( https://info.betme333.com/en/images/css/site-bg-solid-edge.jpg ) no-repeat fixed 50% 0 #0d419e;
	color: #000;
}

a {	color: #FF7500; }

a:link,
a:visited {
	text-decoration: none;
	color: #FF7500;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #000;
}

input[type="text"],
input[type="password"],
input[type="search"] {
	background: url( https://info.betme333.com/en/images/css/text-input-bg.jpg ) repeat-x 0 0 transparent;
	border: 0;
	padding: 3px 5px;
	height: 20px;
}

table {
	margin-top: 15px;
	margin-bottom: 15px;
}

table thead tr { background: url( 'https://info.betme333.com/en/images/css/dots-long.jpg' ) #FF7500; }
table th { height:40px; background: transparent; color:#ffffff; font-size:18px;}
table td{ padding: 6px;}
table tbody tr { background: #efefef; }
table tbody tr.altrow { background: #f9f9f9; }

address {
	font-style: normal;
}

/* REQUIRED BUTTON STYLES: */		
.button{ background: #000; 
    background-image: -webkit-gradient(linear, 0 0, 0 29, from(rgba(71, 71, 71, 192)), color-stop(0.103, #434343), color-stop(0.965, #030303), color-stop(0.965, rgba(0, 0, 0, 192)));
    background-image: -webkit-linear-gradient(rgba(71, 71, 71, 192), #434343 10.3%, #030303 96.5%, rgba(0, 0, 0, 192) 96.5%);
    background-image: -moz-linear-gradient(rgba(71, 71, 71, 192), #434343 10.3%, #030303 96.5%, rgba(0, 0, 0, 192) 96.5%);
    background-image: -o-linear-gradient(rgba(71, 71, 71, 192), #434343 10.3%, #030303 96.5%, rgba(0, 0, 0, 192) 96.5%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; border: solid 1px #000; color:#FFF; font-weight:bold; font-size:14px; display:block; padding: 3px 5px 3px 5px; text-transform:capitalize; text-align :center; cursor:pointer; 
}

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

/*********************************************************
 *	HEADER
 *********************************************************/

.accountid{ float:left; height:26px; width:98px; padding:0 0 0 8px; background:url(https://info.betme333.com/en/images/css/input-bg.png) repeat-x; border:none; margin:0; color:#151515; font-size:14px; margin:1px 0 0 0;}
.log-pass{ float:left; width:98px; padding:0 0 0 8px; height:26px; background:url(https://info.betme333.com/en/images/css/input-bg.png) repeat-x; border:none; margin:1px 0 0 13px;color:#151515; font-size:14px;}
.log-btn{ float:left; margin:2px 0 0 10px; }

#forget-text{ margin: 8px 0 0 10px; font-size:13px; color:#fff; float: left; }	
#forget-text a:link, #forget-text a:visited{ color: #ffffff; font-size: 13px; }
#forget-text a:hover{ border-bottom: 1px dotted #fff; text-decoration: none; }

#join-now-btn{ clear:left; float:left; margin:6px 0 0 0;}

.form-login input.accountid,
.form-login input.log-pass {
	width: 94px;
}

#siteWrap {
	background: url( https://info.betme333.com/en/images/css/wrapper-bg.png ) no-repeat 50% -70px transparent;
	min-width: 960px;
	width: auto !important;
	width: 960px;
}

#header {
	width: 960px;
	height: 194px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	background: url( 'https://info.betme333.com/en/images/css/body-border-radius-top-inner.png' ) no-repeat 50% 100% transparent;
	padding-bottom: 27px;
}
#header .support {
	left: 0;
	top: 0;
	min-height: 64px;
	padding-left: 86px;
	margin-left: 15px;
	margin-top: 18px;
	width: 200px;
	background: url( 'https://info.betme333.com/en/images/css/support-pretty.png' ) no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#header .support a {
	color: #FFFFFF;
	font-size: 13px;
}
#header .support a:hover,
#header .support a:active {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#header .support .support-status {
	float: left;
	color: #FFFFFF;
	font-size: 13px;
}


#header .member-stats,
#header .form-login {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	margin-right: 15px;
	margin-top: 6px;
	width: 290px;
}
.member-stats-cell {
	float: left;
	display: inline;
	position: relative;
	margin-right: 10px;
}

.member-stats-cell input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

	width: 100%;
	font-size: 12px;				
	height: 24px;
	
	text-align: center;
}

.lt-ie8 .member-stats-cell input {
	width: 90%;
	font-size: 12px;
}

.member-stats-cell h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	margin: 0 0 4px;
}

.member-stats-cell h4 img {
	vertical-align: bottom;
}

.member-stats-balance {
	width: 70px;
}
.member-stats-rewards {
	width: 70px;
}
.member-stats-availbonus {
	width: 120px;
}
.member-stats .actions {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 8px;
	clear: both;
}

#header .support h3,
#header .form-login h3 {
	margin: 0 0 3px;;
}

#nav-main {
	position: absolute;
	width: 100%;
	top: 122px;
	left: 0;
}

#nav-main li {
}

#nav-main li a {
	padding: 18px 20px 8px;
	line-height: 44px;
	display: block;
}

#nav-main li.nav-item-left {
	float: left;
}

#nav-main li.nav-item-right {
	float: right;
}

#nav-main li a {
	text-decoration: none;
	color: #fff;
}

#nav-main li a:hover,
#nav-main li a:active {
	background-image: url( https://info.betme333.com/en/images/css/wrapper-bg.png );
}

#banner {
	width: 200px;
	height: 188px;
	line-height: 188px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -157px;
	margin-left: -100px;
	text-align: center;
	display: block;
	z-index: 100;
}

#banner  img {
	vertical-align: middle;
}

#header .chat {
	width: 310px;
	top: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #fff;
	margin-left: 12px;
    padding-top: 10px;
}

#header .chatbutton {
    padding-top: 10px;
}

#header .chat .support-box {
	width: 160px;
	float: left;
	margin-left: 10px;
}

#header .chat a:link,
#header .chat a:visited {
	color: #fff;
}

#header .chat .support-icon-help,
#header .chat .support-icon-call {
	background: no-repeat 0 3px;
	padding-left: 30px;
	margin-right: 0;
	margin-left: 0;
	font-size: 12px;
}

#header .chat .support-icon-help {
	background-image: url( https://info.betme333.com/en/images/css/icons-support-help.png );
}
#header .chat .support-icon-call {
	background-image: url( https://info.betme333.com/en/images/css/icons-support-call.png );
}

/*********************************************************
 *	MAIN CONTENT
 *********************************************************/

#main {
	background: #fff;
	margin: -27px auto 12px;
	padding-bottom: 10px;
	background: #fff;
	position: relative;
	
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.container-blue {

	color: #fff; 
	background: url( https://info.betme333.com/en/images/css/body-bg.jpg ) no-repeat 50% 0 transparent;

	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#main .container .container {
	background: transparent;
}

#main h1 {
	color: #ed5b22;
	font-size: 26px;
	text-transform: uppercase;
	border-bottom: #e5e5e5 1px solid;
}

#main h4 {
	padding: 0 0 0 20px;
	margin: 0;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	border-bottom: #fff 1px solid;
}

#main .content-inner h1,
#main .content-inner h2,
#main .content-inner h3 {
	color: #ed5b22;
}
#main .content-inner h1 {
	border-bottom: #e5e5e5 1px solid;
}

#main .actions-pad h2 {
	color: #fff;
}

/*********************************************************
 *	MAIN CONTENT > GAMES
 *********************************************************/

#games {
	margin-left: 10px;
	margin-right: -10px;
	height: 532px;
}
.game-list {
	padding: 0;
	margin: 0;
}
.game-item {
	float: left;
	display: inline;
	position: relative;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 130px;
	height: 168px;
}
.game-item h3 {
	text-transform: uppercase;
    text-align: center;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	line-height: 14px;
	height: 28px;
	text-overflow: ellipsis;
}
img.game-cover {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	max-height: auto;
	vertical-align: bottom;
}
.game-item a {
	display: block;
	text-align: center;
}
.game-item .play-now-btn {
	text-align: center;
	margin-top: -20px;
}
.game-item a .play-now-btn span {
	text-align: left;
	display: inline-block;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	text-indent: -999px;
	direction: ltr;
	background-image: url( https://info.betme333.com/en/images/css/games-play-now-btn.png );
	width: 89px;
}
.lt-ie8 .game-item a .play-now-btn span {
	display: block;
	vertical-align: top;
	position: relative;
	zoom: 1;
}

.game-item a:hover .play-now-btn span,
.game-item a:active .play-now-btn span {
	background-position: 0 -35px;
}

.banner-wide {
	height: 409px;
	position: relative;
	background: no-repeat 0 0 transparent;
	color: #fff;

	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;

	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;	
}


/*********************************************************
 *	MAIN CONTENT > BANNERS
 *********************************************************/

.banner-sidebar {
	background-repeat: no-repeat;
}

.banner-baseball {
	background-image: url( https://info.betme333.com/en/images/css/banners/home-baseball-desktop.jpg );
	color: #fff;
}

.banner-soccer {
	background-image: url( https://info.betme333.com/en/images/css/banners/home-soccer-desktop.jpg );
	color: #fff;
}

.banner-basketball {
	background-image: url( https://info.betme333.com/en/images/css/banners/home-basketball-desktop.jpg );
	color: #fff;
}
.banner-football {
	background-image: url( https://info.betme333.com/en/images/css/banners/home-football-desktop.jpg );
	color: #fff;
}

.banner-horses {
	background-image: url( https://info.betme333.com/en/images/css/banners/horse-bg.jpg );
	color: #fff;
}

.banner-sports {
	background-image: url( https://info.betme333.com/en/images/css/banners/banner-college-nfl-football-small.jpg );
	background-position: 100% 0;
	color: #fff;
	height: 450px;
}
.banner-sports-wagering {
	background-image: url( https://info.betme333.com/en/images/css/banners/banner-sports-wagering.jpg );
	background-position: 100% 0;
}
.banner-horse-wagering {
	background-image: url( https://info.betme333.com/en/images/css/banners/banner-horse-wagering.jpg );
	background-position: 100% 0;
}


.banner-promo {
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	overflow: hidden;
}

.promo-content-block {
	margin-top: 120px;
	margin-right: 26px;
	float: right;
	text-align: center;
}
.promo-welcome-content-block {
	margin-top: 120px;
	margin-right: 26px;
	float: right;
	text-align: center;
}
.promo-reload-content-block {
	margin-top: 78px;
	margin-right: 20px;
	float: right;
	text-align: right;
}
.promo-content-block .promo-inline-block {
	display: inline-block;
	vertical-align: top;
}
.lt-ie8 .promo-content-block .promo-inline-block {
	display: inline;
	zoom: 1;
}


.banner-big-arrow,
.banner-big-arrow-right,
.banner-big-arrow-inner {
	background-image: url( https://info.betme333.com/en/images/css/banners/banner-arrow.png );
	background-repeat: no-repeat;
	display: block;
}

.banner-big-arrow {
	padding-left: 32px;
	height: 73px;
	background-position: 0 -1px;
	position: absolute;
	z-index: 100;
	left: auto;
	top: 20px;
	right: -22px;
}

.banner-big-arrow-inner {
	background-position: 0 -74px;
	line-height: 57px;
	white-space: nowrap;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	height: 60px;
	padding-left: 15px;
	padding-right: 30px;
}

.banner-big-arrow-right {
	background-position: 100% -147px;
	padding-right: 23px;
	height: 75px;
}

h2.banner-big-arrow {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.banner-promo .banner-big-arrow {
	margin-right: -32px;
}

#main h1.promo-content-title {
	color: #ffffff;
	border: 0;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
	font-size: 50px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	line-height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-shadow: 0 5px 5px rgba( 0,0,0,.35 );
}
#main .banner-promo-welcomebonus-soccer .promo-content-block h1.promo-content-title,
#main .banner-promo-welcomebonus-basketball .promo-content-block h1.promo-content-title,
#main .banner-promo-welcomebonus-baseball .promo-content-block h1.promo-content-title {
	margin: 10px 0;
}

.promo-content-title hr {
	border: 1px solid #ffffff;
	height: 0;
	width: 236px;
	margin: 0 0 0 15px;
	vertical-align: middle !important;
}
.lt-ie8 .promo-content-title hr {
	float: right;
}
.banner-how-to {
	text-align: left;
}
/*********************************************************
 *	MAIN CONTENT > BANNERS > PROMOTIONS
 *********************************************************/
.banner-promo-welcomebonus {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-welcome.jpg );
}
.banner-promo-welcomebonus-football {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-welcomebonus-football.jpg );
}
.banner-promo-welcomebonus-basketball {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-welcomebonus-basketball.jpg );
}
.banner-promo-welcomebonus-baseball {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-welcomebonus-baseball.jpg );
}
.banner-promo-welcomebonus-soccer {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-welcomebonus-soccer.jpg );
}
.banner-promo-reloadbonus {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-reloadbonus.jpg );
}
.banner-promo-reloadbonus-football {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-reloadbonus-football.jpg );
}
.banner-promo-reloadbonus-basketball {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-reloadbonus-basketball.jpg );
}
.banner-promo-reloadbonus-baseball {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-reloadbonus-baseball.jpg );
}
.banner-promo-reloadbonus-soccer {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-reloadbonus-soccer.jpg );
}
.banner-promo-emailpromotions {
	background-image: url( https://info.betme333.com/en/images/css/banners/newsletterpromos.jpg );
}
.banner-promo-referafriend {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-referafriend.jpg );
}
.banner-promo-favoriteteams {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-favoriteteams.jpg );
}
.banner-promo-progressiveparlay {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-progressiveparlay.jpg );
}
.banner-promo-juicepromotions {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-juicepromotions.jpg );
}
.banner-promo-casinorebate {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-casinorebate.jpg );
}
.banner-promo-gameofthemonth {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-gameofthemonth.jpg );
}
.banner-promo-horserebate {
	background-image: url( https://info.betme333.com/en/images/css/banners/promo-horserebate.jpg );
}

.banner-promo-welcomebonus,
.banner-promo-welcomebonus-football,
.banner-promo-welcomebonus-soccer,
.banner-promo-welcomebonus-baseball,
.banner-promo-welcomebonus-basketball {
	height: 478px;
}

.banner-promo-welcomebonus .promo-textbox,
.banner-promo-welcomebonus-football .promo-textbox,
.banner-promo-welcomebonus-baseball .promo-textbox,
.banner-promo-welcomebonus-soccer .promo-textbox,
.banner-promo-welcomebonus-basketball .promo-textbox {
	top: 290px;
	margin-right: 30px;
}
.banner-promo-welcomebonus .promo-content-block,
.banner-promo-welcomebonus-football .promo-content-block,
.banner-promo-welcomebonus-basketball .promo-content-block,
.banner-promo-welcomebonus-soccer .promo-content-block,
.banner-promo-welcomebonus-baseball .promo-content-block {
	margin-top: 40px;
}

.banner-promo-welcomebonus .promo-join-now img,
.banner-promo-welcomebonus-football .promo-join-now img,
.banner-promo-welcomebonus-soccer .promo-join-now img,
.banner-promo-welcomebonus-baseball .promo-join-now img,
.banner-promo-welcomebonus-basketball .promo-join-now img {
	height: 85px;
	width: auto;
}

.banner-promo-reloadbonus-baseball,
.banner-promo-reloadbonus-soccer,
.banner-promo-reloadbonus-football,
.banner-promo-reloadbonus-basketball {
	height: 478px;
}

.banner-promo-reloadbonus-baseball .promo-textbox,
.banner-promo-reloadbonus-soccer .promo-textbox,
.banner-promo-reloadbonus-football .promo-textbox,
.banner-promo-reloadbonus-basketball .promo-textbox {
	top: auto;
	bottom: 30px;
	margin-right: 30px;
}

.banner-promo-welcome .promo-join-now {
	position: absolute;
	left: auto;
	top: 200px;
	right: 250px;
	margin-right: 30px;
}

.promo-content-block .promo-join-now {
	position: absolute;
	left: auto;
  margin: 0;
  top: auto;
  bottom: 60px;
  right: 10px;
}

.banner-promo .promo-textbox {
	position: absolute;
	left: auto;
	right: 250px;
	
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	max-width: 375px;
	padding: 0 15px;
	background: url( 'https://info.betme333.com/en/images/css/banner-how-to-bg.png' ) 0 0 transparent;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
		
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

}

.promo-textbox p {
	margin: 15px 0;
}
.banner-promo-welcome .promo-textbox {
	top: 320px;
	margin-right: 30px;
}

.banner-promo-reloadbonus .promo-textbox {
	top: 300px;
	margin-right: 10px;
}


.banner-promo-emailpromotions .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-referafriend .promo-textbox {
	top: 110px;
	margin-right: 10px;
	max-width: 330px;
}

.banner-promo-favoriteteams .promo-textbox {
	top: 290px;
	margin-right: 10px;
}
.banner-promo-progressiveparlay .promo-textbox {
	top: 364px;
	margin-right: 114px;
}


.banner-promo-progressiveparlay .promo-jackpot {
	position: absolute;
	top: 190px;
	left: 110px;
	font-size: 98px;
	font-weight: bold;
}

.banner-promo-juicepromotions .promo-textbox {
	top: 330px;
	margin-right: 30px;
	max-width: 320px;
}

.banner-promo-casinorebate .promo-textbox {
	top: 330px;
	margin-right: 20px;
	max-width: 320px;
}

.banner-promo-gameofthemonth .promo-textbox {
	top: 360px;
	margin-right: 20px;
	max-width: 320px;
}

.banner-promo-horserebate .promo-textbox {
	top: 315px;
	margin-right: 20px;
}

.banner-sidebar {
	
	
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	overflow: hidden;
}

/*********************************************************
 *	MAIN CONTENT > BANNERS > LANDINGPAGES
 *********************************************************/

.banner-promo-landing1 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing1.jpg );
}
.banner-promo-landing1 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-landing2 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing2.jpg );
}
.banner-promo-landing2 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-landing3 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing3.jpg );
}
.banner-promo-landing3 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-landing4 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing4.jpg );
}
.banner-promo-landing4 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-landing5 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing5.jpg );
}
.banner-promo-landing5 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-landing6 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing6.jpg );
}
.banner-promo-landing6 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-landing7 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing7.jpg );
}
.banner-promo-landing7 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-landing8 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing8.jpg );
}
.banner-promo-landing8 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}
.banner-promo-landing9 {
	background-image: url( https://info.betme333.com/en/images/css/banners/welcome_bonus_landing9.jpg );
}
.banner-promo-landing9 .promo-textbox {
	top: 300px;
	margin-right: 10px;
}


/*********************************************************
 *	MAIN CONTENT > BANNERS > HOME WIDE BANNER
 *********************************************************/
 
.banner-wide .banner-how-to {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
  right: 0;
  width: auto;
	background: url( 'https://info.betme333.com/en/images/css/banner-how-to-bg.png' ) 0 0 transparent;
	
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0,0,0,.27), 1px 1px rgba(0,0,0,.75);
  overflow: hidden;
}
.banner-how-to h3.banner-ribbon {
	margin-top: 18px;
	margin-bottom: 18px;
}
.banner-how-to .banner-ribbon img {
	margin-left: -20px;
	vertical-align: bottom;
}

.banner-how-to ol {
	list-style: none;
	float: left;
	padding: 0;
	font-size: 14px;
  white-space: nowrap;
  width: auto;
  margin: 14px 0 0;
}
.banner-how-to ol li {
	padding: 1px;
	margin-bottom: 8px;
	white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.banner-how-to .bullet-order {
	display: inline-block;
	vertical-align: baseline;
	line-height: 21px;
	width: 21px;	
	margin-right: 6px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  background: #f87208;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 15px;
  text-shadow: none;

  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.lt-ie8 .banner-how-to .bullet-order {
	display: inline;
	zoom: 1;
}

.banner-wide h3.banner-ribbon {
  background: url( https://info.betme333.com/en/images/css/banners/howto-banner-ribbon-blue.png ) no-repeat 0 0 transparent;
  width: 216px;
  height: 49px;
  line-height: 49px;
  margin: 0;
  padding: 0 25px 0 15px;
  text-align: left;

  float: left;
  font-weight: bold;

  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
}


.banner-wide .banner-join-now-big {
	display: block;
	position: absolute;
		
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	
	margin-bottom: 60px;
	margin-right: 60px;
}

#content.has-sidebar {
	float: left;
	width: 668px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	position: relative;
}

#content .container {
	margin-top: 20px;
}

#content .container #games {
	margin-top: 54px;
}

#content .container-sidebar .nav-sidebar {
	float: right;
	width: 238px;
	background-position: 50% 0;
	margin-right: 25px;
	
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	margin-bottom: 15px;
	padding-top: 15px;
}

.content-inner {
	margin: 0 15px;
}
.container-sidebar .content-inner {
	float: right;
	width: 645px;
	margin-right: 25px;
}

/*********************************************************
 *	MAIN CONTENT > 4 COLUMN BOXES
 *********************************************************/

#home-4boxes {
	font-size: 14px;
	overflow: hidden;
}
.home-content-box  {
	margin-top: 20px;
	margin-bottom: 10px;
}
.hcb-titile {
	margin:10px 0 0 0; 
	font-size:18px; 
	font-weight:bold; 
	color:#ed5b22; 
	text-transform:uppercase;
}
.hcb-text {
	height: 72px;
	line-height: 18px;
	overflow: hidden;
}

.hcb-text p {
	
}

/*********************************************************
 *	MAIN CONTENT > SIDEBARS
 *********************************************************/

.nav-sidebar {
	padding: 50px 0 40px;
	position: relative;
	z-index: 5;
	float: left;
	display: inline;
	width: 252px;
	background: url( https://info.betme333.com/en/images/css/nav-sidebar.png ) no-repeat 100% 0;
	height: 595px;

}

.banner-sidebar .nav-sidebar,
.container-blue .nav-sidebar {
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.nav-sidebar-right {
	float: right;
	
	width: 242px;
	padding-left: 10px;
	
	background-position: 0 0;
}

.banner-sidebar .nav-sidebar-right,
.container-blue .nav-sidebar-right {
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

.nav-sidebar-short {
	height: 360px;
}

.banner-promo .nav-sidebar {
	height: 393px;
}

.nav-sidebar h3 {
	margin-left: 15px;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	width: 200px;
    color: #fff
}
.nav-sidebar nav {
	margin-right: 30px;
}


.nav-sidebar .menu li a,
.nav-sidebar .menu-accordion .tab a { 
	padding-left: 25px;
}

.nav-sidebar .menu-accordion ul {
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	border-bottom: 1px dotted #fff;
}
.nav-sidebar .menu-accordion .ui-accordion-content { }

.nav-sidebar .menu-accordion .ui-state-active a {
	background: url( 'https://info.betme333.com/en/images/css/menu-arrows.png' ) no-repeat 7px 11px #fff !important;
	color: #ef5f1c !important;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.nav-sidebar .menu-accordion .ui-accordion-header {
	display: block;
}
.nav-sidebar .menu-accordion .ui-state-active.ui-accordion-header {
	margin-bottom: 8px;
}

.nav-sidebar .menu-accordion .ui-state-active a:hover,
.nav-sidebar .menu-accordion .ui-state-active a:active {
	text-decoration: none;
}

.nav-sidebar .menu li,
.nav-sidebar .menu-accordion li {
	margin-bottom: 0px;
	line-height: 20px;
}

.nav-sidebar .menu-accordion li a:hover,
.nav-sidebar .menu-accordion li a:active {
	text-decoration: underline;
}
.nav-sidebar ul.menu li a,
.nav-sidebar .menu-accordion li a {
	font-size: 15px;
	font-family: Arial;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	margin-right: 20px;
	padding: 0.5em 10px 0.5em 25px;
}

.nav-sidebar .menu-accordion li li a {
    font-family: Arial;
	font-size: 12px;
	text-transform: none;
	padding: 0 0 5px 5px;
}

#accordion {
	display: none;
}

.nav-sidebar a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

ul.nav-inline {
	letter-spacing: -4px;
	word-spacing: -4px;
	text-align: center;
	margin: 18px 0;
	line-height: 16px;
}

ul.nav-inline li {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #000;
}

ul.nav-inline li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.lt-ie8 ul.nav-inline li {
	display: inline;
	zoom: 1;
}

ul.nav-inline li a {
	text-transform: uppercase;
}

/*********************************************************
 *	MAIN CONTENT > SCROLLBARS
 *********************************************************/
 
.nav-sidebar .tinyscroll { width: 232px; margin: 20px 0 10px; }

#games .tinyscroll { height: 100%; position: relative; }

.nav-sidebar .tinyscroll .viewport { width: 210px; height: 530px; overflow: hidden; position: relative; }
.nav-sidebar-short .tinyscroll .viewport { width: 210px; height: 300px; overflow: hidden; position: relative; }
.banner-promo .nav-sidebar .tinyscroll .viewport { width: 210px; height: 340px; overflow: hidden; position: relative; }

#games .tinyscroll .viewport { height: 100%; overflow: hidden; position: relative; }


.tinyscroll .overview { list-style: none; position: absolute; left: 0; top: 0; }

.tinyscroll .thumb .end,
.tinyscroll .thumb { background-color: #003D5D; }

.tinyscroll .scrollbar { position: relative; float: right; width: 15px; margin-left: 4px; margin-top: 5px; }
#games .tinyscroll .scrollbar { left: -12px; z-index: 100 }
.tinyscroll .track { background-color: #fff; height: 100%; width:10px; position: relative;}
.tinyscroll .thumb { height: 20px; width: 16px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -3px; }
.tinyscroll .thumb .end { overflow: hidden; height: 5px; width: 13px; background-color: transparent; }

.tinyscroll .thumb,
.tinyscroll .track {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tinyscroll .thumb {
	background-color: #0000EE;
}

.tinyscroll .disable .track { 
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.tinyscroll .disable .thumb { display: none; }

.vertical-ruler {
	background: url( https://info.betme333.com/en/images/css/vertical-ruler-shadow.png ) no-repeat 50% 50% transparent;
	min-height: 320px;
}

/*********************************************************
 *	CONTACT PAGE > COLUMNS
 *********************************************************/
 
.contact-info,
.contact-info-2 {
	padding: 8px 0 35px 60px;
	margin: 30px 50px;
	width: 220px;
	float: left;
	display: inline;
	position: relative;
}

.contact-info {
	background: url( https://info.betme333.com/en/images/css/contact-phone-icon.png ) no-repeat 0 18px;
}

.contact-info-2 {
	background: url( https://info.betme333.com/en/images/css/contact-email-icon.png ) no-repeat 0 18px;
    width: 350px;
}

h3.contact-header { color:#ed5b22; font-size:18px; font-weight:bold; text-transform:uppercase; margin: }

/*********************************************************
 *	CASHIER > DEPOSIT/PAYOUT OPTIONS
 *********************************************************/
 

table.cashier_table .logo-cell { vertical-align: middle; }
table.cashier_table, table.cashier_table td { border-color: #fff; }

#footer {
	width: 940px;
	margin: 0 auto;
	font-size: 13px;
	color: #fff;
}

#nav-footer {
	float: left;
	letter-spacing: -4px;
	word-spacing: -4px;
	margin-bottom: 12px;
	width: 700px;
}
#nav-footer a:link,
#nav-footer a:visited{
	color: #fff;
}

#nav-footer li {
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	line-height: 14px;
}
#nav-footer li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
}

.lt-ie8 #nav-footer li {
	display: inline;
	zoom: 1;
}
.lt-ie8 #nav-footer li a {
	vertical-align: baseline;
}

#footer .copy {
	line-height: 15px;
	margin: 0;
	float: right;
}

#nav-footer li {
	
}


.btn-sd span,
.btn-sd {
	background: url( 'https://info.betme333.com/en/images/css/buttons-sliding-doors.png' ) no-repeat;
}

a.btn-sd {
	display: inline-block;
	padding-right: 6px;
	background: url( 'https://info.betme333.com/en/images/css/buttons-sliding-doors.png' ) no-repeat;
	background-position: 100% -66px;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
}
a.btn-sd:link,
a.btn-sd:visited,
a.btn-sd:hover,
a.btn-sd:active {
	color: #fff !important;
	text-decoration: none !important;
}

.btn-sd span {
	padding: 0 9px 0 16px;
	line-height: 22px;
	display: block;
	white-space: nowrap;
}

a.btn-sd {
	color: #fff;
}

a.btn-sd:hover {
	background-position: 100% -88px;
}
a.btn-sd:hover span {
	background-position: 0 -22px;
}
a.btn-sd:active {
	background-position: 100% -110px;
}
a.btn-sd:active span {
	background-position: 0 -44px;
}

.actions-pad {
	margin: 25px 0;
	padding: 0;
	
	background: #efefef;
	
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	box-shadow: 0 1px 2px #ccc;
}

.lt-ie8 .actions-pad {
	overflow: hidden;
}

.actions-pad h2 {
	background: url( 'https://info.betme333.com/en/images/css/dots-long.jpg' ) #FF7500;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	line-height: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.actions-pad .status {
	float: left;
	line-height: 30px;
	padding: 8px 15px;
	background: #fff;
	color: #ed5b22;
	width: 180px;
	font-size: 1.7em;
	margin: 20px 15px;
	
	box-shadow: 1px 1px 2px 1px #ccc inset;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.actions-pad .actions { float: left; list-style: none; margin: 20px 0 0; padding: 0; width: 400px; }
.actions-pad .actions li a:link,
.actions-pad .actions li a:visited { color:#000; }
.actions-pad .actions li a:hover,
.actions-pad .actions li a:active { color:#000; text-decoration: underline; }
.actions-pad .actions li { float: left; margin: 0 3px; text-align: center; }

.actions-pad .actions .btn {
	margin-top: 12px;
}

.actions-pad table th,
.actions-pad table td {
}
.actions-pad table {
	margin: 0;
	width: 100%;
}

.actions-pad table {
  width: 100%;
	font-size: 0.9em;
}

.lt-ie9 .actions-pad table {
	margin-bottom: 0;
}

.actions-pad table th,
.actions-pad table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
	border-left: 1px solid #d0d0d0;
}
.actions-pad table td {
  line-height: 30px;
}
.actions-pad table tbody tr td:first-child {
	border-left: 0;
}

.actions-pad table thead th {
	background-color: #ddd;
}

.actions-pad table th {
  font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #fff;
	text-shadow: -1px -1px 0 #c2c2c2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.actions-pad table thead th {
  vertical-align: bottom;
}

.actions-pad table caption + thead tr:first-child th,
.actions-pad table caption + thead tr:first-child td,
.actions-pad table colgroup + thead tr:first-child th,
.actions-pad table colgroup + thead tr:first-child td,
.actions-pad table thead:first-child tr:first-child th,
.actions-pad table thead:first-child tr:first-child td {
  border-top: 0;
	border-left: 0;
}

.actions-pad table tbody + tbody {
  border-top: 2px solid #dddddd;
}


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

#main legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

#main legend small {
  font-size: 13.5px;
  color: #999999;
}

#main label,
#main input,
#main button,
#main select,
#main textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}


#main label {
  display: block;
  margin-bottom: 5px;
}

#main select,
#main textarea,
#main input[type="text"],
#main input[type="password"],
#main input[type="datetime"],
#main input[type="datetime-local"],
#main input[type="date"],
#main input[type="month"],
#main input[type="time"],
#main input[type="week"],
#main input[type="number"],
#main input[type="email"],
#main input[type="url"],
#main input[type="search"],
#main input[type="tel"],
#main input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

#main input,
#main textarea {
  width: 210px;
}

#main textarea {
  height: auto;
}

#main textarea,
#main input[type="text"],
#main input[type="password"],
#main input[type="datetime"],
#main input[type="datetime-local"],
#main input[type="date"],
#main input[type="month"],
#main input[type="time"],
#main input[type="week"],
#main input[type="number"],
#main input[type="email"],
#main input[type="url"],
#main input[type="search"],
#main input[type="tel"],
#main input[type="color"],
#main select,
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-image: none;
}

#main textarea:focus,
#main input[type="text"]:focus,
#main input[type="password"]:focus,
#main input[type="datetime"]:focus,
#main input[type="datetime-local"]:focus,
#main input[type="date"]:focus,
#main input[type="month"]:focus,
#main input[type="time"]:focus,
#main input[type="week"]:focus,
#main input[type="number"]:focus,
#main input[type="email"]:focus,
#main input[type="url"]:focus,
#main input[type="search"]:focus,
#main input[type="tel"]:focus,
#main input[type="color"]:focus,
#main select:focus,
.uneditable-input:focus {
	outline: 0;
}

#main input[type="radio"],
#main input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

#main input[type="submit"],
#main input[type="reset"],
#main input[type="button"],
#main input[type="radio"],
#main input[type="checkbox"] {
  width: auto;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

#main select,
#main input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

#main select {
  width: 220px;
  border: 1px solid #bbb;
}

#main select[multiple],
#main select[size] {
  height: auto;
}

#main select:focus,
#main input[type="file"]:focus,
#main input[type="radio"]:focus,
#main input[type="checkbox"]:focus {
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

#main input[disabled],
#main select[disabled],
#main textarea[disabled],
#main input[readonly],
#main select[readonly],
#main textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

#main input[type="radio"][disabled],
#main input[type="checkbox"][disabled],
#main input[type="radio"][readonly],
#main input[type="checkbox"][readonly] {
  background-color: transparent;
}

.help-block,
.help-inline {
  color: #555555;
	font-size: 14px;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
     -moz-box-shadow: 0 0 6px #dbc59e;
          box-shadow: 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}

.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
     -moz-box-shadow: 0 0 6px #7aba7b;
          box-shadow: 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

#main input:focus:required:invalid,
#main textarea:focus:required:invalid,
#main select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

#main input:focus:required:invalid:focus,
#main textarea:focus:required:invalid:focus,
#main select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

#main .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  *zoom: 1;
}


.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}


.uneditable-textarea {
  width: auto;
  height: auto;
	white-space: normal;
}

#main .form-actions:before,
#main .form-actions:after {
  display: table;
  content: "";
}

#main .form-actions:after {
  clear: both;
}

#main .form-inline input,
#main .form-horizontal input,
#main .form-inline textarea,
#main .form-horizontal textarea,
#main .form-inline select,
#main .form-horizontal select,
#main .form-inline .help-inline,
#main .form-horizontal .help-inline,
#main .form-inline .uneditable-input,
#main .form-horizontal .uneditable-input {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}
#main .form-inline label {
  display: inline-block;
	margin-right: 8px;
}
#main .form-inline .radio,
#main .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#main .form-inline .radio input[type="radio"],
#main .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
#main .control-group {
  margin-bottom: 9px;
}

#main legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

#main .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

#main .form-horizontal .control-group:before,
#main .form-horizontal .control-group:after {
  display: table;
  content: "";
}

#main .form-horizontal .control-group:after {
  clear: both;
}

#main .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}

#main .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

#main .form-horizontal .controls:first-child {
  *padding-left: 180px;
}

#main .form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

#main .form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
  display: inline-block;
  *border-left: 0 none #e6e6e6;
	border-right: 0 none #e6e6e6;
	border-top: 0 none #e6e6e6;
	border-bottom: 0 none #b3b3b3;
	display: inline;
    padding: 4px 10px 4px;
    margin-bottom: 5px;
    margin-top: 5px;
  *margin-left: .3em;
  margin-right: 20px;
    font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  *border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          zoom: 1;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-huge {
  padding: 12px 16px;
  font-size: 24px !important;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #0088cc, #0055cc);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}

.btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #fbb450, #f89406);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #62c462, #51a351);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #555555, #222222);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}


#main .input-mini {
  width: 60px;
}

#main .input-small {
  width: 90px;
}

#main .input-medium {
  width: 150px;
}

#main .input-large {
  width: 210px;
}

#main .input-xlarge {
  width: 270px;
}

#main .input-xxlarge {
  width: 530px;
}

/*********************************************************
 *	WAGERING
 *********************************************************/

#wagering{
    width: 100%;
    float: left;
} 

#wagering .forms td {
    font-size: 11px;
}

#wagering td {
    font-size: 11px;
}

#wagering label,
#wagering .message,
#wagering .warning,
#wagering input,
#wagering .input-mini,
#wagering button,
#wagering select,
#wagering textarea {
  font-size: 11px;
  height: auto;
  font-weight: normal;
  line-height: normal;
}



.wag-nav-table {
	background: url( 'https://info.betme333.com/en/images/css/dots-long.jpg' ) #FF7500;
	color: #fff;
	font-weight: bold;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
		
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

table.wag-nav-table tbody tr {
	background: none;
}

.wag-nav-table td {
	vertical-align: middle;
	padding: 15px 0px 15px 15px;
}

.wag-nav-table td:last-child {
	text-align: right;
    padding: 15px 15px 15px 0px;
}

#main .wag-nav-table select {
	margin: 0 0 0 10px;
}

#wagering .form_box { /* override */
	float: none;
	width: auto;
}
#wagering .form_box table {
	font-size: 11px;
	width: 100%;
	padding-bottom: 5px;	
}

#wagering .form_box table .center {
	vertical-align: middle;
}
#wagering .form_box table input,
#wagering .form_box table select {
	margin: 0;
	font-size: 11px;
	width: auto;
	color: #000;
}
#wagering .form_box table th {
	text-align: left;
	font-size: 14px;
}

#wagering table th {
	text-align: left;
	font-size: 14px;
}

#wagering .form_box table th,
#wagering .form_box table td {
	padding: 6px;
}

#lines table  {
    background-color: #fff;
}

#lines table td {
    color: #000;
    border: 2px solid #fff
}

#wagering table tbody tr, #lines table tbody tr { background: #ffcc99; }
#wagering table tbody tr.altrow, #lines table tbody tr.altrow { background: #f9f9f9; }

.ah-table {
    background-color: #fff;
    border-spacing: 2px;
    border-collapse:separate;
    float: left;
}
.teams-table {
    width: 350px;
}

.multi-table td {
    background-color: #fff;
}

.horse-menu {
	color: #ed5b22;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: #e5e5e5 1px solid;
}

#wagering .if-bet-table {
	width: 100%;
	background: #ffcc99;
	color: #000;
	font-weight: bold;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
		
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#wagering table.if-bet-table tbody tr {
	background: none;
}

#wagering label {
    display: inline;
    vertical-align: middle;
    padding-left: 2px;
}

#wagering .labelbot {
    display:block;
}

#wagering .wagtotals, #wagering .wagtotals input[type="text"] {
    font-weight: bold;
}

#main input[disabled][type="text"] {   
    opacity: 1;
    font-weight: bold;
}

#wagering .teams {
    white-space: nowrap;
}

#wagering .totals {
    white-space: nowrap;
}

#wagering .if-bet-table td {
	vertical-align: middle;
	padding: 10px;
}

#wagering .ui-grid-a, #wagering .ui-grid-b, #wagering .ui-grid-c, #wagering .ui-grid-d {
    overflow: hidden;
}

#wagering .ui-grid-b .ui-block-a {
    clear: left;
}
#wagering .ui-grid-b > *:nth-child(n) {
    margin-right: -0.5px;
    width: 33.333%;
}
#wagering .ui-grid-b .ui-block-a, #wagering .ui-grid-b .ui-block-b, #wagering .ui-grid-b .ui-block-c {
    width: 33.25%;
}
#wagering .ui-block-a, #wagering .ui-block-b, #wagering .ui-block-c, #wagering .ui-block-d, #wagering .ui-block-e {
    -moz-box-sizing: border-box;
    border: 0 none;
    float: left;
    margin: 0;
    min-height: 1px;
    padding: 0;
}
/*********************************************************
 *	MISC
 *********************************************************/


.badge-info {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	vertical-align: text-top;
	width: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
		
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	background: #ED5B22;
	
}

.lt-ie8 .badge-info {
	display: inline;
}


/* END EXTERNAL STYLES */


/* HELPERS */
@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media print {
   { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* =============================================================================
   OVERLAY
   ========================================================================== */


    /* use a semi-transparent image for the overlay */
  #overlay {
    background-image:url('https://info.betme333.com/en/images/css/transparent.png');
    color:#fff;
    height:650px;
  }
  /* container for external content. uses vertical scrollbar, if needed */
  div.contentWrap {
    height:600px;
    overflow-y:auto;
  }
  
  
/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url('https://info.betme333.com/en/images/css/white.png');

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:800px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url('https://info.betme333.com/en/images/css/close.png');
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

/* =============================================================================
   SEO Content
   ========================================================================== */

.seoblocks {
	font-size: 0.75em;
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 20px;
}

.seoblock {
	float: left;
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: justify;
}

.seoblock h5 {
	font-family: Verdana;
	font-size: 1em;
	text-align: center;
}

div.smbuttons { height: 20px; margin: 10px auto 10px 0; text-align: center; clear: left; }
div.smbutton { float: left; text-align: left; width: 100px;}


/* AIR APP PAGE */
.app-instructions #content .container  {
	margin-top: 0;
	background:
}

.app-instructions #content .container > .grid_12 {
	background: #0d5abc;
	padding-top: 54px;
	
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;	
}

.app-instructions #content h2,
.app-instructions #content ul,
.app-instructions #content ol,
.app-instructions #content p,
.app-instructions #content a {
	color: #ffffff;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.ordered-bullet-big {
	font-size: 15px;
	padding-left: 20px;
}

.ordered-bullet-big li {
	margin-left: 44px;
	list-style: none;
	position: relative;
}

.ordered-bullet-big .bullet {
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: 100%;
	margin-top: -2px;
	margin-right: 12px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: url( https://info.betme333.com/en/images/airapp/ordered-bullet-big.png ) no-repeat 0 0;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 1px;
	padding-left: 1px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.btn-download-app {
	overflow: hidden;
	background: url( https://info.betme333.com/en/images/airapp/btn-download-app.png ) no-repeat 0 0;
	direction: ltr;
	text-indent: -999px;
	width: 381px;
	height: 115px;
	display: inline-block;
	vertical-aling: top;
}
.lt-ie8 .btn-download-app {
	display: inline;
	zoom: 1;
}
a.btn-download-app:hover,
a.btn-download-app:active {
	background-position: 0 100%;
}

/*****************
* MOBILE Enhancements
 *****************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.btn {
  font-family: Verdana, Geneva, sans-serif;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:link,
.btn:visited {
  color: #333333;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-primary:link,
.btn-warning:link,
.btn-danger:link,
.btn-success:link,
.btn-info:link,
.btn-inverse:link,
.btn-primary:visited,
.btn-warning:visited,
.btn-danger:visited,
.btn-success:visited,
.btn-info:visited,
.btn-inverse:visited {
  color: #ffffff;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/*================================	Enhancements - March 2013	========
 *====================================================================*/
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
p,
ul,
ol,
dl,
blockquote {
  font-size: 14px;
  line-height: 20px;
}
#footer {
  margin-bottom: 10px;
}
#siteWrap {
  background-image: url("https://info.betme333.com/en/images/css/new-wrapper-bg.png" );
}
.lt-ie8 .ui-accordion .ui-accordion-li-fix {
  display: inline;
}
#nav-main {
  font-family: Verdana, Geneva, sans-serif;
}
#nav-main li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  text-shadow: 1px 1px 0 #b63504;
}
#nav-main li.nav-item-right a {
  padding-left: 9px;
  padding-right: 9px;
}
#nav-main li a:hover {
  background-image: url("https://info.betme333.com/en/images/css/new-wrapper-bg.png" );
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.nav-sidebar ul.menu,
.nav-sidebar .menu-accordion {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}
.nav-sidebar ul.menu ul,
.nav-sidebar .menu-accordion ul {
  /* submenu list */

  padding-left: 0px;
  margin-top: 4px;
  margin-bottom: 5px;
  width: 190px;
}
.nav-sidebar ul.menu ul li,
.nav-sidebar .menu-accordion ul li {
  width: 100%;
}
.nav-sidebar ul.menu ul li a,
.nav-sidebar .menu-accordion ul li a {
  display: block;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.nav-sidebar ul.menu li a,
.nav-sidebar .menu-accordion li a {
  margin-right: 0;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  width: 182px;
  overflow: hidden;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.nav-sidebar ul.menu li .tab a,
.nav-sidebar .menu-accordion li .tab a {
  padding-left: 16px;
  padding-right: 0;
  font-size: 14px;
  line-height: 128.57%;
  width: 190px;
}
.nav-sidebar ul.menu li .ui-state-active,
.nav-sidebar .menu-accordion li .ui-state-active {
  text-shadow: none;
}
.nav-sidebar ul.menu li .ui-state-active a,
.nav-sidebar .menu-accordion li .ui-state-active a {
  color: rgba(0, 0, 0, 0.25);
  background-position: 3px 7px !important;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.nav-sidebar ul.menu li .ui-state-active.ui-accordion-header,
.nav-sidebar .menu-accordion li .ui-state-active.ui-accordion-header {
  margin-bottom: 0;
}
.nav-sidebar .tinyscroll .scrollbar .track {
  top: -2px;
  background: #da4f09;
  background: rgba(223, 81, 9, 0.75);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25), inset -1px -1px 1px rgba(255,255,255,.20);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25), inset -1px -1px 1px rgba(255,255,255,.20);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.25), inset -1px -1px 1px rgba(255,255,255,.20);
}
.nav-sidebar .tinyscroll .scrollbar .thumb {
  margin-top: 0;
  left: 1px;
  width: 7px;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  -moz-transition: -webkit-box-shadow 0.2s linear;
  -o-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -webkit-transition: -moz-box-shadow 0.2s linear;
  -moz-transition: -moz-box-shadow 0.2s linear;
  -o-transition: -moz-box-shadow 0.2s linear;
  transition: -moz-box-shadow 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.tinyscroll .scrollbar {
  margin-top: 0;
}
.nav-sidebar-short .tinyscroll .viewport {
  height: 294px;
}
#main {
  min-height: 100px;
}
#wagering .message,
#wagering .warning {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #c09853;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#wagering .warning {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.warning {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #c09853;
  border-color: #eed3d7;
  color: #b94a48;
}
#nav-footer {
  white-space: nowrap;
}
/*================================	Mobile Page/Tabs	========
 *============================================================*/
.main-intro {
  width: 940px;
  margin: 0 10px 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#mobilecasino-tabs {
  margin: 10px 0;
  padding: 0;
  clear: both;
  *zoom: 1;
}
#mobilecasino-tabs .columnwrap {
  margin-left: 10px;
  margin-right: 10px;
}
#mobilecasino-tabs .ui-tabs-panel {
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
}
#mobilecasino-tabs .ui-tabs-panel:before,
#mobilecasino-tabs .ui-tabs-panel:after {
  display: table;
  content: "";
  line-height: 0;
}
#mobilecasino-tabs .ui-tabs-panel:after {
  clear: both;
}
#mobilecasino-tabs .ui-tabs-nav {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  text-shadow: 1px 1px 0 #b63504;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fd8507;
  background: #fd8507;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZDg1MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmMjU4MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fd8507 10%, #f2580a 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fd8507), color-stop(99%, #f2580a));
  background: -webkit-linear-gradient(top, #fd8507 10%, #f2580a 99%);
  background: -o-linear-gradient(top, #fd8507 10%, #f2580a 99%);
  background: -ms-linear-gradient(top, #fd8507 10%, #f2580a 99%);
  background: linear-gradient(to bottom, #fd8507 10%, #f2580a 99%);
  filter: none;
}
#mobilecasino-tabs .ui-tabs-nav li {
  width: 33.3333%;
  margin: 0;
  text-align: center;
  color: #ffffff;
  top: 0;
  padding: 0;
}
#mobilecasino-tabs .ui-tabs-nav li a {
  display: block;
  float: none;
  color: #ffffff;
  padding-top: .8em;
  padding-bottom: .8em;
  cursor: pointer;
}
#mobilecasino-tabs .ui-tabs-nav li.ui-state-hover {
  background-color: #f06f07;
  background-image: -moz-linear-gradient(top, #ff8505, #da4f09);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8505), to(#da4f09));
  background-image: -webkit-linear-gradient(top, #ff8505, #da4f09);
  background-image: -o-linear-gradient(top, #ff8505, #da4f09);
  background-image: linear-gradient(to bottom, #ff8505, #da4f09);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8505', endColorstr='#ffda4f09', GradientType=0);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  top: 0 !important;
  border-width: 0 !important;
  margin: 0 !important;
  left: 0 !important;
}
#mobilecasino-tabs .ui-tabs-nav li.ui-state-hover:first-child {
  overflow: hidden;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
#mobilecasino-tabs .ui-tabs-nav li.ui-state-hover:last-child {
  overflow: hidden;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
#mobilecasino-tabs .ui-tabs-nav li.ui-tabs-selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #0d5dbb;
  filter: none !important;
  -webkit-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0 #444444;
  position: static;
  _position: relative;
}
#mobilecasino-tabs h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
#mobilecasino-tabs:before,
#mobilecasino-tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
#mobilecasino-tabs:after {
  clear: both;
}
.lt-ie9 #mobilecasino-tabs .ui-tabs-nav {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8507', endColorstr='#f2580a', GradientType=0);
}
.cycle-slideshow {
  z-index: 0;
  margin: 0;
}
.cycle-slideshow img {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-gomobile {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f84f03;
  background-image: -moz-linear-gradient(top, #ff5400, #ed4807);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5400), to(#ed4807));
  background-image: -webkit-linear-gradient(top, #ff5400, #ed4807);
  background-image: -o-linear-gradient(top, #ff5400, #ed4807);
  background-image: linear-gradient(to bottom, #ff5400, #ed4807);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5400', endColorstr='#ffed4807', GradientType=0);
  border-color: #ed4807 #ed4807 #a33105;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ed4807;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 7px rgba(237, 237, 237, 0.52);
  -moz-box-shadow: 0 0 0 7px rgba(237, 237, 237, 0.52);
  box-shadow: 0 0 0 7px rgba(237, 237, 237, 0.52);
  padding-top: 14px;
}
.btn-gomobile:hover,
.btn-gomobile:focus,
.btn-gomobile:active,
.btn-gomobile.active,
.btn-gomobile.disabled,
.btn-gomobile[disabled] {
  color: #ffffff;
  background-color: #ed4807;
  *background-color: #d44006;
}
.btn-gomobile:active,
.btn-gomobile.active {
  background-color: #bb3906 \9;
}
.btn-gomobile:link,
.btn-gomobile:visited {
  color: #ffffff;
}
.btn-gomobile i.icon-gomobile {
  width: 48px;
  height: 48px;
  background: url("https://info.betme333.com/en/images/css/icon-mobile-48.png" ) no-repeat 0 0 transparent;
  margin-top: -16px;
  margin-bottom: -12px;
  margin-left: -20px;
  vertical-align: middle;
}
img + .btn-gomobile {
  margin-top: -22px;
  position: relative;
  z-index: 1;
}

/* TOURNAMENTS */

 #content .tournaments-container {
  margin-top: 65px;
}
.tournaments-container {
  position: relative;
}
.tournaments-container .ribbon-head-right {
  right: 42px;
  left: auto;
}
.tournaments-container .tournament-details-top {
  position: absolute;
  top: -34px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0d5dbb;
  line-height: 25px;
}
.tournaments-container .tournament-details-top .details-left-column {
  float: left;
  padding-left: 11px;
}
.tournaments-container .tournament-details-top .details-right-column {
  float: right;
  padding-right: 12px;
  width: 313px;
}
.tournaments-container .tournament-details-top .details-right-column span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  float: right;
  font-size: 12px;
  font-weight: bold;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwOTA5MDkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #090909, #575656);
  background-image: -moz-linear-gradient(bottom, #090909, #575656);
  background-image: -o-linear-gradient(bottom, #090909, #575656);
  background-image: linear-gradient(to top, #090909, #575656);
  padding: 5px 0px;
  width: 130px;
  text-align: center;
  color: #fff;
  line-height: initial;
  position: relative;
  top: -5px;
}
.tournaments-container .ui-tabs {
  padding: 0;
}
.tournaments-container .ui-tabs .ui-tabs-nav {
  padding: 0;
  height: 46px;
  margin-bottom: 3px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li {
  margin: 0px 2px 0px 0px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-all {
  width: 62px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-featured {
  width: 104px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-free-rolls {
  width: 115px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-slots {
  width: 80px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-table-games {
  width: 125px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-video-poker {
  width: 126px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-fee-details {
  width: 90px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-prize-pool {
  width: 98px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.tab-leaderbord {
  width: 115px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li a {
  margin: 0px;
  height: auto;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  background: none;
  border-radius: 1px;
  box-shadow: none;
  color: #fff;
  padding: 0px 10px 0px 0px;
  width: 100%;
  text-align: center;
  line-height: 46px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  /* Old browsers */
  background: #fd8407;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDg0MDciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0NmQyOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fd8407 0%, #f46d29 100%);
  background-image: -moz-linear-gradient(top, #fd8407 0%, #f46d29 100%);
  background-image: -o-linear-gradient(top, #fd8407 0%, #f46d29 100%);
  background-image: linear-gradient(to bottom, #fd8407 0%, #f46d29 100%);
}
.tournaments-container .ui-tabs .ui-tabs-nav li a:hover {
  /* Old browsers */
  background: #0d5dbb;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMzI1NjgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMGQ1ZGJiIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDVkYmIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #032568 0%, #0d5dbb 20%, #0d5dbb 100%);
  background-image: -moz-linear-gradient(top, #032568 0%, #0d5dbb 20%, #0d5dbb 100%);
  background-image: -o-linear-gradient(top, #032568 0%, #0d5dbb 20%, #0d5dbb 100%);
  background-image: linear-gradient(to bottom, #032568 0%, #0d5dbb 20%, #0d5dbb 100%);
}
.tournaments-container .ui-tabs .ui-tabs-nav li:first-child a {
  -webkit-border-top-left-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 8px;
  -moz-background-clip: padding;
  border-top-left-radius: 8px;
  background-clip: padding-box;
}
.tournaments-container .ui-tabs .ui-tabs-nav li:last-child a {
  -webkit-border-top-right-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 8px;
  -moz-background-clip: padding;
  border-top-right-radius: 8px;
  background-clip: padding-box;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  top: 5px;
  padding-bottom: 3px;
  margin-top: -4px;
}
.tournaments-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  /* Old browsers */
  background: #0d5dbb;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMzI1NjgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMGQ1ZGJiIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDVkYmIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #032568 0%, #0d5dbb 20%, #0d5dbb 100%);
  background-image: -moz-linear-gradient(top, #032568 0%, #0d5dbb 20%, #0d5dbb 100%);
  background-image: -o-linear-gradient(top, #032568 0%, #0d5dbb 20%, #0d5dbb 100%);
  background-image: linear-gradient(to bottom, #032568 0%, #0d5dbb 20%, #0d5dbb 100%);
}
.tournaments-container .ui-tabs .ui-tabs-panel {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
}
.tournaments-container .entry-fee-heading {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: bold;
  background: #616161;
}
.tournaments-container .main-section {
  float: left;
  width: 612px;
  overflow: hidden;
  margin: 0px 6px 0px 11px;
}
.tournaments-container .main-section table,
.tournaments-container #sidebar .tournament-details-table table {
  background: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.tournaments-container .main-section table thead,
.tournaments-container #sidebar .tournament-details-table table thead {
  position: relative;
}
.tournaments-container .main-section table thead th,
.tournaments-container #sidebar .tournament-details-table table thead th {
  background: #0d5dbb;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 30;
  padding: 0px 8px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  font-weight: normal;
  text-align: left;
}
.tournaments-container .main-section table thead th.first,
.tournaments-container .main-section table tbody td.first,
.tournaments-container #sidebar .tournament-details-table table thead th.first,
.tournaments-container #sidebar .tournament-details-table table tbody td.first {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 2px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 2px;
  background-clip: padding-box;
}
.tournaments-container .main-section table thead th.last,
.tournaments-container .main-section table tbody td.last,
.tournaments-container #sidebar .tournament-details-table table thead th.last,
.tournaments-container #sidebar .tournament-details-table table tbody td.last {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 2px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 2px;
  background-clip: padding-box;
}
.tournaments-container .main-section table thead th.tournament-name,
.tournaments-container #sidebar .tournament-details-table table thead th.tournament-name {
  width: 180px;
}
.tournaments-container .main-section table thead th.prize,
.tournaments-container #sidebar .tournament-details-table table thead th.prize {
  min-width: 100px;
}
.tournaments-container .main-section table thead th.entry,
.tournaments-container #sidebar .tournament-details-table table thead th.entry {
  min-width: 65px;
}
.tournaments-container .main-section table thead th.game,
.tournaments-container #sidebar .tournament-details-table table thead th.game {
  width: 130px;
}
.tournaments-container .main-section table thead th.status,
.tournaments-container #sidebar .tournament-details-table table thead th.status {
  width: 58px;
}
.tournaments-container .main-section table thead th.table-header:after,
.tournaments-container .main-section table thead th.headerSortUp:after,
.tournaments-container #sidebar .tournament-details-table table thead th.table-header:after,
.tournaments-container #sidebar .tournament-details-table table thead th.headerSortUp:after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url(https://info.betme333.com/en/images/tournaments/sort-tick-down.png );
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 7px;
  margin-top: 6px;
}
.tournaments-container .main-section table thead th.headerSortDown:after,
.tournaments-container #sidebar .tournament-details-table table thead th.headerSortDown:after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url(https://info.betme333.com/en/images/tournaments/sort-tick-up.png );
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 7px;
  margin-top: 6px;
}
.tournaments-container .main-section table thead:after,
.tournaments-container #sidebar .tournament-details-table table thead:after {
  content: "";
  height: 28px;
  width: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 5px 5px #000001;
  -moz-box-shadow: 0 5px 5px #000001;
  box-shadow: 0 5px 5px #000001;
}
.tournaments-container .main-section table tbody td,
.tournaments-container #sidebar .tournament-details-table table tbody td {
  font-size: 13px;
  font-weight: bold;
  padding: 7px 8px;
  vertical-align: middle;
}
.tournaments-container .main-section table tbody td.status,
.tournaments-container #sidebar .tournament-details-table table tbody td.status {
  text-align: center;
}
.tournaments-container .main-section table tbody td.status .status-text,
.tournaments-container #sidebar .tournament-details-table table tbody td.status .status-text {
  display: none;
}
.tournaments-container .main-section table tbody tr:nth-child(even) td,
.tournaments-container #sidebar .tournament-details-table table tbody tr:nth-child(even) td {
  background: #e9e9e9;
}
.tournaments-container .main-section table tbody tr:nth-child(odd) td,
.tournaments-container #sidebar .tournament-details-table table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.tournaments-container .main-section table tbody tr:hover td,
.tournaments-container .main-section table tbody tr:active td,
.tournaments-container #sidebar .tournament-details-table table tbody tr:hover td,
.tournaments-container #sidebar .tournament-details-table table tbody tr:active td {
  cursor: pointer;
  background: #0d5dbb;
  color: white;
}
.tournaments-container .main-section .table-legend {
  margin: 17px 0px 0px;
  padding: 10px 7px;
  list-style: none;
  background: #e9e9e9;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 8px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 8px;
  background-clip: padding-box;
}
.tournaments-container .main-section .table-legend:before,
.tournaments-container .main-section .table-legend:after {
  content: " ";
  display: table;
}
.tournaments-container .main-section .table-legend:after {
  clear: both;
}
.tournaments-container .main-section .table-legend li {
  font-size: 10px;
  font-weight: bold;
  float: left;
  margin-right: 12px;
}
.tournaments-container .main-section .table-legend li .status-icon {
  padding-top: 0px;
  margin-right: 4px;
  margin-top: 2px;
}
.tournaments-container .main-section .table-legend li.last {
  margin-right: 0px;
}
.tournaments-container .main-section .tournament-banner {
  margin-top: 20px;
}
.tournaments-container .main-section .tournament-banner img {
  width: 612px;
}
.tournaments-container #sidebar {
  width: 313px;
  padding: 0;
  margin: 0px 11px 0px 7px;
  background: none;
  float: right;
}
.tournaments-container #sidebar .input-group {
  margin-bottom: 5px;
}
.tournaments-container #sidebar .input-group:before,
.tournaments-container #sidebar .input-group:after {
  content: " ";
  display: table;
}
.tournaments-container #sidebar .input-group:after {
  clear: both;
}
.tournaments-container #sidebar .input-group .label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  font-weight: bold;
  font-size: 11px;
  padding: 5px 0px;
}
.tournaments-container #sidebar .input-group .value {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  float: right;
  width: 50%;
  font-size: 12px;
  font-weight: bold;
  background: #dddede;
  padding: 4px 8px;
}
.tournaments-container #sidebar .input-group.input-group-vertical .label,
.tournaments-container #sidebar .input-group.input-group-vertical .value {
  display: block;
  width: 100%;
}
.tournaments-container #sidebar .input-group.input-group-vertical .label {
  padding-top: 3px;
  padding-bottom: 0px;
}
.tournaments-container #sidebar .trn-rules {
  text-align: center;
  margin-top: 5px;
}
.tournaments-container #sidebar .trn-rules a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}
.tournaments-container #sidebar .rank-row {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  background: #dddede;
  padding: 5px 8px;
}
.tournaments-container #sidebar .tournament-details {
  margin-bottom: 10px;
}
.tournaments-container #sidebar .tournament-details:before,
.tournaments-container #sidebar .tournament-details:after {
  content: " ";
  display: table;
}
.tournaments-container #sidebar .tournament-details:after {
  clear: both;
}
.tournaments-container #sidebar .tournament-details .tournament-date {
  float: left;
  width: 42%;
}
.tournaments-container #sidebar .tournament-details .tournament-game-preview {
  float: right;
  width: 45%;
  margin-top: 10px;
}
.tournaments-container #sidebar .tournament-details .tournament-game-preview img {
  max-width: 100%;
  height: auto;
  display: block;
}
.tournaments-container #sidebar .leaderboard-note {
  font-size: 9px;
  margin-bottom: 2px;
}
.tournaments-container #sidebar .tournament-details-table {
  margin-bottom: 10px;
}
.tournaments-container #sidebar .tournament-details-table table thead,
.tournaments-container #sidebar .tournament-details-table table th,
.tournaments-container #sidebar .tournament-details-table table tbody,
.tournaments-container #sidebar .tournament-details-table table td,
.tournaments-container #sidebar .tournament-details-table table tr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tournaments-container #sidebar .tournament-details-table table thead:after {
  display: none;
}
.tournaments-container #sidebar .tournament-details-table table tbody tr:hover td,
.tournaments-container #sidebar .tournament-details-table table tbody tr:active td {
  cursor: default;
}
.tournaments-container #sidebar .tournament-details-table table .rank-column {
  width: 70px;
}
.tournaments-container #sidebar .tournament-details-table table .player-column {
  width: auto;
}
.tournaments-container #sidebar .tournament-details-table table .balance-column {
  width: 110px;
  padding-left: 0px;
}
.tournaments-container #sidebar .tournament-details-table table .prize-pool-rank-column {
  width: 40px;
}
.tournaments-container #sidebar .tournament-details-table table .real-column {
  width: 90px;
}
.tournaments-container #sidebar .tournament-details-table table .bonus-column {
  width: 90px;
}
.tournaments-container #sidebar .tournament-details-table table .winners-column {
  width: auto;
  text-align: center;
  padding-left: 0px;
}
.tournaments-container #sidebar .tournament-details-table .leaderboard-sortable-table-wrapper,
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-sortable-table-wrapper {
  height: 160px;
  overflow-y: auto;
}
.tournaments-container #sidebar .tournament-details-table .leaderboard-sortable-table-wrapper .leaderboard-sortable-table thead,
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-sortable-table-wrapper .leaderboard-sortable-table thead {
  display: none;
}
.tournaments-container #sidebar .tournament-details-table #fee-details {
  background: #0d5dbb;
  min-height: 190px;
  color: #fff;
}
.tournaments-container #sidebar .tournament-details-table #fee-details:before,
.tournaments-container #sidebar .tournament-details-table #fee-details:after {
  content: " ";
  display: table;
}
.tournaments-container #sidebar .tournament-details-table #fee-details:after {
  clear: both;
}
.tournaments-container #sidebar .tournament-details-table #fee-details .fee-details-left-column {
  float: left;
  width: 44%;
  text-align: left;
  margin-left: 4%;
  padding-top: 15px;
}
.tournaments-container #sidebar .tournament-details-table #fee-details .fee-details-right-column {
  float: right;
  width: 44%;
  text-align: right;
  margin-right: 4%;
  padding-top: 15px;
}
.tournaments-container #sidebar .tournament-details-table #fee-details .label {
  font-weight: normal;
  font-size: 14px;
  color: #fffeff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.tournaments-container #sidebar .tournament-details-table #fee-details .value {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  background: white;
}
.tournaments-container .status-icon {
  background: url('https://info.betme333.com/en/images/tournaments/drake_sprite_status_icons.png') 0 0 no-repeat;
  display: inline-block;
  height: 16px;
  width: 19px;
  vertical-align: top;
}
.tournaments-container .status-icon.icon-join {
  width: 16px;
  background-position: 0 0;
}
.tournaments-container .status-icon.icon-progress {
  width: 17px;
  background-position: 0 -26px;
}
.tournaments-container .status-icon.icon-registered {
  width: 17px;
  background-position: 0 -52px;
}
.tournaments-container .status-icon.icon-register {
  width: 16px;
  background-position: 0 -78px;
}
.tournaments-container .status-icon.icon-ended {
  width: 19px;
  background-position: 0 -104px;
}
.tournaments-container .status-icon.icon-closed {
  width: 18px;
  background-position: 0 -130px;
}
.tournaments-container .status-icon.icon-canceled {
  width: 18px;
  background-position: 0 -156px;
}
.btn-register,
.tournament-prompt .prompt-actions > a,
.message-screen .prompt-actions > a,
.popup-screen > .header .popup-actions button,
.popup-screen .middleWrapper .sidebar a,
.popup-screen .middleWrapper .game-list .addv-buttons a,
.popup-screen .footer .footer-actions button {
  display: block;
  margin: 15px auto 0px;
  width: 100%;
  height: 46px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: #575656;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwOTA5MDkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #090909, #575656);
  background-image: -moz-linear-gradient(bottom, #090909, #575656);
  background-image: -o-linear-gradient(bottom, #090909, #575656);
  background-image: linear-gradient(to top, #090909, #575656);
  border: 1px solid #090909;
}
.btn-register:hover,
.btn-register:focus,
.tournament-prompt .prompt-actions > a:hover,
.tournament-prompt .prompt-actions > a:focus,
.popup-screen > .header .popup-actions button:hover,
.popup-screen > .header .popup-actions button:focus,
.popup-screen .middleWrapper .sidebar a:hover,
.popup-screen .middleWrapper .sidebar a:focus,
.popup-screen .middleWrapper .game-list .addv-buttons a:hover,
.popup-screen .middleWrapper .game-list .addv-buttons a:focus,
.popup-screen .footer .footer-actions button:hover,
.popup-screen .footer .footer-actions button:focus {
  background: #4a4949;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #000000, #4a4949);
  background-image: -moz-linear-gradient(bottom, #000000, #4a4949);
  background-image: -o-linear-gradient(bottom, #000000, #4a4949);
  background-image: linear-gradient(to top, #000000, #4a4949);
}
.btn-deregister {
  display: block;
  margin: 15px auto 0px;
  width: 100%;
  height: 46px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: #b80303;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I4MDMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #ff0000, #b80303);
  background-image: -moz-linear-gradient(bottom, #ff0000, #b80303);
  background-image: -o-linear-gradient(bottom, #ff0000, #b80303);
  background-image: linear-gradient(to top, #ff0000, #b80303);
  border: 1px solid #b02323;
}
.btn-deregister:hover,
.btn-deregister:focus {
  background: #9f0303;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmMDMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #e60000, #9f0303);
  background-image: -moz-linear-gradient(bottom, #e60000, #9f0303);
  background-image: -o-linear-gradient(bottom, #e60000, #9f0303);
  background-image: linear-gradient(to top, #e60000, #9f0303);
}
.btn-enter {
  display: block;
  margin: 15px auto 0px;
  width: 100%;
  height: 46px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: #419229;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGNjMWQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQxOTIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #00cc1d, #419229);
  background-image: -moz-linear-gradient(bottom, #00cc1d, #419229);
  background-image: -o-linear-gradient(bottom, #00cc1d, #419229);
  background-image: linear-gradient(to top, #00cc1d, #419229);
  border: 1px solid #1d7711;
}
.btn-enter:hover,
.btn-enter:focus {
  background: #387e23;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGIzMTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4N2UyMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #00b319, #387e23);
  background-image: -moz-linear-gradient(bottom, #00b319, #387e23);
  background-image: -o-linear-gradient(bottom, #00b319, #387e23);
  background-image: linear-gradient(to top, #00b319, #387e23);
}
#tournament-prompt-prototype {
  display: none;
}
#tournament-ok-prototype {
  display: none;
}
.tournament-prompt {
  z-index: 9999;
}
.tournament-prompt #tournament-prompt-prototype,
.tournament-prompt #tournament-ok-prototype,
.message-screen #tournament-prompt-prototype {
  display: block;
  margin: 5px;
  background: #f66a09!important;
  border-radius: 20px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 1px 1px rgba(182, 53, 4, 0.4);
  -webkit-box-shadow: 0 1px 6px 1px #090909;
  -moz-box-shadow: 0 1px 6px 1px #090909;
  box-shadow: 0 1px 6px 1px #090909;
}
.tournament-prompt .fancybox-skin,
.message-screen .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}
.tournament-prompt .fancybox-inner,
.message-screen .fancybox-inner {
  min-width: 376px;
}

.tournament-prompt .prompt-header h1,
.message-screen .prompt-header h1 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 20px 0px 0px;
}
.tournament-prompt .prompt-title,
.message-screen .prompt-title {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 20px;
  text-align: center;
  margin: 0;
}
.tournament-prompt .prompt-content,
.message-screen .prompt-content {
  color: white;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  padding: 10px 20px;
}
.tournament-prompt .prompt-actions,
.message-screen .prompt-actions {
  text-align: center;
  padding-bottom: 10px;
}
.tournament-prompt .prompt-actions > a,
.message-screen .prompt-actions > a {
  display: inline-block;
  width: 0px;
  min-width: 55px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
}
.tournament-prompt .prompt-actions > a:hover,
.tournament-prompt .prompt-actions > a:active,
.message-screen .prompt-actions > a:hover,
.message-screen .prompt-actions > a:active {
  text-decoration: none;
}
.fancybox-overlay {
  z-index: 99999;
}
.html-popup {
  background: #0d5dbb;
  height: 100%;
}
.body-popup {
  box-sizing: border-box;
  background: none;
  height: auto;
}
#popup-wrapper {
  height: 100%;
  width: 100%;
  min-height: 400px;
  max-height: 800px;
  background: #0d5dbb;

}
.body-popup-fancybox-full-screen  {
  background: #0d5dbb;
}

.popup-screen {
  background: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.popup-screen .clear {
  clear: both;
}
.popup-screen .header {
  background: #f46009;
 /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDhjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjZmQ4YzI0IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2Y0NjAwOSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ2MDA5IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, #fd8c24 0%, #fd8c24 12%, #f46009 12%, #f46009 100%);
  background-image: -moz-linear-gradient(top, #fd8c24 0%, #fd8c24 12%, #f46009 12%, #f46009 100%);
  background-image: -o-linear-gradient(top, #fd8c24 0%, #fd8c24 12%, #f46009 12%, #f46009 100%);
  background-image: linear-gradient(to bottom, #fd8c24 0%, #fd8c24 12%, #f46009 12%, #f46009 100%); */
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  float: left;
}
.popup-screen > .header .logo {
  top: 5px;
  left: 52px;
  margin: 0px;
  position: absolute;
}
.popup-screen > .header .popup-title {
  height: 100%;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: white;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.27), 1px 1px rgba(182, 53, 4, 0.75);
}
.popup-screen > .header .popup-actions {
  position: absolute;
  right: 5%;
  top: 27px;
}
.popup-screen > .header .popup-actions button {
  text-shadow: 0 1px 1px rgba(9, 9, 9, 0.75);
  text-transform: uppercase;
  margin: 14px 2px;
  height: 24px;
  width: auto;
  padding: 3px 10px;
  float: left;
  font-size: 11px !important;
}
.popup-screen .middleWrapper {
  float: left;
  width: 100%;
  padding: 25px 0px 150px 0px  ;
  position: absolute;
  bottom: 80px;
  top: 80px;
}
.popup-screen .middleWrapper .sidebar {
  position: absolute;
  left: 0px;
  width: 218px;
  height: auto;
  z-index: 7777;
  top: 50px;
  text-align: center;
}
.popup-screen .middleWrapper .sidebar a,
.popup-screen .middleWrapper .game-list .addv-buttons a
{ text-shadow: 0 1px 1px rgba(9, 9, 9, 0.75);
  border-radius: 5px !important;
  border: 1px solid #000 !important;
  display: block;
  margin: 5px auto 0px;
  width: 95%;
  height: 35px;
  line-height: 35px;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 0 !important;
}
.popup-screen .middleWrapper .sidebar p,
.popup-screen .middleWrapper .game-list p {
  font-weight: normal;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  margin: 0;
}
.popup-screen .middleWrapper .sidebar .sidebar-buttons,
.popup-screen .middleWrapper .game-list .addv-buttons {
  padding: 0px;
  text-align: center;
}
.popup-screen .middleWrapper .sidebar .game-of-the-month {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup {
  width: 210px;
  float: left;
  margin: 0px 5px;
  text-align: left;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup td,
.popup-screen .middleWrapper .sidebar .leaderboard-popup th {
  padding: 0px;
  padding-left: 5px;
  height: 28px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup table {
  width: 100%;
  margin: 0;
  color: #fff;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-table {
  /* Old browsers */
  background: #f46009;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDhjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0NjAwOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fd8c24, #f46009);
  background-image: -moz-linear-gradient(top, #fd8c24, #f46009);
  background-image: -o-linear-gradient(top, #fd8c24, #f46009);
  background-image: linear-gradient(to bottom, #fd8c24, #f46009);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-table tr {
  background: none;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-table th {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  height: 36px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-table th:after,
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-table th.headerSortUp:after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url(https://info.betme333.com/en/images/tournaments/sort-tick-down.png );
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 4px;
  margin-top: 6px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-table th.headerSortDown:after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url(https://info.betme333.com/en/images/tournaments/sort-tick-up.png );
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 4px;
  margin-top: 6px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-sortable-table {
  color: #000;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-sortable-table thead {
  display: none;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-sortable-table tr:nth-child(even) td {
  background: #e9e9e9;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-sortable-table tr:nth-child(odd) td {
  background: #ffffff;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-sortable-table td {
  font-size: 12px;
  padding-top: 8px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .leaderboard-sortable-table-wrapper {
  height: auto;
  margin-bottom: 2px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .rank-column {
  width: 45px;
  min-width: 45px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .player-column {
  width: 75px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .balance-column {
  width: auto;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .rank-row th {
  background: #dddede;
  font-weight: bold;
  font-size: 11px;
  height: 36px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .rank-row {
  color: #fff;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .rank-row th:first-child {
  border-bottom-left-radius: 10px;
}
.popup-screen .middleWrapper .sidebar .leaderboard-popup .rank-row th:last-child {
  border-bottom-right-radius: 10px;
}
.popup-screen .middleWrapper .game-screen {
  padding: 3px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  left: 220px;
/* right: 190px;*/
  top: 0px;
  margin: 0px;
  height: auto;
  z-index: 9999;
}
/*
.popup-screen .middleWrapper .game-screen iframe {
  display: block;
  padding: 0px;
  margin: 0px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}*/
.popup-screen .middleWrapper .message-screen {
  display: none;
  color: white;
  border-radius: 20px;
  position: absolute;
  left: 420px;
  right: 390px;
  top: 50px;
  padding: 0px;
  margin: 0px;
  height: auto;
  z-index: 9999;
  background: #f66a09;
  max-width: 600px;
}

.popup-screen .middleWrapper .live-chat {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 190px;
  padding: 0px 5px 0px 0px;
}
.popup-screen .middleWrapper .live-chat #topcmm_123flashchat {
  width: 195px;
  right: 0px;
}
.popup-screen .middleWrapper .game-list {
  display: none;
  overflow-y: auto;
  padding: 0;
  position: initial;
  height: auto !important;
  float: right;
/*width: 233px;
  max-height: 490px !important;*/
  width: 200px;
  min-height: 570px; /*3 icons */
}
.popup-screen .live-chat .no-chat-banner,
.popup-screen .middleWrapper .game-list .no-chat-banner {
  min-height: 400px;
  background: #ffffff;
  display: inline-block;
}
.popup-screen .middleWrapper .game-list ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.popup-screen .middleWrapper .game-list ul li {
  display: block;
  margin: 0px auto;
  width: 100%;
  position: relative;
  text-align: center;
}
.popup-screen .middleWrapper .game-list ul li a {
  width: 100%;
  display: block;
}
.popup-screen .footer {
  background: #f46009;
/*  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDhjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjZmQ4YzI0IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2Y0NjAwOSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ2MDA5IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #fd8c24 0%, #fd8c24 12%, #f46009 12%, #f46009 100%);
  background-image: -moz-linear-gradient(bottom, #fd8c24 0%, #fd8c24 12%, #f46009 12%, #f46009 100%);
  background-image: -o-linear-gradient(bottom, #fd8c24 0%, #fd8c24 12%, #f46009 12%, #f46009 100%);
  background-image: linear-gradient(to top, #fd8c24 0%, #fd8c24 12%, #f46009 12%, #f46009 100%); */
  position: fixed;
  bottom: 0px;
  height: 70px;
  width: 100%;
  z-index: 9998;
  line-height: 65px;
}
.popup-screen .footer .footer-info {
  float: left;
  text-align: center;
}
.popup-screen .footer .footer-info:before,
.popup-screen .footer .footer-info:after {
  content: " ";
  display: table;
}
.popup-screen .footer .footer-info:after {
  clear: both;
}
.popup-screen .footer .footer-info .rank {
  margin-left: 20px;
}
.popup-screen .footer .footer-info .rank,
.popup-screen .footer .footer-info .time-remaining,
.popup-screen .footer .footer-info .time-remaining, .simplecd,
.popup-screen .footer .footer-info .tournament-mode,
.popup-screen .footer .footer-info .account-balance {
  float: left;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
}
.popup-screen .footer .footer-info .account-balance {
  margin-right: 0px;
}
.popup-screen .footer .footer-actions {
  float: right;
  margin-right: 20px;
  line-height: 80px;
}
.popup-screen .footer .footer-actions button {
  text-shadow: 0 1px 1px rgba(9, 9, 9, 0.75);
  margin: 28px 3px;
  height: 24px;
  width: auto;
  float: left;
  font-size: 11px !important;
  min-width: 100px;
}
.fancybox-close {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 12px;
  right: 0px;
  padding: 0 !important;
  background: url(https://info.betme333.com/en/images/tournaments/close-button.png ) no-repeat !important;
}
.fancybox-close:hover,
.fancybox-close:active {
  background-image: url('https://info.gossipslots.eu/en/images/site/btn-close.png'),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjNTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: url('https://info.gossipslots.eu/en/images/site/btn-close.png'), -webkit-linear-gradient(bottom, #c52929, #ff3333);
  background-image: url('https://info.gossipslots.eu/en/images/site/btn-close.png'), -moz-linear-gradient(bottom, #c52929, #ff3333);
  background-image: url('https://info.gossipslots.eu/en/images/site/btn-close.png'), -o-linear-gradient(bottom, #c52929, #ff3333);
  background-image: url('https://info.gossipslots.eu/en/images/site/btn-close.png'), linear-gradient(to top, #c52929, #ff3333);
}
.fancybox-inner {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
}
.fancybox-type-iframe .fancybox-inner{
    border-radius: 0px;
}

.fancybox-outer {
  border: none;
}
.fancybox-full-screen .fancybox-opened {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
}
.fancybox-full-screen .fancybox-skin {
  width: 100% !important;
  height: 100% !important;
}
.fancybox-full-screen .fancybox-outer,
.fancybox-full-screen .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.body-popup-fancybox-full-screen .popup-screen > .header .popup-actions .chat-toggle {
  display: none;
}
.body-popup-fancybox-full-screen .sidebar {
  display: none !important;
}
.body-popup-fancybox-full-screen .game-list {
  display: none !important;
}
.body-popup-fancybox-full-screen .live-chat {
  display: none !important;
}
.body-popup-fancybox-full-screen .game-screen {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.body-popup-fancybox-full-screen .game-screen iframe {
  margin: 0 auto;
  padding: 0;
}

.lt-ie9 .tournaments-container .main-section table thead th,
.lt-ie9 .tournaments-container #sidebar table thead th,
.lt-ie9 .tournaments-container #sidebar .tournament-details-table table thead th {
  filter: none;
}
.lt-ie9 .tournaments-container .ui-tabs .ui-tabs-nav li a {
  filter: none;
  background: #c2a327;
}
.lt-ie9 .tournaments-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  filter: none;
}
#sidebar .tourtab a {
  background-color: #07bd10 !important;
  color: White;
  font-weight: bold;
  line-height: 30px;
}
#sidebar .tourtab a:hover {
  color: #000;
}
.popup-screen .footer a:link,
.popup-screen .footer a:visited{
	color: #fff;
}

#wagering-menu .ui-accordion-content-active {height:auto !important}

.btn-deposit {
  height: 46px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: #419229;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGNjMWQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQxOTIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #00cc1d, #419229);
  background-image: -moz-linear-gradient(bottom, #00cc1d, #419229);
  background-image: -o-linear-gradient(bottom, #00cc1d, #419229);
  background-image: linear-gradient(to top, #00cc1d, #419229);
  border: 1px solid #1d7711;
}
.btn-deposit:hover,
.btn-deposit:focus {
  color: #fff;
  background: #387e23;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGIzMTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4N2UyMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #00b319, #387e23);
  background-image: -moz-linear-gradient(bottom, #00b319, #387e23);
  background-image: -o-linear-gradient(bottom, #00b319, #387e23);
  background-image: linear-gradient(to top, #00b319, #387e23);
}

